Re: [5/7] Move the fix for PR65518

2016-06-15 Thread Richard Biener
On Wed, Jun 15, 2016 at 10:52 AM, Richard Sandiford wrote: > This patch moves the fix for PR65518 to the code that checks whether > load-and-permute operations are supported. If the group size is > greater than the vectorisation factor, it would still be possible > to fall back to elementwise lo

[5/7] Move the fix for PR65518

2016-06-15 Thread Richard Sandiford
This patch moves the fix for PR65518 to the code that checks whether load-and-permute operations are supported. If the group size is greater than the vectorisation factor, it would still be possible to fall back to elementwise loads (as for strided groups) rather than fail vectorisation entirely.