The revision imports the extract and insert value operations using
tablegen generated builders. Additionally, it moves the tests to
the instructions.ll test file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135874
[mlir][llvm] Use tablegen to import extract/insert ops from LLVM IR. ClosedPublic Authored by gysit on Oct 13 2022, 6:59 AM.
Details Summary The revision imports the extract and insert value operations using
Diff Detail
Event Timelinegysit added a child revision: D135880: [mlir][llvm] Use tablegen to import shufflevector from LLVM IR..Oct 13 2022, 8:12 AM This revision is now accepted and ready to land.Oct 13 2022, 8:23 AM Closed by commit rG7114185f4e51: [mlir][llvm] Use tablegen to import extract/insert ops from LLVM IR. (authored by gysit). · Explain WhyOct 14 2022, 12:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467696 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
|