File: 2006-09-28-shift_64.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 (27 lines) | stat: -rw-r--r-- 963 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
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64
target endian = big
target pointersize = 64
target triple = "powerpc64-apple-darwin8"

implementation   ; Functions:

void %glArrayElement_CompExec() {
entry:
	%tmp3 = and ulong 0, 18446744073701163007		; <ulong> [#uses=1]
	br label %cond_true24

cond_false:		; preds = %cond_true24
	ret void

cond_true24:		; preds = %cond_true24, %entry
	%indvar.ph = phi uint [ 0, %entry ], [ %indvar.next, %cond_true24 ]		; <uint> [#uses=1]
	%indvar = add uint 0, %indvar.ph		; <uint> [#uses=2]
	%code.0 = cast uint %indvar to ubyte		; <ubyte> [#uses=1]
	%tmp5 = add ubyte %code.0, 16		; <ubyte> [#uses=1]
	%tmp7 = shr ulong %tmp3, ubyte %tmp5		; <ulong> [#uses=1]
	%tmp7 = cast ulong %tmp7 to int		; <int> [#uses=1]
	%tmp8 = and int %tmp7, 1		; <int> [#uses=1]
	%tmp8 = seteq int %tmp8, 0		; <bool> [#uses=1]
	%indvar.next = add uint %indvar, 1		; <uint> [#uses=1]
	br bool %tmp8, label %cond_false, label %cond_true24
}