[PATCH] D42247: [Dominators] Fix some edge cases for PostDomTree updating
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 20 03:51:52 PST 2018
dmgreen added a comment.
Thanks.
No objections from me. I don't know of any way that current in-tree passes will trigger these, they mostly come from batch updating post dom trees, which is not something I think happens just yet. They should be safe to go into the branch, if you think thats best.
Repository:
rL LLVM
https://reviews.llvm.org/D42247
More information about the llvm-commits
mailing list