[PATCH] D24976: [thinlto] Don't decay threshold for hot callsites
Piotr Padlewski via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 11:42:07 PDT 2016
Prazek created this revision.
Prazek added reviewers: tejohnson, eraman, mehdi_amini.
Prazek added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.
We don't want to decay hot callsites to import chains of hot
callsites. The same mechanism is used in LIPO.
https://reviews.llvm.org/D24976
Files:
lib/Transforms/IPO/FunctionImport.cpp
test/Transforms/FunctionImport/Inputs/hotness_based_import.ll
test/Transforms/FunctionImport/hotness_based_import.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24976.72683.patch
Type: text/x-patch
Size: 7699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160927/10c744ec/attachment.bin>
More information about the llvm-commits
mailing list