llvm-project/llvm/lib/CodeGen/LiveDebugValues
Djordje Todorovic 6384378582 [NFC][IntrRefLDV] Improve the Value printing
Basically, this just improves the dump of the Value stored within a location.

If the defining instruction number is zero, it means it is "live-in".

Before the patch:

ESI --> bb 0 inst 0 loc ESI
After:

ESI --> Value{bb: 0, inst: live-in, loc: ESI}
This is an NFC.

Differential Revision: https://reviews.llvm.org/D90309
2020-10-28 07:39:08 -07:00
..
InstrRefBasedImpl.cpp [NFC][IntrRefLDV] Improve the Value printing 2020-10-28 07:39:08 -07:00
LiveDebugValues.cpp [LiveDebugValues] Add switches for using instr-ref variable locations 2020-08-25 14:58:48 +01:00
LiveDebugValues.h [LiveDebugValues] Add instruction-referencing LDV implementation 2020-08-22 18:31:08 +01:00
VarLocBasedImpl.cpp LiveDebugValues: Fix typos and indentation 2020-09-30 10:35:25 -04:00