blob: 39032347c0181f143b05933f32c31cced9435ff0 [file] [log] [blame]
Chris Lattner6f948be2010-12-19 20:12:58 +00001; RUN: llc < %s -march=x86 -mattr=+sse41 | FileCheck %s
Mon P Wang362b8f22009-10-16 22:09:05 +00002; CHECK: movd
Mon P Wangfa9c5ea2009-01-15 22:43:38 +00003
4; Test bit convert that requires widening in the operand.
5
6define i32 @return_v2hi() nounwind {
7entry:
8 %retval12 = bitcast <2 x i16> zeroinitializer to i32 ; <i32> [#uses=1]
9 ret i32 %retval12
10}