1 ; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
3 ; CHECK-SPIRV: %[[#result:]] = OpFOrdGreaterThanEqual %[[#]] %[[#]] %[[#]]
4 ; CHECK-SPIRV: %[[#]] = OpSelect %[[#]] %[[#result]] %[[#]] %[[#]]
6 ;; LLVM IR was generated with -cl-std=c++ option
8 define spir_kernel void @test(float %op1, float %op2) {
10 %call = call spir_func i32 @_Z14isgreaterequalff(float %op1, float %op2)
14 declare spir_func i32 @_Z14isgreaterequalff(float, float)