[llvm] [MemProf] Handle missing tail call frames (PR #75823)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 11:50:21 PST 2024


================
@@ -630,6 +682,16 @@ class IndexCallsiteContextGraph
   std::map<const FunctionSummary *, ValueInfo> FSToVIMap;
 
   const ModuleSummaryIndex &Index;
+  function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)>
----------------
teresajohnson wrote:

There are a bunch of existing uses of this type and none are fully spelled out (I checked that it does use the llvm version, however). How about I do a follow on NFC patch that adds the llvm:: prefix to all?

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


More information about the llvm-commits mailing list