blob: 4ea37f0c46d3e04f4c7769a57858cd7c82e82a7b [file] [log] [blame]
Dan Gohman0cb2f672009-09-11 18:36:27 +00001; RUN: llc < %s -march=x86-64 -mattr=+sse2
Dan Gohmana0763d92007-09-24 15:54:53 +00002
Evan Cheng411fc172008-05-13 08:35:03 +00003define void @test(float* %R, <4 x float> %X) nounwind {
Dan Gohmana0763d92007-09-24 15:54:53 +00004 %tmp = extractelement <4 x float> %X, i32 3
5 store float %tmp, float* %R
6 ret void
7}