[PATCH] D68465: [DebugInfo] Trim call-clobbered location list entries when tuning for GDB

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 09:18:10 PDT 2019


dstenb updated this revision to Diff 224386.
dstenb added a comment.

Rebase (after addressing comments in D68466 <https://reviews.llvm.org/D68466>), and move GDB tuning to DwarfDebug member.


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

https://reviews.llvm.org/D68465

Files:
  llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  llvm/lib/CodeGen/AsmPrinter/DebugLocStream.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  llvm/test/DebugInfo/MIR/ARM/param-reg-const-mix.mir
  llvm/test/DebugInfo/MIR/X86/call-clobbered-entry-value.mir
  llvm/test/DebugInfo/MIR/X86/call-clobbered-split.mir
  llvm/test/DebugInfo/MIR/X86/call-clobbered-values.mir
  llvm/test/DebugInfo/MIR/X86/clobbered-fragments.mir
  llvm/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
  llvm/test/DebugInfo/X86/loclists-dwp.ll
  llvm/test/tools/llvm-dwarfdump/X86/locstats.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68465.224386.patch
Type: text/x-patch
Size: 47364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/4510e62a/attachment-0001.bin>


More information about the llvm-commits mailing list