mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 20:05:38 +00:00
Use explicit target-triples to unbreak this test on non-darwin systems.
llvm-svn: 56896
This commit is contained in:
parent
9c1e298f14
commit
d456cc01eb
@ -3,7 +3,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbd
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxwd
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbq
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 | grep movq | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-apple-darwin | grep movq | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-unknown-linux-gnu | not grep movq
|
||||
|
||||
define <2 x i64> @t1(i32* %p) nounwind {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user