[all-commits] [llvm/llvm-project] aa280c: [AArch64][SVE] Emit DWARF location expr for SVE (d...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Jan 6 03:45:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa280c99f708dca9dea96bc9070d6194d2622529
https://github.com/llvm/llvm-project/commit/aa280c99f708dca9dea96bc9070d6194d2622529
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
A llvm/test/CodeGen/AArch64/debug-info-sve-dbg-declare.mir
Log Message:
-----------
[AArch64][SVE] Emit DWARF location expr for SVE (dbg.declare)
When using dbg.declare, the debug-info is generated from a list of
locals rather than through DBG_VALUE instructions in the MIR.
This patch is different from D90020 because it emits the DWARF
location expressions from that list of locals directly.
Reviewed By: jmorse
Differential Revision: https://reviews.llvm.org/D90044
More information about the All-commits
mailing list