1 ; RUN: llc < %s -march=x86-64 | grep min | count 1
2 ; RUN: llc < %s -march=x86-64 | grep max | count 1
3 ; RUN: llc < %s -march=x86-64 | grep mov | count 2
7 define float @foo(float %a)
10 %t = fcmp olt float %s, %a
11 %u = select i1 %t, float %s, float %a
14 define float @hem(float %a)
16 %s = call float @bar()
17 %t = fcmp uge float %s, %a
18 %u = select i1 %t, float %s, float %a