[SystemZ] Support builtin_{frame,return}_address() with non-zero argument (#69405)
[llvm-project.git] / llvm / test / Analysis / LazyCallGraph / invalidate.ll
blobb2f421086d3cf866b4cb1d5b78d2ff9f76cbeba0
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
4 ; CHECK: Invalidating {{.*}} LazyCallGraphAnalysis
6 define void @f() {
7 lbl:
8   %a = add i32 1, 2
9   unreachable