[PATCH] D90044: [AArch64][SVE] Emit DWARF location expr for SVE (dbg.declare)

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 07:09:15 PDT 2020


sdesmalen created this revision.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: LLVM.
sdesmalen requested review of this revision.
Herald added a subscriber: ormris.

When using dbg.declare, the debug-info is generated from a list of
locals rather than through DBG_VALUE instructions in the MIR.
This patch is different from D90020 <https://reviews.llvm.org/D90020> because it emits the DWARF
location expressions from that list of locals directly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90044

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/test/CodeGen/AArch64/debug-info-sve-dbg-declare.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90044.300280.patch
Type: text/x-patch
Size: 16938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/cdc0a5f3/attachment.bin>


More information about the llvm-commits mailing list