[llvm-commits] [llvm] r61533 - /llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll

Bill Wendling isanbard at gmail.com
Wed Dec 31 11:26:10 PST 2008


Author: void
Date: Wed Dec 31 13:26:09 2008
New Revision: 61533

URL: http://llvm.org/viewvc/llvm-project?rev=61533&view=rev
Log:
This is not failing on Darwin for some reason. XFAIL for other platforms.

Modified:
    llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll

Modified: llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll?rev=61533&r1=61532&r2=61533&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll (original)
+++ llvm/trunk/test/CodeGen/CellSPU/shift_ops.ll Wed Dec 31 13:26:09 2008
@@ -16,7 +16,7 @@
 ; RUN: grep -w rotqbybi  %t1.s | count 1
 ; RUN: grep -w sfi       %t1.s | count 3
 
-; XFAIL: *
+; XFAIL: alpha|linux|sparc|ia64|arm
 
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"





More information about the llvm-commits mailing list