diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-02-09 19:51:37 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-02-09 19:51:37 +0000 |
commit | 4152778605dcab9e650b2cd03e2d8dc12f20aff6 (patch) | |
tree | a72eba0c84465f316bd85bf77d7fb3e24dac5722 /lib/CodeGen/PHIElimination.cpp | |
parent | 5e24737d16e1c2aab65d24ff2a10ffc5255864f9 (diff) | |
download | external_llvm-4152778605dcab9e650b2cd03e2d8dc12f20aff6.zip external_llvm-4152778605dcab9e650b2cd03e2d8dc12f20aff6.tar.gz external_llvm-4152778605dcab9e650b2cd03e2d8dc12f20aff6.tar.bz2 |
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/PHIElimination.cpp')
0 files changed, 0 insertions, 0 deletions