https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126852
--- Comment #3 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:6a000bf53e6f42cff3774822227f47e39d2b76d5 commit r17-3282-g6a000bf53e6f42cff3774822227f47e39d2b76d5 Author: Richard Biener <[email protected]> Date: Fri Aug 14 10:57:17 2026 +0200 tree-optimization/126852 - verify SLP schedule also for PHIs We have to verify the PHI argument nodes insertion place dominates the PHI argument edge sources. PR tree-optimization/126852 * tree-vect-slp.cc (vect_schedule_slp_node): Verify schedule for PHIs. * gcc.dg/vect/bb-slp-pr126852.c: New testcase.
