[PATCH] D35571: [Dominators] Improve error checking in deleteEdge

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 11:26:04 PDT 2017


grosser added a comment.

Can you maybe document that splitEdge is supposed to only be called on nodes that are part of the dominator tree.

Also, what about blocks that are unreachable form the entry and not part of the dominator tree?


https://reviews.llvm.org/D35571





More information about the llvm-commits mailing list