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
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.