[PATCH] D23283: Debugging of optimized code: When locals have their address taken as part of a call use their stack slots as location expressions for debug info.

Wolfgang Pieb via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 11:31:29 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278703: Local variables whose address is taken and passed on to a call are described  (authored by wolfgangp).

Changed prior to commit:
  https://reviews.llvm.org/D23283?vs=67606&id=68053#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23283

Files:
  llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/test/DebugInfo/AArch64/coalescing.ll
  llvm/trunk/test/DebugInfo/X86/array.ll
  llvm/trunk/test/DebugInfo/X86/bbjoin.ll
  llvm/trunk/test/DebugInfo/X86/dbg-value-const-byref.ll
  llvm/trunk/test/DebugInfo/X86/debug-loc-frame.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23283.68053.patch
Type: text/x-patch
Size: 11417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160815/7ae5b924/attachment-0001.bin>


More information about the llvm-commits mailing list