diff options
author | Eric Christopher <echristo@apple.com> | 2011-03-08 02:42:25 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-03-08 02:42:25 +0000 |
commit | eb19e9e9fc555be8f92f12f53f77e877a01fbcab (patch) | |
tree | 37d47ab1564f19ddf7fd3a8243faa461161202f4 /llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll | |
parent | 6203d49b0ecc35516983502bd706259b2c3b14ed (diff) | |
download | bcm5719-llvm-eb19e9e9fc555be8f92f12f53f77e877a01fbcab.tar.gz bcm5719-llvm-eb19e9e9fc555be8f92f12f53f77e877a01fbcab.zip |
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
testcases accordingly. Some are currently xfailed and will be filed
as bugs to be fixed or understood.
Performance results:
roughly neutral on SPEC
some micro benchmarks in the llvm suite are up between 100 and 150%, only
a pair of regressions that are due to be investigated
john-the-ripper saw:
10% improvement in traditional DES
8% improvement in BSDI DES
59% improvement in FreeBSD MD5
67% improvement in OpenBSD Blowfish
14% improvement in LM DES
Small compile time impact.
llvm-svn: 127208
Diffstat (limited to 'llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll b/llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll index e5be58e1aaa..08607912514 100644 --- a/llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll +++ b/llvm/test/CodeGen/X86/fold-pcmpeqd-0.ll @@ -1,5 +1,4 @@ -; 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=i386-apple-darwin | grep pcmpeqd | count 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1 ; This testcase shouldn't need to spill the -1 value, |