[PATCH] D57271: [DebugInfo] Handle restore instructions in LiveDebugValues

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 18:42:57 PST 2019


wolfgangp updated this revision to Diff 184006.
wolfgangp marked 5 inline comments as done.
wolfgangp added a comment.

- Added methods to MachineInstr to recognize Spills and restores and have AsmPrinter and LIvedebugValues use them
- Unified tranferSpill and transferRestore functions.
- Addressed other minor review comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57271/new/

https://reviews.llvm.org/D57271

Files:
  include/llvm/CodeGen/MachineInstr.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/LiveDebugValues.cpp
  lib/CodeGen/MachineInstr.cpp
  test/DebugInfo/MIR/X86/live-debug-values-restore.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57271.184006.patch
Type: text/x-patch
Size: 30530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/2edb7296/attachment.bin>


More information about the llvm-commits mailing list