Re: [PATCH 3/5] vect: Support gather loads with SLP

2021-11-15 Thread Richard Biener via Gcc-patches
On Fri, Nov 12, 2021 at 7:01 PM Richard Sandiford via Gcc-patches wrote: > > This patch adds SLP support for IFN_GATHER_LOAD. Like the SLP > support for IFN_MASK_LOAD, it works by treating only some of the > arguments as child nodes. Unlike IFN_MASK_LOAD, it requires the > other arguments

[PATCH 3/5] vect: Support gather loads with SLP

2021-11-12 Thread Richard Sandiford via Gcc-patches
This patch adds SLP support for IFN_GATHER_LOAD. Like the SLP support for IFN_MASK_LOAD, it works by treating only some of the arguments as child nodes. Unlike IFN_MASK_LOAD, it requires the other arguments (base, scale, and extension type) to be the same for all calls in the group. It does not