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

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 09:54:04 PDT 2017


chandlerc added a comment.

In https://reviews.llvm.org/D36199#828958, @haicheng wrote:

> Hi  Easwaran,
>
> What if the callee of a hot callsite also has a inline hint?


(FWIW, my 2 cents here would be that this should win over inline hint, as it should be quite a bit stronger. Anyways, will let Easwaran actually respond as well as I'm curious what he thinks.)


https://reviews.llvm.org/D36199





More information about the llvm-commits mailing list