[RISCV] srem-vector-lkk.ll - remove unused check prefix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 11 Nov 2020 18:37:58 +0000 (18:37 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 11 Nov 2020 18:38:23 +0000 (18:38 +0000)
llvm/test/CodeGen/RISCV/srem-vector-lkk.ll

index 16d6fd4..b7c40eb 100644 (file)
@@ -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: