[PATCH] D23086: [OpenCL] Generate concrete struct type for ndrange_t
Alexey Bader via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 00:26:04 PDT 2016
bader added inline comments.
================
Comment at: test/CodeGenOpenCL/cl20-device-side-enqueue.cl:12
@@ -11,3 +11,3 @@
unsigned flags = 0;
- // CHECK: %ndrange = alloca %opencl.ndrange_t*
+ // CHECK: %ndrange = alloca %ndrange_t
ndrange_t ndrange;
----------------
Could you also add a regression test to validate that ndrange_t is defined in LLVM as struct type, please?
Repository:
rL LLVM
https://reviews.llvm.org/D23086
More information about the cfe-commits
mailing list