There were cases in which ubAdjustment was not applied to the resulting UB.
Depends On: D145696
Paths
| Differential D145796
[mlir][affine][analysis] Fix `getClosedUB` handling in `getSliceBounds` ClosedPublic Authored by springerm on Mar 10 2023, 7:41 AM.
Details Summary There were cases in which ubAdjustment was not applied to the resulting UB. Depends On: D145696
Diff Detail
Event Timelinespringerm added a parent revision: D145696: [mlir][Arith] Add ValueBoundsOpInterface impls.Mar 10 2023, 7:41 AM bondhugula added inline comments.
This revision is now accepted and ready to land.Mar 10 2023, 4:21 PM Closed by commit rGdab077cae7b0: [mlir][affine][analysis] Fix `closedUB` handling in `getSliceBounds` (authored by springerm). · Explain WhyMar 13 2023, 1:03 AM This revision was automatically updated to reflect the committed changes. springerm marked 3 inline comments as done. springerm removed a child revision: D145787: [mlir][Interfaces] ValueBoundsOpInterface: Support LB and UB bounds.Mar 17 2023, 9:17 AM
Revision Contents
Diff 504148 mlir/include/mlir/Dialect/Affine/Analysis/AffineStructures.h
mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
|
The option can be simply named closedUb.