summaryrefslogtreecommitdiffstats
path: root/llvm/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
commiteb19e9e9fc555be8f92f12f53f77e877a01fbcab (patch)
tree37d47ab1564f19ddf7fd3a8243faa461161202f4 /llvm/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
parent6203d49b0ecc35516983502bd706259b2c3b14ed (diff)
downloadbcm5719-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.ll1
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.
OpenPOWER on IntegriCloud