[PATCH] D70672: [DebugInfo] Don't sink DBG_VALUEs past other DBG_VALUEs of the same variable location
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 07:49:09 PST 2019
jmorse updated this revision to Diff 232133.
jmorse added a comment.
Insert an example into a field comment, to explain the kind of code / DBG_VALUE sequences we want to avoid re-ordering.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70672/new/
https://reviews.llvm.org/D70672
Files:
llvm/lib/CodeGen/MachineSink.cpp
llvm/test/DebugInfo/MIR/X86/machinesink.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70672.232133.patch
Type: text/x-patch
Size: 14373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/e065d505/attachment.bin>
More information about the llvm-commits
mailing list