projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395cba8
)
Also add the new vector value type here, for completeness.
author
Nate Begeman
<natebegeman@mac.com>
Fri, 18 Nov 2005 00:53:32 +0000
(
00:53
+0000)
committer
Nate Begeman
<natebegeman@mac.com>
Fri, 18 Nov 2005 00:53:32 +0000
(
00:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24405
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Target.td
patch
|
blob
|
history
diff --git
a/lib/Target/Target.td
b/lib/Target/Target.td
index 7de2d3f5eb4b56c156a8b89320fb4b5d048452cd..e72bff267435a0f970f57b48394196864b8e9bb9 100644
(file)
--- a/
lib/Target/Target.td
+++ b/
lib/Target/Target.td
@@
-38,6
+38,7
@@
def f80 : ValueType<80 , 9>; // 80-bit floating point value
def f128 : ValueType<128, 10>; // 128-bit floating point value
def FlagVT : ValueType<0 , 11>; // Condition code or machine flag
def isVoid : ValueType<0 , 12>; // Produces no value
+def Vector : ValueType<0 , 13>; // Abstract vector type
//===----------------------------------------------------------------------===//
// Register file description - These classes are used to fill in the target