summaryrefslogtreecommitdiff
path: root/test/TableGen/intrinsic-varargs.td
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-11-24 13:07:35 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2015-11-24 13:07:35 +0000
commited5c8866a959aa013b2c5f72e95d88ae75443848 (patch)
tree6437aa6887253d60ef440c7d6f3f638633dd2270 /test/TableGen/intrinsic-varargs.td
parent25a68d8d25990f70e6e56d9529981c7c20fb85b4 (diff)
Add new vector types for 512-, 1024- and 2048-bit vectors
Those types are needed to implement instructions for Hexagon Vector Extensions (HVX): 16x32, 16x64, 32x16, 32x32, 32x64, 64x8, 64x16, 64x32, 128x8, 128x16, 256x8, 512x1, and 1024x1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/intrinsic-varargs.td')
-rw-r--r--test/TableGen/intrinsic-varargs.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/intrinsic-varargs.td b/test/TableGen/intrinsic-varargs.td
index 3c9bd7366d1..42ce8a95962 100644
--- a/test/TableGen/intrinsic-varargs.td
+++ b/test/TableGen/intrinsic-varargs.td
@@ -23,7 +23,7 @@ class Intrinsic<string name, list<LLVMType> param_types = []> {
}
// isVoid needs to match the definition in ValueTypes.td
-def isVoid : ValueType<0, 57>; // Produces no value
+def isVoid : ValueType<0, 66>; // Produces no value
def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
// CHECK: /* 0 */ 0, 29, 0,