This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 28a7869cfd1 [ARM] MVE shuffle broadcast costs new edb506d79d2 [AMDGPU] Printf runtime binding pass
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/TargetLibraryInfo.cpp | 1 + lib/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp | 614 +++++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 + lib/Target/AMDGPU/CMakeLists.txt | 1 + test/CodeGen/AMDGPU/opencl-printf.ll | 34 ++ 6 files changed, 658 insertions(+) create mode 100644 lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp create mode 100644 test/CodeGen/AMDGPU/opencl-printf.ll