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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Alexandre Oliva
<aol...@gcc.gnu.org>:

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

commit r14-10433-gc8fdef7fc25dafc8c7a12727c1046b3c7f2b89bb
Author: Alexandre Oliva <ol...@adacore.com>
Date:   Tue Jul 16 08:54:20 2024 -0300

    [alpha] adjust MEM alignment for block move [PR115459]

    Before issuing loads or stores for a block move, adjust the MEM
    alignments if analysis of the addresses enabled the inference of
    stricter alignment.  This ensures that the MEMs are sufficiently
    aligned for the corresponding insns, which avoids trouble in case of
    e.g. substitutions into SUBREGs.


    for  gcc/ChangeLog

            PR target/115459
            * config/alpha/alpha.cc (alpha_expand_block_move): Adjust
            MEMs to match inferred alignment.

    (cherry picked from commit ccfe7151803956d178947d0afda0bd66ce097275)

Reply via email to