Re: [PATCH] Fix PR55857

2013-01-03 Thread Richard Biener
On Thu, 3 Jan 2013, Richard Biener wrote: > > My earlier patch to avoid dead code generation for vectorized > invariant loops breaks re-align load targets as the setup is > still carried out for them. > > Fixed as follows, bootstrapped and tested on x86_64-unknown-linux-gnu > and with a ppc cros

[PATCH] Fix PR55857

2013-01-03 Thread Richard Biener
My earlier patch to avoid dead code generation for vectorized invariant loops breaks re-align load targets as the setup is still carried out for them. Fixed as follows, bootstrapped and tested on x86_64-unknown-linux-gnu and with a ppc cross. Committed. Richard. 2013-01-03 Richard Biener