[llvm-commits] [PATCH] To enable struct byval for ARM

Manman Ren mren at apple.com
Tue May 29 10:49:38 PDT 2012


Hi all,

This patch is to enable struct byval for ARM.
It inserts a pseudo op for each struct byval argument and the pseudo ops will be expanded to a loop or unrolled scalar copies.

A patch for clang will be submitted later to actually enable struct byval for ARM.

Thanks for reviewing.
Manman

-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm_struct_byval.patch
Type: application/octet-stream
Size: 14689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120529/f88bab36/attachment.obj>
-------------- next part --------------



More information about the llvm-commits mailing list