[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid1.mir
blob3545640271d10722fcf4a6c542730dc8b976947b
1 # RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # When a low-level type does not start with 's', 'p', or '<'
3 ---
4 name: test_low_level_type_does_not_start_with_s_p_lt
5 body: |
6   bb.0:
7     liveins: $x0
8     ; CHECK: [[@LINE+1]]:10: expected sN, pA, <M x sN>, or <M x pA> for GlobalISel type
9     %0:_(i64) = COPY $x0
10 ...