llvm-project/llvm/lib/CodeGen/LiveDebugValues
Adrian Prantl 68f97d2f78 LiveDebugValues: Fix another crash related to unreachable blocks
This is a follow-up patch to D130999. In the test, the MIR contains an
unreachable MBB but the code attempts to look it up in MLocs. This
patch fixes this issue by checking for the default-constructed value.

rdar://97226240

Differential Revision: https://reviews.llvm.org/D131453
2022-08-09 10:34:57 -07:00
..
InstrRefBasedImpl.cpp LiveDebugValues: Fix another crash related to unreachable blocks 2022-08-09 10:34:57 -07:00
InstrRefBasedImpl.h [DebugInfo][InstrRef] Describe value sizes when spilt to stack 2022-05-12 15:52:55 +01:00
LiveDebugValues.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
LiveDebugValues.h Cleanup codegen includes 2022-03-16 08:43:00 +01:00
VarLocBasedImpl.cpp [CodeGen] Qualify auto variables in for loops (NFC) 2022-07-17 01:33:28 -07:00