[llvm] [GISel][RISCV]Implement indirect parameter passing (PR #95429)
Gábor Spaits via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 09:46:16 PDT 2024
================
@@ -167,8 +161,9 @@ bool CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &CB,
// callee must be in the same TU and therefore we can direct-call it without
// worrying about it being out of range.
Info.Callee = MachineOperand::CreateGA(cast<GlobalValue>(CalleeV), 0);
- } else
+ } else {
----------------
spaits wrote:
I will squash all the commits and remove stuff that pollutes the history like this.
https://github.com/llvm/llvm-project/pull/95429
More information about the llvm-commits
mailing list