[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / SPIRV / select.ll
blobb34e91be1dbcda3915eed61f79eab1abadc194b1
1 ; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
3 ; CHECK-SPIRV: OpSelect
5 ;; LLVM IR was generated with -cl-std=c++ option
7 define spir_kernel void @test(i32 %op1, i32 %op2) {
8 entry:
9   %0 = trunc i8 undef to i1
10   %call = call spir_func i32 @_Z14__spirv_Selectbii(i1 zeroext %0, i32 %op1, i32 %op2)
11   ret void
14 declare spir_func i32 @_Z14__spirv_Selectbii(i1 zeroext, i32, i32)