[llvm-commits] [llvm] r166141 - /llvm/trunk/test/CodeGen/X86/extract-concat.ll

Michael Liao michael.liao at intel.com
Wed Oct 17 16:08:19 PDT 2012


Author: hliao
Date: Wed Oct 17 18:08:19 2012
New Revision: 166141

URL: http://llvm.org/viewvc/llvm-project?rev=166141&view=rev
Log:
Disable extract-concat test case temporarily


Modified:
    llvm/trunk/test/CodeGen/X86/extract-concat.ll

Modified: llvm/trunk/test/CodeGen/X86/extract-concat.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/extract-concat.ll?rev=166141&r1=166140&r2=166141&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/extract-concat.ll (original)
+++ llvm/trunk/test/CodeGen/X86/extract-concat.ll Wed Oct 17 18:08:19 2012
@@ -1,7 +1,8 @@
 ; RUN: llc < %s -mcpu=corei7 -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
+; XFAIL: *
 
 define void @foo(<4 x float> %in, <4 x i8>* %out) {
-  %t0 = fptoui <4 x float> %in to <4 x i32>
+  %t0 = fptosi <4 x float> %in to <4 x i32>
   %t1 = trunc <4 x i32> %t0 to <4 x i16>
   %t2 = shufflevector <4 x i16> %t1, <4 x i16> undef, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7>
   %t3 = trunc <8 x i16> %t2 to <8 x i8>





More information about the llvm-commits mailing list