]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr59101.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr59101.c.s
1 .text
2 .file "pr59101.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=, -192176872
12 i32.and $push1=, $0, $pop0
13 i32.const $push5=, -192176872
14 i32.ne $push2=, $pop1, $pop5
15 i32.const $push3=, 6
16 i32.or $push4=, $pop2, $pop3
17 # fallthrough-return: $pop4
18 .endfunc
19 .Lfunc_end0:
20 .size foo, .Lfunc_end0-foo
21 # -- End function
22 .section .text.main,"ax",@progbits
23 .hidden main # -- Begin function main
24 .globl main
25 .type main,@function
26 main: # @main
27 .result i32
28 # BB#0: # %entry
29 block
30 i32.const $push3=, 0
31 i32.call $push0=, foo@FUNCTION, $pop3
32 i32.const $push1=, 7
33 i32.ne $push2=, $pop0, $pop1
34 br_if 0, $pop2 # 0: down to label0
35 # BB#1: # %if.end
36 i32.const $push4=, 0
37 return $pop4
38 .LBB1_2: # %if.then
39 end_block # label0:
40 call abort@FUNCTION
41 unreachable
42 .endfunc
43 .Lfunc_end1:
44 .size main, .Lfunc_end1-main
45 # -- End function
46
47 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
48 .functype abort, void