[PATCH] D14441: [OpenCL] Pipe types support.

Xiuli PAN via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 19:40:00 PST 2015


pxli168 added a subscriber: pxli168.

================
Comment at: test/CodeGenOpenCL/pipe_types.cl:5
@@ +4,3 @@
+
+void test1(read_only pipe int p) {
+// CHECK: define void @test1(%opencl.pipe_t* %p)
----------------
Great work!!
But I have tried your patch and find it does not support opencl gentype like int4 with the usual used typedef in other test cases.
Maybe there is something wrong?


http://reviews.llvm.org/D14441





More information about the cfe-commits mailing list