[compiler-rt] [llvm] [MemProf] Change histogram storage from uint64_t to uint16_t (PR #147854)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 13:46:01 PDT 2025


================
@@ -8,7 +8,7 @@ additional allocations which do not originate from the main binary are pruned.
 
 CHECK:  MemprofProfile:
 CHECK-NEXT:   Summary:
-CHECK-NEXT:     Version: 4
+CHECK-NEXT:     Version: 5
----------------
snehasish wrote:

Done. Forked the existing basic test to a basic_v4 test like we have for v3.

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


More information about the llvm-commits mailing list