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
/
NewGVN
/
eliminate-callsite-inline.ll
blob
699bbb32253a54bdbeedb0a763126d59efac2c3c
1
; RUN: opt -inline -newgvn -S < %s | FileCheck %s
2
3
; CHECK-LABEL: @f2()
4
; CHECK-NEXT: ret void
5
; CHECK-NOT: @f1
6
7
define void @f2() {
8
call void @f1()
9
call void @f1()
10
ret void
11
}
12
13
define internal void @f1() #1 {
14
entry:
15
ret void
16
}
17
18
attributes #1 = { noinline nounwind readnone }