From 07edaf3801f7169477bab6d33cad86209ea8f558 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Wed, 17 Oct 2012 23:45:54 +0000 Subject: Revert part of r166049 back and enable test case in r166125. - Folding (trunc (concat ... X )) to (concat ... (trunc X) ...) is valid when '...' are all 'undef's. - r166125 relies on this transformation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166155 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/extract-concat.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/CodeGen/X86/extract-concat.ll b/test/CodeGen/X86/extract-concat.ll index b07cf6a93d..704309eb65 100644 --- a/test/CodeGen/X86/extract-concat.ll +++ b/test/CodeGen/X86/extract-concat.ll @@ -1,5 +1,4 @@ ; 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 = fptosi <4 x float> %in to <4 x i32> -- cgit v1.2.3