|
| 1 | +; RUN: llvm-as %s -o %t.bc |
| 2 | +; RUN: llvm-spirv %t.bc -spirv-text -o - | FileCheck %s |
| 3 | +; RUN: llvm-spirv %t.bc -o %t.spv |
| 4 | +; RUN: spirv-val %t.spv |
| 5 | + |
| 6 | + |
| 7 | +; CHECK: ExtInst {{[0-9]+}} {{[0-9]+}} {{[0-9]+}} s_abs |
| 8 | +; CHECK: ExtInst {{[0-9]+}} {{[0-9]+}} {{[0-9]+}} s_abs |
| 9 | + |
| 10 | +target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64" |
| 11 | +target triple = "spir64-unknown-linux-sycldevice" |
| 12 | + |
| 13 | +; Function Attrs: norecurse nounwind readnone |
| 14 | +define dso_local spir_kernel void @test(i32 %a, <4 x i32> %b) local_unnamed_addr #0 !kernel_arg_buffer_location !5 { |
| 15 | +entry: |
| 16 | + %0 = tail call i32 @llvm.abs.i32(i32 %a, i1 0) #2 |
| 17 | + %1 = tail call <4 x i32> @llvm.abs.v4i32(<4 x i32> %b, i1 0) #2 |
| 18 | + ret void |
| 19 | +} |
| 20 | + |
| 21 | +; Function Attrs: inaccessiblememonly nounwind willreturn |
| 22 | +declare i32 @llvm.abs.i32(i32, i1) #1 |
| 23 | + |
| 24 | +; Function Attrs: inaccessiblememonly nounwind willreturn |
| 25 | +declare <4 x i32> @llvm.abs.v4i32(<4 x i32>, i1) #1 |
| 26 | + |
| 27 | +attributes #0 = { norecurse nounwind readnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "sycl-module-id"="test.cl" "uniform-work-group-size"="true" "unsafe-fp-math"="false" "use-soft-float"="false" } |
| 28 | + |
| 29 | +!llvm.module.flags = !{!0} |
| 30 | +!opencl.ocl.version = !{!1} |
| 31 | +!opencl.spir.version = !{!2, !2} |
| 32 | +!spirv.Source = !{!3} |
| 33 | +!llvm.ident = !{!4} |
| 34 | + |
| 35 | +!0 = !{i32 1, !"wchar_size", i32 4} |
| 36 | +!1 = !{i32 1, i32 0} |
| 37 | +!2 = !{i32 1, i32 2} |
| 38 | +!3 = !{i32 4, i32 100000} |
| 39 | +!4 = !{!"clang version 12.0.0 (https://github.com/c199914007/llvm.git 7f855fa5b04d46494c34a425aa777f8bfc3433b1)"} |
| 40 | +!5 = !{i32 -1} |
0 commit comments