llvm-project/clang/test/CodeGenCUDA/Inputs
Justin Lebar 3039a593db [CUDA] Make printf work.
Summary:
The code in CGCUDACall is largely based on a patch written by Eli
Bendersky:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20140324/210218.html

That patch implemented an LLVM pass lowering printf to vprintf; this
one does something similar, but in Clang codegen.

Reviewers: echristo

Subscribers: cfe-commits, jhen, tra, majnemer

Differential Revision: http://reviews.llvm.org/D16372

llvm-svn: 258642
2016-01-23 21:28:14 +00:00
..
cuda.h [CUDA] Make printf work. 2016-01-23 21:28:14 +00:00
device-code-2.ll Allow linking multiple bitcode files. 2015-10-27 17:56:59 +00:00
device-code.ll