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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/doloop-2.c"
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
.local i32
# BB#0: # %entry
i32.const $0=, 0
.LBB0_1: # %do.body
# =>This Inner Loop Header: Depth=1
loop # label0:
i32.const $push10=, 0
i32.const $push9=, 0
i32.load $push0=, i($pop9)
i32.const $push8=, 1
i32.add $push1=, $pop0, $pop8
i32.store $discard=, i($pop10), $pop1
i32.const $push7=, -1
i32.add $0=, $0, $pop7
i32.const $push6=, 65535
i32.and $push2=, $0, $pop6
br_if 0, $pop2 # 0: up to label0
# BB#2: # %do.end
end_loop # label1:
block
i32.const $push11=, 0
i32.load $push3=, i($pop11)
i32.const $push4=, 65536
i32.ne $push5=, $pop3, $pop4
br_if 0, $pop5 # 0: down to label2
# BB#3: # %if.end
i32.const $push12=, 0
call exit@FUNCTION, $pop12
unreachable
.LBB0_4: # %if.then
end_block # label2:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.hidden i # @i
.type i,@object
.section .bss.i,"aw",@nobits
.globl i
.p2align 2
i:
.int32 0 # 0x0
.size i, 4
.ident "clang version 3.9.0 "
|