blob: a063ee1d6cf404ef6be7b10e1ce9c289b5afad29 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=+mmx | not grep movq
2; RUN: llc < %s -march=x86 -mattr=+mmx | grep psllq
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
Evan Cheng18950d92008-05-07 22:59:08 +00004define <2 x i32> @qux(i32 %A) nounwind {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 %tmp3 = insertelement <2 x i32> < i32 0, i32 undef >, i32 %A, i32 1 ; <<2 x i32>> [#uses=1]
6 ret <2 x i32> %tmp3
7}