[llvm-commits] [llvm] r125525 - /llvm/trunk/test/CodeGen/ARM/vector-DAGCombine.ll

Bob Wilson bob.wilson at apple.com
Mon Feb 14 14:12:50 PST 2011


Author: bwilson
Date: Mon Feb 14 16:12:50 2011
New Revision: 125525

URL: http://llvm.org/viewvc/llvm-project?rev=125525&view=rev
Log:
PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.

The i64_buildvector test in this file relies on the alignment of i64 and
f64 types being the same, which is true for Darwin but not AAPCS.

Modified:
    llvm/trunk/test/CodeGen/ARM/vector-DAGCombine.ll

Modified: llvm/trunk/test/CodeGen/ARM/vector-DAGCombine.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/vector-DAGCombine.ll?rev=125525&r1=125524&r2=125525&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/vector-DAGCombine.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/vector-DAGCombine.ll Mon Feb 14 16:12:50 2011
@@ -1,7 +1,7 @@
-; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
 
 ; PR7158
-define arm_aapcs_vfpcc i32 @test_pr7158() nounwind {
+define i32 @test_pr7158() nounwind {
 bb.nph55.bb.nph55.split_crit_edge:
   br label %bb3
 





More information about the llvm-commits mailing list