[PATCH] D62904: [DebugInfo] Honour variable fragments in LiveDebugValues
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 10:35:25 PDT 2019
jmorse updated this revision to Diff 204101.
jmorse added a comment.
Switch instances of "frag" to "fragment" -- this only forces more wrapping on a few lines and is well worth it. I've also scattered a few more initializer-list replacements for make_pair, and added a fragmentsOverlap helper to DIExpression.
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.204101.patch
Type: text/x-patch
Size: 28824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/57d9f84c/attachment.bin>
More information about the llvm-commits
mailing list