summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-01-25 06:33:57 +0000
committerAndrew Trick <atrick@apple.com>2013-01-25 06:33:57 +0000
commit4e1fb1894048455d49d62543b3f83672b27b0000 (patch)
treef5ea7b8bbf85ae1eb6c83753e07836868f292793 /test
parent827de0520ee986fcda5f0d3290a3746249fa5847 (diff)
downloadllvm-4e1fb1894048455d49d62543b3f83672b27b0000.tar.gz
llvm-4e1fb1894048455d49d62543b3f83672b27b0000.tar.bz2
llvm-4e1fb1894048455d49d62543b3f83672b27b0000.tar.xz
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Allow the strategy to select SchedDFS. Allow the results of SchedDFS to affect initialization of the scheduler state. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/misched-matrix.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/X86/misched-matrix.ll b/test/CodeGen/X86/misched-matrix.ll
index d00d17392a..f5566e5e5d 100644
--- a/test/CodeGen/X86/misched-matrix.ll
+++ b/test/CodeGen/X86/misched-matrix.ll
@@ -8,9 +8,6 @@
; RUN: -misched=ilpmax -verify-machineinstrs \
; RUN: | FileCheck %s -check-prefix=ILPMAX
;
-; Very temporary xfail during SchedDFSResult churn.
-; XFAIL: *
-;
; Verify that the MI scheduler minimizes register pressure for a
; uniform set of bottom-up subtrees (unrolled matrix multiply).
;