This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] support symbolicLexMin for IntegerRelation
ClosedPublic

Authored by arjunp on Jun 30 2022, 11:54 AM.

Details

Summary

This also changes the space of the returned lexmin for IntegerPolyhedrons;
the symbols in the poly now correspond to symbols in the result rather than dims.

Diff Detail

Event Timeline

arjunp created this revision.Jun 30 2022, 11:54 AM
arjunp requested review of this revision.Jun 30 2022, 11:54 AM
Groverkss added inline comments.Jul 1 2022, 7:43 AM
mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
587
Groverkss accepted this revision.Jul 1 2022, 7:44 AM

LGTM.

This revision is now accepted and ready to land.Jul 1 2022, 7:44 AM
arjunp updated this revision to Diff 441711.Jul 1 2022, 9:28 AM
  • address kunwar's comment
arjunp updated this revision to Diff 441727.Jul 1 2022, 9:54 AM
  • address kunwar's comment
  • rebase, remove the varKind flag stuff and use an isSymbol bitvector.
arjunp updated this revision to Diff 441728.Jul 1 2022, 9:56 AM

Actually rebase properly this time

This revision was landed with ongoing or failed builds.Jul 1 2022, 10:00 AM
This revision was automatically updated to reflect the committed changes.