[PATCH] D18490: [PGO] Comment how function pointers for indirect calls are mapped to function names

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 11:43:51 PDT 2016


anemet added inline comments.

================
Comment at: include/llvm/ProfileData/InstrProfData.inc:76
@@ -75,1 +75,3 @@
                 llvm::Type::getInt64PtrTy(Ctx)))
+// This is used to map function pointers for the indirect call targets to
+// function name hashes during the conversion from raw to merged profile data.
----------------
davidxl wrote:
> After this is committed, please update the copy of this file in compiler-rt as well.
Done in r264612.


Repository:
  rL LLVM

http://reviews.llvm.org/D18490





More information about the llvm-commits mailing list