[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-cc-abi.ll
blob02fe9943f39c41f96ee58030cd8ab241143021c5
1 ; RUN: llc -mtriple powerpc-ibm-aix-xcoff -stop-after=machine-cp -verify-machineinstrs < %s | \
2 ; RUN: FileCheck --check-prefixes=CHECK,32BIT %s
4 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \
5 ; RUN:  -mtriple powerpc-ibm-aix-xcoff < %s | \
6 ; RUN: FileCheck --check-prefixes=CHECKASM,ASM32PWR4 %s
8 ; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -stop-after=machine-cp -verify-machineinstrs < %s | \
9 ; RUN: FileCheck --check-prefixes=CHECK,64BIT %s
11 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \
12 ; RUN:  -mtriple powerpc64-ibm-aix-xcoff < %s | \
13 ; RUN: FileCheck --check-prefixes=CHECKASM,ASM64PWR4 %s
15 define void @call_test_chars() {
16 entry:
17   call i8 @test_chars(i8 signext 97, i8 signext 97, i8 signext 97, i8 signext 97)
18   ret void
21 ; CHECK-LABEL: name: call_test_chars
23 ; 32BIT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
24 ; 32BIT: $r3 = LI 97
25 ; 32BIT: $r4 = LI 97
26 ; 32BIT: $r5 = LI 97
27 ; 32BIT: $r6 = LI 97
28 ; 32BIT: BL_NOP <mcsymbol .test_chars>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit killed $r3, implicit killed $r4, implicit killed $r5, implicit killed $r6, implicit $r2, implicit-def $r1
29 ; 32BIT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
31 ; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
32 ; 64BIT: $x3 = LI8 97
33 ; 64BIT: $x4 = LI8 97
34 ; 64BIT: $x5 = LI8 97
35 ; 64BIT: $x6 = LI8 97
36 ; 64BIT: BL8_NOP <mcsymbol .test_chars>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit killed $x3, implicit killed $x4, implicit killed $x5, implicit killed $x6, implicit $x2, implicit-def $r1
37 ; 64BIT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
39 define signext i8 @test_chars(i8 signext %c1, i8 signext %c2, i8 signext %c3, i8 signext %c4) {
40 entry:
41   %conv = sext i8 %c1 to i32
42   %conv1 = sext i8 %c2 to i32
43   %add = add nsw i32 %conv, %conv1
44   %conv2 = sext i8 %c3 to i32
45   %add3 = add nsw i32 %add, %conv2
46   %conv4 = sext i8 %c4 to i32
47   %add5 = add nsw i32 %add3, %conv4
48   %conv6 = trunc i32 %add5 to i8
49   ret i8 %conv6
52 ; CHECK-LABEL: name: test_chars
54 ; 32BIT:       liveins:
55 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
56 ; 32BIT-NEXT:  - { reg: '$r4', virtual-reg: '' }
57 ; 32BIT-NEXT:  - { reg: '$r5', virtual-reg: '' }
58 ; 32BIT-NEXT:  - { reg: '$r6', virtual-reg: '' }
59 ; 32BIT:       body:
60 ; 32BIT-NEXT:    bb.0.entry:
61 ; 32BIT-NEXT:      liveins: $r3, $r4, $r5, $r6
63 ; 64BIT:       liveins:
64 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
65 ; 64BIT-NEXT:  - { reg: '$x4', virtual-reg: '' }
66 ; 64BIT-NEXT:  - { reg: '$x5', virtual-reg: '' }
67 ; 64BIT-NEXT:  - { reg: '$x6', virtual-reg: '' }
68 ; 64BIT:       body:
69 ; 64BIT-NEXT:    bb.0.entry:
70 ; 64BIT-NEXT:      liveins: $x3, $x4, $x5, $x6
72 define void @call_test_chars_mix() {
73 entry:
74   call i8 @test_chars_mix(i8 signext 97, i8 zeroext -31, i8 zeroext 97, i8 signext -31)
75   ret void
78 ; CHECK-LABEL: name: call_test_chars_mix
80 ; 32BIT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
81 ; 32BIT: $r3 = LI 97
82 ; 32BIT: $r4 = LI 225
83 ; 32BIT: $r5 = LI 97
84 ; 32BIT: $r6 = LI -31
85 ; 32BIT: BL_NOP <mcsymbol .test_chars_mix>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit killed $r3, implicit killed $r4, implicit killed $r5, implicit killed $r6, implicit $r2, implicit-def $r1
86 ; 32BIT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
88 ; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
89 ; 64BIT: $x3 = LI8 97
90 ; 64BIT: $x4 = LI8 225
91 ; 64BIT: $x5 = LI8 97
92 ; 64BIT: $x6 = LI8 -31
93 ; 64BIT: BL8_NOP <mcsymbol .test_chars_mix>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit killed $x3, implicit killed $x4, implicit killed $x5, implicit killed $x6, implicit $x2, implicit-def $r1
94 ; 64BIT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
96 define signext i8 @test_chars_mix(i8 signext %c1, i8 zeroext %c2, i8 zeroext %c3, i8 signext %c4) {
97 entry:
98   %conv = sext i8 %c1 to i32
99   %conv1 = zext i8 %c2 to i32
100   %add = add nsw i32 %conv, %conv1
101   %conv2 = zext i8 %c3 to i32
102   %add3 = add nsw i32 %add, %conv2
103   %conv4 = sext i8 %c4 to i32
104   %add5 = add nsw i32 %add3, %conv4
105   %conv6 = trunc i32 %add5 to i8
106   ret i8 %conv6
109 ; CHECK-LABEL: name: test_chars_mix
111 ; 32BIT:       liveins:
112 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
113 ; 32BIT-NEXT:  - { reg: '$r4', virtual-reg: '' }
114 ; 32BIT-NEXT:  - { reg: '$r5', virtual-reg: '' }
115 ; 32BIT-NEXT:  - { reg: '$r6', virtual-reg: '' }
116 ; 32BIT:       body:
117 ; 32BIT-NEXT:    bb.0.entry:
118 ; 32BIT-NEXT:      liveins: $r3, $r4, $r5, $r6
120 ; 64BIT:       liveins:
121 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
122 ; 64BIT-NEXT:  - { reg: '$x4', virtual-reg: '' }
123 ; 64BIT-NEXT:  - { reg: '$x5', virtual-reg: '' }
124 ; 64BIT-NEXT:  - { reg: '$x6', virtual-reg: '' }
125 ; 64BIT:       body:
126 ; 64BIT-NEXT:    bb.0.entry:
127 ; 64BIT-NEXT:      liveins: $x3, $x4, $x5, $x6
129 @global_i1 = global i8 0, align 1
131 define  void @test_i1(i1 %b)  {
132   entry:
133    %frombool = zext i1 %b to i8
134    store i8 %frombool, ptr @global_i1, align 1
135    ret void
138 ; 32BIT:       liveins:
139 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
140 ; 32BIT:       body:             |
141 ; 32BIT-NEXT:    bb.0.entry:
142 ; 32BIT-NEXT:      liveins: $r3
143 ; 32BIT:           renamable $r3 = RLWINM killed renamable $r3, 0, 31, 31
144 ; 32BIT-NEXT:      STB killed renamable $r3, 0, killed renamable $r4 :: (store (s8) into @global_i1)
146 ; 64BIT:       liveins:
147 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
148 ; 64BIT:       body:             |
149 ; 64BIT-NEXT:    bb.0.entry:
150 ; 64BIT-NEXT:      liveins: $x3
151 ; 64BIT:           renamable $r[[REG1:[0-9]+]] = RLWINM renamable $r[[REG1]], 0, 31, 31, implicit killed $x3
152 ; 64BIT-NEXT:      STB killed renamable $r[[REG1]], 0, killed renamable $x4 :: (store (s8) into @global_i1)
154 define void @call_test_i1() {
155 entry:
156   call void @test_i1(i1 1)
157   ret void
159 ; CHECK-LABEL: name: call_test_i1
161 ; 32BIT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
162 ; 32BIT: $r3 = LI 1
163 ; 32BIT: BL_NOP <mcsymbol .test_i1>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit killed $r3, implicit $r2, implicit-def $r1
164 ; 32BIT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
166 ; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
167 ; 64BIT: $x3 = LI8 1
168 ; 64BIT: BL8_NOP <mcsymbol .test_i1>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit killed $x3, implicit $x2, implicit-def $r1
169 ; 64BIT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
171 define void @test_i1zext(i1 zeroext %b) {
172   entry:
173     %frombool = zext i1 %b to i8
174     store i8 %frombool, ptr @global_i1, align 1
175     ret void
176   }
178 ; 32BIT:       liveins:
179 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
180 ; 32BIT:       body:             |
181 ; 32BIT-NEXT:    bb.0.entry:
182 ; 32BIT-NEXT:      liveins: $r3
183 ; CHECK-NOT:       RLWINM
184 ; 32BIT:           STB killed renamable $r3, 0, killed renamable $r4 :: (store (s8) into @global_i1)
186 ; 64BIT:       liveins:
187 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
188 ; 64BIT:       body:             |
189 ; 64BIT-NEXT:    bb.0.entry:
190 ; 64BIT-NEXT:      liveins: $x3
191 ; CHECK-NOT:       RLWINM
192 ; 64BIT:           STB8 killed renamable $x3, 0, killed renamable $x4 :: (store (s8) into @global_i1)
194 define i32 @test_ints(i32 signext %a, i32 zeroext %b, i32 zeroext %c, i32 signext %d, i32 signext %e, i32 signext %f, i32 signext %g, i32 signext %h) {
195 entry:
196     %add = add i32 %a, %b
197     %add1 = add i32 %add, %c
198     %add2 = add i32 %add1, %d
199     %add3 = add i32 %add2, %e
200     %add4 = add i32 %add3, %f
201     %add5 = add i32 %add4, %g
202     %add6 = add i32 %add5, %h
203     ret i32 %add6
206 ; CHECK-LABEL: name: test_ints
208 ; 32BIT:       liveins:
209 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
210 ; 32BIT-NEXT:  - { reg: '$r4', virtual-reg: '' }
211 ; 32BIT-NEXT:  - { reg: '$r5', virtual-reg: '' }
212 ; 32BIT-NEXT:  - { reg: '$r6', virtual-reg: '' }
213 ; 32BIT-NEXT:  - { reg: '$r7', virtual-reg: '' }
214 ; 32BIT-NEXT:  - { reg: '$r8', virtual-reg: '' }
215 ; 32BIT-NEXT:  - { reg: '$r9', virtual-reg: '' }
216 ; 32BIT-NEXT:  - { reg: '$r10', virtual-reg: '' }
217 ; 32BIT:       body:             |
218 ; 32BIT-NEXT:    bb.0.entry:
219 ; 32BIT-NEXT:      liveins: $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10
221 ; 64BIT:       liveins:
222 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
223 ; 64BIT-NEXT:  - { reg: '$x4', virtual-reg: '' }
224 ; 64BIT-NEXT:  - { reg: '$x5', virtual-reg: '' }
225 ; 64BIT-NEXT:  - { reg: '$x6', virtual-reg: '' }
226 ; 64BIT-NEXT:  - { reg: '$x7', virtual-reg: '' }
227 ; 64BIT-NEXT:  - { reg: '$x8', virtual-reg: '' }
228 ; 64BIT-NEXT:  - { reg: '$x9', virtual-reg: '' }
229 ; 64BIT-NEXT:  - { reg: '$x10', virtual-reg: '' }
230 ; 64BIT:       body:             |
231 ; 64BIT-NEXT:    bb.0.entry:
232 ; 64BIT-NEXT:      liveins: $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10
234 define void @call_test_ints() {
235 entry:
236   call i32 @test_ints(i32 signext 1, i32 zeroext 1, i32 zeroext 2147483648, i32 signext -2147483648, i32 signext 1, i32 signext 1, i32 signext 1, i32 signext 1)
237   ret void
240 ; CHECK-LABEL: name: call_test_ints
242 ; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
243 ; 64BIT: renamable $x3 = LI8 1
244 ; 64BIT: renamable $x5 = RLDIC killed renamable $x3, 31, 32
245 ; 64BIT: $x3 = LI8 1
246 ; 64BIT: $x4 = LI8 1
247 ; 64BIT: $x6 = LIS8 32768
248 ; 64BIT: $x7 = LI8 1
249 ; 64BIT: $x8 = LI8 1
250 ; 64BIT: $x9 = LI8 1
251 ; 64BIT: $x10 = LI8 1
252 ; 64BIT:  BL8_NOP <mcsymbol .test_ints>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit killed $x4, implicit $x5, implicit killed $x6, implicit killed $x7, implicit killed $x8, implicit killed $x9, implicit killed $x10, implicit $x2, implicit-def $r1, implicit-def dead $x3
253 ; 64BIT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
255 define void @call_test_i64() {
256 entry:
257   call i64 @test_i64(i64 1, i64 2, i64 3, i64 4)
258   ret void
261 ; CHECK-LABEL: name: call_test_i64
263 ; 32BIT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
264 ; 32BIT: $r3 = LI 0
265 ; 32BIT: $r4 = LI 1
266 ; 32BIT: $r5 = LI 0
267 ; 32BIT: $r6 = LI 2
268 ; 32BIT: $r7 = LI 0
269 ; 32BIT: $r8 = LI 3
270 ; 32BIT: $r9 = LI 0
271 ; 32BIT: $r10 = LI 4
272 ; 32BIT: BL_NOP <mcsymbol .test_i64>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit killed $r3, implicit killed $r4, implicit killed $r5, implicit killed $r6, implicit killed $r7, implicit killed $r8, implicit killed $r9, implicit killed $r10, implicit $r2, implicit-def $r1
273 ; 32BIT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
275 ; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
276 ; 64BIT: $x3 = LI8 1
277 ; 64BIT: $x4 = LI8 2
278 ; 64BIT: $x5 = LI8 3
279 ; 64BIT: $x6 = LI8 4
280 ; 64BIT: BL8_NOP <mcsymbol .test_i64>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit killed $x3, implicit killed $x4, implicit killed $x5, implicit killed $x6, implicit $x2, implicit-def $r1
281 ; 64BIT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
283 define i64 @test_i64(i64 %a, i64 %b, i64 %c, i64 %d) {
284 entry:
285   %add = add nsw i64 %a, %b
286   %add1 = add nsw i64 %add, %c
287   %add2 = add nsw i64 %add1, %d
288   ret i64 %add2
291 ; CHECK-LABEL: name: test_i64
293 ; 32BIT:       liveins:
294 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
295 ; 32BIT-NEXT:  - { reg: '$r4', virtual-reg: '' }
296 ; 32BIT-NEXT:  - { reg: '$r5', virtual-reg: '' }
297 ; 32BIT-NEXT:  - { reg: '$r6', virtual-reg: '' }
298 ; 32BIT-NEXT:  - { reg: '$r7', virtual-reg: '' }
299 ; 32BIT-NEXT:  - { reg: '$r8', virtual-reg: '' }
300 ; 32BIT-NEXT:  - { reg: '$r9', virtual-reg: '' }
301 ; 32BIT-NEXT:  - { reg: '$r10', virtual-reg: '' }
302 ; 32BIT:       body:             |
303 ; 32BIT-NEXT:    bb.0.entry:
304 ; 32BIT-NEXT:      liveins: $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10
306 ; 64BIT:       liveins:
307 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
308 ; 64BIT-NEXT:  - { reg: '$x4', virtual-reg: '' }
309 ; 64BIT-NEXT:  - { reg: '$x5', virtual-reg: '' }
310 ; 64BIT-NEXT:  - { reg: '$x6', virtual-reg: '' }
311 ; 64BIT:       body:             |
312 ; 64BIT-NEXT:    bb.0.entry:
313 ; 64BIT-NEXT:      liveins: $x3, $x4, $x5, $x6
315 define void @call_test_int_ptr() {
316 entry:
317   %b = alloca i32, align 4
318   store i32 0, ptr %b, align 4
319   call void @test_int_ptr(ptr %b)
320   ret void
323 ; CHECK-LABEL: name: call_test_int_ptr
325 ; 32BIT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
326 ; 32BIT: renamable $r3 = ADDI %stack.0.b, 0
327 ; 32BIT: BL_NOP <mcsymbol .test_int_ptr>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r2, implicit-def $r1
328 ; 32BIT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
330 ; 64BIT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
331 ; 64BIT: renamable $x3 = ADDI8 %stack.0.b, 0
332 ; 64BIT: BL8_NOP <mcsymbol .test_int_ptr>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x2, implicit-def $r1
333 ; 64BIT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
335 define void @test_int_ptr(ptr %a) {
336 entry:
337   %a.addr = alloca ptr, align 8
338   store ptr %a, ptr %a.addr, align 8
339   ret void
342 ; CHECK-LABEL: name: test_int_ptr
344 ; 32BIT:       liveins:
345 ; 32BIT-NEXT:  - { reg: '$r3', virtual-reg: '' }
346 ; 32BIT:       body:             |
347 ; 32BIT-NEXT:    bb.0.entry:
348 ; 32BIT-NEXT:      liveins: $r3
349 ; 32BIT:           STW killed renamable $r3, 0, %stack.0.a.addr :: (store (s32) into %ir.a.addr, align 8)
351 ; 64BIT:       liveins:
352 ; 64BIT-NEXT:  - { reg: '$x3', virtual-reg: '' }
353 ; 64BIT:       body:             |
354 ; 64BIT-NEXT:    bb.0.entry:
355 ; 64BIT-NEXT:      liveins: $x3
356 ; 64BIT:           STD killed renamable $x3, 0, %stack.0.a.addr :: (store (s64) into %ir.a.addr)
359 define i32 @caller(i32 %i)  {
360 entry:
361   %i.addr = alloca i32, align 4
362   %b = alloca i8, align 1
363   store i32 %i, ptr %i.addr, align 4
364   %0 = load i32, ptr %i.addr, align 4
365   %cmp = icmp ne i32 %0, 0
366   %frombool = zext i1 %cmp to i8
367   store i8 %frombool, ptr %b, align 1
368   %1 = load i8, ptr %b, align 1
369   %tobool = trunc i8 %1 to i1
370   %call = call i32 @call_test_bool(i1 zeroext %tobool)
371   ret i32 %call
374 declare i32 @call_test_bool(i1 zeroext)
376 ; CHECK-LABEL: name:            caller
378 ; 32BIT:        liveins:
379 ; 32BIT-NEXT:   - { reg: '$r3', virtual-reg: '' }
380 ; 32BIT:        body:             |
381 ; 32BIT-NEXT:   bb.0.entry:
382 ; 32BIT:         liveins: $r3
383 ; 32BIT:          ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
384 ; 32BIT:          BL_NOP <mcsymbol .call_test_bool[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r2, implicit-def $r1, implicit-def $r3
385 ; 32BIT:          ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
387 ; 64BIT:        liveins:
388 ; 64BIT-NEXT:   - { reg: '$x3', virtual-reg: '' }
389 ; 64BIT:        body:             |
390 ; 64BIT-NEXT:    bb.0.entry:
391 ; 64BIT-NEXT:     liveins: $x3
392 ; 64BIT:          ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
393 ; 64BIT:          BL8_NOP <mcsymbol .call_test_bool[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x2, implicit-def $r1, implicit-def $x3
394 ; 64BIT:          ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
396 @f1 = global float 0.000000e+00, align 4
397 @d1 = global double 0.000000e+00, align 8
399 define void @call_test_floats() {
400 entry:
401   %0 = load float, ptr @f1, align 4
402   call float @test_floats(float %0, float %0, float %0)
403   ret void
406 ; CHECK-LABEL: name: call_test_floats{{.*}}
408 ; 32BIT:      renamable $r3 = LWZtoc @f1, $r2 :: (load (s32) from got)
409 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r3 :: (dereferenceable load (s32) from @f1)
410 ; 32BIT-NEXT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
411 ; 32BIT-NEXT: $f2 = COPY renamable $f1
412 ; 32BIT-NEXT: $f3 = COPY renamable $f1
413 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_floats>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $f1, implicit killed $f2, implicit killed $f3, implicit $r2, implicit-def $r1
414 ; 32BIT-NEXT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
416 ; 64BIT:      renamable $x3 = LDtoc @f1, $x2 :: (load (s64) from got)
417 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x3 :: (dereferenceable load (s32) from @f1)
418 ; 64BIT-NEXT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
419 ; 64BIT-NEXT: $f2 = COPY renamable $f1
420 ; 64BIT-NEXT: $f3 = COPY renamable $f1
421 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_floats>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $f1, implicit killed $f2, implicit killed $f3, implicit $x2, implicit-def $r1
422 ; 64BIT-NEXT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
424 define float @test_floats(float %f1, float %f2, float %f3) {
425 entry:
426   %add = fadd float %f1, %f2
427   %add1 = fadd float %add, %f3
428   ret float %add1
431 ; CHECK-LABEL: name: test_floats{{.*}}
433 ; CHECK:      liveins:
434 ; CHECK-NEXT: - { reg: '$f1', virtual-reg: '' }
435 ; CHECK-NEXT: - { reg: '$f2', virtual-reg: '' }
436 ; CHECK-NEXT: - { reg: '$f3', virtual-reg: '' }
437 ; CHECK:      body:             |
438 ; CHECK-NEXT:   bb.0.entry:
439 ; CHECK-NEXT:     liveins: $f1, $f2, $f3
441 define void @call_test_fpr_max() {
442 entry:
443   %0 = load double, ptr @d1, align 8
444   call double @test_fpr_max(double %0, double %0, double %0, double %0, double %0, double %0, double %0, double %0, double %0, double %0, double %0, double %0, double %0)
445   ret void
448 ; CHECK-LABEL: name: call_test_fpr_max{{.*}}
450 ; 32BIT:      renamable $r[[REG:[0-9]+]] = LWZtoc @d1, $r2 :: (load (s32) from got)
451 ; 32BIT-NEXT: renamable $f1 = LFD 0, killed renamable $r[[REG]] :: (dereferenceable load (s64) from @d1)
452 ; 32BIT-NEXT: ADJCALLSTACKDOWN 128, 0, implicit-def dead $r1, implicit $r1
453 ; 32BIT-DAG:  STFD renamable $f1, 56, $r1 :: (store (s64))
454 ; 32BIT-DAG:  STFD renamable $f1, 64, $r1 :: (store (s64))
455 ; 32BIT-DAG:  STFD renamable $f1, 72, $r1 :: (store (s64))
456 ; 32BIT-DAG:  STFD renamable $f1, 80, $r1 :: (store (s64))
457 ; 32BIT-DAG:  STFD renamable $f1, 88, $r1 :: (store (s64))
458 ; 32BIT-DAG:  STFD renamable $f1, 96, $r1 :: (store (s64))
459 ; 32BIT-DAG:  STFD renamable $f1, 104, $r1 :: (store (s64))
460 ; 32BIT-DAG:  STFD renamable $f1, 112, $r1 :: (store (s64))
461 ; 32BIT-DAG:  STFD renamable $f1, 120, $r1 :: (store (s64))
462 ; 32BIT-DAG:  $f2 = COPY renamable $f1
463 ; 32BIT-DAG:  $f3 = COPY renamable $f1
464 ; 32BIT-DAG:  $f4 = COPY renamable $f1
465 ; 32BIT-DAG:  $f5 = COPY renamable $f1
466 ; 32BIT-DAG:  $f6 = COPY renamable $f1
467 ; 32BIT-DAG:  $f7 = COPY renamable $f1
468 ; 32BIT-DAG:  $f8 = COPY renamable $f1
469 ; 32BIT-DAG:  $f9 = COPY renamable $f1
470 ; 32BIT-DAG:  $f10 = COPY renamable $f1
471 ; 32BIT-DAG:  $f11 = COPY renamable $f1
472 ; 32BIT-DAG:  $f12 = COPY renamable $f1
473 ; 32BIT-DAG:  $f13 = COPY renamable $f1
474 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_fpr_max>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $f1, implicit killed $f2, implicit killed $f3, implicit killed $f4, implicit killed $f5, implicit killed $f6, implicit killed $f7, implicit killed $f8, implicit killed $f9, implicit killed $f10, implicit killed $f11, implicit killed $f12, implicit killed $f13, implicit $r2, implicit-def $r1, implicit-def dead $f1
475 ; 32BIT-NEXT: ADJCALLSTACKUP 128, 0, implicit-def dead $r1, implicit $r1
477 ; CHECKASM-LABEL: .call_test_fpr_max:
479 ; ASM32PWR4:       stwu 1, -128(1)
480 ; ASM32PWR4-NEXT:  lwz [[REG:[0-9]+]], L..C2(2)
481 ; ASM32PWR4-NEXT:  stw 0, 136(1)
482 ; ASM32PWR4-NEXT:  lfd 1, 0([[REG]])
483 ; ASM32PWR4-DAG:   stfd 1, 56(1)
484 ; ASM32PWR4-DAG:   stfd 1, 64(1)
485 ; ASM32PWR4-DAG:   stfd 1, 72(1)
486 ; ASM32PWR4-DAG:   stfd 1, 80(1)
487 ; ASM32PWR4-DAG:   stfd 1, 88(1)
488 ; ASM32PWR4-DAG:   stfd 1, 96(1)
489 ; ASM32PWR4-DAG:   stfd 1, 104(1)
490 ; ASM32PWR4-DAG:   stfd 1, 112(1)
491 ; ASM32PWR4-DAG:   stfd 1, 120(1)
492 ; ASM32PWR4-DAG:   fmr 2, 1
493 ; ASM32PWR4-DAG:   fmr 3, 1
494 ; ASM32PWR4-DAG:   fmr 4, 1
495 ; ASM32PWR4-DAG:   fmr 5, 1
496 ; ASM32PWR4-DAG:   fmr 6, 1
497 ; ASM32PWR4-DAG:   fmr 7, 1
498 ; ASM32PWR4-DAG:   fmr 8, 1
499 ; ASM32PWR4-DAG:   fmr 9, 1
500 ; ASM32PWR4-DAG:   fmr 10, 1
501 ; ASM32PWR4-DAG:   fmr 11, 1
502 ; ASM32PWR4-DAG:   fmr 12, 1
503 ; ASM32PWR4-DAG:   fmr 13, 1
504 ; ASM32PWR4-NEXT:  bl .test_fpr_max
505 ; ASM32PWR4-NEXT:  nop
506 ; ASM32PWR4-NEXT:  addi 1, 1, 128
508 ; 64BIT:      renamable $x[[REGD1ADDR:[0-9]+]] = LDtoc @d1, $x2 :: (load (s64) from got)
509 ; 64BIT-NEXT: renamable $f1 = LFD 0, killed renamable $x[[REGD1ADDR:[0-9]+]] :: (dereferenceable load (s64) from @d1)
510 ; 64BIT-NEXT: ADJCALLSTACKDOWN 152, 0, implicit-def dead $r1, implicit $r1
511 ; 64BIT-DAG:  STFD renamable $f1, 112, $x1 :: (store (s64))
512 ; 64BIT-DAG:  STFD renamable $f1, 120, $x1 :: (store (s64))
513 ; 64BIT-DAG:  STFD renamable $f1, 128, $x1 :: (store (s64))
514 ; 64BIT-DAG:  STFD renamable $f1, 136, $x1 :: (store (s64))
515 ; 64BIT-DAG:  STFD renamable $f1, 144, $x1 :: (store (s64))
516 ; 64BIT-DAG:  $f2 = COPY renamable $f1
517 ; 64BIT-DAG:  $f3 = COPY renamable $f1
518 ; 64BIT-DAG:  $f4 = COPY renamable $f1
519 ; 64BIT-DAG:  $f5 = COPY renamable $f1
520 ; 64BIT-DAG:  $f6 = COPY renamable $f1
521 ; 64BIT-DAG:  $f7 = COPY renamable $f1
522 ; 64BIT-DAG:  $f8 = COPY renamable $f1
523 ; 64BIT-DAG:  $f9 = COPY renamable $f1
524 ; 64BIT-DAG:  $f10 = COPY renamable $f1
525 ; 64BIT-DAG:  $f11 = COPY renamable $f1
526 ; 64BIT-DAG:  $f12 = COPY renamable $f1
527 ; 64BIT-DAG:  $f13 = COPY renamable $f1
528 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_fpr_max>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $f1, implicit killed $f2, implicit killed $f3, implicit killed $f4, implicit killed $f5, implicit killed $f6, implicit killed $f7, implicit killed $f8, implicit killed $f9, implicit killed $f10, implicit killed $f11, implicit killed $f12, implicit killed $f13, implicit $x2, implicit-def $r1
529 ; 64BIT-NEXT: ADJCALLSTACKUP 152, 0, implicit-def dead $r1, implicit $r1
531 ; ASM64PWR4:       stdu 1, -160(1)
532 ; ASM64PWR4-NEXT:  ld [[REG:[0-9]+]], L..C2(2)
533 ; ASM64PWR4-NEXT:  std 0, 176(1)
534 ; ASM64PWR4-NEXT:  lfd 1, 0([[REG]])
535 ; ASM64PWR4-DAG:   stfd 1, 112(1)
536 ; ASM64PWR4-DAG:   stfd 1, 120(1)
537 ; ASM64PWR4-DAG:   stfd 1, 128(1)
538 ; ASM64PWR4-DAG:   stfd 1, 136(1)
539 ; ASM64PWR4-DAG:   stfd 1, 144(1)
540 ; ASM64PWR4-DAG:   fmr 2, 1
541 ; ASM64PWR4-DAG:   fmr 3, 1
542 ; ASM64PWR4-DAG:   fmr 4, 1
543 ; ASM64PWR4-DAG:   fmr 5, 1
544 ; ASM64PWR4-DAG:   fmr 6, 1
545 ; ASM64PWR4-DAG:   fmr 7, 1
546 ; ASM64PWR4-DAG:   fmr 8, 1
547 ; ASM64PWR4-DAG:   fmr 9, 1
548 ; ASM64PWR4-DAG:   fmr 10, 1
549 ; ASM64PWR4-DAG:   fmr 11, 1
550 ; ASM64PWR4-DAG:   fmr 12, 1
551 ; ASM64PWR4-DAG:   fmr 13, 1
552 ; ASM64PWR4-NEXT:  bl .test_fpr_max
553 ; ASM64PWR4-NEXT:  nop
554 ; ASM64PWR4-NEXT:  addi 1, 1, 160
556 define double @test_fpr_max(double %d1, double %d2, double %d3, double %d4, double %d5, double %d6, double %d7, double %d8, double %d9, double %d10, double %d11, double %d12, double %d13) {
557 entry:
558   %add = fadd double %d1, %d2
559   %add1 = fadd double %add, %d3
560   %add2 = fadd double %add1, %d4
561   %add3 = fadd double %add2, %d5
562   %add4 = fadd double %add3, %d6
563   %add5 = fadd double %add4, %d7
564   %add6 = fadd double %add5, %d8
565   %add7 = fadd double %add6, %d9
566   %add8 = fadd double %add7, %d10
567   %add9 = fadd double %add8, %d11
568   %add10 = fadd double %add9, %d12
569   %add11 = fadd double %add10, %d13
570   ret double %add11
573 ; CHECK-LABEL: name: test_fpr_max{{.*}}
575 ; CHECK:      liveins:
576 ; CHECK-NEXT: - { reg: '$f1', virtual-reg: '' }
577 ; CHECK-NEXT: - { reg: '$f2', virtual-reg: '' }
578 ; CHECK-NEXT: - { reg: '$f3', virtual-reg: '' }
579 ; CHECK-NEXT: - { reg: '$f4', virtual-reg: '' }
580 ; CHECK-NEXT: - { reg: '$f5', virtual-reg: '' }
581 ; CHECK-NEXT: - { reg: '$f6', virtual-reg: '' }
582 ; CHECK-NEXT: - { reg: '$f7', virtual-reg: '' }
583 ; CHECK-NEXT: - { reg: '$f8', virtual-reg: '' }
584 ; CHECK-NEXT: - { reg: '$f9', virtual-reg: '' }
585 ; CHECK-NEXT: - { reg: '$f10', virtual-reg: '' }
586 ; CHECK-NEXT: - { reg: '$f11', virtual-reg: '' }
587 ; CHECK-NEXT: - { reg: '$f12', virtual-reg: '' }
588 ; CHECK-NEXT: - { reg: '$f13', virtual-reg: '' }
589 ; CHECK:      body:             |
590 ; CHECK-NEXT:   bb.0.entry:
591 ; CHECK-NEXT:     liveins: $f1, $f2, $f3, $f4, $f5, $f6, $f7, $f8, $f9, $f10, $f11, $f12, $f13
593 define void @call_test_mix() {
594 entry:
595   %0 = load float, ptr @f1, align 4
596   %1 = load double, ptr @d1, align 8
597   call i32 @test_mix(float %0, i32 1, double %1, i8 signext 97)
598   ret void
601 ; CHECK-LABEL: name: call_test_mix{{.*}}
603 ; 32BIT:      renamable $r[[REG1:[0-9]+]] = LWZtoc @f1, $r2 :: (load (s32) from got)
604 ; 32BIT-NEXT: renamable $r[[REG2:[0-9]+]] = LWZtoc @d1, $r2 :: (load (s32) from got)
605 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG1]] :: (dereferenceable load (s32) from @f1)
606 ; 32BIT-NEXT: renamable $f2 = LFD 0, killed renamable $r[[REG2]] :: (dereferenceable load (s64) from @d1)
607 ; 32BIT-NEXT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
608 ; 32BIT-NEXT: $r4 = LI 1
609 ; 32BIT-NEXT: $r7 = LI 97
610 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_mix>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $f1, implicit $r4, implicit $f2, implicit killed $r7, implicit $r2, implicit-def $r1
611 ; 32BIT-NEXT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
613 ; 64BIT:      renamable $x[[REG1:[0-9]+]] = LDtoc @f1, $x2 :: (load (s64) from got)
614 ; 64BIT-NEXT: renamable $x[[REG2:[0-9]+]] = LDtoc @d1, $x2 :: (load (s64) from got)
615 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG1]] :: (dereferenceable load (s32) from @f1)
616 ; 64BIT-NEXT: renamable $f2 = LFD 0, killed renamable $x[[REG2]] :: (dereferenceable load (s64) from @d1)
617 ; 64BIT-NEXT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
618 ; 64BIT-NEXT: $x4 = LI8 1
619 ; 64BIT-NEXT: $x6 = LI8 97
620 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_mix>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $f1, implicit $x4, implicit $f2, implicit killed $x6, implicit $x2, implicit-def $r1
621 ; 64BIT-NEXT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
623 define i32 @test_mix(float %f, i32 signext %i, double %d, i8 signext %c) {
624 entry:
625   %conv = fpext float %f to double
626   %add = fadd double %conv, %d
627   %conv1 = fptrunc double %add to float
628   %conv2 = zext i8 %c to i32
629   %add3 = add nsw i32 %i, %conv2
630   %conv4 = sitofp i32 %add3 to float
631   %add5 = fadd float %conv4, %conv1
632   %conv6 = fptosi float %add5 to i32
633   ret i32 %conv6
636 ; CHECK-LABEL: name: test_mix{{.*}}
638 ; 32BIT:      liveins:
639 ; 32BIT-NEXT: - { reg: '$f1', virtual-reg: '' }
640 ; 32BIT-NEXT: - { reg: '$r4', virtual-reg: '' }
641 ; 32BIT-NEXT: - { reg: '$f2', virtual-reg: '' }
642 ; 32BIT-NEXT: - { reg: '$r7', virtual-reg: '' }
643 ; 32BIT:      body:             |
644 ; 32BIT-NEXT:   bb.0.entry:
645 ; 32BIT-NEXT:     liveins: $f1, $f2, $r4, $r7
647 ; 64BIT:      liveins:
648 ; 64BIT-NEXT: - { reg: '$f1', virtual-reg: '' }
649 ; 64BIT-NEXT: - { reg: '$x4', virtual-reg: '' }
650 ; 64BIT-NEXT: - { reg: '$f2', virtual-reg: '' }
651 ; 64BIT-NEXT: - { reg: '$x6', virtual-reg: '' }
652 ; 64BIT:      body:             |
653 ; 64BIT-NEXT:   bb.0.entry:
654 ; 64BIT-NEXT:     liveins: $f1, $f2, $x4, $x6
657 define i64 @callee_mixed_ints(i32 %a, i8 signext %b, i32 %c, i16 signext %d, i64 %e) {
658 entry:
659   %conv = zext i8 %b to i32
660   %add = add nsw i32 %a, %conv
661   %add1 = add nsw i32 %add, %c
662   %conv2 = sext i16 %d to i32
663   %add3 = add nsw i32 %add1, %conv2
664   %conv4 = sext i32 %add3 to i64
665   %add5 = add nsw i64 %conv4, %e
666   ret i64 %add5
667   }
669 ; CHECK-LABEL: name:  callee_mixed_ints
671 ; 32BIT:      liveins:
672 ; 32BIT-NEXT: - { reg: '$r3', virtual-reg: '' }
673 ; 32BIT-NEXT: - { reg: '$r4', virtual-reg: '' }
674 ; 32BIT-NEXT: - { reg: '$r5', virtual-reg: '' }
675 ; 32BIT-NEXT: - { reg: '$r6', virtual-reg: '' }
676 ; 32BIT-NEXT: - { reg: '$r7', virtual-reg: '' }
677 ; 32BIT-NEXT: - { reg: '$r8', virtual-reg: '' }
678 ; 32BIT:      body:             |
679 ; 32BIT-NEXT:  bb.0.entry:
680 ; 32BIT-NEXT:   liveins: $r3, $r4, $r5, $r6, $r7, $r8
682 ; 64BIT:        liveins:
683 ; 64BIT-NEXT:   - { reg: '$x3', virtual-reg: '' }
684 ; 64BIT-NEXT:   - { reg: '$x4', virtual-reg: '' }
685 ; 64BIT-NEXT:   - { reg: '$x5', virtual-reg: '' }
686 ; 64BIT-NEXT:   - { reg: '$x6', virtual-reg: '' }
687 ; 64BIT-NEXT:   - { reg: '$x7', virtual-reg: '' }
688 ; 64BIT:        body:             |
689 ; 64BIT-NEXT:    bb.0.entry:
690 ; 64BIT-NEXT:     liveins: $x3, $x4, $x5, $x6, $x7
692 define void @call_test_vararg() {
693 entry:
694   %0 = load float, ptr @f1, align 4
695   %conv = fpext float %0 to double
696   %1 = load double, ptr @d1, align 8
697   call void (i32, ...) @test_vararg(i32 42, double %conv, double %1)
698   ret void
701 declare void @test_vararg(i32, ...)
703 ; CHECK-LABEL:     name: call_test_vararg
705 ; 32BIT:      renamable $r[[REG:[0-9]+]] = LWZtoc @f1, $r2 :: (load (s32) from got)
706 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load (s32) from @f1)
707 ; 32BIT-NEXT: renamable $r[[REG:[0-9]+]] = LWZtoc @d1, $r2 :: (load (s32) from got)
708 ; 32BIT-NEXT: STFD renamable $f1, 0, %stack.[[SLOT1:[0-9]+]] :: (store (s64) into %stack.[[SLOT1]])
709 ; 32BIT-NEXT: renamable $r4 = LWZ 0, %stack.[[SLOT1]] :: (load (s32) from %stack.[[SLOT1]], align 8)
710 ; 32BIT-NEXT: renamable $f2 = LFD 0, killed renamable $r[[REG]] :: (dereferenceable load (s64) from @d1)
711 ; 32BIT-NEXT: renamable $r5 = LWZ 4, %stack.[[SLOT1]] :: (load (s32) from %stack.[[SLOT1]] + 4)
712 ; 32BIT-NEXT: STFD renamable $f2, 0, %stack.[[SLOT2:[0-9]+]] :: (store (s64) into %stack.[[SLOT2]])
713 ; 32BIT-NEXT: renamable $r6 = LWZ 0, %stack.[[SLOT2]] :: (load (s32) from %stack.[[SLOT2]], align 8)
714 ; 32BIT-NEXT: renamable $r7 = LWZ 4, %stack.[[SLOT2]] :: (load (s32) from %stack.[[SLOT2]] + 4)
715 ; 32BIT-NEXT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
716 ; 32BIT-NEXT: $r3 = LI 42
717 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_vararg[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $f1, implicit $r4, implicit $r5, implicit $f2, implicit $r6, implicit $r7, implicit $r2, implicit-def $r1
718 ; 32BIT-NEXT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
720 ; CHECKASM-LABEL: .call_test_vararg:
722 ; ASM32PWR4:      stwu 1, -80(1)
723 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C1(2)
724 ; ASM32PWR4-NEXT: stw 0, 88(1)
725 ; ASM32PWR4-NEXT: lfs 1, 0([[REG]])
726 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C2(2)
727 ; ASM32PWR4-NEXT: stfd 1, 64(1)
728 ; ASM32PWR4-NEXT: lfd 2, 0([[REG]])
729 ; ASM32PWR4-NEXT: li 3, 42
730 ; ASM32PWR4-NEXT: stfd 2, 72(1)
731 ; ASM32PWR4-DAG:  lwz 4, 64(1)
732 ; ASM32PWR4-DAG:  lwz 5, 68(1)
733 ; ASM32PWR4-DAG:  lwz 6, 72(1)
734 ; ASM32PWR4-DAG:  lwz 7, 76(1)
735 ; ASM32PWR4-NEXT: bl .test_vararg[PR]
736 ; ASM32PWR4-NEXT: nop
738 ; 64BIT:      renamable $x[[REG:[0-9]+]] = LDtoc @f1, $x2 :: (load (s64) from got)
739 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load (s32) from @f1)
740 ; 64BIT-NEXT: renamable $x[[REG:[0-9]+]] = LDtoc @d1, $x2 :: (load (s64) from got)
741 ; 64BIT-NEXT: STFD renamable $f1, 0, %stack.[[SLOT1:[0-9]+]] :: (store (s64) into %stack.[[SLOT1]])
742 ; 64BIT-NEXT: renamable $f2 = LFD 0, killed renamable $x[[REG]] :: (dereferenceable load (s64) from @d1)
743 ; 64BIT-NEXT: renamable $x4 = LD 0, %stack.[[SLOT1]] :: (load (s64) from %stack.[[SLOT1]])
744 ; 64BIT-NEXT: STFD renamable $f2, 0, %stack.[[SLOT2:[0-9]+]] :: (store (s64) into %stack.[[SLOT2]])
745 ; 64BIT-NEXT: renamable $x5 = LD 0, %stack.[[SLOT2]] :: (load (s64) from %stack.[[SLOT2]])
746 ; 64BIT-NEXT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
747 ; 64BIT-NEXT: $x3 = LI8 42
748 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_vararg[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $f1, implicit $x4, implicit $f2, implicit $x5, implicit $x2, implicit-def $r1
749 ; 64BIT-NEXT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
751 ; ASM64PWR4:      stdu 1, -128(1)
752 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C1(2)
753 ; ASM64PWR4-NEXT: std 0, 144(1)
754 ; ASM64PWR4-NEXT: lfs 1, 0([[REG]])
755 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C2(2)
756 ; ASM64PWR4-NEXT: stfd 1, 112(1)
757 ; ASM64PWR4-NEXT: lfd 2, 0([[REG]])
758 ; ASM64PWR4-NEXT: li 3, 42
759 ; ASM64PWR4-NEXT: stfd 2, 120(1)
760 ; ASM64PWR4-NEXT: ld 4, 112(1)
761 ; ASM64PWR4-NEXT: ld 5, 120(1)
762 ; ASM64PWR4-NEXT: bl .test_vararg[PR]
763 ; ASM64PWR4-NEXT: nop
765 define void @call_test_vararg2() {
766 entry:
767   %0 = load float, ptr @f1, align 4
768   %conv = fpext float %0 to double
769   %1 = load double, ptr @d1, align 8
770   call void (i32, ...) @test_vararg(i32 42, double %conv, i32 42, double %1)
771   ret void
774 ; CHECK-LABEL:     name: call_test_vararg2
776 ; 32BIT:      renamable $r[[REG:[0-9]+]] = LWZtoc @f1, $r2 :: (load (s32) from got)
777 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load (s32) from @f1)
778 ; 32BIT-NEXT: renamable $r[[REG:[0-9]+]] = LWZtoc @d1, $r2 :: (load (s32) from got)
779 ; 32BIT-NEXT: STFD renamable $f1, 0, %stack.[[SLOT1:[0-9]+]] :: (store (s64) into %stack.[[SLOT1]])
780 ; 32BIT-NEXT: renamable $r4 = LWZ 0, %stack.[[SLOT1]] :: (load (s32) from %stack.[[SLOT1]], align 8)
781 ; 32BIT-NEXT: renamable $f2 = LFD 0, killed renamable $r[[REG]] :: (dereferenceable load (s64) from @d1)
782 ; 32BIT-NEXT: renamable $r5 = LWZ 4, %stack.[[SLOT1]] :: (load (s32) from %stack.[[SLOT1]] + 4)
783 ; 32BIT-NEXT: STFD renamable $f2, 0, %stack.[[SLOT2:[0-9]+]] :: (store (s64) into %stack.[[SLOT2]])
784 ; 32BIT-NEXT: renamable $r7 = LWZ 0, %stack.[[SLOT2]] :: (load (s32) from %stack.[[SLOT2]], align 8)
785 ; 32BIT-NEXT: renamable $r8 = LWZ 4, %stack.[[SLOT2]] :: (load (s32) from %stack.[[SLOT2]] + 4)
786 ; 32BIT-NEXT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
787 ; 32BIT-NEXT: $r3 = LI 42
788 ; 32BIT-NEXT: $r6 = LI 42
789 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_vararg[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $f1, implicit $r4, implicit $r5, implicit killed $r6, implicit $f2, implicit $r7, implicit $r8, implicit $r2, implicit-def $r1
790 ; 32BIT-NEXT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
792 ; ASM32PWR4:      stwu 1, -80(1)
793 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C1(2)
794 ; ASM32PWR4-NEXT: stw 0, 88(1)
795 ; ASM32PWR4-NEXT: li 6, 42
796 ; ASM32PWR4-NEXT: lfs 1, 0([[REG]])
797 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C2(2)
798 ; ASM32PWR4-NEXT: stfd 1, 64(1)
799 ; ASM32PWR4-NEXT: lfd 2, 0([[REG]])
800 ; ASM32PWR4-NEXT: li 3, 42
801 ; ASM32PWR4-NEXT: stfd 2, 72(1)
802 ; ASM32PWR4-DAG: lwz 4, 64(1)
803 ; ASM32PWR4-DAG: lwz 5, 68(1)
804 ; ASM32PWR4-DAG: lwz 7, 72(1)
805 ; ASM32PWR4-DAG: lwz 8, 76(1)
806 ; ASM32PWR4-NEXT: bl .test_vararg[PR]
807 ; ASM32PWR4-NEXT: nop
809 ; 64BIT:      renamable $x[[REG:[0-9]+]] = LDtoc @f1, $x2 :: (load (s64) from got)
810 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load (s32) from @f1)
811 ; 64BIT-NEXT: renamable $x[[REG:[0-9]+]] = LDtoc @d1, $x2 :: (load (s64) from got)
812 ; 64BIT-NEXT: STFD renamable $f1, 0, %stack.[[SLOT1:[0-9]+]] :: (store (s64) into %stack.[[SLOT1]])
813 ; 64BIT-NEXT: renamable $f2 = LFD 0, killed renamable $x[[REG]] :: (dereferenceable load (s64) from @d1)
814 ; 64BIT-NEXT: renamable $x4 = LD 0, %stack.[[SLOT1]] :: (load (s64) from %stack.[[SLOT1]])
815 ; 64BIT-NEXT: STFD renamable $f2, 0, %stack.[[SLOT2:[0-9]+]] :: (store (s64) into %stack.[[SLOT2]])
816 ; 64BIT-NEXT: renamable $x6 = LD 0, %stack.[[SLOT2]] :: (load (s64) from %stack.[[SLOT2]])
817 ; 64BIT-NEXT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
818 ; 64BIT-NEXT: $x3 = LI8 42
819 ; 64BIT-NEXT: $x5 = LI8 42
820 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_vararg[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $f1, implicit $x4, implicit killed $x5, implicit $f2, implicit $x6, implicit $x2, implicit-def $r1
821 ; 64BIT-NEXT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
823 ; ASM64PWR4:      stdu 1, -128(1)
824 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C1(2)
825 ; ASM64PWR4-NEXT: std 0, 144(1)
826 ; ASM64PWR4-NEXT: li 5, 42
827 ; ASM64PWR4-NEXT: lfs 1, 0([[REG]])
828 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C2(2)
829 ; ASM64PWR4-NEXT: stfd 1, 112(1)
830 ; ASM64PWR4-NEXT: lfd 2, 0([[REG]])
831 ; ASM64PWR4-NEXT: li 3, 42
832 ; ASM64PWR4-NEXT: stfd 2, 120(1)
833 ; ASM64PWR4-NEXT: ld 4, 112(1)
834 ; ASM64PWR4-NEXT: ld 6, 120(1)
835 ; ASM64PWR4-NEXT: bl .test_vararg[PR]
836 ; ASM64PWR4-NEXT: nop
838 define void @call_test_vararg3() {
839 entry:
840   %0 = load float, ptr @f1, align 4
841   %conv = fpext float %0 to double
842   %1 = load double, ptr @d1, align 8
843   call void (i32, ...) @test_vararg(i32 42, double %conv, i64 42, double %1)
844   ret void
847 ; CHECK-LABEL:     name: call_test_vararg3
849 ; 32BIT:      renamable $r[[REG:[0-9]+]] = LWZtoc @f1, $r2 :: (load (s32) from got)
850 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load (s32) from @f1)
851 ; 32BIT-NEXT: renamable $r[[REG:[0-9]+]] = LWZtoc @d1, $r2 :: (load (s32) from got)
852 ; 32BIT-NEXT: STFD renamable $f1, 0, %stack.[[SLOT1:[0-9]+]] :: (store (s64) into %stack.[[SLOT1]])
853 ; 32BIT-NEXT: renamable $r4 = LWZ 0, %stack.[[SLOT1]] :: (load (s32) from %stack.[[SLOT1]], align 8)
854 ; 32BIT-NEXT: renamable $f2 = LFD 0, killed renamable $r[[REG]] :: (dereferenceable load (s64) from @d1)
855 ; 32BIT-NEXT: renamable $r5 = LWZ 4, %stack.[[SLOT1]] :: (load (s32) from %stack.[[SLOT1]] + 4)
856 ; 32BIT-NEXT: STFD renamable $f2, 0, %stack.[[SLOT2:[0-9]+]] :: (store (s64) into %stack.[[SLOT2]])
857 ; 32BIT-NEXT: renamable $r8 = LWZ 0, %stack.[[SLOT2]] :: (load (s32) from %stack.[[SLOT2]], align 8)
858 ; 32BIT-NEXT: renamable $r9 = LWZ 4, %stack.[[SLOT2]] :: (load (s32) from %stack.[[SLOT2]] + 4)
859 ; 32BIT-NEXT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
860 ; 32BIT-NEXT: $r3 = LI 42
861 ; 32BIT-NEXT: $r6 = LI 0
862 ; 32BIT-NEXT: $r7 = LI 42
863 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_vararg[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $f1, implicit $r4, implicit $r5, implicit killed $r6, implicit killed $r7, implicit $f2, implicit $r8, implicit $r9, implicit $r2, implicit-def $r1
864 ; 32BIT-NEXT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
866 ; ASM32PWR4:      stwu 1, -80(1)
867 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C1(2)
868 ; ASM32PWR4-DAG:  li 6, 0
869 ; ASM32PWR4-DAG:  li 7, 42
870 ; ASM32PWR4-NEXT: lfs 1, 0([[REG]])
871 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C2(2)
872 ; ASM32PWR4-NEXT: stfd 1, 64(1)
873 ; ASM32PWR4-NEXT: lfd 2, 0([[REG]])
874 ; ASM32PWR4-NEXT: li 3, 42
875 ; ASM32PWR4-NEXT: stfd 2, 72(1)
876 ; ASM32PWR4-DAG:  lwz 4, 64(1)
877 ; ASM32PWR4-DAG:  lwz 5, 68(1)
878 ; ASM32PWR4-DAG:  lwz 8, 72(1)
879 ; ASM32PWR4-DAG:  lwz 9, 76(1)
880 ; ASM32PWR4-NEXT: bl .test_vararg[PR]
881 ; ASM32PWR4-NEXT: nop
883 ; 64BIT:      renamable $x[[REG:[0-9]+]] = LDtoc @f1, $x2 :: (load (s64) from got)
884 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load (s32) from @f1)
885 ; 64BIT-NEXT: renamable $x[[REG:[0-9]+]] = LDtoc @d1, $x2 :: (load (s64) from got)
886 ; 64BIT-NEXT: STFD renamable $f1, 0, %stack.[[SLOT1:[0-9]+]] :: (store (s64) into %stack.[[SLOT1]])
887 ; 64BIT-NEXT: renamable $f2 = LFD 0, killed renamable $x[[REG]] :: (dereferenceable load (s64) from @d1)
888 ; 64BIT-NEXT: renamable $x4 = LD 0, %stack.[[SLOT1]] :: (load (s64) from %stack.[[SLOT1]])
889 ; 64BIT-NEXT: STFD renamable $f2, 0, %stack.[[SLOT2:[0-9]+]] :: (store (s64) into %stack.[[SLOT2]])
890 ; 64BIT-NEXT: renamable $x6 = LD 0, %stack.[[SLOT2]] :: (load (s64) from %stack.[[SLOT2]])
891 ; 64BIT-NEXT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
892 ; 64BIT-NEXT: $x3 = LI8 42
893 ; 64BIT-NEXT: $x5 = LI8 42
894 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_vararg[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $f1, implicit $x4, implicit killed $x5, implicit $f2, implicit $x6, implicit $x2, implicit-def $r1
895 ; 64BIT-NEXT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
897 ; ASM64PWR4:      stdu 1, -128(1)
898 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C1(2)
899 ; ASM64PWR4-NEXT: std 0, 144(1)
900 ; ASM64PWR4-NEXT: li 5, 42
901 ; ASM64PWR4-NEXT: lfs 1, 0([[REG]])
902 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C2(2)
903 ; ASM64PWR4-NEXT: stfd 1, 112(1)
904 ; ASM64PWR4-NEXT: lfd 2, 0([[REG]])
905 ; ASM64PWR4-NEXT: li 3, 42
906 ; ASM64PWR4-NEXT: stfd 2, 120(1)
907 ; ASM64PWR4-DAG:  ld 4, 112(1)
908 ; ASM64PWR4-DAG:  ld 6, 120(1)
909 ; ASM64PWR4-NEXT: bl .test_vararg[PR]
910 ; ASM64PWR4-NEXT: nop
912 define void @call_test_vararg4() {
913 entry:
914   %0 = load float, ptr @f1, align 4
915   call void (i32, ...) @test_vararg(i32 42, float %0)
916   ret void
919 ; CHECK-LABEL:     name: call_test_vararg4
921 ; 32BIT:      renamable $r[[REG:[0-9]+]] = LWZtoc @f1, $r2 :: (load (s32) from got)
922 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load (s32) from @f1)
923 ; 32BIT-NEXT: STFS renamable $f1, 0, %stack.[[SLOT:[0-9]+]] :: (store (s32) into %stack.[[SLOT]])
924 ; 32BIT-NEXT: renamable $r4 = LWZ 0, %stack.[[SLOT]] :: (load (s32) from %stack.[[SLOT]])
925 ; 32BIT-NEXT: ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
926 ; 32BIT-NEXT: $r3 = LI 42
927 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_vararg[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $f1, implicit $r4, implicit $r2, implicit-def $r1
928 ; 32BIT-NEXT: ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
930 ; ASM32PWR4:      stwu 1, -64(1)
931 ; ASM32PWR4-NEXT: lwz [[REG:[0-9]+]], L..C1(2)
932 ; ASM32PWR4-NEXT: stw 0, 72(1)
933 ; ASM32PWR4-NEXT: lfs 1, 0([[REG]])
934 ; ASM32PWR4-NEXT: li 3, 42
935 ; ASM32PWR4-NEXT: stfs 1, 60(1)
936 ; ASM32PWR4-NEXT: lwz 4, 60(1)
937 ; ASM32PWR4-NEXT: bl .test_vararg[PR]
938 ; ASM32PWR4-NEXT: nop
940 ; 64BIT:      renamable $x[[REG:[0-9]+]] = LDtoc @f1, $x2 :: (load (s64) from got)
941 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load (s32) from @f1)
942 ; 64BIT-NEXT: STFS renamable $f1, 0, %stack.[[SLOT:[0-9]+]] :: (store (s32) into %stack.[[SLOT]])
943 ; 64BIT-NEXT: renamable $x4 = LWZ8 0, %stack.[[SLOT]] :: (load (s32) from %stack.[[SLOT]])
944 ; 64BIT-NEXT: ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
945 ; 64BIT-NEXT: $x3 = LI8 42
946 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_vararg[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $f1, implicit $x4, implicit $x2, implicit-def $r1
947 ; 64BIT-NEXT: ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
949 ; ASM64PWR4:      stdu 1, -128(1)
950 ; ASM64PWR4-NEXT: ld [[REG:[0-9]+]], L..C1(2)
951 ; ASM64PWR4-NEXT: std 0, 144(1)
952 ; ASM64PWR4-NEXT: lfs 1, 0([[REG]])
953 ; ASM64PWR4-NEXT: li 3, 42
954 ; ASM64PWR4-NEXT: stfs 1, 124(1)
955 ; ASM64PWR4-NEXT: lwz 4, 124(1)
956 ; ASM64PWR4-NEXT: bl .test_vararg[PR]
957 ; ASM64PWR4-NEXT: nop
959 @c = common global i8 0, align 1
960 @si = common global i16 0, align 2
961 @i = common global i32 0, align 4
962 @lli = common global i64 0, align 8
963 @f = common global float 0.000000e+00, align 4
964 @d = common global double 0.000000e+00, align 8
966 ; Basic saving of integral type arguments to the parameter save area.
967 define void @call_test_stackarg_int() {
968 entry:
969   %0 = load i8, ptr @c, align 1
970   %1 = load i16, ptr @si, align 2
971   %2 = load i32, ptr @i, align 4
972   %3 = load i64, ptr @lli, align 8
973   %4 = load i32, ptr @i, align 4
974   call void @test_stackarg_int(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i8 zeroext %0, i16 signext %1, i32 %2, i64 %3, i32 %4)
975   ret void
978 declare void @test_stackarg_int(i32, i32, i32, i32, i32, i32, i32, i32, i8 zeroext, i16 signext, i32, i64, i32)
980 ; CHECK-LABEL:     name: call_test_stackarg_int{{.*}}
982 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
983 ; 32BIT-DAG:  ADJCALLSTACKDOWN 80, 0, implicit-def dead $r1, implicit $r1
984 ; 32BIT-DAG:  $r3 = LI 1
985 ; 32BIT-DAG:  $r4 = LI 2
986 ; 32BIT-DAG:  $r5 = LI 3
987 ; 32BIT-DAG:  $r6 = LI 4
988 ; 32BIT-DAG:  $r7 = LI 5
989 ; 32BIT-DAG:  $r8 = LI 6
990 ; 32BIT-DAG:  $r9 = LI 7
991 ; 32BIT-DAG:  $r10 = LI 8
992 ; 32BIT-DAG:  renamable $r[[REGCADDR:[0-9]+]] = LWZtoc @c, $r2 :: (load (s32) from got)
993 ; 32BIT-DAG:  renamable $r[[REGC:[0-9]+]] = LBZ 0, killed renamable $r[[REGCADDR]] :: (dereferenceable load (s8) from @c)
994 ; 32BIT-DAG:  STW killed renamable $r[[REGC]], 56, $r1 :: (store (s32))
995 ; 32BIT-DAG:  renamable $r[[REGSIADDR:[0-9]+]] = LWZtoc @si, $r2 :: (load (s32) from got)
996 ; 32BIT-DAG:  renamable $r[[REGSI:[0-9]+]] = LHA 0, killed renamable $r[[REGSIADDR]] :: (dereferenceable load (s16) from @si)
997 ; 32BIT-DAG:  STW killed renamable $r[[REGSI]], 60, $r1 :: (store (s32))
998 ; 32BIT-DAG:  renamable $r[[REGIADDR:[0-9]+]] = LWZtoc @i, $r2 :: (load (s32) from got)
999 ; 32BIT-DAG:  renamable $r[[REGI:[0-9]+]] = LWZ 0, killed renamable $r[[REGIADDR]] :: (dereferenceable load (s32) from @i)
1000 ; 32BIT-DAG:  STW killed renamable $r[[REGI]], 64, $r1 :: (store (s32))
1001 ; 32BIT-DAG:  renamable $r[[REGLLIADDR:[0-9]+]] = LWZtoc @lli, $r2 :: (load (s32) from got)
1002 ; 32BIT-DAG:  renamable $r[[REGLLI1:[0-9]+]] = LWZ 0, renamable $r[[REGLLIADDR]] :: (dereferenceable load (s32) from @lli, align 8)
1003 ; 32BIT-DAG:  STW killed renamable $r[[REGLLI1]], 68, $r1 :: (store (s32))
1004 ; 32BIT-DAG:  renamable $r[[REGLLI2:[0-9]+]] = LWZ 4, killed renamable $r[[REGLLIADDR]] :: (dereferenceable load (s32) from @lli + 4, basealign 8)
1005 ; 32BIT-DAG:  STW killed renamable $r[[REGLLI2]], 72, $r1 :: (store (s32))
1006 ; 32BIT-DAG:  STW renamable $r[[REGI]], 76, $r1 :: (store (s32))
1007 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_stackarg_int[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r4, implicit $r5, implicit $r6, implicit $r7, implicit $r8, implicit $r9, implicit $r10, implicit $r2, implicit-def $r1
1008 ; 32BIT-NEXT: ADJCALLSTACKUP 80, 0, implicit-def dead $r1, implicit $r1
1010 ; CHECKASM-LABEL: .call_test_stackarg_int:
1012 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1013 ; ASM32PWR4:       stwu 1, -80(1)
1014 ; ASM32PWR4-DAG:   li 3, 1
1015 ; ASM32PWR4-DAG:   li 4, 2
1016 ; ASM32PWR4-DAG:   li 5, 3
1017 ; ASM32PWR4-DAG:   li 6, 4
1018 ; ASM32PWR4-DAG:   li 7, 5
1019 ; ASM32PWR4-DAG:   li 8, 6
1020 ; ASM32PWR4-DAG:   li 9, 7
1021 ; ASM32PWR4-DAG:   li 10, 8
1022 ; ASM32PWR4-DAG:   lwz [[REGCADDR:[0-9]+]], L..C6(2)
1023 ; ASM32PWR4-DAG:   lbz [[REGC:[0-9]+]], 0([[REGCADDR]])
1024 ; ASM32PWR4-DAG:   stw [[REGC]], 56(1)
1025 ; ASM32PWR4-DAG:   lwz [[REGSIADDR:[0-9]+]], L..C4(2)
1026 ; ASM32PWR4-DAG:   lha [[REGSI:[0-9]+]], 0([[REGSIADDR]])
1027 ; ASM32PWR4-DAG:   stw [[REGSI]], 60(1)
1028 ; ASM32PWR4-DAG:   lwz [[REGIADDR:[0-9]+]], L..C5(2)
1029 ; ASM32PWR4-DAG:   lwz [[REGI:[0-9]+]], 0([[REGIADDR]])
1030 ; ASM32PWR4-DAG:   stw [[REGI]], 64(1)
1031 ; ASM32PWR4-DAG:   lwz [[REGLLIADDR:[0-9]+]], L..C7(2)
1032 ; ASM32PWR4-DAG:   lwz [[REGLLI1:[0-9]+]], 0([[REGLLIADDR]])
1033 ; ASM32PWR4-DAG:   stw [[REGLLI1]], 68(1)
1034 ; ASM32PWR4-DAG:   lwz [[REGLLI2:[0-9]+]], 4([[REGLLIADDR]])
1035 ; ASM32PWR4-DAG:   stw [[REGLLI2]], 72(1)
1036 ; ASM32PWR4-DAG:   stw [[REGI]], 76(1)
1037 ; ASM32PWR4-NEXT:  bl .test_stackarg_int[PR]
1038 ; ASM32PWR4-NEXT:  nop
1040 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1041 ; 64BIT-DAG:   ADJCALLSTACKDOWN 152, 0, implicit-def dead $r1, implicit $r1
1042 ; 64BIT-DAG:   $x3 = LI8 1
1043 ; 64BIT-DAG:   $x4 = LI8 2
1044 ; 64BIT-DAG:   $x5 = LI8 3
1045 ; 64BIT-DAG:   $x6 = LI8 4
1046 ; 64BIT-DAG:   $x7 = LI8 5
1047 ; 64BIT-DAG:   $x8 = LI8 6
1048 ; 64BIT-DAG:   $x9 = LI8 7
1049 ; 64BIT-DAG:   $x10 = LI8 8
1050 ; 64BIT-DAG:   renamable $x[[REGCADDR:[0-9]+]] = LDtoc @c, $x2 :: (load (s64) from got)
1051 ; 64BIT-DAG:   renamable $x[[REGC:[0-9]+]] = LBZ8 0, killed renamable $x[[REGCADDR]] :: (dereferenceable load (s8) from @c)
1052 ; 64BIT-DAG:   STD killed renamable $x[[REGC]], 112, $x1 :: (store (s64))
1053 ; 64BIT-DAG:   renamable $x[[REGSIADDR:[0-9]+]] = LDtoc @si, $x2 :: (load (s64) from got)
1054 ; 64BIT-DAG:   renamable $x[[REGSI:[0-9]+]] = LHA8 0, killed renamable $x[[REGSIADDR]] :: (dereferenceable load (s16) from @si)
1055 ; 64BIT-DAG:   STD killed renamable $x[[REGSI]], 120, $x1 :: (store (s64))
1056 ; 64BIT-DAG:   renamable $x[[REGIADDR:[0-9]+]] = LDtoc @i, $x2 :: (load (s64) from got)
1057 ; 64BIT-DAG:   renamable $x[[REGI:[0-9]+]] = LWZ8 0, killed renamable $x[[REGIADDR]] :: (dereferenceable load (s32) from @i)
1058 ; 64BIT-DAG:   STD killed renamable $x[[REGI]], 128, $x1 :: (store (s64))
1059 ; 64BIT-DAG:   renamable $x[[REGLLIADDR:[0-9]+]] = LDtoc @lli, $x2 :: (load (s64) from got)
1060 ; 64BIT-DAG:   renamable $x[[REGLLI:[0-9]+]] = LD 0, killed renamable $x[[REGLLIADDR]] :: (dereferenceable load (s64) from @lli)
1061 ; 64BIT-DAG:   STD killed renamable $x[[REGLLI]], 136, $x1 :: (store (s64))
1062 ; 64BIT-DAG:   STD renamable $x[[REGI]], 144, $x1 :: (store (s64))
1063 ; 64BIT-NEXT:  BL8_NOP <mcsymbol .test_stackarg_int[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x4, implicit $x5, implicit $x6, implicit $x7, implicit $x8, implicit $x9, implicit $x10, implicit $x2, implicit-def $r1
1064 ; 64BIT-NEXT:  ADJCALLSTACKUP 152, 0, implicit-def dead $r1, implicit $r1
1066 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1067 ; ASM64PWR4-DAG:   stdu 1, -160(1)
1068 ; ASM64PWR4-DAG:   li 3, 1
1069 ; ASM64PWR4-DAG:   li 4, 2
1070 ; ASM64PWR4-DAG:   li 5, 3
1071 ; ASM64PWR4-DAG:   li 6, 4
1072 ; ASM64PWR4-DAG:   li 7, 5
1073 ; ASM64PWR4-DAG:   li 8, 6
1074 ; ASM64PWR4-DAG:   li 9, 7
1075 ; ASM64PWR4-DAG:   li 10, 8
1076 ; ASM64PWR4-DAG:   ld [[REGCADDR:[0-9]+]], L..C5(2)
1077 ; ASM64PWR4-DAG:   lbz [[REGC:[0-9]+]], 0([[REGCADDR]])
1078 ; ASM64PWR4-DAG:   std [[REGC]], 112(1)
1079 ; ASM64PWR4-DAG:   ld [[REGSIADDR:[0-9]+]], L..C3(2)
1080 ; ASM64PWR4-DAG:   lha [[REGSI:[0-9]+]], 0([[REGSIADDR]])
1081 ; ASM64PWR4-DAG:   std [[REGSI]], 120(1)
1082 ; ASM64PWR4-DAG:   ld [[REGIADDR:[0-9]+]], L..C4(2)
1083 ; ASM64PWR4-DAG:   lwz [[REGI:[0-9]+]], 0([[REGIADDR]])
1084 ; ASM64PWR4-DAG:   std [[REGI]], 128(1)
1085 ; ASM64PWR4-DAG:   ld [[REGLLIADDR:[0-9]+]], L..C6(2)
1086 ; ASM64PWR4-DAG:   ld [[REGLLI:[0-9]+]], 0([[REGLLIADDR]])
1087 ; ASM64PWR4-DAG:   std [[REGLLI]], 136(1)
1088 ; ASM64PWR4-DAG:   std [[REGI]], 144(1)
1089 ; ASM64PWR4-NEXT:  bl .test_stackarg_int[PR]
1090 ; ASM64PWR4-NEXT:  nop
1092 ; Basic saving of floating point type arguments to the parameter save area.
1093 ; The float and double arguments will pass in both fpr as well as parameter save area.
1094 define void @call_test_stackarg_float() {
1095 entry:
1096   %0 = load float, ptr @f, align 4
1097   %1 = load double, ptr @d, align 8
1098   call void @test_stackarg_float(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, float %0, double %1)
1099   ret void
1102 declare void @test_stackarg_float(i32, i32, i32, i32, i32, i32, i32, i32, float, double)
1104 ; CHECK-LABEL:     name:            call_test_stackarg_float
1106 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1107 ; 32BIT-DAG:   ADJCALLSTACKDOWN 68, 0, implicit-def dead $r1, implicit $r1
1108 ; 32BIT-DAG:   $r3 = LI 1
1109 ; 32BIT-DAG:   $r4 = LI 2
1110 ; 32BIT-DAG:   $r5 = LI 3
1111 ; 32BIT-DAG:   $r6 = LI 4
1112 ; 32BIT-DAG:   $r7 = LI 5
1113 ; 32BIT-DAG:   $r8 = LI 6
1114 ; 32BIT-DAG:   $r9 = LI 7
1115 ; 32BIT-DAG:   $r10 = LI 8
1116 ; 32BIT-DAG:   renamable $r[[REGF:[0-9]+]] = LWZtoc @f, $r2 :: (load (s32) from got)
1117 ; 32BIT-DAG:   renamable $f1 = LFS 0, killed renamable $r[[REGF]] :: (dereferenceable load (s32) from @f)
1118 ; 32BIT-DAG:   renamable $r[[REGD:[0-9]+]] = LWZtoc @d, $r2 :: (load (s32) from got)
1119 ; 32BIT-DAG:   renamable $f2 = LFD 0, killed renamable $r[[REGD]] :: (dereferenceable load (s64) from @d)
1120 ; 32BIT-DAG:   STFS renamable $f1, 56, $r1 :: (store (s32))
1121 ; 32BIT-DAG:   STFD renamable $f2, 60, $r1 :: (store (s64))
1122 ; 32BIT-NEXT:  BL_NOP <mcsymbol .test_stackarg_float[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r4, implicit killed $r5, implicit killed $r6, implicit killed $r7, implicit killed $r8, implicit killed $r9, implicit killed $r10, implicit $f1, implicit $f2, implicit $r2, implicit-def $r1
1123 ; 32BIT-NEXT:  ADJCALLSTACKUP 68, 0, implicit-def dead $r1, implicit $r1
1125 ; CHECKASM-LABEL: .call_test_stackarg_float:
1127 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1128 ; ASM32PWR4:      stwu 1, -80(1)
1129 ; ASM32PWR4-DAG:  li 3, 1
1130 ; ASM32PWR4-DAG:  li 4, 2
1131 ; ASM32PWR4-DAG:  li 5, 3
1132 ; ASM32PWR4-DAG:  li 6, 4
1133 ; ASM32PWR4-DAG:  li 7, 5
1134 ; ASM32PWR4-DAG:  li 8, 6
1135 ; ASM32PWR4-DAG:  li 9, 7
1136 ; ASM32PWR4-DAG:  li 10, 8
1137 ; ASM32PWR4-DAG:  lwz [[REGF:[0-9]+]], L..C8(2)
1138 ; ASM32PWR4-DAG:  lfs 1, 0([[REGF]])
1139 ; ASM32PWR4-DAG:  lwz [[REGD:[0-9]+]], L..C9(2)
1140 ; ASM32PWR4-DAG:  lfd 2, 0([[REGD:[0-9]+]])
1141 ; ASM32PWR4-DAG:  stfs 1, 56(1)
1142 ; ASM32PWR4-DAG:  stfd 2, 60(1)
1143 ; ASM32PWR4-NEXT: bl .test_stackarg_float[PR]
1144 ; ASM32PWR4-NEXT: nop
1145 ; ASM32PWR4-NEXT: addi 1, 1, 80
1147 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1148 ; 64BIT-DAG:   ADJCALLSTACKDOWN 128, 0, implicit-def dead $r1, implicit $r1
1149 ; 64BIT-DAG:   $x3 = LI8 1
1150 ; 64BIT-DAG:   $x4 = LI8 2
1151 ; 64BIT-DAG:   $x5 = LI8 3
1152 ; 64BIT-DAG:   $x6 = LI8 4
1153 ; 64BIT-DAG:   $x7 = LI8 5
1154 ; 64BIT-DAG:   $x8 = LI8 6
1155 ; 64BIT-DAG:   $x9 = LI8 7
1156 ; 64BIT-DAG:   $x10 = LI8 8
1157 ; 64BIT-DAG:   renamable $x[[REGF:[0-9]+]] = LDtoc @f, $x2 :: (load (s64) from got)
1158 ; 64BIT-DAG:   renamable $f1 = LFS 0, killed renamable $x[[REGF]] :: (dereferenceable load (s32) from @f)
1159 ; 64BIT-DAG:   renamable $x[[REGD:[0-9]+]] = LDtoc @d, $x2 :: (load (s64) from got)
1160 ; 64BIT-DAG:   renamable $f2 = LFD 0, killed renamable $x[[REGD]] :: (dereferenceable load (s64) from @d)
1161 ; 64BIT-DAG:   STFS renamable $f1, 112, $x1 :: (store (s32))
1162 ; 64BIT-DAG:   STFD renamable $f2, 120, $x1 :: (store (s64))
1163 ; 64BIT-NEXT:  BL8_NOP <mcsymbol .test_stackarg_float[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x4, implicit killed $x5, implicit killed $x6, implicit killed $x7, implicit killed $x8, implicit killed $x9, implicit killed $x10, implicit $f1, implicit $f2, implicit $x2, implicit-def $r1
1164 ; 64BIT-NEXT:  ADJCALLSTACKUP 128, 0, implicit-def dead $r1, implicit $r1
1166 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1167 ; ASM64PWR4:      stdu 1, -128(1)
1168 ; ASM64PWR4-DAG:  li 3, 1
1169 ; ASM64PWR4-DAG:  li 4, 2
1170 ; ASM64PWR4-DAG:  li 5, 3
1171 ; ASM64PWR4-DAG:  li 6, 4
1172 ; ASM64PWR4-DAG:  li 7, 5
1173 ; ASM64PWR4-DAG:  li 8, 6
1174 ; ASM64PWR4-DAG:  li 9, 7
1175 ; ASM64PWR4-DAG:  li 10, 8
1176 ; ASM64PWR4-DAG:  ld [[REGF:[0-9]+]], L..C7(2)
1177 ; ASM64PWR4-DAG:  lfs 1, 0([[REGF]])
1178 ; ASM64PWR4-DAG:  ld [[REGD:[0-9]+]], L..C8(2)
1179 ; ASM64PWR4-DAG:  lfd 2, 0([[REGD]])
1180 ; ASM64PWR4-DAG:  stfs 1, 112(1)
1181 ; ASM64PWR4-DAG:  stfd 2, 120(1)
1182 ; ASM64PWR4-NEXT: bl .test_stackarg_float[PR]
1183 ; ASM64PWR4-NEXT: nop
1184 ; ASM64PWR4-NEXT: addi 1, 1, 128
1186 define void @call_test_stackarg_float2() {
1187 entry:
1188   %0 = load double, ptr @d, align 8
1189   call void (i32, i32, i32, i32, i32, i32, ...) @test_stackarg_float2(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, double %0)
1190   ret void
1193 declare void @test_stackarg_float2(i32, i32, i32, i32, i32, i32, ...)
1195 ; CHECK-LABEL:     name: call_test_stackarg_float2{{.*}}
1197 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1198 ; 32BIT-DAG:   ADJCALLSTACKDOWN 56, 0, implicit-def dead $r1, implicit $r1
1199 ; 32BIT-DAG:   $r3 = LI 1
1200 ; 32BIT-DAG:   $r4 = LI 2
1201 ; 32BIT-DAG:   $r5 = LI 3
1202 ; 32BIT-DAG:   $r6 = LI 4
1203 ; 32BIT-DAG:   $r7 = LI 5
1204 ; 32BIT-DAG:   $r8 = LI 6
1205 ; 32BIT-DAG:   renamable $r[[REG:[0-9]+]] = LWZtoc @d, $r2 :: (load (s32) from got)
1206 ; 32BIT-DAG:   renamable $f1 = LFD 0, killed renamable $r[[REG]] :: (dereferenceable load (s64) from @d)
1207 ; 32BIT-DAG:   STFD renamable $f1, 0, %stack.0 :: (store (s64) into %stack.0)
1208 ; 32BIT-DAG:   renamable $r9 = LWZ 0, %stack.0 :: (load (s32) from %stack.0, align 8)
1209 ; 32BIT-DAG:   renamable $r10 = LWZ 4, %stack.0 :: (load (s32) from %stack.0 + 4)
1210 ; 32BIT-NEXT:   BL_NOP <mcsymbol .test_stackarg_float2[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit killed $r4, implicit killed $r5, implicit killed $r6, implicit killed $r7, implicit killed $r8, implicit $f1, implicit $r9, implicit $r10, implicit $r2, implicit-def $r1
1211 ; 32BIT-NEXT:   ADJCALLSTACKUP 56, 0, implicit-def dead $r1, implicit $r1
1213 ; CHECKASM-LABEL: .call_test_stackarg_float2:
1215 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1216 ; ASM32PWR4:     stwu 1, -64(1)
1217 ; ASM32PWR4-DAG: li 3, 1
1218 ; ASM32PWR4-DAG: li 4, 2
1219 ; ASM32PWR4-DAG: li 5, 3
1220 ; ASM32PWR4-DAG: li 6, 4
1221 ; ASM32PWR4-DAG: li 7, 5
1222 ; ASM32PWR4-DAG: li 8, 6
1223 ; ASM32PWR4-DAG: lwz [[REG:[0-9]+]], L..C9(2)
1224 ; ASM32PWR4-DAG: lfd 1, 0([[REG]])
1225 ; ASM32PWR4-DAG: stfd 1, 56(1)
1226 ; ASM32PWR4-DAG: lwz 9, 56(1)
1227 ; ASM32PWR4-DAG: lwz 10, 60(1)
1228 ; ASM32PWR4-NEXT: bl .test_stackarg_float2[PR]
1229 ; ASM32PWR4-NEXT: nop
1230 ; ASM32PWR4-NEXT: addi 1, 1, 64
1232 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1233 ; 64BIT-DAG:   ADJCALLSTACKDOWN 112, 0, implicit-def dead $r1, implicit $r1
1234 ; 64BIT-DAG:   $x3 = LI8 1
1235 ; 64BIT-DAG:   $x4 = LI8 2
1236 ; 64BIT-DAG:   $x5 = LI8 3
1237 ; 64BIT-DAG:   $x6 = LI8 4
1238 ; 64BIT-DAG:   $x7 = LI8 5
1239 ; 64BIT-DAG:   $x8 = LI8 6
1240 ; 64BIT-DAG:   renamable $x[[REG:[0-9]+]] = LDtoc @d, $x2 :: (load (s64) from got)
1241 ; 64BIT-DAG:   renamable $f1 = LFD 0, killed renamable $x[[REG]] :: (dereferenceable load (s64) from @d)
1242 ; 64BIT-DAG:   STFD renamable $f1, 0, %stack.0 :: (store (s64) into %stack.0)
1243 ; 64BIT-DAG:   renamable $x9 = LD 0, %stack.0 :: (load (s64) from %stack.0)
1244 ; 64BIT-NEXT:  BL8_NOP <mcsymbol .test_stackarg_float2[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit killed $x4, implicit killed $x5, implicit killed $x6, implicit killed $x7, implicit killed $x8, implicit $f1, implicit $x9, implicit $x2, implicit-def $r1
1245 ; 64BIT-NEXT:  ADJCALLSTACKUP 112, 0, implicit-def dead $r1, implicit $r1
1247 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1248 ; ASM64PWR4:     stdu 1, -128(1)
1249 ; ASM64PWR4-DAG: li 3, 1
1250 ; ASM64PWR4-DAG: li 4, 2
1251 ; ASM64PWR4-DAG: li 5, 3
1252 ; ASM64PWR4-DAG: li 6, 4
1253 ; ASM64PWR4-DAG: li 7, 5
1254 ; ASM64PWR4-DAG: li 8, 6
1255 ; ASM64PWR4-DAG: ld [[REG:[0-9]+]], L..C8(2)
1256 ; ASM64PWR4-DAG: lfd 1, 0([[REG]])
1257 ; ASM64PWR4-DAG: stfd 1, 120(1)
1258 ; ASM64PWR4-DAG: ld 9, 120(1)
1259 ; ASM64PWR4-NEXT: bl .test_stackarg_float2[PR]
1260 ; ASM64PWR4-NEXT: nop
1261 ; ASM64PWR4-NEXT: addi 1, 1, 128
1263 ; A double arg will pass on the stack in PPC32 if there is only one available GPR.
1264 define void @call_test_stackarg_float3() {
1265 entry:
1266   %0 = load double, ptr @d, align 8
1267   %1 = load float, ptr @f, align 4
1268   call void (i32, i32, i32, i32, i32, i32, i32, ...) @test_stackarg_float3(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, double %0, float %1)
1269   ret void
1272 declare void @test_stackarg_float3(i32, i32, i32, i32, i32, i32, i32, ...)
1274 ; CHECK-LABEL:     name: call_test_stackarg_float3{{.*}}
1276 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1277 ; In 32-bit the double arg is written to memory because it cannot be fully stored in the last 32-bit GPR.
1278 ; 32BIT-DAG:   ADJCALLSTACKDOWN 64, 0, implicit-def dead $r1, implicit $r1
1279 ; 32BIT-DAG:   $r3 = LI 1
1280 ; 32BIT-DAG:   $r4 = LI 2
1281 ; 32BIT-DAG:   $r5 = LI 3
1282 ; 32BIT-DAG:   $r6 = LI 4
1283 ; 32BIT-DAG:   $r7 = LI 5
1284 ; 32BIT-DAG:   $r8 = LI 6
1285 ; 32BIT-DAG:   $r9 = LI 7
1286 ; 32BIT-DAG:   renamable $r[[REGD:[0-9]+]] = LWZtoc @d, $r2 :: (load (s32) from got)
1287 ; 32BIT-DAG:   renamable $f1 = LFD 0, killed renamable $r[[REGD]] :: (dereferenceable load (s64) from @d)
1288 ; 32BIT-DAG:   renamable $r[[REGF:[0-9]+]] = LWZtoc @f, $r2 :: (load (s32) from got)
1289 ; 32BIT-DAG:   renamable $f2 = LFS 0, killed renamable $r[[REGF]] :: (dereferenceable load (s32) from @f)
1290 ; 32BIT-DAG:   STFD renamable $f1, 52, $r1 :: (store (s64))
1291 ; 32BIT-DAG:   STFS renamable $f2, 60, $r1 :: (store (s32))
1292 ; 32BIT-DAG:   STFD renamable $f1, 0, %stack.0 :: (store (s64) into %stack.0)
1293 ; 32BIT-DAG:   renamable $r10 = LWZ 0, %stack.0 :: (load (s32) from %stack.0, align 8)
1294 ; 32BIT-NEXT:  BL_NOP <mcsymbol .test_stackarg_float3[PR]>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit killed $r4, implicit killed $r5, implicit killed $r6, implicit killed $r7, implicit killed $r8, implicit killed $r9, implicit $f1, implicit $r10, implicit $f2, implicit $r2, implicit-def $r1
1295 ; 32BIT-NEXT:  ADJCALLSTACKUP 64, 0, implicit-def dead $r1, implicit $r1
1297 ; CHECKASM-LABEL: .call_test_stackarg_float3:
1299 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1300 ; ASM32PWR4:       stwu 1, -80(1)
1301 ; ASM32PWR4-DAG:   li 3, 1
1302 ; ASM32PWR4-DAG:   li 4, 2
1303 ; ASM32PWR4-DAG:   li 5, 3
1304 ; ASM32PWR4-DAG:   li 6, 4
1305 ; ASM32PWR4-DAG:   li 7, 5
1306 ; ASM32PWR4-DAG:   li 8, 6
1307 ; ASM32PWR4-DAG:   li 9, 7
1308 ; ASM32PWR4-DAG:   lwz [[REGD:[0-9]+]], L..C9(2)
1309 ; ASM32PWR4-DAG:   lfd 1, 0([[REGD]])
1310 ; ASM32PWR4-DAG:   lwz [[REGF:[0-9]+]], L..C8(2)
1311 ; ASM32PWR4-DAG:   lfs 2, 0([[REGF]])
1312 ; ASM32PWR4-DAG:   stfd 1, 52(1)
1313 ; ASM32PWR4-DAG:   stfs 2, 60(1)
1314 ; ASM32PWR4-DAG:   stfd 1, 72(1)
1315 ; ASM32PWR4-DAG:   lwz 10, 72(1)
1316 ; ASM32PWR4-NEXT:  bl .test_stackarg_float3[PR]
1317 ; ASM32PWR4-NEXT:  nop
1318 ; ASM32PWR4-NEXT:  addi 1, 1, 80
1320 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1321 ; In 64-bit the double arg is not written to memory because it is fully stored in the last 64-bit GPR.
1322 ; 64BIT-DAG:   ADJCALLSTACKDOWN 120, 0, implicit-def dead $r1, implicit $r1
1323 ; 64BIT-DAG:   $x3 = LI8 1
1324 ; 64BIT-DAG:   $x4 = LI8 2
1325 ; 64BIT-DAG:   $x5 = LI8 3
1326 ; 64BIT-DAG:   $x6 = LI8 4
1327 ; 64BIT-DAG:   $x7 = LI8 5
1328 ; 64BIT-DAG:   $x8 = LI8 6
1329 ; 64BIT-DAG:   $x9 = LI8 7
1330 ; 64BIT-DAG:   renamable $x[[REGD:[0-9]+]] = LDtoc @d, $x2 :: (load (s64) from got)
1331 ; 64BIT-DAG:   renamable $f1 = LFD 0, killed renamable $x[[REGD]] :: (dereferenceable load (s64) from @d)
1332 ; 64BIT-DAG:   renamable $x[[REGF:[0-9]+]] = LDtoc @f, $x2 :: (load (s64) from got)
1333 ; 64BIT-DAG:   renamable $f2 = LFS 0, killed renamable $x[[REGF]] :: (dereferenceable load (s32) from @f)
1334 ; 64BIT-DAG:   STFS renamable $f2, 112, $x1 :: (store (s32))
1335 ; 64BIT-DAG:   STFD renamable $f1, 0, %stack.0 :: (store (s64) into %stack.0)
1336 ; 64BIT-DAG:   renamable $x10 = LD 0, %stack.0 :: (load (s64) from %stack.0)
1337 ; 64BIT-NEXT:  BL8_NOP <mcsymbol .test_stackarg_float3[PR]>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit killed $x4, implicit killed $x5, implicit killed $x6, implicit killed $x7, implicit killed $x8, implicit killed $x9, implicit $f1, implicit $x10, implicit $f2, implicit $x2, implicit-def $r1
1339 ; 64BIT-NEXT: ADJCALLSTACKUP 120, 0, implicit-def dead $r1, implicit $r1
1341 ; The DAG block permits some invalid inputs for the benefit of allowing more valid orderings.
1342 ; ASM64PWR4:       stdu 1, -128(1)
1343 ; ASM64PWR4-DAG:   li 3, 1
1344 ; ASM64PWR4-DAG:   li 4, 2
1345 ; ASM64PWR4-DAG:   li 5, 3
1346 ; ASM64PWR4-DAG:   li 6, 4
1347 ; ASM64PWR4-DAG:   li 7, 5
1348 ; ASM64PWR4-DAG:   li 8, 6
1349 ; ASM64PWR4-DAG:   li 9, 7
1350 ; ASM64PWR4-DAG:   ld [[REGD:[0-9]+]], L..C8(2)
1351 ; ASM64PWR4-DAG:   lfd 1, 0([[REGD]])
1352 ; ASM64PWR4-DAG:   ld [[REGF:[0-9]+]], L..C7(2)
1353 ; ASM64PWR4-DAG:   lfs 2, 0([[REGF]])
1354 ; ASM64PWR4-DAG:   stfs 2, 112(1)
1355 ; ASM64PWR4-DAG:   stfd 1, 120(1)
1356 ; ASM64PWR4-DAG:   ld 10, 120(1)
1357 ; ASM64PWR4-NEXT:  bl .test_stackarg_float3[PR]
1358 ; ASM64PWR4-NEXT:  nop
1359 ; ASM64PWR4-NEXT:  addi 1, 1, 128
1361 define i64 @test_ints_stack(i32 %i1, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i64 %ll9, i16 signext %s10, i8 zeroext %c11, i32 %ui12, i32 %si13, i64 %ll14, i8 zeroext %uc15, i32 %i16) {
1362 entry:
1363   %add = add nsw i32 %i1, %i2
1364   %add1 = add nsw i32 %add, %i3
1365   %add2 = add nsw i32 %add1, %i4
1366   %add3 = add nsw i32 %add2, %i5
1367   %add4 = add nsw i32 %add3, %i6
1368   %add5 = add nsw i32 %add4, %i7
1369   %add6 = add nsw i32 %add5, %i8
1370   %conv = sext i32 %add6 to i64
1371   %add7 = add nsw i64 %conv, %ll9
1372   %conv8 = sext i16 %s10 to i64
1373   %add9 = add nsw i64 %add7, %conv8
1374   %conv10 = zext i8 %c11 to i64
1375   %add11 = add nsw i64 %add9, %conv10
1376   %conv12 = zext i32 %ui12 to i64
1377   %add13 = add nsw i64 %add11, %conv12
1378   %conv14 = sext i32 %si13 to i64
1379   %add15 = add nsw i64 %add13, %conv14
1380   %add16 = add nsw i64 %add15, %ll14
1381   %conv17 = zext i8 %uc15 to i64
1382   %add18 = add nsw i64 %add16, %conv17
1383   %conv19 = sext i32 %i16 to i64
1384   %add20 = add nsw i64 %add18, %conv19
1385   ret i64 %add20
1388 ; CHECK-LABEL: name: test_ints_stack
1390 ; 32BIT-LABEL: liveins:
1391 ; 32BIT-DAG:   - { reg: '$r3', virtual-reg: '' }
1392 ; 32BIT-DAG:   - { reg: '$r4', virtual-reg: '' }
1393 ; 32BIT-DAG:   - { reg: '$r5', virtual-reg: '' }
1394 ; 32BIT-DAG:   - { reg: '$r6', virtual-reg: '' }
1395 ; 32BIT-DAG:   - { reg: '$r7', virtual-reg: '' }
1396 ; 32BIT-DAG:   - { reg: '$r8', virtual-reg: '' }
1397 ; 32BIT-DAG:   - { reg: '$r9', virtual-reg: '' }
1398 ; 32BIT-DAG:   - { reg: '$r10', virtual-reg: '' }
1400 ; 32BIT-LABEL: fixedStack:
1401 ; 32BIT-DAG:   - { id: 9, type: default, offset: 56, size: 4
1402 ; 32BIT-DAG:   - { id: 8, type: default, offset: 60, size: 4
1403 ; 32BIT-DAG:   - { id: 7, type: default, offset: 64, size: 4
1404 ; 32BIT-DAG:   - { id: 6, type: default, offset: 68, size: 4
1405 ; 32BIT-DAG:   - { id: 5, type: default, offset: 72, size: 4
1406 ; 32BIT-DAG:   - { id: 4, type: default, offset: 76, size: 4
1407 ; 32BIT-DAG:   - { id: 3, type: default, offset: 80, size: 4
1408 ; 32BIT-DAG:   - { id: 2, type: default, offset: 84, size: 4
1409 ; 32BIT-DAG:   - { id: 1, type: default, offset: 88, size: 4
1410 ; 32BIT-DAG:   - { id: 0, type: default, offset: 92, size: 4
1412 ; 32BIT-LABEL: body:             |
1413 ; 32BIT-DAG:    bb.0.entry:
1414 ; 32BIT-DAG:      liveins: $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10
1416 ; 64BIT-LABEL: liveins:
1417 ; 64BIT-DAG:   - { reg: '$x3', virtual-reg: '' }
1418 ; 64BIT-DAG:   - { reg: '$x4', virtual-reg: '' }
1419 ; 64BIT-DAG:   - { reg: '$x5', virtual-reg: '' }
1420 ; 64BIT-DAG:   - { reg: '$x6', virtual-reg: '' }
1421 ; 64BIT-DAG:   - { reg: '$x7', virtual-reg: '' }
1422 ; 64BIT-DAG:   - { reg: '$x8', virtual-reg: '' }
1423 ; 64BIT-DAG:   - { reg: '$x9', virtual-reg: '' }
1424 ; 64BIT-DAG:   - { reg: '$x10', virtual-reg: '' }
1426 ; 64BIT-LABEL:  fixedStack:
1427 ; 64BIT-DAG:   - { id: 7, type: default, offset: 112, size: 8
1428 ; 64BIT-DAG:   - { id: 6, type: default, offset: 124, size: 4
1429 ; 64BIT-DAG:   - { id: 5, type: default, offset: 132, size: 4
1430 ; 64BIT-DAG:   - { id: 4, type: default, offset: 140, size: 4
1431 ; 64BIT-DAG:   - { id: 3, type: default, offset: 148, size: 4
1432 ; 64BIT-DAG:   - { id: 2, type: default, offset: 152, size: 8
1433 ; 64BIT-DAG:   - { id: 1, type: default, offset: 164, size: 4
1434 ; 64BIT-DAG:   - { id: 0, type: default, offset: 172, size: 4
1435 ; 64BIT-DAG:   body:             |
1436 ; 64BIT-DAG:    bb.0.entry:
1437 ; 64BIT-DAG:     liveins: $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10
1439 ; CHECKASM-LABEL:  .test_ints_stack:
1441 ; ASM32PWR4-DAG:   lwz [[REG1:[0-9]+]], 56(1)
1442 ; ASM32PWR4-DAG:   lwz [[REG2:[0-9]+]], 60(1)
1443 ; ASM32PWR4-DAG:   lwz [[REG3:[0-9]+]], 64(1)
1444 ; ASM32PWR4-DAG:   lwz [[REG4:[0-9]+]], 68(1)
1445 ; ASM32PWR4-DAG:   lwz [[REG5:[0-9]+]], 72(1)
1446 ; ASM32PWR4-DAG:   lwz [[REG6:[0-9]+]], 76(1)
1447 ; ASM32PWR4-DAG:   lwz [[REG7:[0-9]+]], 80(1)
1448 ; ASM32PWR4-DAG:   lwz [[REG8:[0-9]+]], 84(1)
1449 ; ASM32PWR4-DAG:   lwz [[REG9:[0-9]+]], 88(1)
1450 ; ASM32PWR4-DAG:   lwz [[REG10:[0-9]+]], 92(1)
1452 ; ASM64PWR4-DAG:   ld [[REG1:[0-9]+]], 112(1)
1453 ; ASM64PWR4-DAG:   lwa [[REG2:[0-9]+]], 124(1)
1454 ; ASM64PWR4-DAG:   lwz [[REG3:[0-9]+]], 132(1)
1455 ; ASM64PWR4-DAG:   lwz [[REG4:[0-9]+]], 140(1)
1456 ; ASM64PWR4-DAG:   lwa [[REG5:[0-9]+]], 148(1)
1457 ; ASM64PWR4-DAG:   ld [[REG6:[0-9]+]], 152(1)
1458 ; ASM64PWR4-DAG:   lwz [[REG7:[0-9]+]], 164(1)
1459 ; ASM64PWR4-DAG:   lwa [[REG8:[0-9]+]], 172(1)
1461 @ll1 = common global i64 0, align 8
1462 @si1 = common global i16 0, align 2
1463 @ch = common global i8 0, align 1
1464 @ui = common global i32 0, align 4
1465 @sint = common global i32 0, align 4
1466 @ll2 = common global i64 0, align 8
1467 @uc1 = common global i8 0, align 1
1468 @i1 = common global i32 0, align 4
1470 define void @caller_ints_stack() {
1471 entry:
1472   %0 = load i64, ptr @ll1, align 8
1473   %1 = load i16, ptr @si1, align 2
1474   %2 = load i8, ptr @ch, align 1
1475   %3 = load i32, ptr @ui, align 4
1476   %4 = load i32, ptr @sint, align 4
1477   %5 = load i64, ptr @ll2, align 8
1478   %6 = load i8, ptr @uc1, align 1
1479   %7 = load i32, ptr @i1, align 4
1480   %call = call i64 @test_ints_stack(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i64 %0, i16 signext %1, i8 zeroext %2, i32 %3, i32 %4, i64 %5, i8 zeroext %6, i32 %7)
1481   ret void
1484 ; CHECK-LABEL: name: caller_ints_stack
1486 ; 32BIT-DAG:   $r3 = LI 1
1487 ; 32BIT-DAG:   $r4 = LI 2
1488 ; 32BIT-DAG:   $r5 = LI 3
1489 ; 32BIT-DAG:   $r6 = LI 4
1490 ; 32BIT-DAG:   $r7 = LI 5
1491 ; 32BIT-DAG:   $r8 = LI 6
1492 ; 32BIT-DAG:   $r9 = LI 7
1493 ; 32BIT-DAG:   $r10 = LI 8
1494 ; 32BIT-DAG:   renamable $r[[REGLL1ADDR:[0-9]+]] = LWZtoc @ll1, $r2 :: (load (s32) from got)
1495 ; 32BIT-DAG:   renamable $r[[REGLL1A:[0-9]+]] = LWZ 0, renamable $r[[REGLL1ADDR]] :: (dereferenceable load (s32) from @ll1, align 8)
1496 ; 32BIT-DAG:   renamable $r[[REGLL1B:[0-9]+]] = LWZ 4, killed renamable $r[[REGLL1ADDR]] :: (dereferenceable load (s32) from @ll1 + 4, basealign 8)
1497 ; 32BIT-DAG:   STW killed renamable $r[[REGLL1A]], 56, $r1 :: (store (s32))
1498 ; 32BIT-DAG:   STW killed renamable $r[[REGLL1B]], 60, $r1 :: (store (s32))
1499 ; 32BIT-DAG:   renamable $r[[REGSIADDR:[0-9]+]] = LWZtoc @si1, $r2 :: (load (s32) from got)
1500 ; 32BIT-DAG:   renamable $r[[REGSI:[0-9]+]] = LHA 0, killed renamable $r[[REGSIADDR]] :: (dereferenceable load (s16) from @si1)
1501 ; 32BIT-DAG:   STW killed renamable $r[[REGSI]], 64, $r1 :: (store (s32))
1502 ; 32BIT-DAG:   renamable $r[[REGCHADDR:[0-9]+]] = LWZtoc @ch, $r2 :: (load (s32) from got)
1503 ; 32BIT-DAG:   renamable $r[[REGCH:[0-9]+]] = LBZ 0, killed renamable $r[[REGCHADDR]] :: (dereferenceable load (s8) from @ch)
1504 ; 32BIT-DAG:   STW killed renamable $r[[REGCH]], 68, $r1 :: (store (s32))
1505 ; 32BIT-DAG:   renamable $r[[REGUIADDR:[0-9]+]] = LWZtoc @ui, $r2 :: (load (s32) from got)
1506 ; 32BIT-DAG:   renamable $r[[REGUI:[0-9]+]] = LWZ 0, killed renamable $r[[REGUIADDR]] :: (dereferenceable load (s32) from @ui)
1507 ; 32BIT-DAG:   STW killed renamable $r[[REGUI]], 72, $r1 :: (store (s32))
1508 ; 32BIT-DAG:   renamable $r[[REGSIADDR:[0-9]+]] = LWZtoc @sint, $r2 :: (load (s32) from got)
1509 ; 32BIT-DAG:   renamable $r[[REGSI:[0-9]+]] = LWZ 0, killed renamable $r[[REGSIADDR]] :: (dereferenceable load (s32) from @sint)
1510 ; 32BIT-DAG:   STW killed renamable $r[[REGSI]], 76, $r1 :: (store (s32))
1511 ; 32BIT-DAG:   renamable $r[[REGLL2ADDR:[0-9]+]] = LWZtoc @ll2, $r2 :: (load (s32) from got)
1512 ; 32BIT-DAG:   renamable $r[[REGLL2A:[0-9]+]] = LWZ 0, renamable $r[[REGLL2ADDR]] :: (dereferenceable load (s32) from @ll2, align 8)
1513 ; 32BIT-DAG:   renamable $r[[REGLL2B:[0-9]+]] = LWZ 4, killed renamable $r[[REGLL2ADDR]] :: (dereferenceable load (s32) from @ll2 + 4, basealign 8)
1514 ; 32BIT-DAG:   STW killed renamable $r[[REGLL2A]], 80, $r1 :: (store (s32))
1515 ; 32BIT-DAG:   STW killed renamable $r[[REGLL2B]], 84, $r1 :: (store (s32))
1516 ; 32BIT-DAG:   renamable $r[[REGUCADDR:[0-9]+]] = LWZtoc @uc1, $r2 :: (load (s32) from got)
1517 ; 32BIT-DAG:   renamable $r[[REGUC:[0-9]+]] = LBZ 0, killed renamable $r[[REGUCADDR]] :: (dereferenceable load (s8) from @uc1)
1518 ; 32BIT-DAG:   STW killed renamable $r[[REGUC]], 88, $r1 :: (store (s32))
1519 ; 32BIT-DAG:   renamable $r[[REGIADDR:[0-9]+]] = LWZtoc @i1, $r2 :: (load (s32) from got)
1520 ; 32BIT-DAG:   renamable $r[[REGI:[0-9]+]] = LWZ 0, killed renamable $r[[REGIADDR]] :: (dereferenceable load (s32) from @i1)
1521 ; 32BIT-DAG:   STW killed renamable $r[[REGI]], 92, $r1 :: (store (s32))
1522 ; 32BIT-DAG:   ADJCALLSTACKDOWN 96, 0, implicit-def dead $r1, implicit $r1
1523 ; 32BIT-NEXT:  BL_NOP <mcsymbol .test_ints_stack>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r4, implicit $r5, implicit $r6, implicit $r7, implicit $r8, implicit $r9, implicit $r10, implicit $r2, implicit-def $r1, implicit-def dead $r3
1524 ; 32BIT-NEXT:  ADJCALLSTACKUP 96, 0, implicit-def dead $r1, implicit $r1
1526 ; 64BIT-DAG:   $x3 = LI8 1
1527 ; 64BIT-DAG:   $x4 = LI8 2
1528 ; 64BIT-DAG:   $x5 = LI8 3
1529 ; 64BIT-DAG:   $x6 = LI8 4
1530 ; 64BIT-DAG:   $x7 = LI8 5
1531 ; 64BIT-DAG:   $x8 = LI8 6
1532 ; 64BIT-DAG:   $x9 = LI8 7
1533 ; 64BIT-DAG:   $x10 = LI8 8
1534 ; 64BIT-DAG:   renamable $x[[REGLL1ADDR:[0-9]+]] = LDtoc @ll1, $x2 :: (load (s64) from got)
1535 ; 64BIT-DAG:   renamable $x[[REGLL1:[0-9]+]] = LD 0, killed renamable $x[[REGLL1ADDR]] :: (dereferenceable load (s64) from @ll1)
1536 ; 64BIT-DAG:   STD killed renamable $x[[REGLL1]], 112, $x1 :: (store (s64))
1537 ; 64BIT-DAG:   renamable $x[[REGSIADDR:[0-9]+]] = LDtoc @si1, $x2 :: (load (s64) from got)
1538 ; 64BIT-DAG:   renamable $x[[REGSI:[0-9]+]] = LHA8 0, killed renamable $x[[REGSIADDR]] :: (dereferenceable load (s16) from @si1)
1539 ; 64BIT-DAG:   STD killed renamable $x[[REGSI]], 120, $x1 :: (store (s64))
1540 ; 64BIT-DAG:   renamable $x[[REGCHADDR:[0-9]+]] = LDtoc @ch, $x2 :: (load (s64) from got)
1541 ; 64BIT-DAG:   renamable $x[[REGCH:[0-9]+]] = LBZ8 0, killed renamable $x[[REGCHADDR]] :: (dereferenceable load (s8) from @ch)
1542 ; 64BIT-DAG:   STD killed renamable $x[[REGCH]], 128, $x1 :: (store (s64))
1543 ; 64BIT-DAG:   renamable $x[[REGUIADDR:[0-9]+]] = LDtoc @ui, $x2 :: (load (s64) from got)
1544 ; 64BIT-DAG:   renamable $x[[REGUI:[0-9]+]] = LWZ8 0, killed renamable $x[[REGUIADDR]] :: (dereferenceable load (s32) from @ui)
1545 ; 64BIT-DAG:   STD killed renamable $x[[REGUI]], 136, $x1 :: (store (s64))
1546 ; 64BIT-DAG:   renamable $x[[REGSIADDR:[0-9]+]] = LDtoc @sint, $x2 :: (load (s64) from got)
1547 ; 64BIT-DAG:   renamable $x[[REGSI:[0-9]+]] = LWZ8 0, killed renamable $x[[REGSIADDR]] :: (dereferenceable load (s32) from @sint)
1548 ; 64BIT-DAG:   STD killed renamable $x[[REGSI]], 144, $x1 :: (store (s64))
1549 ; 64BIT-DAG:   renamable $x[[REGLL2ADDR:[0-9]+]] = LDtoc @ll2, $x2 :: (load (s64) from got)
1550 ; 64BIT-DAG:   renamable $x[[REGLL2:[0-9]+]] = LD 0, killed renamable $x[[REGLL2ADDR]] :: (dereferenceable load (s64) from @ll2)
1551 ; 64BIT-DAG:   STD killed renamable $x[[REGLL2]], 152, $x1 :: (store (s64))
1552 ; 64BIT-DAG:   renamable $x[[REGUCADDR:[0-9]+]] = LDtoc @uc1, $x2 :: (load (s64) from got)
1553 ; 64BIT-DAG:   renamable $x[[REGUC:[0-9]+]] = LBZ8 0, killed renamable $x[[REGUCADDR]] :: (dereferenceable load (s8) from @uc1)
1554 ; 64BIT-DAG:   STD killed renamable $x[[REGUC]], 160, $x1 :: (store (s64))
1555 ; 64BIT-DAG:   renamable $x[[REGIADDR:[0-9]+]] = LDtoc @i1, $x2 :: (load (s64) from got)
1556 ; 64BIT-DAG:   renamable $x[[REGI:[0-9]+]] = LWZ8 0, killed renamable $x[[REGIADDR]] :: (dereferenceable load (s32) from @i1)
1557 ; 64BIT-DAG:   STD killed renamable $x[[REGI]], 168, $x1 :: (store (s64))
1558 ; 64BIT-DAG:   ADJCALLSTACKDOWN 176, 0, implicit-def dead $r1, implicit $r1
1559 ; 64BIT-NEXT:  BL8_NOP <mcsymbol .test_ints_stack>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x4, implicit $x5, implicit $x6, implicit $x7, implicit $x8, implicit $x9, implicit $x10, implicit $x2, implicit-def $r1, implicit-def dead $x3
1560 ; 64BIT-NEXT:  ADJCALLSTACKUP 176, 0, implicit-def dead $r1, implicit $r1
1561 ; 64BIT-NEXT:  BLR8 implicit $lr8, implicit $rm
1563 ; CHECKASM-LABEL:  .caller_ints_stack:
1565 ; ASM32PWR4:        mflr 0
1566 ; ASM32PWR4-NEXT:   stwu 1, -96(1)
1567 ; ASM32PWR4-DAG:    stw 0, 104(1)
1568 ; ASM32PWR4-DAG:    li 3, 1
1569 ; ASM32PWR4-DAG:    li 4, 2
1570 ; ASM32PWR4-DAG:    li 5, 3
1571 ; ASM32PWR4-DAG:    li 6, 4
1572 ; ASM32PWR4-DAG:    li 7, 5
1573 ; ASM32PWR4-DAG:    li 9, 7
1574 ; ASM32PWR4-DAG:    li 8, 6
1575 ; ASM32PWR4-DAG:    li 10, 8
1576 ; ASM32PWR4-DAG:    lwz [[REG1:[0-9]+]], L..C10(2)
1577 ; ASM32PWR4-DAG:    lwz [[REG2:[0-9]+]], L..C11(2)
1578 ; ASM32PWR4-DAG:    lwz [[REG3:[0-9]+]], L..C12(2)
1579 ; ASM32PWR4-DAG:    lwz [[REG4:[0-9]+]], L..C13(2)
1580 ; ASM32PWR4-DAG:    lwz [[REG5:[0-9]+]], L..C14(2)
1581 ; ASM32PWR4-DAG:    lwz [[REG6:[0-9]+]], L..C15(2)
1582 ; ASM32PWR4-DAG:    lwz [[REG7:[0-9]+]], L..C16(2)
1583 ; ASM32PWR4-DAG:    lwz [[REG8:[0-9]+]], L..C17(2)
1584 ; ASM32PWR4-DAG:    lha 5, 0([[REG1]])
1585 ; ASM32PWR4-DAG:    lwz 11, 0([[REG7]])
1586 ; ASM32PWR4-DAG:    lwz 7, 4([[REG7]])
1587 ; ASM32PWR4-DAG:    lbz 4, 0([[REG2]])
1588 ; ASM32PWR4-DAG:    lwz 3, 0([[REG8]])
1589 ; ASM32PWR4-DAG:    lwz 6, 0([[REG3]])
1590 ; ASM32PWR4-DAG:    lwz 9, 0([[REG4]])
1591 ; ASM32PWR4-DAG:    lwz 8, 4([[REG4]])
1592 ; ASM32PWR4-DAG:    lbz 10, 0([[REG5]])
1593 ; ASM32PWR4-DAG:    lwz 12, 0([[REG6]])
1594 ; ASM32PWR4-DAG:    stw 11, 56(1)
1595 ; ASM32PWR4-DAG:    stw 7, 60(1)
1596 ; ASM32PWR4-DAG:    stw 5, 64(1)
1597 ; ASM32PWR4-DAG:    stw 4, 68(1)
1598 ; ASM32PWR4-DAG:    stw 3, 72(1)
1599 ; ASM32PWR4-DAG:    stw 6, 76(1)
1600 ; ASM32PWR4-DAG:    stw 9, 80(1)
1601 ; ASM32PWR4-DAG:    stw 8, 84(1)
1602 ; ASM32PWR4-DAG:    stw 10, 88(1)
1603 ; ASM32PWR4-DAG:    stw 12, 92(1)
1604 ; ASM32PWR4-DAG:    bl .test_ints_stack
1605 ; ASM32PWR4-DAG:    nop
1606 ; ASM32PWR4-DAG:    addi 1, 1, 96
1607 ; ASM32PWR4-DAG:    lwz 0, 8(1)
1608 ; ASM32PWR4-NEXT:   mtlr 0
1609 ; ASM32PWR4-NEXT:   blr
1611 ; ASM64PWR4:        mflr 0
1612 ; ASM64PWR4-NEXT:   stdu 1, -176(1)
1613 ; ASM64PWR4-DAG:    std 0, 192(1)
1614 ; ASM64PWR4-DAG:    li 3, 1
1615 ; ASM64PWR4-DAG:    li 4, 2
1616 ; ASM64PWR4-DAG:    li 5, 3
1617 ; ASM64PWR4-DAG:    li 6, 4
1618 ; ASM64PWR4-DAG:    li 7, 5
1619 ; ASM64PWR4-DAG:    li 8, 6
1620 ; ASM64PWR4-DAG:    li 9, 7
1621 ; ASM64PWR4-DAG:    li 10, 8
1622 ; ASM64PWR4-DAG:    ld [[REG1:[0-9]+]], L..C9(2)
1623 ; ASM64PWR4-DAG:    ld [[REG2:[0-9]+]], L..C10(2)
1624 ; ASM64PWR4-DAG:    ld [[REG3:[0-9]+]], L..C11(2)
1625 ; ASM64PWR4-DAG:    ld [[REG4:[0-9]+]], L..C12(2)
1626 ; ASM64PWR4-DAG:    ld [[REG5:[0-9]+]], L..C13(2)
1627 ; ASM64PWR4-DAG:    ld [[REG6:[0-9]+]], L..C14(2)
1628 ; ASM64PWR4-DAG:    ld [[REG7:[0-9]+]], L..C15(2)
1629 ; ASM64PWR4-DAG:    ld [[REG8:[0-9]+]], L..C16(2)
1630 ; ASM64PWR4-DAG:    lha 7, 0([[REG1]])
1631 ; ASM64PWR4-DAG:    lbz 5, 0([[REG2]])
1632 ; ASM64PWR4-DAG:    ld 6, 0([[REG3]])
1633 ; ASM64PWR4-DAG:    lbz 8, 0([[REG4]])
1634 ; ASM64PWR4-DAG:    lwz 9, 0([[REG5]])
1635 ; ASM64PWR4-DAG:    ld 11, 0([[REG6]])
1636 ; ASM64PWR4-DAG:    lwz 3, 0([[REG7]])
1637 ; ASM64PWR4-DAG:    lwz 4, 0([[REG8]])
1638 ; ASM64PWR4-DAG:    std 11, 112(1)
1639 ; ASM64PWR4-DAG:    std 7, 120(1)
1640 ; ASM64PWR4-DAG:    std 5, 128(1)
1641 ; ASM64PWR4-DAG:    std 3, 136(1)
1642 ; ASM64PWR4-DAG:    std 4, 144(1)
1643 ; ASM64PWR4-DAG:    std 6, 152(1)
1644 ; ASM64PWR4-DAG:    std 8, 160(1)
1645 ; ASM64PWR4-DAG:    std 9, 168(1)
1646 ; ASM64PWR4-NEXT:   bl .test_ints_stack
1647 ; ASM64PWR4-NEXT:   nop
1648 ; ASM64PWR4-NEXT:   addi 1, 1, 176
1649 ; ASM64PWR4-NEXT:   ld 0, 16(1)
1650 ; ASM64PWR4-NEXT:   mtlr 0
1651 ; ASM64PWR4-NEXT:   blr
1653 @globali1 = global i8 0, align 1
1655 define void @test_i1_stack(i32 %a, i32 %c, i32 %d, i32 %e, i32 %f, i32 %g, i32 %h, i32 %i, i1 zeroext %b) {
1656   entry:
1657     %frombool = zext i1 %b to i8
1658     store i8 %frombool, ptr @globali1, align 1
1659     ret void
1662 ; CHECK-LABEL:  name:   test_i1_stack
1664 ; 32BIT-LABEL: fixedStack:
1665 ; 32BIT-DAG:   - { id: 0, type: default, offset: 59, size: 1
1666 ; 32BIT-DAG:   body:             |
1667 ; 32BIT-DAG:    bb.0.entry:
1668 ; 32BIT-DAG:     renamable $r[[REGB:[0-9]+]] = LBZ 0, %fixed-stack.0 :: (load (s8) from %fixed-stack.0)
1669 ; 32BIT-DAG:     renamable $r[[REGBTOC:[0-9]+]] = LWZtoc @globali1, $r2 :: (load (s32) from got)
1670 ; 32BIT-DAG:     STB killed renamable $r[[REGB]], 0, killed renamable $r[[REGBTOC]] :: (store (s8) into @globali1)
1672 ; 64BIT-LABEL: fixedStack:
1673 ; 64BIT-DAG:   - { id: 0, type: default, offset: 119, size: 1
1674 ; 64BIT-DAG:   body:             |
1675 ; 64BIT-DAG:     bb.0.entry:
1676 ; 64BIT-DAG:       renamable $r[[REGB:[0-9]+]] = LBZ 0, %fixed-stack.0 :: (load (s8) from %fixed-stack.0)
1677 ; 64BIT-DAG:       renamable $x[[REGBTOC:[0-9]+]] = LDtoc @globali1, $x2 :: (load (s64) from got)
1678 ; 64BIT-DAG:       STB killed renamable $r[[SCRATCHREG:[0-9]+]], 0, killed renamable $x[[REGBTOC]] :: (store (s8) into @globali1)
1679 ; 64BIT-DAG:       BLR8 implicit $lr8, implicit $rm
1681 ; CHECKASM-LABEL:  test_i1_stack:
1683 ; ASM32PWR4-DAG:   lbz [[REGB:[0-9]+]], 59(1)
1684 ; ASM32PWR4-DAG:   lwz [[REGBTOC:[0-9]+]], L..C18(2)
1685 ; ASM32PWR4-DAG:   stb [[SCRATCHREG:[0-9]+]], 0([[REGBTOC]])
1686 ; ASM32PWR4-DAG:   blr
1688 ; ASM64PWR4-DAG:   lbz [[REGB:[0-9]+]], 119(1)
1689 ; ASM64PWR4-DAG:   ld [[REGBTOC:[0-9]+]], L..C17(2)
1690 ; ASM64PWR4-DAG:   stb [[SCRATCHREG:[0-9]+]], 0([[REGBTOC]])
1691 ; ASM64PWR4-DAG:   blr
1693 define void @call_test_i1_stack() {
1694   entry:
1695     call void @test_i1_stack(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i1 true)
1696     ret void
1699 ; CHECK-LABEL:  name:   call_test_i1_stack
1701 ; 32BIT-DAG:   ADJCALLSTACKDOWN 60, 0, implicit-def dead $r1, implicit $r1
1702 ; 32BIT-DAG:   $r3 = LI 1
1703 ; 32BIT-DAG:   $r4 = LI 2
1704 ; 32BIT-DAG:   $r5 = LI 3
1705 ; 32BIT-DAG:   $r6 = LI 4
1706 ; 32BIT-DAG:   $r7 = LI 5
1707 ; 32BIT-DAG:   $r8 = LI 6
1708 ; 32BIT-DAG:   $r9 = LI 7
1709 ; 32BIT-DAG:   $r10 = LI 8
1710 ; 32BIT-DAG:   renamable $r[[REGBOOLADDR:[0-9]+]] = LI 1
1711 ; 32BIT-DAG:   STW killed renamable $r[[REGBOOLADDR]], 56, $r1 :: (store (s32))
1712 ; 32BIT-DAG:   BL_NOP <mcsymbol .test_i1_stack>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r4, implicit $r5, implicit $r6, implicit $r7, implicit $r8, implicit $r9, implicit $r10, implicit $r2, implicit-def $r1
1713 ; 32BIT-DAG:   ADJCALLSTACKUP 60, 0, implicit-def dead $r1, implicit $r1
1715 ; 64BIT-DAG:  ADJCALLSTACKDOWN 120, 0, implicit-def dead $r1, implicit $r1
1716 ; 64BIT-DAG:  $x3 = LI8 1
1717 ; 64BIT-DAG:  $x4 = LI8 2
1718 ; 64BIT-DAG:  $x5 = LI8 3
1719 ; 64BIT-DAG:  $x6 = LI8 4
1720 ; 64BIT-DAG:  $x7 = LI8 5
1721 ; 64BIT-DAG:  $x8 = LI8 6
1722 ; 64BIT-DAG:  $x9 = LI8 7
1723 ; 64BIT-DAG:  $x10 = LI8 8
1724 ; 64BIT-DAG:  renamable $x[[REGBOOLADDR:[0-9]+]] = LI8 1
1725 ; 64BIT-DAG:  STD killed renamable $x[[REGBOOLADDR]], 112, $x1 :: (store (s64))
1726 ; 64BIT-DAG:  BL8_NOP <mcsymbol .test_i1_stack>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x4, implicit $x5, implicit $x6, implicit $x7, implicit $x8, implicit $x9, implicit $x10, implicit $x2, implicit-def $r1
1727 ; 64BIT-DAG:  ADJCALLSTACKUP 120, 0, implicit-def dead $r1, implicit $r1
1729 ; CHECKASM-LABEL: .call_test_i1_stack:
1731 ; ASM32PWR4-DAG:   mflr 0
1732 ; ASM32PWR4-DAG:   li 3, 1
1733 ; ASM32PWR4-DAG:   li 4, 2
1734 ; ASM32PWR4-DAG:   li 5, 3
1735 ; ASM32PWR4-DAG:   li 6, 4
1736 ; ASM32PWR4-DAG:   li 7, 5
1737 ; ASM32PWR4-DAG:   li 8, 6
1738 ; ASM32PWR4-DAG:   li 9, 7
1739 ; ASM32PWR4-DAG:   li 10, 8
1740 ; ASM32PWR4-DAG:   stw [[REGB:[0-9]+]], 56(1)
1741 ; ASM32PWR4-DAG:   li [[REGB]], 1
1742 ; ASM32PWR4-DAG:   bl .test_i1
1744 define double @test_fpr_stack(double %d1, double %d2, double %d3, double %d4, double %d5, double %d6, double %d7, double %d8, double %d9, double %s10, double %l11, double %d12, double %d13, float %f14, double %d15, float %f16) {
1745   entry:
1746     %add = fadd double %d1, %d2
1747     %add1 = fadd double %add, %d3
1748     %add2 = fadd double %add1, %d4
1749     %add3 = fadd double %add2, %d5
1750     %add4 = fadd double %add3, %d6
1751     %add5 = fadd double %add4, %d7
1752     %add6 = fadd double %add5, %d8
1753     %add7 = fadd double %add6, %d9
1754     %add8 = fadd double %add7, %s10
1755     %add9 = fadd double %add8, %l11
1756     %add10 = fadd double %add9, %d12
1757     %add11 = fadd double %add10, %d13
1758     %add12 = fadd double %add11, %d13
1759     %conv = fpext float %f14 to double
1760     %add13 = fadd double %add12, %conv
1761     %add14 = fadd double %add13, %d15
1762     %conv15 = fpext float %f16 to double
1763     %add16 = fadd double %add14, %conv15
1764     ret double %add16
1765   }
1767 ; CHECK-LABEL: name: test_fpr_stack{{.*}}
1769 ; CHECK-LABEL: liveins:
1770 ; CHECK-DAG:   - { reg: '$f1', virtual-reg: '' }
1771 ; CHECK-DAG:   - { reg: '$f2', virtual-reg: '' }
1772 ; CHECK-DAG:   - { reg: '$f3', virtual-reg: '' }
1773 ; CHECK-DAG:   - { reg: '$f4', virtual-reg: '' }
1774 ; CHECK-DAG:   - { reg: '$f5', virtual-reg: '' }
1775 ; CHECK-DAG:   - { reg: '$f6', virtual-reg: '' }
1776 ; CHECK-DAG:   - { reg: '$f7', virtual-reg: '' }
1777 ; CHECK-DAG:   - { reg: '$f8', virtual-reg: '' }
1778 ; CHECK-DAG:   - { reg: '$f9', virtual-reg: '' }
1779 ; CHECK-DAG:   - { reg: '$f10', virtual-reg: '' }
1780 ; CHECK-DAG:   - { reg: '$f11', virtual-reg: '' }
1781 ; CHECK-DAG:   - { reg: '$f12', virtual-reg: '' }
1782 ; CHECK-DAG:   - { reg: '$f13', virtual-reg: '' }
1784 ; CHECK-LABEL: fixedStack:
1785 ; 32BIT-DAG:   - { id: 2, type: default, offset: 128, size: 4
1786 ; 32BIT-DAG:   - { id: 1, type: default, offset: 132, size: 8
1787 ; 32BIT-DAG:   - { id: 0, type: default, offset: 140, size: 4
1789 ; 64BIT-DAG:   - { id: 2, type: default, offset: 152, size: 4
1790 ; 64BIT-DAG:   - { id: 1, type: default, offset: 160, size: 8
1791 ; 64BIT-DAG:   - { id: 0, type: default, offset: 168, size: 4
1793 ; CHECK-LABEL: body:             |
1794 ; CHECK-DAG:    bb.0.entry:
1795 ; CHECK-DAG:      liveins: $f1, $f2, $f3, $f4, $f5, $f6, $f7, $f8, $f9, $f10, $f11, $f12, $f13
1797 ; CHECKASM-LABEL:  .test_fpr_stack:
1799 ; ASM32PWR4-DAG:   lfs  [[REG1:[0-9]+]], 128(1)
1800 ; ASM32PWR4-DAG:   lfd  [[REG2:[0-9]+]], 132(1)
1801 ; ASM32PWR4-DAG:   lfs  [[REG3:[0-9]+]], 140(1)
1802 ; ASM32PWR4-DAG:   fadd 0, 0, [[REG1]]
1803 ; ASM32PWR4-DAG:   fadd 0, 0, [[REG2]]
1804 ; ASM32PWR4-DAG:   fadd 1, 0, [[REG3]]
1806 ; ASM64PWR4-DAG:   lfs [[REG1:[0-9]+]], 152(1)
1807 ; ASM64PWR4-DAG:   lfd [[REG2:[0-9]+]], 160(1)
1808 ; ASM64PWR4-DAG:   lfs [[REG3:[0-9]+]], 168(1)
1809 ; ASM64PWR4-DAG:   fadd 0, 0, [[REG1]]
1810 ; ASM64PWR4-DAG:   fadd 0, 0, [[REG2]]
1811 ; ASM64PWR4-DAG:   fadd 1, 0, [[REG3]]
1813 @f14 = common global float 0.000000e+00, align 4
1814 @d15 = common global double 0.000000e+00, align 8
1815 @f16 = common global float 0.000000e+00, align 4
1817 define void @caller_fpr_stack() {
1818 entry:
1819   %0 = load float, ptr @f14, align 4
1820   %1 = load double, ptr @d15, align 8
1821   %2 = load float, ptr @f16, align 4
1822   %call = call double @test_fpr_stack(double 1.000000e-01, double 2.000000e-01, double 3.000000e-01, double 4.000000e-01, double 5.000000e-01, double 6.000000e-01, double 0x3FE6666666666666, double 8.000000e-01, double 9.000000e-01, double 1.000000e-01, double 1.100000e-01, double 1.200000e-01, double 1.300000e-01, float %0, double %1, float %2)
1823   ret void
1826 ; CHECK-LABEL: caller_fpr_stack
1828 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.0, $r2 :: (load (s32) from got)
1829 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.1, $r2 :: (load (s32) from got)
1830 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.2, $r2 :: (load (s32) from got)
1831 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.3, $r2 :: (load (s32) from got)
1832 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.4, $r2 :: (load (s32) from got)
1833 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.5, $r2 :: (load (s32) from got)
1834 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.6, $r2 :: (load (s32) from got)
1835 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.7, $r2 :: (load (s32) from got)
1836 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.8, $r2 :: (load (s32) from got)
1837 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.9, $r2 :: (load (s32) from got)
1838 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.10, $r2 :: (load (s32) from got)
1839 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.11, $r2 :: (load (s32) from got)
1840 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 56, $r1 :: (store (s32), align 8)
1841 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 60, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1842 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 64, $r1 :: (store (s32), align 8)
1843 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 68, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1844 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 72, $r1 :: (store (s32), align 8)
1845 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 76, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1846 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 80, $r1 :: (store (s32), align 8)
1847 ; 32BIT-DAG:   STW renamable $r[[SCRATCHREG:[0-9]+]], 84, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1848 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 88, $r1 :: (store (s32), align 8)
1849 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 92, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1850 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 96, $r1 :: (store (s32), align 8)
1851 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 100, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1852 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 104, $r1 :: (store (s32), align 8)
1853 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 108, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1854 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 112, $r1 :: (store (s32), align 8)
1855 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 116, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1856 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 120, $r1 :: (store (s32), align 8)
1857 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 124, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
1858 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 128, $r1 :: (store (s32))
1859 ; 32BIT-DAG:   renamable $r[[REGF1:[0-9]+]] = LWZtoc @f14, $r2 :: (load (s32) from got)
1860 ; 32BIT-DAG:   renamable $r3 = LWZ 0, killed renamable $r[[REGF1]] :: (load (s32) from @f14)
1861 ; 32BIT-DAG:   STFD killed renamable $f0, 132, $r1 :: (store (s64))
1862 ; 32BIT-DAG:   renamable $r[[REGD:[0-9]+]] = LWZtoc @d15, $r2 :: (load (s32) from got)
1863 ; 32BIT-DAG:   renamable $f0 = LFD 0, killed renamable $r[[REGD]] :: (dereferenceable load (s64) from @d15)
1864 ; 32BIT-DAG:   STW killed renamable $r[[SCRATCHREG:[0-9]+]], 140, $r1 :: (store (s32))
1865 ; 32BIT-DAG:   renamable $r[[REGF2:[0-9]+]] = LWZtoc @f16, $r2 :: (load (s32) from got)
1866 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZ 0, killed renamable $r[[REGF2]] :: (load (s32) from @f16)
1867 ; 32BIT-DAG:   renamable $f1 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1868 ; 32BIT-DAG:   renamable $f2 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1869 ; 32BIT-DAG:   renamable $f3 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1870 ; 32BIT-DAG:   renamable $f4 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1871 ; 32BIT-DAG:   renamable $f5 = LFS 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s32) from constant-pool)
1872 ; 32BIT-DAG:   renamable $f6 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1873 ; 32BIT-DAG:   renamable $f7 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1874 ; 32BIT-DAG:   renamable $f8 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1875 ; 32BIT-DAG:   renamable $f9 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1876 ; 32BIT-DAG:   $f10 = COPY renamable $f1
1877 ; 32BIT-DAG:   renamable $f11 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1878 ; 32BIT-DAG:   renamable $f12 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1879 ; 32BIT-DAG:   renamable $f13 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1880 ; 32BIT-NEXT:  BL_NOP <mcsymbol .test_fpr_stack>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $f1, implicit $f2, implicit $f3, implicit $f4, implicit $f5, implicit $f6, implicit $f7, implicit $f8, implicit $f9, implicit killed $f10, implicit $f11, implicit $f12, implicit $f13, implicit $r2, implicit-def $r1, implicit-def dead $f1
1881 ; 32BIT-NEXT:  ADJCALLSTACKUP 144, 0, implicit-def dead $r1, implicit $r1
1883 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.0, $x2 :: (load (s64) from got)
1884 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.1, $x2 :: (load (s64) from got)
1885 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.2, $x2 :: (load (s64) from got)
1886 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.[[SCRATCHREG:[0-9]+]], $x2 :: (load (s64) from got)
1887 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.4, $x2 :: (load (s64) from got)
1888 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.5, $x2 :: (load (s64) from got)
1889 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.6, $x2 :: (load (s64) from got)
1890 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.7, $x2 :: (load (s64) from got)
1891 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.8, $x2 :: (load (s64) from got)
1892 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.9, $x2 :: (load (s64) from got)
1893 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.10, $x2 :: (load (s64) from got)
1894 ; 64BIT-DAG:   renamable $x[[REGF1:[0-9]+]] = LDtoc @f14, $x2 :: (load (s64) from got)
1895 ; 64BIT-DAG:   renamable $r3 = LWZ 0, killed renamable $x[[REGF1]] :: (load (s32) from @f14)
1896 ; 64BIT-DAG:   renamable $x[[REGF2:[0-9]+]] = LDtoc @f16, $x2 :: (load (s64) from got)
1897 ; 64BIT-DAG:   renamable $r5 = LWZ 0, killed renamable $x[[REGF2]] :: (load (s32) from @f16)
1898 ; 64BIT-DAG:   renamable $x[[REGD:[0-9]+]] = LDtoc @d15, $x2 :: (load (s64) from got)
1899 ; 64BIT-DAG:   renamable $x4 = LD 0, killed renamable $x[[REGD]] :: (load (s64) from @d15)
1900 ; 64BIT-DAG:   ADJCALLSTACKDOWN 176, 0, implicit-def dead $r1, implicit $r1
1901 ; 64BIT-DAG:   renamable $f1 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1902 ; 64BIT-DAG:   renamable $f2 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1903 ; 64BIT-DAG:   renamable $f[[SCRATCHREG:[0-9]+]] = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1904 ; 64BIT-DAG:   renamable $f4 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1905 ; 64BIT-DAG:   renamable $f5 = LFS 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s32) from constant-pool)
1906 ; 64BIT-DAG:   renamable $f6 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1907 ; 64BIT-DAG:   renamable $f7 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1908 ; 64BIT-DAG:   renamable $f8 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1909 ; 64BIT-DAG:   renamable $f9 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1910 ; 64BIT-DAG:   $f10 = COPY renamable $f1
1911 ; 64BIT-DAG:   renamable $f11 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1912 ; 64BIT-DAG:   renamable $f12 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1913 ; 64BIT-DAG:   renamable $f13 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
1914 ; 64BIT-DAG:   BL8_NOP <mcsymbol .test_fpr_stack>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $f1, implicit $f2, implicit $f3, implicit $f4, implicit $f5, implicit $f6, implicit $f7, implicit $f8, implicit $f9, implicit killed $f10, implicit $f11, implicit $f12, implicit $f13, implicit $x2, implicit-def $r1, implicit-def dead $f1
1915 ; 64BIT-NEXT:   ADJCALLSTACKUP 176, 0, implicit-def dead $r1, implicit $r1
1916 ; 64BIT-NEXT:   BLR8 implicit $lr8, implicit $rm
1918 ; CHECKASM-LABEL:  .caller_fpr_stack:
1920 ; ASM32PWR4:       mflr 0
1921 ; ASM32PWR4-NEXT:  stwu 1, -144(1)
1922 ; ASM32PWR4-DAG:   stw 0, 152(1)
1923 ; ASM32PWR4-DAG:   lwz [[REGF1ADDR:[0-9]+]], L..C20(2)
1924 ; ASM32PWR4-DAG:   lwz [[REGF1:[0-9]+]], 0([[REGF1ADDR]])
1925 ; ASM32PWR4-DAG:   lwz [[REGDADDR:[0-9]+]], L..C19(2)
1926 ; ASM32PWR4-DAG:   lfd [[REGD:[0-9]+]], 0([[REGDADDR]])
1927 ; ASM32PWR4-DAG:   lwz [[REGF2ADDR:[0-9]+]], L..C21(2)
1928 ; ASM32PWR4-DAG:   lwz [[REGF2:[0-9]+]], 0([[REGF2ADDR]])
1929 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 56(1)
1930 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 60(1)
1931 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 64(1)
1932 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 68(1)
1933 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 72(1)
1934 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 76(1)
1935 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 80(1)
1936 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 84(1)
1937 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 88(1)
1938 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 92(1)
1939 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 96(1)
1940 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 100(1)
1941 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 108(1)
1942 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 104(1)
1943 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 112(1)
1944 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 116(1)
1945 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 120(1)
1946 ; ASM32PWR4-DAG:   stw [[SCRATCHREG:[0-9]+]], 124(1)
1947 ; ASM32PWR4-DAG:   stw [[REGF1]], 128(1)
1948 ; ASM32PWR4-DAG:   stfd [[REGD]], 132(1)
1949 ; ASM32PWR4-DAG:   stw [[REGF2]], 140(1)
1950 ; ASM32PWR4-NEXT:  bl .test_fpr_stack
1952 ; ASM64PWR4:       mflr 0
1953 ; ASM64PWR4-NEXT:  stdu 1, -176(1)
1954 ; ASM64PWR4-DAG:   std 0, 192(1)
1955 ; ASM64PWR4-DAG:   ld [[REGF1ADDR:[0-9]+]], L..C18(2)
1956 ; ASM64PWR4-DAG:   lwz [[REGF1:[0-9]+]], 0([[REGF1ADDR]])
1957 ; ASM64PWR4-DAG:   ld [[REGDADDR:[0-9]+]], L..C19(2)
1958 ; ASM64PWR4-DAG:   ld [[REGD:[0-9]+]], 0([[REGDADDR]])
1959 ; ASM64PWR4-DAG:   ld [[REGF2ADDR:[0-9]+]], L..C20(2)
1960 ; ASM64PWR4-DAG:   lwz [[REGF2:[0-9]+]], 0([[REGF2ADDR]])
1961 ; ASM64PWR4-DAG:   std [[SCRATCHREG:[0-9]+]], 112(1)
1962 ; ASM64PWR4-DAG:   std [[SCRATCHREG:[0-9]+]], 120(1)
1963 ; ASM64PWR4-DAG:   std [[SCRATCHREG:[0-9]+]], 128(1)
1964 ; ASM64PWR4-DAG:   std [[SCRATCHREG:[0-9]+]], 136(1)
1965 ; ASM64PWR4-DAG:   std [[SCRATCHREG:[0-9]+]], 144(1)
1966 ; ASM64PWR4-DAG:   stw [[REGF1]], 152(1)
1967 ; ASM64PWR4-DAG:   std [[REGD]], 160(1)
1968 ; ASM64PWR4-DAG:   stw [[REGF2]], 168(1)
1969 ; ASM64PWR4-NEXT:  bl .test_fpr_stack
1971 define i32 @mix_callee(double %d1, double %d2, double %d3, double %d4, i8 zeroext %c1, i16 signext %s1, i64 %ll1, i32 %i1, i32 %i2, i32 %i3) {
1972   entry:
1973     %add = fadd double %d1, %d2
1974     %add1 = fadd double %add, %d3
1975     %add2 = fadd double %add1, %d4
1976     %conv = zext i8 %c1 to i32
1977     %conv3 = sext i16 %s1 to i32
1978     %add4 = add nsw i32 %conv, %conv3
1979     %conv5 = sext i32 %add4 to i64
1980     %add6 = add nsw i64 %conv5, %ll1
1981     %conv7 = sext i32 %i1 to i64
1982     %add8 = add nsw i64 %add6, %conv7
1983     %conv9 = sext i32 %i2 to i64
1984     %add10 = add nsw i64 %add8, %conv9
1985     %conv11 = sext i32 %i3 to i64
1986     %add12 = add nsw i64 %add10, %conv11
1987     %conv13 = trunc i64 %add12 to i32
1988     %conv14 = sitofp i32 %conv13 to double
1989     %add15 = fadd double %conv14, %add2
1990     %conv16 = fptosi double %add15 to i32
1991     ret i32 %conv16
1992   }
1994 ; CHECK-LABEL: mix_callee
1996 ; 32BIT-LABEL: liveins:
1997 ; 32BIT-DAG:   - { reg: '$f1', virtual-reg: '' }
1998 ; 32BIT-DAG:   - { reg: '$f2', virtual-reg: '' }
1999 ; 32BIT-DAG:   - { reg: '$f3', virtual-reg: '' }
2000 ; 32BIT-DAG:   - { reg: '$f4', virtual-reg: '' }
2002 ; 32BIT-LABEL: fixedStack:
2003 ; 32BIT-DAG:   - { id: 6, type: default, offset: 56, size: 4
2004 ; 32BIT-DAG:   - { id: 5, type: default, offset: 60, size: 4
2005 ; 32BIT-DAG:   - { id: 4, type: default, offset: 64, size: 4
2006 ; 32BIT-DAG:   - { id: 3, type: default, offset: 68, size: 4
2007 ; 32BIT-DAG:   - { id: 2, type: default, offset: 72, size: 4
2008 ; 32BIT-DAG:   - { id: 1, type: default, offset: 76, size: 4
2009 ; 32BIT-DAG:   - { id: 0, type: default, offset: 80, size: 4
2011 ; 32BIT-LABEL: body:             |
2012 ; 32BIT-DAG:     bb.0.entry:
2013 ; 32BIT-DAG:     liveins: $f1, $f2, $f3, $f4
2015 ; 64BIT-LABEL:  liveins:
2016 ; 64BIT-DAG:    - { reg: '$f1', virtual-reg: '' }
2017 ; 64BIT-DAG:    - { reg: '$f2', virtual-reg: '' }
2018 ; 64BIT-DAG:    - { reg: '$f3', virtual-reg: '' }
2019 ; 64BIT-DAG:    - { reg: '$f4', virtual-reg: '' }
2020 ; 64BIT-DAG:    - { reg: '$x7', virtual-reg: '' }
2021 ; 64BIT-DAG:    - { reg: '$x8', virtual-reg: '' }
2022 ; 64BIT-DAG:    - { reg: '$x9', virtual-reg: '' }
2023 ; 64BIT-DAG:    - { reg: '$x10', virtual-reg: '' }
2025 ; 64BIT-LABEL: fixedStack:
2026 ; 64BIT-DAG:   - { id: 1, type: default, offset: 116, size: 4
2027 ; 64BIT-DAG:   - { id: 0, type: default, offset: 124, size: 4
2029 ; 64BIT-LABEL: body:             |
2030 ; 64BIT-DAG:    bb.0.entry:
2031 ; 64BIT-DAG:     liveins: $f1, $f2, $f3, $f4, $x7, $x8, $x9, $x10
2033 ; CHECKASM-LABEL:   .mix_callee
2035 ; ASM32PWR4-DAG:   lwz [[REG1:[0-9]+]], 56(1)
2036 ; ASM32PWR4-DAG:   lwz [[REG2:[0-9]+]], 60(1)
2037 ; ASM32PWR4-DAG:   lwz [[REG4:[0-9]+]], 68(1)
2038 ; ASM32PWR4-DAG:   lwz [[REG5:[0-9]+]], 72(1)
2039 ; ASM32PWR4-DAG:   lwz [[REG6:[0-9]+]], 76(1)
2040 ; ASM32PWR4-DAG:   lwz [[REG7:[0-9]+]], 80(1)
2041 ; ASM32PWR4-DAG:   blr
2043 ; ASM64PWR-DAG:    ld [[REG1:[0-9]+]], 112(1)
2044 ; ASM64PWR-DAG:    ld [[REG2:[0-9]+]], 120(1)
2045 ; ASM64PWR-DAG:    fadd 0, 0, [[REG1]]
2046 ; ASM64PWR-DAG:    add 3, 3, [[REG2]]
2047 ; ASM64PWR-DAG:    blr
2049 define void @caller_mix() {
2050   entry:
2051 %call = call i32 @mix_callee(double 1.000000e-01, double 2.000000e-01, double 3.000000e-01, double 4.000000e-01, i8 zeroext 1, i16 signext 2, i64 30000000, i32 40, i32 50, i32 60)
2052     ret void
2053   }
2055 ; CHECK-LABEL: name: caller_mix
2057 ; 32BIT-DAG:   ADJCALLSTACKDOWN 84, 0, implicit-def dead $r1, implicit $r1
2058 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.0, $r2 :: (load (s32) from got)
2059 ; 32BIT-DAG:   renamable $f1 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2060 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.1, $r2 :: (load (s32) from got)
2061 ; 32BIT-DAG:   renamable $f2 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2062 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.2, $r2 :: (load (s32) from got)
2063 ; 32BIT-DAG:   renamable $f3 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2064 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LWZtoc %const.3, $r2 :: (load (s32) from got)
2065 ; 32BIT-DAG:   renamable $f4 = LFD 0, killed renamable $r[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2066 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LI 1
2067 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LI 2
2068 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LIS 457
2069 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LI 0
2070 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LI 40
2071 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LI 50
2072 ; 32BIT-DAG:   renamable $r[[SCRATCHREG:[0-9]+]] = LI 60
2073 ; 32BIT-DAG:   STW killed renamable $r[[REG1:[0-9]+]], 56, $r1 :: (store (s32))
2074 ; 32BIT-DAG:   STW killed renamable $r[[REG2:[0-9]+]], 60, $r1 :: (store (s32))
2075 ; 32BIT-DAG:   STW killed renamable $r[[REG3:[0-9]+]], 64, $r1 :: (store (s32))
2076 ; 32BIT-DAG:   STW killed renamable $r[[REG4:[0-9]+]], 68, $r1 :: (store (s32))
2077 ; 32BIT-DAG:   STW killed renamable $r[[REG5:[0-9]+]], 72, $r1 :: (store (s32))
2078 ; 32BIT-DAG:   STW killed renamable $r[[REG6:[0-9]+]], 76, $r1 :: (store (s32))
2079 ; 32BIT-DAG:   STW killed renamable $r[[REG7:[0-9]+]], 80, $r1 :: (store (s32))
2080 ; 32BIT-DAG:   BL_NOP <mcsymbol .mix_callee>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $f1, implicit $f2, implicit $f3, implicit $f4, implicit $r2, implicit-def $r1, implicit-def dead $r3
2081 ; 32BIT-DAG:   ADJCALLSTACKUP 84, 0, implicit-def dead $r1, implicit $r1
2082 ; 32BIT-NEXT:  BLR implicit $lr, implicit $rm
2084 ; 64BIT-DAG:   ADJCALLSTACKDOWN 128, 0, implicit-def dead $r1, implicit $r1
2085 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.0, $x2 :: (load (s64) from got)
2086 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.1, $x2 :: (load (s64) from got)
2087 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.2, $x2 :: (load (s64) from got)
2088 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LDtocCPT %const.3, $x2 :: (load (s64) from got)
2089 ; 64BIT-DAG:   renamable $f1 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2090 ; 64BIT-DAG:   renamable $f2 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2091 ; 64BIT-DAG:   renamable $f3 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2092 ; 64BIT-DAG:   renamable $f4 = LFD 0, killed renamable $x[[SCRATCHREG:[0-9]+]] :: (load (s64) from constant-pool)
2093 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LI8 50
2094 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LI8 60
2095 ; 64BIT-DAG:   renamable $x[[SCRATCHREG:[0-9]+]] = LIS8 457
2096 ; 64BIT-DAG:   $x7 = LI8 1
2097 ; 64BIT-DAG:   $x8 = LI8 2
2098 ; 64BIT-DAG:   $x10 = LI8 40
2099 ; 64BIT-DAG:   STD killed renamable $x[[REG1:[0-9]+]], 112, $x1 :: (store (s64))
2100 ; 64BIT-DAG:   STD killed renamable $x[[REG2:[0-9]+]], 120, $x1 :: (store (s64))
2101 ; 64BIT:       ADJCALLSTACKUP 128, 0, implicit-def dead $r1, implicit $r1
2102 ; 64BIT-NEXT:  BLR8 implicit $lr8, implicit $rm
2104 ; CHEKASM-LABEL:   .caller_mix
2106 ; ASM32PWR4:        mflr 0
2107 ; ASM32PWR4-DAG:    stw [[REG1:[0-9]+]], 56(1)
2108 ; ASM32PWR4-DAG:    stw [[REG2:[0-9]+]], 60(1)
2109 ; ASM32PWR4-DAG:    stw [[REG3:[0-9]+]], 64(1)
2110 ; ASM32PWR4-DAG:    stw [[REG4:[0-9]+]], 68(1)
2111 ; ASM32PWR4-DAG:    stw [[REG5:[0-9]+]], 72(1)
2112 ; ASM32PWR4-DAG:    stw [[REG6:[0-9]+]], 76(1)
2113 ; ASM32PWR4-DAG:    stw [[REG7:[0-9]+]], 80(1)
2114 ; ASM32PWR4-DAG:    bl .mix_callee
2115 ; ASM32PWR4-DAG:    blr
2117 ; ASM64PWR4:        mflr 0
2118 ; ASM64PWR4-DAG:    std [[REG1:[0-9]+]], 112(1)
2119 ; ASM64PWR4-DAG:    std [[REG2:[0-9]+]], 120(1)
2120 ; ASM64PWR4-DAG:    bl .mix_callee
2121 ; ASM64PWR4-DAG:    blr
2124   define i32 @mix_floats(i32 %i1, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, double %d1, double %d2, double %d3, double %d4, double %d5, double %d6, double %d7, double %d8, double %d9, double %d10, double %d11, double %d12, double %d13, double %d14) {
2125   entry:
2126     %add = add nsw i32 %i1, %i2
2127     %add1 = add nsw i32 %add, %i3
2128     %add2 = add nsw i32 %add1, %i4
2129     %add3 = add nsw i32 %add2, %i5
2130     %add4 = add nsw i32 %add3, %i6
2131     %add5 = add nsw i32 %add4, %i7
2132     %add6 = add nsw i32 %add5, %i8
2133     %conv = sitofp i32 %add6 to double
2134     %add7 = fadd double %conv, %d1
2135     %add8 = fadd double %add7, %d2
2136     %add9 = fadd double %add8, %d3
2137     %add10 = fadd double %add9, %d4
2138     %add11 = fadd double %add10, %d5
2139     %add12 = fadd double %add11, %d6
2140     %add13 = fadd double %add12, %d7
2141     %add14 = fadd double %add13, %d8
2142     %add15 = fadd double %add14, %d9
2143     %add16 = fadd double %add15, %d10
2144     %add17 = fadd double %add16, %d11
2145     %add18 = fadd double %add17, %d12
2146     %add19 = fadd double %add18, %d13
2147     %add20 = fadd double %add19, %d14
2148     %conv21 = fptosi double %add20 to i32
2149     ret i32 %conv21
2150   }
2152 ; CHECK-LABEL:   mix_floats
2154 ; 32BIT-LABEL:  liveins:
2155 ; 32BIT-DAG:   - { reg: '$r3', virtual-reg: '' }
2156 ; 32BIT-DAG:   - { reg: '$r4', virtual-reg: '' }
2157 ; 32BIT-DAG:   - { reg: '$r5', virtual-reg: '' }
2158 ; 32BIT-DAG:   - { reg: '$r6', virtual-reg: '' }
2159 ; 32BIT-DAG:   - { reg: '$r7', virtual-reg: '' }
2160 ; 32BIT-DAG:   - { reg: '$r8', virtual-reg: '' }
2161 ; 32BIT-DAG:   - { reg: '$r9', virtual-reg: '' }
2162 ; 32BIT-DAG:   - { reg: '$r10', virtual-reg: '' }
2163 ; 32BIT-DAG:   - { reg: '$f1', virtual-reg: '' }
2164 ; 32BIT-DAG:   - { reg: '$f2', virtual-reg: '' }
2165 ; 32BIT-DAG:   - { reg: '$f3', virtual-reg: '' }
2166 ; 32BIT-DAG:   - { reg: '$f4', virtual-reg: '' }
2167 ; 32BIT-DAG:   - { reg: '$f5', virtual-reg: '' }
2168 ; 32BIT-DAG:   - { reg: '$f6', virtual-reg: '' }
2169 ; 32BIT-DAG:   - { reg: '$f7', virtual-reg: '' }
2170 ; 32BIT-DAG:   - { reg: '$f8', virtual-reg: '' }
2171 ; 32BIT-DAG:   - { reg: '$f9', virtual-reg: '' }
2172 ; 32BIT-DAG:   - { reg: '$f10', virtual-reg: '' }
2173 ; 32BIT-DAG:   - { reg: '$f11', virtual-reg: '' }
2174 ; 32BIT-DAG:   - { reg: '$f12', virtual-reg: '' }
2175 ; 32BIT-DAG:   - { reg: '$f13', virtual-reg: '' }
2177 ; 32BIT-LABEL: fixedStack:
2178 ; 32BIT-DAG:   - { id: 0, type: default, offset: 160, size: 8
2180 ; 32BIT-LABEL: body:             |
2181 ; 32BIT-DAG:     bb.0.entry:
2182 ; 32BIT-DAG:       liveins: $f1, $f2, $f3, $f4, $f5, $f6, $f7, $f8, $f9, $f10, $f11, $f12, $f13, $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10
2184 ; 64BIT-DAG:   liveins:
2185 ; 64BIT-DAG:   - { reg: '$x3', virtual-reg: '' }
2186 ; 64BIT-DAG:   - { reg: '$x4', virtual-reg: '' }
2187 ; 64BIT-DAG:   - { reg: '$x5', virtual-reg: '' }
2188 ; 64BIT-DAG:   - { reg: '$x6', virtual-reg: '' }
2189 ; 64BIT-DAG:   - { reg: '$x7', virtual-reg: '' }
2190 ; 64BIT-DAG:   - { reg: '$x8', virtual-reg: '' }
2191 ; 64BIT-DAG:   - { reg: '$x9', virtual-reg: '' }
2192 ; 64BIT-DAG:   - { reg: '$x10', virtual-reg: '' }
2193 ; 64BIT-DAG:   - { reg: '$f1', virtual-reg: '' }
2194 ; 64BIT-DAG:   - { reg: '$f2', virtual-reg: '' }
2195 ; 64BIT-DAG:   - { reg: '$f3', virtual-reg: '' }
2196 ; 64BIT-DAG:   - { reg: '$f4', virtual-reg: '' }
2197 ; 64BIT-DAG:   - { reg: '$f5', virtual-reg: '' }
2198 ; 64BIT-DAG:   - { reg: '$f6', virtual-reg: '' }
2199 ; 64BIT-DAG:   - { reg: '$f7', virtual-reg: '' }
2200 ; 64BIT-DAG:   - { reg: '$f8', virtual-reg: '' }
2201 ; 64BIT-DAG:   - { reg: '$f9', virtual-reg: '' }
2202 ; 64BIT-DAG:   - { reg: '$f10', virtual-reg: '' }
2203 ; 64BIT-DAG:   - { reg: '$f11', virtual-reg: '' }
2204 ; 64BIT-DAG:   - { reg: '$f12', virtual-reg: '' }
2205 ; 64BIT-DAG:   - { reg: '$f13', virtual-reg: '' }
2207 ; 64BIT-LABEL: fixedStack:
2208 ; 64BIT-DAG:   - { id: 0, type: default, offset: 216, size: 8
2210 ; 64BIT-LABEL: body:             |
2211 ; 64BIT-DAG:     bb.0.entry:
2212 ; 64BIT-DAG:       liveins: $f1, $f2, $f3, $f4, $f5, $f6, $f7, $f8, $f9, $f10, $f11, $f12, $f13, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10
2214 ; CHECKASM-LABEL: .mix_floats:
2216 ; ASM32PWR4-DAG:   lfd [[REGF:[0-9]+]], 160(1)
2217 ; ASM32PWR4-DAG:   fadd 0, 0, [[REGF]]
2218 ; ASM32PWR4-DAG:   blr
2220 ; ASM64PWR4-DAG:   lfd [[REG1:[0-9]+]], 216(1)
2221 ; ASM64PWR4-DAG:   fadd 0, 0, [[REG1]]
2222 ; ASM64PWR4-DAG:   blr
2224   define void @mix_floats_caller() {
2225   entry:
2226     %call = call i32 @mix_floats(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, double 1.000000e-01, double 2.000000e-01, double 3.000000e-01, double 4.000000e-01, double 5.000000e-01, double 6.000000e-01, double 0x3FE6666666666666, double 8.000000e-01, double 9.000000e-01, double 1.000000e+00, double 1.100000e+00, double 1.200000e+00, double 1.300000e+00, double 1.400000e+00)
2227     ret void
2228   }
2230 ; CHECK-LABEL: mix_floats_caller
2232 ; 32BIT-DAG:   ADJCALLSTACKDOWN 168, 0, implicit-def dead $r1, implicit $r1
2233 ; 32BIT-DAG:   $r3 = LI 1
2234 ; 32BIT-DAG:   $r4 = LI 2
2235 ; 32BIT-DAG:   $r5 = LI 3
2236 ; 32BIT-DAG:   $r6 = LI 4
2237 ; 32BIT-DAG:   $r7 = LI 5
2238 ; 32BIT-DAG:   $r8 = LI 6
2239 ; 32BIT-DAG:   $r9 = LI 7
2240 ; 32BIT-DAG:   $r10 = LI 8
2241 ; 32BIT-DAG:   STW killed renamable $r[[REG1:[0-9]+]], 56, $r1 :: (store (s32), align 8)
2242 ; 32BIT-DAG:   STW renamable $r[[REG2:[0-9]+]], 60, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2243 ; 32BIT-DAG:   STW killed renamable $r[[REG3:[0-9]+]], 64, $r1 :: (store (s32), align 8)
2244 ; 32BIT-DAG:   STW renamable $r[[REG4:[0-9]+]], 68, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2245 ; 32BIT-DAG:   STW killed renamable $r[[REG5:[0-9]+]], 72, $r1 :: (store (s32), align 8)
2246 ; 32BIT-DAG:   STW renamable $r[[REG6:[0-9]+]], 76, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2247 ; 32BIT-DAG:   STW killed renamable $r[[REG7:[0-9]+]], 80, $r1 :: (store (s32), align 8)
2248 ; 32BIT-DAG:   STW renamable $r[[REG8:[0-9]+]], 84, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2249 ; 32BIT-DAG:   STW killed renamable $r[[REG9:[0-9]+]], 88, $r1 :: (store (s32), align 8)
2250 ; 32BIT-DAG:   STW renamable $r[[REG10:[0-9]+]], 92, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2251 ; 32BIT-DAG:   STW killed renamable $r[[REG11:[0-9]+]], 96, $r1 :: (store (s32), align 8)
2252 ; 32BIT-DAG:   STW renamable $r[[REG12:[0-9]+]], 100, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2253 ; 32BIT-DAG:   STW killed renamable $r[[REG13:[0-9]+]], 104, $r1 :: (store (s32), align 8)
2254 ; 32BIT-DAG:   STW renamable $r[[REG14:[0-9]+]], 108, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2255 ; 32BIT-DAG:   STW killed renamable $r[[REG15:[0-9]+]], 112, $r1 :: (store (s32), align 8)
2256 ; 32BIT-DAG:   STW renamable $r[[REG16:[0-9]+]], 116, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2257 ; 32BIT-DAG:   STW killed renamable $r[[REG17:[0-9]+]], 120, $r1 :: (store (s32), align 8)
2258 ; 32BIT-DAG:   STW killed renamable $r[[REG18:[0-9]+]], 128, $r1 :: (store (s32), align 8)
2259 ; 32BIT-DAG:   STW renamable $r[[REG19:[0-9]+]], 124, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2260 ; 32BIT-DAG:   STW killed renamable $r[[REG20:[0-9]+]], 132, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2261 ; 32BIT-DAG:   STW killed renamable $r[[REG21:[0-9]+]], 136, $r1 :: (store (s32), align 8)
2262 ; 32BIT-DAG:   STW killed renamable $r[[REG22:[0-9]+]], 140, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2263 ; 32BIT-DAG:   STW killed renamable $r[[REG23:[0-9]+]], 144, $r1 :: (store (s32), align 8)
2264 ; 32BIT-DAG:   STW killed renamable $r[[REG24:[0-9]+]], 148, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2265 ; 32BIT-DAG:   STW killed renamable $r[[REG25:[0-9]+]], 152, $r1 :: (store (s32), align 8)
2266 ; 32BIT-DAG:   STW killed renamable $r[[REG26:[0-9]+]], 156, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2267 ; 32BIT-DAG:   STW killed renamable $r[[REG27:[0-9]+]], 160, $r1 :: (store (s32), align 8)
2268 ; 32BIT-DAG:   STW killed renamable $r[[REG28:[0-9]+]], 164, $r1 :: (store (s32) into unknown-address + 4, basealign 8)
2269 ; 32BIT-NEXT:  BL_NOP <mcsymbol .mix_floats>, csr_aix32, implicit-def dead $lr, implicit $rm, implicit $r3, implicit $r4, implicit $r5, implicit $r6, implicit $r7, implicit $r8, implicit $r9, implicit $r10, implicit $f1, implicit $f2, implicit $f3, implicit $f4, implicit $f5, implicit $f6, implicit $f7, implicit $f8, implicit $f9, implicit $f10, implicit $f11, implicit $f12, implicit $f13, implicit $r2, implicit-def $r1, implicit-def dead $r3
2270 ; 32BIT-NEXT:   ADJCALLSTACKUP 168, 0, implicit-def dead $r1, implicit $r1
2273 ; 64BIT-DAG:   ADJCALLSTACKDOWN 224, 0, implicit-def dead $r1, implicit $r1
2274 ; 64BIT-DAG:   $x3 = LI8 1
2275 ; 64BIT-DAG:   $x4 = LI8 2
2276 ; 64BIT-DAG:   $x5 = LI8 3
2277 ; 64BIT-DAG:   $x6 = LI8 4
2278 ; 64BIT-DAG:   $x7 = LI8 5
2279 ; 64BIT-DAG:   $x8 = LI8 6
2280 ; 64BIT-DAG:   $x9 = LI8 7
2281 ; 64BIT-DAG:   $x10 = LI8 8
2282 ; 64BIT-DAG:   STD killed renamable $x[[REG1:[0-9]+]], 112, $x1 :: (store (s64))
2283 ; 64BIT-DAG:   STD killed renamable $x[[REG2:[0-9]+]], 120, $x1 :: (store (s64))
2284 ; 64BIT-DAG:   STD killed renamable $x[[REG3:[0-9]+]], 128, $x1 :: (store (s64))
2285 ; 64BIT-DAG:   STD killed renamable $x[[REG4:[0-9]+]], 136, $x1 :: (store (s64))
2286 ; 64BIT-DAG:   STD killed renamable $x[[REG5:[0-9]+]], 144, $x1 :: (store (s64))
2287 ; 64BIT-DAG:   STD killed renamable $x[[REG6:[0-9]+]], 152, $x1 :: (store (s64))
2288 ; 64BIT-DAG:   STD killed renamable $x[[REG7:[0-9]+]], 160, $x1 :: (store (s64))
2289 ; 64BIT-DAG:   STD killed renamable $x[[REG8:[0-9]+]], 168, $x1 :: (store (s64))
2290 ; 64BIT-DAG:   STD killed renamable $x[[REG9:[0-9]+]], 176, $x1 :: (store (s64))
2291 ; 64BIT-DAG:   STD killed renamable $x[[REG10:[0-9]+]], 184, $x1 :: (store (s64))
2292 ; 64BIT-DAG:   STD killed renamable $x[[REG12:[0-9]+]], 192, $x1 :: (store (s64))
2293 ; 64BIT-DAG:   STD killed renamable $x[[REG13:[0-9]+]], 200, $x1 :: (store (s64))
2294 ; 64BIT-DAG:   STD killed renamable $x[[REG14:[0-9]+]], 208, $x1 :: (store (s64))
2295 ; 64BIT-DAG:   STD killed renamable $x[[REG15:[0-9]+]], 216, $x1 :: (store (s64))
2296 ; 64BIT-DAG:   BL8_NOP <mcsymbol .mix_floats>, csr_ppc64, implicit-def dead $lr8, implicit $rm, implicit $x3, implicit $x4, implicit $x5, implicit $x6, implicit $x7, implicit $x8, implicit $x9, implicit $x10, implicit $f1, implicit $f2, implicit $f3, implicit $f4, implicit $f5, implicit $f6, implicit $f7, implicit $f8, implicit $f9, implicit $f10, implicit $f11, implicit $f12, implicit $f13, implicit $x2, implicit-def $r1, implicit-def dead $x3
2297 ; 64BIT-NEXT:  ADJCALLSTACKUP 224, 0, implicit-def dead $r1, implicit $r1
2299 ; CHEKASM-LABEL:    .mix_floats_caller:
2301 ; ASM32PWR4:       mflr 0
2302 ; ASM32PWR4-NEXT:  stwu 1, -176(1)
2303 ; ASM32PWR4-DAG:   stw 0, 184(1)
2304 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 56(1)
2305 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 60(1)
2306 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 64(1)
2307 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 68(1)
2308 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 72(1)
2309 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 76(1)
2310 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 80(1)
2311 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 84(1)
2312 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 88(1)
2313 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 92(1)
2314 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 96(1)
2315 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 100(1)
2316 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 104(1)
2317 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 108(1)
2318 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 112(1)
2319 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 116(1)
2320 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 120(1)
2321 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 124(1)
2322 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 128(1)
2323 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 132(1)
2324 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 136(1)
2325 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 140(1)
2326 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 144(1)
2327 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 148(1)
2328 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 152(1)
2329 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 156(1)
2330 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 160(1)
2331 ; ASM32PWR4-DAG:   stw [[REG:[0-9]+]], 164(1)
2332 ; ASM32PWR4:       bl .mix_floats
2334 ; ASM64PWR4:      mflr 0
2335 ; ASM64PWR4-NEXT: stdu 1, -240(1)
2336 ; ASM64PWR4-DAG:  std 0, 256(1)
2337 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 112(1)
2338 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 120(1)
2339 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 128(1)
2340 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 136(1)
2341 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 144(1)
2342 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 152(1)
2343 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 160(1)
2344 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 168(1)
2345 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 176(1)
2346 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 184(1)
2347 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 192(1)
2348 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 200(1)
2349 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 208(1)
2350 ; ASM64PWR4-DAG:  std [[REG:[0-9]+]], 216(1)
2351 ; ASM64PWR4:      bl .mix_floats