llvm-project/mlir/test/Analysis
bzcheeseman f382dfc06b [MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that are live as of a given operation.
This change allows the user of LivenessBlockInfo to specify an op within the block and get a set of all values that are live as of that op. Semantically it relies on having a dominance-based region that has ordered operations. For DFG regions, computing liveness statically this way doesn't really make sense, it likely needs to be done at runtime.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D129447
2022-07-15 22:10:53 -07:00
..
DataFlow [mlir] An implementation of dense data-flow analysis 2022-07-07 15:12:46 -07: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] Support getSuccessorInputs from parent op 2022-06-13 22:21:34 +00: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-dominance.mlir [mlir][NFC] Update textual references of `func` to `func.func` in Analysis/ tests 2022-04-20 22:17:27 -07:00
test-foo-analysis.mlir (Reland)[mlir] Add a generic data-flow analysis framework 2022-06-14 21:33:05 +00:00
test-liveness.mlir [MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that are live as of a given operation. 2022-07-15 22:10:53 -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] Attach InferTypeOpInterface on SameOperandsAndResultType operations when possible 2022-04-28 12:57:59 -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