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

--- Comment #6 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:9b102d2e1e32e59bb2b5b8060998236d277773c7

commit r16-4248-g9b102d2e1e32e59bb2b5b8060998236d277773c7
Author: Richard Biener <[email protected]>
Date:   Mon Oct 6 09:53:07 2025 +0200

    tree-optimization/122131 - do not use re-align load for gathers

    As we now ask vect_supportable_dr_alignment for gathers avoid using
    (optimized) re-align instructions for them.

            PR tree-optimization/122131
            * tree-vect-data-refs.cc (vect_supportable_dr_alignment): Do
            not use re-align loads for gathers.

            * gcc.target/powerpc/altivec-39.c: New testcase.

Reply via email to