ConstantOp should be used instead of ConstantIntOp to be able to support index type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112191
[MLIR] Fix FloorDivSIOpConverter that was failing for index type after the arithmetic op refactor ClosedPublic Authored by Holman on Oct 20 2021, 3:55 PM.
Details Summary ConstantOp should be used instead of ConstantIntOp to be able to support index type.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 20 2021, 3:55 PM Herald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 20 2021, 3:55 PM This revision is now accepted and ready to land.Oct 20 2021, 4:08 PM Closed by commit rG516884f58b46: [MLIR] Fix FloorDivSIOpConverter that was failing for index type after the… (authored by Mogball). · Explain WhyOct 21 2021, 2:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381400 mlir/lib/Dialect/Arithmetic/Transforms/ExpandOps.cpp
mlir/test/Dialect/Arithmetic/expand-ops.mlir
|