[PATCH] D59094: [ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistent
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 14 11:23:34 PDT 2019
efriedma added a comment.
Looking more carefully, I guess none of the other places actually distinguish between ARMABIInfo::AAPCS_VFP and ARMABIInfo::AAPCS, so I guess the current change is sufficient given the calling-convention attributes that are likely to be used in practice.
Please pull the IsEffectivelyAAPCS_VFP out into a separate helper function on ARMABIInfo.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59094/new/
https://reviews.llvm.org/D59094
More information about the cfe-commits
mailing list