OSDN Git Service

For Thumb mode, we need to use a constant pool if the value is too large to be
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 23:11:05 +0000 (23:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Oct 2011 23:11:05 +0000 (23:11 +0000)
commita5871dc1044ff31906f3a2cfc639c7fcd0a14c76
treea6e8f522429ba555d50fdb820a64b393b9f5e45a
parentbf79f919417f450245c284db19125e76c969a84e
For Thumb mode, we need to use a constant pool if the value is too large to be
used with the CMP instruction.

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