Re: Fix GROUP_GAP for single-element interleaving

2016-05-23 Thread Richard Biener
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

Fix GROUP_GAP for single-element interleaving

2016-05-20 Thread Richard Sandiford
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