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
[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
GlobalOpt
/
analysis-invalidation.ll
blob
510ced4759639274072b145da6854287b8ef265f
1
; RUN: opt -passes='function(require<no-op-function>),globalopt' %s -debug-pass-manager -S 2>&1 | FileCheck %s
2
3
; CHECK: Clearing all analysis results for: f
4
; CHECK-NOT: @f
5
6
define internal void @f() {
7
ret void
8
}