[Mlir-commits] [mlir] [mlir][dataflow] Fix for integer range analysis propagation bug (PR #93199)

Spenser Bauman llvmlistbot at llvm.org
Fri May 24 05:58:19 PDT 2024


================
@@ -36,10 +36,26 @@
 using namespace mlir;
 using namespace mlir::dataflow;
 
+namespace {
+
+OptionalIntRanges getOptionalRange(const IntegerValueRange &range) {
----------------
sabauma wrote:

Removed these functions

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


More information about the Mlir-commits mailing list