[PATCH] D27627: Allow target to specify default address space for codegen

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 14:45:19 PST 2016


rjmccall added a comment.

I suspect that what you actually want to do in order to implement HCC is change SemaType so that 'int*' is implicitly interpreted as 'int __something *'.  But I don't know how not having explicit address spaces actually works in the HCC language design, given that it's based on C++.


https://reviews.llvm.org/D27627





More information about the cfe-commits mailing list