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] Split large truncating MVE stores
[llvm-complete.git]
/
test
/
Analysis
/
CallGraph
/
do-nothing-intrinsic.ll
blob
54623717083682c90fa4d62c35d358ed4a102d55
1
; RUN: opt < %s -basiccg
2
; PR13903
3
4
define void @main() personality i8 0 {
5
invoke void @llvm.donothing()
6
to label %ret unwind label %unw
7
unw:
8
%tmp = landingpad i8 cleanup
9
br label %ret
10
ret:
11
ret void
12
}
13
declare void @llvm.donothing() nounwind readnone