Make test more lenient for custom clang version strings
[llvm-project.git] / llvm / test / CodeGen / MIR / RISCV / skip-mir-comment-trailing-whitespace.mir
blob4fcdd0ec2ef8ceeaa271cf75537502f5364f058c
1 # RUN: llc %s -mtriple=riscv64 -mattr=+v -run-pass=none -o - | FileCheck %s
3 ---
4 name:            test_vse8
5 tracksRegLiveness: true
6 body:             |
7   bb.0:
8     ; CHECK-LABEL: name: test_vse8{{$}}
9     ; CHECK: PseudoVSE8_V_MF8 %1, %2, %0, 3 /* e8 */ :: (store unknown-size, align 1)
10     liveins: $x10, $v8, $x11
12     %0:gprnox0 = COPY $x11
13     %1:vr = COPY $v8
14     %2:gpr = COPY $x10
15     PseudoVSE8_V_MF8 %1, %2, %0, 3 /* e8 */ :: (store unknown-size, align 1)
16     PseudoRET
17 ...