summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-03-21 22:31:31 +0000
committerAndrew Trick <atrick@apple.com>2012-03-21 22:31:31 +0000
commit267b57de6ff595d7c87a85b7bbfe5f1352562b2f (patch)
tree3ef9bd8d925acd99d90a9c8919ef504d886d2024
parent70186bef8b2b13ff6cc3fa23bb789c69249d0fde (diff)
downloadbcm5719-llvm-267b57de6ff595d7c87a85b7bbfe5f1352562b2f.tar.gz
bcm5719-llvm-267b57de6ff595d7c87a85b7bbfe5f1352562b2f.zip
misched: tag a few XFAILs that I plan to fix
llvm-svn: 153222
-rw-r--r--llvm/test/CodeGen/X86/lsr-reuse.ll1
-rw-r--r--llvm/test/CodeGen/X86/misched-new.ll (renamed from llvm/test/CodeGen/Generic/misched.ll)9
-rw-r--r--llvm/test/CodeGen/X86/remat-scalar-zero.ll1
-rw-r--r--llvm/test/CodeGen/X86/zext-sext.ll1
4 files changed, 10 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-reuse.ll b/llvm/test/CodeGen/X86/lsr-reuse.ll
index 527a5a60e86..1311a73fd32 100644
--- a/llvm/test/CodeGen/X86/lsr-reuse.ll
+++ b/llvm/test/CodeGen/X86/lsr-reuse.ll
@@ -1,4 +1,5 @@
; XFAIL: *
+; ...should pass. See PR12324: misched bringup
; RUN: llc < %s -march=x86-64 -O3 -asm-verbose=false | FileCheck %s
target datalayout = "e-p:64:64:64"
target triple = "x86_64-unknown-unknown"
diff --git a/llvm/test/CodeGen/Generic/misched.ll b/llvm/test/CodeGen/X86/misched-new.ll
index 9136b9c967f..f3c2af8f210 100644
--- a/llvm/test/CodeGen/Generic/misched.ll
+++ b/llvm/test/CodeGen/X86/misched-new.ll
@@ -1,5 +1,6 @@
-; RUN: true
-; llc -enable-misched -misched=shuffle -misched-bottomup < %s
+; RUN: llc -march=x86-64 -mcpu=core2 -enable-misched -misched=shuffle -misched-bottomup < %s
+; XFAIL: *
+; ...should pass. See PR12324: misched bringup
;
; Interesting MachineScheduler cases.
@@ -7,6 +8,10 @@ declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32,
; From oggenc.
; After coalescing, we have a dead superreg (RAX) definition.
+;
+; CHECK: xorl %esi, %esi
+; CHECK: movl $32, %ecx
+; CHECK: rep;movsl
define fastcc void @_preextrapolate_helper() nounwind uwtable ssp {
entry:
br i1 undef, label %for.cond.preheader, label %if.end
diff --git a/llvm/test/CodeGen/X86/remat-scalar-zero.ll b/llvm/test/CodeGen/X86/remat-scalar-zero.ll
index f6f0ed10b51..75f438d26cd 100644
--- a/llvm/test/CodeGen/X86/remat-scalar-zero.ll
+++ b/llvm/test/CodeGen/X86/remat-scalar-zero.ll
@@ -1,4 +1,5 @@
; XFAIL: *
+; ...should pass. See PR12324: misched bringup
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu > %t
; RUN: not grep xor %t
; RUN: not grep movap %t
diff --git a/llvm/test/CodeGen/X86/zext-sext.ll b/llvm/test/CodeGen/X86/zext-sext.ll
index cea9e9c854d..6432ae38ff3 100644
--- a/llvm/test/CodeGen/X86/zext-sext.ll
+++ b/llvm/test/CodeGen/X86/zext-sext.ll
@@ -1,4 +1,5 @@
; XFAIL: *
+; ...should pass. See PR12324: misched bringup
; RUN: llc < %s -march=x86-64 | FileCheck %s
; <rdar://problem/8006248>
OpenPOWER on IntegriCloud