blob: 737da66d1fa7bdfa9e297d0f2debf82da7b71ddb [file] [log] [blame]
Evan Chengcad81212008-02-12 19:11:08 +00001; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2,-sse41 | grep {shufps \$3, %xmm0, %xmm0}
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3define float @foo(<8 x float> %a) {
4 %c = extractelement <8 x float> %a, i32 3
5 ret float %c
6}