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

Spenser Bauman llvmlistbot at llvm.org
Fri May 24 12:43:08 PDT 2024


================
@@ -27,6 +27,9 @@ namespace intrange {
 using InferRangeFn =
     function_ref<ConstantIntRanges(ArrayRef<ConstantIntRanges>)>;
 
+using OptionalRangeFn =
+    std::function<OptionalIntRanges(ArrayRef<OptionalIntRanges>)>;
----------------
sabauma wrote:

> This might need an announcement somewhere?

I'd be happy to create a thread on the MLIR Discourse to give some warning if the proposed solution seems acceptable.

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


More information about the Mlir-commits mailing list