[PATCH] Change how address spaces are mangled

Tanya Lattner lattner at apple.com
Tue Feb 5 10:17:36 PST 2013


Ping.

Anyone opposed to this?

-Tanya

On Jan 30, 2013, at 2:41 PM, Tanya Lattner <lattner at apple.com> wrote:

> Attached is a patch to change how address spaces are mangled. 
> 
> Currently, if you specify local, global, or constant OpenCL address spaces you get some strange numbers printed in the mangled name which correspond to the values in LangAs for opencl_constant, opencl_local, and opencl_global. I believe it makes more sense to mangle based upon the real address space values that are defined by the target. It makes it easier to understand what the address spaces of the arguments to a function really are. I've included a test case for both the OpenCL case and if someone used the attribute in C++ as well.
> 
> Please review.
> 
> Thanks,
> Tanya
> 
> <addrSpaceMangle.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list