File: 2006-12-10-BitCast.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 (33 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download | duplicates (29)
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
; RUN: opt < %s -indvars -disable-output
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"
	%struct.vorbis_dsp_state = type { i32, %struct.vorbis_info*, float**, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
	%struct.vorbis_info = type { i32, i32, i32, i32, i32, i32, i32, i8* }

define void @_ve_envelope_search() {
entry:
	br i1 false, label %cond_true27, label %bb137

cond_true27:		; preds = %entry
	br i1 false, label %cond_true52, label %bb80

cond_true52:		; preds = %cond_true27
	%tmp152.i = bitcast float 0.000000e+00 to i32		; <i32> [#uses=1]
	br label %cond_next182.i

cond_next182.i:		; preds = %cond_next182.i, %cond_true52
	%decay.i.0 = phi i32 [ %tmp195.i.upgrd.1, %cond_next182.i ], [ %tmp152.i, %cond_true52 ]		; <i32> [#uses=1]
	%tmp194.i53 = bitcast i32 %decay.i.0 to float		; <float> [#uses=1]
	%tmp195.i = fsub float %tmp194.i53, 8.000000e+00		; <float> [#uses=1]
	%tmp195.i.upgrd.1 = bitcast float %tmp195.i to i32		; <i32> [#uses=1]
	br i1 undef, label %cond_next182.i, label %bb418.i.preheader

bb418.i.preheader:		; preds = %cond_next182.i
	ret void

bb80:		; preds = %cond_true27
	ret void

bb137:		; preds = %entry
	ret void
}