File: 2006-11-03-BasicAAVectorCrash.ll

package info (click to toggle)
llvm-toolchain-3.7 1%3A3.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 345,556 kB
  • ctags: 362,199
  • sloc: cpp: 2,156,381; ansic: 458,339; objc: 91,547; python: 89,988; asm: 86,305; sh: 21,479; makefile: 6,853; perl: 5,601; ml: 5,458; pascal: 3,933; lisp: 2,429; xml: 686; cs: 239; php: 202; csh: 117
file content (48 lines) | stat: -rw-r--r-- 1,276 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
38
39
40
41
42
43
44
45
46
47
48
; RUN: opt < %s -basicaa -licm -disable-output
target datalayout = "E-p:32:32"
target triple = "powerpc-apple-darwin8.7.0"

define void @glgRunProcessor() {
entry:
	br i1 false, label %bb2037.i, label %cond_true.i18

cond_true.i18:		; preds = %entry
	ret void

bb205.i:		; preds = %bb2037.i
	switch i32 0, label %bb1013.i [
		 i32 14, label %bb239.i
		 i32 15, label %bb917.i
	]

bb239.i:		; preds = %bb205.i
	br i1 false, label %cond_false277.i, label %cond_true264.i

cond_true264.i:		; preds = %bb239.i
	ret void

cond_false277.i:		; preds = %bb239.i
	%tmp1062.i = getelementptr [2 x <4 x i32>], [2 x <4 x i32>]* null, i32 0, i32 1		; <<4 x i32>*> [#uses=1]
	store <4 x i32> zeroinitializer, <4 x i32>* %tmp1062.i
	br i1 false, label %cond_true1032.i, label %cond_false1063.i85

bb917.i:		; preds = %bb205.i
	ret void

bb1013.i:		; preds = %bb205.i
	ret void

cond_true1032.i:		; preds = %cond_false277.i
	%tmp1187.i = getelementptr [2 x <4 x i32>], [2 x <4 x i32>]* null, i32 0, i32 0, i32 7		; <i32*> [#uses=1]
	store i32 0, i32* %tmp1187.i
	br label %bb2037.i

cond_false1063.i85:		; preds = %cond_false277.i
	ret void

bb2037.i:		; preds = %cond_true1032.i, %entry
	br i1 false, label %bb205.i, label %cond_next2042.i

cond_next2042.i:		; preds = %bb2037.i
	ret void
}