[PATCH] D90020: [AArch64][SVE] Emit DWARF location expression for SVE stack objects.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 04:54:56 PST 2021


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

- Made `TargetRegisterInfo::prependOffsetExpression` non-virtual and changed it to handle the Prepend flags.
- Added virtual method `TargetRegisterInfo::getOffsetOpcodes`, which gets called by `prependOffsetExpression`.


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

https://reviews.llvm.org/D90020

Files:
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/lib/CodeGen/PrologEpilogInserter.cpp
  llvm/lib/CodeGen/TargetRegisterInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90020.314360.patch
Type: text/x-patch
Size: 12963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210104/44255c85/attachment.bin>


More information about the llvm-commits mailing list