Add support for 128 bit multiplicative operations.
authorDuncan Sands <baldrick@free.fr>
Thu, 10 Jul 2008 15:35:05 +0000 (15:35 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 10 Jul 2008 15:35:05 +0000 (15:35 +0000)
commit5ac319ac7125b009adddcc49294d2e040c4a91e5
tree7af9693511fe3b278f6b59126a18719791ec7461
parentbe1ad4de2900451626c8d4ace07b9ea16099ea1d
Add support for 128 bit multiplicative operations.
Lack of these caused a bootstrap failure with Fortran
on x86-64 with LegalizeTypes turned on.  While there,
be nice to 16 bit machines and support expansion of
i32 too.

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