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/2006-05-01-SchedCausingSpills.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/2006-05-01-SchedCausingSpills.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll b/llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll index b0453299669..da93dc21cf2 100644 --- a/llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll +++ b/llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll @@ -1,3 +1,4 @@ +; XFAIL: * ; RUN: llc < %s -march=x86 -mcpu=yonah -stats |& \ ; RUN: not grep {Number of register spills} ; END. |