https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127206
--- Comment #7 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:19fae3c44356017e3f36626d9d57fe0081533fad commit r17-3919-g19fae3c44356017e3f36626d9d57fe0081533fad Author: Richard Biener <[email protected]> Date: Fri Sep 4 09:15:14 2026 +0200 tree-optimization/127206 - use cached SLP schedule failure state properly The following makes sure to properly use cached failure state for a previously covered entry. PR tree-optimization/127206 * tree-vect-slp.cc (vect_schedule_slp): If scc_info is already present, use its failure state. * gcc.dg/vect/bb-slp-pr127206.c: New testcase.
