[PATCH] D90046: [LiveDebugValues] Handle spill locations with a fixed and scalable component.

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


sdesmalen created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
sdesmalen requested review of this revision.
Herald added a subscriber: ormris.

This patch fixes the two LiveDebugValues implementations
(InstrRef/VarLoc)Based to handle cases where the StackOffset contains
both a fixed and scalable component.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90046

Files:
  llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
  llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
  llvm/test/CodeGen/AArch64/live-debugvalues-sve.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90046.300281.patch
Type: text/x-patch
Size: 17944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/91407a7c/attachment.bin>


More information about the llvm-commits mailing list