You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang returns in memory; MSVC returns in XMM0/XMM1. As far as I can tell, the general rule here here is similar to #62223: we skip checking if the returned value is a C++14 aggregate. Unlike the AArch64 issue, this also appears to apply to HFAs.