[PATCH] D135309: llvm-reduce: Add ReduceDebugInfo pass
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 12:54:22 PDT 2022
MatzeB created this revision.
MatzeB added reviewers: aeubanks, arsenm, swamulism.
Herald added subscribers: modimo, wenlei, mcrosier.
Herald added a project: All.
MatzeB requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Add a `ReduceDebugInfo` pass. For now this only reduces the lists attached to `DICompileUnit` metadata: enum types, retained types, global variables and imported entities.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135309
Files:
llvm/test/tools/llvm-reduce/reduce-debug-info.ll
llvm/tools/llvm-reduce/CMakeLists.txt
llvm/tools/llvm-reduce/DeltaManager.cpp
llvm/tools/llvm-reduce/deltas/ReduceDebugInfo.cpp
llvm/tools/llvm-reduce/deltas/ReduceDebugInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135309.465513.patch
Type: text/x-patch
Size: 7162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221005/699c050b/attachment.bin>
More information about the llvm-commits
mailing list