Re: [PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers

2023-11-02 Thread Thomas Schwinge
Hi! On 2023-10-31T13:10:24+, Richard Biener wrote: > On Tue, 31 Oct 2023, Thomas Schwinge wrote: >> On 2023-10-19T11:47:14+, Richard Biener wrote: >> > The following implements SLP vectorization support for gathers >> > without relying on IFNs being pattern detected (and supported by >>

Re: [PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers

2023-10-31 Thread Richard Biener
On Tue, 31 Oct 2023, Thomas Schwinge wrote: > Hi! > > On 2023-10-19T11:47:14+, Richard Biener wrote: > > The following implements SLP vectorization support for gathers > > without relying on IFNs being pattern detected (and supported by > > the target). That includes support for emulated ga

Re: [PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers

2023-10-31 Thread Thomas Schwinge
Hi! On 2023-10-19T11:47:14+, Richard Biener wrote: > The following implements SLP vectorization support for gathers > without relying on IFNs being pattern detected (and supported by > the target). That includes support for emulated gathers but also > the legacy x86 builtin path. > > Bootstr

Re: [PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers

2023-10-19 Thread Lehua Ding
Hi Richard, I'm hitting a couple of testcase ICEs for RISC-V while testing with the latest trunk code, it looks like these two patches are causing it, can you help me look at it? ICE log like bellow: ➜ vsetvl git:(tintin-dev) ~/open-source/riscv-gnu-toolchain-golden/build/dev-rv64gcv_zfh-lp

[PATCH 2/2] tree-optimization/111131 - SLP for non-IFN gathers

2023-10-19 Thread Richard Biener
The following implements SLP vectorization support for gathers without relying on IFNs being pattern detected (and supported by the target). That includes support for emulated gathers but also the legacy x86 builtin path. Bootstrapped and tested on x86_64-unknown-linux-gnu, will push. Richard.