[all-commits] [llvm/llvm-project] f533e8: Recommit "[RISCV][GISel] Disable call lowering for...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Oct 20 11:55:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f533e8ca9f0b37ccf6c3a78ee46aa0682c09da02
https://github.com/llvm/llvm-project/commit/f533e8ca9f0b37ccf6c3a78ee46aa0682c09da02
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
M llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/calling-conv-lp64-lp64f-lp64d-common.ll
Log Message:
-----------
Recommit "[RISCV][GISel] Disable call lowering for integers larger than 2*XLen. (#69144)"
Remove bad test for >2x XLen scalar. Don't restrict struct returns if they aren't homogenous.
Original commit message:
Types larger than 2*XLen are passed indirectly which is not supported
yet. Currently, we will incorrectly pass X10 multiple times.
More information about the All-commits
mailing list