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