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
|
.text
.file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-7.c"
.section .text.f,"ax",@progbits
.hidden f
.globl f
.type f,@function
f: # @f
.param i32, i32, i32, i32, i32
.result i32
# BB#0: # %entry
block
i32.const $push12=, 255
i32.and $push0=, $1, $pop12
i32.const $push1=, 10
i32.ne $push2=, $pop0, $pop1
br_if 0, $pop2 # 0: down to label0
# BB#1: # %if.end
i32.const $push13=, 255
i32.and $push3=, $2, $pop13
i32.const $push4=, 11
i32.ne $push5=, $pop3, $pop4
br_if 0, $pop5 # 0: down to label0
# BB#2: # %if.end9
i32.const $push6=, 255
i32.and $push7=, $3, $pop6
i32.const $push8=, 12
i32.ne $push9=, $pop7, $pop8
br_if 0, $pop9 # 0: down to label0
# BB#3: # %if.end15
i32.const $push10=, 123
i32.ne $push11=, $4, $pop10
br_if 0, $pop11 # 0: down to label0
# BB#4: # %if.end19
return $1
.LBB0_5: # %if.then18
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size f, .Lfunc_end0-f
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %entry
i32.const $push0=, 0
call exit@FUNCTION, $pop0
unreachable
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
.ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283507)"
.functype abort, void
.functype exit, void, i32
|