xref: /llvm-project/llvm/test/CodeGen/MIR/AArch64/parse-low-level-type-invalid10.mir (revision 8a59b1919cceb9e66c25147f19d670bfe5c3a829)
1# RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3# When a low-level type pointer has an address space greater than supported, and make sure an implicit truncate to 32-bits doesn't happen.
4
5---
6name: test_address_space_number_too_big64
7body: |
8  bb.0:
9    liveins: $x0
10    ; CHECK: [[@LINE+1]]:10: invalid address space number
11    %0:_(p17179869185) = G_IMPLICIT_DEF
12...
13