[PATCH] D91767: [DomTree][NFC] Introduce function that finds common dom of multiple instructions

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 02:27:28 PST 2020


mkazantsev updated this revision to Diff 307012.
mkazantsev marked 2 inline comments as done.
mkazantsev added a comment.

Added expensive asserts;
Renamed `Insns->Instructions`

Further rework, I think, should go separately, because it affects code outside this one.


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

https://reviews.llvm.org/D91767

Files:
  llvm/include/llvm/IR/Dominators.h
  llvm/lib/IR/Dominators.cpp
  llvm/unittests/IR/DominatorTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91767.307012.patch
Type: text/x-patch
Size: 7353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201123/331bf17a/attachment.bin>


More information about the llvm-commits mailing list