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

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


================
@@ -16,6 +16,586 @@
 ; Check that on RV32, i64 is passed in a pair of registers. Unlike
----------------
spaits wrote:

Changed the names to better describe what is happening (like in the case of the other tests). Put them after the "pass less than 2XLen" test cases and added a comment for the new tests saying that they are for the "pass larger value than 2XLen" scenarion.

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


More information about the llvm-commits mailing list