Refactor the operation of subtraction by
- removing the usage of SimplexRollbackScopeExit since this can't be used in the iterative version
- reducing the number of stack variables to make the iterative version easier to follow
Paths
| Differential D123156
[MLIR][Presburger] Refactor subtraction in preparation for making it iterative ClosedPublic Authored by arjunp on Apr 5 2022, 1:39 PM.
Details Summary Refactor the operation of subtraction by
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 6 2022, 7:32 AM Closed by commit rG1ba6043332a3: [MLIR][Presburger] Refactor subtraction in preparation for making it iterative (authored by arjunp). · Explain WhyApr 6 2022, 8:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 420621 mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
|
Could you add some inline comments about what this does?