d35f7f254f
This commit adds the visitNonControlFlowArguments method to DataFlowAnalysis, allowing analyses to provide lattice values for the arguments to a RegionSuccessor block that aren't directly tied to an op's inputs. For example, integer range interface can use this method to infer bounds for the step values in loops. This method has a default implementation that keeps the old behavior of assigning a pessimistic fixedpoint state to all such arguments. Reviewed By: Mogball, rriddle Differential Revision: https://reviews.llvm.org/D124021 |
||
---|---|---|
.. | ||
test-alias-analysis-modref.mlir | ||
test-alias-analysis.mlir | ||
test-callgraph.mlir | ||
test-data-flow.mlir | ||
test-dominance.mlir | ||
test-liveness.mlir | ||
test-match-reduction.mlir | ||
test-shape-fn-report.mlir | ||
test-topoligical-sort.mlir |