[PATCH] D18713: [OpenCL] Generate bitcast when target address space does not change.

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 10:27:32 PDT 2016


Anastasia added a comment.

In http://reviews.llvm.org/D18713#391406, @yaxunl wrote:

> > Btw, there is another place in lib/CodeGen/CGExprScalar.cpp with CreateAddrSpaceCast call too. I am wondering if that could have the same issue... if yes, may be we should fix it already now.
>
>
> I cannot find another CreateAddrSpaceCast in lib/CodeGen/CGExprScalar.cpp with the latest commit 885217218dd21498430d50c5a2f6dd8e329add4b. Do you have the commit hash and line number?
>
> Thanks.


If I check online I can still see it on line 1414: http://clang.llvm.org/doxygen/CGExprScalar_8cpp_source.html


http://reviews.llvm.org/D18713





More information about the cfe-commits mailing list