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
arm_abi_varargs_vector.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
