The revision imports the atomic operations using
tablegen generated builders. Additionally, it moves their tests to
the instructions.ll test file.
Depends on D135880
Paths
| Differential D135944
[mlir][llvm] Use tablegen to import atomic ops from LLVM IR. ClosedPublic Authored by gysit on Oct 13 2022, 11:30 PM.
Details Summary The revision imports the atomic operations using Depends on D135880
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 14 2022, 3:53 AM Closed by commit rG9f13900371c4: [mlir][llvm] Use tablegen to import atomic ops from LLVM IR. (authored by gysit). · Explain WhyOct 14 2022, 5:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467751 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
mlir/test/Target/LLVMIR/Import/basic.ll
mlir/test/Target/LLVMIR/Import/instructions.ll
|