[MLIR] Simplex: support adding new variables dynamically
authorArjun P <arjunpitchanathan@gmail.com>
Sat, 18 Sep 2021 10:34:46 +0000 (16:04 +0530)
committerArjun P <arjunpitchanathan@gmail.com>
Sat, 18 Sep 2021 16:02:17 +0000 (21:32 +0530)
commit2b44a7325c56cdd78bbcfab7ff7a00126aa5c822
treee488ba029314ad597f75c084357ba6f774b1bc83
parent1b2c36aa5fa07a2d64ddda745a138d5eacd5a06c
[MLIR] Simplex: support adding new variables dynamically

Reviewed By: Groverkss

Differential Revision: https://reviews.llvm.org/D109962
mlir/include/mlir/Analysis/Presburger/Simplex.h
mlir/lib/Analysis/Presburger/Simplex.cpp
mlir/unittests/Analysis/Presburger/SimplexTest.cpp