Skip to content

Commit 9906ab8

Browse files
fixup! remove IR
1 parent adbacd1 commit 9906ab8

File tree

1 file changed

+4
-15
lines changed

1 file changed

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

4-
--- |
5-
define void @test_vse8(ptr noundef %base, <vscale x 1 x i8> %value, i64 noundef %vl) {
6-
; CHECK-LABEL: test_vse8:
7-
; CHECK: # %bb.0:
8-
; CHECK-NEXT: vsetvli zero, a1, e8, mf8, ta, ma
9-
; CHECK-NEXT: vse8.v v8, (a0)
10-
; CHECK-NEXT: ret
11-
call void @llvm.riscv.vse.nxv1i8.i64(<vscale x 1 x i8> %value, ptr %base, i64 %vl)
12-
ret void
13-
}
14-
15-
declare void @llvm.riscv.vse.nxv1i8.i64(<vscale x 1 x i8>, ptr nocapture, i64)
16-
174
---
185
name: test_vse8
196
tracksRegLiveness: true
207
body: |
21-
bb.0 (%ir-block.0):
8+
bb.0:
229
liveins: $x10, $v8, $x11
2310
2411
%2:gprnox0 = COPY $x11
2512
%1:vr = COPY $v8
2613
%0:gpr = COPY $x10
27-
PseudoVSE8_V_MF8 %1, %0, %2, 3 /* e8 */ :: (store unknown-size into %ir.base, align 1)
14+
PseudoVSE8_V_MF8 %1, %0, %2, 3 /* e8 */ :: (store unknown-size, align 1)
2815
PseudoRET
16+
## NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
17+
# CHECK: {{.*}}

0 commit comments

Comments
 (0)