[all-commits] [llvm/llvm-project] d10c1b: [memprof] Correct max size and access count comput...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Tue Aug 23 16:54:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d10c1b88f0a010975576584d8d1d4ac6a7e2454b
https://github.com/llvm/llvm-project/commit/d10c1b88f0a010975576584d8d1d4ac6a7e2454b
Author: Teresa Johnson <tejohnson at google.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M compiler-rt/include/profile/MemProfData.inc
A compiler-rt/test/memprof/TestCases/test_merge_mib.cpp
M llvm/include/llvm/ProfileData/MemProfData.inc
Log Message:
-----------
[memprof] Correct max size and access count computations
The existing code resulted in the max size and access counts being equal
to the min. Compute the max instead (max lifetime was already correct).
Differential Revision: https://reviews.llvm.org/D132515
More information about the All-commits
mailing list