File: switch_formation.ll

package info (click to toggle)
llvm 2.2-12
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 38,648 kB
  • ctags: 28,258
  • sloc: cpp: 215,479; sh: 12,132; ansic: 10,002; yacc: 5,525; perl: 2,352; ml: 1,580; makefile: 956; pascal: 718; lex: 602; exp: 320; ada: 193; lisp: 160; csh: 116; objc: 59; python: 59; tcl: 20
file content (37 lines) | stat: -rw-r--r-- 1,507 bytes parent folder | download
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: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | not grep br
; END.

bool %_ZN4llvm11SetCondInst7classofEPKNS_11InstructionE({uint, uint}* %I) {
entry:
	%tmp.1.i = getelementptr {uint, uint}* %I, long 0, uint 1
	%tmp.2.i = load uint* %tmp.1.i
	%tmp.2 = seteq uint %tmp.2.i, 14
	br bool %tmp.2, label %shortcirc_done.4, label %shortcirc_next.0

shortcirc_next.0:		; preds = %entry
	%tmp.6 = seteq uint %tmp.2.i, 15		; <bool> [#uses=1]
	br bool %tmp.6, label %shortcirc_done.4, label %shortcirc_next.1

shortcirc_next.1:		; preds = %shortcirc_next.0
	%tmp.11 = seteq uint %tmp.2.i, 16		; <bool> [#uses=1]
	br bool %tmp.11, label %shortcirc_done.4, label %shortcirc_next.2

shortcirc_next.2:		; preds = %shortcirc_next.1
	%tmp.16 = seteq uint %tmp.2.i, 17		; <bool> [#uses=1]
	br bool %tmp.16, label %shortcirc_done.4, label %shortcirc_next.3

shortcirc_next.3:		; preds = %shortcirc_next.2
	%tmp.21 = seteq uint %tmp.2.i, 18		; <bool> [#uses=1]
	br bool %tmp.21, label %shortcirc_done.4, label %shortcirc_next.4

shortcirc_next.4:		; preds = %shortcirc_next.3
	%tmp.26 = seteq uint %tmp.2.i, 19		; <bool> [#uses=1]
	br label %UnifiedReturnBlock

shortcirc_done.4:		; preds = %entry, %shortcirc_next.0, %shortcirc_next.1, %shortcirc_next.2, %shortcirc_next.3
	br label %UnifiedReturnBlock

UnifiedReturnBlock:		; preds = %shortcirc_next.4, %shortcirc_done.4
	%UnifiedRetVal = phi bool [ %tmp.26, %shortcirc_next.4 ], [ true, %shortcirc_done.4 ]		; <bool> [#uses=1]
	ret bool %UnifiedRetVal
}