[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll 2007-04-27-BitTestsBadMask.ll
Anton Korobeynikov
asl at math.spbu.ru
Thu Apr 26 14:20:23 PDT 2007
Changes in directory llvm/test/CodeGen/Generic:
2007-04-14-BitTestsBadMask.ll updated: 1.4 -> 1.5
2007-04-27-BitTestsBadMask.ll updated: 1.1 -> 1.2
---
Log message:
Unxfail tests
---
Diffs of the changes: (+0 -6)
2007-04-14-BitTestsBadMask.ll | 3 ---
2007-04-27-BitTestsBadMask.ll | 3 ---
2 files changed, 6 deletions(-)
Index: llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll
diff -u llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.4 llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.5
--- llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll:1.4 Mon Apr 16 12:36:06 2007
+++ llvm/test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll Thu Apr 26 16:20:04 2007
@@ -2,9 +2,6 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep 4294981120
; PR 1325
-; FIXME: this is xfailed until we figure out ppc bootstrap
-; XFAIL: *
-
; ModuleID = 'bugpoint.test.bc'
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "powerpc-apple-darwin8.8.0"
Index: llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll
diff -u llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll:1.1 llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll:1.2
--- llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll:1.1 Thu Apr 26 15:49:05 2007
+++ llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll Thu Apr 26 16:20:04 2007
@@ -2,9 +2,6 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep 4297064449
; PR 1325+
-; FIXME: this is xfailed until we figure out ppc bootstrap
-; XFAIL: *
-
define i32 @foo(i8 %bar) {
entry:
switch i8 %bar, label %bb1203 [
More information about the llvm-commits
mailing list