The casting ops (sitofp, uitofp, fptosi, fptoui) lowering currently does
not handle n-D vectors. This patch fixes that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103207
Add n-D vector lowering to LLVM for cast ops ClosedPublic Authored by harsh on May 26 2021, 2:29 PM.
Details Summary The casting ops (sitofp, uitofp, fptosi, fptoui) lowering currently does
Diff Detail
Event Timelineharsh retitled this revision from Add n-D vector lowering to LLVM for SIToFPOp to Add n-D vector lowering to LLVM for cast ops. Comment ActionsUpdated commit message This revision is now accepted and ready to land.May 26 2021, 3:14 PM This revision was landed with ongoing or failed builds.May 26 2021, 3:28 PM Closed by commit rG94d67b51dd02: [mlir] Add n-D vector lowering to LLVM for cast ops (authored by harsh, committed by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 348107 mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/test/Conversion/StandardToLLVM/convert-nd-vector-to-llvmir.mlir
|
clang-format: please reformat the code