[PATCH] D36199: [Inliner] Increase threshold for hot callsites without PGO.

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 10:05:06 PDT 2017


Thanks! I'll fix that.

On Fri, Aug 4, 2017 at 8:18 AM, Haicheng Wu via Phabricator <
reviews at reviews.llvm.org> wrote:

> haicheng added inline comments.
>
>
> ================
> Comment at: llvm/trunk/lib/Analysis/InlineCost.cpp:81
> +    "hot-callsite-rel-freq", cl::Hidden, cl::init(60), cl::ZeroOrMore,
> +    cl::desc("Maxmimum block frequency, expressed as a multiple of
> caller's "
> +             "entry frequency, for a callsite to be hot in the absence of
> "
> ----------------
> Is this a typo? Maximum => Minimum
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D36199
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170804/a0a46c04/attachment.html>


More information about the llvm-commits mailing list