aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Maitland <michaeltmaitland@gmail.com>2023-12-08 11:55:56 -0800
committerMichael Maitland <michaeltmaitland@gmail.com>2023-12-08 11:56:55 -0800
commite8dbed097a41cc911b90cc40aa7d9509a1555df7 (patch)
tree162e02ecfd04e57953cef1113f0ec884a2cc6c78
parent3d3e46cc4db9dd32edc82b7029fb694d5d0316de (diff)
downloadllvm-e8dbed097a41cc911b90cc40aa7d9509a1555df7.zip
llvm-e8dbed097a41cc911b90cc40aa7d9509a1555df7.tar.gz
llvm-e8dbed097a41cc911b90cc40aa7d9509a1555df7.tar.bz2
[RISCV][GISEL] Fix RUN lines in vararg.ll
The `< %s` needed to be removed. This change fixes the test introduced in 02379d19147afda413a2bc757e8d2f5249d772d1
-rw-r--r--llvm/test/CodeGen/RISCV/GlobalISel/vararg.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/RISCV/GlobalISel/vararg.ll b/llvm/test/CodeGen/RISCV/GlobalISel/vararg.ll
index be5c1cd..501a3c0 100644
--- a/llvm/test/CodeGen/RISCV/GlobalISel/vararg.ll
+++ b/llvm/test/CodeGen/RISCV/GlobalISel/vararg.ll
@@ -1,21 +1,21 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
-; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -verify-machineinstrs < %s \
+; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV32,ILP32 %s
-; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -verify-machineinstrs < %s \
+; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV32,RV32D-ILP32 %s
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -target-abi ilp32f \
-; RUN: -verify-machineinstrs < %s \
+; RUN: -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV32,RV32D-ILP32F %s
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel -mattr=+d -target-abi ilp32d \
-; RUN: -verify-machineinstrs < %s \
+; RUN: -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV32,RV32D-ILP32D %s
-; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -verify-machineinstrs < %s \
+; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV64,LP64 %s
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -mattr=+d -target-abi lp64f \
-; RUN: -verify-machineinstrs < %s \
+; RUN: -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV64,LP64F %s
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -mattr=+d -target-abi lp64d \
-; RUN: -verify-machineinstrs < %s \
+; RUN: -verify-machineinstrs \
; RUN: | FileCheck -check-prefixes=RV64,LP64D %s
; The same vararg calling convention is used for ilp32/ilp32f/ilp32d and for