[PATCH] D158185: [DebugInfo] Process single-location debug values in variadic form when producing DWARF

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 06:28:48 PDT 2023


StephenTozer updated this revision to Diff 556781.
StephenTozer added a comment.

Check for `isSingleLocationExpression` in more places and make other checks (`isEntryValue()` and similar) contingent on that check.

Apologies for the delay on getting this up!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158185

Files:
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/test/DebugInfo/X86/debug-value-list-entry-value.mir
  llvm/test/DebugInfo/X86/pr52584.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158185.556781.patch
Type: text/x-patch
Size: 17119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230914/6001ccd3/attachment.bin>


More information about the llvm-commits mailing list