[PATCH] D29045: [PGO] Add option to dot-dump raw profile counts as computed by profile annotator

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 13:22:18 PST 2017


davide added a comment.

In https://reviews.llvm.org/D29045#653812, @davidxl wrote:

> I won't mind adding documentation of the flags. Is there a known place to do so (for internal options)?


I personally wouldn't mind them to be added to https://clang.llvm.org/docs/UsersManual.html#profile-guided-optimization (maybe in a separate subsection). It's generally nicer having these flags documented somewhere than looking at the code, IMHO


https://reviews.llvm.org/D29045





More information about the llvm-commits mailing list