diff options
author | Dan Gohman <gohman@apple.com> | 2010-01-11 17:58:34 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-01-11 17:58:34 +0000 |
commit | e99a3c191e28c66dc00677d02b3090481865a6e9 (patch) | |
tree | a1e4d3496fc34ba17fae5555257944ddaa60aaaa /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 9146e44124907679d2b568098a0f922cf93cb3e5 (diff) | |
download | bcm5719-llvm-e99a3c191e28c66dc00677d02b3090481865a6e9.tar.gz bcm5719-llvm-e99a3c191e28c66dc00677d02b3090481865a6e9.zip |
Use a 32-bit and with implicit zero-extension instead of a 64-bit and if it
has an immediate with at least 32 bits of leading zeros, to avoid needing to
materialize that immediate in a register first.
FileCheckize, tidy, and extend a testcase to cover this case.
This fixes rdar://7527390.
llvm-svn: 93160
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions