Re: Add support for SVE gather loads

2018-01-07 Thread James Greenhalgh
On Thu, Dec 14, 2017 at 01:16:26AM +, Jeff Law wrote: > On 11/17/2017 02:58 PM, Richard Sandiford wrote: > > This patch adds support for SVE gather loads. It uses the basically > > the same analysis code as the AVX gather support, but after that > > there are two major differences: > > > > -

Re: Add support for SVE gather loads

2017-12-13 Thread Jeff Law
On 11/17/2017 02:58 PM, Richard Sandiford wrote: > This patch adds support for SVE gather loads. It uses the basically > the same analysis code as the AVX gather support, but after that > there are two major differences: > > - It uses new internal functions rather than target built-ins. > The i

Add support for SVE gather loads

2017-11-17 Thread Richard Sandiford
This patch adds support for SVE gather loads. It uses the basically the same analysis code as the AVX gather support, but after that there are two major differences: - It uses new internal functions rather than target built-ins. The interface is: IFN_GATHER_LOAD (base, offsets, scale)