[all-commits] [llvm/llvm-project] a73958: [MemProf][NFC] remove unneeded TypeSize in Interes...
Enna1 via All-commits
all-commits at lists.llvm.org
Wed Jan 24 18:01:16 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7395891a797b3cf61a136aea9a82c4c2325b2b3
https://github.com/llvm/llvm-project/commit/a7395891a797b3cf61a136aea9a82c4c2325b2b3
Author: Enna1 <xumingjie.enna1 at bytedance.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
Log Message:
-----------
[MemProf][NFC] remove unneeded TypeSize in InterestingMemoryAccess (#79244)
Unlike ASan, MemProf uses the same memory access callback(inline
sequence) for different size memory access, remove unneeded TypeSize
stored in InterestingMemoryAccess.
More information about the All-commits
mailing list