On Fri, May 20, 2016 at 5:24 PM, Richard Sandiford
wrote:
> vectorizable_load had a curious "force_peeling" variable, with no
> comment explaining why we need it for single-element interleaving
> but not for other cases. I think it's simply because we weren't
> initialising the GROUP_GAP correctl
vectorizable_load had a curious "force_peeling" variable, with no
comment explaining why we need it for single-element interleaving
but not for other cases. I think it's simply because we weren't
initialising the GROUP_GAP correctly for single loads.
Tested on aarch64-linux-gnu and x86_64-linux-g