[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Transforms / IndVarSimplify / pr38855.ll
blob67887f5146c85c73e3d6a9196e040a51c4eddc48
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.
5 define void @f2() {
6 ; CHECK-LABEL: @f2(
7 ; CHECK-NEXT:  entry:
8 ; CHECK-NEXT:    br label [[FOR_COND:%.*]]
9 ; CHECK:       for.cond:
10 ; CHECK-NEXT:    br label [[FOR_COND]]
12 entry:
13   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)
18   br label %for.cond
21 define internal void @f1(i32 %p1) noinline {
22 entry:
23   ret void