Files
llvm/test/CodeGen/Generic
Aditya Nandakumar 301f36987d [GlobalISel] Handle multiple registers in dbg.value intrinsic
https://reviews.llvm.org/D66077

The value passed into dbg.value may relate to multiple registers,
each of which need a DBG_VALUE.

This fix calls MIRBuilder.buildDirectDbgValue for each register.

Without this, IR passed in from flang-compiler/flang may fail an
assertion in getOrCreateVReg.

Patch by : peterwaller-arm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369403 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-20 16:28:37 +00:00
..
2010-02-09 06:36:30 +00:00
2018-07-02 04:49:30 +00:00
2013-12-13 16:05:32 +00:00
2015-07-03 08:02:12 +00:00