This is an archive of the discontinued LLVM Phabricator instance.

[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"
and return some value.

Diff Detail

Event Timeline

arjunp created this revision.Mar 21 2022, 1:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 1:04 PM
arjunp requested review of this revision.Mar 21 2022, 1:04 PM
This revision is now accepted and ready to land.Mar 23 2022, 2:23 PM