On Thu, May 2, 2019 at 8:41 PM Marc Glisse <marc.gli...@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.gli...@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