Add support for translating AtomicRMWInst and AtomicCmpXchgInst from LLVM IR.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 188197
Paths
| Differential D134450
[mlir][LLVMIR] Add translation of AtomicRMW/CmpXchg from LLVM IR ClosedPublic Authored by myhsu on Sep 22 2022, 9:29 AM.
Details Summary Add support for translating AtomicRMWInst and AtomicCmpXchgInst from LLVM IR.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 23 2022, 9:42 AM Closed by commit rGddc67856eede: [mlir][LLVMIR] Add translation of AtomicRMW/CmpXchg from LLVM IR (authored by myhsu). · Explain WhySep 26 2022, 3:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 462205 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
mlir/test/Target/LLVMIR/Import/basic.ll
|