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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:dad6f6eb9b3c96a7fd6c13836a85a4f66373ff0c

commit r16-3597-gdad6f6eb9b3c96a7fd6c13836a85a4f66373ff0c
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Sep 5 10:35:07 2025 +0200

    tree-optimization/121802 - fix vect_setup_realignment

    The following avoids looking at STMT_VINFO_VECTYPE in
    vect_setup_realignment and instead passes down the relevant vector
    type.

            PR tree-optimization/121802
            * tree-vectorizer.h (vect_setup_realignment): Add vectype
            argument.
            * tree-vect-data-refs.cc (vect_setup_realignment): Replace
            local vectype with argument.
            * tree-vect-stmts.cc (vectorizable_load): Adjust.

Reply via email to