[PATCH] D75507: [mlir] Extended Dominance analysis with a function to find the nearest common dominator of two given blocks.

Marcel Koester via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 04:24:26 PST 2020


dfki-mako updated this revision to Diff 248695.
dfki-mako added a comment.
Herald added subscribers: aartbik, mgorny.

Added support for nested regions.
Added test cases for dominance information.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75507/new/

https://reviews.llvm.org/D75507

Files:
  mlir/include/mlir/Analysis/Dominance.h
  mlir/lib/Analysis/Dominance.cpp
  mlir/test/Analysis/test-dominance.mlir
  mlir/test/lib/Transforms/CMakeLists.txt
  mlir/test/lib/Transforms/TestDominance.cpp
  mlir/tools/mlir-opt/mlir-opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75507.248695.patch
Type: text/x-patch
Size: 16879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/53b7cb0e/attachment.bin>


More information about the llvm-commits mailing list