[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:47 PST 2024


================
@@ -0,0 +1,161 @@
+;; Test to make sure that missing tail call frames in memprof profiles are
+;; identified but not cloned when there are multiple non-unique possible
+;; tail call chains between the profiled frames.
+
----------------
snehasish wrote:

Should we include the source from which these test.ll files were generated for posterity?

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


More information about the llvm-commits mailing list