[clang] [llvm-profdata] Do not create numerical strings for MD5 function names read from a Sample Profile. (PR #66164)

David Li via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 14:04:46 PDT 2023


================
@@ -574,7 +578,7 @@ class SampleContext {
     ContextStr = ContextStr.substr(1, ContextStr.size() - 2);
     StringRef ContextRemain = ContextStr;
     StringRef ChildContext;
-    StringRef CalleeName;
+    ProfileFuncRef CalleeName;
----------------
david-xl wrote:

CalleeName -->Callee

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


More information about the cfe-commits mailing list