[Bug tree-optimization/126852] [17 Regression] ICE on valid code at -O3 with "-mavx2 -fno-vect-cost-model -fno-tree-pre" on x86_64-linux-gnu: verify_ssa failed

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Aug 14 09:58:07 GMT 2026


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 <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:6a000bf53e6f42cff3774822227f47e39d2b76d5

commit r17-3282-g6a000bf53e6f42cff3774822227f47e39d2b76d5
Author: Richard Biener <rguenther@suse.de>
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.


More information about the Gcc-bugs mailing list