allwinner_a64/android/external/clang/test/CodeGenCUDA/Inputs/device-code-2.ll
2018-08-08 16:14:42 +08:00

16 lines
271 B
LLVM

; Simple bit of IR to mimic CUDA's libdevice.
target triple = "nvptx-unknown-cuda"
define double @__nv_sin(double %a) {
ret double 1.0
}
define double @__nv_exp(double %a) {
ret double 3.0
}
define double @__unused(double %a) {
ret double 2.0
}