Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / extractelement-from-arg.ll
blobf8a0e258dcab2f0bd527270b65af2393637e0a58
1 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse2
3 define void @test(ptr %R, <4 x float> %X) nounwind {
4         %tmp = extractelement <4 x float> %X, i32 3
5         store float %tmp, ptr %R
6         ret void