================
@@ -48,22 +51,26 @@ ArrayRef<MCPhysReg> MipsABIInfo::getVarArgRegs(bool 
isGP64bit) const {
     else
       return ArrayRef(O32IntRegs);
   }
+  if (IsO64())
+    return ArrayRef(O64IntRegs);
----------------
yingopq wrote:

Likewise. `llvm/test/CodeGen/Mips/cconv/arguments.ll`

https://github.com/llvm/llvm-project/pull/223990
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to