On 10/23/2017 11:32 AM, Richard Sandiford wrote: > This patch replaces the two-state vect_no_alias_p with a three-state > vect_compile_time_alias that handles polynomial segment lengths. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * tree-vect-data-refs.c (vect_no_alias_p): Replace with... > (vect_compile_time_alias): ...this new function. Do the calculation > on poly_ints rather than trees. > (vect_prune_runtime_alias_test_list): Update call accordingly. OK. jeff