diff options
author | gbtozers <stephen.tozer@sony.com> | 2020-09-29 15:54:29 +0100 |
---|---|---|
committer | Stephen Tozer <Stephen.Tozer@Sony.com> | 2021-03-09 12:17:39 +0000 |
commit | 5491a86f59ceff34b37635723fcba66cc3580c45 (patch) | |
tree | 5ac12e0bbad51adf5af08b048bdc478c24896425 /llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp | |
parent | 98f1564b88579af1657a1d4a997baa66959e2ef3 (diff) | |
download | llvm-5491a86f59ceff34b37635723fcba66cc3580c45.zip llvm-5491a86f59ceff34b37635723fcba66cc3580c45.tar.gz llvm-5491a86f59ceff34b37635723fcba66cc3580c45.tar.bz2 |
[DebugInfo] Emit DBG_VALUE_LIST from ISel
This patch completes ISel support for DIArgList dbg.values by allowing
SDDbgValues with multiple location operands to be emitted as DBG_VALUE_LIST
instructions.
The primary change of this patch is refactoring EmitDbgValue by pulling location
operand emission out to the new function AddDbgValueLocationOps, which is used
for both DIArgList and single value dbg.values. Outside of that, the only
behaviour change is that the scheduler has a lambda added, HasUnknownVReg, to
prevent us from attempting to emit a DBG_VALUE_LIST before all of its used VRegs
have become available.
Differential Revision: https://reviews.llvm.org/D88592
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp')
0 files changed, 0 insertions, 0 deletions