[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
Mon Jan 4 04:58:35 PST 2021


sdesmalen updated this revision to Diff 314362.
sdesmalen added a comment.

- Rebased patch (after changes to D90020 <https://reviews.llvm.org/D90020> it can use `getOffsetOpcodes` directly, instead of adding a new function `appendOffsetExpr` that does the same thing)
- Removed unnecessary attributes from the test.


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

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.314362.patch
Type: text/x-patch
Size: 16001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/42a22a96/attachment.bin>


More information about the llvm-commits mailing list