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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132515
[memprof] Correct max size and access count computations ClosedPublic Authored by tejohnson on Aug 23 2022, 4:08 PM.
Details Summary The existing code resulted in the max size and access counts being equal
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 23 2022, 4:08 PM This revision is now accepted and ready to land.Aug 23 2022, 4:41 PM This revision was landed with ongoing or failed builds.Aug 23 2022, 4:54 PM Closed by commit rGd10c1b88f0a0: [memprof] Correct max size and access count computations (authored by tejohnson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455016 compiler-rt/include/profile/MemProfData.inc
compiler-rt/test/memprof/TestCases/test_merge_mib.cpp
llvm/include/llvm/ProfileData/MemProfData.inc
|