[flang-commits] [flang] [llvm-profdata] Do not create numerical strings for MD5 function names read from a Sample Profile. (PR #66164)
William Junda Huang via flang-commits
flang-commits at lists.llvm.org
Mon Oct 9 10:16:59 PDT 2023
================
@@ -85,7 +86,7 @@ class ProfiledCallGraph {
std::queue<ContextTrieNode *> Queue;
for (auto &Child : ContextTracker.getRootContext().getAllChildContext()) {
ContextTrieNode *Callee = &Child.second;
- addProfiledFunction(ContextTracker.getFuncNameFor(Callee));
+ addProfiledFunction(Callee->getFuncName());
----------------
huangjd wrote:
now obsolete
https://github.com/llvm/llvm-project/pull/66164
More information about the flang-commits
mailing list