File: formDedicatedAfterTrivial3.ll

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; cs: 573; fortran: 567
file content (37 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (11)
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 -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
}