X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fwiden_cast-6.ll;h=46d8dd787a3b2060d069fc1e81a44b4a56d0bcaa;hb=60c91c28e4d2f49c3eaac1b20125854baa8d4c7c;hp=08759bf5510c2006ff2aeaa385de2ffa77c26812;hpb=362b8f2786a366dac46d6d5bbfb290f2c0067740;p=oota-llvm.git diff --git a/test/CodeGen/X86/widen_cast-6.ll b/test/CodeGen/X86/widen_cast-6.ll index 08759bf5510..46d8dd787a3 100644 --- a/test/CodeGen/X86/widen_cast-6.ll +++ b/test/CodeGen/X86/widen_cast-6.ll @@ -1,9 +1,13 @@ -; RUN: llc < %s -march=x86 -mattr=+sse41 -disable-mmx | FileCheck %s -; CHECK: movd +; RUN: llc < %s -march=x86 -mattr=+sse4.1 | FileCheck %s ; Test bit convert that requires widening in the operand. define i32 @return_v2hi() nounwind { +; CHECK-LABEL: @return_v2hi +; CHECK: pushl +; CHECK-NEXT: xorl %eax, %eax +; CHECK-NEXT: popl +; CHECK-NEXT: ret entry: %retval12 = bitcast <2 x i16> zeroinitializer to i32 ; [#uses=1] ret i32 %retval12