[cfe-commits] Patch: address space support for memcpy/memmove/memset

Chris Lattner clattner at apple.com
Fri Mar 26 16:40:35 PDT 2010


On Mar 24, 2010, at 4:01 PM, Mon Ping Wang wrote:

> Hi,
> 
> In llvm, I am planning to checkin in a patch to support different address spaces for memcpy, memmove, and memset.  This patch contains the corresponding change to support the overloading of these functions based on the src and destination pointer.  Please let me know if I missed something.

This patch looks fine to me, but I have a request on the llvm side of things... will email there. 

-Chris 



More information about the cfe-commits mailing list