[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid10.mir
blobe8a102ef2cdc7d60d548023293038a91c4c40f46
1 # RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
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.
5 ---
6 name: test_address_space_number_too_big64
7 body: |
8   bb.0:
9     liveins: $x0
10     ; CHECK: [[@LINE+1]]:10: invalid address space number
11     %0:_(p17179869185) = G_IMPLICIT_DEF
12 ...