[PATCH] D62507: [Dominators] PR42041: Skip nullpointer successors

Kristóf Umann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 08:20:21 PDT 2019


Szelethus updated this revision to Diff 201676.
Szelethus added a comment.

> "What's the difference between a template programmer and a monkey? A monkey uses tools."
>  /Zoltán Porkoláb/

Revert all changed to the dominator tree builder in LLVM, specialize `ChildrenGetter::Get` for clang's CFG. I'll try to explore nicer solutions, but this is clearly superior to my previous diff. Thank you all so much for the reviews!


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

https://reviews.llvm.org/D62507

Files:
  clang/include/clang/Analysis/Analyses/Dominators.h
  clang/test/Analysis/domtest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62507.201676.patch
Type: text/x-patch
Size: 3584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/58080e8b/attachment.bin>


More information about the llvm-commits mailing list