[PATCH] D24976: [thinlto] Don't decay threshold for hot callsites
Piotr Padlewski via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 16:59:46 PDT 2016
Prazek marked 2 inline comments as done.
================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:295
@@ -287,1 +294,3 @@
+ const bool IsHotCallsite =
+ Edge.second.Hotness == CalleeInfo::HotnessType::Hot;
----------------
tejohnson wrote:
> These few lines no longer need changing
I think they need: I am ussing isHotCallsite later, and it also makes code cleaner
https://reviews.llvm.org/D24976
More information about the llvm-commits
mailing list