brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · 8fde3b1 Raw
17 lines · plain
1; Simple bit of IR to mimic CUDA's libdevice.2 3target triple = "nvptx-unknown-cuda"4 5define double @__nv_sin(double %a) {6       ret double 1.07}8 9define double @__nv_exp(double %a) {10       ret double 3.011}12 13define double @__unused(double %a) {14       ret double 2.015}16 17