Bounds such as dim_{pos} <= c_1 * dim_x + ... where x == pos are invalid. addLowerOrUpperBound previously added an incorrect inequality to the set. Such cases are now explicitly rejected.
Depends On D105804
Paths
| Differential D107220
[mlir][affine] addLowerOrUpperBound: Disallow pos among boundOperands ClosedPublic Authored by springerm on Jul 31 2021, 6:45 AM.
Details Summary Bounds such as dim_{pos} <= c_1 * dim_x + ... where x == pos are invalid. addLowerOrUpperBound previously added an incorrect inequality to the set. Such cases are now explicitly rejected. Depends On D105804
Diff Detail
Event TimelineHerald added subscribers: Chia-hungDuan, dcaballe, cota and 17 others. · View Herald TranscriptJul 31 2021, 6:45 AM This revision is now accepted and ready to land.Aug 2 2021, 1:10 AM This revision was landed with ongoing or failed builds.Aug 2 2021, 7:28 PM Closed by commit rGfef4708472b2: [mlir][affine] addLowerOrUpperBound: Disallow pos among boundOperands (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 363617 mlir/lib/Analysis/AffineStructures.cpp
|