OSDN Git Service

The value we're comparing against may be too large for the ARM CMP
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 22:11:18 +0000 (22:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 22:11:18 +0000 (22:11 +0000)
commit564392bd3f6df4ba139d3be34017ed2a826f78bb
treedf0127a4b5df6c3145f756d987c495dcba0bd08e
parentb9fecf4e077cfd54884ce96ef6bd9febf0d84191
The value we're comparing against may be too large for the ARM CMP
instruction. Move the value into a register and then use that for the CMP.
<rdar://problem/10305266>

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