Re: [PATCH v2 2/3] vect: Remove non-SLP paths in strided slp/elementwise.

2025-05-28 Thread Richard Biener
On Tue, May 27, 2025 at 6:02 PM Robin Dapp wrote: > > This removes the non-SLP paths that were made unreachable in the > previous patch. This short series is OK. Please squash the two commits before pushing. Thanks, Richard. > gcc/ChangeLog: > > * tree-vect-stmts.cc (vectorizable_load)

[PATCH v2 2/3] vect: Remove non-SLP paths in strided slp/elementwise.

2025-05-27 Thread Robin Dapp
This removes the non-SLP paths that were made unreachable in the previous patch. gcc/ChangeLog: * tree-vect-stmts.cc (vectorizable_load): Remove non-SLP paths. --- gcc/tree-vect-stmts.cc | 49 -- 1 file changed, 18 insertions(+), 31 deletions(-) d