blob: 9f9bd8de2d6f4c8a825afb977d8368e3346c94e6 [file] [log] [blame]
Dale Johannesen0488fb62010-09-30 23:57:10 +00001; RUN: llc < %s -march=x86 -mattr=+mmx,+sse | grep movq
2; RUN: llc < %s -march=x86 -mattr=+mmx,+sse | grep pshufd
3; This is not an MMX operation; promoted to XMM.
Bill Wendlingb635d3f2007-04-24 22:28:30 +00004
Dale Johannesen0488fb62010-09-30 23:57:10 +00005define x86_mmx @qux(i32 %A) nounwind {
Bill Wendlingb635d3f2007-04-24 22:28:30 +00006 %tmp3 = insertelement <2 x i32> < i32 0, i32 undef >, i32 %A, i32 1 ; <<2 x i32>> [#uses=1]
Dale Johannesen0488fb62010-09-30 23:57:10 +00007 %tmp4 = bitcast <2 x i32> %tmp3 to x86_mmx
8 ret x86_mmx %tmp4
Bill Wendlingb635d3f2007-04-24 22:28:30 +00009}