File: 2007-10-12-SpillerUnfold1.ll

package info (click to toggle)
llvm-toolchain-9 1%3A9.0.1-16
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 882,436 kB
  • sloc: cpp: 4,167,636; ansic: 714,256; asm: 457,610; python: 155,927; objc: 65,094; sh: 42,856; lisp: 26,908; perl: 7,786; pascal: 7,722; makefile: 6,881; ml: 5,581; awk: 3,648; cs: 2,027; xml: 888; javascript: 381; ruby: 156
file content (45 lines) | stat: -rw-r--r-- 2,337 bytes parent folder | download | duplicates (6)
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
; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep addss | not grep esp

define fastcc void @fht(float* %fz, i16 signext  %n) {
entry:
	br i1 true, label %bb171.preheader, label %bb431

bb171.preheader:		; preds = %entry
	%tmp176 = fadd float 0.000000e+00, 1.000000e+00		; <float> [#uses=2]
	%gi.1 = getelementptr float, float* %fz, i32 0		; <float*> [#uses=2]
	%tmp240 = load float, float* %gi.1, align 4		; <float> [#uses=1]
	%tmp242 = fsub float %tmp240, 0.000000e+00		; <float> [#uses=2]
	%tmp251 = getelementptr float, float* %fz, i32 0		; <float*> [#uses=1]
	%tmp252 = load float, float* %tmp251, align 4		; <float> [#uses=1]
	%tmp258 = getelementptr float, float* %fz, i32 0		; <float*> [#uses=2]
	%tmp259 = load float, float* %tmp258, align 4		; <float> [#uses=2]
	%tmp261 = fmul float %tmp259, %tmp176		; <float> [#uses=1]
	%tmp262 = fsub float 0.000000e+00, %tmp261		; <float> [#uses=2]
	%tmp269 = fmul float %tmp252, %tmp176		; <float> [#uses=1]
	%tmp276 = fmul float %tmp259, 0.000000e+00		; <float> [#uses=1]
	%tmp277 = fadd float %tmp269, %tmp276		; <float> [#uses=2]
	%tmp281 = getelementptr float, float* %fz, i32 0		; <float*> [#uses=1]
	%tmp282 = load float, float* %tmp281, align 4		; <float> [#uses=2]
	%tmp284 = fsub float %tmp282, %tmp277		; <float> [#uses=1]
	%tmp291 = fadd float %tmp282, %tmp277		; <float> [#uses=1]
	%tmp298 = fsub float 0.000000e+00, %tmp262		; <float> [#uses=1]
	%tmp305 = fadd float 0.000000e+00, %tmp262		; <float> [#uses=1]
	%tmp315 = fmul float 0.000000e+00, %tmp291		; <float> [#uses=1]
	%tmp318 = fmul float 0.000000e+00, %tmp298		; <float> [#uses=1]
	%tmp319 = fadd float %tmp315, %tmp318		; <float> [#uses=1]
	%tmp329 = fadd float 0.000000e+00, %tmp319		; <float> [#uses=1]
	store float %tmp329, float* null, align 4
	%tmp336 = fsub float %tmp242, 0.000000e+00		; <float> [#uses=1]
	store float %tmp336, float* %tmp258, align 4
	%tmp343 = fadd float %tmp242, 0.000000e+00		; <float> [#uses=1]
	store float %tmp343, float* null, align 4
	%tmp355 = fmul float 0.000000e+00, %tmp305		; <float> [#uses=1]
	%tmp358 = fmul float 0.000000e+00, %tmp284		; <float> [#uses=1]
	%tmp359 = fadd float %tmp355, %tmp358		; <float> [#uses=1]
	%tmp369 = fadd float 0.000000e+00, %tmp359		; <float> [#uses=1]
	store float %tmp369, float* %gi.1, align 4
	ret void

bb431:		; preds = %entry
	ret void
}