summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/opencl-printf.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Printf runtime binding passStanislav Mekhanoshin2019-08-121-0/+34
This pass is a port of the according pass from the HSAIL compiler. It parses printf calls and setup runtime printf buffer. After that it copies printf arguments to the buffer and fills in module metadata for runtime. Differential Revision: https://reviews.llvm.org/D24035 llvm-svn: 368592
OpenPOWER on IntegriCloud