From: Simon Pilgrim Date: Wed, 11 Nov 2020 18:37:58 +0000 (+0000) Subject: [RISCV] srem-vector-lkk.ll - remove unused check prefix X-Git-Tag: llvmorg-13-init~6381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91e3a9c39c579bd1e180d75e239c3e8419e284ba;p=platform%2Fupstream%2Fllvm.git [RISCV] srem-vector-lkk.ll - remove unused check prefix --- diff --git a/llvm/test/CodeGen/RISCV/srem-vector-lkk.ll b/llvm/test/CodeGen/RISCV/srem-vector-lkk.ll index 16d6fd4..b7c40eb 100644 --- a/llvm/test/CodeGen/RISCV/srem-vector-lkk.ll +++ b/llvm/test/CodeGen/RISCV/srem-vector-lkk.ll @@ -1,12 +1,12 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=riscv32 -verify-machineinstrs < %s \ -; RUN: | FileCheck -check-prefixes=CHECK,RV32I %s +; RUN: | FileCheck -check-prefix=RV32I %s ; RUN: llc -mtriple=riscv32 -mattr=+m -verify-machineinstrs < %s \ -; RUN: | FileCheck -check-prefixes=CHECK,RV32IM %s +; RUN: | FileCheck -check-prefix=RV32IM %s ; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \ -; RUN: | FileCheck -check-prefixes=CHECK,RV64I %s +; RUN: | FileCheck -check-prefix=RV64I %s ; RUN: llc -mtriple=riscv64 -mattr=+m -verify-machineinstrs < %s \ -; RUN: | FileCheck -check-prefixes=CHECK,RV64IM %s +; RUN: | FileCheck -check-prefix=RV64IM %s define <4 x i16> @fold_srem_vec_1(<4 x i16> %x) nounwind { ; RV32I-LABEL: fold_srem_vec_1: