This is a follow-up patch for http://reviews.llvm.org/D17863.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is now updated to use AAPCS_VFP.
Even with that, I'd suggest testing things like minimum stack slot size, alignment of objects on the stack, whether everything goes on the stack if something has. Probably on both iOS and WatchOS because I suspect those details differ based on type alignment.
Do the testings for WatchOS already exist? If yes, can you point me which file so it will be easier for me to add coverage for iOS?
For Swift on WatchOS, we are using the same convention as C/C++, so I don't quite get what extra testings we would like to include for Swift.
Thanks,
Manman