Skip to content

Commit f38c94b

Browse files
authored
[RISCV] Fix typo in test: loat->load. NFC (llvm#149869)
1 parent e1aed19 commit f38c94b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/test/CodeGen/RISCV/rvv/vector-deinterleave-load.ll

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ define {<vscale x 16 x i8>, <vscale x 16 x i8>} @masked_load_factor2(ptr %p) {
550550
ret {<vscale x 16 x i8>, <vscale x 16 x i8>} %deinterleaved.results
551551
}
552552

553-
define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} @masked_loat_factor4(ptr %p) {
554-
; CHECK-LABEL: masked_loat_factor4:
553+
define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} @masked_load_factor4(ptr %p) {
554+
; CHECK-LABEL: masked_load_factor4:
555555
; CHECK: # %bb.0:
556556
; CHECK-NEXT: vsetvli a1, zero, e8, m1, ta, ma
557557
; CHECK-NEXT: vlseg4e8.v v8, (a0)
@@ -561,8 +561,8 @@ define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i
561561
ret {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} %deinterleaved.results
562562
}
563563

564-
define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} @masked_loat_factor4_mask(ptr %p, <vscale x 8 x i1> %mask) {
565-
; CHECK-LABEL: masked_loat_factor4_mask:
564+
define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} @masked_load_factor4_mask(ptr %p, <vscale x 8 x i1> %mask) {
565+
; CHECK-LABEL: masked_load_factor4_mask:
566566
; CHECK: # %bb.0:
567567
; CHECK-NEXT: vsetvli a1, zero, e8, m1, ta, ma
568568
; CHECK-NEXT: vlseg4e8.v v8, (a0), v0.t
@@ -575,8 +575,8 @@ define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i
575575

576576
; Negative test - some of the deinterleaved elements might come from the
577577
; passthru not the load
578-
define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} @masked_loat_factor4_passthru(ptr %p, <vscale x 8 x i1> %mask, <vscale x 32 x i8> %passthru) {
579-
; CHECK-LABEL: masked_loat_factor4_passthru:
578+
define {<vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>} @masked_load_factor4_passthru(ptr %p, <vscale x 8 x i1> %mask, <vscale x 32 x i8> %passthru) {
579+
; CHECK-LABEL: masked_load_factor4_passthru:
580580
; CHECK: # %bb.0:
581581
; CHECK-NEXT: addi sp, sp, -16
582582
; CHECK-NEXT: .cfi_def_cfa_offset 16

0 commit comments

Comments
 (0)