[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
Sun Oct 16 13:37:24 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/SPARC/bigreturn.ll:1
+; RUN: llc < %s -mtriple=sparc-unknown-linux-gnu | FileCheck --check-prefix=SPARC %s
+; RUN: llc < %s -mtriple=sparc64-unknown-linux-gnu | FileCheck --check-prefix=SPARC64 %s
----------------
MaskRay wrote:
> This checks nearly every instruction. Use `PATH=DIR_WITH_LLC:$PATH llvm/utils/update_llc_test_checks.py`
`-unknown-linux-gnu` can be deleted as that doesn't affect codegen. Make the target triple general.


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

https://reviews.llvm.org/D132465



More information about the llvm-commits mailing list