blob: 348dac8d4d5921cb1faa9755ab3620bd73234f0b [file] [log] [blame]
Dale Johannesen5db1eea2010-10-01 04:17:55 +00001; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep movq
2; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep pshufd
Dale Johannesen0488fb62010-09-30 23:57:10 +00003; 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}