summaryrefslogtreecommitdiff
path: root/lib/CodeGen/GCStrategy.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-02-09 19:51:37 +0000
committerJim Grosbach <grosbach@apple.com>2010-02-09 19:51:37 +0000
commit4152778605dcab9e650b2cd03e2d8dc12f20aff6 (patch)
treea72eba0c84465f316bd85bf77d7fb3e24dac5722 /lib/CodeGen/GCStrategy.cpp
parent5e24737d16e1c2aab65d24ff2a10ffc5255864f9 (diff)
downloadllvm-4152778605dcab9e650b2cd03e2d8dc12f20aff6.tar.gz
llvm-4152778605dcab9e650b2cd03e2d8dc12f20aff6.tar.bz2
llvm-4152778605dcab9e650b2cd03e2d8dc12f20aff6.tar.xz
Radar 7417921
tMOVCCi pattern only valid for low registers, as the Thumb1 mov immediate to register instruction only works with low registers. Allowing high registers for the instruction resulted in the assembler choosing the wide (32-bit) encoding for the mov, but LLVM though the instruction was only 16 bits wide, so offset calculations for constant pools became incorrect, leading to out of range constant pool entries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/GCStrategy.cpp')
0 files changed, 0 insertions, 0 deletions