Skip to content

Commit 90a1eef

Browse files
fixup! add tests manually
1 parent 9906ab8 commit 90a1eef

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
# NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
# RUN: llc %s -mtriple=riscv64 -mattr=+v | FileCheck %s
1+
# RUN: llc %s -mtriple=riscv64 -mattr=+v -o - | FileCheck %s
32

43
---
54
name: test_vse8
65
tracksRegLiveness: true
76
body: |
87
bb.0:
8+
; CHECK-LABEL: test_vse8:
9+
; CHECK: # %bb.0:
10+
; CHECK-NEXT: vsetvli zero, a1, e8, mf8, ta, ma
11+
; CHECK-NEXT: vse8.v v8, (a0)
12+
; CHECK-NEXT: ret
913
liveins: $x10, $v8, $x11
1014
1115
%2:gprnox0 = COPY $x11
1216
%1:vr = COPY $v8
1317
%0:gpr = COPY $x10
1418
PseudoVSE8_V_MF8 %1, %0, %2, 3 /* e8 */ :: (store unknown-size, align 1)
1519
PseudoRET
16-
## NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
17-
# CHECK: {{.*}}
20+
...
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.text
2+
.attribute 4, 16
3+
.attribute 5, "rv64i2p1_f2p2_d2p2_v1p0_zicsr2p0_zve32f1p0_zve32x1p0_zve64d1p0_zve64f1p0_zve64x1p0_zvl128b1p0_zvl32b1p0_zvl64b1p0"
4+
.file "skip-mir-comment-trailing-whitespace.mir"
5+
.globl test_vse8 # -- Begin function test_vse8
6+
.type test_vse8,@function
7+
test_vse8: # @test_vse8
8+
.cfi_startproc
9+
# %bb.0:
10+
vsetvli zero, a1, e8, mf8, ta, ma
11+
vse8.v v8, (a0)
12+
ret
13+
.Lfunc_end0:
14+
.size test_vse8, .Lfunc_end0-test_vse8
15+
.cfi_endproc
16+
# -- End function
17+
.section ".note.GNU-stack","",@progbits

0 commit comments

Comments
 (0)