r255936 - in /trunk/gcc: ChangeLog tree-data-re...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Thu Dec 21 07:03:00 GMT 2017
Author: rsandifo
Date: Thu Dec 21 07:03:03 2017
New Revision: 255936
URL: https://gcc.gnu.org/viewcvs?rev=255936&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-data-ref.c
trunk/gcc/tree-data-ref.h
More information about the Gcc-cvs
mailing list