diff options
author | Matthew Voss <matthew.voss@sony.com> | 2022-10-06 14:20:13 -0700 |
---|---|---|
committer | Matthew Voss <matthew.voss@sony.com> | 2022-10-06 14:24:39 -0700 |
commit | 2c799b7793ccdce1759b779f45f10ce5755b9d5d (patch) | |
tree | 02e87717c6bc659e4e0415d2941bb2e310f27e0d /llvm/tools/llvm-objdump/SourcePrinter.cpp | |
parent | d71dc357b1d661e8ca9ccff2466e02b14f0f243f (diff) | |
download | llvm-2c799b7793ccdce1759b779f45f10ce5755b9d5d.zip llvm-2c799b7793ccdce1759b779f45f10ce5755b9d5d.tar.gz llvm-2c799b7793ccdce1759b779f45f10ce5755b9d5d.tar.bz2 |
[llvm-reduce] Add pass that reduces DebugInfo metadata
This new pass for llvm-reduce attempts to reduce DebugInfo metadata.
The process used is:
1. Scan every MD node, keeping track of nodes already visited.
2. Look for DebugInfo nodes, then record any operands that are lists.
3. Bisect though all the elements of the collected lists.
Differential Revision: https://reviews.llvm.org/D132077
Diffstat (limited to 'llvm/tools/llvm-objdump/SourcePrinter.cpp')
0 files changed, 0 insertions, 0 deletions