]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr58726.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr58726.c.s
1 .text
2 .file "pr58726.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
9 .result i32
10 # BB#0: # %entry
11 i32.const $push0=, 0
12 i32.load $push2=, a($pop0)
13 i32.const $push8=, 0
14 i32.lt_s $push1=, $0, $pop8
15 i32.select $push3=, $0, $pop2, $pop1
16 i32.const $push4=, 16
17 i32.shl $push5=, $pop3, $pop4
18 i32.const $push7=, 16
19 i32.shr_s $push6=, $pop5, $pop7
20 # fallthrough-return: $pop6
21 .endfunc
22 .Lfunc_end0:
23 .size foo, .Lfunc_end0-foo
24 # -- End function
25 .section .text.main,"ax",@progbits
26 .hidden main # -- Begin function main
27 .globl main
28 .type main,@function
29 main: # @main
30 .result i32
31 # BB#0: # %if.end
32 i32.const $push1=, 0
33 i32.const $push0=, -9162
34 i32.store c($pop1), $pop0
35 i32.const $push4=, 0
36 i32.const $push2=, 56374
37 i32.store b($pop4), $pop2
38 i32.const $push3=, 0
39 # fallthrough-return: $pop3
40 .endfunc
41 .Lfunc_end1:
42 .size main, .Lfunc_end1-main
43 # -- End function
44 .hidden a # @a
45 .type a,@object
46 .section .bss.a,"aw",@nobits
47 .globl a
48 .p2align 2
49 a:
50 .int32 0 # 0x0
51 .size a, 4
52
53 .hidden b # @b
54 .type b,@object
55 .section .bss.b,"aw",@nobits
56 .globl b
57 .p2align 2
58 b:
59 .skip 4
60 .size b, 4
61
62 .hidden c # @c
63 .type c,@object
64 .section .bss.c,"aw",@nobits
65 .globl c
66 .p2align 2
67 c:
68 .int32 0 # 0x0
69 .size c, 4
70
71
72 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"