The revision imports the shuffle vector operation using
tablegen generated builders. Additionally, it moves its test to
the instructions.ll test file.
Depends on D135874
Paths
| Differential D135880
[mlir][llvm] Use tablegen to import shufflevector from LLVM IR. ClosedPublic Authored by gysit on Oct 13 2022, 8:12 AM.
Details Summary The revision imports the shuffle vector operation using Depends on D135874
Diff Detail
Event Timeline
gysit added a child revision: D135944: [mlir][llvm] Use tablegen to import atomic ops from LLVM IR..Oct 13 2022, 11:30 PM This revision is now accepted and ready to land.Oct 14 2022, 2:05 AM Closed by commit rGea9cae03d780: [mlir][llvm] Use tablegen to import shufflevector from LLVM IR. (authored by gysit). · Explain WhyOct 14 2022, 4:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467743 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
|
Shouldn't this be $mask?