[PATCH] D58238: [DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructions, try to forward copies
Nikola Prica via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 07:40:53 PST 2019
NikolaPrica added inline comments.
================
Comment at: lib/CodeGen/MachineSink.cpp:788
+
+ if (MI.isCopy()) {
+ bool DoCopy = false;
----------------
TargetInstrInfo::isCopyInstr here? It should support pseudo COPY instruction and target specific register copy instructions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58238/new/
https://reviews.llvm.org/D58238
More information about the llvm-commits
mailing list