mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix PR1198, by adding initial i128 support. Patch by Dan Gohman.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
727c235840
commit
f839ce7d03
@ -2200,6 +2200,7 @@ MVT::ValueType TargetLowering::getValueType(const Type *Ty) const {
|
||||
case 16: return MVT::i16;
|
||||
case 32: return MVT::i32;
|
||||
case 64: return MVT::i64;
|
||||
case 128: return MVT::i128;
|
||||
}
|
||||
break;
|
||||
case Type::FloatTyID: return MVT::f32;
|
||||
|
Loading…
Reference in New Issue
Block a user