llvm-project/mlir/test
Marcel Koester 86bbbb317b [mlir] Extended Dominance analysis with a function to find the nearest common dominator of two given blocks.
The Dominance analysis currently misses a utility function to find the nearest common dominator of two given blocks. This is required for a huge variety of different control-flow analyses and transformations. This commit adds this function and moves the getNode function from DominanceInfo to DominanceInfoBase, as it also works for post dominators.

Differential Revision: https://reviews.llvm.org/D75507
2020-03-27 14:55:40 +01:00
..
Analysis [mlir] Extended Dominance analysis with a function to find the nearest common dominator of two given blocks. 2020-03-27 14:55:40 +01:00
Conversion [MLIR][LLVM] Make index type bitwidth configurable. 2020-03-27 12:42:54 +01:00
Dialect [MLIR] Add flat affine constraints method to round trip integer set 2020-03-26 12:07:13 +05:30
EDSC [mlir][NFC] Cleanup AffineOps directory structure 2020-03-20 14:23:43 -07:00
Examples [mlir][Tutorial] Make parsing an empty file print a better error. 2020-03-03 13:21:05 -08:00
IR Allow IndexType inside tensors. 2020-03-26 10:52:48 -07:00
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
Quantizer Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
SDBM [MLIR] Fixes for BUILD_SHARED_LIBS=on 2020-03-06 13:25:18 -08:00
Target [MLIR][LLVM] Make index type bitwidth configurable. 2020-03-27 12:42:54 +01:00
Transforms [MLIR] Add parallel loop collapsing. 2020-03-26 09:32:52 +01:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Extended Dominance analysis with a function to find the nearest common dominator of two given blocks. 2020-03-27 14:55:40 +01:00
mlir-cpu-runner [mlir] Move several static cl::opts to be pass options instead. 2020-03-22 03:16:21 -07:00
mlir-cuda-runner Fix all-reduce int tests by host-registering memrefs. 2020-03-23 11:48:13 +01:00
mlir-opt [MLIR] add show-dialects option for mlir-opt 2020-02-27 10:43:39 -08:00
mlir-tblgen [mlir] Automatically add DerivedAttribute op interface 2020-03-13 14:26:30 -07:00
mlir-vulkan-runner [mlir][vulkan-runner] Add support for 2D memref. 2020-03-27 13:59:17 +03:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir] NFC - Split out RunnerUtils that don't require a C++ runtime 2020-02-27 14:14:11 -05:00
lit.cfg.py [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00
lit.site.cfg.py.in [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00