This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger][Simplex] addSymbolicCut: don't add symbol div if denom is 1
ClosedPublic

Authored by arjunp on Apr 11 2022, 1:06 PM.

Details

Summary

This is unncessary, so we remove it as an optimization.

Diff Detail

Event Timeline

arjunp created this revision.Apr 11 2022, 1:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 1:06 PM
arjunp requested review of this revision.Apr 11 2022, 1:06 PM
arjunp updated this revision to Diff 422024.Apr 11 2022, 1:20 PM

Fix a comment and drop the unnecessary qualification for addCut

arjunp updated this revision to Diff 422026.Apr 11 2022, 1:22 PM

make -> construct

This revision is now accepted and ready to land.Apr 12 2022, 4:03 AM
This revision was landed with ongoing or failed builds.Apr 12 2022, 4:27 AM
This revision was automatically updated to reflect the committed changes.