[PATCH] D49454: [DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 17:36:31 PDT 2018


vsk updated this revision to Diff 156942.
vsk marked an inline comment as done.
vsk added a comment.

Unify the SDDbgValue constructor for vregs and frame-indices; add a more descriptive comment in ::getDbgValue about why a FrameIndexDbgValue must be direct.


https://reviews.llvm.org/D49454

Files:
  include/llvm/CodeGen/SelectionDAG.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/Transforms/Utils/Local.cpp
  test/DebugInfo/AArch64/coalescing.ll
  test/DebugInfo/Mips/dsr-fixed-objects.ll
  test/DebugInfo/X86/bbjoin.ll
  test/DebugInfo/X86/dbg-value-const-byref.ll
  test/DebugInfo/X86/dbg-value-frame-index.ll
  test/DebugInfo/X86/debug-loc-frame.ll
  test/Transforms/InstCombine/lower-dbg-declare.ll
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49454.156942.patch
Type: text/x-patch
Size: 29857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180724/b275154e/attachment.bin>


More information about the llvm-commits mailing list