[llvm] [RISCV][GISel] Use the correct calling convention during call lowering (PR #142148)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 07:04:30 PDT 2025
================
@@ -0,0 +1,113 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -verify-machineinstrs -global-isel < %s \
+; RUN: | FileCheck -check-prefixes=CHECK,RV32I %s
+; RUN: llc -mtriple=riscv64 -verify-machineinstrs -global-isel < %s \
+; RUN: | FileCheck -check-prefix=RV64I %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -global-isel -mtriple=riscv32 < %s | FileCheck -check-prefixes=CHECK,RV32I %s
; RUN: llc -global-isel -mtriple=riscv64 < %s | FileCheck -check-prefix=RV64I %s
```
https://github.com/llvm/llvm-project/pull/142148
More information about the llvm-commits
mailing list