[PATCH] D48319: [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Jesper Antonsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 20 05:30:38 PDT 2018
JesperAntonsson updated this revision to Diff 152068.
JesperAntonsson edited the summary of this revision.
JesperAntonsson added a comment.
Thanks Adrian for your feedback. The new diff includes refactorings to use MachineInstrBuilder construction functions where possible.
https://reviews.llvm.org/D48319
Files:
include/llvm/CodeGen/MachineInstrBuilder.h
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/MIR/X86/diexpr-win32.mir
test/CodeGen/PowerPC/debuginfo-stackarg.ll
test/CodeGen/X86/post-ra-sched-with-debug.mir
test/DebugInfo/MIR/AArch64/clobber-sp.mir
test/DebugInfo/MIR/Mips/last-inst-bundled.mir
test/DebugInfo/MIR/X86/kill-after-spill.mir
test/DebugInfo/MIR/X86/live-debug-values-spill.mir
test/DebugInfo/X86/bbjoin.ll
test/DebugInfo/X86/pr34545.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48319.152068.patch
Type: text/x-patch
Size: 17108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180620/78c2863c/attachment.bin>
More information about the llvm-commits
mailing list