[llvm] [StaticDataLayout][PGO]Implement reader and writer change for data access profiles (PR #139997)

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri May 16 22:35:28 PDT 2025


================
@@ -390,6 +429,14 @@ Error IndexedMemProfReader::deserializeRadixTreeBased(
       /*Payload=*/Start + RecordPayloadOffset,
       /*Base=*/Start, memprof::RecordLookupTrait(Version, Schema)));
 
+  if (DataAccessProfLength > 0) {
----------------
david-xl wrote:

LG.

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


More information about the llvm-commits mailing list