summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-27 11:10:53 -0800
committerGitHub <noreply@github.com>2024-11-27 11:10:53 -0800
commit3ce8b7d2205507c91f1609337382ad950f3be805 (patch)
tree6af08c750e17b43c87bc4c6c1f7851097061abc2 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent92a15dd7482ff4e1fae7a07f888564e5b1d53eee (diff)
[memprof] Remove inline call stacks (#117833)
Now that MemProf format version 1 has been removed, nobody uses: - IndexedAllocationInfo::CallStack - IndexedMemProfRecord::CallSites This patch removed the dead struct fields. You might notice that IndexedMemProfRecord::{clear,merge} do not mention CallSiteIds at all. I think it's an oversight. clear doesn't matter at the moment because we call it during serialization to reduce memory footprint. merge is simply not as well tested as it should be. I'll follow up with a separate patch to address these issues.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions