11 lines · plain
1; RUN: llc < %s -mtriple=i686-- -mattr=+sse,-sse2 | FileCheck %s2; PR24843 4define <4 x float> @f4523(<4 x float> %a,<4 x float> %b) nounwind {5entry:6; CHECK: shufps $228, %xmm7%shuffle = shufflevector <4 x float> %a, <4 x float> %b, <4 x i32> <i32 4,i3285,i32 2,i32 3>9ret <4 x float> %shuffle10}11