r193356 - Inliner: Handle readonly attribute per argument when adding memcpy

Vincent Lejeune vljn at ovi.com
Tue Nov 5 08:02:55 PST 2013


Hi

I updated the patch so that Inline function now uses an alias analysis to decide whether a readonly argument
requires a memcopy or not.
Although InlineFunction is referenced in Cloning.h, it looks like it is only used by Inliner and PartialInlining,
which make the changes less invasive than I though.

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Inliner-Handle-readonly-attribute-per-argument-when-.patch
Type: text/x-patch
Size: 19164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131105/7f305d2a/attachment.bin>


More information about the llvm-commits mailing list