[Mlir-commits] [mlir] [MLIR][Presburger] Add simplify function (PR #69107)
Kunwar Grover
llvmlistbot at llvm.org
Sun Oct 15 13:39:18 PDT 2023
================
@@ -545,6 +557,11 @@ class IntegerRelation {
void removeDuplicateDivs();
+ /// Simplify iteratively attempt to remove redundant equations by Gaussian
+ /// elimination and attempt to remove duplicate inequalities until a fixed
+ /// point is reached.
----------------
Groverkss wrote:
I think you can just write the doc as "Simplify the constraint system by removing canonicalizing constraints and removing redundant constraints".
https://github.com/llvm/llvm-project/pull/69107
More information about the Mlir-commits
mailing list