This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Presburger] Simplex: remove redundant member vars nRow, nCol
ClosedPublic

Authored by arjunp on Jun 1 2022, 9:38 AM.

Diff Detail

Event Timeline

arjunp created this revision.Jun 1 2022, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2022, 9:38 AM
arjunp requested review of this revision.Jun 1 2022, 9:38 AM
Groverkss added inline comments.Jun 1 2022, 11:11 AM
mlir/lib/Analysis/Presburger/Simplex.cpp
60

Instead of tableau.getNumColumns, do you think it would make sense to have a Simplex::getNumColumns and call that instead?

ftynse accepted this revision.Jun 2 2022, 3:10 AM
This revision is now accepted and ready to land.Jun 2 2022, 3:10 AM
arjunp updated this revision to Diff 433915.Jun 2 2022, 4:30 PM

Incorporate Kunwar's comment

This revision was landed with ongoing or failed builds.Jun 2 2022, 4:30 PM
This revision was automatically updated to reflect the committed changes.