[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid5.mir
blob79f0d554c125102a040057037a4d2fe4dbb9348d
1 # RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # When a low-level type is larger than supported
3 ---
4 name: test_scalar_size_65536
5 body: |
6   bb.0:
7     liveins: $x0
8     ; CHECK: [[@LINE+1]]:10: invalid size for scalar type
9     %0:_(s65536) = G_IMPLICIT_DEF
10 ...