Skip to content

Commit 2fc6fad

Browse files
committed
[RISCV] Fix typo in test title. NFC
1 parent 19b44c2 commit 2fc6fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ define void @extract_v2i32_nxv16i32_0(<vscale x 16 x i32> %x, ptr %y) {
148148
ret void
149149
}
150150

151-
define void @extract_v2i32_nxv16i32_8(<vscale x 16 x i32> %x, ptr %y) {
152-
; CHECK-LABEL: extract_v2i32_nxv16i32_8:
151+
define void @extract_v2i32_nxv16i32_6(<vscale x 16 x i32> %x, ptr %y) {
152+
; CHECK-LABEL: extract_v2i32_nxv16i32_6:
153153
; CHECK: # %bb.0:
154154
; CHECK-NEXT: vsetivli zero, 2, e32, m8, ta, ma
155155
; CHECK-NEXT: vslidedown.vi v8, v8, 6

0 commit comments

Comments
 (0)