[PATCH] D74346: Flags for displaying only hot nodes in CFGPrinter graph
Kirill Naumov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 13:47:05 PST 2020
knaumov added a comment.
Replying to @davidxl
This option is useful when you are analyzing only the "hot" paths on the CFG.
Using these flags you are getting rid of all the unnecessary paths in the graph (the ones that end in deopt or are unreachable)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74346/new/
https://reviews.llvm.org/D74346
More information about the llvm-commits
mailing list