From 3ac8201ea41e9b894224f0f5d5b993ad44ed3adf 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. llvm-svn: 166155 --- llvm/test/CodeGen/X86/extract-concat.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/extract-concat.ll') diff --git a/llvm/test/CodeGen/X86/extract-concat.ll b/llvm/test/CodeGen/X86/extract-concat.ll index b07cf6a93df..704309eb650 100644 --- a/llvm/test/CodeGen/X86/extract-concat.ll +++ b/llvm/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