llvm-project/llvm/lib/CodeGen/LiveDebugValues
Evgeny Leviant 93b09a2a5d [LiveDebugValues] Handle spills of indirect debug values correctly
When handling register spill for indirect debug value LiveDebugValues pass doesn't add
DW_OP_deref operator which may in some cases cause debugger to return value address, instead
of value while machine register holding that address is spilled.

Differential revision: https://reviews.llvm.org/D109142
2021-09-08 14:06:08 +03:00
..
InstrRefBasedImpl.cpp [DebugInfo][InstrRef] Correctly ignore DBG_VALUE_LIST in InstrRef mode 2021-08-20 14:51:02 +01:00
LiveDebugValues.cpp [DebugInfo][InstrRef] Don't use instr-ref for unoptimised functions 2021-08-25 15:10:36 +01:00
LiveDebugValues.h [DebugInfo][InstrRef] Honour too-much-debug-info cutouts 2021-08-17 11:34:49 +01:00
VarLocBasedImpl.cpp [LiveDebugValues] Handle spills of indirect debug values correctly 2021-09-08 14:06:08 +03:00