This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH GCC][1/5]Factor out interface checking if runtime alias check is possible


On Fri, Jun 2, 2017 at 1:50 PM, Bin Cheng <Bin.Cheng@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.cheng@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]