[PATCH] D33798: [PGO] Adjust indirect call promotion threshold

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 14:06:32 PDT 2017


davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.

this looks fine.

In the longer run, we should hook up the inline cost analysis with the icall promotion to compute the benefit of the promotion more quantitatively -- which can allow bumping down the threshold adaptively.


https://reviews.llvm.org/D33798





More information about the llvm-commits mailing list