[Mlir-commits] [mlir] [mlir][dataflow] Drop the firstIndex argument of visitNonControlFlowArguments (PR #175210)
Matthias Springer
llvmlistbot at llvm.org
Mon Jan 26 00:56:03 PST 2026
================
@@ -139,7 +139,7 @@ LogicalResult IntegerRangeAnalysis::visitOperation(
void IntegerRangeAnalysis::visitNonControlFlowArguments(
Operation *op, const RegionSuccessor &successor, ValueRange successorInputs,
- ArrayRef<IntegerValueRangeLattice *> argLattices, unsigned firstIndex) {
+ ArrayRef<IntegerValueRangeLattice *> argLattices) {
----------------
matthias-springer wrote:
`argLattices` -> `nonSuccessorInputLattices`
https://github.com/llvm/llvm-project/pull/175210
More information about the Mlir-commits
mailing list