mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
Fix this test on hosts that don't have sse2.
llvm-svn: 48296
This commit is contained in:
parent
f9de87eae8
commit
2ec41788ab
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep pcmpeqd | count 4
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 | grep pcmpeqd | count 4
|
||||
|
||||
define <4 x i32> @ioo() {
|
||||
ret <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user