[llvm] 2c95fb9 - [test] Autogen a test to reflect a name change

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 15:49:29 PST 2024


Author: Philip Reames
Date: 2024-11-04T15:49:21-08:00
New Revision: 2c95fb923308302a02096c7181498437345b14f9

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

LOG: [test] Autogen a test to reflect a name change

I'd committed a new test recently.  I apparently renamed it at the last
minute and forgot to run update.  Thanksfully, the original name was
a suffix of the new name, so the matching continued to work and no
test failures were reported.

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-changes-length.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-changes-length.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-changes-length.ll
index d7ccfce0fbaa1a..f32795ed03c7ec 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-changes-length.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-changes-length.ll
@@ -311,7 +311,7 @@ define <32 x i32> @v32i32_v4i32(<4 x i32>) {
 
 ; TODO: This case should be a simple vnsrl, but gets scalarized instead
 define <32 x i8> @vnsrl_v32i8_v64i8(<64 x i8> %in) {
-; RV32-LABEL: v32i8_v64i8:
+; RV32-LABEL: vnsrl_v32i8_v64i8:
 ; RV32:       # %bb.0:
 ; RV32-NEXT:    addi sp, sp, -128
 ; RV32-NEXT:    .cfi_def_cfa_offset 128
@@ -429,7 +429,7 @@ define <32 x i8> @vnsrl_v32i8_v64i8(<64 x i8> %in) {
 ; RV32-NEXT:    addi sp, sp, 128
 ; RV32-NEXT:    ret
 ;
-; RV64-LABEL: v32i8_v64i8:
+; RV64-LABEL: vnsrl_v32i8_v64i8:
 ; RV64:       # %bb.0:
 ; RV64-NEXT:    addi sp, sp, -128
 ; RV64-NEXT:    .cfi_def_cfa_offset 128


        


More information about the llvm-commits mailing list