[PATCH] D14309: Use updated threshold for indirect call bonus

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 16:43:43 PST 2015


davidxl added a comment.

The refactoring should be straight forward -- introduce a new function Inliner::getInlineThreshold that takes two arguments: 1) callsite; and 2) callee function decl.

Can you please help with this?


Repository:
  rL LLVM

http://reviews.llvm.org/D14309





More information about the llvm-commits mailing list