XFAIL this test for now. It will be a while before I can implement this
authorReid Spencer <rspencer@reidspencer.com>
Thu, 5 Apr 2007 22:57:45 +0000 (22:57 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 5 Apr 2007 22:57:45 +0000 (22:57 +0000)
intrinsic properly in SDISel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35692 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/bit-intrinsics.ll

index a260421772d18d39f979b9d549b44cf34a7a0fce..22577d3349f7e9a2a4b9771f213105651cee808c 100644 (file)
@@ -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)