[PATCH] D17864: [PGO] Promote indirect calls to conditional direct calls with value-profile

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 14:10:39 PST 2016


xur marked 3 inline comments as done.
xur added a comment.

split some of the chages to http://reviews.llvm.org/D17895


================
Comment at: include/llvm/ProfileData/InstrProf.h:160
@@ +159,3 @@
+/// Return the modified name for function \c F suitable to be
+/// used the key for profile lookup in LTO compilation.
+std::string getPGOFuncNameLTO(const Function &F);
----------------
joker.eph wrote:
> I expect lengthy description of the naming, why the difference between LTO and non-LTO. If it described somewhere else, please insert a reference to it.
see http://reviews.llvm.org/D17895


http://reviews.llvm.org/D17864





More information about the llvm-commits mailing list