]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr37882.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr37882.c.s
1 .text
2 .file "pr37882.c"
3 .section .text.main,"ax",@progbits
4 .hidden main # -- Begin function main
5 .globl main
6 .type main,@function
7 main: # @main
8 .result i32
9 # BB#0: # %entry
10 i32.const $push0=, 0
11 i32.const $push7=, 0
12 i32.load8_u $push1=, s($pop7)
13 i32.const $push2=, 248
14 i32.and $push3=, $pop1, $pop2
15 i32.const $push4=, 4
16 i32.or $push5=, $pop3, $pop4
17 i32.store8 s($pop0), $pop5
18 i32.const $push6=, 0
19 # fallthrough-return: $pop6
20 .endfunc
21 .Lfunc_end0:
22 .size main, .Lfunc_end0-main
23 # -- End function
24 .hidden s # @s
25 .type s,@object
26 .section .bss.s,"aw",@nobits
27 .globl s
28 s:
29 .skip 1
30 .size s, 1
31
32
33 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"