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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
Inline
/
pr52118.ll
blob
ca30fce911c0f90d078ba9b0c9cdf3d4c1f1c03e
1
; Test that the InlineAdvisor, upon being cleared, is re-created correctly.
2
; RUN: opt -S -passes="default<O1>,cgscc(inline)" < %s | FileCheck %s
3
4
define double @foo() local_unnamed_addr {
5
entry:
6
ret double undef
7
}
8
9
; CHECK: @foo