[llvm] [GISel][RISCV]Implement indirect parameter passing for large scalars (PR #95429)
Gábor Spaits via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 13:40:39 PDT 2024
================
@@ -751,6 +751,8 @@ bool CallLowering::handleAssignments(ValueHandler &Handler,
const LLT NewLLT = Handler.isIncomingArgumentHandler() ? LocTy : ValTy;
const EVT OrigVT = EVT::getEVT(Args[i].Ty);
const LLT OrigTy = getLLTForType(*Args[i].Ty, DL);
+ const LLT PointerTy = LLT::pointer(MF.getDataLayout().getAllocaAddrSpace(),
----------------
spaits wrote:
I have done this with a different name. Can the name stay or should I rename it to the name specified by you?
https://github.com/llvm/llvm-project/pull/95429
More information about the llvm-commits
mailing list