[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid9.mir
blobf42123828012093d6ffcbdd46899f96f0f6fc386
1 # RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # When a low-level type pointer has an address space greater than supported.
3 ---
4 name: test_address_space_number_too_big
5 body: |
6   bb.0:
7     liveins: $x0
8     ; CHECK: [[@LINE+1]]:10: invalid address space number
9     %0:_(p16777216) = G_IMPLICIT_DEF
10 ...