[PATCH] D15003: Interface to attach maximum function count from PGO to module as module flags.

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 13:34:47 PST 2015


dnovillo added a comment.

How is this going to interact with SamplePGO?  Currently, I'm testing a change that adds the InlineHint attribute for functions that globally collected a fraction of samples greater than a given threshold.  Likewise, for functions that fall below another threshold, they receive the Cold attribute.

The API talks in terms of function counts, how is this related to the entry count I added earlier? What would SamplePGO have to do here?

Thanks.


Repository:
  rL LLVM

http://reviews.llvm.org/D15003





More information about the llvm-commits mailing list