[Mlir-commits] [mlir] [mlir][dataflow] Drop the firstIndex argument of visitNonControlFlowArguments (PR #175210)
Matthias Springer
llvmlistbot at llvm.org
Sun Jan 25 23:47:30 PST 2026
================
@@ -385,14 +390,14 @@ class SparseForwardDataFlowAnalysis
}
void visitNonControlFlowArgumentsImpl(
Operation *op, const RegionSuccessor &successor,
- ValueRange successorInputs, ArrayRef<AbstractSparseLattice *> argLattices,
- unsigned firstIndex) override {
+ ValueRange noSuccessorInputs,
----------------
matthias-springer wrote:
nit: `nonSuccessorInputs`
https://github.com/llvm/llvm-project/pull/175210
More information about the Mlir-commits
mailing list