[llvm] [GISel][RISCV]Implement indirect parameter passing (PR #95429)

Gábor Spaits via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 08:07:12 PDT 2024


================
@@ -798,15 +857,19 @@ bool CallLowering::handleAssignments(ValueHandler &Handler,
         // store. We may need to adjust the offset for big endian targets.
         LLT MemTy = Handler.getStackValueStoreType(DL, VA, Flags);
 
-        MachinePointerInfo MPO;
+        MachinePointerInfo MPO(ArgReg);
----------------
spaits wrote:

I will reset this to it's original state.

https://github.com/llvm/llvm-project/pull/95429


More information about the llvm-commits mailing list