[llvm] [MemProf] Include caller clone information in dot graph nodes (PR #150492)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 24 21:19:35 PDT 2025
================
@@ -2073,14 +2073,14 @@ std::string IndexCallsiteContextGraph::getLabel(const FunctionSummary *Func,
unsigned CloneNo) const {
auto VI = FSToVIMap.find(Func);
assert(VI != FSToVIMap.end());
+ auto CallerName = getMemProfFuncName(VI->second.name(), CloneNo);
----------------
teresajohnson wrote:
done
https://github.com/llvm/llvm-project/pull/150492
More information about the llvm-commits
mailing list