diff options
Diffstat (limited to 'test/torture-s/simd-5.c.s')
-rw-r--r-- | test/torture-s/simd-5.c.s | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/test/torture-s/simd-5.c.s b/test/torture-s/simd-5.c.s index 1dfc43c62..1f0b5f25e 100644 --- a/test/torture-s/simd-5.c.s +++ b/test/torture-s/simd-5.c.s @@ -10,6 +10,7 @@ func0: # @func0 i32.const $push1=, 1 i32.store $discard=, dummy($pop0), $pop1 return + .endfunc .Lfunc_end0: .size func0, .Lfunc_end0-func0 @@ -63,6 +64,7 @@ func1: # @func1 i32.store16 $push15=, w2($0), $pop4 i32.store16 $discard=, w4($0), $pop15 return + .endfunc .Lfunc_end1: .size func1, .Lfunc_end1-func1 @@ -116,6 +118,7 @@ func2: # @func2 i32.store16 $push15=, z2($0), $pop4 i32.store16 $discard=, z4($0), $pop15 return + .endfunc .Lfunc_end2: .size func2, .Lfunc_end2-func2 @@ -129,43 +132,48 @@ main: # @main # BB#0: # %entry call func2@FUNCTION i32.const $0=, 0 - block .LBB3_8 + block i64.load $push0=, w1($0) i64.load $push1=, w3($0) i64.ne $push2=, $pop0, $pop1 - br_if $pop2, .LBB3_8 + br_if $pop2, 0 # 0: down to label0 # BB#1: # %if.end - block .LBB3_7 + block i64.load $push3=, w2($0) i64.load $push4=, w4($0) i64.ne $push5=, $pop3, $pop4 - br_if $pop5, .LBB3_7 + br_if $pop5, 0 # 0: down to label1 # BB#2: # %if.end4 - block .LBB3_6 + block i64.load $push6=, z1($0) i64.load $push7=, z3($0) i64.ne $push8=, $pop6, $pop7 - br_if $pop8, .LBB3_6 + br_if $pop8, 0 # 0: down to label2 # BB#3: # %if.end8 - block .LBB3_5 + block i64.load $push9=, z2($0) i64.load $push10=, z4($0) i64.ne $push11=, $pop9, $pop10 - br_if $pop11, .LBB3_5 + br_if $pop11, 0 # 0: down to label3 # BB#4: # %if.end12 return $0 .LBB3_5: # %if.then11 + end_block # label3: call abort@FUNCTION unreachable .LBB3_6: # %if.then7 + end_block # label2: call abort@FUNCTION unreachable .LBB3_7: # %if.then3 + end_block # label1: call abort@FUNCTION unreachable .LBB3_8: # %if.then + end_block # label0: call abort@FUNCTION unreachable + .endfunc .Lfunc_end3: .size main, .Lfunc_end3-main @@ -299,5 +307,5 @@ z4: .size z4, 8 - .ident "clang version 3.8.0 " + .ident "clang version 3.9.0 " .section ".note.GNU-stack","",@progbits |