[PATCH] D35851: [Dominators] Include infinite loops in PostDominatorTree
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 14:55:08 PDT 2017
kuhar added inline comments.
================
Comment at: include/llvm/Support/GenericDomTreeConstruction.h:611
+ // algorithm does not really know or use the set of roots and can make a
+ // different (implicit) decision about which nodes within an infinite root
+ // becomes a root.
----------------
s/infinite root/infinite loop
https://reviews.llvm.org/D35851
More information about the llvm-commits
mailing list