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][6/6]Factor out code generating runtime alias checks


On Tue, May 23, 2017 at 6:23 PM, Bin Cheng <Bin.Cheng@arm.com> wrote:
> Hi,
> This patch factors out code generating runtime alias check from tree-vect-data-refs.c
> to tree-data-ref.c, as well as introduces new interface create_runtime_alias_checks for
> later use.
> Bootstrap and test on x86_64 and AArch64, is it OK?

Ok.

Thanks,
Richard.

> Thanks,
> bin
> 2017-05-22  Bin Cheng  <bin.cheng@arm.com>
>
>         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
>         (create_intersect_range_checks): Move from ...
>         * tree-data-ref.c (create_intersect_range_checks_index)
>         (create_intersect_range_checks): ... to here.
>         (create_runtime_alias_checks): New function factored from ...
>         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
>         here.  Call above function.
>         * tree-data-ref.h (create_runtime_alias_checks): New function.


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