]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/torture-s/pr57568.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr57568.c.s
CommitLineData
abe05a73
XL
1 .text
2 .file "pr57568.c"
3 .section .text.main,"ax",@progbits
4 .hidden main # -- Begin function main
5 .globl main
6 .type main,@function
7main: # @main
8 .result i32
9 .local i32
10# BB#0: # %entry
11 block
12 block
13 i32.const $push3=, 0
14 i32.load $push0=, b($pop3)
15 i32.eqz $push10=, $pop0
16 br_if 0, $pop10 # 0: down to label1
17# BB#1: # %land.lhs.true
18 i32.const $push8=, 0
19 i32.load $push7=, c($pop8)
20 tee_local $push6=, $0=, $pop7
21 i32.load $push5=, 0($0)
22 tee_local $push4=, $0=, $pop5
23 i32.const $push1=, 1
24 i32.shl $push2=, $pop4, $pop1
25 i32.store 0($pop6), $pop2
26 br_if 1, $0 # 1: down to label0
27.LBB0_2: # %if.end
28 end_block # label1:
29 i32.const $push9=, 0
30 return $pop9
31.LBB0_3: # %if.then
32 end_block # label0:
33 call abort@FUNCTION
34 unreachable
35 .endfunc
36.Lfunc_end0:
37 .size main, .Lfunc_end0-main
38 # -- End function
39 .hidden a # @a
40 .type a,@object
41 .section .bss.a,"aw",@nobits
42 .globl a
43 .p2align 4
44a:
45 .skip 216
46 .size a, 216
47
48 .hidden b # @b
49 .type b,@object
50 .section .data.b,"aw",@progbits
51 .globl b
52 .p2align 2
53b:
54 .int32 1 # 0x1
55 .size b, 4
56
57 .hidden c # @c
58 .type c,@object
59 .section .data.c,"aw",@progbits
60 .globl c
61 .p2align 2
62c:
63 .int32 a+128
64 .size c, 4
65
66
67 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
68 .functype abort, void