Depends On: D145694
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/MemRef/IR/ValueBoundsOpInterfaceImpl.cpp | ||
---|---|---|
29 ↗ | (On Diff #509964) | Yes, this is the new API that jpienaar suggested. |
Paths
| Differential D145695
[mlir][MemRef] Add ValueBoundsOpInterface impls ClosedPublic Authored by springerm on Mar 9 2023, 8:15 AM.
Details
Diff Detail
Event Timelinespringerm added a parent revision: D145694: [mlir][Affine] Add ValueBoundsOpInterface for affine.apply.Mar 9 2023, 8:15 AM springerm added a child revision: D145696: [mlir][Arith] Add ValueBoundsOpInterface impls.Mar 9 2023, 8:19 AM springerm retitled this revision from [mlir][linalg] ValueBoundsOpInterface: Add memref ops to [mlir][MemRef] Add ValueBoundsOpInterface impls.Mar 16 2023, 8:15 AM dcaballe added inline comments. This revision is now accepted and ready to land.Mar 31 2023, 12:17 PM Closed by commit rG6510fa90a0c1: [mlir][memref] Add ValueBoundsOpInterface impls (authored by springerm). · Explain WhyApr 5 2023, 6:40 PM This revision was automatically updated to reflect the committed changes. springerm marked an inline comment as done.
Revision Contents
Diff 503779 mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
mlir/lib/Dialect/Linalg/Transforms/ValueBoundsOpInterfaceImpl.cpp
mlir/test/Dialect/Linalg/value-bounds-op-interface-impl.mlir
|
-> i =0, end = getType().getRank()