This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0521b1a7f6b Remove the unused dbg.value offset from SelectionDAG (NFC) new 0e9b0bc63df [Inliner] Do not apply any bonus for cold callsites.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/InlineCost.cpp | 103 +++++++++++++++------ test/Transforms/Inline/last-call-bonus.ll | 1 + test/Transforms/Inline/last-call-no-bonus.ll | 58 ++++++++++++ .../Inline/{vector-bonus.ll => vector-no-bonus.ll} | 11 ++- 4 files changed, 144 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/Inline/last-call-no-bonus.ll copy test/Transforms/Inline/{vector-bonus.ll => vector-no-bonus.ll} (77%)