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
/
Transforms
/
BlockExtractor
/
invalid-function.ll
blob
4044815893e58d4fa4ba35fd173dff6d6ea6056c
1
; RUN: echo 'foo bb' > %t
2
; RUN: not opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
3
4
; CHECK: Invalid function
5
define void @bar() {
6
bb:
7
ret void
8
}
9