summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-matrix.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-06-17 21:45:16 +0000
committerAndrew Trick <atrick@apple.com>2013-06-17 21:45:16 +0000
commitad626132a9fea9f82065610bae552200d8cb1545 (patch)
treed5470d234249ece4b139f8bfe81fd3b243b8dcac /test/CodeGen/X86/misched-matrix.ll
parenta626f5072e6b3433392cc2be454727c7bb5e83b8 (diff)
downloadllvm-ad626132a9fea9f82065610bae552200d8cb1545.tar.gz
llvm-ad626132a9fea9f82065610bae552200d8cb1545.tar.bz2
llvm-ad626132a9fea9f82065610bae552200d8cb1545.tar.xz
Reenable, improve, and add MI-Sched unit tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/misched-matrix.ll')
-rw-r--r--test/CodeGen/X86/misched-matrix.ll19
1 files changed, 9 insertions, 10 deletions
diff --git a/test/CodeGen/X86/misched-matrix.ll b/test/CodeGen/X86/misched-matrix.ll
index dee54d9c27..4dc95c5e93 100644
--- a/test/CodeGen/X86/misched-matrix.ll
+++ b/test/CodeGen/X86/misched-matrix.ll
@@ -1,13 +1,12 @@
-; RUN-disabled: llc < %s -march=x86-64 -mcpu=core2 -pre-RA-sched=source -enable-misched \
-; RUN-disabled: -misched-topdown -verify-machineinstrs \
-; RUN-disabled: | FileCheck %s -check-prefix=TOPDOWN
-; RUN-disabled: llc < %s -march=x86-64 -mcpu=core2 -pre-RA-sched=source -enable-misched \
-; RUN-disabled: -misched=ilpmin -verify-machineinstrs \
-; RUN-disabled: | FileCheck %s -check-prefix=ILPMIN
-; RUN-disabled: llc < %s -march=x86-64 -mcpu=core2 -pre-RA-sched=source -enable-misched \
-; RUN-disabled: -misched=ilpmax -verify-machineinstrs \
-; RUN-disabled: | FileCheck %s -check-prefix=ILPMAX
-; RUN: true
+; RUN: llc < %s -march=x86-64 -mcpu=core2 -pre-RA-sched=source -enable-misched \
+; RUN: -misched-topdown -verify-machineinstrs \
+; RUN: | FileCheck %s -check-prefix=TOPDOWN
+; RUN: llc < %s -march=x86-64 -mcpu=core2 -pre-RA-sched=source -enable-misched \
+; RUN: -misched=ilpmin -verify-machineinstrs \
+; RUN: | FileCheck %s -check-prefix=ILPMIN
+; RUN: llc < %s -march=x86-64 -mcpu=core2 -pre-RA-sched=source -enable-misched \
+; RUN: -misched=ilpmax -verify-machineinstrs \
+; RUN: | FileCheck %s -check-prefix=ILPMAX
;
; Verify that the MI scheduler minimizes register pressure for a
; uniform set of bottom-up subtrees (unrolled matrix multiply).