Add support for translating llvm::ShuffleVectorInst
Details
Details
Diff Detail
Diff Detail
Event Timeline
mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp | ||
---|---|---|
1079 | mask is never null (I'm not sure why it's checked elsewhere in this file). |
Paths
| Differential D125030
[mlir][LLVMIR] Add support for translating shufflevector ClosedPublic Authored by myhsu on May 5 2022, 11:39 AM.
Details Summary Add support for translating llvm::ShuffleVectorInst
Diff Detail Event TimelineThis revision now requires changes to proceed.May 5 2022, 2:30 PM This revision is now accepted and ready to land.May 8 2022, 5:55 PM This revision was landed with ongoing or failed builds.May 14 2022, 3:15 PM Closed by commit rG3da65c4c0b00: [mlir][LLVMIR] Add support for translating shufflevector (authored by myhsu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 427765 mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
mlir/test/Target/LLVMIR/Import/basic.ll
|
mask is never null (I'm not sure why it's checked elsewhere in this file).