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