]> git.ipfire.org Git - thirdparty/gcc.git/commit
Alpha: Adjust MEM alignment for block clear [PR115459]
authorMaciej W. Rozycki <macro@orcam.me.uk>
Wed, 25 Dec 2024 22:23:40 +0000 (22:23 +0000)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Wed, 25 Dec 2024 22:23:40 +0000 (22:23 +0000)
commit2984a3fac3d6b98e2cd6d7ee1c701159be86af78
treed4c0f6622af40068db7c6926eaebcb4947c33d98
parent6036a1a479154706a3a7c779ee28e74b03357c55
Alpha: Adjust MEM alignment for block clear [PR115459]

By inference it appears to me that the same fix for PR target/115459
needs to be applied to the block clear operation that has been done for
block move, as implemented by commit ccfe71518039 ("[alpha] adjust MEM
alignment for block move [PR115459]").

gcc/
PR target/115459
* config/alpha/alpha.cc (alpha_expand_block_clear): Adjust MEM
to match inferred alignment.
gcc/config/alpha/alpha.cc