[all-commits] [llvm/llvm-project] e10351: [RISCV][GISel] Support passing arguments through t...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Oct 18 17:49:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e103515cedff16935f8f84e86cf78316cf33c220
https://github.com/llvm/llvm-project/commit/e103515cedff16935f8f84e86cf78316cf33c220
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
A llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/calling-conv-ilp32-ilp32f-ilp32d-common.ll
A llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/calling-conv-lp64-lp64f-lp64d-common.ll
Log Message:
-----------
[RISCV][GISel] Support passing arguments through the stack. (#69289)
This is needed when we run out of registers.
More information about the All-commits
mailing list