[Mlir-commits] [mlir] [mlir][dataflow] Add new visitNonControlFlowArgumentst API to SparseDataFlowAnalysis and apply it in LivenessAnalysis/RemoveDeadValues/IntegerRangeAnalysis (PR #169816)

Jakub Kuderski llvmlistbot at llvm.org
Mon Dec 29 09:57:33 PST 2025


================
@@ -335,26 +350,26 @@ void AbstractSparseForwardDataFlowAnalysis::visitRegionSuccessors(
         if (!inputs.empty())
           firstIndex = cast<BlockArgument>(inputs.front()).getArgNumber();
         Region *region = point->getBlock()->getParent();
-        auto nonControlFlowArguments =
+        auto controlFlowArguments =
----------------
kuhar wrote:

Can you also spell this out?

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


More information about the Mlir-commits mailing list