summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/Inputs/device-code-2.ll
blob: 8fde3b13ec799913b6bacb8267fdc9b5aeffa86c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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
}

OpenPOWER on IntegriCloud