Bug fix for 3.4 branch - missing addrspacecast generation in Clang

Manuel Jacob me at manueljacob.de
Wed May 14 15:55:48 PDT 2014


Hi Tom,

with the release of LLVM 3.4, the semantics of the bitcast instruction 
were changed to not allow cross-address space casts.  However, the 
change that fixes Clang IR generation was committed after 3.4 was 
branched.

The (cfe) SVN revision is: 197036

-Manuel



More information about the cfe-commits mailing list