Files
clang-p2996/llvm/test/CodeGen/AVR
Patryk Wychowaniec 5650688e72 [AVR] Fix expanding MOVW for overlapping registers
When expanding a MOVW (16-bit copy) to two MOVs (8-bit copy), the
lower byte always comes first. This is incorrect for corner cases like
'$r24r23 -> $r25r24', in which the higher byte copy should come first.

Current patch fixes that bug as recorded at
https://github.com/rust-lang/rust/issues/98167

Reviewed By: benshi001

Differential Revision: https://reviews.llvm.org/D128588
2022-06-26 17:20:07 +08:00
..
2020-06-18 16:51:37 +02:00
2016-12-31 01:07:14 +00:00
2021-01-26 17:50:56 +08:00
2016-12-30 00:21:56 +00:00
2016-12-31 01:07:14 +00:00
2016-11-09 23:46:52 +00:00
2021-07-24 14:03:26 +02:00