[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
Mon Mar 9 09:08:53 PDT 2020
dfki-mako updated this revision to Diff 249120.
dfki-mako marked 3 inline comments as done.
dfki-mako added a comment.
Fixed missing "be" in comment and changed output to "Nearest(x, y) = z".
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.249120.patch
Type: text/x-patch
Size: 17274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200309/8e3355b2/attachment.bin>
More information about the llvm-commits
mailing list