[PATCH] D86812: [DebugInstrRef][1/3] Track PHI values through register allocation
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 04:55:10 PDT 2020
jmorse updated this revision to Diff 290943.
jmorse added a comment.
Address comments; add a test for creating DBG_PHIs for PHIs that happen in spill slots.
(I also suggested a test was needed for sub-register inputs; however on further examination, you can't PHI unequal register classes, so subregisters don't enter the picture at that stage).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86812/new/
https://reviews.llvm.org/D86812
Files:
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/include/llvm/CodeGen/MachineInstr.h
llvm/include/llvm/Support/TargetOpcodes.def
llvm/include/llvm/Target/Target.td
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/LiveDebugVariables.cpp
llvm/lib/CodeGen/PHIElimination.cpp
llvm/lib/CodeGen/PrologEpilogInserter.cpp
llvm/test/DebugInfo/MIR/InstrRef/phi-regallocd-to-stack.mir
llvm/test/DebugInfo/MIR/InstrRef/phi-through-regalloc.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86812.290943.patch
Type: text/x-patch
Size: 25485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/d28e46e4/attachment.bin>
More information about the llvm-commits
mailing list