Add support for 128 bit shifts and 32 bit shifts
authorDuncan Sands <baldrick@free.fr>
Fri, 11 Jul 2008 16:52:29 +0000 (16:52 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 11 Jul 2008 16:52:29 +0000 (16:52 +0000)
commitdddc6291fb5274282a20d5923b50535d456d34a4
tree6e83f3cbdb0c08fa48dbc6944d595a1b27c6cf80
parent7d9843fc374296e85769c820ec9c333be1e74c0a
Add support for 128 bit shifts and 32 bit shifts
on 16 bit machines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53458 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RuntimeLibcalls.h
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp