diff options
author | Stephen Tozer <stephen.tozer@sony.com> | 2024-01-22 18:04:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 18:04:07 +0000 |
commit | 89aa3355e2366c6cf6ad9ac1f4693ff950d86c30 (patch) | |
tree | 281f6594a5645bae0447b48f20e13bf39f09d7d8 /llvm/lib/CodeGen/SelectOptimize.cpp | |
parent | 0fe20aa45eab5f66ac88776f068b7f41b8204aaf (diff) | |
download | llvm-89aa3355e2366c6cf6ad9ac1f4693ff950d86c30.zip llvm-89aa3355e2366c6cf6ad9ac1f4693ff950d86c30.tar.gz llvm-89aa3355e2366c6cf6ad9ac1f4693ff950d86c30.tar.bz2 |
[RemoveDIs][DebugInfo] Remove redundant DPVAssigns (#78574)
DPValues are already supported by most of the utilities that remove
redundant debug info after certain passes; the exception to this is
`removeUndefDbgAssignsFromEntryBlock`, which applies only to
llvm.dbg.assigns which were previously unimplemented for DPValues. Now
that DPVAssigns exist, we have to support removing redundant instances
in the same way, which this patch implements.
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions