Skip to content

Commit e45896f

Browse files
author
Dale Johannesen
committed
Be kind to non-x86 hosts.
llvm-svn: 58113
1 parent 01acb62 commit e45896f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llvm-as < %s | llc -enable-legalize-types
1+
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-legalize-types
22
; PR2762
33
define void @foo(<4 x i32>* %p, <4 x double>* %q) {
44
%n = load <4 x i32>* %p

llvm/test/CodeGen/X86/isint.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llvm-as < %s | llc -march=x86 > %t
1+
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
22
; RUN: not grep cmp %t
33
; RUN: not grep xor %t
44
; RUN: grep jne %t | count 1

0 commit comments

Comments
 (0)