https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122826
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:e6c6af682931733b44cff286191ce1798bdfd39e commit r16-5559-ge6c6af682931733b44cff286191ce1798bdfd39e Author: Richard Biener <[email protected]> Date: Mon Nov 24 15:10:22 2025 +0100 Avoid incomplete SLP handling for OMP SIMD calls with linear/invariant clause The following restricts these cases to single-lange SLP as they look at only the representative scalar argument. PR tree-optimization/122826 * tree-vect-stmts.cc (vectorizable_simd_clone_call): Only use single-lane SLP for SIMD_CLONE_ARG_TYPE_UNIFORM and SIMD_CLONE_ARG_TYPE_LINEAR_[REF_]CONSTANT_STEP.
