[llvm] [MemProf] Handle missing tail call frames (PR #75823)
Snehasish Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 16:09:59 PST 2023
================
@@ -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
----------------
snehasish wrote:
typo: synthesized
https://github.com/llvm/llvm-project/pull/75823
More information about the llvm-commits
mailing list