[Mlir-commits] [mlir] [mlir][IntegerRangeAnalysis] Handle multi-dimensional loops (PR #170765)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Dec 5 00:19:08 PST 2025


================
@@ -180,23 +180,20 @@ void IntegerRangeAnalysis::visitNonControlFlowArguments(
     return;
   }
 
-  /// Given the results of getConstant{Lower,Upper}Bound() or getConstantStep()
-  /// on a LoopLikeInterface return the lower/upper bound for that result if
-  /// possible.
+  /// Given a lower bound, upper bound, or step from aLoopLikeInterface return
----------------
ftynse wrote:

```suggestion
  /// Given a lower bound, upper bound, or step from a LoopLikeInterface return
```

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


More information about the Mlir-commits mailing list