We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc504b0 commit 1377e67Copy full SHA for 1377e67
llvm/test/CodeGen/RISCV/GlobalISel/calls.ll
@@ -1,8 +1,6 @@
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
-; RUN: llc -mtriple=riscv32 -verify-machineinstrs -global-isel < %s \
3
-; RUN: | FileCheck -check-prefixes=CHECK,RV32I %s
4
-; RUN: llc -mtriple=riscv64 -verify-machineinstrs -global-isel < %s \
5
-; RUN: | FileCheck -check-prefix=RV64I %s
+; 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
6
7
declare i32 @external_many_args(i32, i32, i32, i32, i32, i32, i32, i32, i32, i32) nounwind
8
0 commit comments