Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / si-sgpr-spill.ll
bloba14c456952db7139893686cfb0a725baacbd7050
1 ; RUN: llc -mtriple=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=TOVGPR %s
2 ; RUN: llc -mtriple=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
4 ; These tests check that the compiler won't crash when it needs to spill
5 ; SGPRs.
7 ; GCN-LABEL: {{^}}main:
9 ; Make sure there are no direct spills for EXEC registers before WQM
10 ; GCN-NOT: v_writelane_b32 v{{[0-9]+}}, exec_lo
11 ; GCN-NOT: v_writelane_b32 v{{[0-9]+}}, exec_hi
13 ; GCN: s_wqm
15 ; Make sure not emitting unused scratch resource descriptor setup
16 ; GCN-NOT: s_mov_b32
18 ; GCN: s_mov_b32 m0
20 ; Make sure scratch space isn't being used for SGPR->VGPR spills
22 ; Writing to M0 from an SMRD instruction will hang the GPU.
23 ; GCN-NOT: s_buffer_load_dword m0
25 ; Make sure there are no direct spills/reloads for EXEC registers
26 ; GCN-NOT: v_writelane_b32 v{{[0-9]+}}, exec_lo
27 ; GCN-NOT: v_writelane_b32 v{{[0-9]+}}, exec_hi
28 ; GCN-NOT: v_readlane_b32 exec_lo
29 ; GCN-NOT: v_readlane_b32 exec_hi
31 ; GCN: s_endpgm
33 ; TOVGPR: ScratchSize: 0{{$}}
34 define amdgpu_ps void @main(ptr addrspace(4) inreg %arg, ptr addrspace(4) inreg %arg1, ptr addrspace(4) inreg %arg2, float inreg %arg3, i32 inreg %arg4, <2 x i32> %arg5, <2 x i32> %arg6, <2 x i32> %arg7, <3 x i32> %arg8, <2 x i32> %arg9, <2 x i32> %arg10, <2 x i32> %arg11, float %arg12, float %arg13, float %arg14, float %arg15, float %arg16, float %arg17, float %arg18, float %arg19, float %arg20) {
35 main_body:
36   %lds = inttoptr i32 0 to ptr addrspace(3)
37   %tmp21 = load <4 x i32>, ptr addrspace(4) %arg, !tbaa !0
38   %tmp22 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 96, i32 0)
39   %tmp23 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 100, i32 0)
40   %tmp24 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 104, i32 0)
41   %tmp25 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 112, i32 0)
42   %tmp26 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 116, i32 0)
43   %tmp27 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 120, i32 0)
44   %tmp28 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 128, i32 0)
45   %tmp29 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 132, i32 0)
46   %tmp30 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 140, i32 0)
47   %tmp31 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 144, i32 0)
48   %tmp32 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 160, i32 0)
49   %tmp33 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 176, i32 0)
50   %tmp34 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 180, i32 0)
51   %tmp35 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 184, i32 0)
52   %tmp36 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 192, i32 0)
53   %tmp37 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 196, i32 0)
54   %tmp38 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 200, i32 0)
55   %tmp39 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 208, i32 0)
56   %tmp40 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 212, i32 0)
57   %tmp41 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 216, i32 0)
58   %tmp42 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 224, i32 0)
59   %tmp43 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 240, i32 0)
60   %tmp44 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 244, i32 0)
61   %tmp45 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 248, i32 0)
62   %tmp46 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 256, i32 0)
63   %tmp47 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 272, i32 0)
64   %tmp48 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 276, i32 0)
65   %tmp49 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 280, i32 0)
66   %tmp50 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 288, i32 0)
67   %tmp51 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 292, i32 0)
68   %tmp52 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 296, i32 0)
69   %tmp53 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 304, i32 0)
70   %tmp54 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 308, i32 0)
71   %tmp55 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 312, i32 0)
72   %tmp56 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 368, i32 0)
73   %tmp57 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 372, i32 0)
74   %tmp58 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 376, i32 0)
75   %tmp59 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 384, i32 0)
76   %tmp61 = load <8 x i32>, ptr addrspace(4) %arg2, !tbaa !0
77   %tmp63 = load <4 x i32>, ptr addrspace(4) %arg1, !tbaa !0
78   %tmp63.bc = bitcast <4 x i32> %tmp63 to <4 x i32>
79   %tmp64 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 1
80   %tmp65 = load <8 x i32>, ptr addrspace(4) %tmp64, !tbaa !0
81   %tmp66 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 1
82   %tmp67 = load <4 x i32>, ptr addrspace(4) %tmp66, !tbaa !0
83   %tmp68 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 2
84   %tmp69 = load <8 x i32>, ptr addrspace(4) %tmp68, !tbaa !0
85   %tmp70 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 2
86   %tmp71 = load <4 x i32>, ptr addrspace(4) %tmp70, !tbaa !0
87   %tmp72 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 3
88   %tmp73 = load <8 x i32>, ptr addrspace(4) %tmp72, !tbaa !0
89   %tmp74 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 3
90   %tmp75 = load <4 x i32>, ptr addrspace(4) %tmp74, !tbaa !0
91   %tmp76 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 4
92   %tmp77 = load <8 x i32>, ptr addrspace(4) %tmp76, !tbaa !0
93   %tmp78 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 4
94   %tmp79 = load <4 x i32>, ptr addrspace(4) %tmp78, !tbaa !0
95   %tmp80 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 5
96   %tmp81 = load <8 x i32>, ptr addrspace(4) %tmp80, !tbaa !0
97   %tmp82 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 5
98   %tmp83 = load <4 x i32>, ptr addrspace(4) %tmp82, !tbaa !0
99   %tmp84 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 6
100   %tmp85 = load <8 x i32>, ptr addrspace(4) %tmp84, !tbaa !0
101   %tmp86 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 6
102   %tmp87 = load <4 x i32>, ptr addrspace(4) %tmp86, !tbaa !0
103   %tmp88 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 7
104   %tmp89 = load <8 x i32>, ptr addrspace(4) %tmp88, !tbaa !0
105   %tmp90 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 7
106   %tmp91 = load <4 x i32>, ptr addrspace(4) %tmp90, !tbaa !0
107   %i.i = extractelement <2 x i32> %arg6, i32 0
108   %j.i = extractelement <2 x i32> %arg6, i32 1
109   %i.f.i = bitcast i32 %i.i to float
110   %j.f.i = bitcast i32 %j.i to float
111   %p1.i = call float @llvm.amdgcn.interp.p1(float %i.f.i, i32 0, i32 0, i32 %arg4) #0
112   %p2.i = call float @llvm.amdgcn.interp.p2(float %p1.i, float %j.f.i, i32 0, i32 0, i32 %arg4) #0
113   %i.i91 = extractelement <2 x i32> %arg6, i32 0
114   %j.i92 = extractelement <2 x i32> %arg6, i32 1
115   %i.f.i93 = bitcast i32 %i.i91 to float
116   %j.f.i94 = bitcast i32 %j.i92 to float
117   %p1.i95 = call float @llvm.amdgcn.interp.p1(float %i.f.i93, i32 1, i32 0, i32 %arg4) #0
118   %p2.i96 = call float @llvm.amdgcn.interp.p2(float %p1.i95, float %j.f.i94, i32 1, i32 0, i32 %arg4) #0
119   %i.i85 = extractelement <2 x i32> %arg6, i32 0
120   %j.i86 = extractelement <2 x i32> %arg6, i32 1
121   %i.f.i87 = bitcast i32 %i.i85 to float
122   %j.f.i88 = bitcast i32 %j.i86 to float
123   %p1.i89 = call float @llvm.amdgcn.interp.p1(float %i.f.i87, i32 0, i32 1, i32 %arg4) #0
124   %p2.i90 = call float @llvm.amdgcn.interp.p2(float %p1.i89, float %j.f.i88, i32 0, i32 1, i32 %arg4) #0
125   %i.i79 = extractelement <2 x i32> %arg6, i32 0
126   %j.i80 = extractelement <2 x i32> %arg6, i32 1
127   %i.f.i81 = bitcast i32 %i.i79 to float
128   %j.f.i82 = bitcast i32 %j.i80 to float
129   %p1.i83 = call float @llvm.amdgcn.interp.p1(float %i.f.i81, i32 1, i32 1, i32 %arg4) #0
130   %p2.i84 = call float @llvm.amdgcn.interp.p2(float %p1.i83, float %j.f.i82, i32 1, i32 1, i32 %arg4) #0
131   %i.i73 = extractelement <2 x i32> %arg6, i32 0
132   %j.i74 = extractelement <2 x i32> %arg6, i32 1
133   %i.f.i75 = bitcast i32 %i.i73 to float
134   %j.f.i76 = bitcast i32 %j.i74 to float
135   %p1.i77 = call float @llvm.amdgcn.interp.p1(float %i.f.i75, i32 2, i32 1, i32 %arg4) #0
136   %p2.i78 = call float @llvm.amdgcn.interp.p2(float %p1.i77, float %j.f.i76, i32 2, i32 1, i32 %arg4) #0
137   %i.i67 = extractelement <2 x i32> %arg6, i32 0
138   %j.i68 = extractelement <2 x i32> %arg6, i32 1
139   %i.f.i69 = bitcast i32 %i.i67 to float
140   %j.f.i70 = bitcast i32 %j.i68 to float
141   %p1.i71 = call float @llvm.amdgcn.interp.p1(float %i.f.i69, i32 0, i32 2, i32 %arg4) #0
142   %p2.i72 = call float @llvm.amdgcn.interp.p2(float %p1.i71, float %j.f.i70, i32 0, i32 2, i32 %arg4) #0
143   %i.i61 = extractelement <2 x i32> %arg6, i32 0
144   %j.i62 = extractelement <2 x i32> %arg6, i32 1
145   %i.f.i63 = bitcast i32 %i.i61 to float
146   %j.f.i64 = bitcast i32 %j.i62 to float
147   %p1.i65 = call float @llvm.amdgcn.interp.p1(float %i.f.i63, i32 1, i32 2, i32 %arg4) #0
148   %p2.i66 = call float @llvm.amdgcn.interp.p2(float %p1.i65, float %j.f.i64, i32 1, i32 2, i32 %arg4) #0
149   %i.i55 = extractelement <2 x i32> %arg6, i32 0
150   %j.i56 = extractelement <2 x i32> %arg6, i32 1
151   %i.f.i57 = bitcast i32 %i.i55 to float
152   %j.f.i58 = bitcast i32 %j.i56 to float
153   %p1.i59 = call float @llvm.amdgcn.interp.p1(float %i.f.i57, i32 2, i32 2, i32 %arg4) #0
154   %p2.i60 = call float @llvm.amdgcn.interp.p2(float %p1.i59, float %j.f.i58, i32 2, i32 2, i32 %arg4) #0
155   %i.i49 = extractelement <2 x i32> %arg6, i32 0
156   %j.i50 = extractelement <2 x i32> %arg6, i32 1
157   %i.f.i51 = bitcast i32 %i.i49 to float
158   %j.f.i52 = bitcast i32 %j.i50 to float
159   %p1.i53 = call float @llvm.amdgcn.interp.p1(float %i.f.i51, i32 0, i32 3, i32 %arg4) #0
160   %p2.i54 = call float @llvm.amdgcn.interp.p2(float %p1.i53, float %j.f.i52, i32 0, i32 3, i32 %arg4) #0
161   %i.i43 = extractelement <2 x i32> %arg6, i32 0
162   %j.i44 = extractelement <2 x i32> %arg6, i32 1
163   %i.f.i45 = bitcast i32 %i.i43 to float
164   %j.f.i46 = bitcast i32 %j.i44 to float
165   %p1.i47 = call float @llvm.amdgcn.interp.p1(float %i.f.i45, i32 1, i32 3, i32 %arg4) #0
166   %p2.i48 = call float @llvm.amdgcn.interp.p2(float %p1.i47, float %j.f.i46, i32 1, i32 3, i32 %arg4) #0
167   %i.i37 = extractelement <2 x i32> %arg6, i32 0
168   %j.i38 = extractelement <2 x i32> %arg6, i32 1
169   %i.f.i39 = bitcast i32 %i.i37 to float
170   %j.f.i40 = bitcast i32 %j.i38 to float
171   %p1.i41 = call float @llvm.amdgcn.interp.p1(float %i.f.i39, i32 2, i32 3, i32 %arg4) #0
172   %p2.i42 = call float @llvm.amdgcn.interp.p2(float %p1.i41, float %j.f.i40, i32 2, i32 3, i32 %arg4) #0
173   %i.i31 = extractelement <2 x i32> %arg6, i32 0
174   %j.i32 = extractelement <2 x i32> %arg6, i32 1
175   %i.f.i33 = bitcast i32 %i.i31 to float
176   %j.f.i34 = bitcast i32 %j.i32 to float
177   %p1.i35 = call float @llvm.amdgcn.interp.p1(float %i.f.i33, i32 0, i32 4, i32 %arg4) #0
178   %p2.i36 = call float @llvm.amdgcn.interp.p2(float %p1.i35, float %j.f.i34, i32 0, i32 4, i32 %arg4) #0
179   %i.i25 = extractelement <2 x i32> %arg6, i32 0
180   %j.i26 = extractelement <2 x i32> %arg6, i32 1
181   %i.f.i27 = bitcast i32 %i.i25 to float
182   %j.f.i28 = bitcast i32 %j.i26 to float
183   %p1.i29 = call float @llvm.amdgcn.interp.p1(float %i.f.i27, i32 1, i32 4, i32 %arg4) #0
184   %p2.i30 = call float @llvm.amdgcn.interp.p2(float %p1.i29, float %j.f.i28, i32 1, i32 4, i32 %arg4) #0
185   %i.i19 = extractelement <2 x i32> %arg6, i32 0
186   %j.i20 = extractelement <2 x i32> %arg6, i32 1
187   %i.f.i21 = bitcast i32 %i.i19 to float
188   %j.f.i22 = bitcast i32 %j.i20 to float
189   %p1.i23 = call float @llvm.amdgcn.interp.p1(float %i.f.i21, i32 2, i32 4, i32 %arg4) #0
190   %p2.i24 = call float @llvm.amdgcn.interp.p2(float %p1.i23, float %j.f.i22, i32 2, i32 4, i32 %arg4) #0
191   %i.i13 = extractelement <2 x i32> %arg6, i32 0
192   %j.i14 = extractelement <2 x i32> %arg6, i32 1
193   %i.f.i15 = bitcast i32 %i.i13 to float
194   %j.f.i16 = bitcast i32 %j.i14 to float
195   %p1.i17 = call float @llvm.amdgcn.interp.p1(float %i.f.i15, i32 0, i32 5, i32 %arg4) #0
196   %p2.i18 = call float @llvm.amdgcn.interp.p2(float %p1.i17, float %j.f.i16, i32 0, i32 5, i32 %arg4) #0
197   %i.i7 = extractelement <2 x i32> %arg6, i32 0
198   %j.i8 = extractelement <2 x i32> %arg6, i32 1
199   %i.f.i9 = bitcast i32 %i.i7 to float
200   %j.f.i10 = bitcast i32 %j.i8 to float
201   %p1.i11 = call float @llvm.amdgcn.interp.p1(float %i.f.i9, i32 1, i32 5, i32 %arg4) #0
202   %p2.i12 = call float @llvm.amdgcn.interp.p2(float %p1.i11, float %j.f.i10, i32 1, i32 5, i32 %arg4) #0
203   %i.i1 = extractelement <2 x i32> %arg6, i32 0
204   %j.i2 = extractelement <2 x i32> %arg6, i32 1
205   %i.f.i3 = bitcast i32 %i.i1 to float
206   %j.f.i4 = bitcast i32 %j.i2 to float
207   %p1.i5 = call float @llvm.amdgcn.interp.p1(float %i.f.i3, i32 2, i32 5, i32 %arg4) #0
208   %p2.i6 = call float @llvm.amdgcn.interp.p2(float %p1.i5, float %j.f.i4, i32 2, i32 5, i32 %arg4) #0
209   %mbcnt.lo.0 = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
210   %tmp109 = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %mbcnt.lo.0)
211   %tmp110 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp109
212   %tmp111 = bitcast float %p2.i to i32
213   store i32 %tmp111, ptr addrspace(3) %tmp110
214   %tmp112 = bitcast float %p2.i96 to i32
215   store i32 %tmp112, ptr addrspace(3) %tmp110
216   %mbcnt.lo.1 = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
217   %tmp113 = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %mbcnt.lo.1)
218   %tmp114 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp113
219   %tmp115 = and i32 %tmp113, -4
220   %tmp116 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp115
221   %tmp117 = add i32 %tmp115, 1
222   %tmp118 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp117
223   %tmp119 = bitcast float %p2.i to i32
224   store i32 %tmp119, ptr addrspace(3) %tmp114
225   %tmp120 = load i32, ptr addrspace(3) %tmp116
226   %tmp121 = bitcast i32 %tmp120 to float
227   %tmp122 = load i32, ptr addrspace(3) %tmp118
228   %tmp123 = bitcast i32 %tmp122 to float
229   %tmp124 = fsub float %tmp123, %tmp121
230   %tmp125 = bitcast float %p2.i96 to i32
231   store i32 %tmp125, ptr addrspace(3) %tmp114
232   %tmp126 = load i32, ptr addrspace(3) %tmp116
233   %tmp127 = bitcast i32 %tmp126 to float
234   %tmp128 = load i32, ptr addrspace(3) %tmp118
235   %tmp129 = bitcast i32 %tmp128 to float
236   %tmp130 = fsub float %tmp129, %tmp127
237   %tmp131 = insertelement <4 x float> undef, float %tmp124, i32 0
238   %tmp132 = insertelement <4 x float> %tmp131, float %tmp130, i32 1
239   %tmp133 = insertelement <4 x float> %tmp132, float %tmp130, i32 2
240   %tmp134 = insertelement <4 x float> %tmp133, float %tmp130, i32 3
241   %tmp135 = extractelement <4 x float> %tmp134, i32 0
242   %tmp136 = extractelement <4 x float> %tmp134, i32 1
243   %tmp137 = fmul float %tmp59, %p2.i
244   %tmp138 = fmul float %tmp59, %p2.i96
245   %tmp139 = fmul float %tmp59, %p2.i96
246   %tmp140 = fmul float %tmp59, %p2.i96
247   %mbcnt.lo.2 = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
248   %tmp141 = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %mbcnt.lo.2)
249   %tmp142 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp141
250   %tmp143 = bitcast float %tmp137 to i32
251   store i32 %tmp143, ptr addrspace(3) %tmp142
252   %tmp144 = bitcast float %tmp138 to i32
253   store i32 %tmp144, ptr addrspace(3) %tmp142
254   %tmp145 = bitcast float %tmp139 to i32
255   store i32 %tmp145, ptr addrspace(3) %tmp142
256   %tmp146 = bitcast float %tmp140 to i32
257   store i32 %tmp146, ptr addrspace(3) %tmp142
258   %mbcnt.lo.3 = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
259   %tmp147 = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %mbcnt.lo.3)
260   %tmp148 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp147
261   %tmp149 = and i32 %tmp147, -4
262   %tmp150 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp149
263   %tmp151 = add i32 %tmp149, 2
264   %tmp152 = getelementptr [64 x i32], ptr addrspace(3) %lds, i32 0, i32 %tmp151
265   %tmp153 = bitcast float %tmp137 to i32
266   store i32 %tmp153, ptr addrspace(3) %tmp148
267   %tmp154 = load i32, ptr addrspace(3) %tmp150
268   %tmp155 = bitcast i32 %tmp154 to float
269   %tmp156 = load i32, ptr addrspace(3) %tmp152
270   %tmp157 = bitcast i32 %tmp156 to float
271   %tmp158 = fsub float %tmp157, %tmp155
272   %tmp159 = bitcast float %tmp138 to i32
273   store i32 %tmp159, ptr addrspace(3) %tmp148
274   %tmp160 = load i32, ptr addrspace(3) %tmp150
275   %tmp161 = bitcast i32 %tmp160 to float
276   %tmp162 = load i32, ptr addrspace(3) %tmp152
277   %tmp163 = bitcast i32 %tmp162 to float
278   %tmp164 = fsub float %tmp163, %tmp161
279   %tmp165 = bitcast float %tmp139 to i32
280   store i32 %tmp165, ptr addrspace(3) %tmp148
281   %tmp166 = load i32, ptr addrspace(3) %tmp150
282   %tmp167 = bitcast i32 %tmp166 to float
283   %tmp168 = load i32, ptr addrspace(3) %tmp152
284   %tmp169 = bitcast i32 %tmp168 to float
285   %tmp170 = fsub float %tmp169, %tmp167
286   %tmp171 = bitcast float %tmp140 to i32
287   store i32 %tmp171, ptr addrspace(3) %tmp148
288   %tmp172 = load i32, ptr addrspace(3) %tmp150
289   %tmp173 = bitcast i32 %tmp172 to float
290   %tmp174 = load i32, ptr addrspace(3) %tmp152
291   %tmp175 = bitcast i32 %tmp174 to float
292   %tmp176 = fsub float %tmp175, %tmp173
293   %tmp177 = insertelement <4 x float> undef, float %tmp158, i32 0
294   %tmp178 = insertelement <4 x float> %tmp177, float %tmp164, i32 1
295   %tmp179 = insertelement <4 x float> %tmp178, float %tmp170, i32 2
296   %tmp180 = insertelement <4 x float> %tmp179, float %tmp176, i32 3
297   %tmp181 = extractelement <4 x float> %tmp180, i32 0
298   %tmp182 = extractelement <4 x float> %tmp180, i32 1
299   %tmp183 = fdiv float 1.000000e+00, %p2.i78
300   %tmp184 = fmul float %tmp32, %tmp183
301   %tmp185 = fcmp uge float 1.000000e+00, %tmp184
302   %tmp186 = select i1 %tmp185, float %tmp184, float 1.000000e+00
303   %tmp187 = fmul float %tmp186, %tmp29
304   %tmp188 = call float @llvm.ceil.f32(float %tmp187)
305   %tmp189 = fcmp uge float 3.000000e+00, %tmp188
306   %tmp190 = select i1 %tmp189, float 3.000000e+00, float %tmp188
307   %tmp191 = fdiv float 1.000000e+00, %tmp190
308   %tmp192 = fdiv float 1.000000e+00, %tmp29
309   %tmp193 = fmul float %tmp190, %tmp192
310   %tmp194 = fmul float %tmp30, %tmp193
311   %tmp195 = fmul float %p2.i90, %p2.i90
312   %tmp196 = fmul float %p2.i84, %p2.i84
313   %tmp197 = fadd float %tmp196, %tmp195
314   %tmp198 = fmul float %p2.i78, %p2.i78
315   %tmp199 = fadd float %tmp197, %tmp198
316   %tmp200 = call float @llvm.amdgcn.rsq.f32(float %tmp199)
317   %tmp201 = fmul float %p2.i90, %tmp200
318   %tmp202 = fmul float %p2.i84, %tmp200
319   %tmp203 = fmul float %tmp201, %tmp28
320   %tmp204 = fmul float %tmp202, %tmp28
321   %tmp205 = fmul float %tmp203, -1.000000e+00
322   %tmp206 = fmul float %tmp204, 1.000000e+00
323   %tmp207 = fmul float %tmp205, %tmp31
324   %tmp208 = fmul float %tmp206, %tmp31
325   %tmp209 = fsub float -0.000000e+00, %tmp207
326   %tmp210 = fadd float %p2.i, %tmp209
327   %tmp211 = fsub float -0.000000e+00, %tmp208
328   %tmp212 = fadd float %p2.i96, %tmp211
329   %tmp213 = fmul float %tmp205, %tmp191
330   %tmp214 = fmul float %tmp206, %tmp191
331   %tmp215 = fmul float -1.000000e+00, %tmp191
332   br label %LOOP
334 LOOP:                                             ; preds = %ENDIF, %main_body
335   %temp24.0 = phi float [ 1.000000e+00, %main_body ], [ %tmp257, %ENDIF ]
336   %temp28.0 = phi float [ %tmp210, %main_body ], [ %tmp252, %ENDIF ]
337   %temp29.0 = phi float [ %tmp212, %main_body ], [ %tmp254, %ENDIF ]
338   %temp30.0 = phi float [ 1.000000e+00, %main_body ], [ %tmp256, %ENDIF ]
339   %tmp224 = fcmp oge float %temp24.0, %tmp190
340   %tmp225 = sext i1 %tmp224 to i32
341   %tmp226 = bitcast i32 %tmp225 to float
342   %tmp227 = bitcast float %tmp226 to i32
343   %tmp228 = icmp ne i32 %tmp227, 0
344   br i1 %tmp228, label %IF, label %ENDIF
346 IF:                                               ; preds = %LOOP
347   %tmp229 = bitcast float %tmp135 to i32
348   %tmp230 = bitcast float %tmp181 to i32
349   %tmp231 = bitcast float %tmp136 to i32
350   %tmp232 = bitcast float %tmp182 to i32
351   %tmp233 = insertelement <8 x i32> undef, i32 %tmp229, i32 0
352   %tmp234 = insertelement <8 x i32> %tmp233, i32 %tmp230, i32 1
353   %tmp235 = insertelement <8 x i32> %tmp234, i32 %tmp231, i32 2
354   %tmp236 = insertelement <8 x i32> %tmp235, i32 %tmp232, i32 3
355   br label %LOOP65
357 ENDIF:                                            ; preds = %LOOP
358   %tmp243 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.0, float %temp29.0, <8 x i32> %tmp61, <4 x i32> %tmp63.bc, i1 0, i32 0, i32 0)
359   %tmp244 = extractelement <4 x float> %tmp243, i32 3
360   %tmp245 = fcmp oge float %temp30.0, %tmp244
361   %tmp246 = sext i1 %tmp245 to i32
362   %tmp247 = bitcast i32 %tmp246 to float
363   %tmp248 = bitcast float %tmp247 to i32
364   %tmp249 = and i32 %tmp248, 1065353216
365   %tmp250 = bitcast i32 %tmp249 to float
366   %tmp251 = fmul float %tmp213, %tmp250
367   %tmp252 = fadd float %tmp251, %temp28.0
368   %tmp253 = fmul float %tmp214, %tmp250
369   %tmp254 = fadd float %tmp253, %temp29.0
370   %tmp255 = fmul float %tmp215, %tmp250
371   %tmp256 = fadd float %tmp255, %temp30.0
372   %tmp257 = fadd float %temp24.0, 1.000000e+00
373   br label %LOOP
375 LOOP65:                                           ; preds = %ENDIF66, %IF
376   %temp24.1 = phi float [ 0.000000e+00, %IF ], [ %tmp609, %ENDIF66 ]
377   %temp28.1 = phi float [ %temp28.0, %IF ], [ %tmp604, %ENDIF66 ]
378   %temp29.1 = phi float [ %temp29.0, %IF ], [ %tmp606, %ENDIF66 ]
379   %temp30.1 = phi float [ %temp30.0, %IF ], [ %tmp608, %ENDIF66 ]
380   %temp32.0 = phi float [ 1.000000e+00, %IF ], [ %tmp610, %ENDIF66 ]
381   %tmp258 = fcmp oge float %temp24.1, %tmp194
382   %tmp259 = sext i1 %tmp258 to i32
383   %tmp260 = bitcast i32 %tmp259 to float
384   %tmp261 = bitcast float %tmp260 to i32
385   %tmp262 = icmp ne i32 %tmp261, 0
386   br i1 %tmp262, label %IF67, label %ENDIF66
388 IF67:                                             ; preds = %LOOP65
389   %tmp67.bc = bitcast <4 x i32> %tmp67 to <4 x i32>
390   %tmp277 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp65, <4 x i32> %tmp67.bc, i1 0, i32 0, i32 0)
391   %tmp278 = extractelement <4 x float> %tmp277, i32 0
392   %tmp279 = extractelement <4 x float> %tmp277, i32 1
393   %tmp280 = extractelement <4 x float> %tmp277, i32 2
394   %tmp281 = extractelement <4 x float> %tmp277, i32 3
395   %tmp282 = fmul float %tmp281, %tmp46
396   %tmp83.bc = bitcast <4 x i32> %tmp83 to <4 x i32>
397   %tmp297 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp81, <4 x i32> %tmp83.bc, i1 0, i32 0, i32 0)
398   %tmp298 = extractelement <4 x float> %tmp297, i32 0
399   %tmp299 = extractelement <4 x float> %tmp297, i32 1
400   %tmp300 = extractelement <4 x float> %tmp297, i32 2
401   %tmp79.bc = bitcast <4 x i32> %tmp79 to <4 x i32>
402   %tmp315 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp77, <4 x i32> %tmp79.bc, i1 0, i32 0, i32 0)
403   %tmp316 = extractelement <4 x float> %tmp315, i32 0
404   %tmp317 = extractelement <4 x float> %tmp315, i32 1
405   %tmp318 = extractelement <4 x float> %tmp315, i32 2
406   %tmp319 = fmul float %tmp316, %tmp22
407   %tmp320 = fmul float %tmp317, %tmp23
408   %tmp321 = fmul float %tmp318, %tmp24
409   %tmp322 = fmul float %tmp298, %tmp25
410   %tmp323 = fadd float %tmp322, %tmp319
411   %tmp324 = fmul float %tmp299, %tmp26
412   %tmp325 = fadd float %tmp324, %tmp320
413   %tmp326 = fmul float %tmp300, %tmp27
414   %tmp327 = fadd float %tmp326, %tmp321
415   %tmp328 = fadd float %tmp278, %tmp323
416   %tmp329 = fadd float %tmp279, %tmp325
417   %tmp330 = fadd float %tmp280, %tmp327
418   %tmp345 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp61, <4 x i32> %tmp63.bc, i1 0, i32 0, i32 0)
419   %tmp346 = extractelement <4 x float> %tmp345, i32 0
420   %tmp347 = extractelement <4 x float> %tmp345, i32 1
421   %tmp348 = extractelement <4 x float> %tmp345, i32 2
422   %tmp349 = fadd float %tmp346, -5.000000e-01
423   %tmp350 = fadd float %tmp347, -5.000000e-01
424   %tmp351 = fadd float %tmp348, -5.000000e-01
425   %tmp352 = fmul float %tmp349, %tmp349
426   %tmp353 = fmul float %tmp350, %tmp350
427   %tmp354 = fadd float %tmp353, %tmp352
428   %tmp355 = fmul float %tmp351, %tmp351
429   %tmp356 = fadd float %tmp354, %tmp355
430   %tmp357 = call float @llvm.amdgcn.rsq.f32(float %tmp356)
431   %tmp358 = fmul float %tmp349, %tmp357
432   %tmp359 = fmul float %tmp350, %tmp357
433   %tmp360 = fmul float %tmp351, %tmp357
434   %tmp71.bc = bitcast <4 x i32> %tmp71 to <4 x i32>
435   %tmp375 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp69, <4 x i32> %tmp71.bc, i1 0, i32 0, i32 0)
436   %tmp376 = extractelement <4 x float> %tmp375, i32 0
437   %tmp377 = extractelement <4 x float> %tmp375, i32 1
438   %tmp378 = extractelement <4 x float> %tmp375, i32 2
439   %tmp379 = extractelement <4 x float> %tmp375, i32 3
440   %tmp380 = fsub float -0.000000e+00, %p2.i90
441   %tmp381 = fsub float -0.000000e+00, %p2.i84
442   %tmp382 = fsub float -0.000000e+00, %p2.i78
443   %tmp383 = fmul float %tmp358, %tmp380
444   %tmp384 = fmul float %tmp359, %tmp381
445   %tmp385 = fadd float %tmp384, %tmp383
446   %tmp386 = fmul float %tmp360, %tmp382
447   %tmp387 = fadd float %tmp385, %tmp386
448   %tmp388 = fmul float %tmp387, %tmp358
449   %tmp389 = fmul float %tmp387, %tmp359
450   %tmp390 = fmul float %tmp387, %tmp360
451   %tmp391 = fmul float 2.000000e+00, %tmp388
452   %tmp392 = fmul float 2.000000e+00, %tmp389
453   %tmp393 = fmul float 2.000000e+00, %tmp390
454   %tmp394 = fsub float -0.000000e+00, %tmp391
455   %tmp395 = fadd float %tmp380, %tmp394
456   %tmp396 = fsub float -0.000000e+00, %tmp392
457   %tmp397 = fadd float %tmp381, %tmp396
458   %tmp398 = fsub float -0.000000e+00, %tmp393
459   %tmp399 = fadd float %tmp382, %tmp398
460   %tmp400 = fmul float %tmp395, %p2.i72
461   %tmp401 = fmul float %tmp395, %p2.i66
462   %tmp402 = fmul float %tmp395, %p2.i60
463   %tmp403 = fmul float %tmp397, %p2.i54
464   %tmp404 = fadd float %tmp403, %tmp400
465   %tmp405 = fmul float %tmp397, %p2.i48
466   %tmp406 = fadd float %tmp405, %tmp401
467   %tmp407 = fmul float %tmp397, %p2.i42
468   %tmp408 = fadd float %tmp407, %tmp402
469   %tmp409 = fmul float %tmp399, %p2.i36
470   %tmp410 = fadd float %tmp409, %tmp404
471   %tmp411 = fmul float %tmp399, %p2.i30
472   %tmp412 = fadd float %tmp411, %tmp406
473   %tmp413 = fmul float %tmp399, %p2.i24
474   %tmp414 = fadd float %tmp413, %tmp408
475   %tmp87.bc = bitcast <4 x i32> %tmp87 to <4 x i32>
476   %tmp429 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp85, <4 x i32> %tmp87.bc, i1 0, i32 0, i32 0)
477   %tmp430 = extractelement <4 x float> %tmp429, i32 0
478   %tmp431 = extractelement <4 x float> %tmp429, i32 1
479   %tmp432 = extractelement <4 x float> %tmp429, i32 2
480   %tmp433 = fmul float %tmp47, %tmp410
481   %tmp434 = fmul float %tmp48, %tmp410
482   %tmp435 = fmul float %tmp49, %tmp410
483   %tmp436 = fmul float %tmp50, %tmp412
484   %tmp437 = fadd float %tmp436, %tmp433
485   %tmp438 = fmul float %tmp51, %tmp412
486   %tmp439 = fadd float %tmp438, %tmp434
487   %tmp440 = fmul float %tmp52, %tmp412
488   %tmp441 = fadd float %tmp440, %tmp435
489   %tmp442 = fmul float %tmp53, %tmp414
490   %tmp443 = fadd float %tmp442, %tmp437
491   %tmp444 = fmul float %tmp54, %tmp414
492   %tmp445 = fadd float %tmp444, %tmp439
493   %tmp446 = fmul float %tmp55, %tmp414
494   %tmp447 = fadd float %tmp446, %tmp441
495   %tmp448 = insertelement <4 x float> undef, float %tmp443, i32 0
496   %tmp449 = insertelement <4 x float> %tmp448, float %tmp445, i32 1
497   %tmp450 = insertelement <4 x float> %tmp449, float %tmp447, i32 2
498   %tmp451 = insertelement <4 x float> %tmp450, float %tmp194, i32 3
499   %tmp451.x = extractelement <4 x float> %tmp451, i32 0
500   %tmp451.y = extractelement <4 x float> %tmp451, i32 1
501   %tmp451.z = extractelement <4 x float> %tmp451, i32 2
502   %cubetc = call float @llvm.amdgcn.cubetc(float %tmp451.x, float %tmp451.y, float %tmp451.z)
503   %cubesc = call float @llvm.amdgcn.cubesc(float %tmp451.x, float %tmp451.y, float %tmp451.z)
504   %cubema = call float @llvm.amdgcn.cubema(float %tmp451.x, float %tmp451.y, float %tmp451.z)
505   %cubeid = call float @llvm.amdgcn.cubeid(float %tmp451.x, float %tmp451.y, float %tmp451.z)
506   %tmp452.0 = insertelement <4 x float> undef, float %cubetc, i32 0
507   %tmp452.1 = insertelement <4 x float> %tmp452.0, float %cubesc, i32 1
508   %tmp452.2 = insertelement <4 x float> %tmp452.1, float %cubema, i32 2
509   %tmp452 = insertelement <4 x float> %tmp452.2, float %cubeid, i32 3
510   %tmp453 = extractelement <4 x float> %tmp452, i32 0
511   %tmp454 = extractelement <4 x float> %tmp452, i32 1
512   %tmp455 = extractelement <4 x float> %tmp452, i32 2
513   %tmp456 = extractelement <4 x float> %tmp452, i32 3
514   %tmp457 = call float @llvm.fabs.f32(float %tmp455)
515   %tmp458 = fdiv float 1.000000e+00, %tmp457
516   %tmp459 = fmul float %tmp453, %tmp458
517   %tmp460 = fadd float %tmp459, 1.500000e+00
518   %tmp461 = fmul float %tmp454, %tmp458
519   %tmp462 = fadd float %tmp461, 1.500000e+00
520   %tmp91.bc = bitcast <4 x i32> %tmp91 to <4 x i32>
521   %tmp470 = call <4 x float> @llvm.amdgcn.image.sample.cube.v4f32.f32(i32 15, float %tmp462, float %tmp460, float %tmp456, <8 x i32> %tmp89, <4 x i32> %tmp91.bc, i1 0, i32 0, i32 0) #0
522   %tmp471 = extractelement <4 x float> %tmp470, i32 0
523   %tmp472 = extractelement <4 x float> %tmp470, i32 1
524   %tmp473 = extractelement <4 x float> %tmp470, i32 2
525   %tmp474 = fmul float %tmp430, %tmp471
526   %tmp475 = fadd float %tmp474, %tmp328
527   %tmp476 = fmul float %tmp431, %tmp472
528   %tmp477 = fadd float %tmp476, %tmp329
529   %tmp478 = fmul float %tmp432, %tmp473
530   %tmp479 = fadd float %tmp478, %tmp330
531   %tmp480 = fmul float %p2.i18, %p2.i18
532   %tmp481 = fmul float %p2.i12, %p2.i12
533   %tmp482 = fadd float %tmp481, %tmp480
534   %tmp483 = fmul float %p2.i6, %p2.i6
535   %tmp484 = fadd float %tmp482, %tmp483
536   %tmp485 = call float @llvm.amdgcn.rsq.f32(float %tmp484)
537   %tmp486 = fmul float %p2.i18, %tmp485
538   %tmp487 = fmul float %p2.i12, %tmp485
539   %tmp488 = fmul float %p2.i6, %tmp485
540   %tmp489 = fmul float %tmp376, %tmp39
541   %tmp490 = fmul float %tmp377, %tmp40
542   %tmp491 = fmul float %tmp378, %tmp41
543   %tmp492 = fmul float %tmp358, %tmp486
544   %tmp493 = fmul float %tmp359, %tmp487
545   %tmp494 = fadd float %tmp493, %tmp492
546   %tmp495 = fmul float %tmp360, %tmp488
547   %tmp496 = fadd float %tmp494, %tmp495
548   %tmp497 = fmul float %tmp496, %tmp358
549   %tmp498 = fmul float %tmp496, %tmp359
550   %tmp499 = fmul float %tmp496, %tmp360
551   %tmp500 = fmul float 2.000000e+00, %tmp497
552   %tmp501 = fmul float 2.000000e+00, %tmp498
553   %tmp502 = fmul float 2.000000e+00, %tmp499
554   %tmp503 = fsub float -0.000000e+00, %tmp500
555   %tmp504 = fadd float %tmp486, %tmp503
556   %tmp505 = fsub float -0.000000e+00, %tmp501
557   %tmp506 = fadd float %tmp487, %tmp505
558   %tmp507 = fsub float -0.000000e+00, %tmp502
559   %tmp508 = fadd float %tmp488, %tmp507
560   %tmp509 = fmul float %p2.i90, %p2.i90
561   %tmp510 = fmul float %p2.i84, %p2.i84
562   %tmp511 = fadd float %tmp510, %tmp509
563   %tmp512 = fmul float %p2.i78, %p2.i78
564   %tmp513 = fadd float %tmp511, %tmp512
565   %tmp514 = call float @llvm.amdgcn.rsq.f32(float %tmp513)
566   %tmp515 = fmul float %p2.i90, %tmp514
567   %tmp516 = fmul float %p2.i84, %tmp514
568   %tmp517 = fmul float %p2.i78, %tmp514
569   %tmp518 = fmul float %tmp504, %tmp515
570   %tmp519 = fmul float %tmp506, %tmp516
571   %tmp520 = fadd float %tmp519, %tmp518
572   %tmp521 = fmul float %tmp508, %tmp517
573   %tmp522 = fadd float %tmp520, %tmp521
574   %tmp523 = fsub float -0.000000e+00, %tmp522
575   %tmp524 = fcmp uge float %tmp523, 0.000000e+00
576   %tmp525 = select i1 %tmp524, float %tmp523, float 0.000000e+00
577   %tmp526 = fmul float %tmp42, %tmp379
578   %tmp527 = fadd float %tmp526, 1.000000e+00
579   %tmp528 = call float @llvm.pow.f32(float %tmp525, float %tmp527)
580   %tmp529 = fmul float %tmp475, %tmp36
581   %tmp530 = fmul float %tmp477, %tmp37
582   %tmp531 = fmul float %tmp479, %tmp38
583   %tmp532 = fmul float %tmp358, %tmp486
584   %tmp533 = fmul float %tmp359, %tmp487
585   %tmp534 = fadd float %tmp533, %tmp532
586   %tmp535 = fmul float %tmp360, %tmp488
587   %tmp536 = fadd float %tmp534, %tmp535
588   %tmp537 = fcmp uge float %tmp536, 0.000000e+00
589   %tmp538 = select i1 %tmp537, float %tmp536, float 0.000000e+00
590   %tmp539 = fmul float %tmp529, %tmp538
591   %tmp540 = fmul float %tmp530, %tmp538
592   %tmp541 = fmul float %tmp531, %tmp538
593   %tmp542 = fmul float %tmp489, %tmp528
594   %tmp543 = fadd float %tmp542, %tmp539
595   %tmp544 = fmul float %tmp490, %tmp528
596   %tmp545 = fadd float %tmp544, %tmp540
597   %tmp546 = fmul float %tmp491, %tmp528
598   %tmp547 = fadd float %tmp546, %tmp541
599   %tmp548 = fmul float %tmp475, %tmp33
600   %tmp549 = fmul float %tmp477, %tmp34
601   %tmp550 = fmul float %tmp479, %tmp35
602   %tmp551 = fmul float %tmp543, %tmp56
603   %tmp552 = fadd float %tmp551, %tmp548
604   %tmp553 = fmul float %tmp545, %tmp57
605   %tmp554 = fadd float %tmp553, %tmp549
606   %tmp555 = fmul float %tmp547, %tmp58
607   %tmp556 = fadd float %tmp555, %tmp550
608   %tmp75.bc = bitcast <4 x i32> %tmp75 to <4 x i32>
609   %tmp571 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp73, <4 x i32> %tmp75.bc, i1 0, i32 0, i32 0)
610   %tmp572 = extractelement <4 x float> %tmp571, i32 0
611   %tmp573 = extractelement <4 x float> %tmp571, i32 1
612   %tmp574 = extractelement <4 x float> %tmp571, i32 2
613   %tmp575 = fmul float %tmp572, %tmp43
614   %tmp576 = fadd float %tmp575, %tmp552
615   %tmp577 = fmul float %tmp573, %tmp44
616   %tmp578 = fadd float %tmp577, %tmp554
617   %tmp579 = fmul float %tmp574, %tmp45
618   %tmp580 = fadd float %tmp579, %tmp556
619   %tmp581 = call <2 x half> @llvm.amdgcn.cvt.pkrtz(float %tmp576, float %tmp578)
620   %tmp583 = call <2 x half> @llvm.amdgcn.cvt.pkrtz(float %tmp580, float %tmp282)
621   call void @llvm.amdgcn.exp.compr.v2f16(i32 0, i32 15, <2 x half> %tmp581, <2 x half> %tmp583, i1 true, i1 true) #0
622   ret void
624 ENDIF66:                                          ; preds = %LOOP65
625   %tmp591 = call <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32 15, float %tmp135, float %tmp181, float %tmp136, float %tmp182, float %temp28.1, float %temp29.1, <8 x i32> %tmp61, <4 x i32> %tmp63.bc, i1 0, i32 0, i32 0)
626   %tmp592 = extractelement <4 x float> %tmp591, i32 3
627   %tmp593 = fcmp oge float %temp30.1, %tmp592
628   %tmp594 = sext i1 %tmp593 to i32
629   %tmp595 = bitcast i32 %tmp594 to float
630   %tmp596 = bitcast float %tmp595 to i32
631   %tmp597 = and i32 %tmp596, 1065353216
632   %tmp598 = bitcast i32 %tmp597 to float
633   %tmp599 = fmul float 5.000000e-01, %temp32.0
634   %tmp600 = fsub float -0.000000e+00, %tmp599
635   %tmp601 = fmul float %tmp598, %temp32.0
636   %tmp602 = fadd float %tmp601, %tmp600
637   %tmp603 = fmul float %tmp213, %tmp602
638   %tmp604 = fadd float %tmp603, %temp28.1
639   %tmp605 = fmul float %tmp214, %tmp602
640   %tmp606 = fadd float %tmp605, %temp29.1
641   %tmp607 = fmul float %tmp215, %tmp602
642   %tmp608 = fadd float %tmp607, %temp30.1
643   %tmp609 = fadd float %temp24.1, 1.000000e+00
644   %tmp610 = fmul float %temp32.0, 5.000000e-01
645   br label %LOOP65
648 ; GCN-LABEL: {{^}}main1:
649 ; GCN: s_endpgm
650 ; TOVGPR: ScratchSize: 0{{$}}
651 define amdgpu_ps void @main1(ptr addrspace(4) inreg %arg, ptr addrspace(4) inreg %arg1, ptr addrspace(4) inreg %arg2, float inreg %arg3, i32 inreg %arg4, <2 x i32> %arg5, <2 x i32> %arg6, <2 x i32> %arg7, <3 x i32> %arg8, <2 x i32> %arg9, <2 x i32> %arg10, <2 x i32> %arg11, float %arg12, float %arg13, float %arg14, float %arg15, float %arg16, float %arg17, float %arg18, float %arg19, float %arg20) #0 {
652 main_body:
653   %tmp21 = load <4 x i32>, ptr addrspace(4) %arg, !tbaa !0
654   %tmp22 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 0, i32 0)
655   %tmp23 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 4, i32 0)
656   %tmp24 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 8, i32 0)
657   %tmp25 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 12, i32 0)
658   %tmp26 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 28, i32 0)
659   %tmp27 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 48, i32 0)
660   %tmp28 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 52, i32 0)
661   %tmp29 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 56, i32 0)
662   %tmp30 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 64, i32 0)
663   %tmp31 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 68, i32 0)
664   %tmp32 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 72, i32 0)
665   %tmp33 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 76, i32 0)
666   %tmp34 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 128, i32 0)
667   %tmp35 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 132, i32 0)
668   %tmp36 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 144, i32 0)
669   %tmp37 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 148, i32 0)
670   %tmp38 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 152, i32 0)
671   %tmp39 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 160, i32 0)
672   %tmp40 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 164, i32 0)
673   %tmp41 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 168, i32 0)
674   %tmp42 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 172, i32 0)
675   %tmp43 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 176, i32 0)
676   %tmp44 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 180, i32 0)
677   %tmp45 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 184, i32 0)
678   %tmp46 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 192, i32 0)
679   %tmp47 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 196, i32 0)
680   %tmp48 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 200, i32 0)
681   %tmp49 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 208, i32 0)
682   %tmp50 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 212, i32 0)
683   %tmp51 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 216, i32 0)
684   %tmp52 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 220, i32 0)
685   %tmp53 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 236, i32 0)
686   %tmp54 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 240, i32 0)
687   %tmp55 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 244, i32 0)
688   %tmp56 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 248, i32 0)
689   %tmp57 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 252, i32 0)
690   %tmp58 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 256, i32 0)
691   %tmp59 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 260, i32 0)
692   %tmp60 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 264, i32 0)
693   %tmp61 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 268, i32 0)
694   %tmp62 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 272, i32 0)
695   %tmp63 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 276, i32 0)
696   %tmp64 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 280, i32 0)
697   %tmp65 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 284, i32 0)
698   %tmp66 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 288, i32 0)
699   %tmp67 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 292, i32 0)
700   %tmp68 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 464, i32 0)
701   %tmp69 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 468, i32 0)
702   %tmp70 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 472, i32 0)
703   %tmp71 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 496, i32 0)
704   %tmp72 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 500, i32 0)
705   %tmp73 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 504, i32 0)
706   %tmp74 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 512, i32 0)
707   %tmp75 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 516, i32 0)
708   %tmp76 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 524, i32 0)
709   %tmp77 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 532, i32 0)
710   %tmp78 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 536, i32 0)
711   %tmp79 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 540, i32 0)
712   %tmp80 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 544, i32 0)
713   %tmp81 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 548, i32 0)
714   %tmp82 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 552, i32 0)
715   %tmp83 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 556, i32 0)
716   %tmp84 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 560, i32 0)
717   %tmp85 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 564, i32 0)
718   %tmp86 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 568, i32 0)
719   %tmp87 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 572, i32 0)
720   %tmp88 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 576, i32 0)
721   %tmp89 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 580, i32 0)
722   %tmp90 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 584, i32 0)
723   %tmp91 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 588, i32 0)
724   %tmp92 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 592, i32 0)
725   %tmp93 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 596, i32 0)
726   %tmp94 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 600, i32 0)
727   %tmp95 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 604, i32 0)
728   %tmp96 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 608, i32 0)
729   %tmp97 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 612, i32 0)
730   %tmp98 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 616, i32 0)
731   %tmp99 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 624, i32 0)
732   %tmp100 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 628, i32 0)
733   %tmp101 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 632, i32 0)
734   %tmp102 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 636, i32 0)
735   %tmp103 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 640, i32 0)
736   %tmp104 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 644, i32 0)
737   %tmp105 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 648, i32 0)
738   %tmp106 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 652, i32 0)
739   %tmp107 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 656, i32 0)
740   %tmp108 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 660, i32 0)
741   %tmp109 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 664, i32 0)
742   %tmp110 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 668, i32 0)
743   %tmp111 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 672, i32 0)
744   %tmp112 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 676, i32 0)
745   %tmp113 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 680, i32 0)
746   %tmp114 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 684, i32 0)
747   %tmp115 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 688, i32 0)
748   %tmp116 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 692, i32 0)
749   %tmp117 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 696, i32 0)
750   %tmp118 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 700, i32 0)
751   %tmp119 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 704, i32 0)
752   %tmp120 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 708, i32 0)
753   %tmp121 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 712, i32 0)
754   %tmp122 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 716, i32 0)
755   %tmp123 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 864, i32 0)
756   %tmp124 = call float @llvm.amdgcn.s.buffer.load.f32(<4 x i32> %tmp21, i32 868, i32 0)
757   %tmp126 = load <8 x i32>, ptr addrspace(4) %arg2, !tbaa !0
758   %tmp128 = load <4 x i32>, ptr addrspace(4) %arg1, !tbaa !0
759   %tmp129 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 1
760   %tmp130 = load <8 x i32>, ptr addrspace(4) %tmp129, !tbaa !0
761   %tmp131 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 1
762   %tmp132 = load <4 x i32>, ptr addrspace(4) %tmp131, !tbaa !0
763   %tmp133 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 2
764   %tmp134 = load <8 x i32>, ptr addrspace(4) %tmp133, !tbaa !0
765   %tmp135 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 2
766   %tmp136 = load <4 x i32>, ptr addrspace(4) %tmp135, !tbaa !0
767   %tmp137 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 3
768   %tmp138 = load <8 x i32>, ptr addrspace(4) %tmp137, !tbaa !0
769   %tmp139 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 3
770   %tmp140 = load <4 x i32>, ptr addrspace(4) %tmp139, !tbaa !0
771   %tmp141 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 4
772   %tmp142 = load <8 x i32>, ptr addrspace(4) %tmp141, !tbaa !0
773   %tmp143 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 4
774   %tmp144 = load <4 x i32>, ptr addrspace(4) %tmp143, !tbaa !0
775   %tmp145 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 5
776   %tmp146 = load <8 x i32>, ptr addrspace(4) %tmp145, !tbaa !0
777   %tmp147 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 5
778   %tmp148 = load <4 x i32>, ptr addrspace(4) %tmp147, !tbaa !0
779   %tmp149 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 6
780   %tmp150 = load <8 x i32>, ptr addrspace(4) %tmp149, !tbaa !0
781   %tmp151 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 6
782   %tmp152 = load <4 x i32>, ptr addrspace(4) %tmp151, !tbaa !0
783   %tmp153 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 7
784   %tmp154 = load <8 x i32>, ptr addrspace(4) %tmp153, !tbaa !0
785   %tmp155 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 7
786   %tmp156 = load <4 x i32>, ptr addrspace(4) %tmp155, !tbaa !0
787   %tmp157 = getelementptr [16 x <8 x i32>], ptr addrspace(4) %arg2, i64 0, i32 8
788   %tmp158 = load <8 x i32>, ptr addrspace(4) %tmp157, !tbaa !0
789   %tmp159 = getelementptr [32 x <4 x i32>], ptr addrspace(4) %arg1, i64 0, i32 8
790   %tmp160 = load <4 x i32>, ptr addrspace(4) %tmp159, !tbaa !0
791   %tmp161 = fcmp ugt float %arg17, 0.000000e+00
792   %tmp162 = select i1 %tmp161, float 1.000000e+00, float 0.000000e+00
793   %i.i = extractelement <2 x i32> %arg6, i32 0
794   %j.i = extractelement <2 x i32> %arg6, i32 1
795   %i.f.i = bitcast i32 %i.i to float
796   %j.f.i = bitcast i32 %j.i to float
797   %p1.i = call float @llvm.amdgcn.interp.p1(float %i.f.i, i32 0, i32 0, i32 %arg4) #0
798   %p2.i = call float @llvm.amdgcn.interp.p2(float %p1.i, float %j.f.i, i32 0, i32 0, i32 %arg4) #0
799   %i.i181 = extractelement <2 x i32> %arg6, i32 0
800   %j.i182 = extractelement <2 x i32> %arg6, i32 1
801   %i.f.i183 = bitcast i32 %i.i181 to float
802   %j.f.i184 = bitcast i32 %j.i182 to float
803   %p1.i185 = call float @llvm.amdgcn.interp.p1(float %i.f.i183, i32 1, i32 0, i32 %arg4) #0
804   %p2.i186 = call float @llvm.amdgcn.interp.p2(float %p1.i185, float %j.f.i184, i32 1, i32 0, i32 %arg4) #0
805   %i.i175 = extractelement <2 x i32> %arg6, i32 0
806   %j.i176 = extractelement <2 x i32> %arg6, i32 1
807   %i.f.i177 = bitcast i32 %i.i175 to float
808   %j.f.i178 = bitcast i32 %j.i176 to float
809   %p1.i179 = call float @llvm.amdgcn.interp.p1(float %i.f.i177, i32 2, i32 0, i32 %arg4) #0
810   %p2.i180 = call float @llvm.amdgcn.interp.p2(float %p1.i179, float %j.f.i178, i32 2, i32 0, i32 %arg4) #0
811   %i.i169 = extractelement <2 x i32> %arg6, i32 0
812   %j.i170 = extractelement <2 x i32> %arg6, i32 1
813   %i.f.i171 = bitcast i32 %i.i169 to float
814   %j.f.i172 = bitcast i32 %j.i170 to float
815   %p1.i173 = call float @llvm.amdgcn.interp.p1(float %i.f.i171, i32 3, i32 0, i32 %arg4) #0
816   %p2.i174 = call float @llvm.amdgcn.interp.p2(float %p1.i173, float %j.f.i172, i32 3, i32 0, i32 %arg4) #0
817   %i.i163 = extractelement <2 x i32> %arg6, i32 0
818   %j.i164 = extractelement <2 x i32> %arg6, i32 1
819   %i.f.i165 = bitcast i32 %i.i163 to float
820   %j.f.i166 = bitcast i32 %j.i164 to float
821   %p1.i167 = call float @llvm.amdgcn.interp.p1(float %i.f.i165, i32 0, i32 1, i32 %arg4) #0
822   %p2.i168 = call float @llvm.amdgcn.interp.p2(float %p1.i167, float %j.f.i166, i32 0, i32 1, i32 %arg4) #0
823   %i.i157 = extractelement <2 x i32> %arg6, i32 0
824   %j.i158 = extractelement <2 x i32> %arg6, i32 1
825   %i.f.i159 = bitcast i32 %i.i157 to float
826   %j.f.i160 = bitcast i32 %j.i158 to float
827   %p1.i161 = call float @llvm.amdgcn.interp.p1(float %i.f.i159, i32 1, i32 1, i32 %arg4) #0
828   %p2.i162 = call float @llvm.amdgcn.interp.p2(float %p1.i161, float %j.f.i160, i32 1, i32 1, i32 %arg4) #0
829   %i.i151 = extractelement <2 x i32> %arg6, i32 0
830   %j.i152 = extractelement <2 x i32> %arg6, i32 1
831   %i.f.i153 = bitcast i32 %i.i151 to float
832   %j.f.i154 = bitcast i32 %j.i152 to float
833   %p1.i155 = call float @llvm.amdgcn.interp.p1(float %i.f.i153, i32 2, i32 1, i32 %arg4) #0
834   %p2.i156 = call float @llvm.amdgcn.interp.p2(float %p1.i155, float %j.f.i154, i32 2, i32 1, i32 %arg4) #0
835   %i.i145 = extractelement <2 x i32> %arg6, i32 0
836   %j.i146 = extractelement <2 x i32> %arg6, i32 1
837   %i.f.i147 = bitcast i32 %i.i145 to float
838   %j.f.i148 = bitcast i32 %j.i146 to float
839   %p1.i149 = call float @llvm.amdgcn.interp.p1(float %i.f.i147, i32 3, i32 1, i32 %arg4) #0
840   %p2.i150 = call float @llvm.amdgcn.interp.p2(float %p1.i149, float %j.f.i148, i32 3, i32 1, i32 %arg4) #0
841   %i.i139 = extractelement <2 x i32> %arg6, i32 0
842   %j.i140 = extractelement <2 x i32> %arg6, i32 1
843   %i.f.i141 = bitcast i32 %i.i139 to float
844   %j.f.i142 = bitcast i32 %j.i140 to float
845   %p1.i143 = call float @llvm.amdgcn.interp.p1(float %i.f.i141, i32 0, i32 2, i32 %arg4) #0
846   %p2.i144 = call float @llvm.amdgcn.interp.p2(float %p1.i143, float %j.f.i142, i32 0, i32 2, i32 %arg4) #0
847   %i.i133 = extractelement <2 x i32> %arg6, i32 0
848   %j.i134 = extractelement <2 x i32> %arg6, i32 1
849   %i.f.i135 = bitcast i32 %i.i133 to float
850   %j.f.i136 = bitcast i32 %j.i134 to float
851   %p1.i137 = call float @llvm.amdgcn.interp.p1(float %i.f.i135, i32 1, i32 2, i32 %arg4) #0
852   %p2.i138 = call float @llvm.amdgcn.interp.p2(float %p1.i137, float %j.f.i136, i32 1, i32 2, i32 %arg4) #0
853   %i.i127 = extractelement <2 x i32> %arg6, i32 0
854   %j.i128 = extractelement <2 x i32> %arg6, i32 1
855   %i.f.i129 = bitcast i32 %i.i127 to float
856   %j.f.i130 = bitcast i32 %j.i128 to float
857   %p1.i131 = call float @llvm.amdgcn.interp.p1(float %i.f.i129, i32 2, i32 2, i32 %arg4) #0
858   %p2.i132 = call float @llvm.amdgcn.interp.p2(float %p1.i131, float %j.f.i130, i32 2, i32 2, i32 %arg4) #0
859   %i.i121 = extractelement <2 x i32> %arg6, i32 0
860   %j.i122 = extractelement <2 x i32> %arg6, i32 1
861   %i.f.i123 = bitcast i32 %i.i121 to float
862   %j.f.i124 = bitcast i32 %j.i122 to float
863   %p1.i125 = call float @llvm.amdgcn.interp.p1(float %i.f.i123, i32 3, i32 2, i32 %arg4) #0
864   %p2.i126 = call float @llvm.amdgcn.interp.p2(float %p1.i125, float %j.f.i124, i32 3, i32 2, i32 %arg4) #0
865   %i.i115 = extractelement <2 x i32> %arg6, i32 0
866   %j.i116 = extractelement <2 x i32> %arg6, i32 1
867   %i.f.i117 = bitcast i32 %i.i115 to float
868   %j.f.i118 = bitcast i32 %j.i116 to float
869   %p1.i119 = call float @llvm.amdgcn.interp.p1(float %i.f.i117, i32 0, i32 3, i32 %arg4) #0
870   %p2.i120 = call float @llvm.amdgcn.interp.p2(float %p1.i119, float %j.f.i118, i32 0, i32 3, i32 %arg4) #0
871   %i.i109 = extractelement <2 x i32> %arg6, i32 0
872   %j.i110 = extractelement <2 x i32> %arg6, i32 1
873   %i.f.i111 = bitcast i32 %i.i109 to float
874   %j.f.i112 = bitcast i32 %j.i110 to float
875   %p1.i113 = call float @llvm.amdgcn.interp.p1(float %i.f.i111, i32 1, i32 3, i32 %arg4) #0
876   %p2.i114 = call float @llvm.amdgcn.interp.p2(float %p1.i113, float %j.f.i112, i32 1, i32 3, i32 %arg4) #0
877   %i.i103 = extractelement <2 x i32> %arg6, i32 0
878   %j.i104 = extractelement <2 x i32> %arg6, i32 1
879   %i.f.i105 = bitcast i32 %i.i103 to float
880   %j.f.i106 = bitcast i32 %j.i104 to float
881   %p1.i107 = call float @llvm.amdgcn.interp.p1(float %i.f.i105, i32 2, i32 3, i32 %arg4) #0
882   %p2.i108 = call float @llvm.amdgcn.interp.p2(float %p1.i107, float %j.f.i106, i32 2, i32 3, i32 %arg4) #0
883   %i.i97 = extractelement <2 x i32> %arg6, i32 0
884   %j.i98 = extractelement <2 x i32> %arg6, i32 1
885   %i.f.i99 = bitcast i32 %i.i97 to float
886   %j.f.i100 = bitcast i32 %j.i98 to float
887   %p1.i101 = call float @llvm.amdgcn.interp.p1(float %i.f.i99, i32 3, i32 3, i32 %arg4) #0
888   %p2.i102 = call float @llvm.amdgcn.interp.p2(float %p1.i101, float %j.f.i100, i32 3, i32 3, i32 %arg4) #0
889   %i.i91 = extractelement <2 x i32> %arg6, i32 0
890   %j.i92 = extractelement <2 x i32> %arg6, i32 1
891   %i.f.i93 = bitcast i32 %i.i91 to float
892   %j.f.i94 = bitcast i32 %j.i92 to float
893   %p1.i95 = call float @llvm.amdgcn.interp.p1(float %i.f.i93, i32 0, i32 4, i32 %arg4) #0
894   %p2.i96 = call float @llvm.amdgcn.interp.p2(float %p1.i95, float %j.f.i94, i32 0, i32 4, i32 %arg4) #0
895   %i.i85 = extractelement <2 x i32> %arg6, i32 0
896   %j.i86 = extractelement <2 x i32> %arg6, i32 1
897   %i.f.i87 = bitcast i32 %i.i85 to float
898   %j.f.i88 = bitcast i32 %j.i86 to float
899   %p1.i89 = call float @llvm.amdgcn.interp.p1(float %i.f.i87, i32 1, i32 4, i32 %arg4) #0
900   %p2.i90 = call float @llvm.amdgcn.interp.p2(float %p1.i89, float %j.f.i88, i32 1, i32 4, i32 %arg4) #0
901   %i.i79 = extractelement <2 x i32> %arg6, i32 0
902   %j.i80 = extractelement <2 x i32> %arg6, i32 1
903   %i.f.i81 = bitcast i32 %i.i79 to float
904   %j.f.i82 = bitcast i32 %j.i80 to float
905   %p1.i83 = call float @llvm.amdgcn.interp.p1(float %i.f.i81, i32 2, i32 4, i32 %arg4) #0
906   %p2.i84 = call float @llvm.amdgcn.interp.p2(float %p1.i83, float %j.f.i82, i32 2, i32 4, i32 %arg4) #0
907   %i.i73 = extractelement <2 x i32> %arg6, i32 0
908   %j.i74 = extractelement <2 x i32> %arg6, i32 1
909   %i.f.i75 = bitcast i32 %i.i73 to float
910   %j.f.i76 = bitcast i32 %j.i74 to float
911   %p1.i77 = call float @llvm.amdgcn.interp.p1(float %i.f.i75, i32 3, i32 4, i32 %arg4) #0
912   %p2.i78 = call float @llvm.amdgcn.interp.p2(float %p1.i77, float %j.f.i76, i32 3, i32 4, i32 %arg4) #0
913   %i.i67 = extractelement <2 x i32> %arg6, i32 0
914   %j.i68 = extractelement <2 x i32> %arg6, i32 1
915   %i.f.i69 = bitcast i32 %i.i67 to float
916   %j.f.i70 = bitcast i32 %j.i68 to float
917   %p1.i71 = call float @llvm.amdgcn.interp.p1(float %i.f.i69, i32 0, i32 5, i32 %arg4) #0
918   %p2.i72 = call float @llvm.amdgcn.interp.p2(float %p1.i71, float %j.f.i70, i32 0, i32 5, i32 %arg4) #0
919   %i.i61 = extractelement <2 x i32> %arg6, i32 0
920   %j.i62 = extractelement <2 x i32> %arg6, i32 1
921   %i.f.i63 = bitcast i32 %i.i61 to float
922   %j.f.i64 = bitcast i32 %j.i62 to float
923   %p1.i65 = call float @llvm.amdgcn.interp.p1(float %i.f.i63, i32 1, i32 5, i32 %arg4) #0
924   %p2.i66 = call float @llvm.amdgcn.interp.p2(float %p1.i65, float %j.f.i64, i32 1, i32 5, i32 %arg4) #0
925   %i.i55 = extractelement <2 x i32> %arg6, i32 0
926   %j.i56 = extractelement <2 x i32> %arg6, i32 1
927   %i.f.i57 = bitcast i32 %i.i55 to float
928   %j.f.i58 = bitcast i32 %j.i56 to float
929   %p1.i59 = call float @llvm.amdgcn.interp.p1(float %i.f.i57, i32 2, i32 5, i32 %arg4) #0
930   %p2.i60 = call float @llvm.amdgcn.interp.p2(float %p1.i59, float %j.f.i58, i32 2, i32 5, i32 %arg4) #0
931   %i.i49 = extractelement <2 x i32> %arg6, i32 0
932   %j.i50 = extractelement <2 x i32> %arg6, i32 1
933   %i.f.i51 = bitcast i32 %i.i49 to float
934   %j.f.i52 = bitcast i32 %j.i50 to float
935   %p1.i53 = call float @llvm.amdgcn.interp.p1(float %i.f.i51, i32 3, i32 5, i32 %arg4) #0
936   %p2.i54 = call float @llvm.amdgcn.interp.p2(float %p1.i53, float %j.f.i52, i32 3, i32 5, i32 %arg4) #0
937   %i.i43 = extractelement <2 x i32> %arg6, i32 0
938   %j.i44 = extractelement <2 x i32> %arg6, i32 1
939   %i.f.i45 = bitcast i32 %i.i43 to float
940   %j.f.i46 = bitcast i32 %j.i44 to float
941   %p1.i47 = call float @llvm.amdgcn.interp.p1(float %i.f.i45, i32 0, i32 6, i32 %arg4) #0
942   %p2.i48 = call float @llvm.amdgcn.interp.p2(float %p1.i47, float %j.f.i46, i32 0, i32 6, i32 %arg4) #0
943   %i.i37 = extractelement <2 x i32> %arg6, i32 0
944   %j.i38 = extractelement <2 x i32> %arg6, i32 1
945   %i.f.i39 = bitcast i32 %i.i37 to float
946   %j.f.i40 = bitcast i32 %j.i38 to float
947   %p1.i41 = call float @llvm.amdgcn.interp.p1(float %i.f.i39, i32 1, i32 6, i32 %arg4) #0
948   %p2.i42 = call float @llvm.amdgcn.interp.p2(float %p1.i41, float %j.f.i40, i32 1, i32 6, i32 %arg4) #0
949   %i.i31 = extractelement <2 x i32> %arg6, i32 0
950   %j.i32 = extractelement <2 x i32> %arg6, i32 1
951   %i.f.i33 = bitcast i32 %i.i31 to float
952   %j.f.i34 = bitcast i32 %j.i32 to float
953   %p1.i35 = call float @llvm.amdgcn.interp.p1(float %i.f.i33, i32 2, i32 6, i32 %arg4) #0
954   %p2.i36 = call float @llvm.amdgcn.interp.p2(float %p1.i35, float %j.f.i34, i32 2, i32 6, i32 %arg4) #0
955   %i.i25 = extractelement <2 x i32> %arg6, i32 0
956   %j.i26 = extractelement <2 x i32> %arg6, i32 1
957   %i.f.i27 = bitcast i32 %i.i25 to float
958   %j.f.i28 = bitcast i32 %j.i26 to float
959   %p1.i29 = call float @llvm.amdgcn.interp.p1(float %i.f.i27, i32 3, i32 6, i32 %arg4) #0
960   %p2.i30 = call float @llvm.amdgcn.interp.p2(float %p1.i29, float %j.f.i28, i32 3, i32 6, i32 %arg4) #0
961   %i.i19 = extractelement <2 x i32> %arg6, i32 0
962   %j.i20 = extractelement <2 x i32> %arg6, i32 1
963   %i.f.i21 = bitcast i32 %i.i19 to float
964   %j.f.i22 = bitcast i32 %j.i20 to float
965   %p1.i23 = call float @llvm.amdgcn.interp.p1(float %i.f.i21, i32 0, i32 7, i32 %arg4) #0
966   %p2.i24 = call float @llvm.amdgcn.interp.p2(float %p1.i23, float %j.f.i22, i32 0, i32 7, i32 %arg4) #0
967   %i.i13 = extractelement <2 x i32> %arg6, i32 0
968   %j.i14 = extractelement <2 x i32> %arg6, i32 1
969   %i.f.i15 = bitcast i32 %i.i13 to float
970   %j.f.i16 = bitcast i32 %j.i14 to float
971   %p1.i17 = call float @llvm.amdgcn.interp.p1(float %i.f.i15, i32 1, i32 7, i32 %arg4) #0
972   %p2.i18 = call float @llvm.amdgcn.interp.p2(float %p1.i17, float %j.f.i16, i32 1, i32 7, i32 %arg4) #0
973   %i.i7 = extractelement <2 x i32> %arg6, i32 0
974   %j.i8 = extractelement <2 x i32> %arg6, i32 1
975   %i.f.i9 = bitcast i32 %i.i7 to float
976   %j.f.i10 = bitcast i32 %j.i8 to float
977   %p1.i11 = call float @llvm.amdgcn.interp.p1(float %i.f.i9, i32 2, i32 7, i32 %arg4) #0
978   %p2.i12 = call float @llvm.amdgcn.interp.p2(float %p1.i11, float %j.f.i10, i32 2, i32 7, i32 %arg4) #0
979   %i.i1 = extractelement <2 x i32> %arg6, i32 0
980   %j.i2 = extractelement <2 x i32> %arg6, i32 1
981   %i.f.i3 = bitcast i32 %i.i1 to float
982   %j.f.i4 = bitcast i32 %j.i2 to float
983   %p1.i5 = call float @llvm.amdgcn.interp.p1(float %i.f.i3, i32 3, i32 7, i32 %arg4) #0
984   %p2.i6 = call float @llvm.amdgcn.interp.p2(float %p1.i5, float %j.f.i4, i32 3, i32 7, i32 %arg4) #0
985   %tmp195 = fmul float %arg14, %tmp123
986   %tmp196 = fadd float %tmp195, %tmp124
987   %max.0.i = call float @llvm.maxnum.f32(float %tmp162, float 0.000000e+00)
988   %clamp.i = call float @llvm.minnum.f32(float %max.0.i, float 1.000000e+00)
989   %tmp201 = bitcast float %clamp.i to i32
990   %tmp202 = icmp ne i32 %tmp201, 0
991   %. = select i1 %tmp202, float -1.000000e+00, float 1.000000e+00
992   %tmp203 = fsub float -0.000000e+00, %p2.i
993   %tmp204 = fadd float %tmp43, %tmp203
994   %tmp205 = fsub float -0.000000e+00, %p2.i186
995   %tmp206 = fadd float %tmp44, %tmp205
996   %tmp207 = fsub float -0.000000e+00, %p2.i180
997   %tmp208 = fadd float %tmp45, %tmp207
998   %tmp209 = fmul float %tmp204, %tmp204
999   %tmp210 = fmul float %tmp206, %tmp206
1000   %tmp211 = fadd float %tmp210, %tmp209
1001   %tmp212 = fmul float %tmp208, %tmp208
1002   %tmp213 = fadd float %tmp211, %tmp212
1003   %tmp214 = call float @llvm.amdgcn.rsq.f32(float %tmp213)
1004   %tmp215 = fmul float %tmp204, %tmp214
1005   %tmp216 = fmul float %tmp206, %tmp214
1006   %tmp217 = fmul float %tmp208, %tmp214
1007   %tmp218 = fmul float %., %tmp53
1008   %tmp219 = fmul float %arg13, %tmp46
1009   %tmp220 = fmul float %tmp196, %tmp47
1010   %tmp132.bc = bitcast <4 x i32> %tmp132 to <4 x i32>
1011   %tmp225 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %p2.i132, float %p2.i126, <8 x i32> %tmp130, <4 x i32> %tmp132.bc, i1 0, i32 0, i32 0)
1012   %tmp226 = extractelement <4 x float> %tmp225, i32 0
1013   %tmp227 = extractelement <4 x float> %tmp225, i32 1
1014   %tmp228 = extractelement <4 x float> %tmp225, i32 2
1015   %tmp229 = extractelement <4 x float> %tmp225, i32 3
1016   %tmp230 = fmul float %tmp226, 0x4012611180000000
1017   %tmp231 = fmul float %tmp227, 0x4012611180000000
1018   %tmp232 = fmul float %tmp228, 0x4012611180000000
1019   %one.sub.a.i = fsub float 1.000000e+00, %tmp26
1020   %result.i = fadd float %tmp230, %one.sub.a.i
1021   %one.sub.a.i43 = fsub float 1.000000e+00, %tmp26
1022   %result.i44 = fadd float %tmp231, %one.sub.a.i43
1023   %one.sub.a.i41 = fsub float 1.000000e+00, %tmp26
1024   %result.i42 = fadd float %tmp232, %one.sub.a.i41
1025   %tmp233 = fmul float %tmp215, %p2.i72
1026   %tmp234 = fmul float %tmp216, %p2.i66
1027   %tmp235 = fadd float %tmp234, %tmp233
1028   %tmp236 = fmul float %tmp217, %p2.i60
1029   %tmp237 = fadd float %tmp235, %tmp236
1030   %tmp238 = fmul float %tmp215, %p2.i54
1031   %tmp239 = fmul float %tmp216, %p2.i48
1032   %tmp240 = fadd float %tmp239, %tmp238
1033   %tmp241 = fmul float %tmp217, %p2.i42
1034   %tmp242 = fadd float %tmp240, %tmp241
1035   %tmp243 = fmul float %tmp215, %p2.i36
1036   %tmp244 = fmul float %tmp216, %p2.i30
1037   %tmp245 = fadd float %tmp244, %tmp243
1038   %tmp246 = fmul float %tmp217, %p2.i24
1039   %tmp247 = fadd float %tmp245, %tmp246
1040   %max.0.i19 = call float @llvm.maxnum.f32(float %tmp247, float 0.000000e+00)
1041   %clamp.i20 = call float @llvm.minnum.f32(float %max.0.i19, float 1.000000e+00)
1042   %tmp249 = fmul float %tmp213, 0x3F5A36E2E0000000
1043   %max.0.i17 = call float @llvm.maxnum.f32(float %tmp249, float 0.000000e+00)
1044   %clamp.i18 = call float @llvm.minnum.f32(float %max.0.i17, float 1.000000e+00)
1045   %tmp251 = fsub float -0.000000e+00, %clamp.i18
1046   %tmp252 = fadd float 1.000000e+00, %tmp251
1047   %tmp253 = call float @llvm.pow.f32(float %clamp.i20, float 2.500000e-01)
1048   %tmp254 = fmul float %tmp38, %tmp253
1049   %tmp255 = fmul float %tmp237, %tmp254
1050   %tmp256 = fmul float %tmp242, %tmp254
1051   %tmp257 = fmul float %tmp255, %tmp229
1052   %tmp258 = fmul float %tmp256, %tmp229
1053   %tmp259 = fadd float %clamp.i20, 0x3EE4F8B580000000
1054   %tmp260 = fsub float -0.000000e+00, %clamp.i20
1055   %tmp261 = fadd float 1.000000e+00, %tmp260
1056   %tmp262 = fmul float 1.200000e+01, %tmp261
1057   %tmp263 = fadd float %tmp262, 4.000000e+00
1058   %tmp264 = fsub float -0.000000e+00, %tmp263
1059   %tmp265 = fmul float %tmp264, %tmp259
1060   %tmp266 = fsub float -0.000000e+00, %tmp263
1061   %tmp267 = fmul float %tmp266, %tmp259
1062   %tmp268 = fsub float -0.000000e+00, %tmp263
1063   %tmp269 = fmul float %tmp268, %tmp259
1064   %tmp270 = fdiv float 1.000000e+00, %tmp265
1065   %tmp271 = fdiv float 1.000000e+00, %tmp267
1066   %tmp272 = fdiv float 1.000000e+00, %tmp269
1067   %tmp273 = fmul float %tmp257, %tmp270
1068   %tmp274 = fmul float %tmp258, %tmp271
1069   %tmp275 = fmul float %tmp259, %tmp272
1070   br label %LOOP
1072 LOOP:                                             ; preds = %LOOP, %main_body
1073   %temp144.0 = phi float [ 1.000000e+00, %main_body ], [ %tmp288, %LOOP ]
1074   %temp168.0 = phi float [ %p2.i120, %main_body ], [ %tmp284, %LOOP ]
1075   %temp169.0 = phi float [ %p2.i114, %main_body ], [ %tmp285, %LOOP ]
1076   %temp170.0 = phi float [ %tmp252, %main_body ], [ %tmp286, %LOOP ]
1077   %tmp276 = bitcast float %temp168.0 to i32
1078   %tmp277 = bitcast float %temp169.0 to i32
1079   %tmp278 = insertelement <4 x i32> undef, i32 %tmp276, i32 0
1080   %tmp279 = insertelement <4 x i32> %tmp278, i32 %tmp277, i32 1
1081   %tmp280 = insertelement <4 x i32> %tmp279, i32 0, i32 2
1082   %tmp281 = insertelement <4 x i32> %tmp280, i32 undef, i32 3
1083   %tmp148.bc = bitcast <4 x i32> %tmp148 to <4 x i32>
1084   %tmp281.bc = bitcast <4 x i32> %tmp281 to <4 x float>
1085   %tmp282 = call <4 x float> @llvm.amdgcn.image.sample.l.2d.v4f32.f32(i32 15, float %temp168.0, float %temp169.0, float 0.0, <8 x i32> %tmp146, <4 x i32> %tmp148.bc, i1 0, i32 0, i32 0)
1086   %tmp283 = extractelement <4 x float> %tmp282, i32 3
1087   %tmp284 = fadd float %temp168.0, %tmp273
1088   %tmp285 = fadd float %temp169.0, %tmp274
1089   %tmp286 = fadd float %temp170.0, %tmp275
1090   %tmp287 = fsub float -0.000000e+00, %tmp283
1091   %tmp288 = fadd float %tmp286, %tmp287
1092   %tmp289 = fcmp oge float 0.000000e+00, %tmp288
1093   %tmp290 = sext i1 %tmp289 to i32
1094   %tmp291 = bitcast i32 %tmp290 to float
1095   %tmp292 = bitcast float %tmp291 to i32
1096   %tmp293 = icmp ne i32 %tmp292, 0
1097   br i1 %tmp293, label %IF189, label %LOOP
1099 IF189:                                            ; preds = %LOOP
1100   %tmp294 = extractelement <4 x float> %tmp282, i32 0
1101   %tmp295 = extractelement <4 x float> %tmp282, i32 1
1102   %tmp296 = extractelement <4 x float> %tmp282, i32 2
1103   %tmp297 = fsub float -0.000000e+00, %tmp288
1104   %tmp298 = fadd float %temp144.0, %tmp297
1105   %tmp299 = fdiv float 1.000000e+00, %tmp298
1106   %tmp300 = fmul float %tmp288, %tmp299
1107   %tmp301 = fadd float %tmp300, -1.000000e+00
1108   %tmp302 = fmul float %tmp301, %tmp273
1109   %tmp303 = fadd float %tmp302, %tmp284
1110   %tmp304 = fmul float %tmp301, %tmp274
1111   %tmp305 = fadd float %tmp304, %tmp285
1112   %tmp306 = fsub float -0.000000e+00, %p2.i120
1113   %tmp307 = fadd float %tmp303, %tmp306
1114   %tmp308 = fsub float -0.000000e+00, %p2.i114
1115   %tmp309 = fadd float %tmp305, %tmp308
1116   %tmp310 = fadd float %p2.i120, %tmp307
1117   %tmp311 = fadd float %p2.i114, %tmp309
1118   %tmp312 = fmul float %tmp307, %tmp66
1119   %tmp313 = fmul float %tmp309, %tmp67
1120   %tmp314 = fmul float %tmp312, %tmp54
1121   %tmp315 = fmul float %tmp312, %tmp55
1122   %tmp316 = fmul float %tmp313, %tmp56
1123   %tmp317 = fadd float %tmp316, %tmp314
1124   %tmp318 = fmul float %tmp313, %tmp57
1125   %tmp319 = fadd float %tmp318, %tmp315
1126   %tmp320 = fadd float %p2.i108, %tmp317
1127   %tmp321 = fadd float %p2.i102, %tmp319
1128   %tmp322 = fmul float %tmp312, %tmp58
1129   %tmp323 = fmul float %tmp312, %tmp59
1130   %tmp324 = fmul float %tmp312, %tmp60
1131   %tmp325 = fmul float %tmp312, %tmp61
1132   %tmp326 = fmul float %tmp313, %tmp62
1133   %tmp327 = fadd float %tmp326, %tmp322
1134   %tmp328 = fmul float %tmp313, %tmp63
1135   %tmp329 = fadd float %tmp328, %tmp323
1136   %tmp330 = fmul float %tmp313, %tmp64
1137   %tmp331 = fadd float %tmp330, %tmp324
1138   %tmp332 = fmul float %tmp313, %tmp65
1139   %tmp333 = fadd float %tmp332, %tmp325
1140   %tmp334 = fadd float %p2.i168, %tmp327
1141   %tmp335 = fadd float %p2.i162, %tmp329
1142   %tmp336 = fadd float %p2.i156, %tmp331
1143   %tmp337 = fadd float %p2.i150, %tmp333
1144   %tmp136.bc = bitcast <4 x i32> %tmp136 to <4 x i32>
1145   %tmp0 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %tmp334, float %tmp335, <8 x i32> %tmp134, <4 x i32> %tmp136.bc, i1 0, i32 0, i32 0)
1146   %tmp343 = extractelement <4 x float> %tmp0, i32 0
1147   %tmp344 = extractelement <4 x float> %tmp0, i32 1
1148   %tmp345 = extractelement <4 x float> %tmp0, i32 2
1149   %tmp346 = extractelement <4 x float> %tmp0, i32 3
1150   %tmp347 = fmul float %tmp343, %tmp22
1151   %tmp348 = fmul float %tmp344, %tmp23
1152   %tmp349 = fmul float %tmp345, %tmp24
1153   %tmp350 = fmul float %tmp346, %tmp25
1154   %tmp351 = fmul float %tmp347, %p2.i96
1155   %tmp352 = fmul float %tmp348, %p2.i90
1156   %tmp353 = fmul float %tmp349, %p2.i84
1157   %tmp354 = fmul float %tmp350, %p2.i78
1158   %tmp355 = fsub float -0.000000e+00, %tmp346
1159   %tmp356 = fadd float 1.000000e+00, %tmp355
1160   %tmp357 = fmul float %tmp356, %tmp48
1161   %one.sub.a.i37 = fsub float 1.000000e+00, %tmp357
1162   %one.sub.ac.i38 = fmul float %one.sub.a.i37, %tmp351
1163   %mul.i39 = fmul float %tmp343, %tmp351
1164   %result.i40 = fadd float %mul.i39, %one.sub.ac.i38
1165   %one.sub.a.i33 = fsub float 1.000000e+00, %tmp357
1166   %one.sub.ac.i34 = fmul float %one.sub.a.i33, %tmp352
1167   %mul.i35 = fmul float %tmp344, %tmp352
1168   %result.i36 = fadd float %mul.i35, %one.sub.ac.i34
1169   %one.sub.a.i29 = fsub float 1.000000e+00, %tmp357
1170   %one.sub.ac.i30 = fmul float %one.sub.a.i29, %tmp353
1171   %mul.i31 = fmul float %tmp345, %tmp353
1172   %result.i32 = fadd float %mul.i31, %one.sub.ac.i30
1173   %tmp152.bc = bitcast <4 x i32> %tmp152 to <4 x i32>
1174   %tmp1 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %tmp336, float %tmp337, <8 x i32> %tmp150, <4 x i32> %tmp152.bc, i1 0, i32 0, i32 0)
1175   %tmp363 = extractelement <4 x float> %tmp1, i32 2
1176   %tmp364 = fmul float %result.i40, %result.i
1177   %tmp365 = fmul float %result.i36, %result.i44
1178   %tmp366 = fmul float %result.i32, %result.i42
1179   %tmp367 = fmul float %tmp354, %tmp229
1180   %tmp140.bc = bitcast <4 x i32> %tmp140 to <4 x i32>
1181   %tmp2 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %tmp310, float %tmp311, <8 x i32> %tmp138, <4 x i32> %tmp140.bc, i1 0, i32 0, i32 0)
1182   %tmp373 = extractelement <4 x float> %tmp2, i32 0
1183   %tmp374 = extractelement <4 x float> %tmp2, i32 1
1184   %tmp375 = extractelement <4 x float> %tmp2, i32 2
1185   %tmp376 = extractelement <4 x float> %tmp2, i32 3
1186   %tmp377 = fcmp olt float 0.000000e+00, %tmp375
1187   %tmp378 = sext i1 %tmp377 to i32
1188   %tmp379 = bitcast i32 %tmp378 to float
1189   %tmp380 = bitcast float %tmp379 to i32
1190   %tmp381 = icmp ne i32 %tmp380, 0
1191   %.224 = select i1 %tmp381, float %tmp374, float %tmp373
1192   %.225 = select i1 %tmp381, float %tmp376, float %tmp374
1193   %tmp144.bc = bitcast <4 x i32> %tmp144 to <4 x i32>
1194   %tmp3 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %tmp320, float %tmp321, <8 x i32> %tmp142, <4 x i32> %tmp144.bc, i1 0, i32 0, i32 0)
1195   %tmp387 = extractelement <4 x float> %tmp3, i32 0
1196   %tmp388 = extractelement <4 x float> %tmp3, i32 1
1197   %tmp389 = extractelement <4 x float> %tmp3, i32 2
1198   %tmp390 = extractelement <4 x float> %tmp3, i32 3
1199   %tmp391 = fcmp olt float 0.000000e+00, %tmp389
1200   %tmp392 = sext i1 %tmp391 to i32
1201   %tmp393 = bitcast i32 %tmp392 to float
1202   %tmp394 = bitcast float %tmp393 to i32
1203   %tmp395 = icmp ne i32 %tmp394, 0
1204   %temp112.1 = select i1 %tmp395, float %tmp388, float %tmp387
1205   %temp113.1 = select i1 %tmp395, float %tmp390, float %tmp388
1206   %tmp396 = fmul float %.224, 2.000000e+00
1207   %tmp397 = fadd float %tmp396, -1.000000e+00
1208   %tmp398 = fmul float %.225, 2.000000e+00
1209   %tmp399 = fadd float %tmp398, -1.000000e+00
1210   %tmp400 = fmul float %temp112.1, 2.000000e+00
1211   %tmp401 = fadd float %tmp400, -1.000000e+00
1212   %tmp402 = fmul float %temp113.1, 2.000000e+00
1213   %tmp403 = fadd float %tmp402, -1.000000e+00
1214   %tmp404 = fsub float -0.000000e+00, %tmp397
1215   %tmp405 = fmul float %tmp404, %tmp34
1216   %tmp406 = fsub float -0.000000e+00, %tmp399
1217   %tmp407 = fmul float %tmp406, %tmp34
1218   %tmp408 = fsub float -0.000000e+00, %tmp401
1219   %tmp409 = fmul float %tmp408, %tmp35
1220   %tmp410 = fsub float -0.000000e+00, %tmp403
1221   %tmp411 = fmul float %tmp410, %tmp35
1222   %tmp412 = fmul float %tmp409, %tmp363
1223   %tmp413 = fmul float %tmp411, %tmp363
1224   %tmp414 = call float @llvm.fabs.f32(float %tmp405)
1225   %tmp415 = call float @llvm.fabs.f32(float %tmp407)
1226   %tmp416 = fsub float -0.000000e+00, %tmp414
1227   %tmp417 = fadd float 1.000000e+00, %tmp416
1228   %tmp418 = fsub float -0.000000e+00, %tmp415
1229   %tmp419 = fadd float 1.000000e+00, %tmp418
1230   %tmp420 = fmul float %tmp417, %tmp412
1231   %tmp421 = fadd float %tmp420, %tmp405
1232   %tmp422 = fmul float %tmp419, %tmp413
1233   %tmp423 = fadd float %tmp422, %tmp407
1234   %tmp424 = fmul float %tmp421, %tmp421
1235   %tmp425 = fmul float %tmp423, %tmp423
1236   %tmp426 = fadd float %tmp424, %tmp425
1237   %tmp427 = fsub float -0.000000e+00, %tmp426
1238   %tmp428 = fadd float 0x3FF00068E0000000, %tmp427
1239   %max.0.i15 = call float @llvm.maxnum.f32(float %tmp428, float 0.000000e+00)
1240   %clamp.i16 = call float @llvm.minnum.f32(float %max.0.i15, float 1.000000e+00)
1241   %tmp430 = call float @llvm.amdgcn.rsq.f32(float %clamp.i16)
1242   %tmp431 = fmul float %tmp430, %clamp.i16
1243   %tmp432 = fsub float -0.000000e+00, %clamp.i16
1244   %cmp = fcmp ogt float 0.000000e+00, %tmp432
1245   %tmp433 = select i1 %cmp, float %tmp431, float 0.000000e+00
1246   %tmp434 = fmul float %p2.i72, %tmp421
1247   %tmp435 = fmul float %p2.i66, %tmp421
1248   %tmp436 = fmul float %p2.i60, %tmp421
1249   %tmp437 = fmul float %p2.i54, %tmp423
1250   %tmp438 = fadd float %tmp437, %tmp434
1251   %tmp439 = fmul float %p2.i48, %tmp423
1252   %tmp440 = fadd float %tmp439, %tmp435
1253   %tmp441 = fmul float %p2.i42, %tmp423
1254   %tmp442 = fadd float %tmp441, %tmp436
1255   %tmp443 = fmul float %p2.i36, %tmp433
1256   %tmp444 = fadd float %tmp443, %tmp438
1257   %tmp445 = fmul float %p2.i30, %tmp433
1258   %tmp446 = fadd float %tmp445, %tmp440
1259   %tmp447 = fmul float %p2.i24, %tmp433
1260   %tmp448 = fadd float %tmp447, %tmp442
1261   %tmp449 = fmul float %tmp444, %tmp444
1262   %tmp450 = fmul float %tmp446, %tmp446
1263   %tmp451 = fadd float %tmp450, %tmp449
1264   %tmp452 = fmul float %tmp448, %tmp448
1265   %tmp453 = fadd float %tmp451, %tmp452
1266   %tmp454 = call float @llvm.amdgcn.rsq.f32(float %tmp453)
1267   %tmp455 = fmul float %tmp444, %tmp454
1268   %tmp456 = fmul float %tmp446, %tmp454
1269   %tmp457 = fmul float %tmp448, %tmp454
1270   %tmp458 = fcmp olt float 0.000000e+00, %tmp218
1271   %tmp459 = sext i1 %tmp458 to i32
1272   %tmp460 = bitcast i32 %tmp459 to float
1273   %tmp461 = bitcast float %tmp460 to i32
1274   %tmp462 = icmp ne i32 %tmp461, 0
1275   br i1 %tmp462, label %IF198, label %ENDIF197
1277 IF198:                                            ; preds = %IF189
1278   %tmp463 = fsub float -0.000000e+00, %tmp455
1279   %tmp464 = fsub float -0.000000e+00, %tmp456
1280   %tmp465 = fsub float -0.000000e+00, %tmp457
1281   br label %ENDIF197
1283 ENDIF197:                                         ; preds = %IF198, %IF189
1284   %temp14.0 = phi float [ %tmp465, %IF198 ], [ %tmp457, %IF189 ]
1285   %temp13.0 = phi float [ %tmp464, %IF198 ], [ %tmp456, %IF189 ]
1286   %temp12.0 = phi float [ %tmp463, %IF198 ], [ %tmp455, %IF189 ]
1287   %tmp160.bc = bitcast <4 x i32> %tmp160 to <4 x i32>
1288   %tmp470 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %tmp219, float %tmp220, <8 x i32> %tmp158, <4 x i32> %tmp160.bc, i1 0, i32 0, i32 0)
1289   %tmp471 = extractelement <4 x float> %tmp470, i32 0
1290   %tmp472 = extractelement <4 x float> %tmp470, i32 1
1291   %tmp473 = extractelement <4 x float> %tmp470, i32 2
1292   %tmp474 = extractelement <4 x float> %tmp470, i32 3
1293   %tmp475 = fmul float %tmp471, %tmp39
1294   %tmp476 = fadd float %tmp475, %tmp40
1295   %tmp477 = fmul float %tmp472, %tmp39
1296   %tmp478 = fadd float %tmp477, %tmp40
1297   %tmp479 = fmul float %tmp473, %tmp39
1298   %tmp480 = fadd float %tmp479, %tmp40
1299   %tmp481 = fmul float %tmp474, %tmp41
1300   %tmp482 = fadd float %tmp481, %tmp42
1301   %tmp156.bc = bitcast <4 x i32> %tmp156 to <4 x i32>
1302   %tmp487 = call <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32 15, float %p2.i144, float %p2.i138, <8 x i32> %tmp154, <4 x i32> %tmp156.bc, i1 0, i32 0, i32 0)
1303   %tmp488 = extractelement <4 x float> %tmp487, i32 0
1304   %tmp489 = extractelement <4 x float> %tmp487, i32 1
1305   %tmp490 = extractelement <4 x float> %tmp487, i32 2
1306   %tmp491 = extractelement <4 x float> %tmp487, i32 3
1307   %tmp492 = fmul float %tmp491, 3.200000e+01
1308   %tmp493 = fadd float %tmp492, -1.600000e+01
1309   %tmp494 = call float @llvm.exp2.f32(float %tmp493)
1310   %tmp495 = fmul float %tmp488, %tmp494
1311   %tmp496 = fmul float %tmp489, %tmp494
1312   %tmp497 = fmul float %tmp490, %tmp494
1313   %tmp498 = fmul float %tmp27, %tmp495
1314   %tmp499 = fadd float %tmp498, %p2.i18
1315   %tmp500 = fmul float %tmp28, %tmp496
1316   %tmp501 = fadd float %tmp500, %p2.i12
1317   %tmp502 = fmul float %tmp29, %tmp497
1318   %tmp503 = fadd float %tmp502, %p2.i6
1319   %tmp504 = fmul float %tmp499, %tmp482
1320   %tmp505 = fmul float %tmp501, %tmp482
1321   %tmp506 = fmul float %tmp503, %tmp482
1322   %tmp507 = fmul float %tmp482, 5.000000e-01
1323   %tmp508 = fadd float %tmp507, 5.000000e-01
1324   %tmp509 = fmul float %tmp476, %tmp508
1325   %tmp510 = fadd float %tmp509, %tmp504
1326   %tmp511 = fmul float %tmp478, %tmp508
1327   %tmp512 = fadd float %tmp511, %tmp505
1328   %tmp513 = fmul float %tmp480, %tmp508
1329   %tmp514 = fadd float %tmp513, %tmp506
1330   %tmp515 = fmul float %tmp510, %tmp364
1331   %tmp516 = fmul float %tmp512, %tmp365
1332   %tmp517 = fmul float %tmp514, %tmp366
1333   %tmp518 = fmul float %tmp421, 0x3FDB272440000000
1334   %tmp519 = fmul float %tmp423, 0xBFDB272440000000
1335   %tmp520 = fadd float %tmp519, %tmp518
1336   %tmp521 = fmul float %tmp433, 0x3FE99999A0000000
1337   %tmp522 = fadd float %tmp520, %tmp521
1338   %tmp523 = fmul float %tmp522, 5.000000e-01
1339   %tmp524 = fadd float %tmp523, 0x3FE3333340000000
1340   %tmp525 = fmul float %tmp524, %tmp524
1341   %tmp526 = fmul float %tmp515, %tmp525
1342   %tmp527 = fmul float %tmp516, %tmp525
1343   %tmp528 = fmul float %tmp517, %tmp525
1344   %tmp529 = fsub float -0.000000e+00, %tmp71
1345   %tmp530 = fsub float -0.000000e+00, %tmp72
1346   %tmp531 = fsub float -0.000000e+00, %tmp73
1347   %tmp532 = fmul float %temp12.0, %tmp529
1348   %tmp533 = fmul float %temp13.0, %tmp530
1349   %tmp534 = fadd float %tmp533, %tmp532
1350   %tmp535 = fmul float %temp14.0, %tmp531
1351   %tmp536 = fadd float %tmp534, %tmp535
1352   %max.0.i13 = call float @llvm.maxnum.f32(float %tmp536, float 0.000000e+00)
1353   %clamp.i14 = call float @llvm.minnum.f32(float %max.0.i13, float 1.000000e+00)
1354   %tmp538 = fmul float %tmp364, %clamp.i14
1355   %tmp539 = fmul float %tmp365, %clamp.i14
1356   %tmp540 = fmul float %tmp366, %clamp.i14
1357   %tmp541 = fmul float %tmp538, %tmp68
1358   %tmp542 = fmul float %tmp539, %tmp69
1359   %tmp543 = fmul float %tmp540, %tmp70
1360   %tmp544 = fsub float -0.000000e+00, %p2.i
1361   %tmp545 = fadd float %tmp96, %tmp544
1362   %tmp546 = fsub float -0.000000e+00, %p2.i186
1363   %tmp547 = fadd float %tmp97, %tmp546
1364   %tmp548 = fsub float -0.000000e+00, %p2.i180
1365   %tmp549 = fadd float %tmp98, %tmp548
1366   %tmp550 = fmul float %tmp545, %tmp545
1367   %tmp551 = fmul float %tmp547, %tmp547
1368   %tmp552 = fadd float %tmp551, %tmp550
1369   %tmp553 = fmul float %tmp549, %tmp549
1370   %tmp554 = fadd float %tmp552, %tmp553
1371   %tmp555 = call float @llvm.amdgcn.rsq.f32(float %tmp554)
1372   %tmp556 = fmul float %tmp555, %tmp554
1373   %tmp557 = fsub float -0.000000e+00, %tmp554
1374   %cmp1 = fcmp ogt float %tmp557, 0.000000e+00
1375   %tmp558 = select i1 %cmp1, float %tmp556, float 0.000000e+00
1376   %tmp559 = fsub float -0.000000e+00, %tmp83
1377   %tmp560 = fadd float %tmp558, %tmp559
1378   %tmp561 = fsub float -0.000000e+00, %tmp82
1379   %tmp562 = fadd float %tmp558, %tmp561
1380   %tmp563 = fsub float -0.000000e+00, %tmp81
1381   %tmp564 = fadd float %tmp558, %tmp563
1382   %tmp565 = fsub float -0.000000e+00, %tmp83
1383   %tmp566 = fadd float %tmp82, %tmp565
1384   %tmp567 = fsub float -0.000000e+00, %tmp82
1385   %tmp568 = fadd float %tmp81, %tmp567
1386   %tmp569 = fsub float -0.000000e+00, %tmp81
1387   %tmp570 = fadd float %tmp80, %tmp569
1388   %tmp571 = fdiv float 1.000000e+00, %tmp566
1389   %tmp572 = fdiv float 1.000000e+00, %tmp568
1390   %tmp573 = fdiv float 1.000000e+00, %tmp570
1391   %tmp574 = fmul float %tmp560, %tmp571
1392   %tmp575 = fmul float %tmp562, %tmp572
1393   %tmp576 = fmul float %tmp564, %tmp573
1394   %tmp577 = fcmp olt float %tmp558, %tmp82
1395   %tmp578 = sext i1 %tmp577 to i32
1396   %tmp579 = bitcast i32 %tmp578 to float
1397   %tmp580 = bitcast float %tmp579 to i32
1398   %tmp581 = icmp ne i32 %tmp580, 0
1399   br i1 %tmp581, label %ENDIF200, label %ELSE202
1401 ELSE202:                                          ; preds = %ENDIF197
1402   %tmp582 = fcmp olt float %tmp558, %tmp81
1403   %tmp583 = sext i1 %tmp582 to i32
1404   %tmp584 = bitcast i32 %tmp583 to float
1405   %tmp585 = bitcast float %tmp584 to i32
1406   %tmp586 = icmp ne i32 %tmp585, 0
1407   br i1 %tmp586, label %ENDIF200, label %ELSE205
1409 ENDIF200:                                         ; preds = %ELSE205, %ELSE202, %ENDIF197
1410   %temp80.0 = phi float [ %tmp574, %ENDIF197 ], [ %.226, %ELSE205 ], [ %tmp575, %ELSE202 ]
1411   %temp88.0 = phi float [ %tmp121, %ENDIF197 ], [ %.227, %ELSE205 ], [ %tmp119, %ELSE202 ]
1412   %temp89.0 = phi float [ %tmp122, %ENDIF197 ], [ %.228, %ELSE205 ], [ %tmp120, %ELSE202 ]
1413   %temp90.0 = phi float [ %tmp119, %ENDIF197 ], [ %tmp115, %ELSE205 ], [ %tmp117, %ELSE202 ]
1414   %temp91.0 = phi float [ %tmp120, %ENDIF197 ], [ %tmp116, %ELSE205 ], [ %tmp118, %ELSE202 ]
1415   %tmp587 = fcmp olt float %tmp558, %tmp82
1416   %tmp588 = sext i1 %tmp587 to i32
1417   %tmp589 = bitcast i32 %tmp588 to float
1418   %tmp590 = bitcast float %tmp589 to i32
1419   %tmp591 = icmp ne i32 %tmp590, 0
1420   br i1 %tmp591, label %ENDIF209, label %ELSE211
1422 ELSE205:                                          ; preds = %ELSE202
1423   %tmp592 = fcmp olt float %tmp558, %tmp80
1424   %tmp593 = sext i1 %tmp592 to i32
1425   %tmp594 = bitcast i32 %tmp593 to float
1426   %tmp595 = bitcast float %tmp594 to i32
1427   %tmp596 = icmp ne i32 %tmp595, 0
1428   %.226 = select i1 %tmp596, float %tmp576, float 1.000000e+00
1429   %.227 = select i1 %tmp596, float %tmp117, float %tmp115
1430   %.228 = select i1 %tmp596, float %tmp118, float %tmp116
1431   br label %ENDIF200
1433 ELSE211:                                          ; preds = %ENDIF200
1434   %tmp597 = fcmp olt float %tmp558, %tmp81
1435   %tmp598 = sext i1 %tmp597 to i32
1436   %tmp599 = bitcast i32 %tmp598 to float
1437   %tmp600 = bitcast float %tmp599 to i32
1438   %tmp601 = icmp ne i32 %tmp600, 0
1439   br i1 %tmp601, label %ENDIF209, label %ELSE214
1441 ENDIF209:                                         ; preds = %ELSE214, %ELSE211, %ENDIF200
1442   %temp52.0 = phi float [ %tmp107, %ENDIF200 ], [ %tmp99, %ELSE214 ], [ %tmp103, %ELSE211 ]
1443   %temp53.0 = phi float [ %tmp108, %ENDIF200 ], [ %tmp100, %ELSE214 ], [ %tmp104, %ELSE211 ]
1444   %temp54.0 = phi float [ %tmp109, %ENDIF200 ], [ %tmp101, %ELSE214 ], [ %tmp105, %ELSE211 ]
1445   %temp55.0 = phi float [ %tmp110, %ENDIF200 ], [ %tmp102, %ELSE214 ], [ %tmp106, %ELSE211 ]
1446   %temp68.0 = phi float [ %tmp111, %ENDIF200 ], [ %.230, %ELSE214 ], [ %tmp107, %ELSE211 ]
1447   %temp69.0 = phi float [ %tmp112, %ENDIF200 ], [ %.231, %ELSE214 ], [ %tmp108, %ELSE211 ]
1448   %temp70.0 = phi float [ %tmp113, %ENDIF200 ], [ %.232, %ELSE214 ], [ %tmp109, %ELSE211 ]
1449   %temp71.0 = phi float [ %tmp114, %ENDIF200 ], [ %.233, %ELSE214 ], [ %tmp110, %ELSE211 ]
1450   %tmp602 = fmul float %p2.i, %tmp84
1451   %tmp603 = fmul float %p2.i186, %tmp85
1452   %tmp604 = fadd float %tmp602, %tmp603
1453   %tmp605 = fmul float %p2.i180, %tmp86
1454   %tmp606 = fadd float %tmp604, %tmp605
1455   %tmp607 = fmul float %p2.i174, %tmp87
1456   %tmp608 = fadd float %tmp606, %tmp607
1457   %tmp609 = fmul float %p2.i, %tmp88
1458   %tmp610 = fmul float %p2.i186, %tmp89
1459   %tmp611 = fadd float %tmp609, %tmp610
1460   %tmp612 = fmul float %p2.i180, %tmp90
1461   %tmp613 = fadd float %tmp611, %tmp612
1462   %tmp614 = fmul float %p2.i174, %tmp91
1463   %tmp615 = fadd float %tmp613, %tmp614
1464   %tmp616 = fmul float %p2.i, %tmp92
1465   %tmp617 = fmul float %p2.i186, %tmp93
1466   %tmp618 = fadd float %tmp616, %tmp617
1467   %tmp619 = fmul float %p2.i180, %tmp94
1468   %tmp620 = fadd float %tmp618, %tmp619
1469   %tmp621 = fmul float %p2.i174, %tmp95
1470   %tmp622 = fadd float %tmp620, %tmp621
1471   %tmp623 = fsub float -0.000000e+00, %tmp77
1472   %tmp624 = fadd float 1.000000e+00, %tmp623
1473   %tmp625 = call float @llvm.fabs.f32(float %tmp608)
1474   %tmp626 = call float @llvm.fabs.f32(float %tmp615)
1475   %tmp627 = fcmp oge float %tmp624, %tmp625
1476   %tmp628 = sext i1 %tmp627 to i32
1477   %tmp629 = bitcast i32 %tmp628 to float
1478   %tmp630 = bitcast float %tmp629 to i32
1479   %tmp631 = and i32 %tmp630, 1065353216
1480   %tmp632 = bitcast i32 %tmp631 to float
1481   %tmp633 = fcmp oge float %tmp624, %tmp626
1482   %tmp634 = sext i1 %tmp633 to i32
1483   %tmp635 = bitcast i32 %tmp634 to float
1484   %tmp636 = bitcast float %tmp635 to i32
1485   %tmp637 = and i32 %tmp636, 1065353216
1486   %tmp638 = bitcast i32 %tmp637 to float
1487   %tmp639 = fmul float %tmp632, %tmp638
1488   %tmp640 = fmul float %tmp622, %tmp639
1489   %tmp641 = fmul float %tmp608, %temp68.0
1490   %tmp642 = fadd float %tmp641, %temp70.0
1491   %tmp643 = fmul float %tmp615, %temp69.0
1492   %tmp644 = fadd float %tmp643, %temp71.0
1493   %tmp645 = fmul float %tmp608, %temp52.0
1494   %tmp646 = fadd float %tmp645, %temp54.0
1495   %tmp647 = fmul float %tmp615, %temp53.0
1496   %tmp648 = fadd float %tmp647, %temp55.0
1497   %tmp649 = fadd float %temp80.0, -1.000000e+00
1498   %tmp650 = fmul float %tmp649, %tmp76
1499   %tmp651 = fadd float %tmp650, 1.000000e+00
1500   %max.0.i11 = call float @llvm.maxnum.f32(float %tmp651, float 0.000000e+00)
1501   %clamp.i12 = call float @llvm.minnum.f32(float %max.0.i11, float 1.000000e+00)
1502   %tmp128.bc = bitcast <4 x i32> %tmp128 to <4 x i32>
1503   %tmp660 = call <4 x float> @llvm.amdgcn.image.sample.l.2d.v4f32.f32(i32 15, float %tmp642, float %tmp644, float 0.0, <8 x i32> %tmp126, <4 x i32> %tmp128.bc, i1 0, i32 0, i32 0)
1504   %tmp661 = extractelement <4 x float> %tmp660, i32 0
1505   %tmp662 = extractelement <4 x float> %tmp660, i32 1
1506   %tmp670 = call <4 x float> @llvm.amdgcn.image.sample.l.2d.v4f32.f32(i32 15, float %tmp646, float %tmp648, float 0.0, <8 x i32> %tmp126, <4 x i32> %tmp128.bc, i1 0, i32 0, i32 0)
1507   %tmp671 = extractelement <4 x float> %tmp670, i32 0
1508   %tmp672 = extractelement <4 x float> %tmp670, i32 1
1509   %tmp673 = fsub float -0.000000e+00, %tmp662
1510   %tmp674 = fadd float 1.000000e+00, %tmp673
1511   %tmp675 = fsub float -0.000000e+00, %tmp672
1512   %tmp676 = fadd float 1.000000e+00, %tmp675
1513   %tmp677 = fmul float %tmp674, 2.500000e-01
1514   %tmp678 = fmul float %tmp676, 2.500000e-01
1515   %tmp679 = fsub float -0.000000e+00, %tmp677
1516   %tmp680 = fadd float %tmp661, %tmp679
1517   %tmp681 = fsub float -0.000000e+00, %tmp678
1518   %tmp682 = fadd float %tmp671, %tmp681
1519   %tmp683 = fmul float %tmp640, %temp88.0
1520   %tmp684 = fadd float %tmp683, %temp89.0
1521   %tmp685 = fmul float %tmp640, %temp90.0
1522   %tmp686 = fadd float %tmp685, %temp91.0
1523   %max.0.i9 = call float @llvm.maxnum.f32(float %tmp684, float 0.000000e+00)
1524   %clamp.i10 = call float @llvm.minnum.f32(float %max.0.i9, float 1.000000e+00)
1525   %max.0.i7 = call float @llvm.maxnum.f32(float %tmp686, float 0.000000e+00)
1526   %clamp.i8 = call float @llvm.minnum.f32(float %max.0.i7, float 1.000000e+00)
1527   %tmp689 = fsub float -0.000000e+00, %clamp.i10
1528   %tmp690 = fadd float %tmp661, %tmp689
1529   %tmp691 = fsub float -0.000000e+00, %clamp.i8
1530   %tmp692 = fadd float %tmp671, %tmp691
1531   %tmp693 = fmul float %tmp661, %tmp661
1532   %tmp694 = fmul float %tmp671, %tmp671
1533   %tmp695 = fsub float -0.000000e+00, %tmp693
1534   %tmp696 = fadd float %tmp680, %tmp695
1535   %tmp697 = fsub float -0.000000e+00, %tmp694
1536   %tmp698 = fadd float %tmp682, %tmp697
1537   %tmp699 = fcmp uge float %tmp696, %tmp74
1538   %tmp700 = select i1 %tmp699, float %tmp696, float %tmp74
1539   %tmp701 = fcmp uge float %tmp698, %tmp74
1540   %tmp702 = select i1 %tmp701, float %tmp698, float %tmp74
1541   %tmp703 = fmul float %tmp690, %tmp690
1542   %tmp704 = fadd float %tmp703, %tmp700
1543   %tmp705 = fmul float %tmp692, %tmp692
1544   %tmp706 = fadd float %tmp705, %tmp702
1545   %tmp707 = fdiv float 1.000000e+00, %tmp704
1546   %tmp708 = fdiv float 1.000000e+00, %tmp706
1547   %tmp709 = fmul float %tmp700, %tmp707
1548   %tmp710 = fmul float %tmp702, %tmp708
1549   %tmp711 = fcmp oge float %tmp690, 0.000000e+00
1550   %tmp712 = sext i1 %tmp711 to i32
1551   %tmp713 = bitcast i32 %tmp712 to float
1552   %tmp714 = bitcast float %tmp713 to i32
1553   %tmp715 = icmp ne i32 %tmp714, 0
1554   %.229 = select i1 %tmp715, float 1.000000e+00, float %tmp709
1555   %tmp716 = fcmp oge float %tmp692, 0.000000e+00
1556   %tmp717 = sext i1 %tmp716 to i32
1557   %tmp718 = bitcast i32 %tmp717 to float
1558   %tmp719 = bitcast float %tmp718 to i32
1559   %tmp720 = icmp ne i32 %tmp719, 0
1560   %temp28.0 = select i1 %tmp720, float 1.000000e+00, float %tmp710
1561   %one.sub.a.i25 = fsub float 1.000000e+00, %clamp.i12
1562   %one.sub.ac.i26 = fmul float %one.sub.a.i25, %.229
1563   %mul.i27 = fmul float %temp28.0, %.229
1564   %result.i28 = fadd float %mul.i27, %one.sub.ac.i26
1565   %tmp721 = call float @llvm.pow.f32(float %result.i28, float %tmp75)
1566   %tmp722 = fmul float %tmp721, %tmp78
1567   %tmp723 = fadd float %tmp722, %tmp79
1568   %max.0.i5 = call float @llvm.maxnum.f32(float %tmp723, float 0.000000e+00)
1569   %clamp.i6 = call float @llvm.minnum.f32(float %max.0.i5, float 1.000000e+00)
1570   %tmp725 = fmul float %clamp.i6, %clamp.i6
1571   %tmp726 = fmul float 2.000000e+00, %clamp.i6
1572   %tmp727 = fsub float -0.000000e+00, %tmp726
1573   %tmp728 = fadd float 3.000000e+00, %tmp727
1574   %tmp729 = fmul float %tmp725, %tmp728
1575   %tmp730 = fmul float %tmp541, %tmp729
1576   %tmp731 = fmul float %tmp542, %tmp729
1577   %tmp732 = fmul float %tmp543, %tmp729
1578   %tmp733 = fmul float %tmp730, %tmp508
1579   %tmp734 = fadd float %tmp733, %tmp526
1580   %tmp735 = fmul float %tmp731, %tmp508
1581   %tmp736 = fadd float %tmp735, %tmp527
1582   %tmp737 = fmul float %tmp732, %tmp508
1583   %tmp738 = fadd float %tmp737, %tmp528
1584   %one.sub.a.i23 = fsub float 1.000000e+00, %tmp229
1585   %result.i24 = fadd float %tmp283, %one.sub.a.i23
1586   %one.sub.a.i21 = fsub float 1.000000e+00, %tmp36
1587   %result.i22 = fadd float %tmp294, %one.sub.a.i21
1588   %one.sub.a.i19 = fsub float 1.000000e+00, %tmp36
1589   %result.i20 = fadd float %tmp295, %one.sub.a.i19
1590   %one.sub.a.i17 = fsub float 1.000000e+00, %tmp36
1591   %result.i18 = fadd float %tmp296, %one.sub.a.i17
1592   %one.sub.a.i15 = fsub float 1.000000e+00, %tmp37
1593   %result.i16 = fadd float %result.i24, %one.sub.a.i15
1594   %tmp739 = fmul float %result.i22, %result.i16
1595   %tmp740 = fmul float %result.i20, %result.i16
1596   %tmp741 = fmul float %result.i18, %result.i16
1597   %tmp742 = fmul float %tmp734, %tmp739
1598   %tmp743 = fmul float %tmp736, %tmp740
1599   %tmp744 = fmul float %tmp738, %tmp741
1600   %tmp745 = fmul float %temp12.0, %tmp215
1601   %tmp746 = fmul float %temp13.0, %tmp216
1602   %tmp747 = fadd float %tmp746, %tmp745
1603   %tmp748 = fmul float %temp14.0, %tmp217
1604   %tmp749 = fadd float %tmp747, %tmp748
1605   %tmp750 = call float @llvm.fabs.f32(float %tmp749)
1606   %tmp751 = fmul float %tmp750, %tmp750
1607   %tmp752 = fmul float %tmp751, %tmp49
1608   %tmp753 = fadd float %tmp752, %tmp50
1609   %max.0.i3 = call float @llvm.maxnum.f32(float %tmp753, float 0.000000e+00)
1610   %clamp.i4 = call float @llvm.minnum.f32(float %max.0.i3, float 1.000000e+00)
1611   %tmp755 = fsub float -0.000000e+00, %clamp.i4
1612   %tmp756 = fadd float 1.000000e+00, %tmp755
1613   %tmp757 = fmul float %tmp32, %tmp756
1614   %tmp758 = fmul float %tmp32, %tmp756
1615   %tmp759 = fmul float %tmp32, %tmp756
1616   %tmp760 = fmul float %tmp33, %tmp756
1617   %one.sub.a.i11 = fsub float 1.000000e+00, %tmp757
1618   %one.sub.ac.i12 = fmul float %one.sub.a.i11, %tmp742
1619   %mul.i13 = fmul float %tmp30, %tmp742
1620   %result.i14 = fadd float %mul.i13, %one.sub.ac.i12
1621   %one.sub.a.i7 = fsub float 1.000000e+00, %tmp758
1622   %one.sub.ac.i8 = fmul float %one.sub.a.i7, %tmp743
1623   %mul.i9 = fmul float %tmp30, %tmp743
1624   %result.i10 = fadd float %mul.i9, %one.sub.ac.i8
1625   %one.sub.a.i3 = fsub float 1.000000e+00, %tmp759
1626   %one.sub.ac.i4 = fmul float %one.sub.a.i3, %tmp744
1627   %mul.i5 = fmul float %tmp30, %tmp744
1628   %result.i6 = fadd float %mul.i5, %one.sub.ac.i4
1629   %one.sub.a.i1 = fsub float 1.000000e+00, %tmp760
1630   %one.sub.ac.i = fmul float %one.sub.a.i1, %tmp367
1631   %mul.i = fmul float %tmp31, %tmp367
1632   %result.i2 = fadd float %mul.i, %one.sub.ac.i
1633   %tmp761 = fcmp uge float %result.i14, 0x3E6FFFFE60000000
1634   %tmp762 = select i1 %tmp761, float %result.i14, float 0x3E6FFFFE60000000
1635   %tmp763 = fcmp uge float %result.i10, 0x3E6FFFFE60000000
1636   %tmp764 = select i1 %tmp763, float %result.i10, float 0x3E6FFFFE60000000
1637   %tmp765 = fcmp uge float %result.i6, 0x3E6FFFFE60000000
1638   %tmp766 = select i1 %tmp765, float %result.i6, float 0x3E6FFFFE60000000
1639   %tmp767 = fcmp uge float %tmp762, 6.550400e+04
1640   %tmp768 = select i1 %tmp767, float 6.550400e+04, float %tmp762
1641   %tmp769 = fcmp uge float %tmp764, 6.550400e+04
1642   %tmp770 = select i1 %tmp769, float 6.550400e+04, float %tmp764
1643   %tmp771 = fcmp uge float %tmp766, 6.550400e+04
1644   %tmp772 = select i1 %tmp771, float 6.550400e+04, float %tmp766
1645   %tmp773 = fmul float %result.i2, %tmp51
1646   %tmp774 = fadd float %tmp773, %tmp52
1647   %max.0.i1 = call float @llvm.maxnum.f32(float %tmp774, float 0.000000e+00)
1648   %clamp.i2 = call float @llvm.minnum.f32(float %max.0.i1, float 1.000000e+00)
1649   %tmp776 = call <2 x half> @llvm.amdgcn.cvt.pkrtz(float %tmp768, float %tmp770)
1650   %tmp778 = call <2 x half> @llvm.amdgcn.cvt.pkrtz(float %tmp772, float %clamp.i2)
1651   call void @llvm.amdgcn.exp.compr.v2f16(i32 0, i32 15, <2 x half> %tmp776, <2 x half> %tmp778, i1 true, i1 true) #0
1652   ret void
1654 ELSE214:                                          ; preds = %ELSE211
1655   %tmp780 = fcmp olt float %tmp558, %tmp80
1656   %tmp781 = sext i1 %tmp780 to i32
1657   %tmp782 = bitcast i32 %tmp781 to float
1658   %tmp783 = bitcast float %tmp782 to i32
1659   %tmp784 = icmp ne i32 %tmp783, 0
1660   %.230 = select i1 %tmp784, float %tmp103, float %tmp99
1661   %.231 = select i1 %tmp784, float %tmp104, float %tmp100
1662   %.232 = select i1 %tmp784, float %tmp105, float %tmp101
1663   %.233 = select i1 %tmp784, float %tmp106, float %tmp102
1664   br label %ENDIF209
1667 declare float @llvm.exp2.f32(float) #1
1668 declare float @llvm.ceil.f32(float) #1
1669 declare float @llvm.fabs.f32(float) #1
1670 declare float @llvm.pow.f32(float, float) #1
1671 declare float @llvm.minnum.f32(float, float) #1
1672 declare float @llvm.maxnum.f32(float, float) #1
1673 declare float @llvm.amdgcn.rsq.f32(float) #1
1674 declare float @llvm.amdgcn.cubeid(float, float, float) #1
1675 declare float @llvm.amdgcn.cubesc(float, float, float) #1
1676 declare float @llvm.amdgcn.cubetc(float, float, float) #1
1677 declare float @llvm.amdgcn.cubema(float, float, float) #1
1678 declare float @llvm.amdgcn.interp.p1(float, i32, i32, i32) #1
1679 declare float @llvm.amdgcn.interp.p2(float, float, i32, i32, i32) #1
1680 declare i32 @llvm.amdgcn.mbcnt.lo(i32, i32) #1
1681 declare i32 @llvm.amdgcn.mbcnt.hi(i32, i32) #1
1682 declare void @llvm.amdgcn.exp.compr.v2f16(i32, i32, <2 x half>, <2 x half>, i1, i1) #0
1683 declare <2 x half> @llvm.amdgcn.cvt.pkrtz(float, float) #1
1684 declare <4 x float> @llvm.amdgcn.image.sample.2d.v4f32.f32(i32, float, float, <8 x i32>, <4 x i32>, i1, i32, i32) #2
1685 declare <4 x float> @llvm.amdgcn.image.sample.cube.v4f32.f32(i32, float, float, float, <8 x i32>, <4 x i32>, i1, i32, i32) #2
1686 declare <4 x float> @llvm.amdgcn.image.sample.d.2d.v4f32.f32.f32(i32, float, float, float, float, float, float, <8 x i32>, <4 x i32>, i1, i32, i32) #2
1687 declare <4 x float> @llvm.amdgcn.image.sample.l.2d.v4f32.f32(i32, float, float, float, <8 x i32>, <4 x i32>, i1, i32, i32) #2
1688 declare float @llvm.amdgcn.s.buffer.load.f32(<4 x i32>, i32, i32) #1
1690 attributes #0 = { nounwind }
1691 attributes #1 = { nounwind readnone }
1692 attributes #2 = { nounwind readonly }
1694 !0 = !{!1, !1, i64 0, i32 1}
1695 !1 = !{!"const", !2}
1696 !2 = !{!"tbaa root"}