[Mlir-commits] [mlir] [mlir][IntegerRangeAnalysis] expose maybeReplaceWithConstant (PR #133151)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Mar 26 13:23:29 PDT 2025


================
@@ -19,6 +19,7 @@
 #define MLIR_ANALYSIS_DATAFLOW_INTEGERANGEANALYSIS_H
 
 #include "mlir/Analysis/DataFlow/SparseAnalysis.h"
+#include "mlir/IR/PatternMatch.h"
----------------
krzysz00 wrote:

I think we can forward-declare this?

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


More information about the Mlir-commits mailing list