[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
================
@@ -1604,20 +1666,29 @@ void CallsiteContextGraph<DerivedCCG, FuncTy,
// this transformation for regular LTO, and for ThinLTO we can simulate that
// effect in the summary and perform the actual speculative devirtualization
// while cloning in the ThinLTO backend.
+
+ // Keep track of the new nodes synthesizes for discovered tail calls missing
----------------
teresajohnson wrote:
done
https://github.com/llvm/llvm-project/pull/75823
More information about the llvm-commits
mailing list