[llvm-commits] CVS: llvm/test/CodeGen/Generic/bit-intrinsics.ll

Reid Spencer reid at x10sys.com
Thu Apr 5 15:58:02 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

bit-intrinsics.ll updated: 1.1 -> 1.2
---
Log message:

XFAIL this test for now. It will be a while before I can implement this
intrinsic properly in SDISel.


---
Diffs of the changes:  (+1 -0)

 bit-intrinsics.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/CodeGen/Generic/bit-intrinsics.ll
diff -u llvm/test/CodeGen/Generic/bit-intrinsics.ll:1.1 llvm/test/CodeGen/Generic/bit-intrinsics.ll:1.2
--- llvm/test/CodeGen/Generic/bit-intrinsics.ll:1.1	Wed Apr  4 18:48:25 2007
+++ llvm/test/CodeGen/Generic/bit-intrinsics.ll	Thu Apr  5 17:57:45 2007
@@ -1,6 +1,7 @@
 ; Make sure this testcase is supported by all code generators. Either the
 ; intrinsic is supported natively or IntrinsicLowering provides it.
 ; RUN: llvm-as < %s | llc
+; XFAIL: *
 
 
 declare i32 @llvm.bit.part.select.i32.i32(i32 %x, i32 %hi, i32 %lo)






More information about the llvm-commits mailing list