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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120615-1.c"
.section .text.test1,"ax",@progbits
.hidden test1
.globl test1
.type test1,@function
test1: # @test1
.param i32
# BB#0: # %entry
block
i32.const $push0=, 17
i32.gt_u $push1=, $0, $pop0
br_if 0, $pop1 # 0: down to label0
# BB#1: # %entry
i32.const $push2=, 1
i32.shl $push3=, $pop2, $0
i32.const $push4=, 167936
i32.and $push5=, $pop3, $pop4
i32.eqz $push6=, $pop5
br_if 0, $pop6 # 0: down to label0
# BB#2: # %if.end6
return
.LBB0_3: # %if.end5
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size test1, .Lfunc_end0-test1
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %entry
i32.const $push0=, 15
call test1@FUNCTION, $pop0
i32.const $push1=, 0
return $pop1
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
.ident "clang version 3.9.0 "
|