[all-commits] [llvm/llvm-project] 84a112: [LiveDebugValues] Handle spill locations with a fi...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Jan 6 03:35:50 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 84a1120943a651184bae507fed5d648fee381ae4
https://github.com/llvm/llvm-project/commit/84a1120943a651184bae507fed5d648fee381ae4
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
A llvm/test/CodeGen/AArch64/live-debugvalues-sve.mir
Log Message:
-----------
[LiveDebugValues] Handle spill locations with a fixed and scalable component.
This patch fixes the two LiveDebugValues implementations
(InstrRef/VarLoc)Based to handle cases where the StackOffset contains
both a fixed and scalable component.
This depends on the `TargetRegisterInfo::prependOffsetExpression` being
added in D90020. Feel free to leave comments on that patch if you have them.
Reviewed By: djtodoro, jmorse
Differential Revision: https://reviews.llvm.org/D90046
More information about the All-commits
mailing list