OSDN Git Service

The immediate may be too large for the CMP instruction. Move it into a register
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 21:55:58 +0000 (21:55 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 21:55:58 +0000 (21:55 +0000)
commitb9fecf4e077cfd54884ce96ef6bd9febf0d84191
tree4b242a141a3990f50bf97e65b7dc37a6ce78dc61
parent2933e4b2e65a5c5ae9958d4550cd47db793b9e54
The immediate may be too large for the CMP instruction. Move it into a register
and use that in the CMP.
<rdar://problem/10305266>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp