]> granicus.if.org Git - clang/commitdiff
[Hexagon] Fix hvx-length feature name in testcases
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 13 Jul 2018 21:32:33 +0000 (21:32 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 13 Jul 2018 21:32:33 +0000 (21:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337049 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/builtins-hvx128.c
test/CodeGen/builtins-hvx64.c

index c482d7bd35d54525153ed1f7aa15176658a0bd61..07d0e050ddc088b51dbb5a85a9d8805478116f91 100644 (file)
@@ -1,5 +1,5 @@
 // REQUIRES: hexagon-registered-target
-// RUN: %clang_cc1 -triple hexagon-unknown-elf -target-cpu hexagonv65 -target-feature +hvxv65 -target-feature +hvx-length128 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple hexagon-unknown-elf -target-cpu hexagonv65 -target-feature +hvxv65 -target-feature +hvx-length128b -emit-llvm %s -o - | FileCheck %s
 
 void test() {
   int v128 __attribute__((__vector_size__(128)));
index 5f0d301040c63a514e4d17c385b3e99dd4513ae5..5a53296e727689c92e056a51f203db78346136a4 100644 (file)
@@ -1,5 +1,5 @@
 // REQUIRES: hexagon-registered-target
-// RUN: %clang_cc1 -triple hexagon-unknown-elf -target-cpu hexagonv65 -target-feature +hvxv65 -target-feature +hvx-length64 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple hexagon-unknown-elf -target-cpu hexagonv65 -target-feature +hvxv65 -target-feature +hvx-length64b -emit-llvm %s -o - | FileCheck %s
 
 void test() {
   int v64 __attribute__((__vector_size__(64)));