https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126995

--- 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:0e0634fa16871672beef1187da0d43cb10dd3182

commit r17-3589-g0e0634fa16871672beef1187da0d43cb10dd3182
Author: Richard Biener <[email protected]>
Date:   Mon Aug 24 12:55:23 2026 +0200

    tree-optimization/126995 - ICE during SLP scheduling

    The following doesn't plug the hole I think there still is but
    it makes sure we honor SLP scheduling constraints when we want
    to schedule after a possibly trapping stmt.

            PR tree-optimization/126995
            * tree-vect-slp.cc (vect_schedule_slp_node): Keep
            schedule when we schedule to a point dominated by the
            trapping stmt.

            * gcc.dg/vect/bb-slp-pr126995.c: New testcase.

Reply via email to