[llvm] [IRPGO][ValueProfile] Instrument virtual table address that could be used to do virtual table address comparision for indirect-call-promotion. (PR #66825)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 16:33:08 PDT 2023


================
@@ -519,13 +591,20 @@ class InstrProfSymtab {
   /// will be represented using the same StringRef value.
   inline StringRef getFuncNameOrExternalSymbol(uint64_t FuncMD5Hash);
 
+  /// Just like getFuncName, except that it will return a non-empty StringRef
----------------
modiking wrote:

Cleanup

https://github.com/llvm/llvm-project/pull/66825


More information about the llvm-commits mailing list