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

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 23:25:03 PST 2017


silvas added a comment.

In https://reviews.llvm.org/D29045#653868, @davide wrote:

> 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


This is an internal flag. That page is end-user documentation. Officially, users are not allowed to use -mllvm flags and we should not encourage them to do so. I'm not aware of a good place to document this flag unfortunately.


https://reviews.llvm.org/D29045





More information about the llvm-commits mailing list