diff options
| author | Andrew Trick <atrick@apple.com> | 2013-01-25 06:33:57 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2013-01-25 06:33:57 +0000 |
| commit | e2c3f5c982806603cdd1199d1061aeee7e14f9ed (patch) | |
| tree | 33e4f7435fbd1ea0fe7af9d22eef8368bb7e3085 /llvm/test/CodeGen/X86 | |
| parent | f443f11589769d62e42b7e978af8d3ea4b5d963c (diff) | |
| download | bcm5719-llvm-e2c3f5c982806603cdd1199d1061aeee7e14f9ed.tar.gz bcm5719-llvm-e2c3f5c982806603cdd1199d1061aeee7e14f9ed.zip | |
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.
llvm-svn: 173425
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/misched-matrix.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/misched-matrix.ll b/llvm/test/CodeGen/X86/misched-matrix.ll index d00d17392a7..f5566e5e5de 100644 --- a/llvm/test/CodeGen/X86/misched-matrix.ll +++ b/llvm/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). ; |

