Re: [PATCH] D23914: [OpenCL] Make is_valid_event, create_user_event overloadable.

2016-08-30 Thread Tyurin, Evgeniy via cfe-commits
etyurin retitled this revision from "[OpenCL] Make is_valid_event overloadable." to "[OpenCL] Make is_valid_event, create_user_event overloadable.". etyurin updated the summary for this revision. etyurin updated this revision to Diff 69650. etyurin added a comment. Applied comment from Sam. ht

Re: [PATCH] D23915: [OpenCL] Remove access qualifiers on images in arg info metadata.

2016-08-30 Thread Tyurin, Evgeniy via cfe-commits
etyurin updated this revision to Diff 69649. etyurin added a comment. Applied comments from Sam. https://reviews.llvm.org/D23915 Files: lib/CodeGen/CodeGenFunction.cpp test/CodeGenOpenCL/kernel-arg-info.cl Index: test/CodeGenOpenCL/kernel-arg-info.cl ===

[PATCH] D23915: [OpenCL] Remove access qualifiers on images in arg info metadata.

2016-08-26 Thread Tyurin, Evgeniy via cfe-commits
etyurin created this revision. etyurin added reviewers: Anastasia, bader, yaxunl. etyurin added a subscriber: cfe-commits. Remove access qualifiers on images in arg info metadata: * kernel_arg_type * kernel_arg_base_type Image access qualifiers are inseparable from type in clang implementation,

[PATCH] D23914: [OpenCL] Make is_valid_event overloadable.

2016-08-26 Thread Tyurin, Evgeniy via cfe-commits
etyurin created this revision. etyurin added reviewers: yaxunl, bader. etyurin added subscribers: cfe-commits, Anastasia. Make is_valid_event overloadable like other built-ins. https://reviews.llvm.org/D23914 Files: lib/Headers/opencl-c.h Index: lib/Headers/opencl-c.h