blob: eeeab81362c10eb99be668e105b793ac59c83820 [file] [log] [blame]
Evan Cheng3cae0332008-07-23 00:22:17 +00001; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -info-output-file - | grep asm-printer | grep 4
2; PR2485
3
4define <4 x i32> @t(<4 x i32> %a, <4 x i32> %b) nounwind {
5entry:
6 %shuffle = shufflevector <4 x i32> %a, <4 x i32> %b, <4 x i32> < i32 4, i32 0, i32 0, i32 0 > ; <<4 x i32>> [#uses=1]
7 ret <4 x i32> %shuffle
8}