https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117172
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:1081f4cb34ea22e6ba07ddcb88cada3ec60bc9c4 commit r15-4408-g1081f4cb34ea22e6ba07ddcb88cada3ec60bc9c4 Author: Richard Biener <rguent...@suse.de> Date: Thu Oct 17 10:27:58 2024 +0200 tree-optimization/117172 - single lane SLP for non-linear inductions The following adds single-lane SLP support for vectorizing non-linear inductions. This fixes a bunch of i386 specific testcases with --param vect-force-slp=1. PR tree-optimization/117172 * tree-vect-loop.cc (vectorizable_nonlinear_induction): Add single-lane SLP support.