OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727c235
)
Fix PR1198, by adding initial i128 support. Patch by Dan Gohman.
author
Chris Lattner
<sabre@nondot.org>
Tue, 13 Feb 2007 23:41:38 +0000
(23:41 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 13 Feb 2007 23:41:38 +0000
(23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34256
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index
d43e6a6
..
64455a1
100644
(file)
--- a/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/
lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@
-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;