[PATCH] D89788: [RISCV] Add GHC calling convention
Andreas Schwab via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 10:49:48 PDT 2020
schwab added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/ghc-cc.ll:1-3
+; RUN: llc -mtriple=riscv64-unknown-linux-gnu -mattr=+f,+d \
+; RUN: --target-abi lp64d < %s \
+; RUN: | FileCheck %s
----------------
jrtc27 wrote:
> Please make this match the other tests in here, ie:
> - match the llc invocation style
> - test both rv32 and rv64
> - use update_llc_test_checks.py
How can I parameterize the types on the triple?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89788/new/
https://reviews.llvm.org/D89788
More information about the llvm-commits
mailing list