Re: Allow gather loads to be used for grouped accesses

2018-01-07 Thread James Greenhalgh
On Wed, Dec 13, 2017 at 04:53:27PM +, Jeff Law wrote: > On 11/17/2017 03:04 PM, Richard Sandiford wrote: > > Following on from the previous patch for strided accesses, this patch > > allows gather loads to be used with grouped accesses, if we otherwise > > would need to fall back to VMAT_ELEMEN

Re: Allow gather loads to be used for grouped accesses

2017-12-13 Thread Jeff Law
On 11/17/2017 03:04 PM, Richard Sandiford wrote: > Following on from the previous patch for strided accesses, this patch > allows gather loads to be used with grouped accesses, if we otherwise > would need to fall back to VMAT_ELEMENTWISE. However, as the comment > says, this is restricted to sing

Allow gather loads to be used for grouped accesses

2017-11-17 Thread Richard Sandiford
Following on from the previous patch for strided accesses, this patch allows gather loads to be used with grouped accesses, if we otherwise would need to fall back to VMAT_ELEMENTWISE. However, as the comment says, this is restricted to single-element groups for now: ??? Although the cod