diff options
author | Ben Shi <powerman1st@163.com> | 2023-01-14 16:40:43 +0800 |
---|---|---|
committer | Ben Shi <powerman1st@163.com> | 2023-04-17 15:35:33 +0800 |
commit | 2a528760bf20004066effcf8f91fedaabd261903 (patch) | |
tree | a0c84a79c7cc9180fda53ab7c8cc8d1360b45a5a /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | 82fdd5b5123ee8528267a5bed1c443a30f3f93d7 (diff) | |
download | llvm-2a528760bf20004066effcf8f91fedaabd261903.zip llvm-2a528760bf20004066effcf8f91fedaabd261903.tar.gz llvm-2a528760bf20004066effcf8f91fedaabd261903.tar.bz2 |
[AVR] Fix an issue of writing 16-bit ports
For 16-bit ports, the normal devices reqiure writing high byte first
and then low byte. But the XMEGA devices require the reverse order.
Fixes https://github.com/llvm/llvm-project/issues/58395
Reviewed By: aykevl, jacquesguan
Differential Revision: https://reviews.llvm.org/D141752
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
0 files changed, 0 insertions, 0 deletions