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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 08:59:08 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.

LGTM.



================
Comment at: llvm/test/CodeGen/SPARC/bigreturn.ll:5
+
+; Structs up to six registers in size can be returned in registers.
+; Note that the maximum return size and member placement is NOT
----------------
Consider using `;;` for non-RUN non-CHECK comments. It makes comments stand out in some editors and helps update_llc_test_checks.py to recognize comments.


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

https://reviews.llvm.org/D132465



More information about the llvm-commits mailing list