[PATCH] D58238: [DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructions, try to forward copies
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 05:18:43 PST 2019
jmorse updated this revision to Diff 187771.
jmorse added a comment.
Use isCopyInstr to detect copy instructions, which will catch more opportunities that just isCopy().
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58238/new/
https://reviews.llvm.org/D58238
Files:
lib/CodeGen/MachineSink.cpp
test/DebugInfo/MIR/X86/postra-subreg-sink.mir
test/DebugInfo/MIR/X86/sink-leaves-undef.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58238.187771.patch
Type: text/x-patch
Size: 9088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190221/bfb41ee1/attachment.bin>
More information about the llvm-commits
mailing list