[llvm] b788692 - [RISCV][NFC] Remove unused CHECK prefixes to fix buildbots. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 23:37:29 PST 2024


Author: Craig Topper
Date: 2024-01-09T23:37:18-08:00
New Revision: b788692fa5b6ed79ea2c85ee464353cca30d867a

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

LOG: [RISCV][NFC] Remove unused CHECK prefixes to fix buildbots. NFC

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/vec-alu.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/vec-alu.ll b/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/vec-alu.ll
index f5e81718226c69..23e2a331d7e4d8 100644
--- a/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/vec-alu.ll
+++ b/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/vec-alu.ll
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-; RUN: llc -mtriple=riscv32 -mattr=+v -global-isel -stop-before=legalizer -simplify-mir < %s | FileCheck %s --check-prefixes=CHECK,RV32I
-; RUN: llc -mtriple=riscv64 -mattr=+v -global-isel -stop-before=legalizer -simplify-mir < %s | FileCheck %s --check-prefixes=CHECK,RV64I
+; RUN: llc -mtriple=riscv32 -mattr=+v -global-isel -stop-before=legalizer -simplify-mir < %s | FileCheck %s --check-prefixes=CHECK
+; RUN: llc -mtriple=riscv64 -mattr=+v -global-isel -stop-before=legalizer -simplify-mir < %s | FileCheck %s --check-prefixes=CHECK
 
 define void @add_nxv2i32(<vscale x 2 x i32> %a, <vscale x 2 x i32> %b) {
   ; CHECK-LABEL: name: add_nxv2i32


        


More information about the llvm-commits mailing list