1 ; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
3 ; Exercise getConstantEvolvingPHIOperands on an interesting loop.
4 ; This should complete in milliseconds, not minutes.
6 ; Just check that it actually ran trip count analysis.
7 ; CHECK: Determining loop execution counts for: @test
8 define void @test() nounwind {
13 %iv = phi i32 [ %30, %loop ], [ 0, %entry ]
26 %12 = add i32 %11, %10
27 %13 = add i32 %12, %11
28 %14 = add i32 %13, %12
29 %15 = add i32 %14, %13
30 %16 = add i32 %15, %14
31 %17 = add i32 %16, %15
32 %18 = add i32 %17, %16
33 %19 = add i32 %18, %17
34 %20 = add i32 %19, %18
35 %21 = add i32 %20, %19
36 %22 = add i32 %21, %20
37 %23 = add i32 %22, %21
38 %24 = add i32 %23, %22
39 %25 = add i32 %24, %23
40 %26 = add i32 %25, %24
41 %27 = add i32 %26, %25
42 %28 = add i32 %27, %26
43 %29 = add i32 %28, %27
44 %30 = add i32 %29, %28
45 %cmp = icmp eq i32 %30, -108
46 br i1 %cmp, label %exit, label %loop