llvm-project/mlir/test/Analysis
Krzysztof Drewniak d35f7f254f [mlir] Allow data flow analysis of non-control flow branch arguments
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
2022-04-25 20:19:34 +00:00
..
test-alias-analysis-modref.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-alias-analysis.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-callgraph.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-data-flow.mlir [mlir] Allow data flow analysis of non-control flow branch arguments 2022-04-25 20:19:34 +00:00
test-dominance.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-liveness.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-match-reduction.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-shape-fn-report.mlir [mlir] Add shape.func 2022-04-22 11:35:35 -07:00
test-topoligical-sort.mlir [mlir][NFC] Update textual references of func to func.func in Analysis/ tests 2022-04-20 22:17:27 -07:00