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: Let ldist ignore clobbers


On Thu, May 2, 2019 at 8:41 PM Marc Glisse <marc.glisse@inria.fr> wrote:
>
> Hello,
>
> this lets ldist ignore clobbers. In the testcase, this makes us lose the
> information that b is clobbered, but being able to distribute seems worth
> it.
>
> Bootstrap+regtest on x86_64-pc-linux-gnu.

OK.

Thanks,
Richard.

> 2019-05-03  Marc Glisse  <marc.glisse@inria.fr>
>
>         PR tree-optimization/90269
> gcc/
>         * tree-loop-distribution.c (find_seed_stmts_for_distribution):
>         Ignore clobbers.
>
> gcc/testsuite/
>         * g++.dg/tree-ssa/ldist-1.C: New file.
>
> --
> Marc Glisse


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