[llvm] 91e3a9c - [RISCV] srem-vector-lkk.ll - remove unused check prefix

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 10:38:53 PST 2020


Author: Simon Pilgrim
Date: 2020-11-11T18:38:23Z
New Revision: 91e3a9c39c579bd1e180d75e239c3e8419e284ba

URL: https://github.com/llvm/llvm-project/commit/91e3a9c39c579bd1e180d75e239c3e8419e284ba
DIFF: https://github.com/llvm/llvm-project/commit/91e3a9c39c579bd1e180d75e239c3e8419e284ba.diff

LOG: [RISCV] srem-vector-lkk.ll - remove unused check prefix

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/srem-vector-lkk.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/srem-vector-lkk.ll b/llvm/test/CodeGen/RISCV/srem-vector-lkk.ll
index 16d6fd4f1ce8..b7c40eb6eab2 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:


        


More information about the llvm-commits mailing list