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
[SystemZ] Support builtin_{frame,return}_address() with non-zero argument (#69405)
[llvm-project.git]
/
llvm
/
test
/
Analysis
/
LazyCallGraph
/
invalidate.ll
blob
b2f421086d3cf866b4cb1d5b78d2ff9f76cbeba0
1
; Make sure we invalidate lcg even when preserving domtree
2
; RUN: opt -passes='require<lcg>,function(instcombine)' -debug-pass-manager -disable-output < %s 2>&1 | FileCheck %s
3
4
; CHECK: Invalidating {{.*}} LazyCallGraphAnalysis
5
6
define void @f() {
7
lbl:
8
%a = add i32 1, 2
9
unreachable
10
}