[Mlir-commits] [mlir] [mlir][affine|ValueBounds] Add transform to simplify affine min max ops with ValueBoundsOpInterface (PR #145068)
Nicolas Vasilache
llvmlistbot at llvm.org
Sat Jun 21 01:07:59 PDT 2025
================
@@ -736,6 +736,44 @@ bool ValueBoundsConstraintSet::comparePos(int64_t lhsPos,
return isEmpty;
}
+FailureOr<bool> ValueBoundsConstraintSet::strongComparePos(
----------------
nicolasvasilache wrote:
strict ?
https://github.com/llvm/llvm-project/pull/145068
More information about the Mlir-commits
mailing list