[PATCH] D96559: Support emitting complex expressions that include entry values

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 16:10:46 PST 2021


aprantl created this revision.
aprantl added a reviewer: vsk.
aprantl added a project: debug-info.
Herald added a subscriber: hiraditya.
aprantl requested review of this revision.
Herald added a project: LLVM.

This patch enables AsmPrinter support for complex expression with entry values. It shouldn't AsmPrinter's call whether these are safe or not but the pass who introduces the DW_OP_LLVM_entry_value. This patch on its own has no effect on clang.


https://reviews.llvm.org/D96559

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  llvm/test/DebugInfo/MIR/X86/complex-entryvalue.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96559.323182.patch
Type: text/x-patch
Size: 5610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210212/fccc4a20/attachment-0001.bin>


More information about the llvm-commits mailing list