llvm/test/DebugInfo/MIR
Florian Hahn d08104f67e [ARM] Add registers to debuginfo MIR test cases.
Summary:
MIRParserImpl::computeFunctionProperties uses MRI.getNumVirtRegs() to
set the NoVReg property. By adding a bunch of registers to the MIR test
cases, the NoVReg property is not set when importing the MIR. Otherwise
NoVReg is set after instruction selection while the machine instructions
still contain virtual registers, causing expensive checks to fail.

Reviewers: efriedma, MatzeB, aprantl

Reviewed By: MatzeB, aprantl

Subscribers: aemerson, javed.absar, kristof.beyls, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310178 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-05 12:13:13 +00:00
..
AArch64 Update MIR testcase to reflect change in r309751. 2017-08-01 23:47:23 +00:00
ARM [ARM] Add registers to debuginfo MIR test cases. 2017-08-05 12:13:13 +00:00
X86 Update LiveDebugValues to generate DIExpressions for spill offsets 2017-08-02 00:16:56 +00:00
lit.local.cfg Recommit LiveDebugValues pass after fixing a couple of minor issues. 2015-12-16 11:09:48 +00:00