This simplifies many places where we just want to do something in a "transient context"
and return some value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122172
[MLIR][Presburger] Introduce SimplexRollbackScopeExit to rollback on scope exit ClosedPublic Authored by arjunp on Mar 21 2022, 1:04 PM.
Details Summary This simplifies many places where we just want to do something in a "transient context"
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 23 2022, 2:23 PM Closed by commit rG08543a5a477c: [MLIR][Presburger] Introduce SimplexRollbackScopeExit to rollback on scope exit (authored by arjunp). · Explain WhyMar 23 2022, 5:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 417792 mlir/include/mlir/Analysis/Presburger/Simplex.h
mlir/lib/Analysis/Presburger/PresburgerRelation.cpp
mlir/lib/Analysis/Presburger/Simplex.cpp
|