[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / MIR / AArch64 / parse-low-level-type-invalid6.mir
blob698568701fb1a47210a74d86b9d168a879141a9a
1 # RUN: not llc -mtriple=aarch64-- -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # When a low-level type vector has a 0-bit element
3 ---
4 name: test_vector_element_size_0
5 body: |
6   bb.0:
7     liveins: $x0
8     ; CHECK: [[@LINE+1]]:15: invalid size for scalar type
9     %0:_(<2 x s0>) = G_IMPLICIT_DEF
10 ...