[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid2.mir
blob1bff7a5ec9ced2a9f6a11f213cf91c415936a04e
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 with only a single 's'/'p' character for element type
3 ---
4 name: test_low_level_type_is_single_s_p
5 body: |
6   bb.0:
7     liveins: $q0
8     ; CHECK: [[@LINE+1]]:15: expected integers after 's'/'p' type character
9     %0:_(<2 x p>) = COPY $q0
10 ...