On Fri, Jun 2, 2017 at 1:50 PM, Bin Cheng <bin.ch...@arm.com> wrote: > Hi, > This is the first patch in the series improving tree loop distribution. It > factors out an > interface checking if runtime alias check is possible in order to resolve > data dependence. > This interface is used in both vectorizer and loop distribution to filter out > data dependence > inappropriate for runtime alias check. > > Bootstrap and test at O2/O3 on x86_64 and AArch64. is it OK?
Ok. Richard. > Thanks, > bin > 2017-05-31 Bin Cheng <bin.ch...@arm.com> > > * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor > out code checking if runtime alias check is possible to below ... > Call the new function. > * tree-data-ref.c (runtime_alias_check_p): ... to new function. > * tree-data-ref.h (runtime_alias_check_p): New decalaration.