================
@@ -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