[llvm] r206368 - ARM64: explicitly ask for Apple NEON syntax so test passes on Linux

Tim Northover tnorthover at apple.com
Wed Apr 16 02:13:44 PDT 2014


Author: tnorthover
Date: Wed Apr 16 04:13:44 2014
New Revision: 206368

URL: http://llvm.org/viewvc/llvm-project?rev=206368&view=rev
Log:
ARM64: explicitly ask for Apple NEON syntax so test passes on Linux

Modified:
    llvm/trunk/test/CodeGen/ARM64/fcmp-opt.ll

Modified: llvm/trunk/test/CodeGen/ARM64/fcmp-opt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM64/fcmp-opt.ll?rev=206368&r1=206367&r2=206368&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM64/fcmp-opt.ll (original)
+++ llvm/trunk/test/CodeGen/ARM64/fcmp-opt.ll Wed Apr 16 04:13:44 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm64 -mcpu=cyclone | FileCheck %s
+; RUN: llc < %s -march=arm64 -mcpu=cyclone -arm64-neon-syntax=apple | FileCheck %s
 ; rdar://10263824
 
 define i1 @fcmp_float1(float %a) nounwind ssp {





More information about the llvm-commits mailing list