[PATCH] D117725: [AVR] Fix atomicrmw result value
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 22 11:02:17 PST 2022
aykevl updated this revision to Diff 402240.
aykevl added a comment.
- use `getIORegSREG()` instead of hardcoding I/O address 0x3f.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117725/new/
https://reviews.llvm.org/D117725
Files:
llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
llvm/lib/Target/AVR/AVRFrameLowering.cpp
llvm/lib/Target/AVR/AVRISelLowering.cpp
llvm/lib/Target/AVR/AVRISelLowering.h
llvm/lib/Target/AVR/AVRInstrInfo.td
llvm/lib/Target/AVR/AVRRegisterInfo.cpp
llvm/lib/Target/AVR/AVRSubtarget.h
llvm/test/CodeGen/AVR/atomics/load16.ll
llvm/test/CodeGen/AVR/atomics/load8.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117725.402240.patch
Type: text/x-patch
Size: 21890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220122/9242fbf9/attachment.bin>
More information about the llvm-commits
mailing list