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
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
===
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,
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