We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9143422 commit 6b6bb70Copy full SHA for 6b6bb70
mlir/lib/Analysis/Presburger/Simplex.cpp
@@ -106,7 +106,6 @@ Simplex::Unknown &SimplexBase::unknownFromRow(unsigned row) {
106
107
unsigned SimplexBase::addZeroRow(bool makeRestricted) {
108
// Resize the tableau to accommodate the extra row.
109
- unsigned oldNumRows = getNumRows();
110
unsigned newRow = tableau.appendExtraRow();
111
rowUnknown.emplace_back(~con.size());
112
con.emplace_back(Orientation::Row, makeRestricted, newRow);
0 commit comments