[clang] [Clang][AArch64] Fix Pure Scalables Types argument passing and return (PR #112747)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 13:02:19 PDT 2024
================
@@ -423,6 +510,19 @@ ABIArgInfo AArch64ABIInfo::classifyReturnType(QualType RetTy,
// Homogeneous Floating-point Aggregates (HFAs) are returned directly.
return ABIArgInfo::getDirect();
+ // In AAPCS return values of a Pure Scalable type are treated is a first named
----------------
jthackray wrote:
nit: s/are treated is a/are treated as a/ ?
https://github.com/llvm/llvm-project/pull/112747
More information about the cfe-commits
mailing list