brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · f8a0e25 Raw
8 lines · plain
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