repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
Generic
/
machine-basic-block-undefined-ir-block.mir
blob
ac9a12b3e44dc3f293e92a1d863a7ecef0e71025
1
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
--- |
4
5
define i32 @foo() {
6
ret i32 0
7
}
8
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
...