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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstCombine
/
nothrow.ll
blob
476b63a6b27f0f940dcf2a67f925ba06512d7d93
1
; RUN: opt < %s -instcombine -S | not grep call
2
; rdar://6880732
3
declare double @t1(i32) readonly willreturn
4
5
define void @t2() nounwind {
6
call double @t1(i32 42) ;; dead call even though callee is not nothrow.
7
ret void
8
}