[PATCH] D11568: fix memcpy/memset/memmove lowering when optimizing for size

Sanjay Patel spatel at rotateright.com
Wed Jul 29 08:10:32 PDT 2015


spatel added a subscriber: grosbach.
spatel added a comment.

In http://reviews.llvm.org/D11568#214102, @mkuper wrote:

> Well, the code LGTM.
>
> As to whether this is still the desired behavior - your call.
>  I'm ok with committing this as essentially NFC, and then ripping it out later if it turns out to be no longer necessary.


Thanks, Michael.
Yes, my intention with this patch was to leave Darwin codegen as-is except to fix the bug of not producing smaller code at -Oz. Anything more should be a separate patch. Adding Jim Grosbach to see if we can get any clarification on that.


http://reviews.llvm.org/D11568







More information about the llvm-commits mailing list