On Oct 11, 2007, at 3:26 PM, Dan Gohman wrote:

> Oops, looking at this a little more, isn't the Size operand always in
> straight bytes, and MTy always i8, just because of how llvm.memcpy is
> declared?

yes. nice catch!

> Also, this code can be used for memmove as well as memcpy; since the  
> load
> grabs the entire source before anything is stored, overlap cases  
> would work
> correctly.

yes
-
Devang
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to