[PATCH] D62904: [DebugInfo] Honour variable fragments in LiveDebugValues
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 09:21:36 PDT 2019
jmorse updated this revision to Diff 204082.
jmorse added a comment.
Add a "default" fragment for DBG_VALUEs that don't have one, which covers all possible fragments. This causes non-fragment DBG_VALUEs to overlap all fragmented DBG_VALUEs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62904/new/
https://reviews.llvm.org/D62904
Files:
include/llvm/IR/DebugInfoMetadata.h
lib/CodeGen/LiveDebugValues.cpp
test/DebugInfo/ARM/partial-subreg.ll
test/DebugInfo/MIR/X86/live-debug-values-fragments.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62904.204082.patch
Type: text/x-patch
Size: 28486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/c364d626/attachment.bin>
More information about the llvm-commits
mailing list