================
@@ -71,6 +71,18 @@ ABIArgInfo SparcV8ABIInfo::classifyReturnType(QualType Ty)
const {
if (const auto *CT = Ty->getAs<ComplexType>())
return classifyComplexType(CT, /*IsRet=*/true);
+ if (const auto *VT = Ty->getAs<VectorType>()) {
+ uint64_t Size = getContext().getTypeSize(Ty);
----------------
doac wrote:
Added the comment. Thanks!
https://github.com/llvm/llvm-project/pull/222264
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits