[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / SPIRV / FOrdGreaterThanEqual_int.ll
blob86581a54684058957e7a41768abc70d303462a85
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) {
9 entry:
10   %call = call spir_func i32 @_Z14isgreaterequalff(float %op1, float %op2)
11   ret void
14 declare spir_func i32 @_Z14isgreaterequalff(float, float)