repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
MergeFunc
/
too-small.ll
blob
1a526ffd50a621c2a9c1882bd4d8ee75bdf803c2
1
; RUN: opt -S -mergefunc < %s | FileCheck %s
2
3
define void @foo(i32 %x) {
4
; CHECK-LABEL: @foo(
5
; CHECK-NOT: call
6
ret void
7
}
8
9
define void @bar(i32 %x) {
10
; CHECK-LABEL: @bar(
11
; CHECK-NOT: call
12
ret void
13
}
14