[PATCH] D14737: Convert some ObjC msgSends to runtime calls

John McCall via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 15 11:32:59 PDT 2016


rjmccall added a comment.

Can you find where that bitcast is being added?  I know that different parts of IRGen are differently sensitive to types — it's possible that the return code is one of those more-permissive places.


http://reviews.llvm.org/D14737





More information about the cfe-commits mailing list