[PATCH] D36311: [ThinLTO] Add GraphTraits for FunctionSummaries

Charles Saternos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 10:58:25 PDT 2017


ncharlie marked 2 inline comments as done.
ncharlie added a comment.

For some reason, the scc_iterator isn't visiting the whole graph, and only visits the children of the entryNode. Does the graph need to be reduced somehow before the scc_iterator can navigate the strong components?


https://reviews.llvm.org/D36311





More information about the llvm-commits mailing list