summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-3c.c.s
blob: 32b835410c1859d802662e2fe71d154a38b695c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
	.text
	.file	"/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3c.c"
	.section	.text.f,"ax",@progbits
	.hidden	f
	.globl	f
	.type	f,@function
f:                                      # @f
	.param  	i32
	.result 	i32
	.local  	i32, i32
# BB#0:                                 # %entry
	i32.const	$push0=, 3
	i32.shl 	$push1=, $0, $pop0
	i32.const	$push2=, a
	i32.add 	$1=, $pop1, $pop2
	i32.const	$2=, 256
.LBB0_1:                                # %do.body
                                        # =>This Inner Loop Header: Depth=1
	loop                            # label0:
	i32.const	$push10=, 1
	i32.shr_s	$2=, $2, $pop10
	i32.const	$push9=, 4
	i32.add 	$0=, $0, $pop9
	i32.const	$push8=, 2
	i32.shl 	$push3=, $2, $pop8
	i32.store	$push4=, a($pop3), $1
	i32.const	$push7=, 32
	i32.add 	$1=, $pop4, $pop7
	i32.const	$push6=, 1073741840
	i32.lt_s	$push5=, $0, $pop6
	br_if   	0, $pop5        # 0: up to label0
# BB#2:                                 # %do.end
	end_loop                        # label1:
	return  	$0
	.endfunc
.Lfunc_end0:
	.size	f, .Lfunc_end0-f

	.section	.text.main,"ax",@progbits
	.hidden	main
	.globl	main
	.type	main,@function
main:                                   # @main
	.result 	i32
	.local  	i32
# BB#0:                                 # %if.end7
	i32.const	$push0=, 0
	i32.const	$push7=, 0
	i32.store	$push6=, a+32($pop0):p2align=4, $pop7
	tee_local	$push5=, $0=, $pop6
	i32.const	$push1=, a
	i32.store	$discard=, a+512($pop5):p2align=4, $pop1
	i32.const	$push2=, a+32
	i32.store	$discard=, a+256($0):p2align=4, $pop2
	i32.const	$push3=, a+64
	i32.store	$discard=, a+128($0):p2align=4, $pop3
	i32.const	$push4=, a+96
	i32.store	$discard=, a+64($0):p2align=4, $pop4
	call    	exit@FUNCTION, $0
	unreachable
	.endfunc
.Lfunc_end1:
	.size	main, .Lfunc_end1-main

	.hidden	a                       # @a
	.type	a,@object
	.section	.bss.a,"aw",@nobits
	.globl	a
	.p2align	4
a:
	.skip	1020
	.size	a, 1020


	.ident	"clang version 3.9.0 "