1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt -S -disable-nounwind-inference=false -inline -functionattrs -indvars < %s | FileCheck %s
4 ; Check that the invalidation happens correctly and the test does not crash.
8 ; CHECK-NEXT: br label [[FOR_COND:%.*]]
10 ; CHECK-NEXT: br label [[FOR_COND]]
15 for.cond: ; preds = %for.cond, %entry
16 %a.0 = phi i32 [ 1, %entry ], [ 0, %for.cond ]
17 call void @f1(i32 %a.0)
21 define internal void @f1(i32 %p1) noinline {