[llvm] [StaticDataLayout][PGO]Implement reader and writer change for data access profiles (PR #139997)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 11:12:30 PDT 2025
================
@@ -7,6 +7,12 @@
; RUN: llvm-profdata show --memory %t/memprof-out.indexed > %t/memprof-out.yaml
; RUN: diff -b %t/memprof-in.yaml %t/memprof-out.yaml
+; Merge text profile as v3 binary profile. Test that the merged v3 profile
+; are identical to memprof-in-v3.ymal, and doesn't have callee guids or dap.
----------------
mingmingl-llvm wrote:
done.
https://github.com/llvm/llvm-project/pull/139997
More information about the llvm-commits
mailing list