Compiler projects using llvm
# RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
# When a low-level type is a vector with only a single 's'/'p' character for element type
---
name: test_low_level_type_is_single_s_p
body: |
  bb.0:
    liveins: $q0
    ; CHECK: [[@LINE+1]]:15: expected integers after 's'/'p' type character
    %0:_(<2 x p>) = COPY $q0
...