================
@@ -316,19 +315,17 @@ void
AbstractSparseForwardDataFlowAnalysis::visitRegionSuccessors(
if (!inputs.empty())
firstIndex = cast<OpResult>(inputs.front()).getResultNumber();
visitNonControlFlowArgumentsImpl(
- branch,
- RegionSuccessor::parent(
- branch->getResults().slice(firstIndex, inputs.size())),
- lattices, firstIndex);
+ branch, RegionSuccessor::parent(),
+ branch->getResults().slice(firstIndex, inputs.size()), lattices,
----------------
linuxlonelyeagle wrote:
I see, thanks. I've approved it.😉
https://github.com/llvm/llvm-project/pull/175815
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits