Skip to content

Commit a902524

Browse files
committed
Update tests to work on ppc.
llvm-svn: 65135
1 parent 12229cf commit a902524

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/test/CodeGen/X86/fold-pcmpeqd-0.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 -mtriple=i386-apple-darwin | grep pcmpeqd | count 1
1+
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | grep pcmpeqd | count 1
22
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
33

44
; This testcase shouldn't need to spill the -1 value,

llvm/test/CodeGen/X86/fold-pcmpeqd-2.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 -mtriple=i386-apple-darwin | not grep pcmpeqd
1+
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd
22
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
33

44
; This testcase should need to spill the -1 value on x86-32,

llvm/test/CodeGen/X86/vec_ins_extract-1.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 | grep {(%esp,%eax,4)} | count 4
1+
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep {(%esp,%eax,4)} | count 4
22

33
; Inserts and extracts with variable indices must be lowered
44
; to memory accesses.

llvm/test/CodeGen/X86/vshift_split2.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
1+
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
22

33
; Legalization example that requires splitting a large vector into smaller pieces.
44

0 commit comments

Comments
 (0)