[PATCH] D62379: [DebugInfo] Stop undef fragments from closing non-overlapping fragments
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 04:29:45 PDT 2019
dstenb updated this revision to Diff 201637.
dstenb added a comment.
Herald added a subscriber: hiraditya.
Add a comment to the query function (undef debug values are mentioned in SourceLevelDebugging.rst, but I did not find any central explanations of such debug values in the code base).
I'm planning on landing this shortly, as I assume that the changes after the LGTM are small and non-controversial.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62379/new/
https://reviews.llvm.org/D62379
Files:
llvm/include/llvm/CodeGen/MachineInstr.h
llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/test/DebugInfo/MIR/ARM/param-reg-const-mix.mir
llvm/test/DebugInfo/X86/undef-fragment.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62379.201637.patch
Type: text/x-patch
Size: 12269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/fe380adb/attachment.bin>
More information about the llvm-commits
mailing list