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
|
.text
.file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compndlit-1.c"
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
.local i32
# BB#0: # %entry
i32.const $push10=, 0
i32.const $push5=, 160
i32.const $push4=, 320
i32.const $push9=, 0
i32.load $push0=, x($pop9)
i32.const $push1=, 7
i32.and $push2=, $pop0, $pop1
i32.const $push3=, 1
i32.eq $push8=, $pop2, $pop3
tee_local $push7=, $0=, $pop8
i32.select $push6=, $pop5, $pop4, $pop7
i32.store $discard=, x($pop10), $pop6
block
i32.const $push12=, 0
i32.eq $push13=, $0, $pop12
br_if 0, $pop13 # 0: down to label0
# BB#1: # %if.end
i32.const $push11=, 0
call exit@FUNCTION, $pop11
unreachable
.LBB0_2: # %if.then
end_block # label0:
call abort@FUNCTION
unreachable
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.hidden x # @x
.type x,@object
.section .data.x,"aw",@progbits
.globl x
.p2align 2
x:
.int8 25 # 0x19
.int8 0 # 0x0
.int8 0 # 0x0
.int8 0 # 0x0
.size x, 4
.ident "clang version 3.9.0 "
|