summaryrefslogtreecommitdiff
path: root/test/torture-s/loop-2d.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/loop-2d.c.s')
-rw-r--r--test/torture-s/loop-2d.c.s48
1 files changed, 25 insertions, 23 deletions
diff --git a/test/torture-s/loop-2d.c.s b/test/torture-s/loop-2d.c.s
index 7672875ab..18bd3c5a9 100644
--- a/test/torture-s/loop-2d.c.s
+++ b/test/torture-s/loop-2d.c.s
@@ -10,32 +10,34 @@ f: # @f
.local i32, i32
# BB#0: # %entry
block
- i32.eqz $push10=, $0
- br_if 0, $pop10 # 0: down to label0
+ i32.eqz $push11=, $0
+ br_if 0, $pop11 # 0: down to label0
# BB#1: # %for.body.preheader
- i32.const $push1=, 3
- i32.mul $push2=, $0, $pop1
- i32.const $push3=, a-3
- i32.add $2=, $pop2, $pop3
- i32.const $push4=, 2
- i32.shl $push5=, $0, $pop4
- i32.const $push6=, a-4
- i32.add $1=, $pop5, $pop6
+ i32.const $push0=, 2
+ i32.shl $push1=, $0, $pop0
+ i32.const $push2=, a-4
+ i32.add $1=, $pop1, $pop2
+ i32.const $push3=, 3
+ i32.mul $push4=, $0, $pop3
+ i32.const $push5=, a-3
+ i32.add $2=, $pop4, $pop5
.LBB0_2: # %for.body
# =>This Inner Loop Header: Depth=1
loop # label1:
- i32.const $push9=, -1
- i32.add $0=, $0, $pop9
- i32.store $push0=, 0($1), $2
- i32.const $push8=, -3
- i32.add $2=, $pop0, $pop8
- i32.const $push7=, -4
- i32.add $1=, $1, $pop7
- br_if 0, $0 # 0: up to label1
+ i32.store $drop=, 0($1), $2
+ i32.const $push10=, -4
+ i32.add $1=, $1, $pop10
+ i32.const $push9=, -3
+ i32.add $2=, $2, $pop9
+ i32.const $push8=, -1
+ i32.add $push7=, $0, $pop8
+ tee_local $push6=, $0=, $pop7
+ br_if 0, $pop6 # 0: up to label1
.LBB0_3: # %for.end
end_loop # label2:
end_block # label0:
- return $0
+ copy_local $push12=, $1
+ # fallthrough-return: $pop12
.endfunc
.Lfunc_end0:
.size f, .Lfunc_end0-f
@@ -48,11 +50,11 @@ main: # @main
.result i32
# BB#0: # %if.end
i32.const $push1=, 0
- i32.const $push0=, a+3
- i32.store $drop=, a+4($pop1), $pop0
+ i32.const $push0=, a
+ i32.store $drop=, a($pop1), $pop0
i32.const $push4=, 0
- i32.const $push2=, a
- i32.store $drop=, a($pop4), $pop2
+ i32.const $push2=, a+3
+ i32.store $drop=, a+4($pop4), $pop2
i32.const $push3=, 0
call exit@FUNCTION, $pop3
unreachable