[cfe-commits] [PATCH] ARM ABI: handle varargs with vector types.

Manman Ren mren at apple.com
Thu Oct 11 10:20:28 PDT 2012


We used to generate incorrect results when passing vector types as varargs.

This patch is intended to fix the issues:
  For illegal vector types, we legalize them in clang.
  For varargs, make sure the vector is correctly aligned before casting it to the vector type.

Thanks for reviewing.
Manman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm_abi_varargs_vector.patch
Type: application/octet-stream
Size: 14118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121011/22167447/attachment.obj>
-------------- next part --------------





More information about the cfe-commits mailing list