blob: d28f016dbae44208c7ec694595ec84c88fa45691 [file] [log] [blame]
Dan Gohmana0763d92007-09-24 15:54:53 +00001; RUN: llvm-as %s -o - | llc -march=x86-64
2
3define void @test(float* %R, <4 x float> %X) {
4 %tmp = extractelement <4 x float> %X, i32 3
5 store float %tmp, float* %R
6 ret void
7}