[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid3.mir
blobebb3d37f9dfa10dcb02be26cdbc1c2d31ef48a1f
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 ---
4 name: test_low_level_type_does_not_start_with_s_p
5 body: |
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 ...