[PATCH] D132465: [SPARC] Make calls to function with big return values work

Koakuma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 06:55:30 PDT 2022


koakuma added inline comments.


================
Comment at: llvm/test/CodeGen/SPARC/bigreturn.ll:4
+
+declare { [16 x i32] } @callee(i32 %input)
+
----------------
MaskRay wrote:
> Add other interesting tests like `{i64, i64}` ?
So the `{i64, i64}` case is already tested in 64abi.ll, but the corresponding `{i32, i32}` for 32-bit ABI isn't tested yet.
I'll rework the tests so it would directly be inside the main ABI test files instead of in a new file.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132465/new/

https://reviews.llvm.org/D132465



More information about the llvm-commits mailing list