[Mlir-commits] [mlir] [mlir][dataflow] Fix for integer range analysis propagation bug (PR #93199)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu May 23 23:14:48 PDT 2024
================
@@ -36,10 +36,26 @@
using namespace mlir;
using namespace mlir::dataflow;
+namespace {
+
+OptionalIntRanges getOptionalRange(const IntegerValueRange &range) {
----------------
krzysz00 wrote:
Nit: I think this'd usually be a `static` and not `namespace`d
https://github.com/llvm/llvm-project/pull/93199
More information about the Mlir-commits
mailing list