mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
better support for i128.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34258 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c948eb373
commit
c38fea8ef4
@ -93,6 +93,7 @@ const Type *MVT::getTypeForValueType(MVT::ValueType VT) {
|
||||
case MVT::i16: return Type::Int16Ty;
|
||||
case MVT::i32: return Type::Int32Ty;
|
||||
case MVT::i64: return Type::Int64Ty;
|
||||
case MVT::i128: return IntegerType::get(128);
|
||||
case MVT::f32: return Type::FloatTy;
|
||||
case MVT::f64: return Type::DoubleTy;
|
||||
case MVT::v8i8: return PackedType::get(Type::Int8Ty, 8);
|
||||
|
Loading…
Reference in New Issue
Block a user