[PATCH] D81682: [PGO] Extend the value profile buckets for mem op sizes.

dmajor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 11:14:31 PDT 2020


dmajor added a comment.
Herald added a subscriber: wenlei.

In D81682#2168134 <https://reviews.llvm.org/D81682#2168134>, @yamauchi wrote:

> In D81682#2168028 <https://reviews.llvm.org/D81682#2168028>, @dmajor wrote:
>
>> The re-landing of this patch in 4a539faf74b9b4c25ee3b880e4007564bd5139b0 <https://reviews.llvm.org/rG4a539faf74b9b4c25ee3b880e4007564bd5139b0> causes our PGO build of clang to have thousands of
>>
>>   LLVM Profile Warning: Unable to track new values: Running out of static counters.  Consider using option -mllvm -vp-counters-per-site=<n> to allocate more value profile counters at compile time. 
>>
>> Is that expected? Should the cmake set a higher value of `-vp-counters-per-site` in self-hosted PGO builds?
>
> This has been reverted for now. There was a related issue.

Our build bots still show lots of this warning, is that expected?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81682/new/

https://reviews.llvm.org/D81682



More information about the llvm-commits mailing list