xref: /llvm-project/llvm/test/CodeGen/MIR/AArch64/parse-low-level-type-invalid3.mir (revision 5e51fac39ab6ad06d7d2896b186a9ca85551ce53)
1# RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2# When a low-level type is a vector which element type does not start with 's' or 'p'
3---
4name: test_low_level_type_does_not_start_with_s_p
5body: |
6  bb.0:
7    liveins: $q0
8    ; CHECK: [[@LINE+1]]:10: expected <M x sN> or <M x pA> for vector type
9    %0:_(<2 x i64>) = COPY $q0
10...
11