Fix the testcase in r246790
authorSteven Wu <stevenwu@apple.com>
Fri, 4 Sep 2015 01:39:24 +0000 (01:39 +0000)
committerSteven Wu <stevenwu@apple.com>
Fri, 4 Sep 2015 01:39:24 +0000 (01:39 +0000)
Using generic neon syntax to avoid test failure on apple platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246833 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/aarch64-addv.ll

index 3be3c556d2756a8312891be22cd6b56eb666de29..a5bb635174977080b614ec67671389b5d19897a4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=aarch64 < %s | FileCheck %s
+; RUN: llc -march=aarch64 -aarch64-neon-syntax=generic < %s | FileCheck %s
 
 define i8 @f_v16i8(<16 x i8>* %arr)  {
 ; CHECK-LABEL: f_v16i8