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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to