[Mlir-commits] [mlir] [mlir][arith] Implement ValueBoundsOpInterface for min/max ops (PR #203269)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jun 12 07:46:08 PDT 2026
================
@@ -160,6 +160,70 @@ struct SelectOpInterface
populateBounds(cast<SelectOp>(op), dim, cstr);
}
};
+
+struct MinUIOpInterface
----------------
nirhersh wrote:
removed it, maybe i will take a look in a different PR if the infrastructure can support unsigned integer arithmetics
https://github.com/llvm/llvm-project/pull/203269
More information about the Mlir-commits
mailing list