[Mlir-commits] [mlir] [mlir][dataflow] Add visitBranchPropertyArgument API to SparseDataFlowAnalysis and apply it in LivenessAnalysis/RemoveDeadValues/IntegerRangeAnalysis (PR #169816)
lonely eagle
llvmlistbot at llvm.org
Mon Dec 29 08:17:07 PST 2025
================
@@ -217,6 +217,10 @@ class AbstractSparseForwardDataFlowAnalysis : public DataFlowAnalysis {
Operation *op, const RegionSuccessor &successor,
ArrayRef<AbstractSparseLattice *> argLattices, unsigned firstIndex) = 0;
+ virtual void visitBranchPropertyArgumentImpl(
----------------
linuxlonelyeagle wrote:
I thought about it for a long time and couldn't figure out what to call it, but I think I understand your idea now.😉
https://github.com/llvm/llvm-project/pull/169816
More information about the Mlir-commits
mailing list