Skip to content

Commit 2c95fb9

Browse files
committed
[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.
1 parent bb9ff32 commit 2c95fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ define <32 x i32> @v32i32_v4i32(<4 x i32>) {
311311

312312
; TODO: This case should be a simple vnsrl, but gets scalarized instead
313313
define <32 x i8> @vnsrl_v32i8_v64i8(<64 x i8> %in) {
314-
; RV32-LABEL: v32i8_v64i8:
314+
; RV32-LABEL: vnsrl_v32i8_v64i8:
315315
; RV32: # %bb.0:
316316
; RV32-NEXT: addi sp, sp, -128
317317
; RV32-NEXT: .cfi_def_cfa_offset 128
@@ -429,7 +429,7 @@ define <32 x i8> @vnsrl_v32i8_v64i8(<64 x i8> %in) {
429429
; RV32-NEXT: addi sp, sp, 128
430430
; RV32-NEXT: ret
431431
;
432-
; RV64-LABEL: v32i8_v64i8:
432+
; RV64-LABEL: vnsrl_v32i8_v64i8:
433433
; RV64: # %bb.0:
434434
; RV64-NEXT: addi sp, sp, -128
435435
; RV64-NEXT: .cfi_def_cfa_offset 128

0 commit comments

Comments
 (0)