Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCUDA / Inputs / device-code-2.ll
blob8fde3b13ec799913b6bacb8267fdc9b5aeffa86c
1 ; Simple bit of IR to mimic CUDA's libdevice.
3 target triple = "nvptx-unknown-cuda"
5 define double @__nv_sin(double %a) {
6        ret double 1.0
9 define double @__nv_exp(double %a) {
10        ret double 3.0
13 define double @__unused(double %a) {
14        ret double 2.0