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 pointer has an address space greater than supported.
---
name: test_address_space_number_too_big
body: |
  bb.0:
    liveins: $x0
    ; CHECK: [[@LINE+1]]:10: invalid address space number
    %0:_(p16777216) = G_IMPLICIT_DEF
...