File: formDedicatedAfterTrivial3.ll

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 1,998,492 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (37 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (12)
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
; RUN: opt < %s -passes=simple-loop-unswitch -disable-output

; PR38283
; PR38737
declare void @func_1()

define void @func_9(i32 signext %arg) {
bb:
  br label %bb5
bb5:                                              ; preds = %bb24, %bb
  %tmp3.0 = phi i32 [ undef, %bb ], [ %tmp29, %bb24 ]
  %tmp11 = icmp eq i32 %arg, 0
  %tmp15 = icmp eq i32 %tmp3.0, 0
  %spec.select = select i1 %tmp15, i32 0, i32 49
  %tmp1.2 = select i1 %tmp11, i32 %spec.select, i32 9
  %trunc = trunc i32 %tmp1.2 to i6
  br label %bb9

bb9:                                              ; preds = %bb5, %bb19
  %tmp2.03 = phi i32 [ 0, %bb5 ], [ %tmp21, %bb19 ]
  switch i6 %trunc, label %bb24 [
    i6 0, label %bb19
    i6 -15, label %bb22
  ]

bb19:                                             ; preds = %bb9
  %tmp21 = add nuw nsw i32 %tmp2.03, 1
  %tmp8 = icmp eq i32 %tmp21, 25
  br i1 %tmp8, label %bb22, label %bb9

bb22:                                             ; preds = %bb19, %bb9
  unreachable

bb24:                                             ; preds = %bb9
  %tmp29 = or i32 %tmp3.0, 1
  br label %bb5
}