-
- Downloads
[OpenCL] Use function metadata to represent kernel attributes
This patch uses function metadata to represent reqd_work_group_size, work_group_size_hint and vector_type_hint kernel attributes and kernel argument info. Differential Revision: http://reviews.llvm.org/D20979 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273425 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CodeGenFunction.cpp 16 additions, 30 deletionslib/CodeGen/CodeGenFunction.cpp
- test/CodeGenOpenCL/kernel-arg-info.cl 69 additions, 36 deletionstest/CodeGenOpenCL/kernel-arg-info.cl
- test/CodeGenOpenCL/kernel-attributes.cl 6 additions, 8 deletionstest/CodeGenOpenCL/kernel-attributes.cl
- test/CodeGenOpenCL/kernel-metadata.cl 2 additions, 7 deletionstest/CodeGenOpenCL/kernel-metadata.cl
Loading
Please register or sign in to comment