1 ; RUN: llc -march=hexagon < %s | FileCheck %s
5 ; Function Attrs: nounwind
6 define void @f0(i32 %a0, i32 %a1) #0 {
8 %v0 = bitcast i32 %a0 to float
9 %v1 = bitcast i32 %a1 to float
10 %v2 = tail call float @llvm.hexagon.F2.sfmin(float %v0, float %v1) #0
14 ; Function Attrs: readnone
15 declare float @llvm.hexagon.F2.sfmin(float, float) #1
17 attributes #0 = { nounwind }
18 attributes #1 = { readnone }