|
1 | 1 | ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
|
2 |
| -; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -verify-machineinstrs < %s \ |
| 2 | +; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -verify-machineinstrs \ |
3 | 3 | ; RUN: | FileCheck -check-prefixes=RV32,ILP32 %s
|
4 |
| -; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -verify-machineinstrs < %s \ |
| 4 | +; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -verify-machineinstrs \ |
5 | 5 | ; RUN: | FileCheck -check-prefixes=RV32,RV32D-ILP32 %s
|
6 | 6 | ; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -target-abi ilp32f \
|
7 |
| -; RUN: -verify-machineinstrs < %s \ |
| 7 | +; RUN: -verify-machineinstrs \ |
8 | 8 | ; RUN: | FileCheck -check-prefixes=RV32,RV32D-ILP32F %s
|
9 | 9 | ; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -target-abi ilp32d \
|
10 |
| -; RUN: -verify-machineinstrs < %s \ |
| 10 | +; RUN: -verify-machineinstrs \ |
11 | 11 | ; RUN: | FileCheck -check-prefixes=RV32,RV32D-ILP32D %s
|
12 |
| -; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -verify-machineinstrs < %s \ |
| 12 | +; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -verify-machineinstrs \ |
13 | 13 | ; RUN: | FileCheck -check-prefixes=RV64,LP64 %s
|
14 | 14 | ; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -mattr=+d -target-abi lp64f \
|
15 |
| -; RUN: -verify-machineinstrs < %s \ |
| 15 | +; RUN: -verify-machineinstrs \ |
16 | 16 | ; RUN: | FileCheck -check-prefixes=RV64,LP64F %s
|
17 | 17 | ; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -mattr=+d -target-abi lp64d \
|
18 |
| -; RUN: -verify-machineinstrs < %s \ |
| 18 | +; RUN: -verify-machineinstrs \ |
19 | 19 | ; RUN: | FileCheck -check-prefixes=RV64,LP64D %s
|
20 | 20 |
|
21 | 21 | ; The same vararg calling convention is used for ilp32/ilp32f/ilp32d and for
|
|
0 commit comments