[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / MIR / Generic / machine-basic-block-undefined-ir-block.mir
blobac9a12b3e44dc3f293e92a1d863a7ecef0e71025
1 # RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 --- |
5   define i32 @foo() {
6     ret i32 0
7   }
9 ...
10 ---
11 name:            foo
12 body: |
13   ; CHECK: [[@LINE+1]]:9: use of undefined IR block '%ir-block.10'
14   bb.0 (%ir-block.10):
15 ...