Skip to content

Commit 469d614

Browse files
fixup! check instr in output
1 parent ea1fa72 commit 469d614

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/test/CodeGen/MIR/skip-mir-comment-trailing-whitespace.mir

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ tracksRegLiveness: true
66
body: |
77
bb.0:
88
; CHECK-LABEL: name: test_vse8{{$}}
9+
; CHECK: PseudoVSE8_V_MF8 %1, %2, %0, 3 /* e8 */ :: (store unknown-size, align 1)
910
liveins: $x10, $v8, $x11
1011
11-
%2:gprnox0 = COPY $x11
12+
%0:gprnox0 = COPY $x11
1213
%1:vr = COPY $v8
13-
%0:gpr = COPY $x10
14-
PseudoVSE8_V_MF8 %1, %0, %2, 3 /* e8 */ :: (store unknown-size, align 1)
14+
%2:gpr = COPY $x10
15+
PseudoVSE8_V_MF8 %1, %2, %0, 3 /* e8 */ :: (store unknown-size, align 1)
1516
PseudoRET
1617
...

0 commit comments

Comments
 (0)