[PATCH] D76145: [DebugInfo] Introduce a DW_OP_LLVM_convert_generic operation

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 03:45:07 PDT 2020


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

Rebase on top of D76423 <https://reviews.llvm.org/D76423>. Add a test that verifies that the operation is emitted correctly in location lists. Without D76423 <https://reviews.llvm.org/D76423> this patch would simply emit a `DW_OP_convert` with the first base type in ExprRefedBaseTypes, rather than 0x0.


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

https://reviews.llvm.org/D76145

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/BinaryFormat/Dwarf.h
  llvm/lib/BinaryFormat/Dwarf.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/test/Assembler/diexpression.ll
  llvm/test/DebugInfo/X86/convert-generic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76145.251325.patch
Type: text/x-patch
Size: 11633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200319/199bac55/attachment.bin>


More information about the llvm-commits mailing list