File: 2007-07-30-AliasSet.ll

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (39 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (14)
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
; RUN: opt < %s -passes=licm,simple-loop-unswitch -disable-output
	%struct.III_scalefac_t = type { [22 x i32], [13 x [3 x i32]] }
	%struct.gr_info = type { i32, i32, i32, i32, i32, i32, i32, i32, [3 x i32], [3 x i32], i32, i32, i32, i32, i32, i32, i32, i32, i32, ptr, [4 x i32] }

define i32 @scale_bitcount_lsf(ptr %scalefac, ptr %cod_info) {
entry:
	br i1 false, label %bb28, label %bb133.preheader

bb133.preheader:		; preds = %entry
	ret i32 0

bb28:		; preds = %entry
	br i1 false, label %bb63.outer, label %bb79

bb63.outer:		; preds = %bb73, %bb28
	br i1 false, label %bb35, label %bb73

bb35:		; preds = %cond_next60, %bb63.outer
	%window.34 = phi i32 [ %tmp62, %cond_next60 ], [ 0, %bb63.outer ]		; <i32> [#uses=1]
	%tmp44 = getelementptr [4 x i32], ptr null, i32 0, i32 0		; <ptr> [#uses=1]
	%tmp46 = load i32, ptr %tmp44, align 4		; <i32> [#uses=0]
	br i1 false, label %cond_true50, label %cond_next60

cond_true50:		; preds = %bb35
	%tmp59 = getelementptr [4 x i32], ptr null, i32 0, i32 0		; <ptr> [#uses=1]
	store i32 0, ptr %tmp59, align 4
	br label %cond_next60

cond_next60:		; preds = %cond_true50, %bb35
	%tmp62 = add i32 %window.34, 1		; <i32> [#uses=1]
	br i1 false, label %bb35, label %bb73

bb73:		; preds = %cond_next60, %bb63.outer
	%tmp76 = icmp slt i32 0, 0		; <i1> [#uses=1]
	br i1 %tmp76, label %bb63.outer, label %bb79

bb79:		; preds = %bb73, %bb28
	ret i32 0
}