[llvm] r213801 - Use an explicit triple in testcase.

Jim Grosbach grosbach at apple.com
Wed Jul 23 13:46:32 PDT 2014


Author: grosbach
Date: Wed Jul 23 15:46:32 2014
New Revision: 213801

URL: http://llvm.org/viewvc/llvm-project?rev=213801&view=rev
Log:
Use an explicit triple in testcase.

Make the test work better on non-darwin hosts. Hopefully.

Modified:
    llvm/trunk/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll

Modified: llvm/trunk/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll?rev=213801&r1=213800&r2=213801&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll Wed Jul 23 15:46:32 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -asm-verbose=false -march=arm64 -aarch64-neon-syntax=apple | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -mtriple=arm64-apple-ios | FileCheck %s
 
 define <4 x float> @foo(<4 x float> %val, <4 x float> %test) nounwind {
 ; CHECK-LABEL: foo:





More information about the llvm-commits mailing list