]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr15262-2.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr15262-2.c.s
1 .text
2 .file "pr15262-2.c"
3 .section .text.foo,"ax",@progbits
4 .hidden foo # -- Begin function foo
5 .globl foo
6 .type foo,@function
7 foo: # @foo
8 .param i32, i32, i32
9 .result i32
10 # BB#0: # %entry
11 i32.load $push9=, 0($0)
12 tee_local $push8=, $0=, $pop9
13 i32.const $push0=, 3
14 i32.store 0($pop8), $pop0
15 i32.const $push1=, 2
16 i32.store 0($1), $pop1
17 i32.const $push2=, 0
18 f32.load $push4=, 0($2)
19 i32.const $push7=, 0
20 f32.load $push3=, X($pop7)
21 f32.add $push5=, $pop4, $pop3
22 f32.store X($pop2), $pop5
23 i32.load $push6=, 0($0)
24 # fallthrough-return: $pop6
25 .endfunc
26 .Lfunc_end0:
27 .size foo, .Lfunc_end0-foo
28 # -- End function
29 .section .text.main,"ax",@progbits
30 .hidden main # -- Begin function main
31 .globl main
32 .type main,@function
33 main: # @main
34 .result i32
35 .local f32
36 # BB#0: # %if.end
37 i32.const $push0=, 0
38 i32.const $push5=, 0
39 f32.load $push4=, X($pop5)
40 tee_local $push3=, $0=, $pop4
41 f32.add $push1=, $pop3, $0
42 f32.store X($pop0), $pop1
43 i32.const $push2=, 0
44 # fallthrough-return: $pop2
45 .endfunc
46 .Lfunc_end1:
47 .size main, .Lfunc_end1-main
48 # -- End function
49 .hidden X # @X
50 .type X,@object
51 .section .bss.X,"aw",@nobits
52 .globl X
53 .p2align 2
54 X:
55 .int32 0 # float 0
56 .size X, 4
57
58
59 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"