[Mlir-commits] [mlir] [MLIR][Presburger] Add simplify function (PR #69107)

Kunwar Grover llvmlistbot at llvm.org
Sat Oct 28 03:55:21 PDT 2023


================
@@ -1015,6 +1022,17 @@ bool PresburgerRelation::hasOnlyDivLocals() const {
   });
 }
 
+PresburgerRelation PresburgerRelation::simplify() const {
+  PresburgerRelation origin = *this;
----------------
Groverkss wrote:

Makes sense, its fine for now

https://github.com/llvm/llvm-project/pull/69107


More information about the Mlir-commits mailing list