[Mlir-commits] [mlir] [MLIR][Presburger] Add simplify function (PR #69107)
Kunwar Grover
llvmlistbot at llvm.org
Sun Oct 15 13:39:18 PDT 2023
================
@@ -755,6 +776,10 @@ class IntegerRelation {
/// equalities.
bool isColZero(unsigned pos) const;
+ /// Checks for identical inequalities and eliminates redundant inequalities.
+ /// The return value indicates if anything has changed.
----------------
Groverkss wrote:
Returns whether the constraint system was modified.
https://github.com/llvm/llvm-project/pull/69107
More information about the Mlir-commits
mailing list