[PATCH] D73283: Handle complex DWARF expressions in combination with "complex" registers
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 13:43:07 PST 2020
aprantl marked an inline comment as done.
aprantl added inline comments.
================
Comment at: llvm/test/DebugInfo/MIR/ARM/split-superreg-complex.mir:1
-# RUN: llc -start-before=livedebugvalues -filetype=obj -o - %s | \
-# RUN: llvm-dwarfdump - | FileCheck %s
----------------
I'd appreciate someone double-checking my reasoning here; but I do think that in the case of a DBG_VALUE tied to a single register, which doesn't have a DWARF number of its own, this is okay.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73283/new/
https://reviews.llvm.org/D73283
More information about the llvm-commits
mailing list