Re: [PATCH 4/4] Refactor x86 decl based scatter vectorization, prepare SLP

2023-11-09 Thread Richard Biener
On Wed, 8 Nov 2023, Richard Biener wrote: > The following refactors the x86 decl based scatter vectorization > similar to what I did to the gather path. This prepares scatters > for SLP as well, mainly single-lane since there are multiple > missing bits to support multi-lane scatters. > > Tested

[PATCH 4/4] Refactor x86 decl based scatter vectorization, prepare SLP

2023-11-08 Thread Richard Biener
The following refactors the x86 decl based scatter vectorization similar to what I did to the gather path. This prepares scatters for SLP as well, mainly single-lane since there are multiple missing bits to support multi-lane scatters. Tested extensively on the SLP-only branch which has the abili