repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
ADCE
/
dce_pure_call.ll
blob
a91770eb57723caeaeddcf0edd59e1f732ce1ebb
1
; RUN: opt -passes=adce -S < %s | not grep call
2
3
declare i32 @strlen(ptr) readonly nounwind willreturn
4
5
define void @test() {
6
call i32 @strlen( ptr null ) ; <i32>:1 [#uses=0]
7
ret void
8
}