[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / X86 / 2007-06-28-X86-64-isel.ll
1 ; RUN: llc < %s -march=x86-64 -mattr=+sse2
2
3 define void @test() {
4         %tmp1 = call <8 x i16> @llvm.x86.sse2.pmins.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 7, i32 7, i32 7, i32 7 > to <8 x i16>) )
5         %tmp2 = bitcast <8 x i16> %tmp1 to <4 x i32>
6         br i1 false, label %bb1, label %bb2
7
8 bb2:
9         %tmp38007.i = extractelement <4 x i32> %tmp2, i32 3
10         ret void
11
12 bb1:
13         ret void
14 }
15
16 declare <8 x i16> @llvm.x86.sse2.pmins.w(<8 x i16>, <8 x i16>)