pxli168 added a comment. F1095908: pipelog.txt <http://reviews.llvm.org/F1095908> This is the log of runing clang -cc1 -emit-llvm -cl-std=CL2.0 -o - pipe_types.c
================ Comment at: test/CodeGenOpenCL/pipe_types.cl:7 @@ +6,3 @@ + +void test1(read_only pipe int p) { +// CHECK: define void @test1(%opencl.pipe_t* %p) ---------------- I find the bug is really strange, I just changed the int here into int4 and the clang is broken(I will attach the log). But if int4 shows below some function with arg like pipe int, it will be alright. Hope the log may help. http://reviews.llvm.org/D14441 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits