[PATCH] D48131: [RISCV] Implement codegen for cmpxchg on RV32IA
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 04:51:31 PDT 2018
asb updated this revision to Diff 169192.
asb retitled this revision from "[RISCV] Implement codegen for cmpxchg on RV32I" to "[RISCV] Implement codegen for cmpxchg on RV32IA".
asb added a comment.
Rebased patch. No changes, but I had to re-generate the new atomic-cmpxchg.ll lines as regalloc is slightly different after the recent enableMultipleCopyHints change.
https://reviews.llvm.org/D48131
Files:
include/llvm/IR/IntrinsicsRISCV.td
lib/CodeGen/AtomicExpandPass.cpp
lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
lib/Target/RISCV/RISCVISelLowering.cpp
lib/Target/RISCV/RISCVISelLowering.h
lib/Target/RISCV/RISCVInstrInfoA.td
test/CodeGen/RISCV/atomic-cmpxchg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48131.169192.patch
Type: text/x-patch
Size: 47398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/d33313bf/attachment.bin>
More information about the llvm-commits
mailing list