================
@@ -111,9 +115,51 @@ void RISCVABIInfo::appendAttributeMangling(StringRef
AttrStr,
}
void RISCVABIInfo::computeInfo(CGFunctionInfo &FI) const {
+ unsigned ABIVLen;
+ switch (FI.getExtInfo().getCC()) {
+ default:
+ ABIVLen = 0;
+ break;
+ case CallingConv::CC_RISCVVLSCall_32:
----------------
4vtomat wrote:
Yeah, sure! somehow I missed this lol
https://github.com/llvm/llvm-project/pull/100346
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits