Re: [PATCH] Do not "transform" clobbers in SRA

2012-01-27 Thread Richard Guenther
On Fri, 27 Jan 2012, Richard Guenther wrote: > > Quite obvious (just generates dead code) and quite annoys reading > SRA dumps. > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. This regresses gcc.dg/tree-ssa/ipa-split-5.c, ipa-split is confused about clobbers on paths where th

[PATCH] Do not "transform" clobbers in SRA

2012-01-27 Thread Richard Guenther
Quite obvious (just generates dead code) and quite annoys reading SRA dumps. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Richard. 2012-01-27 Richard Guenther * tree-sra.c (sra_modify_assign): Do not transform clobbers. Index: gcc/tree-sra.c ==