[Mlir-commits] [mlir] [mlir][dataflow] Drop the firstIndex argument of old visitNonControlFlowArguments, add new visitNonControlFlowArguments API and use it in IntegerRangeAnalysis (PR #175210)
Matthias Springer
llvmlistbot at llvm.org
Sun Jan 25 01:12:03 PST 2026
https://github.com/matthias-springer commented:
Overall, this makes sense to me, but can you split this up in two PRs: adding the second `visitNonControlFlowArgumentsImpl` overload in a separate PR.
This PR would then just drop the `firstIndex` parameter, change `successorInputs` -> `nonSuccessorInputs`, and pass the `argLattices` that correspond to the `nonSuccessorInputs`.
https://github.com/llvm/llvm-project/pull/175210
More information about the Mlir-commits
mailing list