File: 2003-12-15-Crash.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 (24 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; RUN: opt < %s -passes=indvars -disable-output 
define void @_ZN17CoinFactorization7cleanupEv() {
entry:
        br i1 false, label %loopexit.14, label %cond_continue.3

cond_continue.3:                ; preds = %entry
        ret void

loopexit.14:            ; preds = %entry
        %tmp.738 = sub i32 0, 0         ; <i32> [#uses=1]
        br i1 undef, label %no_exit.15.preheader, label %loopexit.15

no_exit.15.preheader:           ; preds = %loopexit.14
        br label %no_exit.15

no_exit.15:             ; preds = %no_exit.15, %no_exit.15.preheader
        %highC.0 = phi i32 [ %tmp.738, %no_exit.15.preheader ], [ %dec.0, %no_exit.15 ]         ; <i32> [#uses=1]
        %dec.0 = add i32 %highC.0, -1           ; <i32> [#uses=1]
        br i1 undef, label %no_exit.15, label %loopexit.15

loopexit.15:            ; preds = %no_exit.15, %loopexit.14
        ret void
}