]> granicus.if.org Git - llvm/commit
[DebugInfo] Avoid crash from dropped fragments in LiveDebugValues
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 15 Aug 2019 17:49:46 +0000 (17:49 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 15 Aug 2019 17:49:46 +0000 (17:49 +0000)
commit5a682e0faa123d422228391d6d42f7df5f89a5ce
treea771b9aba6eab59bacc7f4d739fd3071d59882d7
parentc4ed7f707ad3395da6c1ebc5ef02eee91f40753d
[DebugInfo] Avoid crash from dropped fragments in LiveDebugValues

This patch avoids a crash caused by DW_OP_LLVM_fragments being dropped
from DIExpressions by LiveDebugValues spill-restore code. The appearance
of a previously unseen fragment configuration confuses LDV, as documented
in PR42773, and reproduced by the test function this patch adds (Crashes
on a x86_64 debug build).

To avoid this, on spill restore, we now use fragment information from the
spilt-location-expression.

In addition, when spilling, we now don't spill any DBG_VALUE with a complex
expression, as it can't be safely restored and will definitely lead to an
incorrect variable location. The discussion of this is in D65368.

Differential Revision: https://reviews.llvm.org/D66284

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369026 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveDebugValues.cpp
test/DebugInfo/MIR/X86/live-debug-values-restore.mir