[all-commits] [llvm/llvm-project] a7e333: [AArch64][SVE] Emit DWARF location expression for ...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Jan 6 02:00:21 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a7e3339f3b0eb71e43d44e6f59cc8db6a7b110bf
https://github.com/llvm/llvm-project/commit/a7e3339f3b0eb71e43d44e6f59cc8db6a7b110bf
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
M llvm/lib/CodeGen/PrologEpilogInserter.cpp
M llvm/lib/CodeGen/TargetRegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64RegisterInfo.h
A llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir
Log Message:
-----------
[AArch64][SVE] Emit DWARF location expression for SVE stack objects.
Extend PEI to emit a DWARF expression for StackOffsets that have
a fixed and scalable component. This means the expression that needs
to be added is either:
<base> + offset
or:
<base> + offset + scalable_offset * scalereg
where for SVE, the scale reg is the Vector Granule Dwarf register, which
encodes the number of 64bit 'granules' in an SVE vector and which
the debugger can evaluate at runtime.
Reviewed By: jmorse
Differential Revision: https://reviews.llvm.org/D90020
More information about the All-commits
mailing list