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:
> >
> > -
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
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)