[PATCH] D15603: [OpenCL] Pipe type support
Ulrich Weigand via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 10:35:16 PST 2016
uweigand added a comment.
In http://reviews.llvm.org/D15603#338488, @Anastasia wrote:
> No, this shouldn't happen! There shouldn't be any difference in emitted IR depending on a platform. I also don't see any code in CodeGen that could specialize.
>
> Is there a way to reproduce your compilation? Passing any triple?
I see the problem when using:
clang --target=s390x-linux -S -O0 -emit-llvm -std=CL2.0 -o - pipe_types.cl
Using --target=i386-linux instead results in the expected output.
http://reviews.llvm.org/D15603
More information about the cfe-commits
mailing list