Also added test cases. Also extend support for computeReprWithOnlyDivLocals from IntegerPolyhedron to IntegerRelation and PresburgerRelation.
Depends on D128736.
Paths
| Differential D128737
[MLIR][Presburger] subtract: support non-div locals ClosedPublic Authored by arjunp on Jun 28 2022, 9:18 AM.
Details Summary Also added test cases. Also extend support for computeReprWithOnlyDivLocals from IntegerPolyhedron to IntegerRelation and PresburgerRelation. Depends on D128736.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2022, 10:42 AM This revision was landed with ongoing or failed builds.Jun 28 2022, 12:37 PM Closed by commit rGdda8b1ceda23: [MLIR][Presburger] subtract: support non-div locals (authored by arjunp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 440726 mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
mlir/include/mlir/Analysis/Presburger/PresburgerRelation.h
mlir/include/mlir/Analysis/Presburger/Simplex.h
mlir/lib/Analysis/Presburger/IntegerRelation.cpp
mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
mlir/unittests/Analysis/Presburger/PresburgerSetTest.cpp
|