[PATCH] D69999: [DebugInfo] Support for DW_OP_implicit_pointer (IR Verifier and Bitcode)

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


alok updated this revision to Diff 234503.
alok marked 3 inline comments as done.
alok edited the summary of this revision.
alok added a comment.

Updated to re-base and incorporated comments from @StephenTozer


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69999

Files:
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
  llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/test/DebugInfo/implicit_pointer_fast.ll
  llvm/test/DebugInfo/implicit_pointer_global.ll

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


More information about the llvm-commits mailing list