From d1996360399ad6dbe75ee185b661b16c83146373 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 9 Jan 2010 02:13:55 +0000 Subject: Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode really does need to be a vector type, because TargetLowering::getOperationAction for SIGN_EXTEND_INREG uses that type, and it needs to be able to distinguish between vectors and scalars. Also, fix some more issues with legalization of vector casts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93043 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_ext_inreg.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CodeGen/X86/vec_ext_inreg.ll') diff --git a/test/CodeGen/X86/vec_ext_inreg.ll b/test/CodeGen/X86/vec_ext_inreg.ll index 02b16a79f4..8d2a3c31ae 100644 --- a/test/CodeGen/X86/vec_ext_inreg.ll +++ b/test/CodeGen/X86/vec_ext_inreg.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=x86-64 +; RUN: llc < %s -march=x86-64 -disable-mmx define <8 x i32> @a(<8 x i32> %a) nounwind { %b = trunc <8 x i32> %a to <8 x i16> -- cgit v1.2.3