diff options
author | Teresa Johnson <tejohnson@google.com> | 2024-03-26 20:06:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 20:06:27 -0700 |
commit | 082e7c480e033c1b973b8379a31929d04e236868 (patch) | |
tree | 9933d8b0da44aa4f780512ea9dc33aebf496700a /llvm/lib/Object/COFFImportFile.cpp | |
parent | 7545c635729a2055a429c5decd26a619a8d6e74b (diff) | |
download | llvm-082e7c480e033c1b973b8379a31929d04e236868.zip llvm-082e7c480e033c1b973b8379a31929d04e236868.tar.gz llvm-082e7c480e033c1b973b8379a31929d04e236868.tar.bz2 |
[MemProf] Remove empty edges once after cloning (#85320)
Restructure the handling of edges that become empty during the cloning
process. Instead of removing them as they become empty (no context ids
and alloc type), do this once after all cloning is complete.
This has no effect on the cloning result, but prepares for a follow on
change that does improve the cloning. The structural change here reduces
the diffs for the follow on change, which would be much more difficult
with the previous handling.
Diffstat (limited to 'llvm/lib/Object/COFFImportFile.cpp')
0 files changed, 0 insertions, 0 deletions