This patch just enable parameter passing by value for float128 types.
Passing aggregate/union which contain float128 members will be submitted in subsequent patches.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
A couple of notes:
- This doesn't just handle parameters, but return values as well
- I think all of these will require predication for P9Vector since we don't want to change the fp128 calling conventions on subtargets that don't support the type
Comment Actions
Added hadP9Vector to calling convention def for f128.
I also merged the patch D47573 for extload of const into here since it's a 2 line fix and the test case associated depended on this patch.