Re: [PATCH] Fix PR65935

2015-05-04 Thread H.J. Lu
On Mon, May 4, 2015 at 4:15 AM, Richard Biener wrote: > > The following fixes PR65935 where the vectorizer is confused after > SLP operands swapping to see the stmts in the IL with unswapped > operands. As we already swap for different def-kinds just swap > for other swaps as well. > > Bootstrap

[PATCH] Fix PR65935

2015-05-04 Thread Richard Biener
The following fixes PR65935 where the vectorizer is confused after SLP operands swapping to see the stmts in the IL with unswapped operands. As we already swap for different def-kinds just swap for other swaps as well. Bootstrap and regtest running on x86_64-unknown-linux-gnu. Richard. 2015-05