Re: [PATCH 4/4][v2] Flip vectorization to forced SLP

2024-11-16 Thread Richard Biener
On Fri, 15 Nov 2024, Richard Biener wrote: > The following flips the vectorizer to forced SLP, there is almost > no expected fallout at this point, the remains should be target > specific cost modeling issues. Now pushed as part of the series, r15-5340-g4b8c5b337e007e Richard. > * params.

[PATCH 4/4][v2] Flip vectorization to forced SLP

2024-11-15 Thread Richard Biener
The following flips the vectorizer to forced SLP, there is almost no expected fallout at this point, the remains should be target specific cost modeling issues. * params.opt (vect-force-slp): Default to 1. --- gcc/params.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi