summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AggressiveAntiDepBreaker.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
commitf7279bd10f2954613a0f1b2454263152c965b126 (patch)
tree6a87abb93e3f3318a1e3efb1038ee2921baa861f /llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
parent458780391905b4cdbddd04f792900175d05e1aaa (diff)
downloadbcm5719-llvm-f7279bd10f2954613a0f1b2454263152c965b126.tar.gz
bcm5719-llvm-f7279bd10f2954613a0f1b2454263152c965b126.zip
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. llvm-svn: 95686
Diffstat (limited to 'llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud