This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [062/nnn] poly_int: prune_runtime_alias_test_list
- From: Jeff Law <law at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, richard dot sandiford at linaro dot org
- Date: Tue, 5 Dec 2017 10:33:51 -0700
- Subject: Re: [062/nnn] poly_int: prune_runtime_alias_test_list
- Authentication-results: sourceware.org; auth=none
- References: <871sltvm7r.fsf@linaro.org> <87fua9kc86.fsf@linaro.org>
On 10/23/2017 11:25 AM, Richard Sandiford wrote:
> This patch makes prune_runtime_alias_test_list take the iteration
> factor as a poly_int and tracks polynomial offsets internally
> as well.
>
>
> 2017-10-23 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.
This is OK. Note that both Richi and Bin have been pretty active in
this general area. So adjustments may be needed.
Jeff