[llvm] r206502 - Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntax

Louis Gerbarg lgg at apple.com
Thu Apr 17 14:32:41 PDT 2014


Author: louis
Date: Thu Apr 17 16:32:41 2014
New Revision: 206502

URL: http://llvm.org/viewvc/llvm-project?rev=206502&view=rev
Log:
Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntax

Change the command line vector-insertion.ll to explicitly set the neon syntax
to apple so that buildbots that default to other syntaxes won't fail.

Modified:
    llvm/trunk/test/CodeGen/ARM64/vector-insertion.ll

Modified: llvm/trunk/test/CodeGen/ARM64/vector-insertion.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM64/vector-insertion.ll?rev=206502&r1=206501&r2=206502&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM64/vector-insertion.ll (original)
+++ llvm/trunk/test/CodeGen/ARM64/vector-insertion.ll Thu Apr 17 16:32:41 2014
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm64 -mcpu=generic < %s | FileCheck %s
+; RUN: llc -march=arm64 -mcpu=generic -arm64-neon-syntax=apple < %s | FileCheck %s
 
 define void @test0f(float* nocapture %x, float %a) #0 {
 entry:





More information about the llvm-commits mailing list