aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MIR/RISCV/skip-mir-comment-trailing-whitespace.mir
blob: 4fcdd0ec2ef8ceeaa271cf75537502f5364f058c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: llc %s -mtriple=riscv64 -mattr=+v -run-pass=none -o - | FileCheck %s

---
name:            test_vse8
tracksRegLiveness: true
body:             |
  bb.0:
    ; CHECK-LABEL: name: test_vse8{{$}}
    ; CHECK: PseudoVSE8_V_MF8 %1, %2, %0, 3 /* e8 */ :: (store unknown-size, align 1)
    liveins: $x10, $v8, $x11

    %0:gprnox0 = COPY $x11
    %1:vr = COPY $v8
    %2:gpr = COPY $x10
    PseudoVSE8_V_MF8 %1, %2, %0, 3 /* e8 */ :: (store unknown-size, align 1)
    PseudoRET
...