Expand 64 bit left shift inline rather than using the libcall. For now, this
authorJim Grosbach <grosbach@apple.com>
Sat, 31 Oct 2009 19:38:01 +0000 (19:38 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 31 Oct 2009 19:38:01 +0000 (19:38 +0000)
commitc2b879fcfe3834597948d5dd6044a3f32baee275
treec589b89377adacdf458a9bf5ab06646a00999151
parent823bdbc770ae027c7f07c90f201f44534da3ff4d
Expand 64 bit left shift inline rather than using the libcall. For now, this
is unconditional. Making it still use the libcall when optimizing for size
would be a good adjustment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/long_shift.ll