[mlir:DataFlowAnalysis] Reprocess the arguments of already executable edges
This fixes a bug where we discover new information about the arguments of an already executable edge, but don't visit the arguments. We only visit the arguments, and not the block itself, so this commit shouldn't really affect performance at all. Fixes PR#51871 Differential Revision: https://reviews.llvm.org/D110197
Loading
Please sign in to comment