llvm-project/mlir/tools
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
..
mlir-cpu-runner [MLIR] Do not link mlir-cpu-runner with X86 libs 2020-03-11 11:35:59 -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] 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-shlib [MLIR] Add support for libMLIR.so 2020-03-06 13:25:18 -08:00
mlir-tblgen [mlir] Revamp operation documentation generation 2020-03-24 12:05:18 -07:00
mlir-translate [mlir][AVX512] Start a primitive AVX512 dialect 2020-03-20 14:11:57 -04:00
mlir-vulkan-runner [mlir][vulkan-runner] Add support for 2D memref. 2020-03-27 13:59:17 +03:00
CMakeLists.txt [mlir] Fix cross compiling MLIR 2020-03-14 19:18:40 +00:00