[PATCH] D69886: [DebugInfo] Support for DW_OP_implicit_pointer (CodeGen phase)

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 04:24:18 PST 2019


alok updated this revision to Diff 234505.
alok added a comment.

Updated to re-base and included some changes separated from D70644 <https://reviews.llvm.org/D70644> to keep similar changes together as suggested by @jmorse.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69886

Files:
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/test/DebugInfo/dwarfdump-implicit_pointer_instcomb.ll
  llvm/test/DebugInfo/dwarfdump-implicit_pointer_mem2reg.ll
  llvm/test/DebugInfo/dwarfdump-implicit_pointer_sroa.ll
  llvm/test/DebugInfo/dwarfdump-implicit_pointer_sroa_inline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69886.234505.patch
Type: text/x-patch
Size: 34099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/ef1bac29/attachment.bin>


More information about the llvm-commits mailing list