From 341fa09a3c842e8a0df3510d3f9af186ede976c9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 26 Aug 2010 06:57:07 +0000 Subject: Add a hackaround for PR7993 which is causing failures on x86 builders that lack sse2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112175 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/sse1.ll | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/CodeGen/X86/sse1.ll') diff --git a/test/CodeGen/X86/sse1.ll b/test/CodeGen/X86/sse1.ll index 3ab384072a..6e7aad84de 100644 --- a/test/CodeGen/X86/sse1.ll +++ b/test/CodeGen/X86/sse1.ll @@ -12,3 +12,9 @@ define <8 x i16> @test2(<8 x i32> %a) nounwind { %c = trunc <8 x i32> %a to <8 x i16> ; <<8 x i16>> [#uses=1] ret <8 x i16> %c } + +; PR7993 +;define <4 x i32> @test3(<4 x i16> %a) nounwind { +; %c = sext <4 x i16> %a to <4 x i32> ; <<4 x i32>> [#uses=1] +; ret <4 x i32> %c +;} -- cgit v1.2.3