]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/torture-s/pr48973-2.c.s
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr48973-2.c.s
CommitLineData
abe05a73
XL
1 .text
2 .file "pr48973-2.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 i32.const $push12=, 0
12 i32.const $push11=, 0
13 i32.load8_u $push2=, s($pop11)
14 i32.const $push3=, 254
15 i32.and $push4=, $pop2, $pop3
16 i32.const $push10=, 0
17 i32.load $push0=, v($pop10)
18 i32.const $push1=, 31
19 i32.shr_u $push9=, $pop0, $pop1
20 tee_local $push8=, $0=, $pop9
21 i32.or $push5=, $pop4, $pop8
22 i32.store8 s($pop12), $pop5
23 block
24 i32.const $push6=, 1
25 i32.ne $push7=, $0, $pop6
26 br_if 0, $pop7 # 0: down to label0
27# BB#1: # %if.end
28 i32.const $push13=, 0
29 return $pop13
30.LBB0_2: # %if.then
31 end_block # label0:
32 call abort@FUNCTION
33 unreachable
34 .endfunc
35.Lfunc_end0:
36 .size main, .Lfunc_end0-main
37 # -- End function
38 .hidden v # @v
39 .type v,@object
40 .section .data.v,"aw",@progbits
41 .globl v
42 .p2align 2
43v:
44 .int32 4294967295 # 0xffffffff
45 .size v, 4
46
47 .hidden s # @s
48 .type s,@object
49 .section .bss.s,"aw",@nobits
50 .globl s
51 .p2align 2
52s:
53 .skip 4
54 .size s, 4
55
56
57 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
58 .functype abort, void