OSDN Git Service

During PEI, if the immediate value of sp + offset is too large (i.e. something
authorEvan Cheng <evan.cheng@apple.com>
Tue, 30 Jan 2007 23:01:46 +0000 (23:01 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 30 Jan 2007 23:01:46 +0000 (23:01 +0000)
commit36640905e1b2b2f1179845acc46f3de02f972c8c
tree9e9752bc916bfb03e00548aebed51cf3df4e634c
parentdb43c63389324d9986981a90975e6a9af16b577b
During PEI, if the immediate value of sp + offset is too large (i.e. something
that would require > 3 instructions to materialize), load the immediate from a
constpool entry.

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