forked from OSchip/llvm-project
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. llvm-svn: 125525
This commit is contained in:
parent
c3ba12d8e8
commit
60f50bc9f1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue