[llvm] [memprof] Undrift MemProf profile even when some frames are missing (PR #120500)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 14:25:55 PST 2024
================
@@ -0,0 +1,97 @@
+;; Tests memprof undrifting when the leaf frame is missing in the profile.
+;; This test case is taken from memprof_missing_leaf.ll with the profile
+;; drifted.
+
+;; Avoid failures on big-endian systems that can't read the profile properly
+; REQUIRES: x86_64-linux
----------------
kazutakahirata wrote:
Removed.
https://github.com/llvm/llvm-project/pull/120500
More information about the llvm-commits
mailing list