aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fold-pcmpeqd-0.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-11 01:05:58 +0000
committerEric Christopher <echristo@apple.com>2011-03-11 01:05:58 +0000
commitde5e101b0db683931132ba4e4d5e13fe0b5c547a (patch)
tree02e06ecf389af57bc51b064ed656be0be8f1cf62 /test/CodeGen/X86/fold-pcmpeqd-0.ll
parent9ef82ce4fe8e6f9f49c31abeebcc9672985afad4 (diff)
downloadexternal_llvm-de5e101b0db683931132ba4e4d5e13fe0b5c547a.zip
external_llvm-de5e101b0db683931132ba4e4d5e13fe0b5c547a.tar.gz
external_llvm-de5e101b0db683931132ba4e4d5e13fe0b5c547a.tar.bz2
Change the x86 32-bit scheduler to register pressure and fix up the
corresponding testcases back to the previous versions. Fixes some performance regressions only seen on 32-bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-pcmpeqd-0.ll')
-rw-r--r--test/CodeGen/X86/fold-pcmpeqd-0.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-pcmpeqd-0.ll b/test/CodeGen/X86/fold-pcmpeqd-0.ll
index d6b974d..e5be58e 100644
--- a/test/CodeGen/X86/fold-pcmpeqd-0.ll
+++ b/test/CodeGen/X86/fold-pcmpeqd-0.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah | grep pcmpeqd | count 1
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah | grep orps | grep CPI0_2 | count 2
; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
; This testcase shouldn't need to spill the -1 value,