1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/DebugInfo/MIR
Petar Jovanovic 20374872ff [LiveDebugValues] Tracking copying value between registers
During the execution of long functions or functions that have a lot of
inlined code it could come to the situation where tracked value could be
transferred from one register to another. The transfer is recognized only if
destination register is a callee saved register and if source register is
killed. We do not salvage caller-saved registers since there is a great
chance that killed register would outlive it.

Patch by Nikola Prica.

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

llvm-svn: 336978
2018-07-13 08:24:26 +00:00
..
AArch64 [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property 2018-06-21 10:03:34 +00:00
ARM [LiveDebugValues] Tracking copying value between registers 2018-07-13 08:24:26 +00:00
Mips [LiveDebugValues] Tracking copying value between registers 2018-07-13 08:24:26 +00:00
X86 [LiveDebugValues] Tracking copying value between registers 2018-07-13 08:24:26 +00:00
lit.local.cfg