[llvm] 2fc6fad - [RISCV] Fix typo in test title. NFC
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 08:01:36 PDT 2023
Author: Luke Lau
Date: 2023-09-05T15:57:18+01:00
New Revision: 2fc6fadeaf9eb3c9199cdf3ad192d966f04649ce
URL: https://github.com/llvm/llvm-project/commit/2fc6fadeaf9eb3c9199cdf3ad192d966f04649ce
DIFF: https://github.com/llvm/llvm-project/commit/2fc6fadeaf9eb3c9199cdf3ad192d966f04649ce.diff
LOG: [RISCV] Fix typo in test title. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll
index 993cd93e8414048..ed84a97c804f6d4 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll
@@ -148,8 +148,8 @@ define void @extract_v2i32_nxv16i32_0(<vscale x 16 x i32> %x, ptr %y) {
ret void
}
-define void @extract_v2i32_nxv16i32_8(<vscale x 16 x i32> %x, ptr %y) {
-; CHECK-LABEL: extract_v2i32_nxv16i32_8:
+define void @extract_v2i32_nxv16i32_6(<vscale x 16 x i32> %x, ptr %y) {
+; CHECK-LABEL: extract_v2i32_nxv16i32_6:
; CHECK: # %bb.0:
; CHECK-NEXT: vsetivli zero, 2, e32, m8, ta, ma
; CHECK-NEXT: vslidedown.vi v8, v8, 6
More information about the llvm-commits
mailing list