summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-08 02:42:25 +0000
committerEric Christopher <echristo@apple.com>2011-03-08 02:42:25 +0000
commit7c2cdb1c05cd94b494729f5e034aec0562165230 (patch)
treeae978bf809c0deef18d6faf6459c121c43e18f98 /test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
parent0bf56c821c454a960afc34cb5746006bc1f9e1a1 (diff)
downloadllvm-7c2cdb1c05cd94b494729f5e034aec0562165230.tar.gz
llvm-7c2cdb1c05cd94b494729f5e034aec0562165230.tar.bz2
llvm-7c2cdb1c05cd94b494729f5e034aec0562165230.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll')
-rw-r--r--test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll b/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
index b045329966..da93dc21cf 100644
--- a/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
+++ b/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.