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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
Inline
/
always-inline-invalidate.ll
blob
ecfe48a8370d256c23fd8b1b606cd4ee9ff5d209
1
; RUN: opt -passes='require<no-op-module>,always-inline' < %s 2>&1 -debug-pass-manager | FileCheck %s
2
3
; CHECK: Invalidating {{.*}} NoOpModuleAnalysis
4
; CHECK-NOT: @f
5
6
define internal void @f() alwaysinline {
7
unreachable
8
}