File: 2006-11-03-BasicAAVectorCrash.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 (48 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download | duplicates (9)
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 -basic-aa -licm -disable-output
target datalayout = "E-p:32:32"
target triple = "powerpc-unknown-linux-gnu"

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
}