diff options
Diffstat (limited to 'test/torture-s/inst-check.c.s')
-rw-r--r-- | test/torture-s/inst-check.c.s | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/torture-s/inst-check.c.s b/test/torture-s/inst-check.c.s index 9f561f018..6fd027f32 100644 --- a/test/torture-s/inst-check.c.s +++ b/test/torture-s/inst-check.c.s @@ -15,13 +15,13 @@ f: # @f i32.lt_s $push1=, $0, $pop0 br_if 0, $pop1 # 0: down to label0 # BB#1: # %for.body.preheader - i32.const $push2=, -1 - i32.add $push3=, $0, $pop2 - i64.extend_u/i32 $push4=, $pop3 - i32.const $push5=, -2 + i32.const $push5=, -1 i32.add $push6=, $0, $pop5 i64.extend_u/i32 $push7=, $pop6 - i64.mul $push8=, $pop4, $pop7 + i32.const $push2=, -2 + i32.add $push3=, $0, $pop2 + i64.extend_u/i32 $push4=, $pop3 + i64.mul $push8=, $pop7, $pop4 i64.const $push9=, 1 i64.shr_u $push10=, $pop8, $pop9 i32.wrap/i64 $push11=, $pop10 @@ -30,7 +30,8 @@ f: # @f i32.add $1=, $pop12, $pop13 .LBB0_2: # %for.end end_block # label0: - return $1 + copy_local $push14=, $1 + # fallthrough-return: $pop14 .endfunc .Lfunc_end0: .size f, .Lfunc_end0-f |