]> git.ipfire.org Git - thirdparty/gcc.git/commit
AVR: target/117744 - Fix asm for partial clobber of address reg,
authorGeorg-Johann Lay <avr@gjlay.de>
Sat, 23 Nov 2024 11:51:32 +0000 (12:51 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Sat, 23 Nov 2024 12:21:11 +0000 (13:21 +0100)
commit7f04fddec3bc33b6fb418f3980995b9b7697e6b1
tree4ca202a8c98c5800995f53838314102ab60c3e33
parent5ed7b592d869d34c7b8702255f634b39fcc46b02
AVR: target/117744 - Fix asm for partial clobber of address reg,

gcc/
PR target/117744
* config/avr/avr.cc (out_movqi_r_mr): Fix code when a load
only partially clobbers an address register due to
changing the address register temporally to accommodate for
faked addressing modes.

(cherry picked from commit ee8e6784876aa050d2e01f54d1da4acf758b635a)
gcc/config/avr/avr.cc