llvm-project/llvm/lib/CodeGen/LiveDebugValues
Sander de Smalen c8a914db5c [LiveDebugValues] Fix comparison operator in VarLocBasedImpl
The issue was introduced in commit rG84a1120943a651184bae507fed5d648fee381ae4
and would cause a VarLoc's StackOffset to be compared with its own, instead of
the StackOffset from the other VarLoc. This patch fixes that.
2021-01-12 08:44:58 +00:00
..
InstrRefBasedImpl.cpp [LiveDebugValues] Handle spill locations with a fixed and scalable component. 2021-01-06 11:30:13 +00: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 comparison operator in VarLocBasedImpl 2021-01-12 08:44:58 +00:00