[PATCH] D51296: [Sema] Traverse vector types for ocl extensions support

2018-08-27 Thread Viktoria Maximova via Phabricator via cfe-commits
vmaksimo created this revision. vmaksimo added reviewers: bader, Anastasia, AlexeySotkin. vmaksimo created this object with edit policy "Only User: vmaksimo (Viktoria Maximova)". Herald added a subscriber: cfe-commits. Given the following kernel: __kernel void foo() { double d; double4 dd;

[PATCH] D51296: [OpenCL] Traverse vector types for ocl extensions support

2018-08-30 Thread Viktoria Maximova via Phabricator via cfe-commits
vmaksimo updated this revision to Diff 163287. vmaksimo retitled this revision from "[Sema] Traverse vector types for ocl extensions support" to "[OpenCL] Traverse vector types for ocl extensions support". vmaksimo edited the summary of this revision. Repository: rC Clang https://reviews.llvm

[PATCH] D53809: Fix invalid address space generation for clk_event_t

2018-10-29 Thread Viktoria Maximova via Phabricator via cfe-commits
vmaksimo created this revision. vmaksimo added reviewers: Anastasia, yaxunl, AlexeySotkin. Herald added a subscriber: cfe-commits. Addrspace(32) was generated when putting 0 in clk_event_t * event_ret parameter for enqueue_kernel function. Repository: rC Clang https://reviews.llvm.org/D53809