[PATCH] D79863: [DebugInfo] Refactor SalvageDebugInfo and SalvageDebugInfoForDbgValues
Chris Jackson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 07:32:43 PDT 2020
chrisjackson created this revision.
chrisjackson added reviewers: vsk, aprantl, Orlando, jmorse, TWeaver, LLVM.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
chrisjackson added a parent revision: D78369: [DebugInfo] Reduce SalvageDebugInfo() functions.
This is an alternative to D78398 <https://reviews.llvm.org/D78398>. In this diff we don't hide SalvageDebugInfoForDbgValues but we do simplify the salvaging interface and the algorithm in InstCombine.
https://reviews.llvm.org/D79863
Files:
llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/test/Transforms/InstCombine/debuginfo_add.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79863.263711.patch
Type: text/x-patch
Size: 7207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/9e0a131d/attachment.bin>
More information about the llvm-commits
mailing list