[llvm-commits] [llvm] r65143 - in /llvm/branches/Apple/Dib/test/CodeGen/X86: fold-pcmpeqd-0.ll fold-pcmpeqd-2.ll vec_ins_extract-1.ll vshift_split2.ll
Bill Wendling
isanbard at gmail.com
Fri Feb 20 11:00:11 PST 2009
Author: void
Date: Fri Feb 20 13:00:10 2009
New Revision: 65143
URL: http://llvm.org/viewvc/llvm-project?rev=65143&view=rev
Log:
Merge r65135 from release_25 branch into Dib:
Update tests to work on ppc.
Modified:
llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-0.ll
llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-2.ll
llvm/branches/Apple/Dib/test/CodeGen/X86/vec_ins_extract-1.ll
llvm/branches/Apple/Dib/test/CodeGen/X86/vshift_split2.ll
Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-0.ll?rev=65143&r1=65142&r2=65143&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-0.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-0.ll Fri Feb 20 13:00:10 2009
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep pcmpeqd
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep orps | grep CPI1_2 | count 2
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | grep orps | grep CPI1_2 | count 2
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
; This testcase shouldn't need to spill the -1 value,
Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-2.ll?rev=65143&r1=65142&r2=65143&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-2.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/fold-pcmpeqd-2.ll Fri Feb 20 13:00:10 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep pcmpeqd
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
; This testcase should need to spill the -1 value on x86-32,
Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/vec_ins_extract-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/vec_ins_extract-1.ll?rev=65143&r1=65142&r2=65143&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/vec_ins_extract-1.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/vec_ins_extract-1.ll Fri Feb 20 13:00:10 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {(%esp,%eax,4)} | count 4
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep {(%esp,%eax,4)} | count 4
; Inserts and extracts with variable indices must be lowered
; to memory accesses.
Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/vshift_split2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/vshift_split2.ll?rev=65143&r1=65142&r2=65143&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/vshift_split2.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/vshift_split2.ll Fri Feb 20 13:00:10 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
; Legalization example that requires splitting a large vector into smaller pieces.
More information about the llvm-commits
mailing list