Re: [PATCH v3 2/5] vect: Add helper macros for gather/scatter.

2025-07-17 Thread Richard Biener
On Fri, Jul 11, 2025 at 11:03 AM Robin Dapp wrote: > > This encapsulates the IFN and the builtin-function way of handling > gather/scatter via three defines: > > GATHER_SCATTER_IFN_P > GATHER_SCATTER_LEGACY_P > GATHER_SCATTER_EMULATED_P > > and introduces a helper define for SLP operand hand

[PATCH v3 2/5] vect: Add helper macros for gather/scatter.

2025-07-11 Thread Robin Dapp
This encapsulates the IFN and the builtin-function way of handling gather/scatter via three defines: GATHER_SCATTER_IFN_P GATHER_SCATTER_LEGACY_P GATHER_SCATTER_EMULATED_P and introduces a helper define for SLP operand handling as well. gcc/ChangeLog: * tree-vect-slp.cc (GATHER_SC