From: Steven Wu Date: Fri, 4 Sep 2015 01:39:24 +0000 (+0000) Subject: Fix the testcase in r246790 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=123b024141b0eea52a6cc41154728ba387d676a0;p=oota-llvm.git Fix the testcase in r246790 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 --- diff --git a/test/CodeGen/AArch64/aarch64-addv.ll b/test/CodeGen/AArch64/aarch64-addv.ll index 3be3c556d27..a5bb6351749 100644 --- a/test/CodeGen/AArch64/aarch64-addv.ll +++ b/test/CodeGen/AArch64/aarch64-addv.ll @@ -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