File: trip-count-phi-increment.ll

package info (click to toggle)
llvm-toolchain-20 1%3A20.1.6-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,111,304 kB
  • sloc: cpp: 7,438,677; ansic: 1,393,822; asm: 1,012,926; python: 241,650; f90: 86,635; objc: 75,479; lisp: 42,144; pascal: 17,286; sh: 10,027; ml: 5,082; perl: 4,730; awk: 3,523; makefile: 3,349; javascript: 2,251; xml: 892; fortran: 672
file content (92 lines) | stat: -rw-r--r-- 4,178 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
define void @test1(ptr %x, ptr %y) {
; CHECK-LABEL: 'test1'
; CHECK-NEXT:  Classifying expressions for: @test1
; CHECK-NEXT:    %v1.0 = phi i32 [ 0, %entry ], [ %k.0, %if.end ]
; CHECK-NEXT:    --> {0,+,1}<nuw><nsw><%for.cond> U: [0,7) S: [0,7) Exits: 6 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:    %add = add nsw i32 %v1.0, 1
; CHECK-NEXT:    --> {1,+,1}<nuw><nsw><%for.cond> U: [1,8) S: [1,8) Exits: 7 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:    %add6 = add nsw i32 %v1.0, 1
; CHECK-NEXT:    --> {1,+,1}<nuw><nsw><%for.cond> U: [1,8) S: [1,8) Exits: 7 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:    %k.0 = phi i32 [ %add, %if.then ], [ %add6, %if.else ]
; CHECK-NEXT:    --> {1,+,1}<nuw><nsw><%for.cond> U: [1,8) S: [1,8) Exits: 7 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:  Determining loop execution counts for: @test1
; CHECK-NEXT:  Loop %for.cond: backedge-taken count is i32 6
; CHECK-NEXT:  Loop %for.cond: constant max backedge-taken count is i32 6
; CHECK-NEXT:  Loop %for.cond: symbolic max backedge-taken count is i32 6
; CHECK-NEXT:  Loop %for.cond: Trip multiple is 7
;
entry:
  br label %for.cond

for.cond:                                                ; preds = %6, %0
  %v1.0 = phi i32 [ 0, %entry ], [ %k.0, %if.end ]
  %cmp = icmp slt i32 %v1.0, 6
  br i1 %cmp, label %for.body, label %exit

for.body:                                                ; preds = %1
  %cmp3 = icmp slt i32 %v1.0, 2
  br i1 %cmp3, label %if.then, label %if.else

if.then:                                                ; preds = %2
  %add = add nsw i32 %v1.0, 1
  br label %if.end

if.else:                                                ; preds = %2
  %add6 = add nsw i32 %v1.0, 1
  br label %if.end

if.end:                                                ; preds = %4, %3
  %k.0 = phi i32 [ %add, %if.then ], [ %add6, %if.else ]
  br label %for.cond

exit:                                                ; preds = %5
  ret void
}

define void @test2(ptr %x, ptr %y) {
; CHECK-LABEL: 'test2'
; CHECK-NEXT:  Classifying expressions for: @test2
; CHECK-NEXT:    %v1.0 = phi i32 [ 0, %entry ], [ %k.0, %if.end ]
; CHECK-NEXT:    --> {0,+,1}<nuw><nsw><%for.cond> U: [0,7) S: [0,7) Exits: 6 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:    %add = add nuw i32 %v1.0, 1
; CHECK-NEXT:    --> {1,+,1}<nuw><nsw><%for.cond> U: [1,8) S: [1,8) Exits: 7 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:    %add6 = add nsw i32 %v1.0, 1
; CHECK-NEXT:    --> {1,+,1}<nuw><nsw><%for.cond> U: [1,8) S: [1,8) Exits: 7 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:    %k.0 = phi i32 [ %add, %if.then ], [ %add6, %if.else ]
; CHECK-NEXT:    --> {1,+,1}<nuw><nsw><%for.cond> U: [1,8) S: [1,8) Exits: 7 LoopDispositions: { %for.cond: Computable }
; CHECK-NEXT:  Determining loop execution counts for: @test2
; CHECK-NEXT:  Loop %for.cond: backedge-taken count is i32 6
; CHECK-NEXT:  Loop %for.cond: constant max backedge-taken count is i32 6
; CHECK-NEXT:  Loop %for.cond: symbolic max backedge-taken count is i32 6
; CHECK-NEXT:  Loop %for.cond: Trip multiple is 7
;
entry:
  br label %for.cond

for.cond:                                                ; preds = %6, %0
  %v1.0 = phi i32 [ 0, %entry ], [ %k.0, %if.end ]
  %cmp = icmp slt i32 %v1.0, 6
  br i1 %cmp, label %for.body, label %exit

for.body:                                                ; preds = %1
  %cmp3 = icmp slt i32 %v1.0, 2
  br i1 %cmp3, label %if.then, label %if.else

if.then:                                                ; preds = %2
  %add = add nuw i32 %v1.0, 1
  br label %if.end

if.else:                                                ; preds = %2
  %add6 = add nsw i32 %v1.0, 1
  br label %if.end

if.end:                                                ; preds = %4, %3
  %k.0 = phi i32 [ %add, %if.then ], [ %add6, %if.else ]
  br label %for.cond

exit:                                                ; preds = %5
  ret void
}