On Oct 11, 2007, at 10:46 AM, Dale Johannesen wrote: > You aren't checking alignment when choosing the new pointer type. > Are you sure this works on machines that don't have misaligned load/ > store? > > In general memcpy handling is highly target specific. I'd be wary > of doing too > much in target-independent code, although I think the general idea > here is OK.
I'm expecting target specific code generator to handle this if it is handling unaligned memcpy. No ? - Devang _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
