diff options
Diffstat (limited to 'test/torture-s/loop-2c.c.s')
-rw-r--r-- | test/torture-s/loop-2c.c.s | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/test/torture-s/loop-2c.c.s b/test/torture-s/loop-2c.c.s index 3d077658a..cde1e058d 100644 --- a/test/torture-s/loop-2c.c.s +++ b/test/torture-s/loop-2c.c.s @@ -9,10 +9,10 @@ f: # @f .result i32 .local i32, i32, i32 # BB#0: # %entry - block .LBB0_3 + block i32.const $push9=, 0 i32.eq $push10=, $0, $pop9 - br_if $pop10, .LBB0_3 + br_if $pop10, 0 # 0: down to label0 # BB#1: # %for.body.preheader i32.const $2=, -3 i32.const $push0=, 3 @@ -27,15 +27,18 @@ f: # @f i32.add $1=, $pop6, $3 .LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop .LBB0_3 + loop # label1: i32.const $push7=, -1 i32.add $0=, $0, $pop7 i32.store $push8=, 0($1), $4 i32.add $4=, $pop8, $2 i32.add $1=, $1, $3 - br_if $0, .LBB0_2 + br_if $0, 0 # 0: up to label1 .LBB0_3: # %for.end + end_loop # label2: + end_block # label0: return $0 + .endfunc .Lfunc_end0: .size f, .Lfunc_end0-f @@ -48,10 +51,10 @@ g: # @g .result i32 .local i32, i32, i32, i32 # BB#0: # %entry - block .LBB1_3 + block i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, .LBB1_3 + br_if $pop9, 0 # 0: down to label3 # BB#1: # %for.body.preheader.i i32.const $3=, a i32.const $1=, -3 @@ -66,15 +69,18 @@ g: # @g i32.add $3=, $pop4, $2 .LBB1_2: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop .LBB1_3 + loop # label4: i32.const $push6=, -1 i32.add $0=, $0, $pop6 i32.store $push7=, 0($3), $4 i32.add $4=, $pop7, $1 i32.add $3=, $3, $2 - br_if $0, .LBB1_2 + br_if $0, 0 # 0: up to label4 .LBB1_3: # %f.exit + end_loop # label5: + end_block # label3: return $0 + .endfunc .Lfunc_end1: .size g, .Lfunc_end1-g @@ -93,6 +99,7 @@ main: # @main i32.store $discard=, a($0), $pop1 call exit@FUNCTION, $0 unreachable + .endfunc .Lfunc_end2: .size main, .Lfunc_end2-main @@ -106,5 +113,5 @@ a: .size a, 8 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |