commit | 692f12b389d70d921d578fd6aba5eeb451e4b6ec | [log] [tgz] |
---|---|---|
author | Alexey Sotkin <alexey.sotkin@intel.com> | Wed Nov 14 09:40:05 2018 +0000 |
committer | Alexey Sotkin <alexey.sotkin@intel.com> | Wed Nov 14 09:40:05 2018 +0000 |
tree | 78187b4cf6a2579f3fe0046fc9841756f02a0dad | |
parent | 91829eef650fdad7b2d566bf3f0cb623fd4bad09 [diff] |
[OpenCL] Fix invalid address space generation for clk_event_t Summary: Addrspace(32) was generated when putting 0 in clk_event_t * event_ret parameter for enqueue_kernel function. Patch by Viktoria Maksimova Reviewers: Anastasia, yaxunl, AlexeySotkin Reviewed By: Anastasia, AlexeySotkin Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D53809 llvm-svn: 346838