yaxunl accepted this revision. yaxunl added a comment. This revision is now accepted and ready to land.
LGTM. Thanks. I missed the addr space casts you added to CodeGenFunction::EmitBuiltinExpr. With those casts it should work. For other downstream address space agnostic languages, e.g. (HCC), I guess they need to add similar hooks to use this feature. https://reviews.llvm.org/D47154 _______________________________________________ cfe-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
