[clang] [llvm] [RISCV] Inline Assembly Support for GPR Pairs ('Pr') (PR #112983)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 13:34:02 PDT 2024
================
@@ -2238,6 +2256,17 @@ MVT RISCVTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context,
return PartVT;
}
+unsigned
+RISCVTargetLowering::getNumRegisters(LLVMContext &Context, EVT VT,
----------------
topperc wrote:
Why did we need this change but AArch64 didn't?
https://github.com/llvm/llvm-project/pull/112983
More information about the cfe-commits
mailing list