[Mlir-commits] [mlir] [mlir][dataflow] Add visitBranchRegionArgument interface to SparseBackwardDataFlowAnalysis and apply it in LivenessAnalysis/RemoveDeadValues (PR #169816)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Dec 18 00:35:38 PST 2025


================
@@ -431,6 +431,8 @@ class AbstractSparseBackwardDataFlowAnalysis : public DataFlowAnalysis {
   // Visit operands on branch instructions that are not forwarded.
   virtual void visitBranchOperand(OpOperand &operand) = 0;
 
+  virtual void visitBranchRegionArgument(BlockArgument &argument) = 0;
----------------
ftynse wrote:

This must have documentation.

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


More information about the Mlir-commits mailing list