[llvm] [MemProf] Handle missing tail call frames (PR #75823)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 14:25:48 PST 2024
================
@@ -630,6 +682,16 @@ class IndexCallsiteContextGraph
std::map<const FunctionSummary *, ValueInfo> FSToVIMap;
const ModuleSummaryIndex &Index;
+ function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
----------------
snehasish wrote:
Sure, sounds good to me.
https://github.com/llvm/llvm-project/pull/75823
More information about the llvm-commits
mailing list