[PATCH] D41059: [PGO] MST min edge selection heuristic to ensure non-zero entry count

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 15:23:37 PST 2017


davidxl added a comment.

The instrumentation point will be before the no-return call, so there is probably no issue with instrumenting direct successor of the entry.


https://reviews.llvm.org/D41059





More information about the llvm-commits mailing list