]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/torture-s/pr32244-1.c.s
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / torture-s / pr32244-1.c.s
1 .text
2 .file "pr32244-1.c"
3 .section .text.test1,"ax",@progbits
4 .hidden test1 # -- Begin function test1
5 .globl test1
6 .type test1,@function
7 test1: # @test1
8 .param i64
9 # BB#0: # %entry
10 block
11 i32.const $push0=, 0
12 i64.load $push1=, x($pop0)
13 i64.const $push2=, 32
14 i64.shl $push3=, $pop1, $pop2
15 i64.ne $push4=, $pop3, $0
16 br_if 0, $pop4 # 0: down to label0
17 # BB#1: # %if.end
18 return
19 .LBB0_2: # %if.then
20 end_block # label0:
21 call abort@FUNCTION
22 unreachable
23 .endfunc
24 .Lfunc_end0:
25 .size test1, .Lfunc_end0-test1
26 # -- End function
27 .section .text.main,"ax",@progbits
28 .hidden main # -- Begin function main
29 .globl main
30 .type main,@function
31 main: # @main
32 .result i32
33 # BB#0: # %if.then.i
34 i32.const $push0=, 0
35 i32.const $push6=, 0
36 i64.load $push1=, x($pop6)
37 i64.const $push2=, -1099511627776
38 i64.and $push3=, $pop1, $pop2
39 i64.const $push4=, 256
40 i64.or $push5=, $pop3, $pop4
41 i64.store x($pop0), $pop5
42 call abort@FUNCTION
43 unreachable
44 .endfunc
45 .Lfunc_end1:
46 .size main, .Lfunc_end1-main
47 # -- End function
48 .hidden x # @x
49 .type x,@object
50 .section .bss.x,"aw",@nobits
51 .globl x
52 .p2align 3
53 x:
54 .skip 8
55 .size x, 8
56
57
58 .ident "clang version 6.0.0 (https://llvm.googlesource.com/clang.git a1774cccdccfa673c057f93ccf23bc2d8cb04932) (https://llvm.googlesource.com/llvm.git fc50e1c6121255333bc42d6faf2b524c074eae25)"
59 .functype abort, void