1; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse22 3define void @test(ptr %R, <4 x float> %X) nounwind {4 %tmp = extractelement <4 x float> %X, i32 35 store float %tmp, ptr %R6 ret void7}8