poly_int: prune_runtime_alias_test_list
authorRichard Sandiford <richard.sandiford@linaro.org>
Thu, 21 Dec 2017 07:03:03 +0000 (07:03 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 21 Dec 2017 07:03:03 +0000 (07:03 +0000)
commit079b4a9c4aa1bee7ce03746e243b54a4d2752515
tree0349bf5aeb3a994ccd5d84ffd5b9900bbc0aeba5
parent8944b5b36e04894f7a0768440e3253400c3c7857
poly_int: prune_runtime_alias_test_list

This patch makes prune_runtime_alias_test_list take the iteration
factor as a poly_int and tracks polynomial offsets internally
as well.

2017-12-21  Richard Sandiford  <richard.sandiford@linaro.org>
    Alan Hayward  <alan.hayward@arm.com>
    David Sherwood  <david.sherwood@arm.com>

gcc/
* tree-data-ref.h (prune_runtime_alias_test_list): Take the
factor as a poly_uint64 rather than an unsigned HOST_WIDE_INT.
* tree-data-ref.c (prune_runtime_alias_test_list): Likewise.
Track polynomial offsets.

Co-Authored-By: Alan Hayward <alan.hayward@arm.com>
Co-Authored-By: David Sherwood <david.sherwood@arm.com>
From-SVN: r255936
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-data-ref.h