[llvm] [GISel][RISCV]Implement indirect parameter passing (PR #95429)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 09:38:22 PDT 2024
=?utf-8?q?Gábor?= Spaits <gaborspaits1 at gmail.com>,Gabor Spaits
<Gabor.Spaits at hightec-rt.com>,Gabor Spaits <Gabor.Spaits at hightec-rt.com>,Gabor
Spaits <Gabor.Spaits at hightec-rt.com>,Gabor Spaits
<Gabor.Spaits at hightec-rt.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/95429 at github.com>
================
@@ -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 {
----------------
michaelmaitland wrote:
Are the formatting/braces changes in this commit related to the PR?
https://github.com/llvm/llvm-project/pull/95429
More information about the llvm-commits
mailing list