diff options
1097 files changed, 17104 insertions, 17104 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h index 48d6d9350..4e3ec23e5 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -752,8 +752,8 @@ private: bstack.back()->list.push_back(curr); bstack.push_back(curr); seenLabels.insert(curr->name); - } else if (match("BB")) { - s -= 2; + } else if (match(".LBB")) { + s -= 4; lastLabel = getStrToColon(); s++; skipWhitespace(); @@ -825,7 +825,7 @@ private: makeHost(MemorySize); } else if (match("grow_memory")) { makeHost1(GrowMemory); - } else if (match("func_end")) { + } else if (match(".Lfunc_end")) { s = strchr(s, '\n'); s++; s = strchr(s, '\n'); diff --git a/test/dot_s/asm_const.s b/test/dot_s/asm_const.s index 39df173c4..fc055579d 100644 --- a/test/dot_s/asm_const.s +++ b/test/dot_s/asm_const.s @@ -9,8 +9,8 @@ main: # @main call emscripten_asm_const, $pop0 i32.const $push1=, 0 return $pop1 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .data diff --git a/test/dot_s/basics.s b/test/dot_s/basics.s index 9e4876abf..1c6225738 100644 --- a/test/dot_s/basics.s +++ b/test/dot_s/basics.s @@ -18,12 +18,12 @@ main: # @main i32.sub $push8=, $0, $pop7 i32.const $push9=, 1 i32.ne $push10=, $pop8, $pop9 - block BB0_5 - block BB0_4 - br_if $pop10, BB0_4 -BB0_1: # %.preheader + block .LBB0_5 + block .LBB0_4 + br_if $pop10, .LBB0_4 +.LBB0_1: # %.preheader # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.const $push12=, 10 i32.gt_s $push13=, $0, $pop12 i32.add $0=, $pop13, $0 @@ -31,27 +31,27 @@ BB0_1: # %.preheader i32.rem_s $push15=, $0, $pop14 i32.const $push16=, 3 i32.ne $push17=, $pop15, $pop16 - block BB0_3 - br_if $pop17, BB0_3 -# BB#2: # in Loop: Header=BB0_1 Depth=1 + block .LBB0_3 + br_if $pop17, .LBB0_3 +# BB#2: # in Loop: Header=.LBB0_1 Depth=1 i32.const $push18=, 111 i32.rem_s $push19=, $0, $pop18 i32.add $0=, $pop19, $0 -BB0_3: # in Loop: Header=BB0_1 Depth=1 +.LBB0_3: # in Loop: Header=.LBB0_1 Depth=1 i32.const $push20=, 7 i32.rem_s $push21=, $0, $pop20 i32.const $push22=, 0 i32.eq $push23=, $pop21, $pop22 - br_if $pop23, BB0_5 - br BB0_1 -BB0_4: + br_if $pop23, .LBB0_5 + br .LBB0_1 +.LBB0_4: i32.const $push11=, -12 i32.add $0=, $0, $pop11 i32.const $discard=, main # just take address for testing -BB0_5: # %.loopexit +.LBB0_5: # %.loopexit return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .data diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast index b0ae237d1..a3ce77ec2 100644 --- a/test/dot_s/basics.wast +++ b/test/dot_s/basics.wast @@ -9,8 +9,8 @@ (call_import $puts (i32.const 16) ) - (block $BB0_5 - (block $BB0_4 + (block $.LBB0_5 + (block $.LBB0_4 (br_if (i32.ne (i32.sub @@ -31,9 +31,9 @@ ) (i32.const 1) ) - $BB0_4 + $.LBB0_4 ) - (loop $BB0_1 + (loop $.LBB0_1 (block (set_local $$0 (i32.add @@ -44,7 +44,7 @@ (get_local $$0) ) ) - (block $BB0_3 + (block $.LBB0_3 (br_if (i32.ne (i32.rem_s @@ -53,7 +53,7 @@ ) (i32.const 3) ) - $BB0_3 + $.LBB0_3 ) (set_local $$0 (i32.add @@ -73,9 +73,9 @@ ) (i32.const 0) ) - $BB0_5 + $.LBB0_5 ) - (br $BB0_1) + (br $.LBB0_1) ) ) ) diff --git a/test/dot_s/exit.s b/test/dot_s/exit.s index ced6b4e61..12bf86bf3 100644 --- a/test/dot_s/exit.s +++ b/test/dot_s/exit.s @@ -7,5 +7,5 @@ main: .local i32 i32.const $push0=, 0 call exit, $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main diff --git a/test/dot_s/function-data-sections.s b/test/dot_s/function-data-sections.s index 68942b1af..b9837b98c 100644 --- a/test/dot_s/function-data-sections.s +++ b/test/dot_s/function-data-sections.s @@ -4,8 +4,8 @@ .type foo,@function foo: return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .section .text.bar,"ax",@progbits .globl bar @@ -14,8 +14,8 @@ bar: .param i32 .result i32 return $0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .section .text.qux,"ax",@progbits .globl qux @@ -25,8 +25,8 @@ qux: .result f64 f64.add $push0=, $0, $1 return $pop0 -func_end2: - .size qux, func_end2-qux +.Lfunc_end2: + .size qux, .Lfunc_end2-qux .type aaa,@object .section .bss.aaa,"aw",@nobits diff --git a/test/dot_s/memops.s b/test/dot_s/memops.s index 08e5c8c4b..893dc6b68 100644 --- a/test/dot_s/memops.s +++ b/test/dot_s/memops.s @@ -9,8 +9,8 @@ _Z6reporti: # @_Z6reporti i32.const $push1=, .str call emscripten_asm_const, $pop1 return -func_end0: - .size _Z6reporti, func_end0-_Z6reporti +.Lfunc_end0: + .size _Z6reporti, .Lfunc_end0-_Z6reporti .globl main .type main,@function @@ -27,15 +27,15 @@ main: # @main i32.const $1=, 0 copy_local $0=, $1 copy_local $6=, $1 -BB1_1: # %.preheader1 +.LBB1_1: # %.preheader1 # =>This Loop Header: Depth=1 - # Child Loop BB1_2 Depth 2 - # Child Loop BB1_3 Depth 2 - loop BB1_5 + # Child Loop .LBB1_2 Depth 2 + # Child Loop .LBB1_3 Depth 2 + loop .LBB1_5 copy_local $4=, $1 -BB1_2: # Parent Loop BB1_1 Depth=1 +.LBB1_2: # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_3 + loop .LBB1_3 i32.const $10=, 0 i32.add $10=, $12, $10 i32.add $push1=, $10, $4 @@ -46,11 +46,11 @@ BB1_2: # Parent Loop BB1_1 Depth=1 i32.const $3=, 1048576 i32.ne $push2=, $4, $3 copy_local $5=, $1 - br_if $pop2, BB1_2 -BB1_3: # %.preheader - # Parent Loop BB1_1 Depth=1 + br_if $pop2, .LBB1_2 +.LBB1_3: # %.preheader + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_4 + loop .LBB1_4 i32.const $11=, 0 i32.add $11=, $12, $11 i32.add $push3=, $11, $5 @@ -59,8 +59,8 @@ BB1_3: # %.preheader i32.add $6=, $pop5, $6 i32.add $5=, $5, $2 i32.ne $push6=, $5, $3 - br_if $pop6, BB1_3 -BB1_4: # in Loop: Header=BB1_1 Depth=1 + br_if $pop6, .LBB1_3 +.LBB1_4: # in Loop: Header=.LBB1_1 Depth=1 i32.const $push7=, 3 i32.mul $push8=, $6, $pop7 i32.const $push9=, 5 @@ -73,8 +73,8 @@ BB1_4: # in Loop: Header=BB1_1 Depth=1 i32.add $0=, $0, $2 i32.const $push15=, 100 i32.ne $push16=, $0, $pop15 - br_if $pop16, BB1_1 -BB1_5: + br_if $pop16, .LBB1_1 +.LBB1_5: call _Z6reporti, $6 i32.const $push17=, 0 i32.const $9=, 1048576 @@ -82,8 +82,8 @@ BB1_5: i32.const $9=, 0 i32.store $12=, 0($9), $12 return $pop17 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .data diff --git a/test/dot_s/memops.wast b/test/dot_s/memops.wast index 6d52c1896..784958275 100644 --- a/test/dot_s/memops.wast +++ b/test/dot_s/memops.wast @@ -68,12 +68,12 @@ (set_local $$6 (get_local $$1) ) - (loop $BB1_5 $BB1_1 + (loop $.LBB1_5 $.LBB1_1 (block (set_local $$4 (get_local $$1) ) - (loop $BB1_3 $BB1_2 + (loop $.LBB1_3 $.LBB1_2 (block (set_local $$10 (i32.const 0) @@ -114,11 +114,11 @@ (get_local $$4) (get_local $$3) ) - $BB1_2 + $.LBB1_2 ) ) ) - (loop $BB1_4 $BB1_3 + (loop $.LBB1_4 $.LBB1_3 (block (set_local $$11 (i32.const 0) @@ -154,7 +154,7 @@ (get_local $$5) (get_local $$3) ) - $BB1_3 + $.LBB1_3 ) ) ) @@ -187,7 +187,7 @@ (get_local $$0) (i32.const 100) ) - $BB1_1 + $.LBB1_1 ) ) ) diff --git a/test/dot_s/minimal.s b/test/dot_s/minimal.s index c329a6eec..e43abacfb 100644 --- a/test/dot_s/minimal.s +++ b/test/dot_s/minimal.s @@ -7,6 +7,6 @@ main: # @main # BB#0: i32.const $push0=, 5 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main diff --git a/test/dot_s/relocation.s b/test/dot_s/relocation.s index d65a9e165..816d7a488 100644 --- a/test/dot_s/relocation.s +++ b/test/dot_s/relocation.s @@ -8,8 +8,8 @@ main: i32.const $push0=, a i32.load $push1=, 0($pop0) return $pop1 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type b,@object .data diff --git a/test/dot_s/symbolic-offset.s b/test/dot_s/symbolic-offset.s index c704fda34..8cbe8038d 100644 --- a/test/dot_s/symbolic-offset.s +++ b/test/dot_s/symbolic-offset.s @@ -6,8 +6,8 @@ f: .param i32 i32.store $discard=, m+4($0), $1 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .type m,@object .data diff --git a/test/dot_s/visibilities.s b/test/dot_s/visibilities.s index 288073be0..e5373a888 100644 --- a/test/dot_s/visibilities.s +++ b/test/dot_s/visibilities.s @@ -4,21 +4,21 @@ .type foo,@function foo: return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .protected bar .globl bar .type bar,@function bar: return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .internal qux .globl qux .type qux,@function qux: return -func_end2: - .size qux, func_end2-qux +.Lfunc_end2: + .size qux, .Lfunc_end2-qux diff --git a/test/llvm_autogenerated/call.s b/test/llvm_autogenerated/call.s index 3a9df9eb1..f406bbaaf 100644 --- a/test/llvm_autogenerated/call.s +++ b/test/llvm_autogenerated/call.s @@ -6,8 +6,8 @@ call_i32_nullary: .result i32 i32.call $push0=, i32_nullary return $pop0 -func_end0: - .size call_i32_nullary, func_end0-call_i32_nullary +.Lfunc_end0: + .size call_i32_nullary, .Lfunc_end0-call_i32_nullary .globl call_i64_nullary .type call_i64_nullary,@function @@ -15,8 +15,8 @@ call_i64_nullary: .result i64 i64.call $push0=, i64_nullary return $pop0 -func_end1: - .size call_i64_nullary, func_end1-call_i64_nullary +.Lfunc_end1: + .size call_i64_nullary, .Lfunc_end1-call_i64_nullary .globl call_float_nullary .type call_float_nullary,@function @@ -24,8 +24,8 @@ call_float_nullary: .result f32 f32.call $push0=, float_nullary return $pop0 -func_end2: - .size call_float_nullary, func_end2-call_float_nullary +.Lfunc_end2: + .size call_float_nullary, .Lfunc_end2-call_float_nullary .globl call_double_nullary .type call_double_nullary,@function @@ -33,16 +33,16 @@ call_double_nullary: .result f64 f64.call $push0=, double_nullary return $pop0 -func_end3: - .size call_double_nullary, func_end3-call_double_nullary +.Lfunc_end3: + .size call_double_nullary, .Lfunc_end3-call_double_nullary .globl call_void_nullary .type call_void_nullary,@function call_void_nullary: call void_nullary return -func_end4: - .size call_void_nullary, func_end4-call_void_nullary +.Lfunc_end4: + .size call_void_nullary, .Lfunc_end4-call_void_nullary .globl call_i32_unary .type call_i32_unary,@function @@ -51,8 +51,8 @@ call_i32_unary: .result i32 i32.call $push0=, i32_unary, $0 return $pop0 -func_end5: - .size call_i32_unary, func_end5-call_i32_unary +.Lfunc_end5: + .size call_i32_unary, .Lfunc_end5-call_i32_unary .globl call_i32_binary .type call_i32_binary,@function @@ -61,8 +61,8 @@ call_i32_binary: .result i32 i32.call $push0=, i32_binary, $0, $1 return $pop0 -func_end6: - .size call_i32_binary, func_end6-call_i32_binary +.Lfunc_end6: + .size call_i32_binary, .Lfunc_end6-call_i32_binary .globl call_indirect_void .type call_indirect_void,@function @@ -70,8 +70,8 @@ call_indirect_void: .param i32 call_indirect $0 return -func_end7: - .size call_indirect_void, func_end7-call_indirect_void +.Lfunc_end7: + .size call_indirect_void, .Lfunc_end7-call_indirect_void .globl call_indirect_i32 .type call_indirect_i32,@function @@ -80,32 +80,32 @@ call_indirect_i32: .result i32 i32.call_indirect $push0=, $0 return $pop0 -func_end8: - .size call_indirect_i32, func_end8-call_indirect_i32 +.Lfunc_end8: + .size call_indirect_i32, .Lfunc_end8-call_indirect_i32 .globl tail_call_void_nullary .type tail_call_void_nullary,@function tail_call_void_nullary: call void_nullary return -func_end9: - .size tail_call_void_nullary, func_end9-tail_call_void_nullary +.Lfunc_end9: + .size tail_call_void_nullary, .Lfunc_end9-tail_call_void_nullary .globl fastcc_tail_call_void_nullary .type fastcc_tail_call_void_nullary,@function fastcc_tail_call_void_nullary: call void_nullary return -func_end10: - .size fastcc_tail_call_void_nullary, func_end10-fastcc_tail_call_void_nullary +.Lfunc_end10: + .size fastcc_tail_call_void_nullary, .Lfunc_end10-fastcc_tail_call_void_nullary .globl coldcc_tail_call_void_nullary .type coldcc_tail_call_void_nullary,@function coldcc_tail_call_void_nullary: call void_nullary return -func_end11: - .size coldcc_tail_call_void_nullary, func_end11-coldcc_tail_call_void_nullary +.Lfunc_end11: + .size coldcc_tail_call_void_nullary, .Lfunc_end11-coldcc_tail_call_void_nullary .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/cfg-stackify.s b/test/llvm_autogenerated/cfg-stackify.s index 912e54b09..eec847fa1 100644 --- a/test/llvm_autogenerated/cfg-stackify.s +++ b/test/llvm_autogenerated/cfg-stackify.s @@ -6,18 +6,18 @@ test0: .param i32 .local i32 i32.const $1=, 0 -BB0_1: - loop BB0_3 +.LBB0_1: + loop .LBB0_3 i32.const $push0=, 1 i32.add $1=, $1, $pop0 i32.ge_s $push1=, $1, $0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 call something - br BB0_1 -BB0_3: + br .LBB0_1 +.LBB0_3: return -func_end0: - .size test0, func_end0-test0 +.Lfunc_end0: + .size test0, .Lfunc_end0-test0 .globl test1 .type test1,@function @@ -25,29 +25,29 @@ test1: .param i32 .local i32 i32.const $1=, 0 -BB1_1: - loop BB1_3 +.LBB1_1: + loop .LBB1_3 i32.const $push0=, 1 i32.add $1=, $1, $pop0 i32.ge_s $push1=, $1, $0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 call something - br BB1_1 -BB1_3: + br .LBB1_1 +.LBB1_3: return -func_end1: - .size test1, func_end1-test1 +.Lfunc_end1: + .size test1, .Lfunc_end1-test1 .globl test2 .type test2,@function test2: .param i32, i32 - block BB2_2 + block .LBB2_2 i32.const $push0=, 1 i32.lt_s $push1=, $1, $pop0 - br_if $pop1, BB2_2 -BB2_1: - loop BB2_2 + br_if $pop1, .LBB2_2 +.LBB2_1: + loop .LBB2_2 i32.const $push5=, -1 i32.add $1=, $1, $pop5 f64.load $push2=, 0($0) @@ -56,11 +56,11 @@ BB2_1: f64.store $discard=, 0($0), $pop4 i32.const $push6=, 8 i32.add $0=, $0, $pop6 - br_if $1, BB2_1 -BB2_2: + br_if $1, .LBB2_1 +.LBB2_2: return -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl doublediamond .type doublediamond,@function @@ -68,31 +68,31 @@ doublediamond: .param i32, i32, i32 .result i32 .local i32 - block BB3_5 - block BB3_2 + block .LBB3_5 + block .LBB3_2 i32.const $push0=, 0 i32.store $3=, 0($2), $pop0 - br_if $0, BB3_2 + br_if $0, .LBB3_2 i32.const $push4=, 1 i32.store $discard=, 0($2), $pop4 - br BB3_5 -BB3_2: - block BB3_4 + br .LBB3_5 +.LBB3_2: + block .LBB3_4 i32.const $push1=, 2 i32.store $discard=, 0($2), $pop1 - br_if $1, BB3_4 + br_if $1, .LBB3_4 i32.const $push3=, 3 i32.store $discard=, 0($2), $pop3 - br BB3_5 -BB3_4: + br .LBB3_5 +.LBB3_4: i32.const $push2=, 4 i32.store $discard=, 0($2), $pop2 -BB3_5: +.LBB3_5: i32.const $push5=, 5 i32.store $discard=, 0($2), $pop5 return $3 -func_end3: - .size doublediamond, func_end3-doublediamond +.Lfunc_end3: + .size doublediamond, .Lfunc_end3-doublediamond .globl triangle .type triangle,@function @@ -100,18 +100,18 @@ triangle: .param i32, i32 .result i32 .local i32 - block BB4_2 + block .LBB4_2 i32.const $push0=, 0 i32.store $2=, 0($0), $pop0 - br_if $1, BB4_2 + br_if $1, .LBB4_2 i32.const $push1=, 1 i32.store $discard=, 0($0), $pop1 -BB4_2: +.LBB4_2: i32.const $push2=, 2 i32.store $discard=, 0($0), $pop2 return $2 -func_end4: - .size triangle, func_end4-triangle +.Lfunc_end4: + .size triangle, .Lfunc_end4-triangle .globl diamond .type diamond,@function @@ -119,23 +119,23 @@ diamond: .param i32, i32 .result i32 .local i32 - block BB5_3 - block BB5_2 + block .LBB5_3 + block .LBB5_2 i32.const $push0=, 0 i32.store $2=, 0($0), $pop0 - br_if $1, BB5_2 + br_if $1, .LBB5_2 i32.const $push2=, 1 i32.store $discard=, 0($0), $pop2 - br BB5_3 -BB5_2: + br .LBB5_3 +.LBB5_2: i32.const $push1=, 2 i32.store $discard=, 0($0), $pop1 -BB5_3: +.LBB5_3: i32.const $push3=, 3 i32.store $discard=, 0($0), $pop3 return $2 -func_end5: - .size diamond, func_end5-diamond +.Lfunc_end5: + .size diamond, .Lfunc_end5-diamond .globl single_block .type single_block,@function @@ -145,8 +145,8 @@ single_block: i32.const $push0=, 0 i32.store $push1=, 0($0), $pop0 return $pop1 -func_end6: - .size single_block, func_end6-single_block +.Lfunc_end6: + .size single_block, .Lfunc_end6-single_block .globl minimal_loop .type minimal_loop,@function @@ -155,14 +155,14 @@ minimal_loop: .result i32 i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 -BB7_1: - loop BB7_2 +.LBB7_1: + loop .LBB7_2 i32.const $push1=, 1 i32.store $discard=, 0($0), $pop1 - br BB7_1 -BB7_2: -func_end7: - .size minimal_loop, func_end7-minimal_loop + br .LBB7_1 +.LBB7_2: +.Lfunc_end7: + .size minimal_loop, .Lfunc_end7-minimal_loop .globl simple_loop .type simple_loop,@function @@ -172,19 +172,19 @@ simple_loop: .local i32 i32.const $push0=, 0 i32.store $2=, 0($0), $pop0 -BB8_1: - loop BB8_2 +.LBB8_1: + loop .LBB8_2 i32.const $push1=, 1 i32.store $discard=, 0($0), $pop1 i32.const $push3=, 0 i32.eq $push4=, $1, $pop3 - br_if $pop4, BB8_1 -BB8_2: + br_if $pop4, .LBB8_1 +.LBB8_2: i32.const $push2=, 2 i32.store $discard=, 0($0), $pop2 return $2 -func_end8: - .size simple_loop, func_end8-simple_loop +.Lfunc_end8: + .size simple_loop, .Lfunc_end8-simple_loop .globl doubletriangle .type doubletriangle,@function @@ -192,25 +192,25 @@ doubletriangle: .param i32, i32, i32 .result i32 .local i32 - block BB9_4 + block .LBB9_4 i32.const $push0=, 0 i32.store $3=, 0($2), $pop0 - br_if $0, BB9_4 - block BB9_3 + br_if $0, .LBB9_4 + block .LBB9_3 i32.const $push1=, 2 i32.store $discard=, 0($2), $pop1 - br_if $1, BB9_3 + br_if $1, .LBB9_3 i32.const $push2=, 3 i32.store $discard=, 0($2), $pop2 -BB9_3: +.LBB9_3: i32.const $push3=, 4 i32.store $discard=, 0($2), $pop3 -BB9_4: +.LBB9_4: i32.const $push4=, 5 i32.store $discard=, 0($2), $pop4 return $3 -func_end9: - .size doubletriangle, func_end9-doubletriangle +.Lfunc_end9: + .size doubletriangle, .Lfunc_end9-doubletriangle .globl ifelse_earlyexits .type ifelse_earlyexits,@function @@ -218,184 +218,184 @@ ifelse_earlyexits: .param i32, i32, i32 .result i32 .local i32 - block BB10_4 - block BB10_2 + block .LBB10_4 + block .LBB10_2 i32.const $push0=, 0 i32.store $3=, 0($2), $pop0 - br_if $0, BB10_2 + br_if $0, .LBB10_2 i32.const $push3=, 1 i32.store $discard=, 0($2), $pop3 - br BB10_4 -BB10_2: + br .LBB10_4 +.LBB10_2: i32.const $push1=, 2 i32.store $discard=, 0($2), $pop1 - br_if $1, BB10_4 + br_if $1, .LBB10_4 i32.const $push2=, 3 i32.store $discard=, 0($2), $pop2 -BB10_4: +.LBB10_4: i32.const $push4=, 4 i32.store $discard=, 0($2), $pop4 return $3 -func_end10: - .size ifelse_earlyexits, func_end10-ifelse_earlyexits +.Lfunc_end10: + .size ifelse_earlyexits, .Lfunc_end10-ifelse_earlyexits .globl doublediamond_in_a_loop .type doublediamond_in_a_loop,@function doublediamond_in_a_loop: .param i32, i32, i32 .result i32 -BB11_1: - loop BB11_7 - block BB11_6 - block BB11_3 +.LBB11_1: + loop .LBB11_7 + block .LBB11_6 + block .LBB11_3 i32.const $push0=, 0 i32.store $discard=, 0($2), $pop0 - br_if $0, BB11_3 + br_if $0, .LBB11_3 i32.const $push4=, 1 i32.store $discard=, 0($2), $pop4 - br BB11_6 -BB11_3: - block BB11_5 + br .LBB11_6 +.LBB11_3: + block .LBB11_5 i32.const $push1=, 2 i32.store $discard=, 0($2), $pop1 - br_if $1, BB11_5 + br_if $1, .LBB11_5 i32.const $push3=, 3 i32.store $discard=, 0($2), $pop3 - br BB11_6 -BB11_5: + br .LBB11_6 +.LBB11_5: i32.const $push2=, 4 i32.store $discard=, 0($2), $pop2 -BB11_6: +.LBB11_6: i32.const $push5=, 5 i32.store $discard=, 0($2), $pop5 - br BB11_1 -BB11_7: -func_end11: - .size doublediamond_in_a_loop, func_end11-doublediamond_in_a_loop + br .LBB11_1 +.LBB11_7: +.Lfunc_end11: + .size doublediamond_in_a_loop, .Lfunc_end11-doublediamond_in_a_loop .globl test3 .type test3,@function test3: .param i32 - block BB12_5 + block .LBB12_5 i32.const $push0=, 0 - br_if $pop0, BB12_5 -BB12_1: - loop BB12_4 - br_if $0, BB12_4 -BB12_2: - loop BB12_3 + br_if $pop0, .LBB12_5 +.LBB12_1: + loop .LBB12_4 + br_if $0, .LBB12_4 +.LBB12_2: + loop .LBB12_3 i32.ne $push1=, $0, $0 - br_if $pop1, BB12_2 -BB12_3: + br_if $pop1, .LBB12_2 +.LBB12_3: call bar - br BB12_1 -BB12_4: + br .LBB12_1 +.LBB12_4: unreachable -BB12_5: +.LBB12_5: return -func_end12: - .size test3, func_end12-test3 +.Lfunc_end12: + .size test3, .Lfunc_end12-test3 .globl test4 .type test4,@function test4: .param i32 - block BB13_8 - block BB13_7 - block BB13_4 + block .LBB13_8 + block .LBB13_7 + block .LBB13_4 i32.const $push0=, 3 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB13_4 - block BB13_3 + br_if $pop1, .LBB13_4 + block .LBB13_3 i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB13_3 + br_if $pop9, .LBB13_3 i32.const $push6=, 2 i32.ne $push7=, $0, $pop6 - br_if $pop7, BB13_7 -BB13_3: + br_if $pop7, .LBB13_7 +.LBB13_3: return -BB13_4: +.LBB13_4: i32.const $push2=, 4 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB13_8 + br_if $pop3, .LBB13_8 i32.const $push4=, 622 i32.ne $push5=, $0, $pop4 - br_if $pop5, BB13_7 + br_if $pop5, .LBB13_7 return -BB13_7: +.LBB13_7: return -BB13_8: +.LBB13_8: return -func_end13: - .size test4, func_end13-test4 +.Lfunc_end13: + .size test4, .Lfunc_end13-test4 .globl test5 .type test5,@function test5: .param i32, i32 .local i32, i32 -BB14_1: - block BB14_4 - loop BB14_3 +.LBB14_1: + block .LBB14_4 + loop .LBB14_3 i32.const $2=, 0 i32.store $3=, 0($2), $2 i32.const $2=, 1 i32.and $push0=, $0, $2 i32.const $push5=, 0 i32.eq $push6=, $pop0, $pop5 - br_if $pop6, BB14_4 + br_if $pop6, .LBB14_4 i32.store $push2=, 0($3), $2 i32.and $push3=, $1, $pop2 - br_if $pop3, BB14_1 -BB14_3: + br_if $pop3, .LBB14_1 +.LBB14_3: i32.const $push4=, 3 i32.store $discard=, 0($3), $pop4 return -BB14_4: +.LBB14_4: i32.const $push1=, 2 i32.store $discard=, 0($3), $pop1 return -func_end14: - .size test5, func_end14-test5 +.Lfunc_end14: + .size test5, .Lfunc_end14-test5 .globl test6 .type test6,@function test6: .param i32, i32 .local i32, i32, i32 -BB15_1: - block BB15_6 - block BB15_5 - loop BB15_4 +.LBB15_1: + block .LBB15_6 + block .LBB15_5 + loop .LBB15_4 i32.const $2=, 0 i32.store $discard=, 0($2), $2 i32.const $3=, 1 i32.and $push0=, $0, $3 i32.const $push4=, 0 i32.eq $push5=, $pop0, $pop4 - br_if $pop5, BB15_6 + br_if $pop5, .LBB15_6 i32.store $discard=, 0($2), $3 i32.and $4=, $1, $3 i32.const $push6=, 0 i32.eq $push7=, $4, $pop6 - br_if $pop7, BB15_5 + br_if $pop7, .LBB15_5 i32.store $discard=, 0($2), $3 - br_if $4, BB15_1 -BB15_4: + br_if $4, .LBB15_1 +.LBB15_4: i32.const $push3=, 2 i32.store $discard=, 0($2), $pop3 return -BB15_5: +.LBB15_5: i32.const $push1=, 3 i32.store $discard=, 0($2), $pop1 -BB15_6: +.LBB15_6: i32.const $push2=, 4 i32.store $discard=, 0($2), $pop2 return -func_end15: - .size test6, func_end15-test6 +.Lfunc_end15: + .size test6, .Lfunc_end15-test6 .globl test7 .type test7,@function @@ -404,31 +404,31 @@ test7: .local i32, i32 i32.const $3=, 0 i32.store $2=, 0($3), $3 -BB16_1: - loop BB16_5 - block BB16_4 +.LBB16_1: + loop .LBB16_5 + block .LBB16_4 i32.const $push0=, 1 i32.store $3=, 0($2), $pop0 i32.and $push1=, $0, $3 - br_if $pop1, BB16_4 + br_if $pop1, .LBB16_4 i32.const $push2=, 2 i32.store $discard=, 0($2), $pop2 i32.and $push3=, $1, $3 - br_if $pop3, BB16_1 + br_if $pop3, .LBB16_1 i32.const $push4=, 4 i32.store $discard=, 0($2), $pop4 unreachable -BB16_4: +.LBB16_4: i32.const $push5=, 3 i32.store $discard=, 0($2), $pop5 i32.and $push6=, $1, $3 - br_if $pop6, BB16_1 -BB16_5: + br_if $pop6, .LBB16_1 +.LBB16_5: i32.const $push7=, 5 i32.store $discard=, 0($2), $pop7 unreachable -func_end16: - .size test7, func_end16-test7 +.Lfunc_end16: + .size test7, .Lfunc_end16-test7 .globl test8 .type test8,@function @@ -436,22 +436,22 @@ test8: .result i32 .local i32 i32.const $0=, 0 -BB17_1: - loop BB17_4 - block BB17_3 +.LBB17_1: + loop .LBB17_4 + block .LBB17_3 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB17_3 + br_if $pop1, .LBB17_3 i32.const $push2=, 0 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB17_1 -BB17_3: - loop BB17_4 - br_if $0, BB17_3 - br BB17_1 -BB17_4: -func_end17: - .size test8, func_end17-test8 + br_if $pop3, .LBB17_1 +.LBB17_3: + loop .LBB17_4 + br_if $0, .LBB17_3 + br .LBB17_1 +.LBB17_4: +.Lfunc_end17: + .size test8, .Lfunc_end17-test8 .globl test9 .type test9,@function @@ -459,79 +459,79 @@ test9: .local i32, i32 i32.const $1=, 0 i32.store $0=, 0($1), $1 -BB18_1: - loop BB18_5 +.LBB18_1: + loop .LBB18_5 i32.const $push0=, 1 i32.store $1=, 0($0), $pop0 i32.call $push1=, a i32.and $push2=, $pop1, $1 i32.const $push13=, 0 i32.eq $push14=, $pop2, $pop13 - br_if $pop14, BB18_5 -BB18_2: - loop BB18_5 - block BB18_4 + br_if $pop14, .LBB18_5 +.LBB18_2: + loop .LBB18_5 + block .LBB18_4 i32.const $push4=, 2 i32.store $discard=, 0($0), $pop4 i32.call $push5=, a i32.and $push6=, $pop5, $1 i32.const $push15=, 0 i32.eq $push16=, $pop6, $pop15 - br_if $pop16, BB18_4 + br_if $pop16, .LBB18_4 i32.const $push10=, 3 i32.store $discard=, 0($0), $pop10 i32.call $push11=, a i32.and $push12=, $pop11, $1 - br_if $pop12, BB18_2 - br BB18_1 -BB18_4: + br_if $pop12, .LBB18_2 + br .LBB18_1 +.LBB18_4: i32.const $push7=, 4 i32.store $discard=, 0($0), $pop7 i32.call $push8=, a i32.and $push9=, $pop8, $1 - br_if $pop9, BB18_2 - br BB18_1 -BB18_5: + br_if $pop9, .LBB18_2 + br .LBB18_1 +.LBB18_5: i32.const $push3=, 5 i32.store $discard=, 0($0), $pop3 return -func_end18: - .size test9, func_end18-test9 +.Lfunc_end18: + .size test9, .Lfunc_end18-test9 .globl test10 .type test10,@function test10: .local i32, i32, i32, i32, i32 i32.const $0=, 2 -BB19_1: - loop BB19_7 +.LBB19_1: + loop .LBB19_7 copy_local $4=, $1 copy_local $3=, $0 i32.const $1=, 0 i32.const $0=, 3 i32.const $2=, 4 - br_if $4, BB19_1 -BB19_2: - block BB19_6 - loop BB19_5 + br_if $4, .LBB19_1 +.LBB19_2: + block .LBB19_6 + loop .LBB19_5 copy_local $4=, $3 copy_local $3=, $2 -BB19_3: - loop BB19_5 +.LBB19_3: + loop .LBB19_5 copy_local $2=, $4 i32.const $push0=, 4 i32.gt_u $push1=, $2, $pop0 - br_if $pop1, BB19_1 + br_if $pop1, .LBB19_1 copy_local $4=, $3 - tableswitch $2, BB19_3, BB19_3, BB19_5, BB19_1, BB19_2, BB19_6 -BB19_5: + tableswitch $2, .LBB19_3, .LBB19_3, .LBB19_5, .LBB19_1, .LBB19_2, .LBB19_6 +.LBB19_5: return -BB19_6: +.LBB19_6: i32.const $1=, 1 - br BB19_1 -BB19_7: -func_end19: - .size test10, func_end19-test10 + br .LBB19_1 +.LBB19_7: +.Lfunc_end19: + .size test10, .Lfunc_end19-test10 .globl test11 .type test11,@function @@ -539,110 +539,110 @@ test11: .local i32 i32.const $0=, 0 i32.store $discard=, 0($0), $0 - block BB20_8 - block BB20_7 - block BB20_6 - block BB20_4 - br_if $0, BB20_4 - block BB20_3 + block .LBB20_8 + block .LBB20_7 + block .LBB20_6 + block .LBB20_4 + br_if $0, .LBB20_4 + block .LBB20_3 i32.const $push4=, 1 i32.store $discard=, 0($0), $pop4 - br_if $0, BB20_3 + br_if $0, .LBB20_3 i32.const $push5=, 2 i32.store $discard=, 0($0), $pop5 - br_if $0, BB20_6 -BB20_3: + br_if $0, .LBB20_6 +.LBB20_3: i32.const $push7=, 3 i32.store $discard=, 0($0), $pop7 return -BB20_4: +.LBB20_4: i32.const $push0=, 4 i32.store $discard=, 0($0), $pop0 - br_if $0, BB20_8 + br_if $0, .LBB20_8 i32.const $push1=, 5 i32.store $discard=, 0($0), $pop1 i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB20_7 -BB20_6: + br_if $pop9, .LBB20_7 +.LBB20_6: i32.const $push6=, 7 i32.store $discard=, 0($0), $pop6 return -BB20_7: +.LBB20_7: i32.const $push2=, 6 i32.store $discard=, 0($0), $pop2 return -BB20_8: +.LBB20_8: i32.const $push3=, 8 i32.store $discard=, 0($0), $pop3 return -func_end20: - .size test11, func_end20-test11 +.Lfunc_end20: + .size test11, .Lfunc_end20-test11 .globl test12 .type test12,@function test12: .param i32 .local i32 -BB21_1: - loop BB21_8 +.LBB21_1: + loop .LBB21_8 i32.load8_u $1=, 0($0) - block BB21_7 - block BB21_6 - block BB21_4 + block .LBB21_7 + block .LBB21_6 + block .LBB21_4 i32.const $push0=, 103 i32.gt_s $push1=, $1, $pop0 - br_if $pop1, BB21_4 + br_if $pop1, .LBB21_4 i32.const $push6=, 42 i32.eq $push7=, $1, $pop6 - br_if $pop7, BB21_7 + br_if $pop7, .LBB21_7 i32.const $push8=, 76 i32.eq $push9=, $1, $pop8 - br_if $pop9, BB21_7 - br BB21_6 -BB21_4: + br_if $pop9, .LBB21_7 + br .LBB21_6 +.LBB21_4: i32.const $push2=, 108 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB21_7 + br_if $pop3, .LBB21_7 i32.const $push4=, 104 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB21_7 -BB21_6: + br_if $pop5, .LBB21_7 +.LBB21_6: return -BB21_7: +.LBB21_7: i32.const $push10=, 1 i32.add $0=, $0, $pop10 - br BB21_1 -BB21_8: -func_end21: - .size test12, func_end21-test12 + br .LBB21_1 +.LBB21_8: +.Lfunc_end21: + .size test12, .Lfunc_end21-test12 .globl test13 .type test13,@function test13: .local i32 - block BB22_2 + block .LBB22_2 i32.const $push0=, 0 i32.const $push3=, 0 i32.eq $push4=, $pop0, $pop3 - br_if $pop4, BB22_2 + br_if $pop4, .LBB22_2 return -BB22_2: +.LBB22_2: i32.const $0=, 0 - block BB22_4 - br_if $0, BB22_4 + block .LBB22_4 + br_if $0, .LBB22_4 i32.const $0=, 0 -BB22_4: - block BB22_5 +.LBB22_4: + block .LBB22_5 i32.const $push1=, 1 i32.and $push2=, $0, $pop1 i32.const $push5=, 0 i32.eq $push6=, $pop2, $pop5 - br_if $pop6, BB22_5 -BB22_5: + br_if $pop6, .LBB22_5 +.LBB22_5: unreachable -func_end22: - .size test13, func_end22-test13 +.Lfunc_end22: + .size test13, .Lfunc_end22-test13 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/cfg-stackify.wast b/test/llvm_autogenerated/cfg-stackify.wast index 5b2e1826d..984eecc4c 100644 --- a/test/llvm_autogenerated/cfg-stackify.wast +++ b/test/llvm_autogenerated/cfg-stackify.wast @@ -33,7 +33,7 @@ (set_local $$1 (i32.const 0) ) - (loop $BB0_3 $BB0_1 + (loop $.LBB0_3 $.LBB0_1 (block (set_local $$1 (i32.add @@ -46,10 +46,10 @@ (get_local $$1) (get_local $$0) ) - $BB0_3 + $.LBB0_3 ) (call_import $something) - (br $BB0_1) + (br $.LBB0_1) ) ) (br $fake_return_waka123) @@ -63,7 +63,7 @@ (set_local $$1 (i32.const 0) ) - (loop $BB1_3 $BB1_1 + (loop $.LBB1_3 $.LBB1_1 (block (set_local $$1 (i32.add @@ -76,10 +76,10 @@ (get_local $$1) (get_local $$0) ) - $BB1_3 + $.LBB1_3 ) (call_import $something) - (br $BB1_1) + (br $.LBB1_1) ) ) (br $fake_return_waka123) @@ -89,15 +89,15 @@ (func $test2 (param $$0 i32) (param $$1 i32) (block $fake_return_waka123 (block - (block $BB2_2 + (block $.LBB2_2 (br_if (i32.lt_s (get_local $$1) (i32.const 1) ) - $BB2_2 + $.LBB2_2 ) - (loop $BB2_1 + (loop $.LBB2_1 (block (set_local $$1 (i32.add @@ -122,7 +122,7 @@ ) (br_if (get_local $$1) - $BB2_1 + $.LBB2_1 ) ) ) @@ -135,8 +135,8 @@ (local $$3 i32) (block $fake_return_waka123 (block - (block $BB3_5 - (block $BB3_2 + (block $.LBB3_5 + (block $.LBB3_2 (set_local $$3 (i32.store align=4 (get_local $$2) @@ -145,28 +145,28 @@ ) (br_if (get_local $$0) - $BB3_2 + $.LBB3_2 ) (i32.store align=4 (get_local $$2) (i32.const 1) ) - (br $BB3_5) + (br $.LBB3_5) ) - (block $BB3_4 + (block $.LBB3_4 (i32.store align=4 (get_local $$2) (i32.const 2) ) (br_if (get_local $$1) - $BB3_4 + $.LBB3_4 ) (i32.store align=4 (get_local $$2) (i32.const 3) ) - (br $BB3_5) + (br $.LBB3_5) ) (i32.store align=4 (get_local $$2) @@ -187,7 +187,7 @@ (local $$2 i32) (block $fake_return_waka123 (block - (block $BB4_2 + (block $.LBB4_2 (set_local $$2 (i32.store align=4 (get_local $$0) @@ -196,7 +196,7 @@ ) (br_if (get_local $$1) - $BB4_2 + $.LBB4_2 ) (i32.store align=4 (get_local $$0) @@ -217,8 +217,8 @@ (local $$2 i32) (block $fake_return_waka123 (block - (block $BB5_3 - (block $BB5_2 + (block $.LBB5_3 + (block $.LBB5_2 (set_local $$2 (i32.store align=4 (get_local $$0) @@ -227,13 +227,13 @@ ) (br_if (get_local $$1) - $BB5_2 + $.LBB5_2 ) (i32.store align=4 (get_local $$0) (i32.const 1) ) - (br $BB5_3) + (br $.LBB5_3) ) (i32.store align=4 (get_local $$0) @@ -267,13 +267,13 @@ (get_local $$0) (i32.const 0) ) - (loop $BB7_2 $BB7_1 + (loop $.LBB7_2 $.LBB7_1 (block (i32.store align=4 (get_local $$0) (i32.const 1) ) - (br $BB7_1) + (br $.LBB7_1) ) ) ) @@ -287,7 +287,7 @@ (i32.const 0) ) ) - (loop $BB8_2 $BB8_1 + (loop $.LBB8_2 $.LBB8_1 (block (i32.store align=4 (get_local $$0) @@ -298,7 +298,7 @@ (get_local $$1) (i32.const 0) ) - $BB8_1 + $.LBB8_1 ) ) ) @@ -316,7 +316,7 @@ (local $$3 i32) (block $fake_return_waka123 (block - (block $BB9_4 + (block $.LBB9_4 (set_local $$3 (i32.store align=4 (get_local $$2) @@ -325,16 +325,16 @@ ) (br_if (get_local $$0) - $BB9_4 + $.LBB9_4 ) - (block $BB9_3 + (block $.LBB9_3 (i32.store align=4 (get_local $$2) (i32.const 2) ) (br_if (get_local $$1) - $BB9_3 + $.LBB9_3 ) (i32.store align=4 (get_local $$2) @@ -360,8 +360,8 @@ (local $$3 i32) (block $fake_return_waka123 (block - (block $BB10_4 - (block $BB10_2 + (block $.LBB10_4 + (block $.LBB10_2 (set_local $$3 (i32.store align=4 (get_local $$2) @@ -370,13 +370,13 @@ ) (br_if (get_local $$0) - $BB10_2 + $.LBB10_2 ) (i32.store align=4 (get_local $$2) (i32.const 1) ) - (br $BB10_4) + (br $.LBB10_4) ) (i32.store align=4 (get_local $$2) @@ -384,7 +384,7 @@ ) (br_if (get_local $$1) - $BB10_4 + $.LBB10_4 ) (i32.store align=4 (get_local $$2) @@ -402,38 +402,38 @@ ) ) (func $doublediamond_in_a_loop (param $$0 i32) (param $$1 i32) (param $$2 i32) (result i32) - (loop $BB11_7 $BB11_1 + (loop $.LBB11_7 $.LBB11_1 (block - (block $BB11_6 - (block $BB11_3 + (block $.LBB11_6 + (block $.LBB11_3 (i32.store align=4 (get_local $$2) (i32.const 0) ) (br_if (get_local $$0) - $BB11_3 + $.LBB11_3 ) (i32.store align=4 (get_local $$2) (i32.const 1) ) - (br $BB11_6) + (br $.LBB11_6) ) - (block $BB11_5 + (block $.LBB11_5 (i32.store align=4 (get_local $$2) (i32.const 2) ) (br_if (get_local $$1) - $BB11_5 + $.LBB11_5 ) (i32.store align=4 (get_local $$2) (i32.const 3) ) - (br $BB11_6) + (br $.LBB11_6) ) (i32.store align=4 (get_local $$2) @@ -444,37 +444,37 @@ (get_local $$2) (i32.const 5) ) - (br $BB11_1) + (br $.LBB11_1) ) ) ) (func $test3 (param $$0 i32) (block $fake_return_waka123 (block - (block $BB12_5 + (block $.LBB12_5 (br_if (i32.const 0) - $BB12_5 + $.LBB12_5 ) - (loop $BB12_4 $BB12_1 + (loop $.LBB12_4 $.LBB12_1 (block (br_if (get_local $$0) - $BB12_4 + $.LBB12_4 ) - (loop $BB12_3 $BB12_2 + (loop $.LBB12_3 $.LBB12_2 (block (br_if (i32.ne (get_local $$0) (get_local $$0) ) - $BB12_2 + $.LBB12_2 ) ) ) (call_import $bar) - (br $BB12_1) + (br $.LBB12_1) ) ) (unreachable) @@ -486,30 +486,30 @@ (func $test4 (param $$0 i32) (block $fake_return_waka123 (block - (block $BB13_8 - (block $BB13_7 - (block $BB13_4 + (block $.LBB13_8 + (block $.LBB13_7 + (block $.LBB13_4 (br_if (i32.gt_s (get_local $$0) (i32.const 3) ) - $BB13_4 + $.LBB13_4 ) - (block $BB13_3 + (block $.LBB13_3 (br_if (i32.eq (get_local $$0) (i32.const 0) ) - $BB13_3 + $.LBB13_3 ) (br_if (i32.ne (get_local $$0) (i32.const 2) ) - $BB13_7 + $.LBB13_7 ) ) (br $fake_return_waka123) @@ -519,14 +519,14 @@ (get_local $$0) (i32.const 4) ) - $BB13_8 + $.LBB13_8 ) (br_if (i32.ne (get_local $$0) (i32.const 622) ) - $BB13_7 + $.LBB13_7 ) (br $fake_return_waka123) ) @@ -541,8 +541,8 @@ (local $$3 i32) (block $fake_return_waka123 (block - (block $BB14_4 - (loop $BB14_3 $BB14_1 + (block $.LBB14_4 + (loop $.LBB14_3 $.LBB14_1 (block (set_local $$2 (i32.const 0) @@ -564,7 +564,7 @@ ) (i32.const 0) ) - $BB14_4 + $.LBB14_4 ) (br_if (i32.and @@ -574,7 +574,7 @@ (get_local $$2) ) ) - $BB14_1 + $.LBB14_1 ) ) ) @@ -598,9 +598,9 @@ (local $$4 i32) (block $fake_return_waka123 (block - (block $BB15_6 - (block $BB15_5 - (loop $BB15_4 $BB15_1 + (block $.LBB15_6 + (block $.LBB15_5 + (loop $.LBB15_4 $.LBB15_1 (block (set_local $$2 (i32.const 0) @@ -620,7 +620,7 @@ ) (i32.const 0) ) - $BB15_6 + $.LBB15_6 ) (i32.store align=4 (get_local $$2) @@ -637,7 +637,7 @@ (get_local $$4) (i32.const 0) ) - $BB15_5 + $.LBB15_5 ) (i32.store align=4 (get_local $$2) @@ -645,7 +645,7 @@ ) (br_if (get_local $$4) - $BB15_1 + $.LBB15_1 ) ) ) @@ -680,9 +680,9 @@ (get_local $$3) ) ) - (loop $BB16_5 $BB16_1 + (loop $.LBB16_5 $.LBB16_1 (block - (block $BB16_4 + (block $.LBB16_4 (set_local $$3 (i32.store align=4 (get_local $$2) @@ -694,7 +694,7 @@ (get_local $$0) (get_local $$3) ) - $BB16_4 + $.LBB16_4 ) (i32.store align=4 (get_local $$2) @@ -705,7 +705,7 @@ (get_local $$1) (get_local $$3) ) - $BB16_1 + $.LBB16_1 ) (i32.store align=4 (get_local $$2) @@ -722,7 +722,7 @@ (get_local $$1) (get_local $$3) ) - $BB16_1 + $.LBB16_1 ) ) ) @@ -737,31 +737,31 @@ (set_local $$0 (i32.const 0) ) - (loop $BB17_4 $BB17_1 + (loop $.LBB17_4 $.LBB17_1 (block - (block $BB17_3 + (block $.LBB17_3 (br_if (i32.eq (get_local $$0) (i32.const 0) ) - $BB17_3 + $.LBB17_3 ) (br_if (i32.eq (get_local $$0) (i32.const 0) ) - $BB17_1 + $.LBB17_1 ) ) - (loop $BB17_4 $BB17_3 + (loop $.LBB17_4 $.LBB17_3 (block (br_if (get_local $$0) - $BB17_3 + $.LBB17_3 ) - (br $BB17_1) + (br $.LBB17_1) ) ) ) @@ -781,7 +781,7 @@ (get_local $$1) ) ) - (loop $BB18_5 $BB18_1 + (loop $.LBB18_5 $.LBB18_1 (block (set_local $$1 (i32.store align=4 @@ -797,11 +797,11 @@ ) (i32.const 0) ) - $BB18_5 + $.LBB18_5 ) - (loop $BB18_5 $BB18_2 + (loop $.LBB18_5 $.LBB18_2 (block - (block $BB18_4 + (block $.LBB18_4 (i32.store align=4 (get_local $$0) (i32.const 2) @@ -814,7 +814,7 @@ ) (i32.const 0) ) - $BB18_4 + $.LBB18_4 ) (i32.store align=4 (get_local $$0) @@ -825,9 +825,9 @@ (call_import $a) (get_local $$1) ) - $BB18_2 + $.LBB18_2 ) - (br $BB18_1) + (br $.LBB18_1) ) (i32.store align=4 (get_local $$0) @@ -838,9 +838,9 @@ (call_import $a) (get_local $$1) ) - $BB18_2 + $.LBB18_2 ) - (br $BB18_1) + (br $.LBB18_1) ) ) ) @@ -864,7 +864,7 @@ (set_local $$0 (i32.const 2) ) - (loop $BB19_7 $BB19_1 + (loop $.LBB19_7 $.LBB19_1 (block (set_local $$4 (get_local $$1) @@ -883,10 +883,10 @@ ) (br_if (get_local $$4) - $BB19_1 + $.LBB19_1 ) - (block $BB19_6 - (loop $BB19_5 $BB19_2 + (block $.LBB19_6 + (loop $.LBB19_5 $.LBB19_2 (block (set_local $$4 (get_local $$3) @@ -894,7 +894,7 @@ (set_local $$3 (get_local $$2) ) - (loop $BB19_5 $BB19_3 + (loop $.LBB19_5 $.LBB19_3 (block (set_local $$2 (get_local $$4) @@ -904,14 +904,14 @@ (get_local $$2) (i32.const 4) ) - $BB19_1 + $.LBB19_1 ) (set_local $$4 (get_local $$3) ) (tableswitch (get_local $$2) - (table (br $BB19_3) (br $BB19_5) (br $BB19_1) (br $BB19_2) (br $BB19_6)) (br $BB19_3) + (table (br $.LBB19_3) (br $.LBB19_5) (br $.LBB19_1) (br $.LBB19_2) (br $.LBB19_6)) (br $.LBB19_3) ) ) ) @@ -922,7 +922,7 @@ (set_local $$1 (i32.const 1) ) - (br $BB19_1) + (br $.LBB19_1) ) ) ) @@ -939,22 +939,22 @@ (get_local $$0) (get_local $$0) ) - (block $BB20_8 - (block $BB20_7 - (block $BB20_6 - (block $BB20_4 + (block $.LBB20_8 + (block $.LBB20_7 + (block $.LBB20_6 + (block $.LBB20_4 (br_if (get_local $$0) - $BB20_4 + $.LBB20_4 ) - (block $BB20_3 + (block $.LBB20_3 (i32.store align=4 (get_local $$0) (i32.const 1) ) (br_if (get_local $$0) - $BB20_3 + $.LBB20_3 ) (i32.store align=4 (get_local $$0) @@ -962,7 +962,7 @@ ) (br_if (get_local $$0) - $BB20_6 + $.LBB20_6 ) ) (i32.store align=4 @@ -977,7 +977,7 @@ ) (br_if (get_local $$0) - $BB20_8 + $.LBB20_8 ) (i32.store align=4 (get_local $$0) @@ -988,7 +988,7 @@ (get_local $$0) (i32.const 0) ) - $BB20_7 + $.LBB20_7 ) ) (i32.store align=4 @@ -1015,52 +1015,52 @@ (local $$1 i32) (block $fake_return_waka123 (block - (loop $BB21_8 $BB21_1 + (loop $.LBB21_8 $.LBB21_1 (block (set_local $$1 (i32.load8_u align=1 (get_local $$0) ) ) - (block $BB21_7 - (block $BB21_6 - (block $BB21_4 + (block $.LBB21_7 + (block $.LBB21_6 + (block $.LBB21_4 (br_if (i32.gt_s (get_local $$1) (i32.const 103) ) - $BB21_4 + $.LBB21_4 ) (br_if (i32.eq (get_local $$1) (i32.const 42) ) - $BB21_7 + $.LBB21_7 ) (br_if (i32.eq (get_local $$1) (i32.const 76) ) - $BB21_7 + $.LBB21_7 ) - (br $BB21_6) + (br $.LBB21_6) ) (br_if (i32.eq (get_local $$1) (i32.const 108) ) - $BB21_7 + $.LBB21_7 ) (br_if (i32.eq (get_local $$1) (i32.const 104) ) - $BB21_7 + $.LBB21_7 ) ) (br $fake_return_waka123) @@ -1071,7 +1071,7 @@ (i32.const 1) ) ) - (br $BB21_1) + (br $.LBB21_1) ) ) ) @@ -1081,29 +1081,29 @@ (local $$0 i32) (block $fake_return_waka123 (block - (block $BB22_2 + (block $.LBB22_2 (br_if (i32.eq (i32.const 0) (i32.const 0) ) - $BB22_2 + $.LBB22_2 ) (br $fake_return_waka123) ) (set_local $$0 (i32.const 0) ) - (block $BB22_4 + (block $.LBB22_4 (br_if (get_local $$0) - $BB22_4 + $.LBB22_4 ) (set_local $$0 (i32.const 0) ) ) - (block $BB22_5 + (block $.LBB22_5 (br_if (i32.eq (i32.and @@ -1112,7 +1112,7 @@ ) (i32.const 0) ) - $BB22_5 + $.LBB22_5 ) ) (unreachable) diff --git a/test/llvm_autogenerated/comparisons_f32.s b/test/llvm_autogenerated/comparisons_f32.s index e1b8cf1a1..a527faa3d 100644 --- a/test/llvm_autogenerated/comparisons_f32.s +++ b/test/llvm_autogenerated/comparisons_f32.s @@ -9,8 +9,8 @@ ord_f32: f32.eq $push0=, $1, $1 i32.and $push2=, $pop1, $pop0 return $pop2 -func_end0: - .size ord_f32, func_end0-ord_f32 +.Lfunc_end0: + .size ord_f32, .Lfunc_end0-ord_f32 .globl uno_f32 .type uno_f32,@function @@ -21,8 +21,8 @@ uno_f32: f32.ne $push0=, $1, $1 i32.or $push2=, $pop1, $pop0 return $pop2 -func_end1: - .size uno_f32, func_end1-uno_f32 +.Lfunc_end1: + .size uno_f32, .Lfunc_end1-uno_f32 .globl oeq_f32 .type oeq_f32,@function @@ -31,8 +31,8 @@ oeq_f32: .result i32 f32.eq $push0=, $0, $1 return $pop0 -func_end2: - .size oeq_f32, func_end2-oeq_f32 +.Lfunc_end2: + .size oeq_f32, .Lfunc_end2-oeq_f32 .globl une_f32 .type une_f32,@function @@ -41,8 +41,8 @@ une_f32: .result i32 f32.ne $push0=, $0, $1 return $pop0 -func_end3: - .size une_f32, func_end3-une_f32 +.Lfunc_end3: + .size une_f32, .Lfunc_end3-une_f32 .globl olt_f32 .type olt_f32,@function @@ -51,8 +51,8 @@ olt_f32: .result i32 f32.lt $push0=, $0, $1 return $pop0 -func_end4: - .size olt_f32, func_end4-olt_f32 +.Lfunc_end4: + .size olt_f32, .Lfunc_end4-olt_f32 .globl ole_f32 .type ole_f32,@function @@ -61,8 +61,8 @@ ole_f32: .result i32 f32.le $push0=, $0, $1 return $pop0 -func_end5: - .size ole_f32, func_end5-ole_f32 +.Lfunc_end5: + .size ole_f32, .Lfunc_end5-ole_f32 .globl ogt_f32 .type ogt_f32,@function @@ -71,8 +71,8 @@ ogt_f32: .result i32 f32.gt $push0=, $0, $1 return $pop0 -func_end6: - .size ogt_f32, func_end6-ogt_f32 +.Lfunc_end6: + .size ogt_f32, .Lfunc_end6-ogt_f32 .globl oge_f32 .type oge_f32,@function @@ -81,8 +81,8 @@ oge_f32: .result i32 f32.ge $push0=, $0, $1 return $pop0 -func_end7: - .size oge_f32, func_end7-oge_f32 +.Lfunc_end7: + .size oge_f32, .Lfunc_end7-oge_f32 .globl ueq_f32 .type ueq_f32,@function @@ -95,8 +95,8 @@ ueq_f32: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end8: - .size ueq_f32, func_end8-ueq_f32 +.Lfunc_end8: + .size ueq_f32, .Lfunc_end8-ueq_f32 .globl one_f32 .type one_f32,@function @@ -109,8 +109,8 @@ one_f32: i32.and $push3=, $pop2, $pop1 i32.and $push4=, $pop0, $pop3 return $pop4 -func_end9: - .size one_f32, func_end9-one_f32 +.Lfunc_end9: + .size one_f32, .Lfunc_end9-one_f32 .globl ult_f32 .type ult_f32,@function @@ -123,8 +123,8 @@ ult_f32: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end10: - .size ult_f32, func_end10-ult_f32 +.Lfunc_end10: + .size ult_f32, .Lfunc_end10-ult_f32 .globl ule_f32 .type ule_f32,@function @@ -137,8 +137,8 @@ ule_f32: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end11: - .size ule_f32, func_end11-ule_f32 +.Lfunc_end11: + .size ule_f32, .Lfunc_end11-ule_f32 .globl ugt_f32 .type ugt_f32,@function @@ -151,8 +151,8 @@ ugt_f32: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end12: - .size ugt_f32, func_end12-ugt_f32 +.Lfunc_end12: + .size ugt_f32, .Lfunc_end12-ugt_f32 .globl uge_f32 .type uge_f32,@function @@ -165,8 +165,8 @@ uge_f32: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end13: - .size uge_f32, func_end13-uge_f32 +.Lfunc_end13: + .size uge_f32, .Lfunc_end13-uge_f32 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/comparisons_f64.s b/test/llvm_autogenerated/comparisons_f64.s index 16aa8a399..ab72bd46e 100644 --- a/test/llvm_autogenerated/comparisons_f64.s +++ b/test/llvm_autogenerated/comparisons_f64.s @@ -9,8 +9,8 @@ ord_f64: f64.eq $push0=, $1, $1 i32.and $push2=, $pop1, $pop0 return $pop2 -func_end0: - .size ord_f64, func_end0-ord_f64 +.Lfunc_end0: + .size ord_f64, .Lfunc_end0-ord_f64 .globl uno_f64 .type uno_f64,@function @@ -21,8 +21,8 @@ uno_f64: f64.ne $push0=, $1, $1 i32.or $push2=, $pop1, $pop0 return $pop2 -func_end1: - .size uno_f64, func_end1-uno_f64 +.Lfunc_end1: + .size uno_f64, .Lfunc_end1-uno_f64 .globl oeq_f64 .type oeq_f64,@function @@ -31,8 +31,8 @@ oeq_f64: .result i32 f64.eq $push0=, $0, $1 return $pop0 -func_end2: - .size oeq_f64, func_end2-oeq_f64 +.Lfunc_end2: + .size oeq_f64, .Lfunc_end2-oeq_f64 .globl une_f64 .type une_f64,@function @@ -41,8 +41,8 @@ une_f64: .result i32 f64.ne $push0=, $0, $1 return $pop0 -func_end3: - .size une_f64, func_end3-une_f64 +.Lfunc_end3: + .size une_f64, .Lfunc_end3-une_f64 .globl olt_f64 .type olt_f64,@function @@ -51,8 +51,8 @@ olt_f64: .result i32 f64.lt $push0=, $0, $1 return $pop0 -func_end4: - .size olt_f64, func_end4-olt_f64 +.Lfunc_end4: + .size olt_f64, .Lfunc_end4-olt_f64 .globl ole_f64 .type ole_f64,@function @@ -61,8 +61,8 @@ ole_f64: .result i32 f64.le $push0=, $0, $1 return $pop0 -func_end5: - .size ole_f64, func_end5-ole_f64 +.Lfunc_end5: + .size ole_f64, .Lfunc_end5-ole_f64 .globl ogt_f64 .type ogt_f64,@function @@ -71,8 +71,8 @@ ogt_f64: .result i32 f64.gt $push0=, $0, $1 return $pop0 -func_end6: - .size ogt_f64, func_end6-ogt_f64 +.Lfunc_end6: + .size ogt_f64, .Lfunc_end6-ogt_f64 .globl oge_f64 .type oge_f64,@function @@ -81,8 +81,8 @@ oge_f64: .result i32 f64.ge $push0=, $0, $1 return $pop0 -func_end7: - .size oge_f64, func_end7-oge_f64 +.Lfunc_end7: + .size oge_f64, .Lfunc_end7-oge_f64 .globl ueq_f64 .type ueq_f64,@function @@ -95,8 +95,8 @@ ueq_f64: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end8: - .size ueq_f64, func_end8-ueq_f64 +.Lfunc_end8: + .size ueq_f64, .Lfunc_end8-ueq_f64 .globl one_f64 .type one_f64,@function @@ -109,8 +109,8 @@ one_f64: i32.and $push3=, $pop2, $pop1 i32.and $push4=, $pop0, $pop3 return $pop4 -func_end9: - .size one_f64, func_end9-one_f64 +.Lfunc_end9: + .size one_f64, .Lfunc_end9-one_f64 .globl ult_f64 .type ult_f64,@function @@ -123,8 +123,8 @@ ult_f64: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end10: - .size ult_f64, func_end10-ult_f64 +.Lfunc_end10: + .size ult_f64, .Lfunc_end10-ult_f64 .globl ule_f64 .type ule_f64,@function @@ -137,8 +137,8 @@ ule_f64: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end11: - .size ule_f64, func_end11-ule_f64 +.Lfunc_end11: + .size ule_f64, .Lfunc_end11-ule_f64 .globl ugt_f64 .type ugt_f64,@function @@ -151,8 +151,8 @@ ugt_f64: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end12: - .size ugt_f64, func_end12-ugt_f64 +.Lfunc_end12: + .size ugt_f64, .Lfunc_end12-ugt_f64 .globl uge_f64 .type uge_f64,@function @@ -165,8 +165,8 @@ uge_f64: i32.or $push3=, $pop2, $pop1 i32.or $push4=, $pop0, $pop3 return $pop4 -func_end13: - .size uge_f64, func_end13-uge_f64 +.Lfunc_end13: + .size uge_f64, .Lfunc_end13-uge_f64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/comparisons_i32.s b/test/llvm_autogenerated/comparisons_i32.s index 538b4cfd6..a38bd77bd 100644 --- a/test/llvm_autogenerated/comparisons_i32.s +++ b/test/llvm_autogenerated/comparisons_i32.s @@ -7,8 +7,8 @@ eq_i32: .result i32 i32.eq $push0=, $0, $1 return $pop0 -func_end0: - .size eq_i32, func_end0-eq_i32 +.Lfunc_end0: + .size eq_i32, .Lfunc_end0-eq_i32 .globl ne_i32 .type ne_i32,@function @@ -17,8 +17,8 @@ ne_i32: .result i32 i32.ne $push0=, $0, $1 return $pop0 -func_end1: - .size ne_i32, func_end1-ne_i32 +.Lfunc_end1: + .size ne_i32, .Lfunc_end1-ne_i32 .globl slt_i32 .type slt_i32,@function @@ -27,8 +27,8 @@ slt_i32: .result i32 i32.lt_s $push0=, $0, $1 return $pop0 -func_end2: - .size slt_i32, func_end2-slt_i32 +.Lfunc_end2: + .size slt_i32, .Lfunc_end2-slt_i32 .globl sle_i32 .type sle_i32,@function @@ -37,8 +37,8 @@ sle_i32: .result i32 i32.le_s $push0=, $0, $1 return $pop0 -func_end3: - .size sle_i32, func_end3-sle_i32 +.Lfunc_end3: + .size sle_i32, .Lfunc_end3-sle_i32 .globl ult_i32 .type ult_i32,@function @@ -47,8 +47,8 @@ ult_i32: .result i32 i32.lt_u $push0=, $0, $1 return $pop0 -func_end4: - .size ult_i32, func_end4-ult_i32 +.Lfunc_end4: + .size ult_i32, .Lfunc_end4-ult_i32 .globl ule_i32 .type ule_i32,@function @@ -57,8 +57,8 @@ ule_i32: .result i32 i32.le_u $push0=, $0, $1 return $pop0 -func_end5: - .size ule_i32, func_end5-ule_i32 +.Lfunc_end5: + .size ule_i32, .Lfunc_end5-ule_i32 .globl sgt_i32 .type sgt_i32,@function @@ -67,8 +67,8 @@ sgt_i32: .result i32 i32.gt_s $push0=, $0, $1 return $pop0 -func_end6: - .size sgt_i32, func_end6-sgt_i32 +.Lfunc_end6: + .size sgt_i32, .Lfunc_end6-sgt_i32 .globl sge_i32 .type sge_i32,@function @@ -77,8 +77,8 @@ sge_i32: .result i32 i32.ge_s $push0=, $0, $1 return $pop0 -func_end7: - .size sge_i32, func_end7-sge_i32 +.Lfunc_end7: + .size sge_i32, .Lfunc_end7-sge_i32 .globl ugt_i32 .type ugt_i32,@function @@ -87,8 +87,8 @@ ugt_i32: .result i32 i32.gt_u $push0=, $0, $1 return $pop0 -func_end8: - .size ugt_i32, func_end8-ugt_i32 +.Lfunc_end8: + .size ugt_i32, .Lfunc_end8-ugt_i32 .globl uge_i32 .type uge_i32,@function @@ -97,8 +97,8 @@ uge_i32: .result i32 i32.ge_u $push0=, $0, $1 return $pop0 -func_end9: - .size uge_i32, func_end9-uge_i32 +.Lfunc_end9: + .size uge_i32, .Lfunc_end9-uge_i32 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/comparisons_i64.s b/test/llvm_autogenerated/comparisons_i64.s index d7d0fd773..1b151c7bd 100644 --- a/test/llvm_autogenerated/comparisons_i64.s +++ b/test/llvm_autogenerated/comparisons_i64.s @@ -7,8 +7,8 @@ eq_i64: .result i32 i64.eq $push0=, $0, $1 return $pop0 -func_end0: - .size eq_i64, func_end0-eq_i64 +.Lfunc_end0: + .size eq_i64, .Lfunc_end0-eq_i64 .globl ne_i64 .type ne_i64,@function @@ -17,8 +17,8 @@ ne_i64: .result i32 i64.ne $push0=, $0, $1 return $pop0 -func_end1: - .size ne_i64, func_end1-ne_i64 +.Lfunc_end1: + .size ne_i64, .Lfunc_end1-ne_i64 .globl slt_i64 .type slt_i64,@function @@ -27,8 +27,8 @@ slt_i64: .result i32 i64.lt_s $push0=, $0, $1 return $pop0 -func_end2: - .size slt_i64, func_end2-slt_i64 +.Lfunc_end2: + .size slt_i64, .Lfunc_end2-slt_i64 .globl sle_i64 .type sle_i64,@function @@ -37,8 +37,8 @@ sle_i64: .result i32 i64.le_s $push0=, $0, $1 return $pop0 -func_end3: - .size sle_i64, func_end3-sle_i64 +.Lfunc_end3: + .size sle_i64, .Lfunc_end3-sle_i64 .globl ult_i64 .type ult_i64,@function @@ -47,8 +47,8 @@ ult_i64: .result i32 i64.lt_u $push0=, $0, $1 return $pop0 -func_end4: - .size ult_i64, func_end4-ult_i64 +.Lfunc_end4: + .size ult_i64, .Lfunc_end4-ult_i64 .globl ule_i64 .type ule_i64,@function @@ -57,8 +57,8 @@ ule_i64: .result i32 i64.le_u $push0=, $0, $1 return $pop0 -func_end5: - .size ule_i64, func_end5-ule_i64 +.Lfunc_end5: + .size ule_i64, .Lfunc_end5-ule_i64 .globl sgt_i64 .type sgt_i64,@function @@ -67,8 +67,8 @@ sgt_i64: .result i32 i64.gt_s $push0=, $0, $1 return $pop0 -func_end6: - .size sgt_i64, func_end6-sgt_i64 +.Lfunc_end6: + .size sgt_i64, .Lfunc_end6-sgt_i64 .globl sge_i64 .type sge_i64,@function @@ -77,8 +77,8 @@ sge_i64: .result i32 i64.ge_s $push0=, $0, $1 return $pop0 -func_end7: - .size sge_i64, func_end7-sge_i64 +.Lfunc_end7: + .size sge_i64, .Lfunc_end7-sge_i64 .globl ugt_i64 .type ugt_i64,@function @@ -87,8 +87,8 @@ ugt_i64: .result i32 i64.gt_u $push0=, $0, $1 return $pop0 -func_end8: - .size ugt_i64, func_end8-ugt_i64 +.Lfunc_end8: + .size ugt_i64, .Lfunc_end8-ugt_i64 .globl uge_i64 .type uge_i64,@function @@ -97,8 +97,8 @@ uge_i64: .result i32 i64.ge_u $push0=, $0, $1 return $pop0 -func_end9: - .size uge_i64, func_end9-uge_i64 +.Lfunc_end9: + .size uge_i64, .Lfunc_end9-uge_i64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/conv.s b/test/llvm_autogenerated/conv.s index de7a7fd88..9bb08c906 100644 --- a/test/llvm_autogenerated/conv.s +++ b/test/llvm_autogenerated/conv.s @@ -7,8 +7,8 @@ i32_wrap_i64: .result i32 i32.wrap/i64 $push0=, $0 return $pop0 -func_end0: - .size i32_wrap_i64, func_end0-i32_wrap_i64 +.Lfunc_end0: + .size i32_wrap_i64, .Lfunc_end0-i32_wrap_i64 .globl i64_extend_s_i32 .type i64_extend_s_i32,@function @@ -17,8 +17,8 @@ i64_extend_s_i32: .result i64 i64.extend_s/i32 $push0=, $0 return $pop0 -func_end1: - .size i64_extend_s_i32, func_end1-i64_extend_s_i32 +.Lfunc_end1: + .size i64_extend_s_i32, .Lfunc_end1-i64_extend_s_i32 .globl i64_extend_u_i32 .type i64_extend_u_i32,@function @@ -27,8 +27,8 @@ i64_extend_u_i32: .result i64 i64.extend_u/i32 $push0=, $0 return $pop0 -func_end2: - .size i64_extend_u_i32, func_end2-i64_extend_u_i32 +.Lfunc_end2: + .size i64_extend_u_i32, .Lfunc_end2-i64_extend_u_i32 .globl i32_trunc_s_f32 .type i32_trunc_s_f32,@function @@ -37,8 +37,8 @@ i32_trunc_s_f32: .result i32 i32.trunc_s/f32 $push0=, $0 return $pop0 -func_end3: - .size i32_trunc_s_f32, func_end3-i32_trunc_s_f32 +.Lfunc_end3: + .size i32_trunc_s_f32, .Lfunc_end3-i32_trunc_s_f32 .globl i32_trunc_u_f32 .type i32_trunc_u_f32,@function @@ -47,8 +47,8 @@ i32_trunc_u_f32: .result i32 i32.trunc_u/f32 $push0=, $0 return $pop0 -func_end4: - .size i32_trunc_u_f32, func_end4-i32_trunc_u_f32 +.Lfunc_end4: + .size i32_trunc_u_f32, .Lfunc_end4-i32_trunc_u_f32 .globl i32_trunc_s_f64 .type i32_trunc_s_f64,@function @@ -57,8 +57,8 @@ i32_trunc_s_f64: .result i32 i32.trunc_s/f64 $push0=, $0 return $pop0 -func_end5: - .size i32_trunc_s_f64, func_end5-i32_trunc_s_f64 +.Lfunc_end5: + .size i32_trunc_s_f64, .Lfunc_end5-i32_trunc_s_f64 .globl i32_trunc_u_f64 .type i32_trunc_u_f64,@function @@ -67,8 +67,8 @@ i32_trunc_u_f64: .result i32 i32.trunc_u/f64 $push0=, $0 return $pop0 -func_end6: - .size i32_trunc_u_f64, func_end6-i32_trunc_u_f64 +.Lfunc_end6: + .size i32_trunc_u_f64, .Lfunc_end6-i32_trunc_u_f64 .globl i64_trunc_s_f32 .type i64_trunc_s_f32,@function @@ -77,8 +77,8 @@ i64_trunc_s_f32: .result i64 i64.trunc_s/f32 $push0=, $0 return $pop0 -func_end7: - .size i64_trunc_s_f32, func_end7-i64_trunc_s_f32 +.Lfunc_end7: + .size i64_trunc_s_f32, .Lfunc_end7-i64_trunc_s_f32 .globl i64_trunc_u_f32 .type i64_trunc_u_f32,@function @@ -87,8 +87,8 @@ i64_trunc_u_f32: .result i64 i64.trunc_u/f32 $push0=, $0 return $pop0 -func_end8: - .size i64_trunc_u_f32, func_end8-i64_trunc_u_f32 +.Lfunc_end8: + .size i64_trunc_u_f32, .Lfunc_end8-i64_trunc_u_f32 .globl i64_trunc_s_f64 .type i64_trunc_s_f64,@function @@ -97,8 +97,8 @@ i64_trunc_s_f64: .result i64 i64.trunc_s/f64 $push0=, $0 return $pop0 -func_end9: - .size i64_trunc_s_f64, func_end9-i64_trunc_s_f64 +.Lfunc_end9: + .size i64_trunc_s_f64, .Lfunc_end9-i64_trunc_s_f64 .globl i64_trunc_u_f64 .type i64_trunc_u_f64,@function @@ -107,8 +107,8 @@ i64_trunc_u_f64: .result i64 i64.trunc_u/f64 $push0=, $0 return $pop0 -func_end10: - .size i64_trunc_u_f64, func_end10-i64_trunc_u_f64 +.Lfunc_end10: + .size i64_trunc_u_f64, .Lfunc_end10-i64_trunc_u_f64 .globl f32_convert_s_i32 .type f32_convert_s_i32,@function @@ -117,8 +117,8 @@ f32_convert_s_i32: .result f32 f32.convert_s/i32 $push0=, $0 return $pop0 -func_end11: - .size f32_convert_s_i32, func_end11-f32_convert_s_i32 +.Lfunc_end11: + .size f32_convert_s_i32, .Lfunc_end11-f32_convert_s_i32 .globl f32_convert_u_i32 .type f32_convert_u_i32,@function @@ -127,8 +127,8 @@ f32_convert_u_i32: .result f32 f32.convert_u/i32 $push0=, $0 return $pop0 -func_end12: - .size f32_convert_u_i32, func_end12-f32_convert_u_i32 +.Lfunc_end12: + .size f32_convert_u_i32, .Lfunc_end12-f32_convert_u_i32 .globl f64_convert_s_i32 .type f64_convert_s_i32,@function @@ -137,8 +137,8 @@ f64_convert_s_i32: .result f64 f64.convert_s/i32 $push0=, $0 return $pop0 -func_end13: - .size f64_convert_s_i32, func_end13-f64_convert_s_i32 +.Lfunc_end13: + .size f64_convert_s_i32, .Lfunc_end13-f64_convert_s_i32 .globl f64_convert_u_i32 .type f64_convert_u_i32,@function @@ -147,8 +147,8 @@ f64_convert_u_i32: .result f64 f64.convert_u/i32 $push0=, $0 return $pop0 -func_end14: - .size f64_convert_u_i32, func_end14-f64_convert_u_i32 +.Lfunc_end14: + .size f64_convert_u_i32, .Lfunc_end14-f64_convert_u_i32 .globl f32_convert_s_i64 .type f32_convert_s_i64,@function @@ -157,8 +157,8 @@ f32_convert_s_i64: .result f32 f32.convert_s/i64 $push0=, $0 return $pop0 -func_end15: - .size f32_convert_s_i64, func_end15-f32_convert_s_i64 +.Lfunc_end15: + .size f32_convert_s_i64, .Lfunc_end15-f32_convert_s_i64 .globl f32_convert_u_i64 .type f32_convert_u_i64,@function @@ -167,8 +167,8 @@ f32_convert_u_i64: .result f32 f32.convert_u/i64 $push0=, $0 return $pop0 -func_end16: - .size f32_convert_u_i64, func_end16-f32_convert_u_i64 +.Lfunc_end16: + .size f32_convert_u_i64, .Lfunc_end16-f32_convert_u_i64 .globl f64_convert_s_i64 .type f64_convert_s_i64,@function @@ -177,8 +177,8 @@ f64_convert_s_i64: .result f64 f64.convert_s/i64 $push0=, $0 return $pop0 -func_end17: - .size f64_convert_s_i64, func_end17-f64_convert_s_i64 +.Lfunc_end17: + .size f64_convert_s_i64, .Lfunc_end17-f64_convert_s_i64 .globl f64_convert_u_i64 .type f64_convert_u_i64,@function @@ -187,8 +187,8 @@ f64_convert_u_i64: .result f64 f64.convert_u/i64 $push0=, $0 return $pop0 -func_end18: - .size f64_convert_u_i64, func_end18-f64_convert_u_i64 +.Lfunc_end18: + .size f64_convert_u_i64, .Lfunc_end18-f64_convert_u_i64 .globl f64_promote_f32 .type f64_promote_f32,@function @@ -197,8 +197,8 @@ f64_promote_f32: .result f64 f64.promote/f32 $push0=, $0 return $pop0 -func_end19: - .size f64_promote_f32, func_end19-f64_promote_f32 +.Lfunc_end19: + .size f64_promote_f32, .Lfunc_end19-f64_promote_f32 .globl f32_demote_f64 .type f32_demote_f64,@function @@ -207,8 +207,8 @@ f32_demote_f64: .result f32 f32.demote/f64 $push0=, $0 return $pop0 -func_end20: - .size f32_demote_f64, func_end20-f32_demote_f64 +.Lfunc_end20: + .size f32_demote_f64, .Lfunc_end20-f32_demote_f64 .globl anyext .type anyext,@function @@ -219,8 +219,8 @@ anyext: i64.const $push1=, 32 i64.shl $push2=, $pop0, $pop1 return $pop2 -func_end21: - .size anyext, func_end21-anyext +.Lfunc_end21: + .size anyext, .Lfunc_end21-anyext .globl bitcast_i32_to_float .type bitcast_i32_to_float,@function @@ -229,8 +229,8 @@ bitcast_i32_to_float: .result f32 f32.reinterpret/i32 $push0=, $0 return $pop0 -func_end22: - .size bitcast_i32_to_float, func_end22-bitcast_i32_to_float +.Lfunc_end22: + .size bitcast_i32_to_float, .Lfunc_end22-bitcast_i32_to_float .globl bitcast_float_to_i32 .type bitcast_float_to_i32,@function @@ -239,8 +239,8 @@ bitcast_float_to_i32: .result i32 i32.reinterpret/f32 $push0=, $0 return $pop0 -func_end23: - .size bitcast_float_to_i32, func_end23-bitcast_float_to_i32 +.Lfunc_end23: + .size bitcast_float_to_i32, .Lfunc_end23-bitcast_float_to_i32 .globl bitcast_i64_to_double .type bitcast_i64_to_double,@function @@ -249,8 +249,8 @@ bitcast_i64_to_double: .result f64 f64.reinterpret/i64 $push0=, $0 return $pop0 -func_end24: - .size bitcast_i64_to_double, func_end24-bitcast_i64_to_double +.Lfunc_end24: + .size bitcast_i64_to_double, .Lfunc_end24-bitcast_i64_to_double .globl bitcast_double_to_i64 .type bitcast_double_to_i64,@function @@ -259,8 +259,8 @@ bitcast_double_to_i64: .result i64 i64.reinterpret/f64 $push0=, $0 return $pop0 -func_end25: - .size bitcast_double_to_i64, func_end25-bitcast_double_to_i64 +.Lfunc_end25: + .size bitcast_double_to_i64, .Lfunc_end25-bitcast_double_to_i64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/copysign-casts.s b/test/llvm_autogenerated/copysign-casts.s index 41c1c7680..64e7e354e 100644 --- a/test/llvm_autogenerated/copysign-casts.s +++ b/test/llvm_autogenerated/copysign-casts.s @@ -8,8 +8,8 @@ fold_promote: f64.promote/f32 $push0=, $1 f64.copysign $push1=, $0, $pop0 return $pop1 -func_end0: - .size fold_promote, func_end0-fold_promote +.Lfunc_end0: + .size fold_promote, .Lfunc_end0-fold_promote .globl fold_demote .type fold_demote,@function @@ -19,8 +19,8 @@ fold_demote: f32.demote/f64 $push0=, $1 f32.copysign $push1=, $0, $pop0 return $pop1 -func_end1: - .size fold_demote, func_end1-fold_demote +.Lfunc_end1: + .size fold_demote, .Lfunc_end1-fold_demote .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/cpus.s b/test/llvm_autogenerated/cpus.s index 6ec9ec13c..9e1d701d2 100644 --- a/test/llvm_autogenerated/cpus.s +++ b/test/llvm_autogenerated/cpus.s @@ -6,8 +6,8 @@ f: .param i32 .result i32 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/dead-vreg.s b/test/llvm_autogenerated/dead-vreg.s index 3e9a1aa03..d6aa16575 100644 --- a/test/llvm_autogenerated/dead-vreg.s +++ b/test/llvm_autogenerated/dead-vreg.s @@ -6,39 +6,39 @@ foo: .param i32, i32, i32 .local i32, i32, i32, i32, i32, i32, i32 i32.const $4=, 1 - block BB0_5 + block .LBB0_5 i32.lt_s $push0=, $2, $4 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 i32.const $5=, 0 i32.const $push1=, 2 i32.shl $3=, $1, $pop1 copy_local $6=, $5 -BB0_2: - loop BB0_5 +.LBB0_2: + loop .LBB0_5 copy_local $7=, $5 copy_local $8=, $0 copy_local $9=, $1 - block BB0_4 + block .LBB0_4 i32.lt_s $push2=, $1, $4 - br_if $pop2, BB0_4 -BB0_3: - loop BB0_4 + br_if $pop2, .LBB0_4 +.LBB0_3: + loop .LBB0_4 i32.const $push3=, -1 i32.add $9=, $9, $pop3 i32.store $discard=, 0($8), $7 i32.const $push4=, 4 i32.add $8=, $8, $pop4 i32.add $7=, $7, $6 - br_if $9, BB0_3 -BB0_4: + br_if $9, .LBB0_3 +.LBB0_4: i32.add $6=, $6, $4 i32.add $0=, $0, $3 i32.ne $push5=, $6, $2 - br_if $pop5, BB0_2 -BB0_5: + br_if $pop5, .LBB0_2 +.LBB0_5: return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/dead-vreg.wast b/test/llvm_autogenerated/dead-vreg.wast index ee4fa0d06..0ce06c41c 100644 --- a/test/llvm_autogenerated/dead-vreg.wast +++ b/test/llvm_autogenerated/dead-vreg.wast @@ -14,13 +14,13 @@ (set_local $$4 (i32.const 1) ) - (block $BB0_5 + (block $.LBB0_5 (br_if (i32.lt_s (get_local $$2) (get_local $$4) ) - $BB0_5 + $.LBB0_5 ) (set_local $$5 (i32.const 0) @@ -34,7 +34,7 @@ (set_local $$6 (get_local $$5) ) - (loop $BB0_2 + (loop $.LBB0_2 (block (set_local $$7 (get_local $$5) @@ -45,15 +45,15 @@ (set_local $$9 (get_local $$1) ) - (block $BB0_4 + (block $.LBB0_4 (br_if (i32.lt_s (get_local $$1) (get_local $$4) ) - $BB0_4 + $.LBB0_4 ) - (loop $BB0_3 + (loop $.LBB0_3 (block (set_local $$9 (i32.add @@ -79,7 +79,7 @@ ) (br_if (get_local $$9) - $BB0_3 + $.LBB0_3 ) ) ) @@ -101,7 +101,7 @@ (get_local $$6) (get_local $$2) ) - $BB0_2 + $.LBB0_2 ) ) ) diff --git a/test/llvm_autogenerated/f32.s b/test/llvm_autogenerated/f32.s index c9415abff..53ec18d7f 100644 --- a/test/llvm_autogenerated/f32.s +++ b/test/llvm_autogenerated/f32.s @@ -7,8 +7,8 @@ fadd32: .result f32 f32.add $push0=, $0, $1 return $pop0 -func_end0: - .size fadd32, func_end0-fadd32 +.Lfunc_end0: + .size fadd32, .Lfunc_end0-fadd32 .globl fsub32 .type fsub32,@function @@ -17,8 +17,8 @@ fsub32: .result f32 f32.sub $push0=, $0, $1 return $pop0 -func_end1: - .size fsub32, func_end1-fsub32 +.Lfunc_end1: + .size fsub32, .Lfunc_end1-fsub32 .globl fmul32 .type fmul32,@function @@ -27,8 +27,8 @@ fmul32: .result f32 f32.mul $push0=, $0, $1 return $pop0 -func_end2: - .size fmul32, func_end2-fmul32 +.Lfunc_end2: + .size fmul32, .Lfunc_end2-fmul32 .globl fdiv32 .type fdiv32,@function @@ -37,8 +37,8 @@ fdiv32: .result f32 f32.div $push0=, $0, $1 return $pop0 -func_end3: - .size fdiv32, func_end3-fdiv32 +.Lfunc_end3: + .size fdiv32, .Lfunc_end3-fdiv32 .globl fabs32 .type fabs32,@function @@ -47,8 +47,8 @@ fabs32: .result f32 f32.abs $push0=, $0 return $pop0 -func_end4: - .size fabs32, func_end4-fabs32 +.Lfunc_end4: + .size fabs32, .Lfunc_end4-fabs32 .globl fneg32 .type fneg32,@function @@ -57,8 +57,8 @@ fneg32: .result f32 f32.neg $push0=, $0 return $pop0 -func_end5: - .size fneg32, func_end5-fneg32 +.Lfunc_end5: + .size fneg32, .Lfunc_end5-fneg32 .globl copysign32 .type copysign32,@function @@ -67,8 +67,8 @@ copysign32: .result f32 f32.copysign $push0=, $0, $1 return $pop0 -func_end6: - .size copysign32, func_end6-copysign32 +.Lfunc_end6: + .size copysign32, .Lfunc_end6-copysign32 .globl sqrt32 .type sqrt32,@function @@ -77,8 +77,8 @@ sqrt32: .result f32 f32.sqrt $push0=, $0 return $pop0 -func_end7: - .size sqrt32, func_end7-sqrt32 +.Lfunc_end7: + .size sqrt32, .Lfunc_end7-sqrt32 .globl ceil32 .type ceil32,@function @@ -87,8 +87,8 @@ ceil32: .result f32 f32.ceil $push0=, $0 return $pop0 -func_end8: - .size ceil32, func_end8-ceil32 +.Lfunc_end8: + .size ceil32, .Lfunc_end8-ceil32 .globl floor32 .type floor32,@function @@ -97,8 +97,8 @@ floor32: .result f32 f32.floor $push0=, $0 return $pop0 -func_end9: - .size floor32, func_end9-floor32 +.Lfunc_end9: + .size floor32, .Lfunc_end9-floor32 .globl trunc32 .type trunc32,@function @@ -107,8 +107,8 @@ trunc32: .result f32 f32.trunc $push0=, $0 return $pop0 -func_end10: - .size trunc32, func_end10-trunc32 +.Lfunc_end10: + .size trunc32, .Lfunc_end10-trunc32 .globl nearest32 .type nearest32,@function @@ -117,8 +117,8 @@ nearest32: .result f32 f32.nearest $push0=, $0 return $pop0 -func_end11: - .size nearest32, func_end11-nearest32 +.Lfunc_end11: + .size nearest32, .Lfunc_end11-nearest32 .globl nearest32_via_rint .type nearest32_via_rint,@function @@ -127,8 +127,8 @@ nearest32_via_rint: .result f32 f32.nearest $push0=, $0 return $pop0 -func_end12: - .size nearest32_via_rint, func_end12-nearest32_via_rint +.Lfunc_end12: + .size nearest32_via_rint, .Lfunc_end12-nearest32_via_rint .globl fmin32 .type fmin32,@function @@ -138,8 +138,8 @@ fmin32: f32.const $push0=, 0x0p0 f32.min $push1=, $0, $pop0 return $pop1 -func_end13: - .size fmin32, func_end13-fmin32 +.Lfunc_end13: + .size fmin32, .Lfunc_end13-fmin32 .globl fmax32 .type fmax32,@function @@ -149,8 +149,8 @@ fmax32: f32.const $push0=, 0x0p0 f32.max $push1=, $0, $pop0 return $pop1 -func_end14: - .size fmax32, func_end14-fmax32 +.Lfunc_end14: + .size fmax32, .Lfunc_end14-fmax32 .globl fma32 .type fma32,@function @@ -159,8 +159,8 @@ fma32: .result f32 f32.call $push0=, fmaf, $0, $1, $2 return $pop0 -func_end15: - .size fma32, func_end15-fma32 +.Lfunc_end15: + .size fma32, .Lfunc_end15-fma32 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/f64.s b/test/llvm_autogenerated/f64.s index f1f7ad4a3..423d7cb77 100644 --- a/test/llvm_autogenerated/f64.s +++ b/test/llvm_autogenerated/f64.s @@ -7,8 +7,8 @@ fadd64: .result f64 f64.add $push0=, $0, $1 return $pop0 -func_end0: - .size fadd64, func_end0-fadd64 +.Lfunc_end0: + .size fadd64, .Lfunc_end0-fadd64 .globl fsub64 .type fsub64,@function @@ -17,8 +17,8 @@ fsub64: .result f64 f64.sub $push0=, $0, $1 return $pop0 -func_end1: - .size fsub64, func_end1-fsub64 +.Lfunc_end1: + .size fsub64, .Lfunc_end1-fsub64 .globl fmul64 .type fmul64,@function @@ -27,8 +27,8 @@ fmul64: .result f64 f64.mul $push0=, $0, $1 return $pop0 -func_end2: - .size fmul64, func_end2-fmul64 +.Lfunc_end2: + .size fmul64, .Lfunc_end2-fmul64 .globl fdiv64 .type fdiv64,@function @@ -37,8 +37,8 @@ fdiv64: .result f64 f64.div $push0=, $0, $1 return $pop0 -func_end3: - .size fdiv64, func_end3-fdiv64 +.Lfunc_end3: + .size fdiv64, .Lfunc_end3-fdiv64 .globl fabs64 .type fabs64,@function @@ -47,8 +47,8 @@ fabs64: .result f64 f64.abs $push0=, $0 return $pop0 -func_end4: - .size fabs64, func_end4-fabs64 +.Lfunc_end4: + .size fabs64, .Lfunc_end4-fabs64 .globl fneg64 .type fneg64,@function @@ -57,8 +57,8 @@ fneg64: .result f64 f64.neg $push0=, $0 return $pop0 -func_end5: - .size fneg64, func_end5-fneg64 +.Lfunc_end5: + .size fneg64, .Lfunc_end5-fneg64 .globl copysign64 .type copysign64,@function @@ -67,8 +67,8 @@ copysign64: .result f64 f64.copysign $push0=, $0, $1 return $pop0 -func_end6: - .size copysign64, func_end6-copysign64 +.Lfunc_end6: + .size copysign64, .Lfunc_end6-copysign64 .globl sqrt64 .type sqrt64,@function @@ -77,8 +77,8 @@ sqrt64: .result f64 f64.sqrt $push0=, $0 return $pop0 -func_end7: - .size sqrt64, func_end7-sqrt64 +.Lfunc_end7: + .size sqrt64, .Lfunc_end7-sqrt64 .globl ceil64 .type ceil64,@function @@ -87,8 +87,8 @@ ceil64: .result f64 f64.ceil $push0=, $0 return $pop0 -func_end8: - .size ceil64, func_end8-ceil64 +.Lfunc_end8: + .size ceil64, .Lfunc_end8-ceil64 .globl floor64 .type floor64,@function @@ -97,8 +97,8 @@ floor64: .result f64 f64.floor $push0=, $0 return $pop0 -func_end9: - .size floor64, func_end9-floor64 +.Lfunc_end9: + .size floor64, .Lfunc_end9-floor64 .globl trunc64 .type trunc64,@function @@ -107,8 +107,8 @@ trunc64: .result f64 f64.trunc $push0=, $0 return $pop0 -func_end10: - .size trunc64, func_end10-trunc64 +.Lfunc_end10: + .size trunc64, .Lfunc_end10-trunc64 .globl nearest64 .type nearest64,@function @@ -117,8 +117,8 @@ nearest64: .result f64 f64.nearest $push0=, $0 return $pop0 -func_end11: - .size nearest64, func_end11-nearest64 +.Lfunc_end11: + .size nearest64, .Lfunc_end11-nearest64 .globl nearest64_via_rint .type nearest64_via_rint,@function @@ -127,8 +127,8 @@ nearest64_via_rint: .result f64 f64.nearest $push0=, $0 return $pop0 -func_end12: - .size nearest64_via_rint, func_end12-nearest64_via_rint +.Lfunc_end12: + .size nearest64_via_rint, .Lfunc_end12-nearest64_via_rint .globl fmin64 .type fmin64,@function @@ -138,8 +138,8 @@ fmin64: f64.const $push0=, 0x0p0 f64.min $push1=, $0, $pop0 return $pop1 -func_end13: - .size fmin64, func_end13-fmin64 +.Lfunc_end13: + .size fmin64, .Lfunc_end13-fmin64 .globl fmax64 .type fmax64,@function @@ -149,8 +149,8 @@ fmax64: f64.const $push0=, 0x0p0 f64.max $push1=, $0, $pop0 return $pop1 -func_end14: - .size fmax64, func_end14-fmax64 +.Lfunc_end14: + .size fmax64, .Lfunc_end14-fmax64 .globl fma64 .type fma64,@function @@ -159,8 +159,8 @@ fma64: .result f64 f64.call $push0=, fma, $0, $1, $2 return $pop0 -func_end15: - .size fma64, func_end15-fma64 +.Lfunc_end15: + .size fma64, .Lfunc_end15-fma64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/fast-isel.s b/test/llvm_autogenerated/fast-isel.s index 9c609102c..e511c33a1 100644 --- a/test/llvm_autogenerated/fast-isel.s +++ b/test/llvm_autogenerated/fast-isel.s @@ -6,8 +6,8 @@ immediate_f32: .result f32 f32.const $push0=, 0x1.4p1 return $pop0 -func_end0: - .size immediate_f32, func_end0-immediate_f32 +.Lfunc_end0: + .size immediate_f32, .Lfunc_end0-immediate_f32 .globl immediate_f64 .type immediate_f64,@function @@ -15,8 +15,8 @@ immediate_f64: .result f64 f64.const $push0=, 0x1.4p1 return $pop0 -func_end1: - .size immediate_f64, func_end1-immediate_f64 +.Lfunc_end1: + .size immediate_f64, .Lfunc_end1-immediate_f64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/frem.s b/test/llvm_autogenerated/frem.s index ee9849225..44d12adfd 100644 --- a/test/llvm_autogenerated/frem.s +++ b/test/llvm_autogenerated/frem.s @@ -7,8 +7,8 @@ frem32: .result f32 f32.call $push0=, fmodf, $0, $1 return $pop0 -func_end0: - .size frem32, func_end0-frem32 +.Lfunc_end0: + .size frem32, .Lfunc_end0-frem32 .globl frem64 .type frem64,@function @@ -17,8 +17,8 @@ frem64: .result f64 f64.call $push0=, fmod, $0, $1 return $pop0 -func_end1: - .size frem64, func_end1-frem64 +.Lfunc_end1: + .size frem64, .Lfunc_end1-frem64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/func.s b/test/llvm_autogenerated/func.s index 5c0f7cb97..7bfa158f9 100644 --- a/test/llvm_autogenerated/func.s +++ b/test/llvm_autogenerated/func.s @@ -4,8 +4,8 @@ .type f0,@function f0: return -func_end0: - .size f0, func_end0-f0 +.Lfunc_end0: + .size f0, .Lfunc_end0-f0 .globl f1 .type f1,@function @@ -13,8 +13,8 @@ f1: .result i32 i32.const $push0=, 0 return $pop0 -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .globl f2 .type f2,@function @@ -23,16 +23,16 @@ f2: .result i32 i32.const $push0=, 0 return $pop0 -func_end2: - .size f2, func_end2-f2 +.Lfunc_end2: + .size f2, .Lfunc_end2-f2 .globl f3 .type f3,@function f3: .param i32, f32 return -func_end3: - .size f3, func_end3-f3 +.Lfunc_end3: + .size f3, .Lfunc_end3-f3 .globl f4 .type f4,@function @@ -41,25 +41,25 @@ f4: .result i32 .local i32 i32.const $1=, 1 - block BB4_2 + block .LBB4_2 i32.and $push0=, $0, $1 i32.const $push2=, 0 i32.eq $push3=, $pop0, $pop2 - br_if $pop3, BB4_2 + br_if $pop3, .LBB4_2 i32.const $push1=, 0 return $pop1 -BB4_2: +.LBB4_2: return $1 -func_end4: - .size f4, func_end4-f4 +.Lfunc_end4: + .size f4, .Lfunc_end4-f4 .globl f5 .type f5,@function f5: .result f32 unreachable -func_end5: - .size f5, func_end5-f5 +.Lfunc_end5: + .size f5, .Lfunc_end5-f5 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/func.wast b/test/llvm_autogenerated/func.wast index 0506697be..332c8880d 100644 --- a/test/llvm_autogenerated/func.wast +++ b/test/llvm_autogenerated/func.wast @@ -45,7 +45,7 @@ (set_local $$1 (i32.const 1) ) - (block $BB4_2 + (block $.LBB4_2 (br_if (i32.eq (i32.and @@ -54,7 +54,7 @@ ) (i32.const 0) ) - $BB4_2 + $.LBB4_2 ) (br $fake_return_waka123 (i32.const 0) diff --git a/test/llvm_autogenerated/global.s b/test/llvm_autogenerated/global.s index fc3f3cd2b..82b1d75d1 100644 --- a/test/llvm_autogenerated/global.s +++ b/test/llvm_autogenerated/global.s @@ -7,8 +7,8 @@ foo: i32.const $push0=, 0 i32.load $push1=, answer($pop0) return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl call_memcpy .type call_memcpy,@function @@ -17,15 +17,15 @@ call_memcpy: .result i32 call memcpy, $0, $1, $2 return $0 -func_end1: - .size call_memcpy, func_end1-call_memcpy +.Lfunc_end1: + .size call_memcpy, .Lfunc_end1-call_memcpy - .type g,@object + .type .Lg,@object .data .align 2 -g: +.Lg: .int32 1337 - .size g, 4 + .size .Lg, 4 .type ud,@object .align 2 diff --git a/test/llvm_autogenerated/globl.s b/test/llvm_autogenerated/globl.s index 1e6bda335..0453076f7 100644 --- a/test/llvm_autogenerated/globl.s +++ b/test/llvm_autogenerated/globl.s @@ -4,8 +4,8 @@ .type foo,@function foo: return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/i32.s b/test/llvm_autogenerated/i32.s index 4d8e693c2..c214cac8f 100644 --- a/test/llvm_autogenerated/i32.s +++ b/test/llvm_autogenerated/i32.s @@ -7,8 +7,8 @@ add32: .result i32 i32.add $push0=, $0, $1 return $pop0 -func_end0: - .size add32, func_end0-add32 +.Lfunc_end0: + .size add32, .Lfunc_end0-add32 .globl sub32 .type sub32,@function @@ -17,8 +17,8 @@ sub32: .result i32 i32.sub $push0=, $0, $1 return $pop0 -func_end1: - .size sub32, func_end1-sub32 +.Lfunc_end1: + .size sub32, .Lfunc_end1-sub32 .globl mul32 .type mul32,@function @@ -27,8 +27,8 @@ mul32: .result i32 i32.mul $push0=, $0, $1 return $pop0 -func_end2: - .size mul32, func_end2-mul32 +.Lfunc_end2: + .size mul32, .Lfunc_end2-mul32 .globl sdiv32 .type sdiv32,@function @@ -37,8 +37,8 @@ sdiv32: .result i32 i32.div_s $push0=, $0, $1 return $pop0 -func_end3: - .size sdiv32, func_end3-sdiv32 +.Lfunc_end3: + .size sdiv32, .Lfunc_end3-sdiv32 .globl udiv32 .type udiv32,@function @@ -47,8 +47,8 @@ udiv32: .result i32 i32.div_u $push0=, $0, $1 return $pop0 -func_end4: - .size udiv32, func_end4-udiv32 +.Lfunc_end4: + .size udiv32, .Lfunc_end4-udiv32 .globl srem32 .type srem32,@function @@ -57,8 +57,8 @@ srem32: .result i32 i32.rem_s $push0=, $0, $1 return $pop0 -func_end5: - .size srem32, func_end5-srem32 +.Lfunc_end5: + .size srem32, .Lfunc_end5-srem32 .globl urem32 .type urem32,@function @@ -67,8 +67,8 @@ urem32: .result i32 i32.rem_u $push0=, $0, $1 return $pop0 -func_end6: - .size urem32, func_end6-urem32 +.Lfunc_end6: + .size urem32, .Lfunc_end6-urem32 .globl and32 .type and32,@function @@ -77,8 +77,8 @@ and32: .result i32 i32.and $push0=, $0, $1 return $pop0 -func_end7: - .size and32, func_end7-and32 +.Lfunc_end7: + .size and32, .Lfunc_end7-and32 .globl or32 .type or32,@function @@ -87,8 +87,8 @@ or32: .result i32 i32.or $push0=, $0, $1 return $pop0 -func_end8: - .size or32, func_end8-or32 +.Lfunc_end8: + .size or32, .Lfunc_end8-or32 .globl xor32 .type xor32,@function @@ -97,8 +97,8 @@ xor32: .result i32 i32.xor $push0=, $0, $1 return $pop0 -func_end9: - .size xor32, func_end9-xor32 +.Lfunc_end9: + .size xor32, .Lfunc_end9-xor32 .globl shl32 .type shl32,@function @@ -107,8 +107,8 @@ shl32: .result i32 i32.shl $push0=, $0, $1 return $pop0 -func_end10: - .size shl32, func_end10-shl32 +.Lfunc_end10: + .size shl32, .Lfunc_end10-shl32 .globl shr32 .type shr32,@function @@ -117,8 +117,8 @@ shr32: .result i32 i32.shr_u $push0=, $0, $1 return $pop0 -func_end11: - .size shr32, func_end11-shr32 +.Lfunc_end11: + .size shr32, .Lfunc_end11-shr32 .globl sar32 .type sar32,@function @@ -127,8 +127,8 @@ sar32: .result i32 i32.shr_s $push0=, $0, $1 return $pop0 -func_end12: - .size sar32, func_end12-sar32 +.Lfunc_end12: + .size sar32, .Lfunc_end12-sar32 .globl clz32 .type clz32,@function @@ -137,8 +137,8 @@ clz32: .result i32 i32.clz $push0=, $0 return $pop0 -func_end13: - .size clz32, func_end13-clz32 +.Lfunc_end13: + .size clz32, .Lfunc_end13-clz32 .globl clz32_zero_undef .type clz32_zero_undef,@function @@ -147,8 +147,8 @@ clz32_zero_undef: .result i32 i32.clz $push0=, $0 return $pop0 -func_end14: - .size clz32_zero_undef, func_end14-clz32_zero_undef +.Lfunc_end14: + .size clz32_zero_undef, .Lfunc_end14-clz32_zero_undef .globl ctz32 .type ctz32,@function @@ -157,8 +157,8 @@ ctz32: .result i32 i32.ctz $push0=, $0 return $pop0 -func_end15: - .size ctz32, func_end15-ctz32 +.Lfunc_end15: + .size ctz32, .Lfunc_end15-ctz32 .globl ctz32_zero_undef .type ctz32_zero_undef,@function @@ -167,8 +167,8 @@ ctz32_zero_undef: .result i32 i32.ctz $push0=, $0 return $pop0 -func_end16: - .size ctz32_zero_undef, func_end16-ctz32_zero_undef +.Lfunc_end16: + .size ctz32_zero_undef, .Lfunc_end16-ctz32_zero_undef .globl popcnt32 .type popcnt32,@function @@ -177,8 +177,8 @@ popcnt32: .result i32 i32.popcnt $push0=, $0 return $pop0 -func_end17: - .size popcnt32, func_end17-popcnt32 +.Lfunc_end17: + .size popcnt32, .Lfunc_end17-popcnt32 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/i64.s b/test/llvm_autogenerated/i64.s index ef97c0bb3..a6a96e6f7 100644 --- a/test/llvm_autogenerated/i64.s +++ b/test/llvm_autogenerated/i64.s @@ -7,8 +7,8 @@ add64: .result i64 i64.add $push0=, $0, $1 return $pop0 -func_end0: - .size add64, func_end0-add64 +.Lfunc_end0: + .size add64, .Lfunc_end0-add64 .globl sub64 .type sub64,@function @@ -17,8 +17,8 @@ sub64: .result i64 i64.sub $push0=, $0, $1 return $pop0 -func_end1: - .size sub64, func_end1-sub64 +.Lfunc_end1: + .size sub64, .Lfunc_end1-sub64 .globl mul64 .type mul64,@function @@ -27,8 +27,8 @@ mul64: .result i64 i64.mul $push0=, $0, $1 return $pop0 -func_end2: - .size mul64, func_end2-mul64 +.Lfunc_end2: + .size mul64, .Lfunc_end2-mul64 .globl sdiv64 .type sdiv64,@function @@ -37,8 +37,8 @@ sdiv64: .result i64 i64.div_s $push0=, $0, $1 return $pop0 -func_end3: - .size sdiv64, func_end3-sdiv64 +.Lfunc_end3: + .size sdiv64, .Lfunc_end3-sdiv64 .globl udiv64 .type udiv64,@function @@ -47,8 +47,8 @@ udiv64: .result i64 i64.div_u $push0=, $0, $1 return $pop0 -func_end4: - .size udiv64, func_end4-udiv64 +.Lfunc_end4: + .size udiv64, .Lfunc_end4-udiv64 .globl srem64 .type srem64,@function @@ -57,8 +57,8 @@ srem64: .result i64 i64.rem_s $push0=, $0, $1 return $pop0 -func_end5: - .size srem64, func_end5-srem64 +.Lfunc_end5: + .size srem64, .Lfunc_end5-srem64 .globl urem64 .type urem64,@function @@ -67,8 +67,8 @@ urem64: .result i64 i64.rem_u $push0=, $0, $1 return $pop0 -func_end6: - .size urem64, func_end6-urem64 +.Lfunc_end6: + .size urem64, .Lfunc_end6-urem64 .globl and64 .type and64,@function @@ -77,8 +77,8 @@ and64: .result i64 i64.and $push0=, $0, $1 return $pop0 -func_end7: - .size and64, func_end7-and64 +.Lfunc_end7: + .size and64, .Lfunc_end7-and64 .globl or64 .type or64,@function @@ -87,8 +87,8 @@ or64: .result i64 i64.or $push0=, $0, $1 return $pop0 -func_end8: - .size or64, func_end8-or64 +.Lfunc_end8: + .size or64, .Lfunc_end8-or64 .globl xor64 .type xor64,@function @@ -97,8 +97,8 @@ xor64: .result i64 i64.xor $push0=, $0, $1 return $pop0 -func_end9: - .size xor64, func_end9-xor64 +.Lfunc_end9: + .size xor64, .Lfunc_end9-xor64 .globl shl64 .type shl64,@function @@ -107,8 +107,8 @@ shl64: .result i64 i64.shl $push0=, $0, $1 return $pop0 -func_end10: - .size shl64, func_end10-shl64 +.Lfunc_end10: + .size shl64, .Lfunc_end10-shl64 .globl shr64 .type shr64,@function @@ -117,8 +117,8 @@ shr64: .result i64 i64.shr_u $push0=, $0, $1 return $pop0 -func_end11: - .size shr64, func_end11-shr64 +.Lfunc_end11: + .size shr64, .Lfunc_end11-shr64 .globl sar64 .type sar64,@function @@ -127,8 +127,8 @@ sar64: .result i64 i64.shr_s $push0=, $0, $1 return $pop0 -func_end12: - .size sar64, func_end12-sar64 +.Lfunc_end12: + .size sar64, .Lfunc_end12-sar64 .globl clz64 .type clz64,@function @@ -137,8 +137,8 @@ clz64: .result i64 i64.clz $push0=, $0 return $pop0 -func_end13: - .size clz64, func_end13-clz64 +.Lfunc_end13: + .size clz64, .Lfunc_end13-clz64 .globl clz64_zero_undef .type clz64_zero_undef,@function @@ -147,8 +147,8 @@ clz64_zero_undef: .result i64 i64.clz $push0=, $0 return $pop0 -func_end14: - .size clz64_zero_undef, func_end14-clz64_zero_undef +.Lfunc_end14: + .size clz64_zero_undef, .Lfunc_end14-clz64_zero_undef .globl ctz64 .type ctz64,@function @@ -157,8 +157,8 @@ ctz64: .result i64 i64.ctz $push0=, $0 return $pop0 -func_end15: - .size ctz64, func_end15-ctz64 +.Lfunc_end15: + .size ctz64, .Lfunc_end15-ctz64 .globl ctz64_zero_undef .type ctz64_zero_undef,@function @@ -167,8 +167,8 @@ ctz64_zero_undef: .result i64 i64.ctz $push0=, $0 return $pop0 -func_end16: - .size ctz64_zero_undef, func_end16-ctz64_zero_undef +.Lfunc_end16: + .size ctz64_zero_undef, .Lfunc_end16-ctz64_zero_undef .globl popcnt64 .type popcnt64,@function @@ -177,8 +177,8 @@ popcnt64: .result i64 i64.popcnt $push0=, $0 return $pop0 -func_end17: - .size popcnt64, func_end17-popcnt64 +.Lfunc_end17: + .size popcnt64, .Lfunc_end17-popcnt64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/immediates.s b/test/llvm_autogenerated/immediates.s index 1c6b2bc7a..e1cf622a3 100644 --- a/test/llvm_autogenerated/immediates.s +++ b/test/llvm_autogenerated/immediates.s @@ -6,8 +6,8 @@ zero_i32: .result i32 i32.const $push0=, 0 return $pop0 -func_end0: - .size zero_i32, func_end0-zero_i32 +.Lfunc_end0: + .size zero_i32, .Lfunc_end0-zero_i32 .globl one_i32 .type one_i32,@function @@ -15,8 +15,8 @@ one_i32: .result i32 i32.const $push0=, 1 return $pop0 -func_end1: - .size one_i32, func_end1-one_i32 +.Lfunc_end1: + .size one_i32, .Lfunc_end1-one_i32 .globl max_i32 .type max_i32,@function @@ -24,8 +24,8 @@ max_i32: .result i32 i32.const $push0=, 2147483647 return $pop0 -func_end2: - .size max_i32, func_end2-max_i32 +.Lfunc_end2: + .size max_i32, .Lfunc_end2-max_i32 .globl min_i32 .type min_i32,@function @@ -33,8 +33,8 @@ min_i32: .result i32 i32.const $push0=, -2147483648 return $pop0 -func_end3: - .size min_i32, func_end3-min_i32 +.Lfunc_end3: + .size min_i32, .Lfunc_end3-min_i32 .globl zero_i64 .type zero_i64,@function @@ -42,8 +42,8 @@ zero_i64: .result i64 i64.const $push0=, 0 return $pop0 -func_end4: - .size zero_i64, func_end4-zero_i64 +.Lfunc_end4: + .size zero_i64, .Lfunc_end4-zero_i64 .globl one_i64 .type one_i64,@function @@ -51,8 +51,8 @@ one_i64: .result i64 i64.const $push0=, 1 return $pop0 -func_end5: - .size one_i64, func_end5-one_i64 +.Lfunc_end5: + .size one_i64, .Lfunc_end5-one_i64 .globl max_i64 .type max_i64,@function @@ -60,8 +60,8 @@ max_i64: .result i64 i64.const $push0=, 9223372036854775807 return $pop0 -func_end6: - .size max_i64, func_end6-max_i64 +.Lfunc_end6: + .size max_i64, .Lfunc_end6-max_i64 .globl min_i64 .type min_i64,@function @@ -69,8 +69,8 @@ min_i64: .result i64 i64.const $push0=, -9223372036854775808 return $pop0 -func_end7: - .size min_i64, func_end7-min_i64 +.Lfunc_end7: + .size min_i64, .Lfunc_end7-min_i64 .globl negzero_f32 .type negzero_f32,@function @@ -78,8 +78,8 @@ negzero_f32: .result f32 f32.const $push0=, -0x0p0 return $pop0 -func_end8: - .size negzero_f32, func_end8-negzero_f32 +.Lfunc_end8: + .size negzero_f32, .Lfunc_end8-negzero_f32 .globl zero_f32 .type zero_f32,@function @@ -87,8 +87,8 @@ zero_f32: .result f32 f32.const $push0=, 0x0p0 return $pop0 -func_end9: - .size zero_f32, func_end9-zero_f32 +.Lfunc_end9: + .size zero_f32, .Lfunc_end9-zero_f32 .globl one_f32 .type one_f32,@function @@ -96,8 +96,8 @@ one_f32: .result f32 f32.const $push0=, 0x1p0 return $pop0 -func_end10: - .size one_f32, func_end10-one_f32 +.Lfunc_end10: + .size one_f32, .Lfunc_end10-one_f32 .globl two_f32 .type two_f32,@function @@ -105,8 +105,8 @@ two_f32: .result f32 f32.const $push0=, 0x1p1 return $pop0 -func_end11: - .size two_f32, func_end11-two_f32 +.Lfunc_end11: + .size two_f32, .Lfunc_end11-two_f32 .globl nan_f32 .type nan_f32,@function @@ -114,8 +114,8 @@ nan_f32: .result f32 f32.const $push0=, nan return $pop0 -func_end12: - .size nan_f32, func_end12-nan_f32 +.Lfunc_end12: + .size nan_f32, .Lfunc_end12-nan_f32 .globl negnan_f32 .type negnan_f32,@function @@ -123,8 +123,8 @@ negnan_f32: .result f32 f32.const $push0=, -nan return $pop0 -func_end13: - .size negnan_f32, func_end13-negnan_f32 +.Lfunc_end13: + .size negnan_f32, .Lfunc_end13-negnan_f32 .globl inf_f32 .type inf_f32,@function @@ -132,8 +132,8 @@ inf_f32: .result f32 f32.const $push0=, infinity return $pop0 -func_end14: - .size inf_f32, func_end14-inf_f32 +.Lfunc_end14: + .size inf_f32, .Lfunc_end14-inf_f32 .globl neginf_f32 .type neginf_f32,@function @@ -141,8 +141,8 @@ neginf_f32: .result f32 f32.const $push0=, -infinity return $pop0 -func_end15: - .size neginf_f32, func_end15-neginf_f32 +.Lfunc_end15: + .size neginf_f32, .Lfunc_end15-neginf_f32 .globl negzero_f64 .type negzero_f64,@function @@ -150,8 +150,8 @@ negzero_f64: .result f64 f64.const $push0=, -0x0p0 return $pop0 -func_end16: - .size negzero_f64, func_end16-negzero_f64 +.Lfunc_end16: + .size negzero_f64, .Lfunc_end16-negzero_f64 .globl zero_f64 .type zero_f64,@function @@ -159,8 +159,8 @@ zero_f64: .result f64 f64.const $push0=, 0x0p0 return $pop0 -func_end17: - .size zero_f64, func_end17-zero_f64 +.Lfunc_end17: + .size zero_f64, .Lfunc_end17-zero_f64 .globl one_f64 .type one_f64,@function @@ -168,8 +168,8 @@ one_f64: .result f64 f64.const $push0=, 0x1p0 return $pop0 -func_end18: - .size one_f64, func_end18-one_f64 +.Lfunc_end18: + .size one_f64, .Lfunc_end18-one_f64 .globl two_f64 .type two_f64,@function @@ -177,8 +177,8 @@ two_f64: .result f64 f64.const $push0=, 0x1p1 return $pop0 -func_end19: - .size two_f64, func_end19-two_f64 +.Lfunc_end19: + .size two_f64, .Lfunc_end19-two_f64 .globl nan_f64 .type nan_f64,@function @@ -186,8 +186,8 @@ nan_f64: .result f64 f64.const $push0=, nan return $pop0 -func_end20: - .size nan_f64, func_end20-nan_f64 +.Lfunc_end20: + .size nan_f64, .Lfunc_end20-nan_f64 .globl negnan_f64 .type negnan_f64,@function @@ -195,8 +195,8 @@ negnan_f64: .result f64 f64.const $push0=, -nan return $pop0 -func_end21: - .size negnan_f64, func_end21-negnan_f64 +.Lfunc_end21: + .size negnan_f64, .Lfunc_end21-negnan_f64 .globl inf_f64 .type inf_f64,@function @@ -204,8 +204,8 @@ inf_f64: .result f64 f64.const $push0=, infinity return $pop0 -func_end22: - .size inf_f64, func_end22-inf_f64 +.Lfunc_end22: + .size inf_f64, .Lfunc_end22-inf_f64 .globl neginf_f64 .type neginf_f64,@function @@ -213,8 +213,8 @@ neginf_f64: .result f64 f64.const $push0=, -infinity return $pop0 -func_end23: - .size neginf_f64, func_end23-neginf_f64 +.Lfunc_end23: + .size neginf_f64, .Lfunc_end23-neginf_f64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/legalize.s b/test/llvm_autogenerated/legalize.s index 74f1963df..f675652da 100644 --- a/test/llvm_autogenerated/legalize.s +++ b/test/llvm_autogenerated/legalize.s @@ -9,8 +9,8 @@ shl_i3: i32.and $push1=, $1, $pop0 i32.shl $push2=, $0, $pop1 return $pop2 -func_end0: - .size shl_i3, func_end0-shl_i3 +.Lfunc_end0: + .size shl_i3, .Lfunc_end0-shl_i3 .globl shl_i53 .type shl_i53,@function @@ -21,8 +21,8 @@ shl_i53: i64.and $push1=, $1, $pop0 i64.shl $push2=, $0, $pop1 return $pop2 -func_end1: - .size shl_i53, func_end1-shl_i53 +.Lfunc_end1: + .size shl_i53, .Lfunc_end1-shl_i53 .globl sext_in_reg_i32_i64 .type sext_in_reg_i32_i64,@function @@ -34,8 +34,8 @@ sext_in_reg_i32_i64: i64.shl $push0=, $0, $1 i64.shr_s $push1=, $pop0, $1 return $pop1 -func_end2: - .size sext_in_reg_i32_i64, func_end2-sext_in_reg_i32_i64 +.Lfunc_end2: + .size sext_in_reg_i32_i64, .Lfunc_end2-sext_in_reg_i32_i64 .globl fpext_f32_f64 .type fpext_f32_f64,@function @@ -45,8 +45,8 @@ fpext_f32_f64: f32.load $push0=, 0($0) f64.promote/f32 $push1=, $pop0 return $pop1 -func_end3: - .size fpext_f32_f64, func_end3-fpext_f32_f64 +.Lfunc_end3: + .size fpext_f32_f64, .Lfunc_end3-fpext_f32_f64 .globl fpconv_f64_f32 .type fpconv_f64_f32,@function @@ -56,8 +56,8 @@ fpconv_f64_f32: f64.load $push0=, 0($0) f32.demote/f64 $push1=, $pop0 return $pop1 -func_end4: - .size fpconv_f64_f32, func_end4-fpconv_f64_f32 +.Lfunc_end4: + .size fpconv_f64_f32, .Lfunc_end4-fpconv_f64_f32 .globl bigshift .type bigshift,@function @@ -912,8 +912,8 @@ bigshift: i32.const $183=, __stack_pointer i32.store $279=, 0($183), $279 return -func_end5: - .size bigshift, func_end5-bigshift +.Lfunc_end5: + .size bigshift, .Lfunc_end5-bigshift .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/load-ext.s b/test/llvm_autogenerated/load-ext.s index 959bdfa55..a7c4e6810 100644 --- a/test/llvm_autogenerated/load-ext.s +++ b/test/llvm_autogenerated/load-ext.s @@ -7,8 +7,8 @@ sext_i8_i32: .result i32 i32.load8_s $push0=, 0($0) return $pop0 -func_end0: - .size sext_i8_i32, func_end0-sext_i8_i32 +.Lfunc_end0: + .size sext_i8_i32, .Lfunc_end0-sext_i8_i32 .globl zext_i8_i32 .type zext_i8_i32,@function @@ -17,8 +17,8 @@ zext_i8_i32: .result i32 i32.load8_u $push0=, 0($0) return $pop0 -func_end1: - .size zext_i8_i32, func_end1-zext_i8_i32 +.Lfunc_end1: + .size zext_i8_i32, .Lfunc_end1-zext_i8_i32 .globl sext_i16_i32 .type sext_i16_i32,@function @@ -27,8 +27,8 @@ sext_i16_i32: .result i32 i32.load16_s $push0=, 0($0) return $pop0 -func_end2: - .size sext_i16_i32, func_end2-sext_i16_i32 +.Lfunc_end2: + .size sext_i16_i32, .Lfunc_end2-sext_i16_i32 .globl zext_i16_i32 .type zext_i16_i32,@function @@ -37,8 +37,8 @@ zext_i16_i32: .result i32 i32.load16_u $push0=, 0($0) return $pop0 -func_end3: - .size zext_i16_i32, func_end3-zext_i16_i32 +.Lfunc_end3: + .size zext_i16_i32, .Lfunc_end3-zext_i16_i32 .globl sext_i8_i64 .type sext_i8_i64,@function @@ -47,8 +47,8 @@ sext_i8_i64: .result i64 i64.load8_s $push0=, 0($0) return $pop0 -func_end4: - .size sext_i8_i64, func_end4-sext_i8_i64 +.Lfunc_end4: + .size sext_i8_i64, .Lfunc_end4-sext_i8_i64 .globl zext_i8_i64 .type zext_i8_i64,@function @@ -57,8 +57,8 @@ zext_i8_i64: .result i64 i64.load8_u $push0=, 0($0) return $pop0 -func_end5: - .size zext_i8_i64, func_end5-zext_i8_i64 +.Lfunc_end5: + .size zext_i8_i64, .Lfunc_end5-zext_i8_i64 .globl sext_i16_i64 .type sext_i16_i64,@function @@ -67,8 +67,8 @@ sext_i16_i64: .result i64 i64.load16_s $push0=, 0($0) return $pop0 -func_end6: - .size sext_i16_i64, func_end6-sext_i16_i64 +.Lfunc_end6: + .size sext_i16_i64, .Lfunc_end6-sext_i16_i64 .globl zext_i16_i64 .type zext_i16_i64,@function @@ -77,8 +77,8 @@ zext_i16_i64: .result i64 i64.load16_u $push0=, 0($0) return $pop0 -func_end7: - .size zext_i16_i64, func_end7-zext_i16_i64 +.Lfunc_end7: + .size zext_i16_i64, .Lfunc_end7-zext_i16_i64 .globl sext_i32_i64 .type sext_i32_i64,@function @@ -87,8 +87,8 @@ sext_i32_i64: .result i64 i64.load32_s $push0=, 0($0) return $pop0 -func_end8: - .size sext_i32_i64, func_end8-sext_i32_i64 +.Lfunc_end8: + .size sext_i32_i64, .Lfunc_end8-sext_i32_i64 .globl zext_i32_i64 .type zext_i32_i64,@function @@ -97,8 +97,8 @@ zext_i32_i64: .result i64 i64.load32_u $push0=, 0($0) return $pop0 -func_end9: - .size zext_i32_i64, func_end9-zext_i32_i64 +.Lfunc_end9: + .size zext_i32_i64, .Lfunc_end9-zext_i32_i64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/load-store-i1.s b/test/llvm_autogenerated/load-store-i1.s index bfa013f88..0deb7b440 100644 --- a/test/llvm_autogenerated/load-store-i1.s +++ b/test/llvm_autogenerated/load-store-i1.s @@ -7,8 +7,8 @@ load_u_i1_i32: .result i32 i32.load8_u $push0=, 0($0) return $pop0 -func_end0: - .size load_u_i1_i32, func_end0-load_u_i1_i32 +.Lfunc_end0: + .size load_u_i1_i32, .Lfunc_end0-load_u_i1_i32 .globl load_s_i1_i32 .type load_s_i1_i32,@function @@ -21,8 +21,8 @@ load_s_i1_i32: i32.shl $push1=, $pop0, $1 i32.shr_s $push2=, $pop1, $1 return $pop2 -func_end1: - .size load_s_i1_i32, func_end1-load_s_i1_i32 +.Lfunc_end1: + .size load_s_i1_i32, .Lfunc_end1-load_s_i1_i32 .globl load_u_i1_i64 .type load_u_i1_i64,@function @@ -31,8 +31,8 @@ load_u_i1_i64: .result i64 i64.load8_u $push0=, 0($0) return $pop0 -func_end2: - .size load_u_i1_i64, func_end2-load_u_i1_i64 +.Lfunc_end2: + .size load_u_i1_i64, .Lfunc_end2-load_u_i1_i64 .globl load_s_i1_i64 .type load_s_i1_i64,@function @@ -45,8 +45,8 @@ load_s_i1_i64: i64.shl $push1=, $pop0, $1 i64.shr_s $push2=, $pop1, $1 return $pop2 -func_end3: - .size load_s_i1_i64, func_end3-load_s_i1_i64 +.Lfunc_end3: + .size load_s_i1_i64, .Lfunc_end3-load_s_i1_i64 .globl store_i32_i1 .type store_i32_i1,@function @@ -56,8 +56,8 @@ store_i32_i1: i32.and $push1=, $1, $pop0 i32.store8 $discard=, 0($0), $pop1 return -func_end4: - .size store_i32_i1, func_end4-store_i32_i1 +.Lfunc_end4: + .size store_i32_i1, .Lfunc_end4-store_i32_i1 .globl store_i64_i1 .type store_i64_i1,@function @@ -67,8 +67,8 @@ store_i64_i1: i64.and $push1=, $1, $pop0 i64.store8 $discard=, 0($0), $pop1 return -func_end5: - .size store_i64_i1, func_end5-store_i64_i1 +.Lfunc_end5: + .size store_i64_i1, .Lfunc_end5-store_i64_i1 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/load.s b/test/llvm_autogenerated/load.s index ba00e78b6..98a078c05 100644 --- a/test/llvm_autogenerated/load.s +++ b/test/llvm_autogenerated/load.s @@ -7,8 +7,8 @@ ldi32: .result i32 i32.load $push0=, 0($0) return $pop0 -func_end0: - .size ldi32, func_end0-ldi32 +.Lfunc_end0: + .size ldi32, .Lfunc_end0-ldi32 .globl ldi64 .type ldi64,@function @@ -17,8 +17,8 @@ ldi64: .result i64 i64.load $push0=, 0($0) return $pop0 -func_end1: - .size ldi64, func_end1-ldi64 +.Lfunc_end1: + .size ldi64, .Lfunc_end1-ldi64 .globl ldf32 .type ldf32,@function @@ -27,8 +27,8 @@ ldf32: .result f32 f32.load $push0=, 0($0) return $pop0 -func_end2: - .size ldf32, func_end2-ldf32 +.Lfunc_end2: + .size ldf32, .Lfunc_end2-ldf32 .globl ldf64 .type ldf64,@function @@ -37,8 +37,8 @@ ldf64: .result f64 f64.load $push0=, 0($0) return $pop0 -func_end3: - .size ldf64, func_end3-ldf64 +.Lfunc_end3: + .size ldf64, .Lfunc_end3-ldf64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/memory-addr32.s b/test/llvm_autogenerated/memory-addr32.s index 3489a999e..7cc7655bc 100644 --- a/test/llvm_autogenerated/memory-addr32.s +++ b/test/llvm_autogenerated/memory-addr32.s @@ -6,8 +6,8 @@ memory_size: .result i32 memory_size $push0= return $pop0 -func_end0: - .size memory_size, func_end0-memory_size +.Lfunc_end0: + .size memory_size, .Lfunc_end0-memory_size .globl grow_memory .type grow_memory,@function @@ -15,8 +15,8 @@ grow_memory: .param i32 grow_memory $0 return -func_end1: - .size grow_memory, func_end1-grow_memory +.Lfunc_end1: + .size grow_memory, .Lfunc_end1-grow_memory .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/memory-addr64.s b/test/llvm_autogenerated/memory-addr64.s index 3eabbc3ec..8f42acc5e 100644 --- a/test/llvm_autogenerated/memory-addr64.s +++ b/test/llvm_autogenerated/memory-addr64.s @@ -6,8 +6,8 @@ memory_size: .result i64 memory_size $push0= return $pop0 -func_end0: - .size memory_size, func_end0-memory_size +.Lfunc_end0: + .size memory_size, .Lfunc_end0-memory_size .globl grow_memory .type grow_memory,@function @@ -15,8 +15,8 @@ grow_memory: .param i64 grow_memory $0 return -func_end1: - .size grow_memory, func_end1-grow_memory +.Lfunc_end1: + .size grow_memory, .Lfunc_end1-grow_memory .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/offset-folding.s b/test/llvm_autogenerated/offset-folding.s index 9b757b1ea..6c03d5191 100644 --- a/test/llvm_autogenerated/offset-folding.s +++ b/test/llvm_autogenerated/offset-folding.s @@ -6,8 +6,8 @@ test0: .result i32 i32.const $push0=, x+188 return $pop0 -func_end0: - .size test0, func_end0-test0 +.Lfunc_end0: + .size test0, .Lfunc_end0-test0 .globl test1 .type test1,@function @@ -15,8 +15,8 @@ test1: .result i32 i32.const $push0=, y+188 return $pop0 -func_end1: - .size test1, func_end1-test1 +.Lfunc_end1: + .size test1, .Lfunc_end1-test1 .globl test2 .type test2,@function @@ -24,8 +24,8 @@ test2: .result i32 i32.const $push0=, x return $pop0 -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test3 .type test3,@function @@ -33,8 +33,8 @@ test3: .result i32 i32.const $push0=, y return $pop0 -func_end3: - .size test3, func_end3-test3 +.Lfunc_end3: + .size test3, .Lfunc_end3-test3 .type x,@object .bss diff --git a/test/llvm_autogenerated/offset.s b/test/llvm_autogenerated/offset.s index 7222c2118..e1252c121 100644 --- a/test/llvm_autogenerated/offset.s +++ b/test/llvm_autogenerated/offset.s @@ -7,8 +7,8 @@ load_i32_with_folded_offset: .result i32 i32.load $push0=, 24($0) return $pop0 -func_end0: - .size load_i32_with_folded_offset, func_end0-load_i32_with_folded_offset +.Lfunc_end0: + .size load_i32_with_folded_offset, .Lfunc_end0-load_i32_with_folded_offset .globl load_i32_with_folded_gep_offset .type load_i32_with_folded_gep_offset,@function @@ -17,8 +17,8 @@ load_i32_with_folded_gep_offset: .result i32 i32.load $push0=, 24($0) return $pop0 -func_end1: - .size load_i32_with_folded_gep_offset, func_end1-load_i32_with_folded_gep_offset +.Lfunc_end1: + .size load_i32_with_folded_gep_offset, .Lfunc_end1-load_i32_with_folded_gep_offset .globl load_i32_with_unfolded_gep_negative_offset .type load_i32_with_unfolded_gep_negative_offset,@function @@ -29,8 +29,8 @@ load_i32_with_unfolded_gep_negative_offset: i32.add $push1=, $0, $pop0 i32.load $push2=, 0($pop1) return $pop2 -func_end2: - .size load_i32_with_unfolded_gep_negative_offset, func_end2-load_i32_with_unfolded_gep_negative_offset +.Lfunc_end2: + .size load_i32_with_unfolded_gep_negative_offset, .Lfunc_end2-load_i32_with_unfolded_gep_negative_offset .globl load_i32_with_unfolded_offset .type load_i32_with_unfolded_offset,@function @@ -41,8 +41,8 @@ load_i32_with_unfolded_offset: i32.add $push1=, $0, $pop0 i32.load $push2=, 0($pop1) return $pop2 -func_end3: - .size load_i32_with_unfolded_offset, func_end3-load_i32_with_unfolded_offset +.Lfunc_end3: + .size load_i32_with_unfolded_offset, .Lfunc_end3-load_i32_with_unfolded_offset .globl load_i32_with_unfolded_gep_offset .type load_i32_with_unfolded_gep_offset,@function @@ -53,8 +53,8 @@ load_i32_with_unfolded_gep_offset: i32.add $push1=, $0, $pop0 i32.load $push2=, 0($pop1) return $pop2 -func_end4: - .size load_i32_with_unfolded_gep_offset, func_end4-load_i32_with_unfolded_gep_offset +.Lfunc_end4: + .size load_i32_with_unfolded_gep_offset, .Lfunc_end4-load_i32_with_unfolded_gep_offset .globl load_i64_with_folded_offset .type load_i64_with_folded_offset,@function @@ -63,8 +63,8 @@ load_i64_with_folded_offset: .result i64 i64.load $push0=, 24($0) return $pop0 -func_end5: - .size load_i64_with_folded_offset, func_end5-load_i64_with_folded_offset +.Lfunc_end5: + .size load_i64_with_folded_offset, .Lfunc_end5-load_i64_with_folded_offset .globl load_i64_with_folded_gep_offset .type load_i64_with_folded_gep_offset,@function @@ -73,8 +73,8 @@ load_i64_with_folded_gep_offset: .result i64 i64.load $push0=, 24($0) return $pop0 -func_end6: - .size load_i64_with_folded_gep_offset, func_end6-load_i64_with_folded_gep_offset +.Lfunc_end6: + .size load_i64_with_folded_gep_offset, .Lfunc_end6-load_i64_with_folded_gep_offset .globl load_i64_with_unfolded_gep_negative_offset .type load_i64_with_unfolded_gep_negative_offset,@function @@ -85,8 +85,8 @@ load_i64_with_unfolded_gep_negative_offset: i32.add $push1=, $0, $pop0 i64.load $push2=, 0($pop1) return $pop2 -func_end7: - .size load_i64_with_unfolded_gep_negative_offset, func_end7-load_i64_with_unfolded_gep_negative_offset +.Lfunc_end7: + .size load_i64_with_unfolded_gep_negative_offset, .Lfunc_end7-load_i64_with_unfolded_gep_negative_offset .globl load_i64_with_unfolded_offset .type load_i64_with_unfolded_offset,@function @@ -97,8 +97,8 @@ load_i64_with_unfolded_offset: i32.add $push1=, $0, $pop0 i64.load $push2=, 0($pop1) return $pop2 -func_end8: - .size load_i64_with_unfolded_offset, func_end8-load_i64_with_unfolded_offset +.Lfunc_end8: + .size load_i64_with_unfolded_offset, .Lfunc_end8-load_i64_with_unfolded_offset .globl load_i64_with_unfolded_gep_offset .type load_i64_with_unfolded_gep_offset,@function @@ -109,8 +109,8 @@ load_i64_with_unfolded_gep_offset: i32.add $push1=, $0, $pop0 i64.load $push2=, 0($pop1) return $pop2 -func_end9: - .size load_i64_with_unfolded_gep_offset, func_end9-load_i64_with_unfolded_gep_offset +.Lfunc_end9: + .size load_i64_with_unfolded_gep_offset, .Lfunc_end9-load_i64_with_unfolded_gep_offset .globl store_i32_with_folded_offset .type store_i32_with_folded_offset,@function @@ -119,8 +119,8 @@ store_i32_with_folded_offset: i32.const $push0=, 0 i32.store $discard=, 24($0), $pop0 return -func_end10: - .size store_i32_with_folded_offset, func_end10-store_i32_with_folded_offset +.Lfunc_end10: + .size store_i32_with_folded_offset, .Lfunc_end10-store_i32_with_folded_offset .globl store_i32_with_folded_gep_offset .type store_i32_with_folded_gep_offset,@function @@ -129,8 +129,8 @@ store_i32_with_folded_gep_offset: i32.const $push0=, 0 i32.store $discard=, 24($0), $pop0 return -func_end11: - .size store_i32_with_folded_gep_offset, func_end11-store_i32_with_folded_gep_offset +.Lfunc_end11: + .size store_i32_with_folded_gep_offset, .Lfunc_end11-store_i32_with_folded_gep_offset .globl store_i32_with_unfolded_gep_negative_offset .type store_i32_with_unfolded_gep_negative_offset,@function @@ -141,8 +141,8 @@ store_i32_with_unfolded_gep_negative_offset: i32.const $push2=, 0 i32.store $discard=, 0($pop1), $pop2 return -func_end12: - .size store_i32_with_unfolded_gep_negative_offset, func_end12-store_i32_with_unfolded_gep_negative_offset +.Lfunc_end12: + .size store_i32_with_unfolded_gep_negative_offset, .Lfunc_end12-store_i32_with_unfolded_gep_negative_offset .globl store_i32_with_unfolded_offset .type store_i32_with_unfolded_offset,@function @@ -153,8 +153,8 @@ store_i32_with_unfolded_offset: i32.const $push2=, 0 i32.store $discard=, 0($pop1), $pop2 return -func_end13: - .size store_i32_with_unfolded_offset, func_end13-store_i32_with_unfolded_offset +.Lfunc_end13: + .size store_i32_with_unfolded_offset, .Lfunc_end13-store_i32_with_unfolded_offset .globl store_i32_with_unfolded_gep_offset .type store_i32_with_unfolded_gep_offset,@function @@ -165,8 +165,8 @@ store_i32_with_unfolded_gep_offset: i32.const $push2=, 0 i32.store $discard=, 0($pop1), $pop2 return -func_end14: - .size store_i32_with_unfolded_gep_offset, func_end14-store_i32_with_unfolded_gep_offset +.Lfunc_end14: + .size store_i32_with_unfolded_gep_offset, .Lfunc_end14-store_i32_with_unfolded_gep_offset .globl store_i64_with_folded_offset .type store_i64_with_folded_offset,@function @@ -175,8 +175,8 @@ store_i64_with_folded_offset: i64.const $push0=, 0 i64.store $discard=, 24($0), $pop0 return -func_end15: - .size store_i64_with_folded_offset, func_end15-store_i64_with_folded_offset +.Lfunc_end15: + .size store_i64_with_folded_offset, .Lfunc_end15-store_i64_with_folded_offset .globl store_i64_with_folded_gep_offset .type store_i64_with_folded_gep_offset,@function @@ -185,8 +185,8 @@ store_i64_with_folded_gep_offset: i64.const $push0=, 0 i64.store $discard=, 24($0), $pop0 return -func_end16: - .size store_i64_with_folded_gep_offset, func_end16-store_i64_with_folded_gep_offset +.Lfunc_end16: + .size store_i64_with_folded_gep_offset, .Lfunc_end16-store_i64_with_folded_gep_offset .globl store_i64_with_unfolded_gep_negative_offset .type store_i64_with_unfolded_gep_negative_offset,@function @@ -197,8 +197,8 @@ store_i64_with_unfolded_gep_negative_offset: i64.const $push2=, 0 i64.store $discard=, 0($pop1), $pop2 return -func_end17: - .size store_i64_with_unfolded_gep_negative_offset, func_end17-store_i64_with_unfolded_gep_negative_offset +.Lfunc_end17: + .size store_i64_with_unfolded_gep_negative_offset, .Lfunc_end17-store_i64_with_unfolded_gep_negative_offset .globl store_i64_with_unfolded_offset .type store_i64_with_unfolded_offset,@function @@ -209,8 +209,8 @@ store_i64_with_unfolded_offset: i64.const $push2=, 0 i64.store $discard=, 0($pop1), $pop2 return -func_end18: - .size store_i64_with_unfolded_offset, func_end18-store_i64_with_unfolded_offset +.Lfunc_end18: + .size store_i64_with_unfolded_offset, .Lfunc_end18-store_i64_with_unfolded_offset .globl store_i64_with_unfolded_gep_offset .type store_i64_with_unfolded_gep_offset,@function @@ -221,8 +221,8 @@ store_i64_with_unfolded_gep_offset: i64.const $push2=, 0 i64.store $discard=, 0($pop1), $pop2 return -func_end19: - .size store_i64_with_unfolded_gep_offset, func_end19-store_i64_with_unfolded_gep_offset +.Lfunc_end19: + .size store_i64_with_unfolded_gep_offset, .Lfunc_end19-store_i64_with_unfolded_gep_offset .globl load_i32_from_numeric_address .type load_i32_from_numeric_address,@function @@ -231,8 +231,8 @@ load_i32_from_numeric_address: i32.const $push0=, 0 i32.load $push1=, 42($pop0) return $pop1 -func_end20: - .size load_i32_from_numeric_address, func_end20-load_i32_from_numeric_address +.Lfunc_end20: + .size load_i32_from_numeric_address, .Lfunc_end20-load_i32_from_numeric_address .globl load_i32_from_global_address .type load_i32_from_global_address,@function @@ -241,8 +241,8 @@ load_i32_from_global_address: i32.const $push0=, 0 i32.load $push1=, gv($pop0) return $pop1 -func_end21: - .size load_i32_from_global_address, func_end21-load_i32_from_global_address +.Lfunc_end21: + .size load_i32_from_global_address, .Lfunc_end21-load_i32_from_global_address .globl store_i32_to_numeric_address .type store_i32_to_numeric_address,@function @@ -251,8 +251,8 @@ store_i32_to_numeric_address: i32.const $0=, 0 i32.store $discard=, 42($0), $0 return -func_end22: - .size store_i32_to_numeric_address, func_end22-store_i32_to_numeric_address +.Lfunc_end22: + .size store_i32_to_numeric_address, .Lfunc_end22-store_i32_to_numeric_address .globl store_i32_to_global_address .type store_i32_to_global_address,@function @@ -261,8 +261,8 @@ store_i32_to_global_address: i32.const $0=, 0 i32.store $discard=, gv($0), $0 return -func_end23: - .size store_i32_to_global_address, func_end23-store_i32_to_global_address +.Lfunc_end23: + .size store_i32_to_global_address, .Lfunc_end23-store_i32_to_global_address .globl load_i8_s_with_folded_offset .type load_i8_s_with_folded_offset,@function @@ -271,8 +271,8 @@ load_i8_s_with_folded_offset: .result i32 i32.load8_s $push0=, 24($0) return $pop0 -func_end24: - .size load_i8_s_with_folded_offset, func_end24-load_i8_s_with_folded_offset +.Lfunc_end24: + .size load_i8_s_with_folded_offset, .Lfunc_end24-load_i8_s_with_folded_offset .globl load_i8_s_with_folded_gep_offset .type load_i8_s_with_folded_gep_offset,@function @@ -281,8 +281,8 @@ load_i8_s_with_folded_gep_offset: .result i32 i32.load8_s $push0=, 24($0) return $pop0 -func_end25: - .size load_i8_s_with_folded_gep_offset, func_end25-load_i8_s_with_folded_gep_offset +.Lfunc_end25: + .size load_i8_s_with_folded_gep_offset, .Lfunc_end25-load_i8_s_with_folded_gep_offset .globl load_i8_u_with_folded_offset .type load_i8_u_with_folded_offset,@function @@ -291,8 +291,8 @@ load_i8_u_with_folded_offset: .result i32 i32.load8_u $push0=, 24($0) return $pop0 -func_end26: - .size load_i8_u_with_folded_offset, func_end26-load_i8_u_with_folded_offset +.Lfunc_end26: + .size load_i8_u_with_folded_offset, .Lfunc_end26-load_i8_u_with_folded_offset .globl load_i8_u_with_folded_gep_offset .type load_i8_u_with_folded_gep_offset,@function @@ -301,8 +301,8 @@ load_i8_u_with_folded_gep_offset: .result i32 i32.load8_u $push0=, 24($0) return $pop0 -func_end27: - .size load_i8_u_with_folded_gep_offset, func_end27-load_i8_u_with_folded_gep_offset +.Lfunc_end27: + .size load_i8_u_with_folded_gep_offset, .Lfunc_end27-load_i8_u_with_folded_gep_offset .globl store_i8_with_folded_offset .type store_i8_with_folded_offset,@function @@ -311,8 +311,8 @@ store_i8_with_folded_offset: i32.const $push0=, 0 i32.store8 $discard=, 24($0), $pop0 return -func_end28: - .size store_i8_with_folded_offset, func_end28-store_i8_with_folded_offset +.Lfunc_end28: + .size store_i8_with_folded_offset, .Lfunc_end28-store_i8_with_folded_offset .globl store_i8_with_folded_gep_offset .type store_i8_with_folded_gep_offset,@function @@ -321,8 +321,8 @@ store_i8_with_folded_gep_offset: i32.const $push0=, 0 i32.store8 $discard=, 24($0), $pop0 return -func_end29: - .size store_i8_with_folded_gep_offset, func_end29-store_i8_with_folded_gep_offset +.Lfunc_end29: + .size store_i8_with_folded_gep_offset, .Lfunc_end29-store_i8_with_folded_gep_offset .globl aggregate_load_store .type aggregate_load_store,@function @@ -338,8 +338,8 @@ aggregate_load_store: i32.store $discard=, 4($1), $3 i32.store $discard=, 0($1), $2 return -func_end30: - .size aggregate_load_store, func_end30-aggregate_load_store +.Lfunc_end30: + .size aggregate_load_store, .Lfunc_end30-aggregate_load_store .globl aggregate_return .type aggregate_return,@function @@ -351,8 +351,8 @@ aggregate_return: i32.store $push3=, 4($0), $pop2 i32.store $discard=, 0($0), $pop3 return -func_end31: - .size aggregate_return, func_end31-aggregate_return +.Lfunc_end31: + .size aggregate_return, .Lfunc_end31-aggregate_return .type gv,@object .bss diff --git a/test/llvm_autogenerated/phi.s b/test/llvm_autogenerated/phi.s index 150336118..d16bd75ac 100644 --- a/test/llvm_autogenerated/phi.s +++ b/test/llvm_autogenerated/phi.s @@ -5,16 +5,16 @@ test0: .param i32 .result i32 - block BB0_2 + block .LBB0_2 i32.const $push0=, -1 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 i32.const $push2=, 3 i32.div_s $0=, $0, $pop2 -BB0_2: +.LBB0_2: return $0 -func_end0: - .size test0, func_end0-test0 +.Lfunc_end0: + .size test0, .Lfunc_end0-test0 .globl test1 .type test1,@function @@ -26,18 +26,18 @@ test1: i32.const $3=, 0 copy_local $4=, $2 copy_local $5=, $3 -BB1_1: - loop BB1_2 +.LBB1_1: + loop .LBB1_2 copy_local $1=, $4 copy_local $4=, $3 i32.add $5=, $5, $2 copy_local $3=, $1 i32.lt_s $push0=, $5, $0 - br_if $pop0, BB1_1 -BB1_2: + br_if $pop0, .LBB1_1 +.LBB1_2: return $4 -func_end1: - .size test1, func_end1-test1 +.Lfunc_end1: + .size test1, .Lfunc_end1-test1 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/phi.wast b/test/llvm_autogenerated/phi.wast index c1f14d530..87b681a04 100644 --- a/test/llvm_autogenerated/phi.wast +++ b/test/llvm_autogenerated/phi.wast @@ -5,13 +5,13 @@ (func $test0 (param $$0 i32) (result i32) (block $fake_return_waka123 (block - (block $BB0_2 + (block $.LBB0_2 (br_if (i32.gt_s (get_local $$0) (i32.const -1) ) - $BB0_2 + $.LBB0_2 ) (set_local $$0 (i32.div_s @@ -46,7 +46,7 @@ (set_local $$5 (get_local $$3) ) - (loop $BB1_2 $BB1_1 + (loop $.LBB1_2 $.LBB1_1 (block (set_local $$1 (get_local $$4) @@ -68,7 +68,7 @@ (get_local $$5) (get_local $$0) ) - $BB1_1 + $.LBB1_1 ) ) ) diff --git a/test/llvm_autogenerated/reg-stackify.s b/test/llvm_autogenerated/reg-stackify.s index ba37b4fe2..5c684e423 100644 --- a/test/llvm_autogenerated/reg-stackify.s +++ b/test/llvm_autogenerated/reg-stackify.s @@ -9,8 +9,8 @@ no0: i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return $1 -func_end0: - .size no0, func_end0-no0 +.Lfunc_end0: + .size no0, .Lfunc_end0-no0 .globl no1 .type no1,@function @@ -21,8 +21,8 @@ no1: i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return $1 -func_end1: - .size no1, func_end1-no1 +.Lfunc_end1: + .size no1, .Lfunc_end1-no1 .globl yes0 .type yes0,@function @@ -33,8 +33,8 @@ yes0: i32.store $discard=, 0($0), $pop1 i32.load $push0=, 0($1) return $pop0 -func_end2: - .size yes0, func_end2-yes0 +.Lfunc_end2: + .size yes0, .Lfunc_end2-yes0 .globl yes1 .type yes1,@function @@ -43,8 +43,8 @@ yes1: .result i32 i32.load $push0=, 0($0) return $pop0 -func_end3: - .size yes1, func_end3-yes1 +.Lfunc_end3: + .size yes1, .Lfunc_end3-yes1 .globl stack_uses .type stack_uses,@function @@ -54,7 +54,7 @@ stack_uses: .local i32, i32 i32.const $5=, 2 i32.const $4=, 1 - block BB4_2 + block .LBB4_2 i32.lt_s $push0=, $0, $4 i32.lt_s $push1=, $1, $5 i32.xor $push4=, $pop0, $pop1 @@ -63,13 +63,13 @@ stack_uses: i32.xor $push5=, $pop2, $pop3 i32.xor $push6=, $pop4, $pop5 i32.ne $push7=, $pop6, $4 - br_if $pop7, BB4_2 + br_if $pop7, .LBB4_2 i32.const $push8=, 0 return $pop8 -BB4_2: +.LBB4_2: return $4 -func_end4: - .size stack_uses, func_end4-stack_uses +.Lfunc_end4: + .size stack_uses, .Lfunc_end4-stack_uses .globl multiple_uses .type multiple_uses,@function @@ -77,16 +77,16 @@ multiple_uses: .param i32, i32, i32 .local i32 i32.load $3=, 0($2) - block BB5_3 + block .LBB5_3 i32.ge_u $push0=, $3, $1 - br_if $pop0, BB5_3 + br_if $pop0, .LBB5_3 i32.lt_u $push1=, $3, $0 - br_if $pop1, BB5_3 + br_if $pop1, .LBB5_3 i32.store $discard=, 0($2), $3 -BB5_3: +.LBB5_3: return -func_end5: - .size multiple_uses, func_end5-multiple_uses +.Lfunc_end5: + .size multiple_uses, .Lfunc_end5-multiple_uses .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/reg-stackify.wast b/test/llvm_autogenerated/reg-stackify.wast index 2dbf17a13..60592413c 100644 --- a/test/llvm_autogenerated/reg-stackify.wast +++ b/test/llvm_autogenerated/reg-stackify.wast @@ -79,7 +79,7 @@ (set_local $$4 (i32.const 1) ) - (block $BB4_2 + (block $.LBB4_2 (br_if (i32.ne (i32.xor @@ -106,7 +106,7 @@ ) (get_local $$4) ) - $BB4_2 + $.LBB4_2 ) (br $fake_return_waka123 (i32.const 0) @@ -127,20 +127,20 @@ (get_local $$2) ) ) - (block $BB5_3 + (block $.LBB5_3 (br_if (i32.ge_u (get_local $$3) (get_local $$1) ) - $BB5_3 + $.LBB5_3 ) (br_if (i32.lt_u (get_local $$3) (get_local $$0) ) - $BB5_3 + $.LBB5_3 ) (i32.store align=4 (get_local $$2) diff --git a/test/llvm_autogenerated/return-int32.s b/test/llvm_autogenerated/return-int32.s index 53d8a51fe..ebe7a1af2 100644 --- a/test/llvm_autogenerated/return-int32.s +++ b/test/llvm_autogenerated/return-int32.s @@ -6,8 +6,8 @@ return_i32: .param i32 .result i32 return $0 -func_end0: - .size return_i32, func_end0-return_i32 +.Lfunc_end0: + .size return_i32, .Lfunc_end0-return_i32 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/return-void.s b/test/llvm_autogenerated/return-void.s index 269b6cd6c..638de33fb 100644 --- a/test/llvm_autogenerated/return-void.s +++ b/test/llvm_autogenerated/return-void.s @@ -4,8 +4,8 @@ .type return_void,@function return_void: return -func_end0: - .size return_void, func_end0-return_void +.Lfunc_end0: + .size return_void, .Lfunc_end0-return_void .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/select.s b/test/llvm_autogenerated/select.s index 1b2f3a490..fc5c7bac3 100644 --- a/test/llvm_autogenerated/select.s +++ b/test/llvm_autogenerated/select.s @@ -7,8 +7,8 @@ select_i32_bool: .result i32 i32.select $push0=, $0, $1, $2 return $pop0 -func_end0: - .size select_i32_bool, func_end0-select_i32_bool +.Lfunc_end0: + .size select_i32_bool, .Lfunc_end0-select_i32_bool .globl select_i32_eq .type select_i32_eq,@function @@ -17,8 +17,8 @@ select_i32_eq: .result i32 i32.select $push0=, $0, $2, $1 return $pop0 -func_end1: - .size select_i32_eq, func_end1-select_i32_eq +.Lfunc_end1: + .size select_i32_eq, .Lfunc_end1-select_i32_eq .globl select_i32_ne .type select_i32_ne,@function @@ -27,8 +27,8 @@ select_i32_ne: .result i32 i32.select $push0=, $0, $1, $2 return $pop0 -func_end2: - .size select_i32_ne, func_end2-select_i32_ne +.Lfunc_end2: + .size select_i32_ne, .Lfunc_end2-select_i32_ne .globl select_i64_bool .type select_i64_bool,@function @@ -37,8 +37,8 @@ select_i64_bool: .result i64 i64.select $push0=, $0, $1, $2 return $pop0 -func_end3: - .size select_i64_bool, func_end3-select_i64_bool +.Lfunc_end3: + .size select_i64_bool, .Lfunc_end3-select_i64_bool .globl select_i64_eq .type select_i64_eq,@function @@ -47,8 +47,8 @@ select_i64_eq: .result i64 i64.select $push0=, $0, $2, $1 return $pop0 -func_end4: - .size select_i64_eq, func_end4-select_i64_eq +.Lfunc_end4: + .size select_i64_eq, .Lfunc_end4-select_i64_eq .globl select_i64_ne .type select_i64_ne,@function @@ -57,8 +57,8 @@ select_i64_ne: .result i64 i64.select $push0=, $0, $1, $2 return $pop0 -func_end5: - .size select_i64_ne, func_end5-select_i64_ne +.Lfunc_end5: + .size select_i64_ne, .Lfunc_end5-select_i64_ne .globl select_f32_bool .type select_f32_bool,@function @@ -67,8 +67,8 @@ select_f32_bool: .result f32 f32.select $push0=, $0, $1, $2 return $pop0 -func_end6: - .size select_f32_bool, func_end6-select_f32_bool +.Lfunc_end6: + .size select_f32_bool, .Lfunc_end6-select_f32_bool .globl select_f32_eq .type select_f32_eq,@function @@ -77,8 +77,8 @@ select_f32_eq: .result f32 f32.select $push0=, $0, $2, $1 return $pop0 -func_end7: - .size select_f32_eq, func_end7-select_f32_eq +.Lfunc_end7: + .size select_f32_eq, .Lfunc_end7-select_f32_eq .globl select_f32_ne .type select_f32_ne,@function @@ -87,8 +87,8 @@ select_f32_ne: .result f32 f32.select $push0=, $0, $1, $2 return $pop0 -func_end8: - .size select_f32_ne, func_end8-select_f32_ne +.Lfunc_end8: + .size select_f32_ne, .Lfunc_end8-select_f32_ne .globl select_f64_bool .type select_f64_bool,@function @@ -97,8 +97,8 @@ select_f64_bool: .result f64 f64.select $push0=, $0, $1, $2 return $pop0 -func_end9: - .size select_f64_bool, func_end9-select_f64_bool +.Lfunc_end9: + .size select_f64_bool, .Lfunc_end9-select_f64_bool .globl select_f64_eq .type select_f64_eq,@function @@ -107,8 +107,8 @@ select_f64_eq: .result f64 f64.select $push0=, $0, $2, $1 return $pop0 -func_end10: - .size select_f64_eq, func_end10-select_f64_eq +.Lfunc_end10: + .size select_f64_eq, .Lfunc_end10-select_f64_eq .globl select_f64_ne .type select_f64_ne,@function @@ -117,8 +117,8 @@ select_f64_ne: .result f64 f64.select $push0=, $0, $1, $2 return $pop0 -func_end11: - .size select_f64_ne, func_end11-select_f64_ne +.Lfunc_end11: + .size select_f64_ne, .Lfunc_end11-select_f64_ne .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/signext-zeroext.s b/test/llvm_autogenerated/signext-zeroext.s index 966b02387..eadac8294 100644 --- a/test/llvm_autogenerated/signext-zeroext.s +++ b/test/llvm_autogenerated/signext-zeroext.s @@ -10,8 +10,8 @@ z2s_func: i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 return $pop1 -func_end0: - .size z2s_func, func_end0-z2s_func +.Lfunc_end0: + .size z2s_func, .Lfunc_end0-z2s_func .globl s2z_func .type s2z_func,@function @@ -21,8 +21,8 @@ s2z_func: i32.const $push0=, 255 i32.and $push1=, $0, $pop0 return $pop1 -func_end1: - .size s2z_func, func_end1-s2z_func +.Lfunc_end1: + .size s2z_func, .Lfunc_end1-s2z_func .globl z2s_call .type z2s_call,@function @@ -33,8 +33,8 @@ z2s_call: i32.and $push1=, $0, $pop0 i32.call $push2=, z2s_func, $pop1 return $pop2 -func_end2: - .size z2s_call, func_end2-z2s_call +.Lfunc_end2: + .size z2s_call, .Lfunc_end2-z2s_call .globl s2z_call .type s2z_call,@function @@ -49,8 +49,8 @@ s2z_call: i32.shl $push3=, $pop2, $1 i32.shr_s $push4=, $pop3, $1 return $pop4 -func_end3: - .size s2z_call, func_end3-s2z_call +.Lfunc_end3: + .size s2z_call, .Lfunc_end3-s2z_call .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/store-results.s b/test/llvm_autogenerated/store-results.s index 7241f76c1..563ec01e1 100644 --- a/test/llvm_autogenerated/store-results.s +++ b/test/llvm_autogenerated/store-results.s @@ -8,8 +8,8 @@ single_block: i32.const $push0=, 0 i32.store $push1=, 0($0), $pop0 return $pop1 -func_end0: - .size single_block, func_end0-single_block +.Lfunc_end0: + .size single_block, .Lfunc_end0-single_block .globl foo .type foo,@function @@ -17,18 +17,18 @@ foo: .local i32, i32 i32.const $0=, 0 copy_local $1=, $0 -BB1_1: - loop BB1_2 +.LBB1_1: + loop .LBB1_2 i32.const $push0=, 1 i32.add $1=, $1, $pop0 i32.store $discard=, pos($0), $0 i32.const $push1=, 256 i32.ne $push2=, $1, $pop1 - br_if $pop2, BB1_1 -BB1_2: + br_if $pop2, .LBB1_1 +.LBB1_2: return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl bar .type bar,@function @@ -36,18 +36,18 @@ bar: .local i32, f32 f32.const $1=, 0x0p0 i32.const $0=, 0 -BB2_1: - loop BB2_2 +.LBB2_1: + loop .LBB2_2 i32.store $discard=, pos($0), $0 f32.const $push0=, 0x1p0 f32.add $1=, $1, $pop0 f32.const $push1=, 0x1p8 f32.ne $push2=, $1, $pop1 - br_if $pop2, BB2_1 -BB2_2: + br_if $pop2, .LBB2_1 +.LBB2_2: return -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .type pos,@object .bss diff --git a/test/llvm_autogenerated/store-results.wast b/test/llvm_autogenerated/store-results.wast index d4f73baff..36d9a03e3 100644 --- a/test/llvm_autogenerated/store-results.wast +++ b/test/llvm_autogenerated/store-results.wast @@ -26,7 +26,7 @@ (set_local $$1 (get_local $$0) ) - (loop $BB1_2 $BB1_1 + (loop $.LBB1_2 $.LBB1_1 (block (set_local $$1 (i32.add @@ -43,7 +43,7 @@ (get_local $$1) (i32.const 256) ) - $BB1_1 + $.LBB1_1 ) ) ) @@ -62,7 +62,7 @@ (set_local $$0 (i32.const 0) ) - (loop $BB2_2 $BB2_1 + (loop $.LBB2_2 $.LBB2_1 (block (i32.store offset=4 align=4 (get_local $$0) @@ -79,7 +79,7 @@ (get_local $$1) (f32.const 256) ) - $BB2_1 + $.LBB2_1 ) ) ) diff --git a/test/llvm_autogenerated/store-trunc.s b/test/llvm_autogenerated/store-trunc.s index 2940a2a71..fd5e43b71 100644 --- a/test/llvm_autogenerated/store-trunc.s +++ b/test/llvm_autogenerated/store-trunc.s @@ -6,8 +6,8 @@ trunc_i8_i32: .param i32, i32 i32.store8 $discard=, 0($0), $1 return -func_end0: - .size trunc_i8_i32, func_end0-trunc_i8_i32 +.Lfunc_end0: + .size trunc_i8_i32, .Lfunc_end0-trunc_i8_i32 .globl trunc_i16_i32 .type trunc_i16_i32,@function @@ -15,8 +15,8 @@ trunc_i16_i32: .param i32, i32 i32.store16 $discard=, 0($0), $1 return -func_end1: - .size trunc_i16_i32, func_end1-trunc_i16_i32 +.Lfunc_end1: + .size trunc_i16_i32, .Lfunc_end1-trunc_i16_i32 .globl trunc_i8_i64 .type trunc_i8_i64,@function @@ -24,8 +24,8 @@ trunc_i8_i64: .param i32, i64 i64.store8 $discard=, 0($0), $1 return -func_end2: - .size trunc_i8_i64, func_end2-trunc_i8_i64 +.Lfunc_end2: + .size trunc_i8_i64, .Lfunc_end2-trunc_i8_i64 .globl trunc_i16_i64 .type trunc_i16_i64,@function @@ -33,8 +33,8 @@ trunc_i16_i64: .param i32, i64 i64.store16 $discard=, 0($0), $1 return -func_end3: - .size trunc_i16_i64, func_end3-trunc_i16_i64 +.Lfunc_end3: + .size trunc_i16_i64, .Lfunc_end3-trunc_i16_i64 .globl trunc_i32_i64 .type trunc_i32_i64,@function @@ -42,8 +42,8 @@ trunc_i32_i64: .param i32, i64 i64.store32 $discard=, 0($0), $1 return -func_end4: - .size trunc_i32_i64, func_end4-trunc_i32_i64 +.Lfunc_end4: + .size trunc_i32_i64, .Lfunc_end4-trunc_i32_i64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/store.s b/test/llvm_autogenerated/store.s index ab5b90af0..9e66aea62 100644 --- a/test/llvm_autogenerated/store.s +++ b/test/llvm_autogenerated/store.s @@ -6,8 +6,8 @@ sti32: .param i32, i32 i32.store $discard=, 0($0), $1 return -func_end0: - .size sti32, func_end0-sti32 +.Lfunc_end0: + .size sti32, .Lfunc_end0-sti32 .globl sti64 .type sti64,@function @@ -15,8 +15,8 @@ sti64: .param i32, i64 i64.store $discard=, 0($0), $1 return -func_end1: - .size sti64, func_end1-sti64 +.Lfunc_end1: + .size sti64, .Lfunc_end1-sti64 .globl stf32 .type stf32,@function @@ -24,8 +24,8 @@ stf32: .param i32, f32 f32.store $discard=, 0($0), $1 return -func_end2: - .size stf32, func_end2-stf32 +.Lfunc_end2: + .size stf32, .Lfunc_end2-stf32 .globl stf64 .type stf64,@function @@ -33,8 +33,8 @@ stf64: .param i32, f64 f64.store $discard=, 0($0), $1 return -func_end3: - .size stf64, func_end3-stf64 +.Lfunc_end3: + .size stf64, .Lfunc_end3-stf64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/switch.s b/test/llvm_autogenerated/switch.s index 38cadc71b..635d453c5 100644 --- a/test/llvm_autogenerated/switch.s +++ b/test/llvm_autogenerated/switch.s @@ -4,76 +4,76 @@ .type bar32,@function bar32: .param i32 - block BB0_8 + block .LBB0_8 i32.const $push0=, 23 i32.gt_u $push1=, $0, $pop0 - br_if $pop1, BB0_8 - block BB0_7 - block BB0_6 - block BB0_5 - block BB0_4 - block BB0_3 - block BB0_2 - tableswitch $0, BB0_2, BB0_2, BB0_2, BB0_2, BB0_2, BB0_2, BB0_2, BB0_2, BB0_3, BB0_3, BB0_3, BB0_3, BB0_3, BB0_3, BB0_3, BB0_3, BB0_4, BB0_4, BB0_4, BB0_4, BB0_4, BB0_4, BB0_5, BB0_6, BB0_7 -BB0_2: + br_if $pop1, .LBB0_8 + block .LBB0_7 + block .LBB0_6 + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 + block .LBB0_2 + tableswitch $0, .LBB0_2, .LBB0_2, .LBB0_2, .LBB0_2, .LBB0_2, .LBB0_2, .LBB0_2, .LBB0_2, .LBB0_3, .LBB0_3, .LBB0_3, .LBB0_3, .LBB0_3, .LBB0_3, .LBB0_3, .LBB0_3, .LBB0_4, .LBB0_4, .LBB0_4, .LBB0_4, .LBB0_4, .LBB0_4, .LBB0_5, .LBB0_6, .LBB0_7 +.LBB0_2: call foo0 - br BB0_8 -BB0_3: + br .LBB0_8 +.LBB0_3: call foo1 - br BB0_8 -BB0_4: + br .LBB0_8 +.LBB0_4: call foo2 - br BB0_8 -BB0_5: + br .LBB0_8 +.LBB0_5: call foo3 - br BB0_8 -BB0_6: + br .LBB0_8 +.LBB0_6: call foo4 - br BB0_8 -BB0_7: + br .LBB0_8 +.LBB0_7: call foo5 -BB0_8: +.LBB0_8: return -func_end0: - .size bar32, func_end0-bar32 +.Lfunc_end0: + .size bar32, .Lfunc_end0-bar32 .globl bar64 .type bar64,@function bar64: .param i64 - block BB1_8 + block .LBB1_8 i64.const $push1=, 23 i64.gt_u $push2=, $0, $pop1 - br_if $pop2, BB1_8 - block BB1_7 - block BB1_6 - block BB1_5 - block BB1_4 - block BB1_3 - block BB1_2 + br_if $pop2, .LBB1_8 + block .LBB1_7 + block .LBB1_6 + block .LBB1_5 + block .LBB1_4 + block .LBB1_3 + block .LBB1_2 i32.wrap/i64 $push0=, $0 - tableswitch $pop0, BB1_2, BB1_2, BB1_2, BB1_2, BB1_2, BB1_2, BB1_2, BB1_2, BB1_3, BB1_3, BB1_3, BB1_3, BB1_3, BB1_3, BB1_3, BB1_3, BB1_4, BB1_4, BB1_4, BB1_4, BB1_4, BB1_4, BB1_5, BB1_6, BB1_7 -BB1_2: + tableswitch $pop0, .LBB1_2, .LBB1_2, .LBB1_2, .LBB1_2, .LBB1_2, .LBB1_2, .LBB1_2, .LBB1_2, .LBB1_3, .LBB1_3, .LBB1_3, .LBB1_3, .LBB1_3, .LBB1_3, .LBB1_3, .LBB1_3, .LBB1_4, .LBB1_4, .LBB1_4, .LBB1_4, .LBB1_4, .LBB1_4, .LBB1_5, .LBB1_6, .LBB1_7 +.LBB1_2: call foo0 - br BB1_8 -BB1_3: + br .LBB1_8 +.LBB1_3: call foo1 - br BB1_8 -BB1_4: + br .LBB1_8 +.LBB1_4: call foo2 - br BB1_8 -BB1_5: + br .LBB1_8 +.LBB1_5: call foo3 - br BB1_8 -BB1_6: + br .LBB1_8 +.LBB1_6: call foo4 - br BB1_8 -BB1_7: + br .LBB1_8 +.LBB1_7: call foo5 -BB1_8: +.LBB1_8: return -func_end1: - .size bar64, func_end1-bar64 +.Lfunc_end1: + .size bar64, .Lfunc_end1-bar64 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/switch.wast b/test/llvm_autogenerated/switch.wast index 34676d082..69d6db9f1 100644 --- a/test/llvm_autogenerated/switch.wast +++ b/test/llvm_autogenerated/switch.wast @@ -11,39 +11,39 @@ (func $bar32 (param $$0 i32) (block $fake_return_waka123 (block - (block $BB0_8 + (block $.LBB0_8 (br_if (i32.gt_u (get_local $$0) (i32.const 23) ) - $BB0_8 + $.LBB0_8 ) - (block $BB0_7 - (block $BB0_6 - (block $BB0_5 - (block $BB0_4 - (block $BB0_3 - (block $BB0_2 + (block $.LBB0_7 + (block $.LBB0_6 + (block $.LBB0_5 + (block $.LBB0_4 + (block $.LBB0_3 + (block $.LBB0_2 (tableswitch (get_local $$0) - (table (br $BB0_2) (br $BB0_2) (br $BB0_2) (br $BB0_2) (br $BB0_2) (br $BB0_2) (br $BB0_2) (br $BB0_3) (br $BB0_3) (br $BB0_3) (br $BB0_3) (br $BB0_3) (br $BB0_3) (br $BB0_3) (br $BB0_3) (br $BB0_4) (br $BB0_4) (br $BB0_4) (br $BB0_4) (br $BB0_4) (br $BB0_4) (br $BB0_5) (br $BB0_6) (br $BB0_7)) (br $BB0_2) + (table (br $.LBB0_2) (br $.LBB0_2) (br $.LBB0_2) (br $.LBB0_2) (br $.LBB0_2) (br $.LBB0_2) (br $.LBB0_2) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_3) (br $.LBB0_4) (br $.LBB0_4) (br $.LBB0_4) (br $.LBB0_4) (br $.LBB0_4) (br $.LBB0_4) (br $.LBB0_5) (br $.LBB0_6) (br $.LBB0_7)) (br $.LBB0_2) ) ) (call_import $foo0) - (br $BB0_8) + (br $.LBB0_8) ) (call_import $foo1) - (br $BB0_8) + (br $.LBB0_8) ) (call_import $foo2) - (br $BB0_8) + (br $.LBB0_8) ) (call_import $foo3) - (br $BB0_8) + (br $.LBB0_8) ) (call_import $foo4) - (br $BB0_8) + (br $.LBB0_8) ) (call_import $foo5) ) @@ -54,41 +54,41 @@ (func $bar64 (param $$0 i64) (block $fake_return_waka123 (block - (block $BB1_8 + (block $.LBB1_8 (br_if (i64.gt_u (get_local $$0) (i64.const 23) ) - $BB1_8 + $.LBB1_8 ) - (block $BB1_7 - (block $BB1_6 - (block $BB1_5 - (block $BB1_4 - (block $BB1_3 - (block $BB1_2 + (block $.LBB1_7 + (block $.LBB1_6 + (block $.LBB1_5 + (block $.LBB1_4 + (block $.LBB1_3 + (block $.LBB1_2 (tableswitch (i32.wrap/i64 (get_local $$0) ) - (table (br $BB1_2) (br $BB1_2) (br $BB1_2) (br $BB1_2) (br $BB1_2) (br $BB1_2) (br $BB1_2) (br $BB1_3) (br $BB1_3) (br $BB1_3) (br $BB1_3) (br $BB1_3) (br $BB1_3) (br $BB1_3) (br $BB1_3) (br $BB1_4) (br $BB1_4) (br $BB1_4) (br $BB1_4) (br $BB1_4) (br $BB1_4) (br $BB1_5) (br $BB1_6) (br $BB1_7)) (br $BB1_2) + (table (br $.LBB1_2) (br $.LBB1_2) (br $.LBB1_2) (br $.LBB1_2) (br $.LBB1_2) (br $.LBB1_2) (br $.LBB1_2) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_3) (br $.LBB1_4) (br $.LBB1_4) (br $.LBB1_4) (br $.LBB1_4) (br $.LBB1_4) (br $.LBB1_4) (br $.LBB1_5) (br $.LBB1_6) (br $.LBB1_7)) (br $.LBB1_2) ) ) (call_import $foo0) - (br $BB1_8) + (br $.LBB1_8) ) (call_import $foo1) - (br $BB1_8) + (br $.LBB1_8) ) (call_import $foo2) - (br $BB1_8) + (br $.LBB1_8) ) (call_import $foo3) - (br $BB1_8) + (br $.LBB1_8) ) (call_import $foo4) - (br $BB1_8) + (br $.LBB1_8) ) (call_import $foo5) ) diff --git a/test/llvm_autogenerated/unreachable.s b/test/llvm_autogenerated/unreachable.s index 4ca6e5585..bd5f85df6 100644 --- a/test/llvm_autogenerated/unreachable.s +++ b/test/llvm_autogenerated/unreachable.s @@ -6,24 +6,24 @@ f1: .result i32 call abort unreachable -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function f2: unreachable return -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function f3: unreachable return -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/unused-argument.s b/test/llvm_autogenerated/unused-argument.s index b0024df5a..97d72ee2c 100644 --- a/test/llvm_autogenerated/unused-argument.s +++ b/test/llvm_autogenerated/unused-argument.s @@ -6,8 +6,8 @@ unused_first: .param i32, i32 .result i32 return $1 -func_end0: - .size unused_first, func_end0-unused_first +.Lfunc_end0: + .size unused_first, .Lfunc_end0-unused_first .globl unused_second .type unused_second,@function @@ -15,16 +15,16 @@ unused_second: .param i32, i32 .result i32 return $0 -func_end1: - .size unused_second, func_end1-unused_second +.Lfunc_end1: + .size unused_second, .Lfunc_end1-unused_second .globl call_something .type call_something,@function call_something: i32.call $discard=, return_something return -func_end2: - .size call_something, func_end2-call_something +.Lfunc_end2: + .size call_something, .Lfunc_end2-call_something .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/userstack.s b/test/llvm_autogenerated/userstack.s index de7af37f2..f3ae1cbca 100644 --- a/test/llvm_autogenerated/userstack.s +++ b/test/llvm_autogenerated/userstack.s @@ -17,8 +17,8 @@ alloca32: i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return -func_end0: - .size alloca32, func_end0-alloca32 +.Lfunc_end0: + .size alloca32, .Lfunc_end0-alloca32 .globl alloca3264 .type alloca3264,@function @@ -39,8 +39,8 @@ alloca3264: i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return -func_end1: - .size alloca3264, func_end1-alloca3264 +.Lfunc_end1: + .size alloca3264, .Lfunc_end1-alloca3264 .globl allocarray .type allocarray,@function @@ -64,16 +64,16 @@ allocarray: i32.const $3=, __stack_pointer i32.store $5=, 0($3), $5 return -func_end2: - .size allocarray, func_end2-allocarray +.Lfunc_end2: + .size allocarray, .Lfunc_end2-allocarray .globl dynamic_alloca .type dynamic_alloca,@function dynamic_alloca: .param i32 return -func_end3: - .size dynamic_alloca, func_end3-dynamic_alloca +.Lfunc_end3: + .size dynamic_alloca, .Lfunc_end3-dynamic_alloca .section ".note.GNU-stack","",@progbits diff --git a/test/llvm_autogenerated/varargs.s b/test/llvm_autogenerated/varargs.s index 4a1316816..5159dadca 100644 --- a/test/llvm_autogenerated/varargs.s +++ b/test/llvm_autogenerated/varargs.s @@ -5,8 +5,8 @@ end: .param i32 return -func_end0: - .size end, func_end0-end +.Lfunc_end0: + .size end, .Lfunc_end0-end .globl copy .type copy,@function @@ -15,8 +15,8 @@ copy: i32.load $push0=, 0($1) i32.store $discard=, 0($0), $pop0 return -func_end1: - .size copy, func_end1-copy +.Lfunc_end1: + .size copy, .Lfunc_end1-copy .globl arg_i8 .type arg_i8,@function @@ -30,8 +30,8 @@ arg_i8: i32.store $discard=, 0($0), $pop1 i32.load $push2=, 0($1) return $pop2 -func_end2: - .size arg_i8, func_end2-arg_i8 +.Lfunc_end2: + .size arg_i8, .Lfunc_end2-arg_i8 .globl arg_i32 .type arg_i32,@function @@ -49,8 +49,8 @@ arg_i32: i32.store $discard=, 0($0), $pop5 i32.load $push6=, 0($1) return $pop6 -func_end3: - .size arg_i32, func_end3-arg_i32 +.Lfunc_end3: + .size arg_i32, .Lfunc_end3-arg_i32 .globl arg_i128 .type arg_i128,@function @@ -74,23 +74,23 @@ arg_i128: i64.store $discard=, 0($pop8), $pop7 i64.store $discard=, 0($0), $5 return -func_end4: - .size arg_i128, func_end4-arg_i128 +.Lfunc_end4: + .size arg_i128, .Lfunc_end4-arg_i128 .globl caller_none .type caller_none,@function caller_none: call callee return -func_end5: - .size caller_none, func_end5-caller_none +.Lfunc_end5: + .size caller_none, .Lfunc_end5-caller_none .globl caller_some .type caller_some,@function caller_some: return -func_end6: - .size caller_some, func_end6-caller_some +.Lfunc_end6: + .size caller_some, .Lfunc_end6-caller_some .section ".note.GNU-stack","",@progbits diff --git a/test/torture-s/20000112-1.c.s b/test/torture-s/20000112-1.c.s index 89f300940..a886dcc2f 100644 --- a/test/torture-s/20000112-1.c.s +++ b/test/torture-s/20000112-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000113-1.c.s b/test/torture-s/20000113-1.c.s index f1a6e52b4..cfcfc1ece 100644 --- a/test/torture-s/20000113-1.c.s +++ b/test/torture-s/20000113-1.c.s @@ -6,12 +6,12 @@ foobar: # @foobar .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push0=, 1 i32.and $0=, $0, $pop0 i32.const $push10=, 0 i32.eq $push11=, $0, $pop10 - br_if $pop11, BB0_3 + br_if $pop11, .LBB0_3 # BB#1: # %lor.lhs.false i32.const $push1=, 3 i32.and $1=, $1, $pop1 @@ -22,16 +22,16 @@ foobar: # @foobar i32.and $push6=, $pop4, $pop5 i32.const $push7=, 5 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_3 + br_if $pop8, .LBB0_3 # BB#2: # %if.end i32.const $push9=, 0 call exit, $pop9 unreachable -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size foobar, func_end0-foobar +.Lfunc_end0: + .size foobar, .Lfunc_end0-foobar .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.const $push0=, 3 i32.call $discard=, foobar, $pop2, $pop1, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000121-1.c.s b/test/torture-s/20000121-1.c.s index 37d8b7b7d..3e56899f8 100644 --- a/test/torture-s/20000121-1.c.s +++ b/test/torture-s/20000121-1.c.s @@ -6,8 +6,8 @@ big: # @big .param i64 # BB#0: # %entry return -func_end0: - .size big, func_end0-big +.Lfunc_end0: + .size big, .Lfunc_end0-big .globl doit .type doit,@function @@ -15,8 +15,8 @@ doit: # @doit .param i32, i32, i32 # BB#0: # %entry return -func_end1: - .size doit, func_end1-doit +.Lfunc_end1: + .size doit, .Lfunc_end1-doit .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000205-1.c.s b/test/torture-s/20000205-1.c.s index fb552c223..61ec74fbb 100644 --- a/test/torture-s/20000205-1.c.s +++ b/test/torture-s/20000205-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000217-1.c.s b/test/torture-s/20000217-1.c.s index fad0d56ba..301a007ef 100644 --- a/test/torture-s/20000217-1.c.s +++ b/test/torture-s/20000217-1.c.s @@ -17,8 +17,8 @@ showbug: # @showbug i32.const $push6=, 7 i32.gt_u $push7=, $pop5, $pop6 return $pop7 -func_end0: - .size showbug, func_end0-showbug +.Lfunc_end0: + .size showbug, .Lfunc_end0-showbug .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000223-1.c.s b/test/torture-s/20000223-1.c.s index 80b3d9874..b8dda045e 100644 --- a/test/torture-s/20000223-1.c.s +++ b/test/torture-s/20000223-1.c.s @@ -5,19 +5,19 @@ check: # @check .param i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.sub $push1=, $pop0, $1 i32.and $push2=, $1, $pop1 i32.ne $push3=, $pop2, $1 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000224-1.c.s b/test/torture-s/20000224-1.c.s index 125a42a80..67658ddbd 100644 --- a/test/torture-s/20000224-1.c.s +++ b/test/torture-s/20000224-1.c.s @@ -9,16 +9,16 @@ test: # @test i32.const $2=, 0 i32.load $0=, loop_1($2) i32.const $3=, 1 - block BB0_4 + block .LBB0_4 i32.lt_s $push0=, $0, $3 - br_if $pop0, BB0_4 + br_if $pop0, .LBB0_4 # BB#1: # %while.body.lr.ph i32.load $1=, loop_2($2) i32.load $5=, flag($2) copy_local $6=, $2 -BB0_2: # %while.body +.LBB0_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $4=, 31 i32.shl $push2=, $5, $4 i32.shr_s $push3=, $pop2, $4 @@ -28,14 +28,14 @@ BB0_2: # %while.body i32.add $6=, $6, $pop5 i32.add $5=, $5, $3 i32.gt_s $push6=, $0, $6 - br_if $pop6, BB0_2 -BB0_3: # %while.cond.while.end_crit_edge + br_if $pop6, .LBB0_2 +.LBB0_3: # %while.cond.while.end_crit_edge i32.const $push7=, 0 i32.store $discard=, flag($pop7), $5 -BB0_4: # %while.end +.LBB0_4: # %while.end return $3 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -46,16 +46,16 @@ main: # @main i32.const $2=, 0 i32.load $0=, loop_1($2) i32.const $3=, 1 - block BB1_4 + block .LBB1_4 i32.lt_s $push0=, $0, $3 - br_if $pop0, BB1_4 + br_if $pop0, .LBB1_4 # BB#1: # %while.body.lr.ph.i i32.load $1=, loop_2($2) i32.load $5=, flag($2) copy_local $6=, $2 -BB1_2: # %while.body.i +.LBB1_2: # %while.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $4=, 31 i32.lt_s $push1=, $1, $3 i32.shl $push2=, $5, $4 @@ -65,15 +65,15 @@ BB1_2: # %while.body.i i32.add $6=, $pop5, $6 i32.add $5=, $5, $3 i32.gt_s $push6=, $0, $6 - br_if $pop6, BB1_2 -BB1_3: # %while.cond.while.end_crit_edge.i + br_if $pop6, .LBB1_2 +.LBB1_3: # %while.cond.while.end_crit_edge.i i32.const $push7=, 0 i32.store $discard=, flag($pop7), $5 -BB1_4: # %test.exit +.LBB1_4: # %test.exit call exit, $2 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type loop_1,@object # @loop_1 .data diff --git a/test/torture-s/20000225-1.c.s b/test/torture-s/20000225-1.c.s index 979b98f03..5f9b235c8 100644 --- a/test/torture-s/20000225-1.c.s +++ b/test/torture-s/20000225-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000227-1.c.s b/test/torture-s/20000227-1.c.s index 52f9def3f..f752424e3 100644 --- a/test/torture-s/20000227-1.c.s +++ b/test/torture-s/20000227-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000313-1.c.s b/test/torture-s/20000313-1.c.s index c26cbbc2d..c339c0e08 100644 --- a/test/torture-s/20000313-1.c.s +++ b/test/torture-s/20000313-1.c.s @@ -13,8 +13,8 @@ buggy: # @buggy i32.const $push0=, -1 i32.select $push1=, $1, $pop0, $2 return $pop1 -func_end0: - .size buggy, func_end0-buggy +.Lfunc_end0: + .size buggy, .Lfunc_end0-buggy .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %if.end3 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000314-1.c.s b/test/torture-s/20000314-1.c.s index 095d53add..b88f4c687 100644 --- a/test/torture-s/20000314-1.c.s +++ b/test/torture-s/20000314-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000314-2.c.s b/test/torture-s/20000314-2.c.s index dbb2a892a..7ad849b9a 100644 --- a/test/torture-s/20000314-2.c.s +++ b/test/torture-s/20000314-2.c.s @@ -7,17 +7,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type bigconst,@object # @bigconst .section .rodata,"a",@progbits diff --git a/test/torture-s/20000314-3.c.s b/test/torture-s/20000314-3.c.s index 84dd7abdc..c4cd066b2 100644 --- a/test/torture-s/20000314-3.c.s +++ b/test/torture-s/20000314-3.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000402-1.c.s b/test/torture-s/20000402-1.c.s index 6f2073b35..a0fccc291 100644 --- a/test/torture-s/20000402-1.c.s +++ b/test/torture-s/20000402-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000403-1.c.s b/test/torture-s/20000403-1.c.s index bd6ed7d66..9ec0dffb9 100644 --- a/test/torture-s/20000403-1.c.s +++ b/test/torture-s/20000403-1.c.s @@ -7,22 +7,22 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, aa($0) i32.const $push2=, 4096 i32.add $push3=, $pop0, $pop2 i32.load $push1=, bb($0) i32.sub $push4=, $pop3, $pop1 i32.le_s $push5=, $pop4, $0 - br_if $pop5, BB0_2 + br_if $pop5, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl seqgt .type seqgt,@function @@ -35,8 +35,8 @@ seqgt: # @seqgt i32.const $push2=, 0 i32.gt_s $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size seqgt, func_end1-seqgt +.Lfunc_end1: + .size seqgt, .Lfunc_end1-seqgt .globl seqgt2 .type seqgt2,@function @@ -49,8 +49,8 @@ seqgt2: # @seqgt2 i32.const $push2=, 0 i32.gt_s $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size seqgt2, func_end2-seqgt2 +.Lfunc_end2: + .size seqgt2, .Lfunc_end2-seqgt2 .type aa,@object # @aa .data diff --git a/test/torture-s/20000412-1.c.s b/test/torture-s/20000412-1.c.s index fa9c682fb..c06f609f9 100644 --- a/test/torture-s/20000412-1.c.s +++ b/test/torture-s/20000412-1.c.s @@ -14,8 +14,8 @@ foo: # @foo i32.const $push6=, 828 i32.add $push7=, $pop5, $pop6 return $pop7 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,19 +24,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load16_u $push0=, i($0) i32.const $push1=, 65535 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type i,@object # @i .data diff --git a/test/torture-s/20000412-2.c.s b/test/torture-s/20000412-2.c.s index 36b5fdd7c..8aedec050 100644 --- a/test/torture-s/20000412-2.c.s +++ b/test/torture-s/20000412-2.c.s @@ -14,28 +14,28 @@ f: # @f i32.const $3=, __stack_pointer i32.store $4=, 0($3), $4 i32.store $discard=, 12($4), $0 - block BB0_3 - block BB0_2 + block .LBB0_3 + block .LBB0_2 i32.const $push2=, 0 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end i32.const $push0=, -1 i32.add $push1=, $0, $pop0 i32.const $5=, 12 i32.add $5=, $4, $5 i32.call $0=, f, $pop1, $5 - br BB0_3 -BB0_2: # %if.then + br .LBB0_3 +.LBB0_2: # %if.then i32.load $0=, 0($1) -BB0_3: # %cleanup +.LBB0_3: # %cleanup i32.const $4=, 16 i32.add $4=, $4, $4 i32.const $4=, __stack_pointer i32.store $4=, 0($4), $4 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -45,20 +45,20 @@ main: # @main .local i32 # BB#0: # %entry i32.const $2=, 0 - block BB1_2 + block .LBB1_2 i32.const $push0=, 100 i32.call $push1=, f, $pop0, $2 i32.const $push2=, 1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end call exit, $2 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000412-4.c.s b/test/torture-s/20000412-4.c.s index 45aebca6e..268188776 100644 --- a/test/torture-s/20000412-4.c.s +++ b/test/torture-s/20000412-4.c.s @@ -10,10 +10,10 @@ f: # @f i32.const $5=, 0 i32.gt_s $6=, $8, $5 i32.select $9=, $6, $8, $5 - block BB0_5 + block .LBB0_5 i32.const $push0=, 3 i32.ge_s $push1=, $9, $pop0 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#1: # %for.body.lr.ph i32.const $7=, -1 i32.select $push2=, $6, $8, $5 @@ -23,27 +23,27 @@ f: # @f i32.mul $push6=, $3, $pop5 i32.add $push7=, $2, $pop6 i32.sub $8=, $pop7, $1 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.add $8=, $8, $3 i32.le_s $push9=, $8, $7 - br_if $pop9, BB0_4 + br_if $pop9, .LBB0_4 # BB#3: # %for.cond - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push8=, 1 i32.add $9=, $9, $pop8 i32.const $push10=, 2 i32.le_s $push11=, $9, $pop10 - br_if $pop11, BB0_2 - br BB0_5 -BB0_4: # %if.then + br_if $pop11, .LBB0_2 + br .LBB0_5 +.LBB0_4: # %if.then call abort unreachable -BB0_5: # %for.cond6.preheader +.LBB0_5: # %for.cond6.preheader return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -54,8 +54,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000412-5.c.s b/test/torture-s/20000412-5.c.s index b326cd4be..9cdbdfa87 100644 --- a/test/torture-s/20000412-5.c.s +++ b/test/torture-s/20000412-5.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000412-6.c.s b/test/torture-s/20000412-6.c.s index f69ecfb28..87932beae 100644 --- a/test/torture-s/20000412-6.c.s +++ b/test/torture-s/20000412-6.c.s @@ -7,7 +7,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.const $push1=, 512 i32.load16_u $push0=, buf($0) i32.sub $push2=, $pop1, $pop0 @@ -19,15 +19,15 @@ main: # @main i32.and $push8=, $pop6, $pop7 i32.const $push9=, 491 i32.ne $push10=, $pop8, $pop9 - br_if $pop10, BB0_2 + br_if $pop10, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl bug .type bug,@function @@ -35,12 +35,12 @@ bug: # @bug .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.ge_u $push0=, $1, $2 - br_if $pop0, BB1_2 -BB1_1: # %for.body + br_if $pop0, .LBB1_2 +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $push2=, 65535 i32.and $push3=, $0, $pop2 i32.load16_u $push1=, 0($1) @@ -48,13 +48,13 @@ BB1_1: # %for.body i32.const $push4=, 2 i32.add $1=, $1, $pop4 i32.lt_u $push5=, $1, $2 - br_if $pop5, BB1_1 -BB1_2: # %for.end + br_if $pop5, .LBB1_1 +.LBB1_2: # %for.end i32.const $push6=, 65535 i32.and $push7=, $0, $pop6 return $pop7 -func_end1: - .size bug, func_end1-bug +.Lfunc_end1: + .size bug, .Lfunc_end1-bug .type buf,@object # @buf .data diff --git a/test/torture-s/20000422-1.c.s b/test/torture-s/20000422-1.c.s index e78afc09f..4ae83056f 100644 --- a/test/torture-s/20000422-1.c.s +++ b/test/torture-s/20000422-1.c.s @@ -9,9 +9,9 @@ main: # @main i32.const $5=, 0 i32.load $0=, num($5) i32.const $6=, 1 - block BB0_11 + block .LBB0_11 i32.lt_s $push0=, $0, $6 - br_if $pop0, BB0_11 + br_if $pop0, .LBB0_11 # BB#1: # %for.cond1.preheader.preheader i32.const $8=, ops i32.const $push1=, 2 @@ -22,73 +22,73 @@ main: # @main i32.const $7=, -1 i32.add $1=, $0, $7 copy_local $10=, $5 -BB0_2: # %for.cond1.preheader +.LBB0_2: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB0_3 Depth 2 - loop BB0_7 + # Child Loop .LBB0_3 Depth 2 + loop .LBB0_7 copy_local $11=, $2 copy_local $12=, $1 - block BB0_6 + block .LBB0_6 i32.le_s $push5=, $1, $10 - br_if $pop5, BB0_6 -BB0_3: # %for.body3 - # Parent Loop BB0_2 Depth=1 + br_if $pop5, .LBB0_6 +.LBB0_3: # %for.body3 + # Parent Loop .LBB0_2 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB0_6 + loop .LBB0_6 i32.const $push6=, 4 i32.add $9=, $11, $pop6 i32.load $3=, 0($11) i32.load $4=, 0($9) - block BB0_5 + block .LBB0_5 i32.ge_s $push7=, $3, $4 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#4: # %if.then - # in Loop: Header=BB0_3 Depth=2 + # in Loop: Header=.LBB0_3 Depth=2 i32.store $discard=, 0($9), $3 i32.store $discard=, 0($11), $4 -BB0_5: # %for.cond1.backedge - # in Loop: Header=BB0_3 Depth=2 +.LBB0_5: # %for.cond1.backedge + # in Loop: Header=.LBB0_3 Depth=2 i32.const $push8=, -4 i32.add $11=, $11, $pop8 i32.add $12=, $12, $7 i32.gt_s $push9=, $12, $10 - br_if $pop9, BB0_3 -BB0_6: # %for.end - # in Loop: Header=BB0_2 Depth=1 + br_if $pop9, .LBB0_3 +.LBB0_6: # %for.end + # in Loop: Header=.LBB0_2 Depth=1 i32.add $10=, $10, $6 i32.lt_s $push10=, $10, $0 - br_if $pop10, BB0_2 -BB0_7: # %for.cond15.preheader + br_if $pop10, .LBB0_2 +.LBB0_7: # %for.cond15.preheader i32.const $11=, 0 copy_local $12=, $11 i32.le_s $push11=, $0, $11 - br_if $pop11, BB0_11 -BB0_8: # %for.body17 + br_if $pop11, .LBB0_11 +.LBB0_8: # %for.body17 # =>This Inner Loop Header: Depth=1 - loop BB0_10 + loop .LBB0_10 i32.add $push12=, $8, $11 i32.load $push13=, 0($pop12) i32.const $push14=, correct i32.add $push15=, $pop14, $11 i32.load $push16=, 0($pop15) i32.ne $push17=, $pop13, $pop16 - br_if $pop17, BB0_10 + br_if $pop17, .LBB0_10 # BB#9: # %for.cond15 - # in Loop: Header=BB0_8 Depth=1 + # in Loop: Header=.LBB0_8 Depth=1 i32.const $push18=, 4 i32.add $11=, $11, $pop18 i32.add $12=, $12, $6 i32.lt_s $push19=, $12, $0 - br_if $pop19, BB0_8 - br BB0_11 -BB0_10: # %if.then21 + br_if $pop19, .LBB0_8 + br .LBB0_11 +.LBB0_10: # %if.then21 call abort unreachable -BB0_11: # %for.end25 +.LBB0_11: # %for.end25 call exit, $5 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type ops,@object # @ops .data diff --git a/test/torture-s/20000503-1.c.s b/test/torture-s/20000503-1.c.s index dd9d90b45..a458024f9 100644 --- a/test/torture-s/20000503-1.c.s +++ b/test/torture-s/20000503-1.c.s @@ -15,8 +15,8 @@ sub: # @sub i32.const $push3=, 2 i32.shl $push4=, $pop2, $pop3 return $pop4 -func_end0: - .size sub, func_end0-sub +.Lfunc_end0: + .size sub, .Lfunc_end0-sub .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000511-1.c.s b/test/torture-s/20000511-1.c.s index 985dde93f..ff6fad0f9 100644 --- a/test/torture-s/20000511-1.c.s +++ b/test/torture-s/20000511-1.c.s @@ -5,16 +5,16 @@ f: # @f .param i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.ne $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000519-2.c.s b/test/torture-s/20000519-2.c.s index 87a524662..257553d89 100644 --- a/test/torture-s/20000519-2.c.s +++ b/test/torture-s/20000519-2.c.s @@ -7,19 +7,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, x($0) i32.const $push1=, -1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/20000523-1.c.s b/test/torture-s/20000523-1.c.s index ca47dd49c..798949e89 100644 --- a/test/torture-s/20000523-1.c.s +++ b/test/torture-s/20000523-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000528-1.c.s b/test/torture-s/20000528-1.c.s index 8c6d0a771..71fbbff41 100644 --- a/test/torture-s/20000528-1.c.s +++ b/test/torture-s/20000528-1.c.s @@ -7,20 +7,20 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load16_u $push0=, l($0) i32.store16 $push1=, s($0), $pop0 i32.const $push2=, 65534 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type l,@object # @l .data diff --git a/test/torture-s/20000603-1.c.s b/test/torture-s/20000603-1.c.s index 28f271a5c..ed16cac9d 100644 --- a/test/torture-s/20000603-1.c.s +++ b/test/torture-s/20000603-1.c.s @@ -12,8 +12,8 @@ f: # @f f64.const $push2=, 0x1p0 f64.add $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -22,8 +22,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000605-1.c.s b/test/torture-s/20000605-1.c.s index 3ae94996f..5a3ac8846 100644 --- a/test/torture-s/20000605-1.c.s +++ b/test/torture-s/20000605-1.c.s @@ -7,27 +7,27 @@ main: # @main .local i32, i32 # BB#0: # %for.body.lr.ph.i i32.const $1=, 0 -BB0_1: # %for.body.i +.LBB0_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, 1 i32.add $1=, $1, $pop0 i32.const $0=, 256 i32.ne $push1=, $1, $0 - br_if $pop1, BB0_1 -BB0_2: # %render_image_rgb_a.exit - block BB0_4 + br_if $pop1, .LBB0_1 +.LBB0_2: # %render_image_rgb_a.exit + block .LBB0_4 i32.ne $push2=, $1, $0 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %if.end i32.const $push3=, 0 call exit, $pop3 unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000605-2.c.s b/test/torture-s/20000605-2.c.s index 7d7866bcd..a925a37d8 100644 --- a/test/torture-s/20000605-2.c.s +++ b/test/torture-s/20000605-2.c.s @@ -8,18 +8,18 @@ f1: # @f1 # BB#0: # %entry i32.load $2=, 0($0) i32.const $4=, 0 - block BB0_4 + block .LBB0_4 i32.load $push0=, 0($1) i32.ge_s $push1=, $2, $pop0 - br_if $pop1, BB0_4 -BB0_1: # %for.body + br_if $pop1, .LBB0_4 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $push2=, 5 i32.ge_s $push3=, $4, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %for.inc - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $3=, 1 i32.add $push4=, $2, $4 i32.add $push5=, $pop4, $3 @@ -29,15 +29,15 @@ BB0_1: # %for.body i32.add $push7=, $2, $3 i32.load $push6=, 0($1) i32.lt_s $push8=, $pop7, $pop6 - br_if $pop8, BB0_1 - br BB0_4 -BB0_3: # %if.then + br_if $pop8, .LBB0_1 + br .LBB0_4 +.LBB0_3: # %if.then call abort unreachable -BB0_4: # %for.end +.LBB0_4: # %for.end return -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl main .type main,@function @@ -47,8 +47,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000605-3.c.s b/test/torture-s/20000605-3.c.s index 8c929b27b..ea8e7b110 100644 --- a/test/torture-s/20000605-3.c.s +++ b/test/torture-s/20000605-3.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %cleanup7 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000622-1.c.s b/test/torture-s/20000622-1.c.s index 6a274db8a..26a35b0bc 100644 --- a/test/torture-s/20000622-1.c.s +++ b/test/torture-s/20000622-1.c.s @@ -6,26 +6,26 @@ foo: # @foo .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 12 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %entry i32.const $push2=, 1 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#2: # %entry i32.const $push4=, 11 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.end i32.const $push6=, 0 return $pop6 -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -34,29 +34,29 @@ bar: # @bar .result i32 # BB#0: # %entry return $1 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl baz .type baz,@function baz: # @baz .param i32, i32, i32 # BB#0: # %entry - block BB2_3 + block .LBB2_3 i32.const $push0=, 11 i32.ne $push1=, $1, $pop0 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#1: # %entry i32.const $push2=, 12 i32.ne $push3=, $2, $pop2 - br_if $pop3, BB2_3 + br_if $pop3, .LBB2_3 # BB#2: # %foo.exit return -BB2_3: # %if.then.i +.LBB2_3: # %if.then.i call abort unreachable -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -66,8 +66,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000703-1.c.s b/test/torture-s/20000703-1.c.s index 2a86bc711..44745d3ae 100644 --- a/test/torture-s/20000703-1.c.s +++ b/test/torture-s/20000703-1.c.s @@ -20,8 +20,8 @@ foo: # @foo i32.store $discard=, 20($0), $1 i32.store $discard=, 24($0), $2 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -48,8 +48,8 @@ bar: # @bar i32.store $discard=, 20($0), $1 i32.store $discard=, 24($0), $2 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -59,8 +59,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20000706-3.c.s b/test/torture-s/20000706-3.c.s index 7f980d40d..c0f76fd84 100644 --- a/test/torture-s/20000706-3.c.s +++ b/test/torture-s/20000706-3.c.s @@ -9,54 +9,54 @@ baz: # @baz i32.load $push0=, 0($0) i32.store $discard=, c($pop1), $pop0 return -func_end0: - .size baz, func_end0-baz +.Lfunc_end0: + .size baz, .Lfunc_end0-baz .globl bar .type bar,@function bar: # @bar .param i32 # BB#0: # %entry - block BB1_3 + block .LBB1_3 i32.const $push2=, 2 i32.ne $push3=, $0, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#1: # %entry i32.const $push1=, 0 i32.load $push0=, c($pop1) i32.const $push4=, 1 i32.ne $push5=, $pop0, $pop4 - br_if $pop5, BB1_3 + br_if $pop5, .LBB1_3 # BB#2: # %if.end return -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl foo .type foo,@function foo: # @foo .param i32, i32 # BB#0: # %entry - block BB2_3 + block .LBB2_3 i32.const $push0=, 0 i32.store $push1=, c($pop0), $0 i32.const $push2=, 1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB2_3 + br_if $pop3, .LBB2_3 # BB#1: # %entry i32.const $push4=, 2 i32.ne $push5=, $1, $pop4 - br_if $pop5, BB2_3 + br_if $pop5, .LBB2_3 # BB#2: # %bar.exit return -BB2_3: # %if.then.i +.LBB2_3: # %if.then.i call abort unreachable -func_end2: - .size foo, func_end2-foo +.Lfunc_end2: + .size foo, .Lfunc_end2-foo .globl main .type main,@function @@ -69,8 +69,8 @@ main: # @main i32.store $discard=, c($0), $pop0 call exit, $0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type c,@object # @c .bss diff --git a/test/torture-s/20000715-1.c.s b/test/torture-s/20000715-1.c.s index 87fac0211..4ecc8e904 100644 --- a/test/torture-s/20000715-1.c.s +++ b/test/torture-s/20000715-1.c.s @@ -5,24 +5,24 @@ test1: # @test1 # BB#0: # %entry return -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function test2: # @test2 # BB#0: # %entry return -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function test3: # @test3 # BB#0: # %entry return -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -34,8 +34,8 @@ test4: # @test4 i32.store $push1=, x($0), $pop0 i32.store $discard=, y($0), $pop1 return -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function @@ -47,8 +47,8 @@ test5: # @test5 i32.store $push1=, x($0), $pop0 i32.store $discard=, y($0), $pop1 return -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function @@ -60,8 +60,8 @@ test6: # @test6 i32.store $push1=, x($0), $pop0 i32.store $discard=, y($0), $pop1 return -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl main .type main,@function @@ -75,8 +75,8 @@ main: # @main i32.store $discard=, y($0), $pop1 call exit, $0 unreachable -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .type x,@object # @x .bss diff --git a/test/torture-s/20000715-2.c.s b/test/torture-s/20000715-2.c.s index 42b05f02a..534ab98e1 100644 --- a/test/torture-s/20000715-2.c.s +++ b/test/torture-s/20000715-2.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.const $push4=, 1020 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000717-2.c.s b/test/torture-s/20000717-2.c.s index 12f458d1e..ff9cbe91d 100644 --- a/test/torture-s/20000717-2.c.s +++ b/test/torture-s/20000717-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000717-3.c.s b/test/torture-s/20000717-3.c.s index 405979704..4f882ac40 100644 --- a/test/torture-s/20000717-3.c.s +++ b/test/torture-s/20000717-3.c.s @@ -14,8 +14,8 @@ foo: # @foo i32.add $push3=, $pop0, $pop2 i32.store $discard=, 0($0), $pop3 return $1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,19 +24,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, c($0) i32.const $push1=, -1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type c,@object # @c .data diff --git a/test/torture-s/20000717-4.c.s b/test/torture-s/20000717-4.c.s index aa089d6ff..417b762f3 100644 --- a/test/torture-s/20000717-4.c.s +++ b/test/torture-s/20000717-4.c.s @@ -8,8 +8,8 @@ x: # @x i32.const $push0=, 0 i32.load $push1=, s+8($pop0) return $pop1 -func_end0: - .size x, func_end0-x +.Lfunc_end0: + .size x, .Lfunc_end0-x .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .bss diff --git a/test/torture-s/20000722-1.c.s b/test/torture-s/20000722-1.c.s index b3c7c60f2..4a9ed2fd0 100644 --- a/test/torture-s/20000722-1.c.s +++ b/test/torture-s/20000722-1.c.s @@ -8,38 +8,38 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl bar .type bar,@function bar: # @bar # BB#0: # %foo.exit return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl foo .type foo,@function foo: # @foo .param i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.load $push0=, 4($0) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %if.end i32.const $push3=, 4 i32.add $push4=, $0, $pop3 i32.const $push5=, 2 i32.store $discard=, 0($pop4), $pop5 return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size foo, func_end2-foo +.Lfunc_end2: + .size foo, .Lfunc_end2-foo .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000726-1.c.s b/test/torture-s/20000726-1.c.s index de1f26891..627a2103c 100644 --- a/test/torture-s/20000726-1.c.s +++ b/test/torture-s/20000726-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl adjust_xy .type adjust_xy,@function @@ -19,8 +19,8 @@ adjust_xy: # @adjust_xy i32.const $push0=, 1 i32.store16 $discard=, 0($0), $pop0 return -func_end1: - .size adjust_xy, func_end1-adjust_xy +.Lfunc_end1: + .size adjust_xy, .Lfunc_end1-adjust_xy .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000731-1.c.s b/test/torture-s/20000731-1.c.s index d263ec65b..ea9048f37 100644 --- a/test/torture-s/20000731-1.c.s +++ b/test/torture-s/20000731-1.c.s @@ -7,16 +7,16 @@ foo: # @foo # BB#0: # %entry f64.const $push0=, 0x0p0 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl do_sibcall .type do_sibcall,@function do_sibcall: # @do_sibcall # BB#0: # %entry return -func_end1: - .size do_sibcall, func_end1-do_sibcall +.Lfunc_end1: + .size do_sibcall, .Lfunc_end1-do_sibcall .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000731-2.c.s b/test/torture-s/20000731-2.c.s index d823de23e..a270ff51a 100644 --- a/test/torture-s/20000731-2.c.s +++ b/test/torture-s/20000731-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000801-1.c.s b/test/torture-s/20000801-1.c.s index 5b8c52a2c..d91883bc4 100644 --- a/test/torture-s/20000801-1.c.s +++ b/test/torture-s/20000801-1.c.s @@ -8,12 +8,12 @@ foo: # @foo # BB#0: # %entry i32.add $2=, $0, $1 i32.const $3=, 1 - block BB0_2 + block .LBB0_2 i32.lt_s $push0=, $1, $3 - br_if $pop0, BB0_2 -BB0_1: # %while.body + br_if $pop0, .LBB0_2 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push1=, 3 i32.add $1=, $0, $pop1 i32.load8_u $5=, 0($1) @@ -30,11 +30,11 @@ BB0_1: # %while.body i32.const $push5=, 4 i32.add $0=, $0, $pop5 i32.lt_u $push6=, $0, $2 - br_if $pop6, BB0_1 -BB0_2: # %while.end + br_if $pop6, .LBB0_1 +.LBB0_2: # %while.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -48,21 +48,21 @@ main: # @main i32.sub $2=, $0, $1 i32.const $1=, __stack_pointer i32.store $2=, 0($1), $2 - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.store $push1=, 12($2), $pop0 i32.const $push3=, 0 i32.eq $push4=, $pop1, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 0 call exit, $pop2 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000801-3.c.s b/test/torture-s/20000801-3.c.s index 6e5b26a82..6410bc00c 100644 --- a/test/torture-s/20000801-3.c.s +++ b/test/torture-s/20000801-3.c.s @@ -7,19 +7,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, s+4($0) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then call exit, $0 unreachable -BB0_2: # %if.else +.LBB0_2: # %if.else call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .data diff --git a/test/torture-s/20000818-1.c.s b/test/torture-s/20000818-1.c.s index a6a633c75..17a645370 100644 --- a/test/torture-s/20000818-1.c.s +++ b/test/torture-s/20000818-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl yylex .type yylex,@function @@ -18,8 +18,8 @@ yylex: # @yylex # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size yylex, func_end1-yylex +.Lfunc_end1: + .size yylex, .Lfunc_end1-yylex .type temporary_obstack,@object # @temporary_obstack .bss diff --git a/test/torture-s/20000819-1.c.s b/test/torture-s/20000819-1.c.s index d8630abe5..e6c583f9b 100644 --- a/test/torture-s/20000819-1.c.s +++ b/test/torture-s/20000819-1.c.s @@ -8,34 +8,34 @@ foo: # @foo # BB#0: # %entry i32.const $2=, 0 i32.sub $1=, $2, $1 - block BB0_5 + block .LBB0_5 i32.gt_s $push0=, $1, $2 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %for.body.preheader i32.const $push1=, 2 i32.shl $push2=, $1, $pop1 i32.add $1=, $0, $pop2 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.load $push3=, 0($1) i32.const $push5=, 1 i32.le_s $push6=, $pop3, $pop5 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#3: # %for.cond - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push4=, 4 i32.add $1=, $1, $pop4 i32.le_u $push7=, $1, $0 - br_if $pop7, BB0_2 - br BB0_5 -BB0_4: # %if.then + br_if $pop7, .LBB0_2 + br .LBB0_5 +.LBB0_4: # %if.then call exit, $2 unreachable -BB0_5: # %for.end +.LBB0_5: # %for.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -44,24 +44,24 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_3 + block .LBB1_3 i32.load $push1=, a($0) i32.const $push2=, 2 i32.lt_s $push3=, $pop1, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#1: # %entry i32.load $push0=, a+4($0) i32.const $push4=, 1 i32.le_s $push5=, $pop0, $pop4 - br_if $pop5, BB1_3 + br_if $pop5, .LBB1_3 # BB#2: # %for.cond.i.1 call abort unreachable -BB1_3: # %if.then.i +.LBB1_3: # %if.then.i call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20000910-1.c.s b/test/torture-s/20000910-1.c.s index 89f8ce422..29189381e 100644 --- a/test/torture-s/20000910-1.c.s +++ b/test/torture-s/20000910-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -17,8 +17,8 @@ foo: # @foo .param i32 # BB#0: # %entry return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl bar .type bar,@function @@ -26,24 +26,24 @@ bar: # @bar .param i32 # BB#0: # %entry return -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .globl baz .type baz,@function baz: # @baz .param i32, i32 # BB#0: # %entry - block BB3_2 + block .LBB3_2 i32.ne $push0=, $0, $1 - br_if $pop0, BB3_2 + br_if $pop0, .LBB3_2 # BB#1: # %if.end return -BB3_2: # %if.then +.LBB3_2: # %if.then call abort unreachable -func_end3: - .size baz, func_end3-baz +.Lfunc_end3: + .size baz, .Lfunc_end3-baz .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000910-2.c.s b/test/torture-s/20000910-2.c.s index e24d9e0d1..ae1eed041 100644 --- a/test/torture-s/20000910-2.c.s +++ b/test/torture-s/20000910-2.c.s @@ -8,29 +8,29 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 42 - block BB0_4 + block .LBB0_4 i32.load $push0=, list($0) i32.call $push1=, strchr, $pop0, $1 i32.const $push4=, 0 i32.eq $push5=, $pop1, $pop4 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#1: # %if.then.i - block BB0_3 + block .LBB0_3 i32.load $push2=, list+4($0) i32.call $push3=, strchr, $pop2, $1 i32.const $push6=, 0 i32.eq $push7=, $pop3, $pop6 - br_if $pop7, BB0_3 + br_if $pop7, .LBB0_3 # BB#2: # %foo.exit return $0 -BB0_3: # %if.else.i +.LBB0_3: # %if.else.i call exit, $0 unreachable -BB0_4: # %if.then2.i +.LBB0_4: # %if.then2.i call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20000914-1.c.s b/test/torture-s/20000914-1.c.s index fb49eb91c..c52a50977 100644 --- a/test/torture-s/20000914-1.c.s +++ b/test/torture-s/20000914-1.c.s @@ -7,8 +7,8 @@ blah: # @blah .local i32 # BB#0: # %entry return $0 -func_end0: - .size blah, func_end0-blah +.Lfunc_end0: + .size blah, .Lfunc_end0-blah .globl convert_like_real .type convert_like_real,@function @@ -16,18 +16,18 @@ convert_like_real: # @convert_like_real .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, 8($0) i32.const $push1=, 222 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %sw.bb return $0 -BB1_2: # %sw.epilog +.LBB1_2: # %sw.epilog call abort unreachable -func_end1: - .size convert_like_real, func_end1-convert_like_real +.Lfunc_end1: + .size convert_like_real, .Lfunc_end1-convert_like_real .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20000917-1.c.s b/test/torture-s/20000917-1.c.s index 0817aac30..9b6a0b4df 100644 --- a/test/torture-s/20000917-1.c.s +++ b/test/torture-s/20000917-1.c.s @@ -10,8 +10,8 @@ one: # @one i32.store $push2=, 4($0), $pop1 i32.store $discard=, 8($0), $pop2 return -func_end0: - .size one, func_end0-one +.Lfunc_end0: + .size one, .Lfunc_end0-one .globl zero .type zero,@function @@ -23,8 +23,8 @@ zero: # @zero i32.store $push2=, 4($0), $pop1 i32.store $discard=, 8($0), $pop2 return -func_end1: - .size zero, func_end1-zero +.Lfunc_end1: + .size zero, .Lfunc_end1-zero .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001009-1.c.s b/test/torture-s/20001009-1.c.s index 701667a17..272473564 100644 --- a/test/torture-s/20001009-1.c.s +++ b/test/torture-s/20001009-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/20001009-2.c.s b/test/torture-s/20001009-2.c.s index b403745d9..fc1771ba4 100644 --- a/test/torture-s/20001009-2.c.s +++ b/test/torture-s/20001009-2.c.s @@ -7,14 +7,14 @@ foo: # @foo .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, b($0) i32.const $push6=, 0 i32.eq $push7=, $pop0, $pop6 - br_if $pop7, BB0_2 -BB0_1: # %for.body + br_if $pop7, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $1=, 1 #APP #NO_APP @@ -22,12 +22,12 @@ BB0_1: # %for.body i32.const $push2=, -1 i32.add $push3=, $pop1, $pop2 i32.store $push4=, b($0), $pop3 - br_if $pop4, BB0_1 -BB0_2: # %if.end + br_if $pop4, .LBB0_1 +.LBB0_2: # %if.end i32.const $push5=, -1 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -36,14 +36,14 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, b($0) i32.const $push5=, 0 i32.eq $push6=, $pop0, $pop5 - br_if $pop6, BB1_2 -BB1_1: # %for.body.i + br_if $pop6, .LBB1_2 +.LBB1_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $1=, 1 #APP #NO_APP @@ -51,11 +51,11 @@ BB1_1: # %for.body.i i32.const $push2=, -1 i32.add $push3=, $pop1, $pop2 i32.store $push4=, b($0), $pop3 - br_if $pop4, BB1_1 -BB1_2: # %foo.exit + br_if $pop4, .LBB1_1 +.LBB1_2: # %foo.exit return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type b,@object # @b .data diff --git a/test/torture-s/20001011-1.c.s b/test/torture-s/20001011-1.c.s index 8aeb951fc..c9ca50adc 100644 --- a/test/torture-s/20001011-1.c.s +++ b/test/torture-s/20001011-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, .str i32.call $push1=, strcmp, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20001013-1.c.s b/test/torture-s/20001013-1.c.s index c46ca7317..9713547b7 100644 --- a/test/torture-s/20001013-1.c.s +++ b/test/torture-s/20001013-1.c.s @@ -6,11 +6,11 @@ foo: # @foo .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 255 i32.and $push1=, $1, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %lor.lhs.false i32.load $push7=, 0($0) i32.const $push5=, 0 @@ -18,11 +18,11 @@ foo: # @foo i32.sub $push6=, $pop5, $pop4 i32.le_s $push8=, $pop7, $pop6 return $pop8 -BB0_2: # %return +.LBB0_2: # %return i32.const $push3=, 1 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -31,20 +31,20 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push2=, z($0) i32.load $push0=, z+4($0) i32.sub $push1=, $0, $pop0 i32.le_s $push3=, $pop2, $pop1 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type z,@object # @z .data diff --git a/test/torture-s/20001017-1.c.s b/test/torture-s/20001017-1.c.s index 884bb53ce..3f4b23bce 100644 --- a/test/torture-s/20001017-1.c.s +++ b/test/torture-s/20001017-1.c.s @@ -5,16 +5,16 @@ bug: # @bug .param i32, i32, i32, i32, i32, f64, i32, i32, i32, i32, f64, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.ne $push0=, $11, $0 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size bug, func_end0-bug +.Lfunc_end0: + .size bug, .Lfunc_end0-bug .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001017-2.c.s b/test/torture-s/20001017-2.c.s index c10fb7123..f9bacc24c 100644 --- a/test/torture-s/20001017-2.c.s +++ b/test/torture-s/20001017-2.c.s @@ -5,28 +5,28 @@ fn_4parms: # @fn_4parms .param i32, i32, i32, i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.load $push0=, 0($1) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#1: # %lor.lhs.false i32.load $push3=, 0($2) i32.const $push4=, 2 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#2: # %lor.lhs.false2 i32.load $push6=, 0($3) i32.const $push7=, 3 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %if.end return -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size fn_4parms, func_end0-fn_4parms +.Lfunc_end0: + .size fn_4parms, .Lfunc_end0-fn_4parms .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main # BB#0: # %fn_4parms.exit i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001024-1.c.s b/test/torture-s/20001024-1.c.s index 180a960ae..bae9f6f6d 100644 --- a/test/torture-s/20001024-1.c.s +++ b/test/torture-s/20001024-1.c.s @@ -7,38 +7,38 @@ bar: # @bar .result i32 .local i32 # BB#0: # %entry - block BB0_5 + block .LBB0_5 i32.load $push0=, 0($1) - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %lor.lhs.false i32.const $3=, 250000 i32.load $push1=, 4($1) i32.ne $push2=, $pop1, $3 - br_if $pop2, BB0_5 + br_if $pop2, .LBB0_5 # BB#2: # %lor.lhs.false2 i32.load $push3=, 8($1) - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#3: # %lor.lhs.false5 i32.const $push4=, 12 i32.add $push5=, $1, $pop4 i32.load $push6=, 0($pop5) i32.ne $push7=, $pop6, $3 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#4: # %if.end return $1 -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function foo: # @foo # BB#0: # %bar.exit return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001026-1.c.s b/test/torture-s/20001026-1.c.s index dc753318b..37482d74e 100644 --- a/test/torture-s/20001026-1.c.s +++ b/test/torture-s/20001026-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001027-1.c.s b/test/torture-s/20001027-1.c.s index c12d9b79d..f553d54a0 100644 --- a/test/torture-s/20001027-1.c.s +++ b/test/torture-s/20001027-1.c.s @@ -8,22 +8,22 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, p($0) - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.store $discard=, x($0), $pop0 i32.const $push1=, 2 i32.store $1=, 0($1), $pop1 i32.load $push2=, x($0) i32.ne $push3=, $pop2, $1 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/20001031-1.c.s b/test/torture-s/20001031-1.c.s index 396e6bce9..45261fe6b 100644 --- a/test/torture-s/20001031-1.c.s +++ b/test/torture-s/20001031-1.c.s @@ -5,17 +5,17 @@ t1: # @t1 .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 4100 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size t1, func_end0-t1 +.Lfunc_end0: + .size t1, .Lfunc_end0-t1 .globl t2 .type t2,@function @@ -24,25 +24,25 @@ t2: # @t2 # BB#0: # %entry i32.const $push0=, 4096 return $pop0 -func_end1: - .size t2, func_end1-t2 +.Lfunc_end1: + .size t2, .Lfunc_end1-t2 .globl t3 .type t3,@function t3: # @t3 .param i64 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i64.const $push0=, 2147487743 i64.ne $push1=, $0, $pop0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.end return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size t3, func_end2-t3 +.Lfunc_end2: + .size t3, .Lfunc_end2-t3 .globl t4 .type t4,@function @@ -51,8 +51,8 @@ t4: # @t4 # BB#0: # %entry i64.const $push0=, 4096 return $pop0 -func_end3: - .size t4, func_end3-t4 +.Lfunc_end3: + .size t4, .Lfunc_end3-t4 .globl main .type main,@function @@ -62,8 +62,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001101.c.s b/test/torture-s/20001101.c.s index 343ab33f5..d1942c067 100644 --- a/test/torture-s/20001101.c.s +++ b/test/torture-s/20001101.c.s @@ -11,29 +11,29 @@ dummy: # @dummy i32.const $push1=, 7 i32.store $discard=, 0($1), $pop1 return $0 -func_end0: - .size dummy, func_end0-dummy +.Lfunc_end0: + .size dummy, .Lfunc_end0-dummy .globl bogus .type bogus,@function bogus: # @bogus .param i32, i32, i32 # BB#0: # %if.end5 - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, 0($0) i32.const $push1=, 1 i32.or $push2=, $pop0, $pop1 i32.store8 $discard=, 0($0), $pop2 i32.const $push3=, 7 i32.ne $push4=, $1, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end8 return -BB1_2: # %if.then7 +.LBB1_2: # %if.then7 call abort unreachable -func_end1: - .size bogus, func_end1-bogus +.Lfunc_end1: + .size bogus, .Lfunc_end1-bogus .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001108-1.c.s b/test/torture-s/20001108-1.c.s index 22ee87941..f110cbc9a 100644 --- a/test/torture-s/20001108-1.c.s +++ b/test/torture-s/20001108-1.c.s @@ -14,8 +14,8 @@ signed_poly: # @signed_poly i64.mul $push3=, $pop1, $pop2 i64.add $push4=, $pop3, $0 return $pop4 -func_end0: - .size signed_poly, func_end0-signed_poly +.Lfunc_end0: + .size signed_poly, .Lfunc_end0-signed_poly .globl unsigned_poly .type unsigned_poly,@function @@ -29,8 +29,8 @@ unsigned_poly: # @unsigned_poly i64.mul $push3=, $pop2, $pop1 i64.add $push4=, $pop3, $0 return $pop4 -func_end1: - .size unsigned_poly, func_end1-unsigned_poly +.Lfunc_end1: + .size unsigned_poly, .Lfunc_end1-unsigned_poly .globl main .type main,@function @@ -40,8 +40,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001111-1.c.s b/test/torture-s/20001111-1.c.s index d63285328..19c09f3e8 100644 --- a/test/torture-s/20001111-1.c.s +++ b/test/torture-s/20001111-1.c.s @@ -13,16 +13,16 @@ foo: # @foo i32.select $push2=, $pop0, $pop1, $1 i32.add $push3=, $pop2, $0 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function bar: # @bar # BB#0: # %entry return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -31,21 +31,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.load8_u $push0=, next_buffer($0) i32.const $push2=, 0 i32.eq $push3=, $pop0, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.then call abort unreachable -BB2_2: # %if.end4 +.LBB2_2: # %if.end4 i32.const $push1=, 1 i32.store8 $discard=, next_buffer($0), $pop1 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type next_buffer,@object # @next_buffer .lcomm next_buffer,1 diff --git a/test/torture-s/20001112-1.c.s b/test/torture-s/20001112-1.c.s index 138dba027..d2cacee9e 100644 --- a/test/torture-s/20001112-1.c.s +++ b/test/torture-s/20001112-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001121-1.c.s b/test/torture-s/20001121-1.c.s index b8e95ef39..fa74271f1 100644 --- a/test/torture-s/20001121-1.c.s +++ b/test/torture-s/20001121-1.c.s @@ -8,8 +8,8 @@ foo: # @foo i32.const $push0=, 0 f64.load $push1=, d($pop0) return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -18,8 +18,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type d,@object # @d .bss diff --git a/test/torture-s/20001124-1.c.s b/test/torture-s/20001124-1.c.s index b9ccf975a..f54dd6c7a 100644 --- a/test/torture-s/20001124-1.c.s +++ b/test/torture-s/20001124-1.c.s @@ -20,8 +20,8 @@ main: # @main i64.store $discard=, f($2), $pop4 call exit, $2 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .bss diff --git a/test/torture-s/20001130-1.c.s b/test/torture-s/20001130-1.c.s index 26082bf59..716f98e97 100644 --- a/test/torture-s/20001130-1.c.s +++ b/test/torture-s/20001130-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001130-2.c.s b/test/torture-s/20001130-2.c.s index 1af73f941..a47342d3e 100644 --- a/test/torture-s/20001130-2.c.s +++ b/test/torture-s/20001130-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001203-1.c.s b/test/torture-s/20001203-1.c.s index 09ea50f94..e3f864c0c 100644 --- a/test/torture-s/20001203-1.c.s +++ b/test/torture-s/20001203-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001203-2.c.s b/test/torture-s/20001203-2.c.s index 50e4b394f..451c81cd0 100644 --- a/test/torture-s/20001203-2.c.s +++ b/test/torture-s/20001203-2.c.s @@ -7,10 +7,10 @@ create_array_type: # @create_array_type .result i32 .local i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB0_8 + block .LBB0_8 i32.const $push27=, 0 i32.eq $push28=, $0, $pop27 - br_if $pop28, BB0_8 + br_if $pop28, .LBB0_8 # BB#1: # %if.end i32.load $push1=, 0($1) i32.const $push2=, 3 @@ -20,10 +20,10 @@ create_array_type: # @create_array_type i32.store16 $6=, 8($0), $pop4 i32.load $1=, 4($0) i32.const $7=, 0 - block BB0_7 + block .LBB0_7 i32.const $push29=, 0 i32.eq $push30=, $1, $pop29 - br_if $pop30, BB0_7 + br_if $pop30, .LBB0_7 # BB#2: # %cond.true i32.const $push5=, 20 i32.add $push6=, $1, $pop5 @@ -31,25 +31,25 @@ create_array_type: # @create_array_type i32.const $7=, 16 i32.add $4=, $1, $7 i32.load $3=, 0($4) - block BB0_6 + block .LBB0_6 i32.sub $push7=, $2, $3 i32.const $push8=, 15 i32.le_s $push9=, $pop7, $pop8 - br_if $pop9, BB0_6 + br_if $pop9, .LBB0_6 # BB#3: # %if.end9 i32.add $push0=, $3, $7 i32.store $3=, 0($4), $pop0 i32.const $push10=, 12 i32.add $5=, $1, $pop10 i32.load $7=, 0($5) - block BB0_5 + block .LBB0_5 i32.ne $push11=, $3, $7 - br_if $pop11, BB0_5 + br_if $pop11, .LBB0_5 # BB#4: # %if.then16 i32.const $push12=, 28 i32.add $push13=, $1, $pop12 i32.store $discard=, 0($pop13), $6 -BB0_5: # %if.end17 +.LBB0_5: # %if.end17 i32.const $push14=, 24 i32.add $push15=, $1, $pop14 i32.load $6=, 0($pop15) @@ -67,18 +67,18 @@ BB0_5: # %if.end17 i32.select $push25=, $pop24, $2, $3 i32.store $push26=, 0($4), $pop25 i32.store $discard=, 0($5), $pop26 - br BB0_7 -BB0_6: # %if.then8 + br .LBB0_7 +.LBB0_6: # %if.then8 call _obstack_newchunk, $0, $0 unreachable -BB0_7: # %cond.end +.LBB0_7: # %cond.end i32.store $discard=, 12($0), $7 return $0 -BB0_8: # %if.then +.LBB0_8: # %if.then i32.call $discard=, alloc_type unreachable -func_end0: - .size create_array_type, func_end0-create_array_type +.Lfunc_end0: + .size create_array_type, .Lfunc_end0-create_array_type .globl alloc_type .type alloc_type,@function @@ -87,8 +87,8 @@ alloc_type: # @alloc_type # BB#0: # %entry call abort unreachable -func_end1: - .size alloc_type, func_end1-alloc_type +.Lfunc_end1: + .size alloc_type, .Lfunc_end1-alloc_type .globl get_discrete_bounds .type get_discrete_bounds,@function @@ -100,8 +100,8 @@ get_discrete_bounds: # @get_discrete_bounds i64.const $push1=, 2 i64.store $discard=, 0($1), $pop1 return -func_end2: - .size get_discrete_bounds, func_end2-get_discrete_bounds +.Lfunc_end2: + .size get_discrete_bounds, .Lfunc_end2-get_discrete_bounds .globl _obstack_newchunk .type _obstack_newchunk,@function @@ -110,8 +110,8 @@ _obstack_newchunk: # @_obstack_newchunk # BB#0: # %entry call abort unreachable -func_end3: - .size _obstack_newchunk, func_end3-_obstack_newchunk +.Lfunc_end3: + .size _obstack_newchunk, .Lfunc_end3-_obstack_newchunk .globl xmalloc .type xmalloc,@function @@ -121,8 +121,8 @@ xmalloc: # @xmalloc # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end4: - .size xmalloc, func_end4-xmalloc +.Lfunc_end4: + .size xmalloc, .Lfunc_end4-xmalloc .globl main .type main,@function @@ -132,8 +132,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001221-1.c.s b/test/torture-s/20001221-1.c.s index f1faee7b8..c5b0d79f0 100644 --- a/test/torture-s/20001221-1.c.s +++ b/test/torture-s/20001221-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001228-1.c.s b/test/torture-s/20001228-1.c.s index 17e7d11d1..42a50bf3f 100644 --- a/test/torture-s/20001228-1.c.s +++ b/test/torture-s/20001228-1.c.s @@ -7,8 +7,8 @@ foo1: # @foo1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size foo1, func_end0-foo1 +.Lfunc_end0: + .size foo1, .Lfunc_end0-foo1 .globl foo2 .type foo2,@function @@ -30,8 +30,8 @@ foo2: # @foo2 i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return $pop1 -func_end1: - .size foo2, func_end1-foo2 +.Lfunc_end1: + .size foo2, .Lfunc_end1-foo2 .globl main .type main,@function @@ -45,21 +45,21 @@ main: # @main i32.sub $2=, $0, $1 i32.const $1=, __stack_pointer i32.store $2=, 0($1), $2 - block BB2_2 + block .LBB2_2 i32.load8_u $push2=, 12($2) i32.const $push0=, 1 i32.store $push1=, 12($2), $pop0 i32.ne $push3=, $pop2, $pop1 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.end i32.const $push4=, 0 call exit, $pop4 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20001229-1.c.s b/test/torture-s/20001229-1.c.s index f54de085f..8ec2fff87 100644 --- a/test/torture-s/20001229-1.c.s +++ b/test/torture-s/20001229-1.c.s @@ -6,16 +6,16 @@ foo: # @foo .param i32, i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl showinfo .type showinfo,@function showinfo: # @showinfo # BB#0: # %entry return -func_end1: - .size showinfo, func_end1-showinfo +.Lfunc_end1: + .size showinfo, .Lfunc_end1-showinfo .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010106-1.c.s b/test/torture-s/20010106-1.c.s index 81f342163..6f4de53f2 100644 --- a/test/torture-s/20010106-1.c.s +++ b/test/torture-s/20010106-1.c.s @@ -9,21 +9,21 @@ f: # @f # BB#0: # %entry i32.const $1=, 2 i32.add $0=, $0, $1 - block BB0_2 + block .LBB0_2 i32.const $push0=, 7 i32.ge_u $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %switch.lookup i32.const $push3=, switch.table i32.shl $push2=, $0, $1 i32.add $push4=, $pop3, $pop2 i32.load $push5=, 0($pop4) return $pop5 -BB0_2: # %sw.default +.LBB0_2: # %sw.default call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type switch.table,@object # @switch.table .section .rodata,"a",@progbits diff --git a/test/torture-s/20010114-1.c.s b/test/torture-s/20010114-1.c.s index 039c5747c..34b83050d 100644 --- a/test/torture-s/20010114-1.c.s +++ b/test/torture-s/20010114-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010116-1.c.s b/test/torture-s/20010116-1.c.s index 91cb2f108..453f4b8a6 100644 --- a/test/torture-s/20010116-1.c.s +++ b/test/torture-s/20010116-1.c.s @@ -7,7 +7,7 @@ find: # @find .local i32 # BB#0: # %for.cond i32.const $2=, 2 - block BB0_2 + block .LBB0_2 i32.sub $push0=, $1, $0 i32.shr_s $push1=, $pop0, $2 i32.const $push2=, -1431655765 @@ -15,34 +15,34 @@ find: # @find i32.shr_s $2=, $pop3, $2 i32.const $push4=, 1 i32.lt_s $push5=, $2, $pop4 - br_if $pop5, BB0_2 + br_if $pop5, .LBB0_2 # BB#1: # %for.body call ok, $2 unreachable -BB0_2: # %for.end +.LBB0_2: # %for.end call abort unreachable -func_end0: - .size find, func_end0-find +.Lfunc_end0: + .size find, .Lfunc_end0-find .globl ok .type ok,@function ok: # @ok .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 0 call exit, $pop2 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size ok, func_end1-ok +.Lfunc_end1: + .size ok, .Lfunc_end1-ok .globl main .type main,@function @@ -64,8 +64,8 @@ main: # @main i32.add $3=, $4, $3 call find, $3, $pop1 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010118-1.c.s b/test/torture-s/20010118-1.c.s index fabfc7662..699171fb0 100644 --- a/test/torture-s/20010118-1.c.s +++ b/test/torture-s/20010118-1.c.s @@ -6,8 +6,8 @@ foo: # @foo .param i32, i32, i32, i32, i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -15,18 +15,18 @@ bar: # @bar .param i32, i32, i32, i32, i32 .local f64, f64, i32, i32 # BB#0: # %entry - block BB1_3 - block BB1_2 + block .LBB1_3 + block .LBB1_2 i32.load $push0=, 0($0) i32.ne $push1=, $pop0, $1 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %lor.lhs.false i32.const $push2=, 4 i32.add $push3=, $0, $pop2 i32.load $push4=, 0($pop3) i32.eq $push5=, $pop4, $2 - br_if $pop5, BB1_3 -BB1_2: # %if.then + br_if $pop5, .LBB1_3 +.LBB1_2: # %if.then f64.const $5=, 0x0p0 f64.const $6=, 0x1p-1 i32.load $push6=, 16($0) @@ -47,10 +47,10 @@ BB1_2: # %if.then i32.store $discard=, 0($pop17), $pop15 i32.store $discard=, 8($0), $3 i32.store $discard=, 12($0), $4 -BB1_3: # %if.end +.LBB1_3: # %if.end return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -60,8 +60,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010119-1.c.s b/test/torture-s/20010119-1.c.s index f769d3773..ddcf4bd85 100644 --- a/test/torture-s/20010119-1.c.s +++ b/test/torture-s/20010119-1.c.s @@ -6,8 +6,8 @@ bar: # @bar .param i32 # BB#0: # %entry return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl baz .type baz,@function @@ -15,8 +15,8 @@ baz: # @baz .param i32 # BB#0: # %entry return -func_end1: - .size baz, func_end1-baz +.Lfunc_end1: + .size baz, .Lfunc_end1-baz .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010123-1.c.s b/test/torture-s/20010123-1.c.s index a2ce0593a..1417cd6f0 100644 --- a/test/torture-s/20010123-1.c.s +++ b/test/torture-s/20010123-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010206-1.c.s b/test/torture-s/20010206-1.c.s index e3f3c27a1..9c20f5e5e 100644 --- a/test/torture-s/20010206-1.c.s +++ b/test/torture-s/20010206-1.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 26 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010221-1.c.s b/test/torture-s/20010221-1.c.s index 07bb63c07..3e0253ed5 100644 --- a/test/torture-s/20010221-1.c.s +++ b/test/torture-s/20010221-1.c.s @@ -10,28 +10,28 @@ main: # @main i32.load $0=, n($3) i32.const $2=, 45 i32.const $1=, 1 - block BB0_4 + block .LBB0_4 i32.lt_s $push0=, $0, $1 - br_if $pop0, BB0_4 -BB0_1: # %for.body + br_if $pop0, .LBB0_4 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.select $2=, $3, $3, $2 i32.add $3=, $3, $1 i32.lt_s $push1=, $3, $0 - br_if $pop1, BB0_1 -BB0_2: # %for.end + br_if $pop1, .LBB0_1 +.LBB0_2: # %for.end i32.ne $push2=, $2, $1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %if.end5 i32.const $push3=, 0 call exit, $pop3 unreachable -BB0_4: # %if.then4 +.LBB0_4: # %if.then4 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type n,@object # @n .data diff --git a/test/torture-s/20010222-1.c.s b/test/torture-s/20010222-1.c.s index be1634201..de5724953 100644 --- a/test/torture-s/20010222-1.c.s +++ b/test/torture-s/20010222-1.c.s @@ -7,7 +7,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push1=, a+4($0) i32.load $push0=, a($0) i32.add $push2=, $pop1, $pop0 @@ -17,15 +17,15 @@ main: # @main i32.add $push6=, $pop4, $pop5 i32.const $push7=, 12 i32.lt_u $push8=, $pop6, $pop7 - br_if $pop8, BB0_2 + br_if $pop8, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/20010224-1.c.s b/test/torture-s/20010224-1.c.s index 539f5c1c9..59b3426b5 100644 --- a/test/torture-s/20010224-1.c.s +++ b/test/torture-s/20010224-1.c.s @@ -19,17 +19,17 @@ ba_compute_psd: # @ba_compute_psd i32.load16_u $push0=, 0($2) i32.store16 $5=, 0($1), $pop0 i32.const $3=, 3 - block BB0_4 + block .LBB0_4 i32.add $push7=, $0, $4 i32.gt_s $push8=, $pop7, $3 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#1: # %for.body.preheader i32.sub $4=, $3, $0 i32.const $3=, 2 i32.add $0=, $2, $3 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.load16_u $push11=, 0($0) i32.const $push9=, 65535 i32.and $push10=, $5, $pop9 @@ -37,13 +37,13 @@ BB0_2: # %for.body i32.const $push12=, -1 i32.add $4=, $4, $pop12 i32.add $0=, $0, $3 - br_if $4, BB0_2 -BB0_3: # %for.cond.for.end_crit_edge + br_if $4, .LBB0_2 +.LBB0_3: # %for.cond.for.end_crit_edge i32.store16 $discard=, 0($1), $5 -BB0_4: # %for.end +.LBB0_4: # %for.end return -func_end0: - .size ba_compute_psd, func_end0-ba_compute_psd +.Lfunc_end0: + .size ba_compute_psd, .Lfunc_end0-ba_compute_psd .globl logadd .type logadd,@function @@ -59,8 +59,8 @@ logadd: # @logadd i32.shl $push3=, $pop2, $2 i32.shr_s $push4=, $pop3, $2 return $pop4 -func_end1: - .size logadd, func_end1-logadd +.Lfunc_end1: + .size logadd, .Lfunc_end1-logadd .globl main .type main,@function @@ -69,7 +69,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.const $push3=, bndpsd i32.load16_s $push0=, masktab($0) i32.const $push1=, 1 @@ -86,14 +86,14 @@ main: # @main i32.load16_u $push12=, bndpsd+2($0) i32.const $push13=, 140 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB2_2 + br_if $pop14, .LBB2_2 # BB#1: # %if.end return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type masktab,@object # @masktab .data diff --git a/test/torture-s/20010325-1.c.s b/test/torture-s/20010325-1.c.s index 6feeae152..94937febd 100644 --- a/test/torture-s/20010325-1.c.s +++ b/test/torture-s/20010325-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010329-1.c.s b/test/torture-s/20010329-1.c.s index 3b6ae39f6..58e167eda 100644 --- a/test/torture-s/20010329-1.c.s +++ b/test/torture-s/20010329-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010403-1.c.s b/test/torture-s/20010403-1.c.s index 41a4b6b96..dcb772301 100644 --- a/test/torture-s/20010403-1.c.s +++ b/test/torture-s/20010403-1.c.s @@ -6,8 +6,8 @@ a: # @a .param i32, i32 # BB#0: # %c.exit return -func_end0: - .size a, func_end0-a +.Lfunc_end0: + .size a, .Lfunc_end0-a .globl b .type b,@function @@ -19,24 +19,24 @@ b: # @b i32.add $push2=, $pop0, $pop1 i32.store $discard=, 0($0), $pop2 return -func_end1: - .size b, func_end1-b +.Lfunc_end1: + .size b, .Lfunc_end1-b .globl c .type c,@function c: # @c .param i32, i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.eq $push0=, $0, $1 - br_if $pop0, BB2_2 + br_if $pop0, .LBB2_2 # BB#1: # %if.end return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size c, func_end2-c +.Lfunc_end2: + .size c, .Lfunc_end2-c .globl d .type d,@function @@ -44,8 +44,8 @@ d: # @d .param i32 # BB#0: # %entry return -func_end3: - .size d, func_end3-d +.Lfunc_end3: + .size d, .Lfunc_end3-d .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type e,@object # @e .bss diff --git a/test/torture-s/20010409-1.c.s b/test/torture-s/20010409-1.c.s index 98648bf52..c858b3479 100644 --- a/test/torture-s/20010409-1.c.s +++ b/test/torture-s/20010409-1.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.add $push3=, $pop0, $pop2 i32.store $discard=, c($pop4), $pop3 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -21,17 +21,17 @@ bar: # @bar .param i32, i32, i32, i32, i32 .result i32 # BB#0: # %entry - block BB1_2 - br_if $1, BB1_2 + block .LBB1_2 + br_if $1, .LBB1_2 # BB#1: # %if.end i32.const $push0=, 0 call exit, $pop0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl test .type test,@function @@ -41,18 +41,18 @@ test: # @test # BB#0: # %entry i32.const $2=, 0 i32.load $3=, b($2) - block BB2_2 + block .LBB2_2 i32.const $push0=, 5000 i32.store $discard=, c($2), $pop0 - br_if $3, BB2_2 + br_if $3, .LBB2_2 # BB#1: # %if.then.i call abort unreachable -BB2_2: # %if.end.i +.LBB2_2: # %if.end.i call exit, $2 unreachable -func_end2: - .size test, func_end2-test +.Lfunc_end2: + .size test, .Lfunc_end2-test .globl main .type main,@function @@ -63,20 +63,20 @@ main: # @main i32.const $0=, 0 i32.store $discard=, d+4($0), $0 i32.load $1=, b($0) - block BB3_2 + block .LBB3_2 i32.const $push0=, a i32.store $discard=, d($0), $pop0 i32.const $push1=, 5000 i32.store $discard=, c($0), $pop1 - br_if $1, BB3_2 + br_if $1, .LBB3_2 # BB#1: # %if.then.i.i call abort unreachable -BB3_2: # %if.end.i.i +.LBB3_2: # %if.end.i.i call exit, $0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type b,@object # @b .data diff --git a/test/torture-s/20010422-1.c.s b/test/torture-s/20010422-1.c.s index e960ffc74..5089f0647 100644 --- a/test/torture-s/20010422-1.c.s +++ b/test/torture-s/20010422-1.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.const $push2=, 8 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010518-1.c.s b/test/torture-s/20010518-1.c.s index 36c8d5b6f..c4e76e51f 100644 --- a/test/torture-s/20010518-1.c.s +++ b/test/torture-s/20010518-1.c.s @@ -19,8 +19,8 @@ add: # @add i32.add $push10=, $pop9, $11 i32.add $push11=, $pop10, $12 return $pop11 -func_end0: - .size add, func_end0-add +.Lfunc_end0: + .size add, .Lfunc_end0-add .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010518-2.c.s b/test/torture-s/20010518-2.c.s index 16c879b9b..67d355e65 100644 --- a/test/torture-s/20010518-2.c.s +++ b/test/torture-s/20010518-2.c.s @@ -12,7 +12,7 @@ main: # @main i32.sub $8=, $6, $7 i32.const $7=, __stack_pointer i32.store $8=, 0($7), $8 - block BB0_6 + block .LBB0_6 i32.const $push0=, 1 i32.store16 $0=, 28($8), $pop0 i32.const $push1=, 2 @@ -43,31 +43,31 @@ main: # @main i32.store8 $5=, 31($8), $pop14 i32.load16_u $push15=, 46($8) i32.ne $push16=, $pop15, $0 - br_if $pop16, BB0_6 + br_if $pop16, .LBB0_6 # BB#1: # %lor.lhs.false i32.load $push17=, 40($8) i32.ne $push18=, $pop17, $1 - br_if $pop18, BB0_6 + br_if $pop18, .LBB0_6 # BB#2: # %lor.lhs.false9 i32.load16_u $push19=, 38($8) i32.ne $push20=, $pop19, $2 - br_if $pop20, BB0_6 + br_if $pop20, .LBB0_6 # BB#3: # %lor.lhs.false14 i32.load16_u $push21=, 36($8) i32.ne $push22=, $pop21, $3 - br_if $pop22, BB0_6 + br_if $pop22, .LBB0_6 # BB#4: # %lor.lhs.false19 i32.load8_u $push23=, 31($8) i32.ne $push24=, $pop23, $5 - br_if $pop24, BB0_6 + br_if $pop24, .LBB0_6 # BB#5: # %if.end call exit, $4 unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010520-1.c.s b/test/torture-s/20010520-1.c.s index 5d023c2be..cc09d8867 100644 --- a/test/torture-s/20010520-1.c.s +++ b/test/torture-s/20010520-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010604-1.c.s b/test/torture-s/20010604-1.c.s index 99802212b..82db044cd 100644 --- a/test/torture-s/20010604-1.c.s +++ b/test/torture-s/20010604-1.c.s @@ -8,29 +8,29 @@ f: # @f .local i32 # BB#0: # %entry i32.const $7=, 1 - block BB0_5 + block .LBB0_5 i32.const $push3=, 255 i32.and $push4=, $6, $pop3 i32.ne $push5=, $pop4, $7 - br_if $pop5, BB0_5 + br_if $pop5, .LBB0_5 # BB#1: # %entry i32.xor $push0=, $3, $7 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#2: # %entry i32.xor $push1=, $4, $7 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#3: # %entry i32.xor $push2=, $5, $7 - br_if $pop2, BB0_5 + br_if $pop2, .LBB0_5 # BB#4: # %if.end i32.add $push6=, $1, $0 i32.add $push7=, $pop6, $2 return $pop7 -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -40,8 +40,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010711-1.c.s b/test/torture-s/20010711-1.c.s index 742129899..191cfc701 100644 --- a/test/torture-s/20010711-1.c.s +++ b/test/torture-s/20010711-1.c.s @@ -6,8 +6,8 @@ foo: # @foo .param i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010717-1.c.s b/test/torture-s/20010717-1.c.s index ef92e000a..810a21443 100644 --- a/test/torture-s/20010717-1.c.s +++ b/test/torture-s/20010717-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010723-1.c.s b/test/torture-s/20010723-1.c.s index 3284d0a83..2a670861d 100644 --- a/test/torture-s/20010723-1.c.s +++ b/test/torture-s/20010723-1.c.s @@ -7,8 +7,8 @@ test: # @test # BB#0: # %entry i32.const $push0=, 8 return $pop0 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010904-1.c.s b/test/torture-s/20010904-1.c.s index a8764cd57..aae763695 100644 --- a/test/torture-s/20010904-1.c.s +++ b/test/torture-s/20010904-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type y,@object # @y .bss diff --git a/test/torture-s/20010904-2.c.s b/test/torture-s/20010904-2.c.s index 862272609..1903d1c5e 100644 --- a/test/torture-s/20010904-2.c.s +++ b/test/torture-s/20010904-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type y,@object # @y .bss diff --git a/test/torture-s/20010910-1.c.s b/test/torture-s/20010910-1.c.s index 4235d1a97..97e2dc5be 100644 --- a/test/torture-s/20010910-1.c.s +++ b/test/torture-s/20010910-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %for.cond3.4 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20010915-1.c.s b/test/torture-s/20010915-1.c.s index 7ae1f8574..8efc8997d 100644 --- a/test/torture-s/20010915-1.c.s +++ b/test/torture-s/20010915-1.c.s @@ -32,23 +32,23 @@ main: # @main i32.const $8=, 0 i32.add $8=, $7, $8 i32.call $discard=, x, $3, $8 - block BB0_3 + block .LBB0_3 i32.load $push8=, check($2) i32.const $push9=, 2 i32.ne $push10=, $pop8, $pop9 - br_if $pop10, BB0_3 + br_if $pop10, .LBB0_3 # BB#1: # %entry i32.load $push0=, o($2) i32.ne $push11=, $pop0, $3 - br_if $pop11, BB0_3 + br_if $pop11, .LBB0_3 # BB#2: # %if.end call exit, $2 unreachable -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl x .type x,@function @@ -57,15 +57,15 @@ x: # @x .result i32 .local i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB1_19 + block .LBB1_19 i32.const $push3=, 3 i32.lt_s $push4=, $0, $pop3 - br_if $pop4, BB1_19 + br_if $pop4, .LBB1_19 # BB#1: # %entry i32.const $4=, 0 i32.load $6=, o($4) i32.ge_s $push5=, $6, $0 - br_if $pop5, BB1_19 + br_if $pop5, .LBB1_19 # BB#2: # %land.lhs.true2 i32.const $3=, 2 i32.shl $push6=, $6, $3 @@ -73,65 +73,65 @@ x: # @x i32.load $8=, 0($2) i32.const $push25=, 0 i32.eq $push26=, $8, $pop25 - br_if $pop26, BB1_19 + br_if $pop26, .LBB1_19 # BB#3: # %if.then i32.const $5=, .str - block BB1_18 + block .LBB1_18 i32.call $push7=, strcmp, $8, $5 - br_if $pop7, BB1_18 + br_if $pop7, .LBB1_18 # BB#4: # %lor.lhs.false.i i32.load $7=, check($4) i32.const $1=, 1 i32.add $push8=, $7, $1 i32.store $discard=, check($4), $pop8 i32.ge_s $push9=, $7, $3 - br_if $pop9, BB1_18 + br_if $pop9, .LBB1_18 # BB#5: # %s.exit - block BB1_17 + block .LBB1_17 i32.call $push10=, strcmp, $8, $5 - br_if $pop10, BB1_17 + br_if $pop10, .LBB1_17 # BB#6: # %lor.lhs.false.i45 i32.add $push11=, $7, $3 i32.store $discard=, check($4), $pop11 i32.ge_s $push12=, $7, $1 - br_if $pop12, BB1_17 + br_if $pop12, .LBB1_17 # BB#7: # %s.exit48 i32.store $discard=, u($4), $4 - block BB1_16 + block .LBB1_16 i32.load $push14=, 0($2) i32.add $push13=, $8, $1 i32.eq $push15=, $pop14, $pop13 - br_if $pop15, BB1_16 + br_if $pop15, .LBB1_16 # BB#8: # %while.cond.preheader - block BB1_15 + block .LBB1_15 i32.add $push0=, $6, $1 i32.store $8=, o($4), $pop0 i32.ge_s $push16=, $8, $0 - br_if $pop16, BB1_15 + br_if $pop16, .LBB1_15 # BB#9: # %while.body.preheader i32.load8_u $7=, r.c.0($4) i32.const $5=, 4 i32.add $6=, $2, $5 -BB1_10: # %while.body +.LBB1_10: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB1_14 + loop .LBB1_14 i32.load $3=, 0($6) i32.load8_u $push17=, 0($3) i32.const $push18=, 255 i32.and $push19=, $7, $pop18 i32.ne $push20=, $pop17, $pop19 - br_if $pop20, BB1_14 + br_if $pop20, .LBB1_14 # BB#11: # %lor.lhs.false.i50 - # in Loop: Header=BB1_10 Depth=1 + # in Loop: Header=.LBB1_10 Depth=1 i32.load8_u $push21=, 1($3) - br_if $pop21, BB1_14 + br_if $pop21, .LBB1_14 # BB#12: # %lor.lhs.false.i50 - # in Loop: Header=BB1_10 Depth=1 + # in Loop: Header=.LBB1_10 Depth=1 i32.load $3=, r.cnt($4) i32.ge_s $push22=, $3, $5 - br_if $pop22, BB1_14 + br_if $pop22, .LBB1_14 # BB#13: # %r.exit - # in Loop: Header=BB1_10 Depth=1 + # in Loop: Header=.LBB1_10 Depth=1 i32.add $push23=, $3, $1 i32.store $discard=, r.cnt($4), $pop23 i32.add $push1=, $7, $1 @@ -140,27 +140,27 @@ BB1_10: # %while.body i32.store $8=, o($4), $pop2 i32.add $6=, $6, $5 i32.lt_s $push24=, $8, $0 - br_if $pop24, BB1_10 - br BB1_15 -BB1_14: # %if.then.i51 + br_if $pop24, .LBB1_10 + br .LBB1_15 +.LBB1_14: # %if.then.i51 call abort unreachable -BB1_15: # %cleanup +.LBB1_15: # %cleanup return $4 -BB1_16: # %if.then15 +.LBB1_16: # %if.then15 i32.call $discard=, m, $4 unreachable -BB1_17: # %if.then.i46 +.LBB1_17: # %if.then.i46 call abort unreachable -BB1_18: # %if.then.i +.LBB1_18: # %if.then.i call abort unreachable -BB1_19: # %if.else +.LBB1_19: # %if.else call abort unreachable -func_end1: - .size x, func_end1-x +.Lfunc_end1: + .size x, .Lfunc_end1-x .globl s .type s,@function @@ -169,10 +169,10 @@ s: # @s .result i32 .local i32, i32, i32 # BB#0: # %entry - block BB2_3 + block .LBB2_3 i32.const $push0=, .str i32.call $push1=, strcmp, $0, $pop0 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#1: # %lor.lhs.false i32.const $2=, 0 i32.load $3=, check($2) @@ -181,16 +181,16 @@ s: # @s i32.store $discard=, check($2), $pop2 i32.const $push3=, 2 i32.ge_s $push4=, $3, $pop3 - br_if $pop4, BB2_3 + br_if $pop4, .LBB2_3 # BB#2: # %if.end i32.add $push5=, $0, $4 i32.store $discard=, 0($1), $pop5 return $2 -BB2_3: # %if.then +.LBB2_3: # %if.then call abort unreachable -func_end2: - .size s, func_end2-s +.Lfunc_end2: + .size s, .Lfunc_end2-s .globl m .type m,@function @@ -200,8 +200,8 @@ m: # @m # BB#0: # %entry call abort unreachable -func_end3: - .size m, func_end3-m +.Lfunc_end3: + .size m, .Lfunc_end3-m .globl r .type r,@function @@ -212,18 +212,18 @@ r: # @r # BB#0: # %entry i32.load8_u $1=, 0($0) i32.const $3=, 0 - block BB4_4 + block .LBB4_4 i32.load8_u $push0=, r.c.0($3) i32.ne $push1=, $1, $pop0 - br_if $pop1, BB4_4 + br_if $pop1, .LBB4_4 # BB#1: # %lor.lhs.false i32.load8_u $push2=, 1($0) - br_if $pop2, BB4_4 + br_if $pop2, .LBB4_4 # BB#2: # %lor.lhs.false i32.load $2=, r.cnt($3) i32.const $push3=, 4 i32.ge_s $push4=, $2, $pop3 - br_if $pop4, BB4_4 + br_if $pop4, .LBB4_4 # BB#3: # %if.end i32.const $0=, 1 i32.add $push5=, $1, $0 @@ -231,11 +231,11 @@ r: # @r i32.add $push6=, $2, $0 i32.store $discard=, r.cnt($3), $pop6 return $0 -BB4_4: # %if.then +.LBB4_4: # %if.then call abort unreachable -func_end4: - .size r, func_end4-r +.Lfunc_end4: + .size r, .Lfunc_end4-r .type check,@object # @check .bss diff --git a/test/torture-s/20010924-1.c.s b/test/torture-s/20010924-1.c.s index 32e032dac..7b444351d 100644 --- a/test/torture-s/20010924-1.c.s +++ b/test/torture-s/20010924-1.c.s @@ -7,125 +7,125 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_26 + block .LBB0_26 i32.load8_u $push0=, a1($1) i32.const $push1=, 52 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_26 + br_if $pop2, .LBB0_26 # BB#1: # %if.end i32.load $0=, a1+4($1) - block BB0_25 + block .LBB0_25 i32.load8_u $push3=, 0($0) i32.const $push4=, 54 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_25 + br_if $pop5, .LBB0_25 # BB#2: # %if.end6 - block BB0_24 + block .LBB0_24 i32.load8_u $push6=, 1($0) i32.const $push7=, 50 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_24 + br_if $pop8, .LBB0_24 # BB#3: # %if.end12 - block BB0_23 + block .LBB0_23 i32.load8_u $push9=, 2($0) - br_if $pop9, BB0_23 + br_if $pop9, .LBB0_23 # BB#4: # %if.end18 - block BB0_22 + block .LBB0_22 i32.load8_u $push10=, a2($1) i32.const $push11=, 118 i32.ne $push12=, $pop10, $pop11 - br_if $pop12, BB0_22 + br_if $pop12, .LBB0_22 # BB#5: # %if.end23 - block BB0_21 + block .LBB0_21 i32.load8_u $push13=, a2+1($1) i32.const $push14=, 99 i32.ne $push15=, $pop13, $pop14 - br_if $pop15, BB0_21 + br_if $pop15, .LBB0_21 # BB#6: # %if.end28 - block BB0_20 + block .LBB0_20 i32.load8_u $push16=, a2+2($1) i32.const $push17=, 113 i32.ne $push18=, $pop16, $pop17 - br_if $pop18, BB0_20 + br_if $pop18, .LBB0_20 # BB#7: # %if.end33 - block BB0_19 + block .LBB0_19 i32.load8_u $push19=, a3($1) i32.const $push20=, 111 i32.ne $push21=, $pop19, $pop20 - br_if $pop21, BB0_19 + br_if $pop21, .LBB0_19 # BB#8: # %if.end38 - block BB0_18 + block .LBB0_18 i32.load8_u $push22=, a3+1($1) i32.const $push23=, 119 i32.ne $push24=, $pop22, $pop23 - br_if $pop24, BB0_18 + br_if $pop24, .LBB0_18 # BB#9: # %if.end43 - block BB0_17 + block .LBB0_17 i32.load8_u $push25=, a3+2($1) i32.const $push26=, 120 i32.ne $push27=, $pop25, $pop26 - br_if $pop27, BB0_17 + br_if $pop27, .LBB0_17 # BB#10: # %if.end48 - block BB0_16 + block .LBB0_16 i32.load8_u $push28=, a4($1) i32.const $push29=, 57 i32.ne $push30=, $pop28, $pop29 - br_if $pop30, BB0_16 + br_if $pop30, .LBB0_16 # BB#11: # %if.end53 - block BB0_15 + block .LBB0_15 i32.load8_u $push31=, a4+1($1) i32.const $push32=, 101 i32.ne $push33=, $pop31, $pop32 - br_if $pop33, BB0_15 + br_if $pop33, .LBB0_15 # BB#12: # %if.end58 - block BB0_14 + block .LBB0_14 i32.load8_u $push34=, a4+2($1) i32.const $push35=, 98 i32.ne $push36=, $pop34, $pop35 - br_if $pop36, BB0_14 + br_if $pop36, .LBB0_14 # BB#13: # %if.end63 return $1 -BB0_14: # %if.then62 +.LBB0_14: # %if.then62 call abort unreachable -BB0_15: # %if.then57 +.LBB0_15: # %if.then57 call abort unreachable -BB0_16: # %if.then52 +.LBB0_16: # %if.then52 call abort unreachable -BB0_17: # %if.then47 +.LBB0_17: # %if.then47 call abort unreachable -BB0_18: # %if.then42 +.LBB0_18: # %if.then42 call abort unreachable -BB0_19: # %if.then37 +.LBB0_19: # %if.then37 call abort unreachable -BB0_20: # %if.then32 +.LBB0_20: # %if.then32 call abort unreachable -BB0_21: # %if.then27 +.LBB0_21: # %if.then27 call abort unreachable -BB0_22: # %if.then22 +.LBB0_22: # %if.then22 call abort unreachable -BB0_23: # %if.then17 +.LBB0_23: # %if.then17 call abort unreachable -BB0_24: # %if.then11 +.LBB0_24: # %if.then11 call abort unreachable -BB0_25: # %if.then5 +.LBB0_25: # %if.then5 call abort unreachable -BB0_26: # %if.then +.LBB0_26: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20010925-1.c.s b/test/torture-s/20010925-1.c.s index cb585aff3..ec0de888d 100644 --- a/test/torture-s/20010925-1.c.s +++ b/test/torture-s/20010925-1.c.s @@ -13,8 +13,8 @@ main: # @main i64.store $discard=, dst($0), $1 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -24,17 +24,17 @@ foo: # @foo .local i32 # BB#0: # %entry i32.const $3=, 1 - block BB1_2 + block .LBB1_2 i32.const $push0=, 0 i32.eq $push1=, $2, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end call memcpy, $0, $1, $2 i32.const $3=, 0 -BB1_2: # %return +.LBB1_2: # %return return $3 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .type dst,@object # @dst .bss diff --git a/test/torture-s/20011008-3.c.s b/test/torture-s/20011008-3.c.s index 228412092..68d14973e 100644 --- a/test/torture-s/20011008-3.c.s +++ b/test/torture-s/20011008-3.c.s @@ -8,8 +8,8 @@ log_compare: # @log_compare # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size log_compare, func_end0-log_compare +.Lfunc_end0: + .size log_compare, .Lfunc_end0-log_compare .globl __db_txnlist_lsnadd .type __db_txnlist_lsnadd,@function @@ -21,29 +21,29 @@ __db_txnlist_lsnadd: # @__db_txnlist_lsnadd i32.const $5=, 1 i32.and $4=, $3, $5 i32.const $3=, 0 -BB1_1: # %for.cond +.LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB1_5 + loop .LBB1_5 copy_local $7=, $5 - block BB1_3 + block .LBB1_3 i32.const $push10=, 0 i32.eq $push11=, $4, $pop10 - br_if $pop11, BB1_3 + br_if $pop11, .LBB1_3 # BB#2: # %cond.false - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push1=, 12 i32.add $push2=, $1, $pop1 i32.load $7=, 0($pop2) -BB1_3: # %cond.end - # in Loop: Header=BB1_1 Depth=1 +.LBB1_3: # %cond.end + # in Loop: Header=.LBB1_1 Depth=1 i32.ge_s $push3=, $3, $7 - br_if $pop3, BB1_5 + br_if $pop3, .LBB1_5 # BB#4: # %for.body - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push9=, 1 i32.add $3=, $3, $pop9 - br BB1_1 -BB1_5: # %for.end35 + br .LBB1_1 +.LBB1_5: # %for.end35 i32.const $push4=, 20 i32.add $push5=, $1, $pop4 i32.load $7=, 0($pop5) @@ -56,8 +56,8 @@ BB1_5: # %for.end35 i64.store32 $discard=, 0($2), $6 i32.add $push0=, $0, $3 return $pop0 -func_end1: - .size __db_txnlist_lsnadd, func_end1-__db_txnlist_lsnadd +.Lfunc_end1: + .size __db_txnlist_lsnadd, .Lfunc_end1-__db_txnlist_lsnadd .globl main .type main,@function @@ -67,8 +67,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011019-1.c.s b/test/torture-s/20011019-1.c.s index 21c0403d4..8ef2d27b5 100644 --- a/test/torture-s/20011019-1.c.s +++ b/test/torture-s/20011019-1.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.const $push4=, 2 i32.shr_s $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.store $discard=, y($0), $pop0 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type y,@object # @y .bss diff --git a/test/torture-s/20011024-1.c.s b/test/torture-s/20011024-1.c.s index 5bf4aee1e..ae893b2df 100644 --- a/test/torture-s/20011024-1.c.s +++ b/test/torture-s/20011024-1.c.s @@ -8,22 +8,22 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, buf - block BB0_2 + block .LBB0_2 i32.const $push0=, 6513249 i32.store $discard=, buf($0), $pop0 i32.const $push1=, .str i32.call $push2=, strcmp, $1, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %foo.exit i32.const $push3=, .str.1 i32.const $push4=, 9 call memcpy, $1, $pop3, $pop4 return $0 -BB0_2: # %if.then1.i +.LBB0_2: # %if.then1.i call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type buf,@object # @buf .bss diff --git a/test/torture-s/20011109-1.c.s b/test/torture-s/20011109-1.c.s index fd5458722..19bf65778 100644 --- a/test/torture-s/20011109-1.c.s +++ b/test/torture-s/20011109-1.c.s @@ -6,8 +6,8 @@ fail1: # @fail1 # BB#0: # %entry call abort unreachable -func_end0: - .size fail1, func_end0-fail1 +.Lfunc_end0: + .size fail1, .Lfunc_end0-fail1 .globl fail2 .type fail2,@function @@ -15,8 +15,8 @@ fail2: # @fail2 # BB#0: # %entry call abort unreachable -func_end1: - .size fail2, func_end1-fail2 +.Lfunc_end1: + .size fail2, .Lfunc_end1-fail2 .globl fail3 .type fail3,@function @@ -24,8 +24,8 @@ fail3: # @fail3 # BB#0: # %entry call abort unreachable -func_end2: - .size fail3, func_end2-fail3 +.Lfunc_end2: + .size fail3, .Lfunc_end2-fail3 .globl fail4 .type fail4,@function @@ -33,46 +33,46 @@ fail4: # @fail4 # BB#0: # %entry call abort unreachable -func_end3: - .size fail4, func_end3-fail4 +.Lfunc_end3: + .size fail4, .Lfunc_end3-fail4 .globl foo .type foo,@function foo: # @foo .param i32 # BB#0: # %entry - block BB4_7 + block .LBB4_7 i32.const $push0=, 6 i32.add $0=, $0, $pop0 i32.const $push1=, 11 i32.gt_u $push2=, $0, $pop1 - br_if $pop2, BB4_7 + br_if $pop2, .LBB4_7 # BB#1: # %entry - block BB4_6 - block BB4_5 - block BB4_4 - block BB4_3 - block BB4_2 - tableswitch $0, BB4_3, BB4_3, BB4_7, BB4_7, BB4_7, BB4_7, BB4_7, BB4_4, BB4_2, BB4_5, BB4_6, BB4_6, BB4_6 -BB4_2: # %sw.epilog9 + block .LBB4_6 + block .LBB4_5 + block .LBB4_4 + block .LBB4_3 + block .LBB4_2 + tableswitch $0, .LBB4_3, .LBB4_3, .LBB4_7, .LBB4_7, .LBB4_7, .LBB4_7, .LBB4_7, .LBB4_4, .LBB4_2, .LBB4_5, .LBB4_6, .LBB4_6, .LBB4_6 +.LBB4_2: # %sw.epilog9 return -BB4_3: # %sw.bb +.LBB4_3: # %sw.bb call fail1 unreachable -BB4_4: # %sw.bb1 +.LBB4_4: # %sw.bb1 call fail2 unreachable -BB4_5: # %sw.bb7 +.LBB4_5: # %sw.bb7 call abort unreachable -BB4_6: # %sw.bb3 +.LBB4_6: # %sw.bb3 call fail3 unreachable -BB4_7: # %sw.default +.LBB4_7: # %sw.default call fail4 unreachable -func_end4: - .size foo, func_end4-foo +.Lfunc_end4: + .size foo, .Lfunc_end4-foo .globl main .type main,@function @@ -82,8 +82,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011109-2.c.s b/test/torture-s/20011109-2.c.s index 7179a18f2..745573b6f 100644 --- a/test/torture-s/20011109-2.c.s +++ b/test/torture-s/20011109-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011114-1.c.s b/test/torture-s/20011114-1.c.s index bed32b9e5..e25e477be 100644 --- a/test/torture-s/20011114-1.c.s +++ b/test/torture-s/20011114-1.c.s @@ -8,8 +8,8 @@ foo: # @foo # BB#0: # %entry i32.load8_s $push0=, 1($0) return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011115-1.c.s b/test/torture-s/20011115-1.c.s index f4307b7bb..717801663 100644 --- a/test/torture-s/20011115-1.c.s +++ b/test/torture-s/20011115-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011121-1.c.s b/test/torture-s/20011121-1.c.s index d5a35cdbe..3c27e9a75 100644 --- a/test/torture-s/20011121-1.c.s +++ b/test/torture-s/20011121-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s1,@object # @s1 .bss diff --git a/test/torture-s/20011126-1.c.s b/test/torture-s/20011126-1.c.s index 8768fdb8b..4c9e9b34f 100644 --- a/test/torture-s/20011126-1.c.s +++ b/test/torture-s/20011126-1.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) i32.const $push1=, -1 i32.le_s $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end5 return $0 -BB0_2: # %if.then4 +.LBB0_2: # %if.then4 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/20011128-1.c.s b/test/torture-s/20011128-1.c.s index 0727e1354..2ed2dbbf8 100644 --- a/test/torture-s/20011128-1.c.s +++ b/test/torture-s/20011128-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011217-1.c.s b/test/torture-s/20011217-1.c.s index 07029d045..aa80adca0 100644 --- a/test/torture-s/20011217-1.c.s +++ b/test/torture-s/20011217-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011219-1.c.s b/test/torture-s/20011219-1.c.s index f963149a2..327d8150f 100644 --- a/test/torture-s/20011219-1.c.s +++ b/test/torture-s/20011219-1.c.s @@ -6,8 +6,8 @@ bar: # @bar .param i32, i32, i32 # BB#0: # %entry return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -19,35 +19,35 @@ foo: # @foo i32.const $push0=, -10 i32.add $0=, $0, $pop0 # implicit-def: %vreg13 - block BB1_7 + block .LBB1_7 i32.const $push1=, 4 i32.gt_u $push2=, $0, $pop1 - br_if $pop2, BB1_7 + br_if $pop2, .LBB1_7 # BB#1: # %entry - block BB1_6 - block BB1_5 - block BB1_4 - block BB1_3 - block BB1_2 - tableswitch $0, BB1_2, BB1_2, BB1_3, BB1_4, BB1_5, BB1_6 -BB1_2: # %sw.bb + block .LBB1_6 + block .LBB1_5 + block .LBB1_4 + block .LBB1_3 + block .LBB1_2 + tableswitch $0, .LBB1_2, .LBB1_2, .LBB1_3, .LBB1_4, .LBB1_5, .LBB1_6 +.LBB1_2: # %sw.bb i32.load $2=, 0($1) - br BB1_7 -BB1_3: # %sw.bb1 + br .LBB1_7 +.LBB1_3: # %sw.bb1 i32.load $2=, 0($1) - br BB1_7 -BB1_4: # %sw.bb2 + br .LBB1_7 +.LBB1_4: # %sw.bb2 i32.load $2=, 0($1) - br BB1_7 -BB1_5: # %sw.bb3 + br .LBB1_7 +.LBB1_5: # %sw.bb3 i32.load $2=, 0($1) - br BB1_7 -BB1_6: # %sw.bb4 + br .LBB1_7 +.LBB1_6: # %sw.bb4 i32.load $2=, 0($1) -BB1_7: # %sw.epilog +.LBB1_7: # %sw.epilog return $2 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -57,8 +57,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20011223-1.c.s b/test/torture-s/20011223-1.c.s index fdda30d42..88192ffdf 100644 --- a/test/torture-s/20011223-1.c.s +++ b/test/torture-s/20011223-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020103-1.c.s b/test/torture-s/20020103-1.c.s index 089591144..3ea8931f4 100644 --- a/test/torture-s/20020103-1.c.s +++ b/test/torture-s/20020103-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 65535 i32.xor $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -21,8 +21,8 @@ bar: # @bar i32.const $push0=, -65536 i32.xor $push1=, $0, $pop0 return $pop1 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020107-1.c.s b/test/torture-s/20020107-1.c.s index e509e327e..8abb0f3ab 100644 --- a/test/torture-s/20020107-1.c.s +++ b/test/torture-s/20020107-1.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.const $push0=, 2 i32.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,20 +25,20 @@ main: # @main #APP #NO_APP i32.const $2=, 1 - block BB1_2 + block .LBB1_2 i32.add $push0=, $0, $2 i32.sub $push1=, $pop0, $1 i32.ne $push2=, $pop1, $2 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %bar.exit i32.const $push3=, 0 call exit, $pop3 unreachable -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type buf,@object # @buf .bss diff --git a/test/torture-s/20020108-1.c.s b/test/torture-s/20020108-1.c.s index 1fe931a50..eaf57d00d 100644 --- a/test/torture-s/20020108-1.c.s +++ b/test/torture-s/20020108-1.c.s @@ -7,8 +7,8 @@ ashift_qi_0: # @ashift_qi_0 .result i32 # BB#0: # %entry return $0 -func_end0: - .size ashift_qi_0, func_end0-ashift_qi_0 +.Lfunc_end0: + .size ashift_qi_0, .Lfunc_end0-ashift_qi_0 .globl ashift_qi_1 .type ashift_qi_1,@function @@ -21,8 +21,8 @@ ashift_qi_1: # @ashift_qi_1 i32.const $push2=, 254 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size ashift_qi_1, func_end1-ashift_qi_1 +.Lfunc_end1: + .size ashift_qi_1, .Lfunc_end1-ashift_qi_1 .globl ashift_qi_2 .type ashift_qi_2,@function @@ -35,8 +35,8 @@ ashift_qi_2: # @ashift_qi_2 i32.const $push2=, 252 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size ashift_qi_2, func_end2-ashift_qi_2 +.Lfunc_end2: + .size ashift_qi_2, .Lfunc_end2-ashift_qi_2 .globl ashift_qi_3 .type ashift_qi_3,@function @@ -49,8 +49,8 @@ ashift_qi_3: # @ashift_qi_3 i32.const $push2=, 248 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end3: - .size ashift_qi_3, func_end3-ashift_qi_3 +.Lfunc_end3: + .size ashift_qi_3, .Lfunc_end3-ashift_qi_3 .globl ashift_qi_4 .type ashift_qi_4,@function @@ -63,8 +63,8 @@ ashift_qi_4: # @ashift_qi_4 i32.const $push2=, 240 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end4: - .size ashift_qi_4, func_end4-ashift_qi_4 +.Lfunc_end4: + .size ashift_qi_4, .Lfunc_end4-ashift_qi_4 .globl ashift_qi_5 .type ashift_qi_5,@function @@ -77,8 +77,8 @@ ashift_qi_5: # @ashift_qi_5 i32.const $push2=, 224 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end5: - .size ashift_qi_5, func_end5-ashift_qi_5 +.Lfunc_end5: + .size ashift_qi_5, .Lfunc_end5-ashift_qi_5 .globl ashift_qi_6 .type ashift_qi_6,@function @@ -91,8 +91,8 @@ ashift_qi_6: # @ashift_qi_6 i32.const $push2=, 192 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end6: - .size ashift_qi_6, func_end6-ashift_qi_6 +.Lfunc_end6: + .size ashift_qi_6, .Lfunc_end6-ashift_qi_6 .globl ashift_qi_7 .type ashift_qi_7,@function @@ -105,8 +105,8 @@ ashift_qi_7: # @ashift_qi_7 i32.const $push2=, 128 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end7: - .size ashift_qi_7, func_end7-ashift_qi_7 +.Lfunc_end7: + .size ashift_qi_7, .Lfunc_end7-ashift_qi_7 .globl lshiftrt_qi_0 .type lshiftrt_qi_0,@function @@ -115,8 +115,8 @@ lshiftrt_qi_0: # @lshiftrt_qi_0 .result i32 # BB#0: # %entry return $0 -func_end8: - .size lshiftrt_qi_0, func_end8-lshiftrt_qi_0 +.Lfunc_end8: + .size lshiftrt_qi_0, .Lfunc_end8-lshiftrt_qi_0 .globl lshiftrt_qi_1 .type lshiftrt_qi_1,@function @@ -127,8 +127,8 @@ lshiftrt_qi_1: # @lshiftrt_qi_1 i32.const $push0=, 1 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end9: - .size lshiftrt_qi_1, func_end9-lshiftrt_qi_1 +.Lfunc_end9: + .size lshiftrt_qi_1, .Lfunc_end9-lshiftrt_qi_1 .globl lshiftrt_qi_2 .type lshiftrt_qi_2,@function @@ -139,8 +139,8 @@ lshiftrt_qi_2: # @lshiftrt_qi_2 i32.const $push0=, 2 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end10: - .size lshiftrt_qi_2, func_end10-lshiftrt_qi_2 +.Lfunc_end10: + .size lshiftrt_qi_2, .Lfunc_end10-lshiftrt_qi_2 .globl lshiftrt_qi_3 .type lshiftrt_qi_3,@function @@ -151,8 +151,8 @@ lshiftrt_qi_3: # @lshiftrt_qi_3 i32.const $push0=, 3 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end11: - .size lshiftrt_qi_3, func_end11-lshiftrt_qi_3 +.Lfunc_end11: + .size lshiftrt_qi_3, .Lfunc_end11-lshiftrt_qi_3 .globl lshiftrt_qi_4 .type lshiftrt_qi_4,@function @@ -163,8 +163,8 @@ lshiftrt_qi_4: # @lshiftrt_qi_4 i32.const $push0=, 4 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end12: - .size lshiftrt_qi_4, func_end12-lshiftrt_qi_4 +.Lfunc_end12: + .size lshiftrt_qi_4, .Lfunc_end12-lshiftrt_qi_4 .globl lshiftrt_qi_5 .type lshiftrt_qi_5,@function @@ -175,8 +175,8 @@ lshiftrt_qi_5: # @lshiftrt_qi_5 i32.const $push0=, 5 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end13: - .size lshiftrt_qi_5, func_end13-lshiftrt_qi_5 +.Lfunc_end13: + .size lshiftrt_qi_5, .Lfunc_end13-lshiftrt_qi_5 .globl lshiftrt_qi_6 .type lshiftrt_qi_6,@function @@ -187,8 +187,8 @@ lshiftrt_qi_6: # @lshiftrt_qi_6 i32.const $push0=, 6 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end14: - .size lshiftrt_qi_6, func_end14-lshiftrt_qi_6 +.Lfunc_end14: + .size lshiftrt_qi_6, .Lfunc_end14-lshiftrt_qi_6 .globl lshiftrt_qi_7 .type lshiftrt_qi_7,@function @@ -199,8 +199,8 @@ lshiftrt_qi_7: # @lshiftrt_qi_7 i32.const $push0=, 7 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end15: - .size lshiftrt_qi_7, func_end15-lshiftrt_qi_7 +.Lfunc_end15: + .size lshiftrt_qi_7, .Lfunc_end15-lshiftrt_qi_7 .globl ashiftrt_qi_0 .type ashiftrt_qi_0,@function @@ -209,8 +209,8 @@ ashiftrt_qi_0: # @ashiftrt_qi_0 .result i32 # BB#0: # %entry return $0 -func_end16: - .size ashiftrt_qi_0, func_end16-ashiftrt_qi_0 +.Lfunc_end16: + .size ashiftrt_qi_0, .Lfunc_end16-ashiftrt_qi_0 .globl ashiftrt_qi_1 .type ashiftrt_qi_1,@function @@ -221,8 +221,8 @@ ashiftrt_qi_1: # @ashiftrt_qi_1 i32.const $push0=, 1 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end17: - .size ashiftrt_qi_1, func_end17-ashiftrt_qi_1 +.Lfunc_end17: + .size ashiftrt_qi_1, .Lfunc_end17-ashiftrt_qi_1 .globl ashiftrt_qi_2 .type ashiftrt_qi_2,@function @@ -233,8 +233,8 @@ ashiftrt_qi_2: # @ashiftrt_qi_2 i32.const $push0=, 2 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end18: - .size ashiftrt_qi_2, func_end18-ashiftrt_qi_2 +.Lfunc_end18: + .size ashiftrt_qi_2, .Lfunc_end18-ashiftrt_qi_2 .globl ashiftrt_qi_3 .type ashiftrt_qi_3,@function @@ -245,8 +245,8 @@ ashiftrt_qi_3: # @ashiftrt_qi_3 i32.const $push0=, 3 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end19: - .size ashiftrt_qi_3, func_end19-ashiftrt_qi_3 +.Lfunc_end19: + .size ashiftrt_qi_3, .Lfunc_end19-ashiftrt_qi_3 .globl ashiftrt_qi_4 .type ashiftrt_qi_4,@function @@ -257,8 +257,8 @@ ashiftrt_qi_4: # @ashiftrt_qi_4 i32.const $push0=, 4 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end20: - .size ashiftrt_qi_4, func_end20-ashiftrt_qi_4 +.Lfunc_end20: + .size ashiftrt_qi_4, .Lfunc_end20-ashiftrt_qi_4 .globl ashiftrt_qi_5 .type ashiftrt_qi_5,@function @@ -269,8 +269,8 @@ ashiftrt_qi_5: # @ashiftrt_qi_5 i32.const $push0=, 5 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end21: - .size ashiftrt_qi_5, func_end21-ashiftrt_qi_5 +.Lfunc_end21: + .size ashiftrt_qi_5, .Lfunc_end21-ashiftrt_qi_5 .globl ashiftrt_qi_6 .type ashiftrt_qi_6,@function @@ -281,8 +281,8 @@ ashiftrt_qi_6: # @ashiftrt_qi_6 i32.const $push0=, 6 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end22: - .size ashiftrt_qi_6, func_end22-ashiftrt_qi_6 +.Lfunc_end22: + .size ashiftrt_qi_6, .Lfunc_end22-ashiftrt_qi_6 .globl ashiftrt_qi_7 .type ashiftrt_qi_7,@function @@ -293,8 +293,8 @@ ashiftrt_qi_7: # @ashiftrt_qi_7 i32.const $push0=, 7 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end23: - .size ashiftrt_qi_7, func_end23-ashiftrt_qi_7 +.Lfunc_end23: + .size ashiftrt_qi_7, .Lfunc_end23-ashiftrt_qi_7 .globl ashift_hi_0 .type ashift_hi_0,@function @@ -303,8 +303,8 @@ ashift_hi_0: # @ashift_hi_0 .result i32 # BB#0: # %entry return $0 -func_end24: - .size ashift_hi_0, func_end24-ashift_hi_0 +.Lfunc_end24: + .size ashift_hi_0, .Lfunc_end24-ashift_hi_0 .globl ashift_hi_1 .type ashift_hi_1,@function @@ -317,8 +317,8 @@ ashift_hi_1: # @ashift_hi_1 i32.const $push2=, 65534 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end25: - .size ashift_hi_1, func_end25-ashift_hi_1 +.Lfunc_end25: + .size ashift_hi_1, .Lfunc_end25-ashift_hi_1 .globl ashift_hi_2 .type ashift_hi_2,@function @@ -331,8 +331,8 @@ ashift_hi_2: # @ashift_hi_2 i32.const $push2=, 65532 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end26: - .size ashift_hi_2, func_end26-ashift_hi_2 +.Lfunc_end26: + .size ashift_hi_2, .Lfunc_end26-ashift_hi_2 .globl ashift_hi_3 .type ashift_hi_3,@function @@ -345,8 +345,8 @@ ashift_hi_3: # @ashift_hi_3 i32.const $push2=, 65528 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end27: - .size ashift_hi_3, func_end27-ashift_hi_3 +.Lfunc_end27: + .size ashift_hi_3, .Lfunc_end27-ashift_hi_3 .globl ashift_hi_4 .type ashift_hi_4,@function @@ -359,8 +359,8 @@ ashift_hi_4: # @ashift_hi_4 i32.const $push2=, 65520 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end28: - .size ashift_hi_4, func_end28-ashift_hi_4 +.Lfunc_end28: + .size ashift_hi_4, .Lfunc_end28-ashift_hi_4 .globl ashift_hi_5 .type ashift_hi_5,@function @@ -373,8 +373,8 @@ ashift_hi_5: # @ashift_hi_5 i32.const $push2=, 65504 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end29: - .size ashift_hi_5, func_end29-ashift_hi_5 +.Lfunc_end29: + .size ashift_hi_5, .Lfunc_end29-ashift_hi_5 .globl ashift_hi_6 .type ashift_hi_6,@function @@ -387,8 +387,8 @@ ashift_hi_6: # @ashift_hi_6 i32.const $push2=, 65472 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end30: - .size ashift_hi_6, func_end30-ashift_hi_6 +.Lfunc_end30: + .size ashift_hi_6, .Lfunc_end30-ashift_hi_6 .globl ashift_hi_7 .type ashift_hi_7,@function @@ -401,8 +401,8 @@ ashift_hi_7: # @ashift_hi_7 i32.const $push2=, 65408 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end31: - .size ashift_hi_7, func_end31-ashift_hi_7 +.Lfunc_end31: + .size ashift_hi_7, .Lfunc_end31-ashift_hi_7 .globl ashift_hi_8 .type ashift_hi_8,@function @@ -415,8 +415,8 @@ ashift_hi_8: # @ashift_hi_8 i32.const $push2=, 65280 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end32: - .size ashift_hi_8, func_end32-ashift_hi_8 +.Lfunc_end32: + .size ashift_hi_8, .Lfunc_end32-ashift_hi_8 .globl ashift_hi_9 .type ashift_hi_9,@function @@ -429,8 +429,8 @@ ashift_hi_9: # @ashift_hi_9 i32.const $push2=, 65024 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end33: - .size ashift_hi_9, func_end33-ashift_hi_9 +.Lfunc_end33: + .size ashift_hi_9, .Lfunc_end33-ashift_hi_9 .globl ashift_hi_10 .type ashift_hi_10,@function @@ -443,8 +443,8 @@ ashift_hi_10: # @ashift_hi_10 i32.const $push2=, 64512 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end34: - .size ashift_hi_10, func_end34-ashift_hi_10 +.Lfunc_end34: + .size ashift_hi_10, .Lfunc_end34-ashift_hi_10 .globl ashift_hi_11 .type ashift_hi_11,@function @@ -457,8 +457,8 @@ ashift_hi_11: # @ashift_hi_11 i32.const $push2=, 63488 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end35: - .size ashift_hi_11, func_end35-ashift_hi_11 +.Lfunc_end35: + .size ashift_hi_11, .Lfunc_end35-ashift_hi_11 .globl ashift_hi_12 .type ashift_hi_12,@function @@ -471,8 +471,8 @@ ashift_hi_12: # @ashift_hi_12 i32.const $push2=, 61440 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end36: - .size ashift_hi_12, func_end36-ashift_hi_12 +.Lfunc_end36: + .size ashift_hi_12, .Lfunc_end36-ashift_hi_12 .globl ashift_hi_13 .type ashift_hi_13,@function @@ -485,8 +485,8 @@ ashift_hi_13: # @ashift_hi_13 i32.const $push2=, 57344 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end37: - .size ashift_hi_13, func_end37-ashift_hi_13 +.Lfunc_end37: + .size ashift_hi_13, .Lfunc_end37-ashift_hi_13 .globl ashift_hi_14 .type ashift_hi_14,@function @@ -499,8 +499,8 @@ ashift_hi_14: # @ashift_hi_14 i32.const $push2=, 49152 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end38: - .size ashift_hi_14, func_end38-ashift_hi_14 +.Lfunc_end38: + .size ashift_hi_14, .Lfunc_end38-ashift_hi_14 .globl ashift_hi_15 .type ashift_hi_15,@function @@ -513,8 +513,8 @@ ashift_hi_15: # @ashift_hi_15 i32.const $push2=, 32768 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end39: - .size ashift_hi_15, func_end39-ashift_hi_15 +.Lfunc_end39: + .size ashift_hi_15, .Lfunc_end39-ashift_hi_15 .globl lshiftrt_hi_0 .type lshiftrt_hi_0,@function @@ -523,8 +523,8 @@ lshiftrt_hi_0: # @lshiftrt_hi_0 .result i32 # BB#0: # %entry return $0 -func_end40: - .size lshiftrt_hi_0, func_end40-lshiftrt_hi_0 +.Lfunc_end40: + .size lshiftrt_hi_0, .Lfunc_end40-lshiftrt_hi_0 .globl lshiftrt_hi_1 .type lshiftrt_hi_1,@function @@ -535,8 +535,8 @@ lshiftrt_hi_1: # @lshiftrt_hi_1 i32.const $push0=, 1 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end41: - .size lshiftrt_hi_1, func_end41-lshiftrt_hi_1 +.Lfunc_end41: + .size lshiftrt_hi_1, .Lfunc_end41-lshiftrt_hi_1 .globl lshiftrt_hi_2 .type lshiftrt_hi_2,@function @@ -547,8 +547,8 @@ lshiftrt_hi_2: # @lshiftrt_hi_2 i32.const $push0=, 2 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end42: - .size lshiftrt_hi_2, func_end42-lshiftrt_hi_2 +.Lfunc_end42: + .size lshiftrt_hi_2, .Lfunc_end42-lshiftrt_hi_2 .globl lshiftrt_hi_3 .type lshiftrt_hi_3,@function @@ -559,8 +559,8 @@ lshiftrt_hi_3: # @lshiftrt_hi_3 i32.const $push0=, 3 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end43: - .size lshiftrt_hi_3, func_end43-lshiftrt_hi_3 +.Lfunc_end43: + .size lshiftrt_hi_3, .Lfunc_end43-lshiftrt_hi_3 .globl lshiftrt_hi_4 .type lshiftrt_hi_4,@function @@ -571,8 +571,8 @@ lshiftrt_hi_4: # @lshiftrt_hi_4 i32.const $push0=, 4 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end44: - .size lshiftrt_hi_4, func_end44-lshiftrt_hi_4 +.Lfunc_end44: + .size lshiftrt_hi_4, .Lfunc_end44-lshiftrt_hi_4 .globl lshiftrt_hi_5 .type lshiftrt_hi_5,@function @@ -583,8 +583,8 @@ lshiftrt_hi_5: # @lshiftrt_hi_5 i32.const $push0=, 5 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end45: - .size lshiftrt_hi_5, func_end45-lshiftrt_hi_5 +.Lfunc_end45: + .size lshiftrt_hi_5, .Lfunc_end45-lshiftrt_hi_5 .globl lshiftrt_hi_6 .type lshiftrt_hi_6,@function @@ -595,8 +595,8 @@ lshiftrt_hi_6: # @lshiftrt_hi_6 i32.const $push0=, 6 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end46: - .size lshiftrt_hi_6, func_end46-lshiftrt_hi_6 +.Lfunc_end46: + .size lshiftrt_hi_6, .Lfunc_end46-lshiftrt_hi_6 .globl lshiftrt_hi_7 .type lshiftrt_hi_7,@function @@ -607,8 +607,8 @@ lshiftrt_hi_7: # @lshiftrt_hi_7 i32.const $push0=, 7 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end47: - .size lshiftrt_hi_7, func_end47-lshiftrt_hi_7 +.Lfunc_end47: + .size lshiftrt_hi_7, .Lfunc_end47-lshiftrt_hi_7 .globl lshiftrt_hi_8 .type lshiftrt_hi_8,@function @@ -619,8 +619,8 @@ lshiftrt_hi_8: # @lshiftrt_hi_8 i32.const $push0=, 8 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end48: - .size lshiftrt_hi_8, func_end48-lshiftrt_hi_8 +.Lfunc_end48: + .size lshiftrt_hi_8, .Lfunc_end48-lshiftrt_hi_8 .globl lshiftrt_hi_9 .type lshiftrt_hi_9,@function @@ -631,8 +631,8 @@ lshiftrt_hi_9: # @lshiftrt_hi_9 i32.const $push0=, 9 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end49: - .size lshiftrt_hi_9, func_end49-lshiftrt_hi_9 +.Lfunc_end49: + .size lshiftrt_hi_9, .Lfunc_end49-lshiftrt_hi_9 .globl lshiftrt_hi_10 .type lshiftrt_hi_10,@function @@ -643,8 +643,8 @@ lshiftrt_hi_10: # @lshiftrt_hi_10 i32.const $push0=, 10 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end50: - .size lshiftrt_hi_10, func_end50-lshiftrt_hi_10 +.Lfunc_end50: + .size lshiftrt_hi_10, .Lfunc_end50-lshiftrt_hi_10 .globl lshiftrt_hi_11 .type lshiftrt_hi_11,@function @@ -655,8 +655,8 @@ lshiftrt_hi_11: # @lshiftrt_hi_11 i32.const $push0=, 11 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end51: - .size lshiftrt_hi_11, func_end51-lshiftrt_hi_11 +.Lfunc_end51: + .size lshiftrt_hi_11, .Lfunc_end51-lshiftrt_hi_11 .globl lshiftrt_hi_12 .type lshiftrt_hi_12,@function @@ -667,8 +667,8 @@ lshiftrt_hi_12: # @lshiftrt_hi_12 i32.const $push0=, 12 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end52: - .size lshiftrt_hi_12, func_end52-lshiftrt_hi_12 +.Lfunc_end52: + .size lshiftrt_hi_12, .Lfunc_end52-lshiftrt_hi_12 .globl lshiftrt_hi_13 .type lshiftrt_hi_13,@function @@ -679,8 +679,8 @@ lshiftrt_hi_13: # @lshiftrt_hi_13 i32.const $push0=, 13 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end53: - .size lshiftrt_hi_13, func_end53-lshiftrt_hi_13 +.Lfunc_end53: + .size lshiftrt_hi_13, .Lfunc_end53-lshiftrt_hi_13 .globl lshiftrt_hi_14 .type lshiftrt_hi_14,@function @@ -691,8 +691,8 @@ lshiftrt_hi_14: # @lshiftrt_hi_14 i32.const $push0=, 14 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end54: - .size lshiftrt_hi_14, func_end54-lshiftrt_hi_14 +.Lfunc_end54: + .size lshiftrt_hi_14, .Lfunc_end54-lshiftrt_hi_14 .globl lshiftrt_hi_15 .type lshiftrt_hi_15,@function @@ -703,8 +703,8 @@ lshiftrt_hi_15: # @lshiftrt_hi_15 i32.const $push0=, 15 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end55: - .size lshiftrt_hi_15, func_end55-lshiftrt_hi_15 +.Lfunc_end55: + .size lshiftrt_hi_15, .Lfunc_end55-lshiftrt_hi_15 .globl ashiftrt_hi_0 .type ashiftrt_hi_0,@function @@ -713,8 +713,8 @@ ashiftrt_hi_0: # @ashiftrt_hi_0 .result i32 # BB#0: # %entry return $0 -func_end56: - .size ashiftrt_hi_0, func_end56-ashiftrt_hi_0 +.Lfunc_end56: + .size ashiftrt_hi_0, .Lfunc_end56-ashiftrt_hi_0 .globl ashiftrt_hi_1 .type ashiftrt_hi_1,@function @@ -725,8 +725,8 @@ ashiftrt_hi_1: # @ashiftrt_hi_1 i32.const $push0=, 1 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end57: - .size ashiftrt_hi_1, func_end57-ashiftrt_hi_1 +.Lfunc_end57: + .size ashiftrt_hi_1, .Lfunc_end57-ashiftrt_hi_1 .globl ashiftrt_hi_2 .type ashiftrt_hi_2,@function @@ -737,8 +737,8 @@ ashiftrt_hi_2: # @ashiftrt_hi_2 i32.const $push0=, 2 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end58: - .size ashiftrt_hi_2, func_end58-ashiftrt_hi_2 +.Lfunc_end58: + .size ashiftrt_hi_2, .Lfunc_end58-ashiftrt_hi_2 .globl ashiftrt_hi_3 .type ashiftrt_hi_3,@function @@ -749,8 +749,8 @@ ashiftrt_hi_3: # @ashiftrt_hi_3 i32.const $push0=, 3 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end59: - .size ashiftrt_hi_3, func_end59-ashiftrt_hi_3 +.Lfunc_end59: + .size ashiftrt_hi_3, .Lfunc_end59-ashiftrt_hi_3 .globl ashiftrt_hi_4 .type ashiftrt_hi_4,@function @@ -761,8 +761,8 @@ ashiftrt_hi_4: # @ashiftrt_hi_4 i32.const $push0=, 4 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end60: - .size ashiftrt_hi_4, func_end60-ashiftrt_hi_4 +.Lfunc_end60: + .size ashiftrt_hi_4, .Lfunc_end60-ashiftrt_hi_4 .globl ashiftrt_hi_5 .type ashiftrt_hi_5,@function @@ -773,8 +773,8 @@ ashiftrt_hi_5: # @ashiftrt_hi_5 i32.const $push0=, 5 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end61: - .size ashiftrt_hi_5, func_end61-ashiftrt_hi_5 +.Lfunc_end61: + .size ashiftrt_hi_5, .Lfunc_end61-ashiftrt_hi_5 .globl ashiftrt_hi_6 .type ashiftrt_hi_6,@function @@ -785,8 +785,8 @@ ashiftrt_hi_6: # @ashiftrt_hi_6 i32.const $push0=, 6 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end62: - .size ashiftrt_hi_6, func_end62-ashiftrt_hi_6 +.Lfunc_end62: + .size ashiftrt_hi_6, .Lfunc_end62-ashiftrt_hi_6 .globl ashiftrt_hi_7 .type ashiftrt_hi_7,@function @@ -797,8 +797,8 @@ ashiftrt_hi_7: # @ashiftrt_hi_7 i32.const $push0=, 7 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end63: - .size ashiftrt_hi_7, func_end63-ashiftrt_hi_7 +.Lfunc_end63: + .size ashiftrt_hi_7, .Lfunc_end63-ashiftrt_hi_7 .globl ashiftrt_hi_8 .type ashiftrt_hi_8,@function @@ -809,8 +809,8 @@ ashiftrt_hi_8: # @ashiftrt_hi_8 i32.const $push0=, 8 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end64: - .size ashiftrt_hi_8, func_end64-ashiftrt_hi_8 +.Lfunc_end64: + .size ashiftrt_hi_8, .Lfunc_end64-ashiftrt_hi_8 .globl ashiftrt_hi_9 .type ashiftrt_hi_9,@function @@ -821,8 +821,8 @@ ashiftrt_hi_9: # @ashiftrt_hi_9 i32.const $push0=, 9 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end65: - .size ashiftrt_hi_9, func_end65-ashiftrt_hi_9 +.Lfunc_end65: + .size ashiftrt_hi_9, .Lfunc_end65-ashiftrt_hi_9 .globl ashiftrt_hi_10 .type ashiftrt_hi_10,@function @@ -833,8 +833,8 @@ ashiftrt_hi_10: # @ashiftrt_hi_10 i32.const $push0=, 10 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end66: - .size ashiftrt_hi_10, func_end66-ashiftrt_hi_10 +.Lfunc_end66: + .size ashiftrt_hi_10, .Lfunc_end66-ashiftrt_hi_10 .globl ashiftrt_hi_11 .type ashiftrt_hi_11,@function @@ -845,8 +845,8 @@ ashiftrt_hi_11: # @ashiftrt_hi_11 i32.const $push0=, 11 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end67: - .size ashiftrt_hi_11, func_end67-ashiftrt_hi_11 +.Lfunc_end67: + .size ashiftrt_hi_11, .Lfunc_end67-ashiftrt_hi_11 .globl ashiftrt_hi_12 .type ashiftrt_hi_12,@function @@ -857,8 +857,8 @@ ashiftrt_hi_12: # @ashiftrt_hi_12 i32.const $push0=, 12 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end68: - .size ashiftrt_hi_12, func_end68-ashiftrt_hi_12 +.Lfunc_end68: + .size ashiftrt_hi_12, .Lfunc_end68-ashiftrt_hi_12 .globl ashiftrt_hi_13 .type ashiftrt_hi_13,@function @@ -869,8 +869,8 @@ ashiftrt_hi_13: # @ashiftrt_hi_13 i32.const $push0=, 13 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end69: - .size ashiftrt_hi_13, func_end69-ashiftrt_hi_13 +.Lfunc_end69: + .size ashiftrt_hi_13, .Lfunc_end69-ashiftrt_hi_13 .globl ashiftrt_hi_14 .type ashiftrt_hi_14,@function @@ -881,8 +881,8 @@ ashiftrt_hi_14: # @ashiftrt_hi_14 i32.const $push0=, 14 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end70: - .size ashiftrt_hi_14, func_end70-ashiftrt_hi_14 +.Lfunc_end70: + .size ashiftrt_hi_14, .Lfunc_end70-ashiftrt_hi_14 .globl ashiftrt_hi_15 .type ashiftrt_hi_15,@function @@ -893,8 +893,8 @@ ashiftrt_hi_15: # @ashiftrt_hi_15 i32.const $push0=, 15 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end71: - .size ashiftrt_hi_15, func_end71-ashiftrt_hi_15 +.Lfunc_end71: + .size ashiftrt_hi_15, .Lfunc_end71-ashiftrt_hi_15 .globl ashift_si_0 .type ashift_si_0,@function @@ -903,8 +903,8 @@ ashift_si_0: # @ashift_si_0 .result i32 # BB#0: # %entry return $0 -func_end72: - .size ashift_si_0, func_end72-ashift_si_0 +.Lfunc_end72: + .size ashift_si_0, .Lfunc_end72-ashift_si_0 .globl ashift_si_1 .type ashift_si_1,@function @@ -915,8 +915,8 @@ ashift_si_1: # @ashift_si_1 i32.const $push0=, 1 i32.shl $push1=, $0, $pop0 return $pop1 -func_end73: - .size ashift_si_1, func_end73-ashift_si_1 +.Lfunc_end73: + .size ashift_si_1, .Lfunc_end73-ashift_si_1 .globl ashift_si_2 .type ashift_si_2,@function @@ -927,8 +927,8 @@ ashift_si_2: # @ashift_si_2 i32.const $push0=, 2 i32.shl $push1=, $0, $pop0 return $pop1 -func_end74: - .size ashift_si_2, func_end74-ashift_si_2 +.Lfunc_end74: + .size ashift_si_2, .Lfunc_end74-ashift_si_2 .globl ashift_si_3 .type ashift_si_3,@function @@ -939,8 +939,8 @@ ashift_si_3: # @ashift_si_3 i32.const $push0=, 3 i32.shl $push1=, $0, $pop0 return $pop1 -func_end75: - .size ashift_si_3, func_end75-ashift_si_3 +.Lfunc_end75: + .size ashift_si_3, .Lfunc_end75-ashift_si_3 .globl ashift_si_4 .type ashift_si_4,@function @@ -951,8 +951,8 @@ ashift_si_4: # @ashift_si_4 i32.const $push0=, 4 i32.shl $push1=, $0, $pop0 return $pop1 -func_end76: - .size ashift_si_4, func_end76-ashift_si_4 +.Lfunc_end76: + .size ashift_si_4, .Lfunc_end76-ashift_si_4 .globl ashift_si_5 .type ashift_si_5,@function @@ -963,8 +963,8 @@ ashift_si_5: # @ashift_si_5 i32.const $push0=, 5 i32.shl $push1=, $0, $pop0 return $pop1 -func_end77: - .size ashift_si_5, func_end77-ashift_si_5 +.Lfunc_end77: + .size ashift_si_5, .Lfunc_end77-ashift_si_5 .globl ashift_si_6 .type ashift_si_6,@function @@ -975,8 +975,8 @@ ashift_si_6: # @ashift_si_6 i32.const $push0=, 6 i32.shl $push1=, $0, $pop0 return $pop1 -func_end78: - .size ashift_si_6, func_end78-ashift_si_6 +.Lfunc_end78: + .size ashift_si_6, .Lfunc_end78-ashift_si_6 .globl ashift_si_7 .type ashift_si_7,@function @@ -987,8 +987,8 @@ ashift_si_7: # @ashift_si_7 i32.const $push0=, 7 i32.shl $push1=, $0, $pop0 return $pop1 -func_end79: - .size ashift_si_7, func_end79-ashift_si_7 +.Lfunc_end79: + .size ashift_si_7, .Lfunc_end79-ashift_si_7 .globl ashift_si_8 .type ashift_si_8,@function @@ -999,8 +999,8 @@ ashift_si_8: # @ashift_si_8 i32.const $push0=, 8 i32.shl $push1=, $0, $pop0 return $pop1 -func_end80: - .size ashift_si_8, func_end80-ashift_si_8 +.Lfunc_end80: + .size ashift_si_8, .Lfunc_end80-ashift_si_8 .globl ashift_si_9 .type ashift_si_9,@function @@ -1011,8 +1011,8 @@ ashift_si_9: # @ashift_si_9 i32.const $push0=, 9 i32.shl $push1=, $0, $pop0 return $pop1 -func_end81: - .size ashift_si_9, func_end81-ashift_si_9 +.Lfunc_end81: + .size ashift_si_9, .Lfunc_end81-ashift_si_9 .globl ashift_si_10 .type ashift_si_10,@function @@ -1023,8 +1023,8 @@ ashift_si_10: # @ashift_si_10 i32.const $push0=, 10 i32.shl $push1=, $0, $pop0 return $pop1 -func_end82: - .size ashift_si_10, func_end82-ashift_si_10 +.Lfunc_end82: + .size ashift_si_10, .Lfunc_end82-ashift_si_10 .globl ashift_si_11 .type ashift_si_11,@function @@ -1035,8 +1035,8 @@ ashift_si_11: # @ashift_si_11 i32.const $push0=, 11 i32.shl $push1=, $0, $pop0 return $pop1 -func_end83: - .size ashift_si_11, func_end83-ashift_si_11 +.Lfunc_end83: + .size ashift_si_11, .Lfunc_end83-ashift_si_11 .globl ashift_si_12 .type ashift_si_12,@function @@ -1047,8 +1047,8 @@ ashift_si_12: # @ashift_si_12 i32.const $push0=, 12 i32.shl $push1=, $0, $pop0 return $pop1 -func_end84: - .size ashift_si_12, func_end84-ashift_si_12 +.Lfunc_end84: + .size ashift_si_12, .Lfunc_end84-ashift_si_12 .globl ashift_si_13 .type ashift_si_13,@function @@ -1059,8 +1059,8 @@ ashift_si_13: # @ashift_si_13 i32.const $push0=, 13 i32.shl $push1=, $0, $pop0 return $pop1 -func_end85: - .size ashift_si_13, func_end85-ashift_si_13 +.Lfunc_end85: + .size ashift_si_13, .Lfunc_end85-ashift_si_13 .globl ashift_si_14 .type ashift_si_14,@function @@ -1071,8 +1071,8 @@ ashift_si_14: # @ashift_si_14 i32.const $push0=, 14 i32.shl $push1=, $0, $pop0 return $pop1 -func_end86: - .size ashift_si_14, func_end86-ashift_si_14 +.Lfunc_end86: + .size ashift_si_14, .Lfunc_end86-ashift_si_14 .globl ashift_si_15 .type ashift_si_15,@function @@ -1083,8 +1083,8 @@ ashift_si_15: # @ashift_si_15 i32.const $push0=, 15 i32.shl $push1=, $0, $pop0 return $pop1 -func_end87: - .size ashift_si_15, func_end87-ashift_si_15 +.Lfunc_end87: + .size ashift_si_15, .Lfunc_end87-ashift_si_15 .globl ashift_si_16 .type ashift_si_16,@function @@ -1095,8 +1095,8 @@ ashift_si_16: # @ashift_si_16 i32.const $push0=, 16 i32.shl $push1=, $0, $pop0 return $pop1 -func_end88: - .size ashift_si_16, func_end88-ashift_si_16 +.Lfunc_end88: + .size ashift_si_16, .Lfunc_end88-ashift_si_16 .globl ashift_si_17 .type ashift_si_17,@function @@ -1107,8 +1107,8 @@ ashift_si_17: # @ashift_si_17 i32.const $push0=, 17 i32.shl $push1=, $0, $pop0 return $pop1 -func_end89: - .size ashift_si_17, func_end89-ashift_si_17 +.Lfunc_end89: + .size ashift_si_17, .Lfunc_end89-ashift_si_17 .globl ashift_si_18 .type ashift_si_18,@function @@ -1119,8 +1119,8 @@ ashift_si_18: # @ashift_si_18 i32.const $push0=, 18 i32.shl $push1=, $0, $pop0 return $pop1 -func_end90: - .size ashift_si_18, func_end90-ashift_si_18 +.Lfunc_end90: + .size ashift_si_18, .Lfunc_end90-ashift_si_18 .globl ashift_si_19 .type ashift_si_19,@function @@ -1131,8 +1131,8 @@ ashift_si_19: # @ashift_si_19 i32.const $push0=, 19 i32.shl $push1=, $0, $pop0 return $pop1 -func_end91: - .size ashift_si_19, func_end91-ashift_si_19 +.Lfunc_end91: + .size ashift_si_19, .Lfunc_end91-ashift_si_19 .globl ashift_si_20 .type ashift_si_20,@function @@ -1143,8 +1143,8 @@ ashift_si_20: # @ashift_si_20 i32.const $push0=, 20 i32.shl $push1=, $0, $pop0 return $pop1 -func_end92: - .size ashift_si_20, func_end92-ashift_si_20 +.Lfunc_end92: + .size ashift_si_20, .Lfunc_end92-ashift_si_20 .globl ashift_si_21 .type ashift_si_21,@function @@ -1155,8 +1155,8 @@ ashift_si_21: # @ashift_si_21 i32.const $push0=, 21 i32.shl $push1=, $0, $pop0 return $pop1 -func_end93: - .size ashift_si_21, func_end93-ashift_si_21 +.Lfunc_end93: + .size ashift_si_21, .Lfunc_end93-ashift_si_21 .globl ashift_si_22 .type ashift_si_22,@function @@ -1167,8 +1167,8 @@ ashift_si_22: # @ashift_si_22 i32.const $push0=, 22 i32.shl $push1=, $0, $pop0 return $pop1 -func_end94: - .size ashift_si_22, func_end94-ashift_si_22 +.Lfunc_end94: + .size ashift_si_22, .Lfunc_end94-ashift_si_22 .globl ashift_si_23 .type ashift_si_23,@function @@ -1179,8 +1179,8 @@ ashift_si_23: # @ashift_si_23 i32.const $push0=, 23 i32.shl $push1=, $0, $pop0 return $pop1 -func_end95: - .size ashift_si_23, func_end95-ashift_si_23 +.Lfunc_end95: + .size ashift_si_23, .Lfunc_end95-ashift_si_23 .globl ashift_si_24 .type ashift_si_24,@function @@ -1191,8 +1191,8 @@ ashift_si_24: # @ashift_si_24 i32.const $push0=, 24 i32.shl $push1=, $0, $pop0 return $pop1 -func_end96: - .size ashift_si_24, func_end96-ashift_si_24 +.Lfunc_end96: + .size ashift_si_24, .Lfunc_end96-ashift_si_24 .globl ashift_si_25 .type ashift_si_25,@function @@ -1203,8 +1203,8 @@ ashift_si_25: # @ashift_si_25 i32.const $push0=, 25 i32.shl $push1=, $0, $pop0 return $pop1 -func_end97: - .size ashift_si_25, func_end97-ashift_si_25 +.Lfunc_end97: + .size ashift_si_25, .Lfunc_end97-ashift_si_25 .globl ashift_si_26 .type ashift_si_26,@function @@ -1215,8 +1215,8 @@ ashift_si_26: # @ashift_si_26 i32.const $push0=, 26 i32.shl $push1=, $0, $pop0 return $pop1 -func_end98: - .size ashift_si_26, func_end98-ashift_si_26 +.Lfunc_end98: + .size ashift_si_26, .Lfunc_end98-ashift_si_26 .globl ashift_si_27 .type ashift_si_27,@function @@ -1227,8 +1227,8 @@ ashift_si_27: # @ashift_si_27 i32.const $push0=, 27 i32.shl $push1=, $0, $pop0 return $pop1 -func_end99: - .size ashift_si_27, func_end99-ashift_si_27 +.Lfunc_end99: + .size ashift_si_27, .Lfunc_end99-ashift_si_27 .globl ashift_si_28 .type ashift_si_28,@function @@ -1239,8 +1239,8 @@ ashift_si_28: # @ashift_si_28 i32.const $push0=, 28 i32.shl $push1=, $0, $pop0 return $pop1 -func_end100: - .size ashift_si_28, func_end100-ashift_si_28 +.Lfunc_end100: + .size ashift_si_28, .Lfunc_end100-ashift_si_28 .globl ashift_si_29 .type ashift_si_29,@function @@ -1251,8 +1251,8 @@ ashift_si_29: # @ashift_si_29 i32.const $push0=, 29 i32.shl $push1=, $0, $pop0 return $pop1 -func_end101: - .size ashift_si_29, func_end101-ashift_si_29 +.Lfunc_end101: + .size ashift_si_29, .Lfunc_end101-ashift_si_29 .globl ashift_si_30 .type ashift_si_30,@function @@ -1263,8 +1263,8 @@ ashift_si_30: # @ashift_si_30 i32.const $push0=, 30 i32.shl $push1=, $0, $pop0 return $pop1 -func_end102: - .size ashift_si_30, func_end102-ashift_si_30 +.Lfunc_end102: + .size ashift_si_30, .Lfunc_end102-ashift_si_30 .globl ashift_si_31 .type ashift_si_31,@function @@ -1275,8 +1275,8 @@ ashift_si_31: # @ashift_si_31 i32.const $push0=, 31 i32.shl $push1=, $0, $pop0 return $pop1 -func_end103: - .size ashift_si_31, func_end103-ashift_si_31 +.Lfunc_end103: + .size ashift_si_31, .Lfunc_end103-ashift_si_31 .globl lshiftrt_si_0 .type lshiftrt_si_0,@function @@ -1285,8 +1285,8 @@ lshiftrt_si_0: # @lshiftrt_si_0 .result i32 # BB#0: # %entry return $0 -func_end104: - .size lshiftrt_si_0, func_end104-lshiftrt_si_0 +.Lfunc_end104: + .size lshiftrt_si_0, .Lfunc_end104-lshiftrt_si_0 .globl lshiftrt_si_1 .type lshiftrt_si_1,@function @@ -1297,8 +1297,8 @@ lshiftrt_si_1: # @lshiftrt_si_1 i32.const $push0=, 1 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end105: - .size lshiftrt_si_1, func_end105-lshiftrt_si_1 +.Lfunc_end105: + .size lshiftrt_si_1, .Lfunc_end105-lshiftrt_si_1 .globl lshiftrt_si_2 .type lshiftrt_si_2,@function @@ -1309,8 +1309,8 @@ lshiftrt_si_2: # @lshiftrt_si_2 i32.const $push0=, 2 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end106: - .size lshiftrt_si_2, func_end106-lshiftrt_si_2 +.Lfunc_end106: + .size lshiftrt_si_2, .Lfunc_end106-lshiftrt_si_2 .globl lshiftrt_si_3 .type lshiftrt_si_3,@function @@ -1321,8 +1321,8 @@ lshiftrt_si_3: # @lshiftrt_si_3 i32.const $push0=, 3 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end107: - .size lshiftrt_si_3, func_end107-lshiftrt_si_3 +.Lfunc_end107: + .size lshiftrt_si_3, .Lfunc_end107-lshiftrt_si_3 .globl lshiftrt_si_4 .type lshiftrt_si_4,@function @@ -1333,8 +1333,8 @@ lshiftrt_si_4: # @lshiftrt_si_4 i32.const $push0=, 4 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end108: - .size lshiftrt_si_4, func_end108-lshiftrt_si_4 +.Lfunc_end108: + .size lshiftrt_si_4, .Lfunc_end108-lshiftrt_si_4 .globl lshiftrt_si_5 .type lshiftrt_si_5,@function @@ -1345,8 +1345,8 @@ lshiftrt_si_5: # @lshiftrt_si_5 i32.const $push0=, 5 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end109: - .size lshiftrt_si_5, func_end109-lshiftrt_si_5 +.Lfunc_end109: + .size lshiftrt_si_5, .Lfunc_end109-lshiftrt_si_5 .globl lshiftrt_si_6 .type lshiftrt_si_6,@function @@ -1357,8 +1357,8 @@ lshiftrt_si_6: # @lshiftrt_si_6 i32.const $push0=, 6 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end110: - .size lshiftrt_si_6, func_end110-lshiftrt_si_6 +.Lfunc_end110: + .size lshiftrt_si_6, .Lfunc_end110-lshiftrt_si_6 .globl lshiftrt_si_7 .type lshiftrt_si_7,@function @@ -1369,8 +1369,8 @@ lshiftrt_si_7: # @lshiftrt_si_7 i32.const $push0=, 7 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end111: - .size lshiftrt_si_7, func_end111-lshiftrt_si_7 +.Lfunc_end111: + .size lshiftrt_si_7, .Lfunc_end111-lshiftrt_si_7 .globl lshiftrt_si_8 .type lshiftrt_si_8,@function @@ -1381,8 +1381,8 @@ lshiftrt_si_8: # @lshiftrt_si_8 i32.const $push0=, 8 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end112: - .size lshiftrt_si_8, func_end112-lshiftrt_si_8 +.Lfunc_end112: + .size lshiftrt_si_8, .Lfunc_end112-lshiftrt_si_8 .globl lshiftrt_si_9 .type lshiftrt_si_9,@function @@ -1393,8 +1393,8 @@ lshiftrt_si_9: # @lshiftrt_si_9 i32.const $push0=, 9 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end113: - .size lshiftrt_si_9, func_end113-lshiftrt_si_9 +.Lfunc_end113: + .size lshiftrt_si_9, .Lfunc_end113-lshiftrt_si_9 .globl lshiftrt_si_10 .type lshiftrt_si_10,@function @@ -1405,8 +1405,8 @@ lshiftrt_si_10: # @lshiftrt_si_10 i32.const $push0=, 10 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end114: - .size lshiftrt_si_10, func_end114-lshiftrt_si_10 +.Lfunc_end114: + .size lshiftrt_si_10, .Lfunc_end114-lshiftrt_si_10 .globl lshiftrt_si_11 .type lshiftrt_si_11,@function @@ -1417,8 +1417,8 @@ lshiftrt_si_11: # @lshiftrt_si_11 i32.const $push0=, 11 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end115: - .size lshiftrt_si_11, func_end115-lshiftrt_si_11 +.Lfunc_end115: + .size lshiftrt_si_11, .Lfunc_end115-lshiftrt_si_11 .globl lshiftrt_si_12 .type lshiftrt_si_12,@function @@ -1429,8 +1429,8 @@ lshiftrt_si_12: # @lshiftrt_si_12 i32.const $push0=, 12 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end116: - .size lshiftrt_si_12, func_end116-lshiftrt_si_12 +.Lfunc_end116: + .size lshiftrt_si_12, .Lfunc_end116-lshiftrt_si_12 .globl lshiftrt_si_13 .type lshiftrt_si_13,@function @@ -1441,8 +1441,8 @@ lshiftrt_si_13: # @lshiftrt_si_13 i32.const $push0=, 13 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end117: - .size lshiftrt_si_13, func_end117-lshiftrt_si_13 +.Lfunc_end117: + .size lshiftrt_si_13, .Lfunc_end117-lshiftrt_si_13 .globl lshiftrt_si_14 .type lshiftrt_si_14,@function @@ -1453,8 +1453,8 @@ lshiftrt_si_14: # @lshiftrt_si_14 i32.const $push0=, 14 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end118: - .size lshiftrt_si_14, func_end118-lshiftrt_si_14 +.Lfunc_end118: + .size lshiftrt_si_14, .Lfunc_end118-lshiftrt_si_14 .globl lshiftrt_si_15 .type lshiftrt_si_15,@function @@ -1465,8 +1465,8 @@ lshiftrt_si_15: # @lshiftrt_si_15 i32.const $push0=, 15 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end119: - .size lshiftrt_si_15, func_end119-lshiftrt_si_15 +.Lfunc_end119: + .size lshiftrt_si_15, .Lfunc_end119-lshiftrt_si_15 .globl lshiftrt_si_16 .type lshiftrt_si_16,@function @@ -1477,8 +1477,8 @@ lshiftrt_si_16: # @lshiftrt_si_16 i32.const $push0=, 16 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end120: - .size lshiftrt_si_16, func_end120-lshiftrt_si_16 +.Lfunc_end120: + .size lshiftrt_si_16, .Lfunc_end120-lshiftrt_si_16 .globl lshiftrt_si_17 .type lshiftrt_si_17,@function @@ -1489,8 +1489,8 @@ lshiftrt_si_17: # @lshiftrt_si_17 i32.const $push0=, 17 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end121: - .size lshiftrt_si_17, func_end121-lshiftrt_si_17 +.Lfunc_end121: + .size lshiftrt_si_17, .Lfunc_end121-lshiftrt_si_17 .globl lshiftrt_si_18 .type lshiftrt_si_18,@function @@ -1501,8 +1501,8 @@ lshiftrt_si_18: # @lshiftrt_si_18 i32.const $push0=, 18 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end122: - .size lshiftrt_si_18, func_end122-lshiftrt_si_18 +.Lfunc_end122: + .size lshiftrt_si_18, .Lfunc_end122-lshiftrt_si_18 .globl lshiftrt_si_19 .type lshiftrt_si_19,@function @@ -1513,8 +1513,8 @@ lshiftrt_si_19: # @lshiftrt_si_19 i32.const $push0=, 19 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end123: - .size lshiftrt_si_19, func_end123-lshiftrt_si_19 +.Lfunc_end123: + .size lshiftrt_si_19, .Lfunc_end123-lshiftrt_si_19 .globl lshiftrt_si_20 .type lshiftrt_si_20,@function @@ -1525,8 +1525,8 @@ lshiftrt_si_20: # @lshiftrt_si_20 i32.const $push0=, 20 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end124: - .size lshiftrt_si_20, func_end124-lshiftrt_si_20 +.Lfunc_end124: + .size lshiftrt_si_20, .Lfunc_end124-lshiftrt_si_20 .globl lshiftrt_si_21 .type lshiftrt_si_21,@function @@ -1537,8 +1537,8 @@ lshiftrt_si_21: # @lshiftrt_si_21 i32.const $push0=, 21 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end125: - .size lshiftrt_si_21, func_end125-lshiftrt_si_21 +.Lfunc_end125: + .size lshiftrt_si_21, .Lfunc_end125-lshiftrt_si_21 .globl lshiftrt_si_22 .type lshiftrt_si_22,@function @@ -1549,8 +1549,8 @@ lshiftrt_si_22: # @lshiftrt_si_22 i32.const $push0=, 22 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end126: - .size lshiftrt_si_22, func_end126-lshiftrt_si_22 +.Lfunc_end126: + .size lshiftrt_si_22, .Lfunc_end126-lshiftrt_si_22 .globl lshiftrt_si_23 .type lshiftrt_si_23,@function @@ -1561,8 +1561,8 @@ lshiftrt_si_23: # @lshiftrt_si_23 i32.const $push0=, 23 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end127: - .size lshiftrt_si_23, func_end127-lshiftrt_si_23 +.Lfunc_end127: + .size lshiftrt_si_23, .Lfunc_end127-lshiftrt_si_23 .globl lshiftrt_si_24 .type lshiftrt_si_24,@function @@ -1573,8 +1573,8 @@ lshiftrt_si_24: # @lshiftrt_si_24 i32.const $push0=, 24 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end128: - .size lshiftrt_si_24, func_end128-lshiftrt_si_24 +.Lfunc_end128: + .size lshiftrt_si_24, .Lfunc_end128-lshiftrt_si_24 .globl lshiftrt_si_25 .type lshiftrt_si_25,@function @@ -1585,8 +1585,8 @@ lshiftrt_si_25: # @lshiftrt_si_25 i32.const $push0=, 25 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end129: - .size lshiftrt_si_25, func_end129-lshiftrt_si_25 +.Lfunc_end129: + .size lshiftrt_si_25, .Lfunc_end129-lshiftrt_si_25 .globl lshiftrt_si_26 .type lshiftrt_si_26,@function @@ -1597,8 +1597,8 @@ lshiftrt_si_26: # @lshiftrt_si_26 i32.const $push0=, 26 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end130: - .size lshiftrt_si_26, func_end130-lshiftrt_si_26 +.Lfunc_end130: + .size lshiftrt_si_26, .Lfunc_end130-lshiftrt_si_26 .globl lshiftrt_si_27 .type lshiftrt_si_27,@function @@ -1609,8 +1609,8 @@ lshiftrt_si_27: # @lshiftrt_si_27 i32.const $push0=, 27 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end131: - .size lshiftrt_si_27, func_end131-lshiftrt_si_27 +.Lfunc_end131: + .size lshiftrt_si_27, .Lfunc_end131-lshiftrt_si_27 .globl lshiftrt_si_28 .type lshiftrt_si_28,@function @@ -1621,8 +1621,8 @@ lshiftrt_si_28: # @lshiftrt_si_28 i32.const $push0=, 28 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end132: - .size lshiftrt_si_28, func_end132-lshiftrt_si_28 +.Lfunc_end132: + .size lshiftrt_si_28, .Lfunc_end132-lshiftrt_si_28 .globl lshiftrt_si_29 .type lshiftrt_si_29,@function @@ -1633,8 +1633,8 @@ lshiftrt_si_29: # @lshiftrt_si_29 i32.const $push0=, 29 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end133: - .size lshiftrt_si_29, func_end133-lshiftrt_si_29 +.Lfunc_end133: + .size lshiftrt_si_29, .Lfunc_end133-lshiftrt_si_29 .globl lshiftrt_si_30 .type lshiftrt_si_30,@function @@ -1645,8 +1645,8 @@ lshiftrt_si_30: # @lshiftrt_si_30 i32.const $push0=, 30 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end134: - .size lshiftrt_si_30, func_end134-lshiftrt_si_30 +.Lfunc_end134: + .size lshiftrt_si_30, .Lfunc_end134-lshiftrt_si_30 .globl lshiftrt_si_31 .type lshiftrt_si_31,@function @@ -1657,8 +1657,8 @@ lshiftrt_si_31: # @lshiftrt_si_31 i32.const $push0=, 31 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end135: - .size lshiftrt_si_31, func_end135-lshiftrt_si_31 +.Lfunc_end135: + .size lshiftrt_si_31, .Lfunc_end135-lshiftrt_si_31 .globl ashiftrt_si_0 .type ashiftrt_si_0,@function @@ -1667,8 +1667,8 @@ ashiftrt_si_0: # @ashiftrt_si_0 .result i32 # BB#0: # %entry return $0 -func_end136: - .size ashiftrt_si_0, func_end136-ashiftrt_si_0 +.Lfunc_end136: + .size ashiftrt_si_0, .Lfunc_end136-ashiftrt_si_0 .globl ashiftrt_si_1 .type ashiftrt_si_1,@function @@ -1679,8 +1679,8 @@ ashiftrt_si_1: # @ashiftrt_si_1 i32.const $push0=, 1 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end137: - .size ashiftrt_si_1, func_end137-ashiftrt_si_1 +.Lfunc_end137: + .size ashiftrt_si_1, .Lfunc_end137-ashiftrt_si_1 .globl ashiftrt_si_2 .type ashiftrt_si_2,@function @@ -1691,8 +1691,8 @@ ashiftrt_si_2: # @ashiftrt_si_2 i32.const $push0=, 2 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end138: - .size ashiftrt_si_2, func_end138-ashiftrt_si_2 +.Lfunc_end138: + .size ashiftrt_si_2, .Lfunc_end138-ashiftrt_si_2 .globl ashiftrt_si_3 .type ashiftrt_si_3,@function @@ -1703,8 +1703,8 @@ ashiftrt_si_3: # @ashiftrt_si_3 i32.const $push0=, 3 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end139: - .size ashiftrt_si_3, func_end139-ashiftrt_si_3 +.Lfunc_end139: + .size ashiftrt_si_3, .Lfunc_end139-ashiftrt_si_3 .globl ashiftrt_si_4 .type ashiftrt_si_4,@function @@ -1715,8 +1715,8 @@ ashiftrt_si_4: # @ashiftrt_si_4 i32.const $push0=, 4 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end140: - .size ashiftrt_si_4, func_end140-ashiftrt_si_4 +.Lfunc_end140: + .size ashiftrt_si_4, .Lfunc_end140-ashiftrt_si_4 .globl ashiftrt_si_5 .type ashiftrt_si_5,@function @@ -1727,8 +1727,8 @@ ashiftrt_si_5: # @ashiftrt_si_5 i32.const $push0=, 5 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end141: - .size ashiftrt_si_5, func_end141-ashiftrt_si_5 +.Lfunc_end141: + .size ashiftrt_si_5, .Lfunc_end141-ashiftrt_si_5 .globl ashiftrt_si_6 .type ashiftrt_si_6,@function @@ -1739,8 +1739,8 @@ ashiftrt_si_6: # @ashiftrt_si_6 i32.const $push0=, 6 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end142: - .size ashiftrt_si_6, func_end142-ashiftrt_si_6 +.Lfunc_end142: + .size ashiftrt_si_6, .Lfunc_end142-ashiftrt_si_6 .globl ashiftrt_si_7 .type ashiftrt_si_7,@function @@ -1751,8 +1751,8 @@ ashiftrt_si_7: # @ashiftrt_si_7 i32.const $push0=, 7 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end143: - .size ashiftrt_si_7, func_end143-ashiftrt_si_7 +.Lfunc_end143: + .size ashiftrt_si_7, .Lfunc_end143-ashiftrt_si_7 .globl ashiftrt_si_8 .type ashiftrt_si_8,@function @@ -1763,8 +1763,8 @@ ashiftrt_si_8: # @ashiftrt_si_8 i32.const $push0=, 8 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end144: - .size ashiftrt_si_8, func_end144-ashiftrt_si_8 +.Lfunc_end144: + .size ashiftrt_si_8, .Lfunc_end144-ashiftrt_si_8 .globl ashiftrt_si_9 .type ashiftrt_si_9,@function @@ -1775,8 +1775,8 @@ ashiftrt_si_9: # @ashiftrt_si_9 i32.const $push0=, 9 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end145: - .size ashiftrt_si_9, func_end145-ashiftrt_si_9 +.Lfunc_end145: + .size ashiftrt_si_9, .Lfunc_end145-ashiftrt_si_9 .globl ashiftrt_si_10 .type ashiftrt_si_10,@function @@ -1787,8 +1787,8 @@ ashiftrt_si_10: # @ashiftrt_si_10 i32.const $push0=, 10 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end146: - .size ashiftrt_si_10, func_end146-ashiftrt_si_10 +.Lfunc_end146: + .size ashiftrt_si_10, .Lfunc_end146-ashiftrt_si_10 .globl ashiftrt_si_11 .type ashiftrt_si_11,@function @@ -1799,8 +1799,8 @@ ashiftrt_si_11: # @ashiftrt_si_11 i32.const $push0=, 11 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end147: - .size ashiftrt_si_11, func_end147-ashiftrt_si_11 +.Lfunc_end147: + .size ashiftrt_si_11, .Lfunc_end147-ashiftrt_si_11 .globl ashiftrt_si_12 .type ashiftrt_si_12,@function @@ -1811,8 +1811,8 @@ ashiftrt_si_12: # @ashiftrt_si_12 i32.const $push0=, 12 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end148: - .size ashiftrt_si_12, func_end148-ashiftrt_si_12 +.Lfunc_end148: + .size ashiftrt_si_12, .Lfunc_end148-ashiftrt_si_12 .globl ashiftrt_si_13 .type ashiftrt_si_13,@function @@ -1823,8 +1823,8 @@ ashiftrt_si_13: # @ashiftrt_si_13 i32.const $push0=, 13 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end149: - .size ashiftrt_si_13, func_end149-ashiftrt_si_13 +.Lfunc_end149: + .size ashiftrt_si_13, .Lfunc_end149-ashiftrt_si_13 .globl ashiftrt_si_14 .type ashiftrt_si_14,@function @@ -1835,8 +1835,8 @@ ashiftrt_si_14: # @ashiftrt_si_14 i32.const $push0=, 14 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end150: - .size ashiftrt_si_14, func_end150-ashiftrt_si_14 +.Lfunc_end150: + .size ashiftrt_si_14, .Lfunc_end150-ashiftrt_si_14 .globl ashiftrt_si_15 .type ashiftrt_si_15,@function @@ -1847,8 +1847,8 @@ ashiftrt_si_15: # @ashiftrt_si_15 i32.const $push0=, 15 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end151: - .size ashiftrt_si_15, func_end151-ashiftrt_si_15 +.Lfunc_end151: + .size ashiftrt_si_15, .Lfunc_end151-ashiftrt_si_15 .globl ashiftrt_si_16 .type ashiftrt_si_16,@function @@ -1859,8 +1859,8 @@ ashiftrt_si_16: # @ashiftrt_si_16 i32.const $push0=, 16 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end152: - .size ashiftrt_si_16, func_end152-ashiftrt_si_16 +.Lfunc_end152: + .size ashiftrt_si_16, .Lfunc_end152-ashiftrt_si_16 .globl ashiftrt_si_17 .type ashiftrt_si_17,@function @@ -1871,8 +1871,8 @@ ashiftrt_si_17: # @ashiftrt_si_17 i32.const $push0=, 17 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end153: - .size ashiftrt_si_17, func_end153-ashiftrt_si_17 +.Lfunc_end153: + .size ashiftrt_si_17, .Lfunc_end153-ashiftrt_si_17 .globl ashiftrt_si_18 .type ashiftrt_si_18,@function @@ -1883,8 +1883,8 @@ ashiftrt_si_18: # @ashiftrt_si_18 i32.const $push0=, 18 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end154: - .size ashiftrt_si_18, func_end154-ashiftrt_si_18 +.Lfunc_end154: + .size ashiftrt_si_18, .Lfunc_end154-ashiftrt_si_18 .globl ashiftrt_si_19 .type ashiftrt_si_19,@function @@ -1895,8 +1895,8 @@ ashiftrt_si_19: # @ashiftrt_si_19 i32.const $push0=, 19 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end155: - .size ashiftrt_si_19, func_end155-ashiftrt_si_19 +.Lfunc_end155: + .size ashiftrt_si_19, .Lfunc_end155-ashiftrt_si_19 .globl ashiftrt_si_20 .type ashiftrt_si_20,@function @@ -1907,8 +1907,8 @@ ashiftrt_si_20: # @ashiftrt_si_20 i32.const $push0=, 20 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end156: - .size ashiftrt_si_20, func_end156-ashiftrt_si_20 +.Lfunc_end156: + .size ashiftrt_si_20, .Lfunc_end156-ashiftrt_si_20 .globl ashiftrt_si_21 .type ashiftrt_si_21,@function @@ -1919,8 +1919,8 @@ ashiftrt_si_21: # @ashiftrt_si_21 i32.const $push0=, 21 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end157: - .size ashiftrt_si_21, func_end157-ashiftrt_si_21 +.Lfunc_end157: + .size ashiftrt_si_21, .Lfunc_end157-ashiftrt_si_21 .globl ashiftrt_si_22 .type ashiftrt_si_22,@function @@ -1931,8 +1931,8 @@ ashiftrt_si_22: # @ashiftrt_si_22 i32.const $push0=, 22 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end158: - .size ashiftrt_si_22, func_end158-ashiftrt_si_22 +.Lfunc_end158: + .size ashiftrt_si_22, .Lfunc_end158-ashiftrt_si_22 .globl ashiftrt_si_23 .type ashiftrt_si_23,@function @@ -1943,8 +1943,8 @@ ashiftrt_si_23: # @ashiftrt_si_23 i32.const $push0=, 23 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end159: - .size ashiftrt_si_23, func_end159-ashiftrt_si_23 +.Lfunc_end159: + .size ashiftrt_si_23, .Lfunc_end159-ashiftrt_si_23 .globl ashiftrt_si_24 .type ashiftrt_si_24,@function @@ -1955,8 +1955,8 @@ ashiftrt_si_24: # @ashiftrt_si_24 i32.const $push0=, 24 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end160: - .size ashiftrt_si_24, func_end160-ashiftrt_si_24 +.Lfunc_end160: + .size ashiftrt_si_24, .Lfunc_end160-ashiftrt_si_24 .globl ashiftrt_si_25 .type ashiftrt_si_25,@function @@ -1967,8 +1967,8 @@ ashiftrt_si_25: # @ashiftrt_si_25 i32.const $push0=, 25 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end161: - .size ashiftrt_si_25, func_end161-ashiftrt_si_25 +.Lfunc_end161: + .size ashiftrt_si_25, .Lfunc_end161-ashiftrt_si_25 .globl ashiftrt_si_26 .type ashiftrt_si_26,@function @@ -1979,8 +1979,8 @@ ashiftrt_si_26: # @ashiftrt_si_26 i32.const $push0=, 26 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end162: - .size ashiftrt_si_26, func_end162-ashiftrt_si_26 +.Lfunc_end162: + .size ashiftrt_si_26, .Lfunc_end162-ashiftrt_si_26 .globl ashiftrt_si_27 .type ashiftrt_si_27,@function @@ -1991,8 +1991,8 @@ ashiftrt_si_27: # @ashiftrt_si_27 i32.const $push0=, 27 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end163: - .size ashiftrt_si_27, func_end163-ashiftrt_si_27 +.Lfunc_end163: + .size ashiftrt_si_27, .Lfunc_end163-ashiftrt_si_27 .globl ashiftrt_si_28 .type ashiftrt_si_28,@function @@ -2003,8 +2003,8 @@ ashiftrt_si_28: # @ashiftrt_si_28 i32.const $push0=, 28 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end164: - .size ashiftrt_si_28, func_end164-ashiftrt_si_28 +.Lfunc_end164: + .size ashiftrt_si_28, .Lfunc_end164-ashiftrt_si_28 .globl ashiftrt_si_29 .type ashiftrt_si_29,@function @@ -2015,8 +2015,8 @@ ashiftrt_si_29: # @ashiftrt_si_29 i32.const $push0=, 29 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end165: - .size ashiftrt_si_29, func_end165-ashiftrt_si_29 +.Lfunc_end165: + .size ashiftrt_si_29, .Lfunc_end165-ashiftrt_si_29 .globl ashiftrt_si_30 .type ashiftrt_si_30,@function @@ -2027,8 +2027,8 @@ ashiftrt_si_30: # @ashiftrt_si_30 i32.const $push0=, 30 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end166: - .size ashiftrt_si_30, func_end166-ashiftrt_si_30 +.Lfunc_end166: + .size ashiftrt_si_30, .Lfunc_end166-ashiftrt_si_30 .globl ashiftrt_si_31 .type ashiftrt_si_31,@function @@ -2039,8 +2039,8 @@ ashiftrt_si_31: # @ashiftrt_si_31 i32.const $push0=, 31 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end167: - .size ashiftrt_si_31, func_end167-ashiftrt_si_31 +.Lfunc_end167: + .size ashiftrt_si_31, .Lfunc_end167-ashiftrt_si_31 .globl main .type main,@function @@ -2050,8 +2050,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end168: - .size main, func_end168-main +.Lfunc_end168: + .size main, .Lfunc_end168-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020118-1.c.s b/test/torture-s/20020118-1.c.s index 4356e2567..335721d56 100644 --- a/test/torture-s/20020118-1.c.s +++ b/test/torture-s/20020118-1.c.s @@ -6,9 +6,9 @@ foo: # @foo .local i32, i32 # BB#0: # %entry i32.const $0=, 0 -BB0_1: # %for.cond +.LBB0_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.load $1=, q($0) i32.load8_s $push0=, 2($1) i32.store $discard=, n($0), $pop0 @@ -36,10 +36,10 @@ BB0_1: # %for.cond i32.load $push10=, q($0) i32.load8_s $push11=, 2($pop10) i32.store $discard=, n($0), $pop11 - br BB0_1 -BB0_2: -func_end0: - .size foo, func_end0-foo + br .LBB0_1 +.LBB0_2: +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -49,8 +49,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type q,@object # @q .bss diff --git a/test/torture-s/20020127-1.c.s b/test/torture-s/20020127-1.c.s index eb284d8ee..9c110e5aa 100644 --- a/test/torture-s/20020127-1.c.s +++ b/test/torture-s/20020127-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.const $push4=, 1 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020129-1.c.s b/test/torture-s/20020129-1.c.s index a4b54fa50..c77e65f82 100644 --- a/test/torture-s/20020129-1.c.s +++ b/test/torture-s/20020129-1.c.s @@ -7,20 +7,20 @@ foo: # @foo .local i32, i32, i32 # BB#0: # %entry i32.load $4=, 28($1) - block BB0_5 - block BB0_3 + block .LBB0_5 + block .LBB0_3 i32.load $push0=, 28($0) i32.const $push11=, 0 i32.eq $push12=, $pop0, $pop11 - br_if $pop12, BB0_3 + br_if $pop12, .LBB0_3 # BB#1: # %if.end i32.const $push13=, 0 i32.eq $push14=, $4, $pop13 - br_if $pop14, BB0_5 + br_if $pop14, .LBB0_5 # BB#2: # %if.then6 call abort unreachable -BB0_3: # %if.then +.LBB0_3: # %if.then i32.const $2=, 28 i32.add $push1=, $0, $2 i32.store $discard=, 0($pop1), $4 @@ -29,28 +29,28 @@ BB0_3: # %if.then i32.store $discard=, 0($pop2), $pop3 i32.const $push15=, 0 i32.eq $push16=, $4, $pop15 - br_if $pop16, BB0_5 -BB0_4: # %for.body + br_if $pop16, .LBB0_5 +.LBB0_4: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_5 + loop .LBB0_5 i32.store $discard=, 4($4), $0 i32.load $4=, 0($4) - br_if $4, BB0_4 -BB0_5: # %if.end7 + br_if $4, .LBB0_4 +.LBB0_5: # %if.end7 i32.load $2=, 12($1) i32.const $4=, -1 - block BB0_9 - block BB0_8 + block .LBB0_9 + block .LBB0_8 i32.load $push4=, 12($0) i32.eq $push5=, $pop4, $4 - br_if $pop5, BB0_8 + br_if $pop5, .LBB0_8 # BB#6: # %if.end22 i32.eq $push6=, $2, $4 - br_if $pop6, BB0_9 + br_if $pop6, .LBB0_9 # BB#7: # %if.then26 call abort unreachable -BB0_8: # %if.end22.thread +.LBB0_8: # %if.end22.thread i32.const $3=, 12 i32.add $push7=, $0, $3 i32.store $discard=, 0($pop7), $2 @@ -60,10 +60,10 @@ BB0_8: # %if.end22.thread i32.store $discard=, 0($pop9), $4 i32.const $push10=, 0 i32.store $discard=, 16($1), $pop10 -BB0_9: # %if.end27 +.LBB0_9: # %if.end27 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -78,43 +78,43 @@ main: # @main i32.store $2=, y+12($1), $pop1 i32.load $5=, x+28($1) i32.load $0=, y+28($1) - block BB1_5 - block BB1_3 + block .LBB1_5 + block .LBB1_3 i32.const $push2=, 2448 i32.store $3=, y+16($1), $pop2 i32.const $push3=, -1 i32.store $4=, x+12($1), $pop3 - br_if $5, BB1_3 + br_if $5, .LBB1_3 # BB#1: # %if.then.i i32.store $5=, x+28($1), $0 i32.store $discard=, y+28($1), $1 i32.const $push6=, 0 i32.eq $push7=, $5, $pop6 - br_if $pop7, BB1_5 -BB1_2: # %for.body.i + br_if $pop7, .LBB1_5 +.LBB1_2: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $push4=, x i32.store $discard=, 4($5), $pop4 i32.load $5=, 0($5) - br_if $5, BB1_2 - br BB1_5 -BB1_3: # %if.end.i + br_if $5, .LBB1_2 + br .LBB1_5 +.LBB1_3: # %if.end.i i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB1_5 + br_if $pop9, .LBB1_5 # BB#4: # %if.then6.i call abort unreachable -BB1_5: # %foo.exit +.LBB1_5: # %foo.exit i32.store $discard=, x+12($1), $2 i32.store $discard=, x+16($1), $3 i32.store $discard=, y+12($1), $4 i32.store $push5=, y+16($1), $1 call exit, $pop5 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type y,@object # @y .bss diff --git a/test/torture-s/20020201-1.c.s b/test/torture-s/20020201-1.c.s index eef4161cd..cd15dbc58 100644 --- a/test/torture-s/20020201-1.c.s +++ b/test/torture-s/20020201-1.c.s @@ -10,110 +10,110 @@ main: # @main i32.load8_u $0=, cx($2) i32.const $3=, 255 i32.const $4=, 6 - block BB0_2 + block .LBB0_2 i32.const $push0=, -6 i32.add $push1=, $0, $pop0 i32.and $push2=, $pop1, $3 i32.lt_u $push3=, $pop2, $4 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end - block BB0_20 +.LBB0_2: # %if.end + block .LBB0_20 i32.and $push4=, $0, $3 i32.rem_u $push5=, $pop4, $4 i32.const $push6=, 1 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB0_20 + br_if $pop7, .LBB0_20 # BB#3: # %if.end10 i32.load16_u $0=, sx($2) i32.const $3=, 65535 - block BB0_5 + block .LBB0_5 i32.const $push8=, -12 i32.add $push9=, $0, $pop8 i32.and $push10=, $pop9, $3 i32.lt_u $push11=, $pop10, $4 - br_if $pop11, BB0_5 + br_if $pop11, .LBB0_5 # BB#4: # %if.then17 call abort unreachable -BB0_5: # %if.end18 - block BB0_19 +.LBB0_5: # %if.end18 + block .LBB0_19 i32.and $push12=, $0, $3 i32.rem_u $push13=, $pop12, $4 i32.const $push14=, 2 i32.ne $push15=, $pop13, $pop14 - br_if $pop15, BB0_19 + br_if $pop15, .LBB0_19 # BB#6: # %if.end26 i32.load $0=, ix($2) - block BB0_8 + block .LBB0_8 i32.const $push16=, -18 i32.add $push17=, $0, $pop16 i32.lt_u $push18=, $pop17, $4 - br_if $pop18, BB0_8 + br_if $pop18, .LBB0_8 # BB#7: # %if.then30 call abort unreachable -BB0_8: # %if.end31 - block BB0_18 +.LBB0_8: # %if.end31 + block .LBB0_18 i32.rem_u $push19=, $0, $4 i32.const $push20=, 3 i32.ne $push21=, $pop19, $pop20 - br_if $pop21, BB0_18 + br_if $pop21, .LBB0_18 # BB#9: # %if.end36 i32.load $0=, lx($2) - block BB0_11 + block .LBB0_11 i32.const $push22=, -24 i32.add $push23=, $0, $pop22 i32.lt_u $push24=, $pop23, $4 - br_if $pop24, BB0_11 + br_if $pop24, .LBB0_11 # BB#10: # %if.then40 call abort unreachable -BB0_11: # %if.end41 - block BB0_17 +.LBB0_11: # %if.end41 + block .LBB0_17 i32.rem_u $push25=, $0, $4 i32.const $push26=, 4 i32.ne $push27=, $pop25, $pop26 - br_if $pop27, BB0_17 + br_if $pop27, .LBB0_17 # BB#12: # %if.end46 i64.load $1=, Lx($2) i64.const $5=, 6 - block BB0_14 + block .LBB0_14 i64.const $push28=, -30 i64.add $push29=, $1, $pop28 i64.lt_u $push30=, $pop29, $5 - br_if $pop30, BB0_14 + br_if $pop30, .LBB0_14 # BB#13: # %if.then50 call abort unreachable -BB0_14: # %if.end51 - block BB0_16 +.LBB0_14: # %if.end51 + block .LBB0_16 i64.rem_u $push31=, $1, $5 i64.const $push32=, 5 i64.ne $push33=, $pop31, $pop32 - br_if $pop33, BB0_16 + br_if $pop33, .LBB0_16 # BB#15: # %if.end56 call exit, $2 unreachable -BB0_16: # %if.then55 +.LBB0_16: # %if.then55 call abort unreachable -BB0_17: # %if.then45 +.LBB0_17: # %if.then45 call abort unreachable -BB0_18: # %if.then35 +.LBB0_18: # %if.then35 call abort unreachable -BB0_19: # %if.then25 +.LBB0_19: # %if.then25 call abort unreachable -BB0_20: # %if.then9 +.LBB0_20: # %if.then9 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type cx,@object # @cx .data diff --git a/test/torture-s/20020206-1.c.s b/test/torture-s/20020206-1.c.s index a87ef6149..51cf455a3 100644 --- a/test/torture-s/20020206-1.c.s +++ b/test/torture-s/20020206-1.c.s @@ -12,36 +12,36 @@ bar: # @bar i32.const $push2=, 31 i32.store $discard=, 8($0), $pop2 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl baz .type baz,@function baz: # @baz .param i32 # BB#0: # %entry - block BB1_4 + block .LBB1_4 i32.load $push0=, 0($0) i32.const $push1=, 176 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#1: # %lor.lhs.false i32.load $push3=, 4($0) i32.const $push4=, 52 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB1_4 + br_if $pop5, .LBB1_4 # BB#2: # %lor.lhs.false3 i32.load $push6=, 8($0) i32.const $push7=, 31 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB1_4 + br_if $pop8, .LBB1_4 # BB#3: # %if.end return -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size baz, func_end1-baz +.Lfunc_end1: + .size baz, .Lfunc_end1-baz .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020206-2.c.s b/test/torture-s/20020206-2.c.s index f9532b451..6b998529f 100644 --- a/test/torture-s/20020206-2.c.s +++ b/test/torture-s/20020206-2.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 16 i32.or $push1=, $0, $pop0 i32.const $push2=, 2064 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020213-1.c.s b/test/torture-s/20020213-1.c.s index d62592c8d..29a10417e 100644 --- a/test/torture-s/20020213-1.c.s +++ b/test/torture-s/20020213-1.c.s @@ -11,19 +11,19 @@ foo: # @foo i32.add $1=, $pop0, $pop1 i32.const $2=, 2241 i32.gt_s $3=, $1, $2 - block BB0_2 + block .LBB0_2 i32.select $push2=, $3, $2, $1 i32.store $discard=, a+4($0), $pop2 i32.const $push3=, 0 i32.eq $push4=, $3, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -33,8 +33,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 2241 return $pop0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.const $push2=, 2241 i32.store $discard=, a+4($0), $pop2 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .bss diff --git a/test/torture-s/20020216-1.c.s b/test/torture-s/20020216-1.c.s index c4c1c72b0..9451227d2 100644 --- a/test/torture-s/20020216-1.c.s +++ b/test/torture-s/20020216-1.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.const $push4=, -103 i32.xor $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,19 +23,19 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 65535 - block BB1_2 + block .LBB1_2 i32.load8_s $push0=, c($0) i32.and $push1=, $pop0, $1 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type c,@object # @c .data diff --git a/test/torture-s/20020219-1.c.s b/test/torture-s/20020219-1.c.s index 0e4fe6177..d5ae05d10 100644 --- a/test/torture-s/20020219-1.c.s +++ b/test/torture-s/20020219-1.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i64.const $push0=, -9223372036854775808 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020225-1.c.s b/test/torture-s/20020225-1.c.s index 3e3fa8cf9..0e4a5f50b 100644 --- a/test/torture-s/20020225-1.c.s +++ b/test/torture-s/20020225-1.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.and $push1=, $1, $pop0 i32.add $push2=, $pop1, $0 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020225-2.c.s b/test/torture-s/20020225-2.c.s index cc513b602..e071a1414 100644 --- a/test/torture-s/20020225-2.c.s +++ b/test/torture-s/20020225-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020226-1.c.s b/test/torture-s/20020226-1.c.s index 2d2251dee..7f6360be1 100644 --- a/test/torture-s/20020226-1.c.s +++ b/test/torture-s/20020226-1.c.s @@ -12,74 +12,74 @@ main: # @main i32.const $push1=, 8 i32.sub $2=, $pop1, $1 i32.const $12=, 835 - block BB0_42 + block .LBB0_42 i32.shl $push2=, $0, $2 i32.shr_u $push0=, $0, $1 i32.or $push3=, $pop2, $pop0 i32.ne $push4=, $pop3, $12 - br_if $pop4, BB0_42 + br_if $pop4, .LBB0_42 # BB#1: # %if.end i32.const $13=, 4 - block BB0_41 + block .LBB0_41 i32.shr_u $push5=, $0, $13 i32.shl $push6=, $0, $13 i32.or $push7=, $pop5, $pop6 i32.ne $push8=, $pop7, $12 - br_if $pop8, BB0_41 + br_if $pop8, .LBB0_41 # BB#2: # %if.end11 i32.load16_u $3=, us($11) i32.const $push10=, 16 i32.sub $4=, $pop10, $1 i32.const $14=, 19087651 - block BB0_40 + block .LBB0_40 i32.shr_u $push9=, $3, $1 i32.shl $push11=, $3, $4 i32.or $push12=, $pop9, $pop11 i32.ne $push13=, $pop12, $14 - br_if $pop13, BB0_40 + br_if $pop13, .LBB0_40 # BB#3: # %if.end21 i32.const $15=, 12 - block BB0_39 + block .LBB0_39 i32.shr_u $push14=, $3, $13 i32.shl $push15=, $3, $15 i32.or $push16=, $pop14, $pop15 i32.ne $push17=, $pop16, $14 - br_if $pop17, BB0_39 + br_if $pop17, .LBB0_39 # BB#4: # %if.end30 i32.load $14=, ui($11) i32.const $push19=, 32 i32.sub $5=, $pop19, $1 i32.const $16=, 1073742115 - block BB0_38 + block .LBB0_38 i32.shr_u $push18=, $14, $1 i32.shl $push20=, $14, $5 i32.or $push21=, $pop18, $pop20 i32.ne $push22=, $pop21, $16 - br_if $pop22, BB0_38 + br_if $pop22, .LBB0_38 # BB#5: # %if.end38 i32.const $17=, 28 - block BB0_37 + block .LBB0_37 i32.shr_u $push23=, $14, $13 i32.shl $push24=, $14, $17 i32.or $push25=, $pop23, $pop24 i32.ne $push26=, $pop25, $16 - br_if $pop26, BB0_37 + br_if $pop26, .LBB0_37 # BB#6: # %if.end45 i32.load $16=, ul($11) i32.const $18=, -2128394905 - block BB0_36 + block .LBB0_36 i32.shr_u $push27=, $16, $1 i32.shl $push28=, $16, $5 i32.or $push29=, $pop27, $pop28 i32.ne $push30=, $pop29, $18 - br_if $pop30, BB0_36 + br_if $pop30, .LBB0_36 # BB#7: # %if.end53 - block BB0_35 + block .LBB0_35 i32.shr_u $push31=, $16, $13 i32.shl $push32=, $16, $17 i32.or $push33=, $pop31, $pop32 i32.ne $push34=, $pop33, $18 - br_if $pop34, BB0_35 + br_if $pop34, .LBB0_35 # BB#8: # %if.end60 i64.load $6=, ull($11) i32.const $18=, 64 @@ -87,174 +87,174 @@ main: # @main i64.extend_u/i32 $8=, $pop36 i64.extend_u/i32 $7=, $1 i64.const $19=, 5124095577148911 - block BB0_34 + block .LBB0_34 i64.shr_u $push35=, $6, $7 i64.shl $push37=, $6, $8 i64.or $push38=, $pop35, $pop37 i64.ne $push39=, $pop38, $19 - br_if $pop39, BB0_34 + br_if $pop39, .LBB0_34 # BB#9: # %if.end69 i64.const $20=, 4 i64.const $21=, 60 - block BB0_33 + block .LBB0_33 i64.shr_u $push40=, $6, $20 i64.shl $push41=, $6, $21 i64.or $push42=, $pop40, $pop41 i64.ne $push43=, $pop42, $19 - br_if $pop43, BB0_33 + br_if $pop43, .LBB0_33 # BB#10: # %if.end76 i32.load $22=, shift2($11) i64.extend_u/i32 $9=, $22 i32.sub $push45=, $18, $22 i64.extend_u/i32 $10=, $pop45 i64.const $23=, 1311768467750121216 - block BB0_32 + block .LBB0_32 i64.shl $push46=, $6, $10 i64.shr_u $push44=, $6, $9 i64.or $push47=, $pop46, $pop44 i64.ne $push48=, $pop47, $23 - br_if $pop48, BB0_32 + br_if $pop48, .LBB0_32 # BB#11: # %if.end86 - block BB0_31 + block .LBB0_31 i64.shr_u $push49=, $6, $21 i64.shl $push50=, $6, $20 i64.or $push51=, $pop49, $pop50 i64.ne $push52=, $pop51, $23 - br_if $pop52, BB0_31 + br_if $pop52, .LBB0_31 # BB#12: # %if.end93 - block BB0_30 + block .LBB0_30 i32.shr_u $push54=, $0, $2 i32.shl $push53=, $0, $1 i32.or $push55=, $pop54, $pop53 i32.ne $push56=, $pop55, $12 - br_if $pop56, BB0_30 + br_if $pop56, .LBB0_30 # BB#13: # %if.end112 i32.const $0=, 74561 - block BB0_29 + block .LBB0_29 i32.shl $push57=, $3, $1 i32.shr_u $push58=, $3, $4 i32.or $push59=, $pop57, $pop58 i32.ne $push60=, $pop59, $0 - br_if $pop60, BB0_29 + br_if $pop60, .LBB0_29 # BB#14: # %if.end122 - block BB0_28 + block .LBB0_28 i32.shl $push61=, $3, $13 i32.shr_u $push62=, $3, $15 i32.or $push63=, $pop61, $pop62 i32.ne $push64=, $pop63, $0 - br_if $pop64, BB0_28 + br_if $pop64, .LBB0_28 # BB#15: # %if.end131 i32.const $0=, 74560 - block BB0_27 + block .LBB0_27 i32.shl $push65=, $14, $1 i32.shr_u $push66=, $14, $5 i32.or $push67=, $pop65, $pop66 i32.ne $push68=, $pop67, $0 - br_if $pop68, BB0_27 + br_if $pop68, .LBB0_27 # BB#16: # %if.end139 - block BB0_26 + block .LBB0_26 i32.shl $push69=, $14, $13 i32.shr_u $push70=, $14, $17 i32.or $push71=, $pop69, $pop70 i32.ne $push72=, $pop71, $0 - br_if $pop72, BB0_26 + br_if $pop72, .LBB0_26 # BB#17: # %if.end146 i32.const $0=, 591751041 - block BB0_25 + block .LBB0_25 i32.shl $push73=, $16, $1 i32.shr_u $push74=, $16, $5 i32.or $push75=, $pop73, $pop74 i32.ne $push76=, $pop75, $0 - br_if $pop76, BB0_25 + br_if $pop76, .LBB0_25 # BB#18: # %if.end154 - block BB0_24 + block .LBB0_24 i32.shl $push77=, $16, $13 i32.shr_u $push78=, $16, $17 i32.or $push79=, $pop77, $pop78 i32.ne $push80=, $pop79, $0 - br_if $pop80, BB0_24 + br_if $pop80, .LBB0_24 # BB#19: # %if.end161 - block BB0_23 + block .LBB0_23 i64.shl $push81=, $6, $7 i64.shr_u $push82=, $6, $8 i64.or $push83=, $pop81, $pop82 i64.ne $push84=, $pop83, $23 - br_if $pop84, BB0_23 + br_if $pop84, .LBB0_23 # BB#20: # %if.end178 - block BB0_22 + block .LBB0_22 i64.shr_u $push86=, $6, $10 i64.shl $push85=, $6, $9 i64.or $push87=, $pop86, $pop85 i64.ne $push88=, $pop87, $19 - br_if $pop88, BB0_22 + br_if $pop88, .LBB0_22 # BB#21: # %if.end195 call exit, $11 unreachable -BB0_22: # %if.then187 +.LBB0_22: # %if.then187 call abort unreachable -BB0_23: # %if.then170 +.LBB0_23: # %if.then170 call abort unreachable -BB0_24: # %if.then160 +.LBB0_24: # %if.then160 call abort unreachable -BB0_25: # %if.then153 +.LBB0_25: # %if.then153 call abort unreachable -BB0_26: # %if.then145 +.LBB0_26: # %if.then145 call abort unreachable -BB0_27: # %if.then138 +.LBB0_27: # %if.then138 call abort unreachable -BB0_28: # %if.then130 +.LBB0_28: # %if.then130 call abort unreachable -BB0_29: # %if.then121 +.LBB0_29: # %if.then121 call abort unreachable -BB0_30: # %if.then102 +.LBB0_30: # %if.then102 call abort unreachable -BB0_31: # %if.then92 +.LBB0_31: # %if.then92 call abort unreachable -BB0_32: # %if.then85 +.LBB0_32: # %if.then85 call abort unreachable -BB0_33: # %if.then75 +.LBB0_33: # %if.then75 call abort unreachable -BB0_34: # %if.then68 +.LBB0_34: # %if.then68 call abort unreachable -BB0_35: # %if.then59 +.LBB0_35: # %if.then59 call abort unreachable -BB0_36: # %if.then52 +.LBB0_36: # %if.then52 call abort unreachable -BB0_37: # %if.then44 +.LBB0_37: # %if.then44 call abort unreachable -BB0_38: # %if.then37 +.LBB0_38: # %if.then37 call abort unreachable -BB0_39: # %if.then29 +.LBB0_39: # %if.then29 call abort unreachable -BB0_40: # %if.then20 +.LBB0_40: # %if.then20 call abort unreachable -BB0_41: # %if.then10 +.LBB0_41: # %if.then10 call abort unreachable -BB0_42: # %if.then +.LBB0_42: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type uc,@object # @uc .data diff --git a/test/torture-s/20020227-1.c.s b/test/torture-s/20020227-1.c.s index 07c94e0d8..c43c41c43 100644 --- a/test/torture-s/20020227-1.c.s +++ b/test/torture-s/20020227-1.c.s @@ -8,16 +8,16 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl f1 .type f1,@function f1: # @f1 # BB#0: # %f2.exit return -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .globl f2 .type f2,@function @@ -27,7 +27,7 @@ f2: # @f2 # BB#0: # %entry i32.const $1=, 8 i32.const $2=, 16 - block BB2_4 + block .LBB2_4 i32.const $push1=, 4 i32.add $push2=, $0, $pop1 i32.load8_u $push3=, 0($pop2) @@ -47,7 +47,7 @@ f2: # @f2 f32.reinterpret/i32 $push17=, $pop16 f32.const $push35=, 0x1p0 f32.ne $push36=, $pop17, $pop35 - br_if $pop36, BB2_4 + br_if $pop36, .LBB2_4 # BB#1: # %entry i32.add $push26=, $0, $1 i32.load8_u $push27=, 0($pop26) @@ -69,19 +69,19 @@ f2: # @f2 f32.reinterpret/i32 $push0=, $pop34 f32.const $push37=, 0x0p0 f32.ne $push38=, $pop0, $pop37 - br_if $pop38, BB2_4 + br_if $pop38, .LBB2_4 # BB#2: # %lor.lhs.false i32.load8_u $push39=, 0($0) i32.const $push40=, 42 i32.ne $push41=, $pop39, $pop40 - br_if $pop41, BB2_4 + br_if $pop41, .LBB2_4 # BB#3: # %if.end return -BB2_4: # %if.then +.LBB2_4: # %if.then call abort unreachable -func_end2: - .size f2, func_end2-f2 +.Lfunc_end2: + .size f2, .Lfunc_end2-f2 .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020307-1.c.s b/test/torture-s/20020307-1.c.s index f88b00d2f..6bc17d369 100644 --- a/test/torture-s/20020307-1.c.s +++ b/test/torture-s/20020307-1.c.s @@ -7,549 +7,549 @@ f3: # @f3 .local i32 # BB#0: # %entry i32.const $1=, 6 - block BB0_2 + block .LBB0_2 i32.and $push0=, $0, $1 i32.ge_u $push1=, $pop0, $1 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f3, func_end0-f3 +.Lfunc_end0: + .size f3, .Lfunc_end0-f3 .globl f4 .type f4,@function f4: # @f4 .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 14 i32.and $push1=, $0, $pop0 i32.const $push2=, 10 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size f4, func_end1-f4 +.Lfunc_end1: + .size f4, .Lfunc_end1-f4 .globl f5 .type f5,@function f5: # @f5 .param i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, 30 i32.and $push1=, $0, $pop0 i32.const $push2=, 18 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.end return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size f5, func_end2-f5 +.Lfunc_end2: + .size f5, .Lfunc_end2-f5 .globl f6 .type f6,@function f6: # @f6 .param i32 # BB#0: # %entry - block BB3_2 + block .LBB3_2 i32.const $push0=, 62 i32.and $push1=, $0, $pop0 i32.const $push2=, 34 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB3_2 + br_if $pop3, .LBB3_2 # BB#1: # %if.end return -BB3_2: # %if.then +.LBB3_2: # %if.then call abort unreachable -func_end3: - .size f6, func_end3-f6 +.Lfunc_end3: + .size f6, .Lfunc_end3-f6 .globl f7 .type f7,@function f7: # @f7 .param i32 # BB#0: # %entry - block BB4_2 + block .LBB4_2 i32.const $push0=, 126 i32.and $push1=, $0, $pop0 i32.const $push2=, 66 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB4_2 + br_if $pop3, .LBB4_2 # BB#1: # %if.end return -BB4_2: # %if.then +.LBB4_2: # %if.then call abort unreachable -func_end4: - .size f7, func_end4-f7 +.Lfunc_end4: + .size f7, .Lfunc_end4-f7 .globl f8 .type f8,@function f8: # @f8 .param i32 # BB#0: # %entry - block BB5_2 + block .LBB5_2 i32.const $push0=, 254 i32.and $push1=, $0, $pop0 i32.const $push2=, 130 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB5_2 + br_if $pop3, .LBB5_2 # BB#1: # %if.end return -BB5_2: # %if.then +.LBB5_2: # %if.then call abort unreachable -func_end5: - .size f8, func_end5-f8 +.Lfunc_end5: + .size f8, .Lfunc_end5-f8 .globl f9 .type f9,@function f9: # @f9 .param i32 # BB#0: # %entry - block BB6_2 + block .LBB6_2 i32.const $push0=, 510 i32.and $push1=, $0, $pop0 i32.const $push2=, 258 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB6_2 + br_if $pop3, .LBB6_2 # BB#1: # %if.end return -BB6_2: # %if.then +.LBB6_2: # %if.then call abort unreachable -func_end6: - .size f9, func_end6-f9 +.Lfunc_end6: + .size f9, .Lfunc_end6-f9 .globl f10 .type f10,@function f10: # @f10 .param i32 # BB#0: # %entry - block BB7_2 + block .LBB7_2 i32.const $push0=, 1022 i32.and $push1=, $0, $pop0 i32.const $push2=, 514 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB7_2 + br_if $pop3, .LBB7_2 # BB#1: # %if.end return -BB7_2: # %if.then +.LBB7_2: # %if.then call abort unreachable -func_end7: - .size f10, func_end7-f10 +.Lfunc_end7: + .size f10, .Lfunc_end7-f10 .globl f11 .type f11,@function f11: # @f11 .param i32 # BB#0: # %entry - block BB8_2 + block .LBB8_2 i32.const $push0=, 2046 i32.and $push1=, $0, $pop0 i32.const $push2=, 1026 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB8_2 + br_if $pop3, .LBB8_2 # BB#1: # %if.end return -BB8_2: # %if.then +.LBB8_2: # %if.then call abort unreachable -func_end8: - .size f11, func_end8-f11 +.Lfunc_end8: + .size f11, .Lfunc_end8-f11 .globl f12 .type f12,@function f12: # @f12 .param i32 # BB#0: # %entry - block BB9_2 + block .LBB9_2 i32.const $push0=, 4094 i32.and $push1=, $0, $pop0 i32.const $push2=, 2050 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB9_2 + br_if $pop3, .LBB9_2 # BB#1: # %if.end return -BB9_2: # %if.then +.LBB9_2: # %if.then call abort unreachable -func_end9: - .size f12, func_end9-f12 +.Lfunc_end9: + .size f12, .Lfunc_end9-f12 .globl f13 .type f13,@function f13: # @f13 .param i32 # BB#0: # %entry - block BB10_2 + block .LBB10_2 i32.const $push0=, 8190 i32.and $push1=, $0, $pop0 i32.const $push2=, 4098 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB10_2 + br_if $pop3, .LBB10_2 # BB#1: # %if.end return -BB10_2: # %if.then +.LBB10_2: # %if.then call abort unreachable -func_end10: - .size f13, func_end10-f13 +.Lfunc_end10: + .size f13, .Lfunc_end10-f13 .globl f14 .type f14,@function f14: # @f14 .param i32 # BB#0: # %entry - block BB11_2 + block .LBB11_2 i32.const $push0=, 16382 i32.and $push1=, $0, $pop0 i32.const $push2=, 8194 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB11_2 + br_if $pop3, .LBB11_2 # BB#1: # %if.end return -BB11_2: # %if.then +.LBB11_2: # %if.then call abort unreachable -func_end11: - .size f14, func_end11-f14 +.Lfunc_end11: + .size f14, .Lfunc_end11-f14 .globl f15 .type f15,@function f15: # @f15 .param i32 # BB#0: # %entry - block BB12_2 + block .LBB12_2 i32.const $push0=, 32766 i32.and $push1=, $0, $pop0 i32.const $push2=, 16386 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB12_2 + br_if $pop3, .LBB12_2 # BB#1: # %if.end return -BB12_2: # %if.then +.LBB12_2: # %if.then call abort unreachable -func_end12: - .size f15, func_end12-f15 +.Lfunc_end12: + .size f15, .Lfunc_end12-f15 .globl f16 .type f16,@function f16: # @f16 .param i32 # BB#0: # %entry - block BB13_2 + block .LBB13_2 i32.const $push0=, 65534 i32.and $push1=, $0, $pop0 i32.const $push2=, 32770 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB13_2 + br_if $pop3, .LBB13_2 # BB#1: # %if.end return -BB13_2: # %if.then +.LBB13_2: # %if.then call abort unreachable -func_end13: - .size f16, func_end13-f16 +.Lfunc_end13: + .size f16, .Lfunc_end13-f16 .globl f17 .type f17,@function f17: # @f17 .param i32 # BB#0: # %entry - block BB14_2 + block .LBB14_2 i32.const $push0=, 131070 i32.and $push1=, $0, $pop0 i32.const $push2=, 65538 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB14_2 + br_if $pop3, .LBB14_2 # BB#1: # %if.end return -BB14_2: # %if.then +.LBB14_2: # %if.then call abort unreachable -func_end14: - .size f17, func_end14-f17 +.Lfunc_end14: + .size f17, .Lfunc_end14-f17 .globl f18 .type f18,@function f18: # @f18 .param i32 # BB#0: # %entry - block BB15_2 + block .LBB15_2 i32.const $push0=, 262142 i32.and $push1=, $0, $pop0 i32.const $push2=, 131074 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB15_2 + br_if $pop3, .LBB15_2 # BB#1: # %if.end return -BB15_2: # %if.then +.LBB15_2: # %if.then call abort unreachable -func_end15: - .size f18, func_end15-f18 +.Lfunc_end15: + .size f18, .Lfunc_end15-f18 .globl f19 .type f19,@function f19: # @f19 .param i32 # BB#0: # %entry - block BB16_2 + block .LBB16_2 i32.const $push0=, 524286 i32.and $push1=, $0, $pop0 i32.const $push2=, 262146 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB16_2 + br_if $pop3, .LBB16_2 # BB#1: # %if.end return -BB16_2: # %if.then +.LBB16_2: # %if.then call abort unreachable -func_end16: - .size f19, func_end16-f19 +.Lfunc_end16: + .size f19, .Lfunc_end16-f19 .globl f20 .type f20,@function f20: # @f20 .param i32 # BB#0: # %entry - block BB17_2 + block .LBB17_2 i32.const $push0=, 1048574 i32.and $push1=, $0, $pop0 i32.const $push2=, 524290 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB17_2 + br_if $pop3, .LBB17_2 # BB#1: # %if.end return -BB17_2: # %if.then +.LBB17_2: # %if.then call abort unreachable -func_end17: - .size f20, func_end17-f20 +.Lfunc_end17: + .size f20, .Lfunc_end17-f20 .globl f21 .type f21,@function f21: # @f21 .param i32 # BB#0: # %entry - block BB18_2 + block .LBB18_2 i32.const $push0=, 2097150 i32.and $push1=, $0, $pop0 i32.const $push2=, 1048578 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB18_2 + br_if $pop3, .LBB18_2 # BB#1: # %if.end return -BB18_2: # %if.then +.LBB18_2: # %if.then call abort unreachable -func_end18: - .size f21, func_end18-f21 +.Lfunc_end18: + .size f21, .Lfunc_end18-f21 .globl f22 .type f22,@function f22: # @f22 .param i32 # BB#0: # %entry - block BB19_2 + block .LBB19_2 i32.const $push0=, 4194302 i32.and $push1=, $0, $pop0 i32.const $push2=, 2097154 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB19_2 + br_if $pop3, .LBB19_2 # BB#1: # %if.end return -BB19_2: # %if.then +.LBB19_2: # %if.then call abort unreachable -func_end19: - .size f22, func_end19-f22 +.Lfunc_end19: + .size f22, .Lfunc_end19-f22 .globl f23 .type f23,@function f23: # @f23 .param i32 # BB#0: # %entry - block BB20_2 + block .LBB20_2 i32.const $push0=, 8388606 i32.and $push1=, $0, $pop0 i32.const $push2=, 4194306 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB20_2 + br_if $pop3, .LBB20_2 # BB#1: # %if.end return -BB20_2: # %if.then +.LBB20_2: # %if.then call abort unreachable -func_end20: - .size f23, func_end20-f23 +.Lfunc_end20: + .size f23, .Lfunc_end20-f23 .globl f24 .type f24,@function f24: # @f24 .param i32 # BB#0: # %entry - block BB21_2 + block .LBB21_2 i32.const $push0=, 16777214 i32.and $push1=, $0, $pop0 i32.const $push2=, 8388610 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB21_2 + br_if $pop3, .LBB21_2 # BB#1: # %if.end return -BB21_2: # %if.then +.LBB21_2: # %if.then call abort unreachable -func_end21: - .size f24, func_end21-f24 +.Lfunc_end21: + .size f24, .Lfunc_end21-f24 .globl f25 .type f25,@function f25: # @f25 .param i32 # BB#0: # %entry - block BB22_2 + block .LBB22_2 i32.const $push0=, 33554430 i32.and $push1=, $0, $pop0 i32.const $push2=, 16777218 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB22_2 + br_if $pop3, .LBB22_2 # BB#1: # %if.end return -BB22_2: # %if.then +.LBB22_2: # %if.then call abort unreachable -func_end22: - .size f25, func_end22-f25 +.Lfunc_end22: + .size f25, .Lfunc_end22-f25 .globl f26 .type f26,@function f26: # @f26 .param i32 # BB#0: # %entry - block BB23_2 + block .LBB23_2 i32.const $push0=, 67108862 i32.and $push1=, $0, $pop0 i32.const $push2=, 33554434 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB23_2 + br_if $pop3, .LBB23_2 # BB#1: # %if.end return -BB23_2: # %if.then +.LBB23_2: # %if.then call abort unreachable -func_end23: - .size f26, func_end23-f26 +.Lfunc_end23: + .size f26, .Lfunc_end23-f26 .globl f27 .type f27,@function f27: # @f27 .param i32 # BB#0: # %entry - block BB24_2 + block .LBB24_2 i32.const $push0=, 134217726 i32.and $push1=, $0, $pop0 i32.const $push2=, 67108866 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB24_2 + br_if $pop3, .LBB24_2 # BB#1: # %if.end return -BB24_2: # %if.then +.LBB24_2: # %if.then call abort unreachable -func_end24: - .size f27, func_end24-f27 +.Lfunc_end24: + .size f27, .Lfunc_end24-f27 .globl f28 .type f28,@function f28: # @f28 .param i32 # BB#0: # %entry - block BB25_2 + block .LBB25_2 i32.const $push0=, 268435454 i32.and $push1=, $0, $pop0 i32.const $push2=, 134217730 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB25_2 + br_if $pop3, .LBB25_2 # BB#1: # %if.end return -BB25_2: # %if.then +.LBB25_2: # %if.then call abort unreachable -func_end25: - .size f28, func_end25-f28 +.Lfunc_end25: + .size f28, .Lfunc_end25-f28 .globl f29 .type f29,@function f29: # @f29 .param i32 # BB#0: # %entry - block BB26_2 + block .LBB26_2 i32.const $push0=, 536870910 i32.and $push1=, $0, $pop0 i32.const $push2=, 268435458 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB26_2 + br_if $pop3, .LBB26_2 # BB#1: # %if.end return -BB26_2: # %if.then +.LBB26_2: # %if.then call abort unreachable -func_end26: - .size f29, func_end26-f29 +.Lfunc_end26: + .size f29, .Lfunc_end26-f29 .globl f30 .type f30,@function f30: # @f30 .param i32 # BB#0: # %entry - block BB27_2 + block .LBB27_2 i32.const $push0=, 1073741822 i32.and $push1=, $0, $pop0 i32.const $push2=, 536870914 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB27_2 + br_if $pop3, .LBB27_2 # BB#1: # %if.end return -BB27_2: # %if.then +.LBB27_2: # %if.then call abort unreachable -func_end27: - .size f30, func_end27-f30 +.Lfunc_end27: + .size f30, .Lfunc_end27-f30 .globl f31 .type f31,@function f31: # @f31 .param i32 # BB#0: # %entry - block BB28_2 + block .LBB28_2 i32.const $push0=, 2147483646 i32.and $push1=, $0, $pop0 i32.const $push2=, 1073741826 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB28_2 + br_if $pop3, .LBB28_2 # BB#1: # %if.end return -BB28_2: # %if.then +.LBB28_2: # %if.then call abort unreachable -func_end28: - .size f31, func_end28-f31 +.Lfunc_end28: + .size f31, .Lfunc_end28-f31 .globl main .type main,@function @@ -559,8 +559,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end29: - .size main, func_end29-main +.Lfunc_end29: + .size main, .Lfunc_end29-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020314-1.c.s b/test/torture-s/20020314-1.c.s index 7058498c4..f48a83205 100644 --- a/test/torture-s/20020314-1.c.s +++ b/test/torture-s/20020314-1.c.s @@ -6,8 +6,8 @@ f: # @f .param i32, f64 # BB#0: # %entry return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -21,8 +21,8 @@ g: # @g f64.mul $push3=, $pop2, $0 f64.add $push4=, $pop3, $1 return $pop4 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020320-1.c.s b/test/torture-s/20020320-1.c.s index 58379aca8..0d4fee89e 100644 --- a/test/torture-s/20020320-1.c.s +++ b/test/torture-s/20020320-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020321-1.c.s b/test/torture-s/20020321-1.c.s index 2683d9c15..63575d56a 100644 --- a/test/torture-s/20020321-1.c.s +++ b/test/torture-s/20020321-1.c.s @@ -7,8 +7,8 @@ g: # @g .result f32 # BB#0: # %entry return $4 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -17,8 +17,8 @@ f: # @f .result f32 # BB#0: # %entry return $3 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020328-1.c.s b/test/torture-s/20020328-1.c.s index a0191a432..e467679fd 100644 --- a/test/torture-s/20020328-1.c.s +++ b/test/torture-s/20020328-1.c.s @@ -7,25 +7,25 @@ func: # @func .local i32 # BB#0: # %entry return $0 -func_end0: - .size func, func_end0-func +.Lfunc_end0: + .size func, .Lfunc_end0-func .globl testit .type testit,@function testit: # @testit .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 20 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size testit, func_end1-testit +.Lfunc_end1: + .size testit, .Lfunc_end1-testit .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type b,@object # @b .bss diff --git a/test/torture-s/20020402-1.c.s b/test/torture-s/20020402-1.c.s index 1eedc1cc3..cc4a26eae 100644 --- a/test/torture-s/20020402-1.c.s +++ b/test/torture-s/20020402-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020402-2.c.s b/test/torture-s/20020402-2.c.s index 2bc39eda1..89976299a 100644 --- a/test/torture-s/20020402-2.c.s +++ b/test/torture-s/20020402-2.c.s @@ -84,8 +84,8 @@ InitCache: # @InitCache i32.const $push36=, MyPte+152 i32.store $discard=, RDbf12($1), $pop36 return -func_end0: - .size InitCache, func_end0-InitCache +.Lfunc_end0: + .size InitCache, .Lfunc_end0-InitCache .globl main .type main,@function @@ -172,8 +172,8 @@ main: # @main i32.const $push37=, MyPte+152 i32.store $discard=, RDbf12($3), $pop37 return $3 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type Local1,@object # @Local1 .bss diff --git a/test/torture-s/20020402-3.c.s b/test/torture-s/20020402-3.c.s index 40232d618..7e74b20b5 100644 --- a/test/torture-s/20020402-3.c.s +++ b/test/torture-s/20020402-3.c.s @@ -12,13 +12,13 @@ blockvector_for_pc_sect: # @blockvector_for_pc_sect i32.const $4=, 1 i32.const $8=, 0 copy_local $7=, $1 - block BB0_6 - block BB0_3 + block .LBB0_6 + block .LBB0_3 i32.le_s $push0=, $1, $4 - br_if $pop0, BB0_3 -BB0_1: # %while.body + br_if $pop0, .LBB0_3 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.add $push1=, $1, $4 i32.shr_s $5=, $pop1, $4 i32.add $1=, $5, $8 @@ -36,40 +36,40 @@ BB0_1: # %while.body i32.select $1=, $6, $5, $pop9 copy_local $7=, $3 i32.gt_s $push10=, $1, $4 - br_if $pop10, BB0_1 -BB0_2: # %while.cond8.preheader + br_if $pop10, .LBB0_1 +.LBB0_2: # %while.cond8.preheader i32.const $7=, 0 i32.const $push11=, -1 i32.le_s $push12=, $8, $pop11 - br_if $pop12, BB0_6 -BB0_3: # %while.body10.preheader + br_if $pop12, .LBB0_6 +.LBB0_3: # %while.body10.preheader i32.const $push13=, 2 i32.shl $push14=, $8, $pop13 i32.add $push15=, $pop14, $2 i32.const $push16=, 4 i32.add $1=, $pop15, $pop16 i32.add $6=, $8, $4 -BB0_4: # %while.body10 +.LBB0_4: # %while.body10 # =>This Inner Loop Header: Depth=1 - loop BB0_6 + loop .LBB0_6 copy_local $7=, $2 i32.load $push17=, 0($1) i64.load $push18=, 8($pop17) i64.gt_u $push19=, $pop18, $0 - br_if $pop19, BB0_6 + br_if $pop19, .LBB0_6 # BB#5: # %while.cond8 - # in Loop: Header=BB0_4 Depth=1 + # in Loop: Header=.LBB0_4 Depth=1 i32.const $push20=, -1 i32.add $6=, $6, $pop20 i32.const $push21=, -4 i32.add $1=, $1, $pop21 i32.const $7=, 0 i32.ge_s $push22=, $6, $4 - br_if $pop22, BB0_4 -BB0_6: # %cleanup + br_if $pop22, .LBB0_4 +.LBB0_6: # %cleanup return $7 -func_end0: - .size blockvector_for_pc_sect, func_end0-blockvector_for_pc_sect +.Lfunc_end0: + .size blockvector_for_pc_sect, .Lfunc_end0-blockvector_for_pc_sect .globl main .type main,@function @@ -78,8 +78,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020404-1.c.s b/test/torture-s/20020404-1.c.s index 1552b0799..6bb5d06d8 100644 --- a/test/torture-s/20020404-1.c.s +++ b/test/torture-s/20020404-1.c.s @@ -18,8 +18,8 @@ main: # @main i64.store $discard=, bfd_make_section_anyway.foo_section+24($0), $pop5 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type bfd_make_section_anyway.foo_section,@object # @bfd_make_section_anyway.foo_section .lcomm bfd_make_section_anyway.foo_section,32,3 diff --git a/test/torture-s/20020406-1.c.s b/test/torture-s/20020406-1.c.s index 388a8ba2e..654e59f46 100644 --- a/test/torture-s/20020406-1.c.s +++ b/test/torture-s/20020406-1.c.s @@ -7,8 +7,8 @@ FFmul: # @FFmul .result i32 # BB#0: # %entry return $0 -func_end0: - .size FFmul, func_end0-FFmul +.Lfunc_end0: + .size FFmul, .Lfunc_end0-FFmul .globl DUPFFdeg .type DUPFFdeg,@function @@ -18,8 +18,8 @@ DUPFFdeg: # @DUPFFdeg # BB#0: # %entry i32.load $push0=, 4($0) return $pop0 -func_end1: - .size DUPFFdeg, func_end1-DUPFFdeg +.Lfunc_end1: + .size DUPFFdeg, .Lfunc_end1-DUPFFdeg .globl DUPFFnew .type DUPFFnew,@function @@ -28,13 +28,13 @@ DUPFFnew: # @DUPFFnew .result i32 .local i32, i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, 12 i32.call $1=, malloc, $pop0 i32.const $push1=, 0 i32.store $push2=, 8($1), $pop1 i32.lt_s $push3=, $0, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.then i32.const $push4=, 1 i32.add $push5=, $0, $pop4 @@ -43,13 +43,13 @@ DUPFFnew: # @DUPFFnew i32.const $push7=, 8 i32.add $push8=, $1, $pop7 i32.store $discard=, 0($pop8), $2 -BB2_2: # %if.end +.LBB2_2: # %if.end i32.store $discard=, 0($1), $0 i32.const $push9=, -1 i32.store $discard=, 4($1), $pop9 return $1 -func_end2: - .size DUPFFnew, func_end2-DUPFFnew +.Lfunc_end2: + .size DUPFFnew, .Lfunc_end2-DUPFFnew .globl DUPFFfree .type DUPFFfree,@function @@ -57,8 +57,8 @@ DUPFFfree: # @DUPFFfree .param i32 # BB#0: # %entry return -func_end3: - .size DUPFFfree, func_end3-DUPFFfree +.Lfunc_end3: + .size DUPFFfree, .Lfunc_end3-DUPFFfree .globl DUPFFswap .type DUPFFswap,@function @@ -66,8 +66,8 @@ DUPFFswap: # @DUPFFswap .param i32, i32 # BB#0: # %entry return -func_end4: - .size DUPFFswap, func_end4-DUPFFswap +.Lfunc_end4: + .size DUPFFswap, .Lfunc_end4-DUPFFswap .globl DUPFFcopy .type DUPFFcopy,@function @@ -76,8 +76,8 @@ DUPFFcopy: # @DUPFFcopy .result i32 # BB#0: # %entry return $0 -func_end5: - .size DUPFFcopy, func_end5-DUPFFcopy +.Lfunc_end5: + .size DUPFFcopy, .Lfunc_end5-DUPFFcopy .globl DUPFFshift_add .type DUPFFshift_add,@function @@ -85,8 +85,8 @@ DUPFFshift_add: # @DUPFFshift_add .param i32, i32, i32, i32 # BB#0: # %entry return -func_end6: - .size DUPFFshift_add, func_end6-DUPFFshift_add +.Lfunc_end6: + .size DUPFFshift_add, .Lfunc_end6-DUPFFshift_add .globl DUPFFexgcd .type DUPFFexgcd,@function @@ -103,9 +103,9 @@ DUPFFexgcd: # @DUPFFexgcd i32.store $13=, 0($15), $13 i32.load $9=, 4($2) i32.load $8=, 4($3) -BB7_1: # %tailrecurse +.LBB7_1: # %tailrecurse # =>This Inner Loop Header: Depth=1 - loop BB7_2 + loop .LBB7_2 copy_local $5=, $3 copy_local $3=, $2 copy_local $4=, $1 @@ -133,23 +133,23 @@ BB7_1: # %tailrecurse copy_local $0=, $4 copy_local $2=, $5 i32.lt_s $push2=, $8, $9 - br_if $pop2, BB7_1 -BB7_2: # %if.end + br_if $pop2, .LBB7_1 +.LBB7_2: # %if.end i32.const $2=, 2 - block BB7_11 + block .LBB7_11 i32.ne $push3=, $8, $2 - br_if $pop3, BB7_11 + br_if $pop3, .LBB7_11 # BB#3: # %if.end i32.const $8=, 1 i32.ne $push4=, $9, $8 - br_if $pop4, BB7_11 + br_if $pop4, .LBB7_11 # BB#4: # %if.end11 - block BB7_10 + block .LBB7_10 i32.load $push5=, 8($3) i32.load $push6=, 0($pop5) i32.const $push15=, 0 i32.eq $push16=, $pop6, $pop15 - br_if $pop16, BB7_10 + br_if $pop16, .LBB7_10 # BB#5: # %DUPFFnew.exit i32.const $0=, 12 i32.call $9=, malloc, $0 @@ -164,39 +164,39 @@ BB7_2: # %if.end i32.call $0=, calloc, $pop10, $6 i32.store $discard=, 8($8), $0 i32.store $discard=, 0($8), $2 - block BB7_9 + block .LBB7_9 i32.const $push11=, -1 i32.store $discard=, 4($8), $pop11 i32.add $push12=, $5, $6 i32.load $5=, 0($pop12) i32.lt_s $push13=, $5, $7 - br_if $pop13, BB7_9 + br_if $pop13, .LBB7_9 # BB#6: # %while.cond40.preheader.lr.ph i32.add $push14=, $3, $6 i32.load $push0=, 0($pop14) i32.lt_s $3=, $pop0, $5 -BB7_7: # %while.cond40.preheader +.LBB7_7: # %while.cond40.preheader # =>This Inner Loop Header: Depth=1 - loop BB7_8 - br_if $3, BB7_7 -BB7_8: # %while.cond40 + loop .LBB7_8 + br_if $3, .LBB7_7 +.LBB7_8: # %while.cond40 # =>This Inner Loop Header: Depth=1 - loop BB7_9 - br BB7_8 -BB7_9: # %if.end57 + loop .LBB7_9 + br .LBB7_8 +.LBB7_9: # %if.end57 i32.store $discard=, 0($1), $9 i32.store $discard=, 0($4), $8 -BB7_10: # %cleanup +.LBB7_10: # %cleanup i32.const $16=, 16 i32.add $13=, $13, $16 i32.const $16=, __stack_pointer i32.store $13=, 0($16), $13 return $3 -BB7_11: # %if.then10 +.LBB7_11: # %if.then10 call abort unreachable -func_end7: - .size DUPFFexgcd, func_end7-DUPFFexgcd +.Lfunc_end7: + .size DUPFFexgcd, .Lfunc_end7-DUPFFexgcd .globl main .type main,@function @@ -255,8 +255,8 @@ main: # @main i32.const $12=, __stack_pointer i32.store $15=, 0($12), $15 return $pop7 -func_end8: - .size main, func_end8-main +.Lfunc_end8: + .size main, .Lfunc_end8-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20020411-1.c.s b/test/torture-s/20020411-1.c.s index 8e5b21185..ea997fe99 100644 --- a/test/torture-s/20020411-1.c.s +++ b/test/torture-s/20020411-1.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, -1082130432 i32.store $discard=, 4($0), $pop1 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020413-1.c.s b/test/torture-s/20020413-1.c.s index f06452e0f..94cf7a5fe 100644 --- a/test/torture-s/20020413-1.c.s +++ b/test/torture-s/20020413-1.c.s @@ -29,164 +29,164 @@ test: # @test i64.load $push3=, 0($11) i64.select $0=, $4, $pop3, $0 i64.const $6=, 4611404543450677248 - block BB0_26 - block BB0_14 + block .LBB0_26 + block .LBB0_14 i32.call $push4=, __getf2, $0, $1, $3, $6 i32.ge_s $push5=, $pop4, $8 - br_if $pop5, BB0_14 + br_if $pop5, .LBB0_14 # BB#1: # %if.else i32.call $push35=, __eqtf2, $0, $1, $3, $3 i32.const $push66=, 0 i32.eq $push67=, $pop35, $pop66 - br_if $pop67, BB0_26 + br_if $pop67, .LBB0_26 # BB#2: # %if.else i32.call $7=, __lttf2, $0, $1, $3, $6 i32.const $4=, -1 i32.gt_s $push36=, $7, $4 - br_if $pop36, BB0_26 + br_if $pop36, .LBB0_26 # BB#3: # %while.body12 i64.const $push37=, 4611123068473966592 i32.call $7=, __lttf2, $0, $1, $3, $pop37 i32.const $8=, 1 i32.const $push38=, 0 i32.ge_s $push39=, $7, $pop38 - br_if $pop39, BB0_26 + br_if $pop39, .LBB0_26 # BB#4: # %while.body12.1 i32.const $8=, 2 i64.const $push40=, 4610841593497255936 i32.call $push41=, __lttf2, $0, $1, $3, $pop40 i32.gt_s $push42=, $pop41, $4 - br_if $pop42, BB0_26 + br_if $pop42, .LBB0_26 # BB#5: # %while.body12.2 i32.const $8=, 3 i64.const $push43=, 4610560118520545280 i32.call $push44=, __lttf2, $0, $1, $3, $pop43 i32.gt_s $push45=, $pop44, $4 - br_if $pop45, BB0_26 + br_if $pop45, .LBB0_26 # BB#6: # %while.body12.3 i32.const $8=, 4 i64.const $push46=, 4610278643543834624 i32.call $push47=, __lttf2, $0, $1, $3, $pop46 i32.gt_s $push48=, $pop47, $4 - br_if $pop48, BB0_26 + br_if $pop48, .LBB0_26 # BB#7: # %while.body12.4 i32.const $8=, 5 i64.const $push49=, 4609997168567123968 i32.call $push50=, __lttf2, $0, $1, $3, $pop49 i32.gt_s $push51=, $pop50, $4 - br_if $pop51, BB0_26 + br_if $pop51, .LBB0_26 # BB#8: # %while.body12.5 i32.const $8=, 6 i64.const $push52=, 4609715693590413312 i32.call $push53=, __lttf2, $0, $1, $3, $pop52 i32.gt_s $push54=, $pop53, $4 - br_if $pop54, BB0_26 + br_if $pop54, .LBB0_26 # BB#9: # %while.body12.6 i32.const $8=, 7 i64.const $push55=, 4609434218613702656 i32.call $push56=, __lttf2, $0, $1, $3, $pop55 i32.gt_s $push57=, $pop56, $4 - br_if $pop57, BB0_26 + br_if $pop57, .LBB0_26 # BB#10: # %while.body12.7 i64.const $push58=, 4609152743636992000 i32.call $7=, __lttf2, $0, $1, $3, $pop58 copy_local $8=, $5 i32.gt_s $push59=, $7, $4 - br_if $pop59, BB0_26 + br_if $pop59, .LBB0_26 # BB#11: # %while.body12.8 i32.const $8=, 9 i64.const $push60=, 4608871268660281344 i32.call $push61=, __lttf2, $0, $1, $3, $pop60 i32.gt_s $push62=, $pop61, $4 - br_if $pop62, BB0_26 + br_if $pop62, .LBB0_26 # BB#12: # %while.body12.9 i32.const $8=, 10 i64.const $push63=, 4608589793683570688 i32.call $push64=, __lttf2, $0, $1, $3, $pop63 i32.gt_s $push65=, $pop64, $4 - br_if $pop65, BB0_26 + br_if $pop65, .LBB0_26 # BB#13: # %while.body12.10 call abort unreachable -BB0_14: # %while.cond.preheader +.LBB0_14: # %while.cond.preheader i32.call $7=, __gttf2, $0, $1, $3, $6 i32.const $4=, 1 i32.lt_s $push6=, $7, $4 - br_if $pop6, BB0_26 + br_if $pop6, .LBB0_26 # BB#15: # %while.body i64.const $push7=, 4611686018427387904 i32.call $7=, __gttf2, $0, $1, $3, $pop7 copy_local $8=, $4 i32.const $push8=, 0 i32.le_s $push9=, $7, $pop8 - br_if $pop9, BB0_26 + br_if $pop9, .LBB0_26 # BB#16: # %while.body.1 i32.const $8=, 2 i64.const $push10=, 4611967493404098560 i32.call $7=, __gttf2, $0, $1, $3, $pop10 i32.const $4=, 1 i32.lt_s $push11=, $7, $4 - br_if $pop11, BB0_26 + br_if $pop11, .LBB0_26 # BB#17: # %while.body.2 i32.const $8=, 3 i64.const $push12=, 4612248968380809216 i32.call $push13=, __gttf2, $0, $1, $3, $pop12 i32.lt_s $push14=, $pop13, $4 - br_if $pop14, BB0_26 + br_if $pop14, .LBB0_26 # BB#18: # %while.body.3 i32.const $8=, 4 i64.const $push15=, 4612530443357519872 i32.call $push16=, __gttf2, $0, $1, $3, $pop15 i32.lt_s $push17=, $pop16, $4 - br_if $pop17, BB0_26 + br_if $pop17, .LBB0_26 # BB#19: # %while.body.4 i32.const $8=, 5 i64.const $push18=, 4612811918334230528 i32.call $push19=, __gttf2, $0, $1, $3, $pop18 i32.lt_s $push20=, $pop19, $4 - br_if $pop20, BB0_26 + br_if $pop20, .LBB0_26 # BB#20: # %while.body.5 i32.const $8=, 6 i64.const $push21=, 4613093393310941184 i32.call $push22=, __gttf2, $0, $1, $3, $pop21 i32.lt_s $push23=, $pop22, $4 - br_if $pop23, BB0_26 + br_if $pop23, .LBB0_26 # BB#21: # %while.body.6 i32.const $8=, 7 i64.const $push24=, 4613374868287651840 i32.call $push25=, __gttf2, $0, $1, $3, $pop24 i32.lt_s $push26=, $pop25, $4 - br_if $pop26, BB0_26 + br_if $pop26, .LBB0_26 # BB#22: # %while.body.7 i64.const $push27=, 4613656343264362496 i32.call $7=, __gttf2, $0, $1, $3, $pop27 copy_local $8=, $5 i32.lt_s $push28=, $7, $4 - br_if $pop28, BB0_26 + br_if $pop28, .LBB0_26 # BB#23: # %while.body.8 i32.const $8=, 9 i64.const $push29=, 4613937818241073152 i32.call $push30=, __gttf2, $0, $1, $3, $pop29 i32.lt_s $push31=, $pop30, $4 - br_if $pop31, BB0_26 + br_if $pop31, .LBB0_26 # BB#24: # %while.body.9 i32.const $8=, 10 i64.const $push32=, 4614219293217783808 i32.call $push33=, __gttf2, $0, $1, $3, $pop32 i32.lt_s $push34=, $pop33, $4 - br_if $pop34, BB0_26 + br_if $pop34, .LBB0_26 # BB#25: # %while.body.10 call abort unreachable -BB0_26: # %if.end19 +.LBB0_26: # %if.end19 i32.store $discard=, 0($2), $8 i32.const $11=, 16 i32.add $11=, $11, $11 i32.const $11=, __stack_pointer i32.store $11=, 0($11), $11 return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -220,8 +220,8 @@ main: # @main i32.const $push4=, 0 call exit, $pop4 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020418-1.c.s b/test/torture-s/20020418-1.c.s index 771a06afd..faf6733b0 100644 --- a/test/torture-s/20020418-1.c.s +++ b/test/torture-s/20020418-1.c.s @@ -8,26 +8,26 @@ gcc_crash: # @gcc_crash # BB#0: # %entry i32.load $1=, 0($0) copy_local $2=, $1 - block BB0_3 + block .LBB0_3 i32.const $push0=, 52 i32.lt_s $push1=, $1, $pop0 - br_if $pop1, BB0_3 -BB0_1: # %top + br_if $pop1, .LBB0_3 +.LBB0_1: # %top # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push4=, 1 i32.add $2=, $2, $pop4 i32.const $push2=, 60 i32.gt_s $push3=, $1, $pop2 - br_if $pop3, BB0_1 -BB0_2: # %if.end6 + br_if $pop3, .LBB0_1 +.LBB0_2: # %if.end6 i32.store $discard=, 0($0), $2 return -BB0_3: # %if.then +.LBB0_3: # %if.then unreachable unreachable -func_end0: - .size gcc_crash, func_end0-gcc_crash +.Lfunc_end0: + .size gcc_crash, .Lfunc_end0-gcc_crash .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020423-1.c.s b/test/torture-s/20020423-1.c.s index 9f1c517f3..0ef325b49 100644 --- a/test/torture-s/20020423-1.c.s +++ b/test/torture-s/20020423-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020503-1.c.s b/test/torture-s/20020503-1.c.s index 428c93d7e..676a1581d 100644 --- a/test/torture-s/20020503-1.c.s +++ b/test/torture-s/20020503-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020506-1.c.s b/test/torture-s/20020506-1.c.s index 481c39d3e..8957ff472 100644 --- a/test/torture-s/20020506-1.c.s +++ b/test/torture-s/20020506-1.c.s @@ -5,30 +5,30 @@ test1: # @test1 .param i32, i32 # BB#0: # %entry - block BB0_5 - block BB0_4 - block BB0_3 + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 i32.const $push0=, 0 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %if.then i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#2: # %if.then2 call abort unreachable -BB0_3: # %if.else +.LBB0_3: # %if.else i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB0_5 -BB0_4: # %if.end45 + br_if $pop5, .LBB0_5 +.LBB0_4: # %if.end45 return -BB0_5: # %if.then4 +.LBB0_5: # %if.then4 call abort unreachable -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -37,62 +37,62 @@ test2: # @test2 .local i32 # BB#0: # %entry i32.const $2=, 24 - block BB1_5 - block BB1_4 - block BB1_3 + block .LBB1_5 + block .LBB1_4 + block .LBB1_3 i32.shl $push0=, $0, $2 i32.shr_s $push1=, $pop0, $2 i32.const $push2=, 0 i32.lt_s $push3=, $pop1, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#1: # %if.then i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB1_4 + br_if $pop5, .LBB1_4 # BB#2: # %if.then2 call abort unreachable -BB1_3: # %if.else +.LBB1_3: # %if.else i32.const $push6=, 0 i32.eq $push7=, $1, $pop6 - br_if $pop7, BB1_5 -BB1_4: # %if.end45 + br_if $pop7, .LBB1_5 +.LBB1_4: # %if.end45 return -BB1_5: # %if.then4 +.LBB1_5: # %if.then4 call abort unreachable -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function test3: # @test3 .param i32, i32 # BB#0: # %entry - block BB2_5 - block BB2_4 - block BB2_3 + block .LBB2_5 + block .LBB2_4 + block .LBB2_3 i32.const $push0=, 0 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#1: # %if.then i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB2_4 + br_if $pop3, .LBB2_4 # BB#2: # %if.then2 call abort unreachable -BB2_3: # %if.else +.LBB2_3: # %if.else i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB2_5 -BB2_4: # %if.end45 + br_if $pop5, .LBB2_5 +.LBB2_4: # %if.end45 return -BB2_5: # %if.then4 +.LBB2_5: # %if.then4 call abort unreachable -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -101,152 +101,152 @@ test4: # @test4 .local i32 # BB#0: # %entry i32.const $2=, 16 - block BB3_5 - block BB3_4 - block BB3_3 + block .LBB3_5 + block .LBB3_4 + block .LBB3_3 i32.shl $push0=, $0, $2 i32.shr_s $push1=, $pop0, $2 i32.const $push2=, 0 i32.lt_s $push3=, $pop1, $pop2 - br_if $pop3, BB3_3 + br_if $pop3, .LBB3_3 # BB#1: # %if.then i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB3_4 + br_if $pop5, .LBB3_4 # BB#2: # %if.then2 call abort unreachable -BB3_3: # %if.else +.LBB3_3: # %if.else i32.const $push6=, 0 i32.eq $push7=, $1, $pop6 - br_if $pop7, BB3_5 -BB3_4: # %if.end45 + br_if $pop7, .LBB3_5 +.LBB3_4: # %if.end45 return -BB3_5: # %if.then4 +.LBB3_5: # %if.then4 call abort unreachable -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function test5: # @test5 .param i32, i32 # BB#0: # %entry - block BB4_5 - block BB4_4 - block BB4_3 + block .LBB4_5 + block .LBB4_4 + block .LBB4_3 i32.const $push0=, 0 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB4_3 + br_if $pop1, .LBB4_3 # BB#1: # %if.then i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB4_4 + br_if $pop3, .LBB4_4 # BB#2: # %if.then1 call abort unreachable -BB4_3: # %if.else +.LBB4_3: # %if.else i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB4_5 -BB4_4: # %if.end38 + br_if $pop5, .LBB4_5 +.LBB4_4: # %if.end38 return -BB4_5: # %if.then3 +.LBB4_5: # %if.then3 call abort unreachable -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function test6: # @test6 .param i32, i32 # BB#0: # %entry - block BB5_5 - block BB5_4 - block BB5_3 + block .LBB5_5 + block .LBB5_4 + block .LBB5_3 i32.const $push0=, 0 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB5_3 + br_if $pop1, .LBB5_3 # BB#1: # %if.then i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB5_4 + br_if $pop3, .LBB5_4 # BB#2: # %if.then1 call abort unreachable -BB5_3: # %if.else +.LBB5_3: # %if.else i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB5_5 -BB5_4: # %if.end38 + br_if $pop5, .LBB5_5 +.LBB5_4: # %if.end38 return -BB5_5: # %if.then3 +.LBB5_5: # %if.then3 call abort unreachable -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl test7 .type test7,@function test7: # @test7 .param i64, i32 # BB#0: # %entry - block BB6_5 - block BB6_4 - block BB6_3 + block .LBB6_5 + block .LBB6_4 + block .LBB6_3 i64.const $push0=, 0 i64.lt_s $push1=, $0, $pop0 - br_if $pop1, BB6_3 + br_if $pop1, .LBB6_3 # BB#1: # %if.then i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB6_4 + br_if $pop3, .LBB6_4 # BB#2: # %if.then1 call abort unreachable -BB6_3: # %if.else +.LBB6_3: # %if.else i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB6_5 -BB6_4: # %if.end38 + br_if $pop5, .LBB6_5 +.LBB6_4: # %if.end38 return -BB6_5: # %if.then3 +.LBB6_5: # %if.then3 call abort unreachable -func_end6: - .size test7, func_end6-test7 +.Lfunc_end6: + .size test7, .Lfunc_end6-test7 .globl test8 .type test8,@function test8: # @test8 .param i64, i32 # BB#0: # %entry - block BB7_5 - block BB7_4 - block BB7_3 + block .LBB7_5 + block .LBB7_4 + block .LBB7_3 i64.const $push0=, 0 i64.lt_s $push1=, $0, $pop0 - br_if $pop1, BB7_3 + br_if $pop1, .LBB7_3 # BB#1: # %if.then i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB7_4 + br_if $pop3, .LBB7_4 # BB#2: # %if.then1 call abort unreachable -BB7_3: # %if.else +.LBB7_3: # %if.else i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB7_5 -BB7_4: # %if.end38 + br_if $pop5, .LBB7_5 +.LBB7_4: # %if.end38 return -BB7_5: # %if.then3 +.LBB7_5: # %if.then3 call abort unreachable -func_end7: - .size test8, func_end7-test8 +.Lfunc_end7: + .size test8, .Lfunc_end7-test8 .globl main .type main,@function @@ -255,8 +255,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end8: - .size main, func_end8-main +.Lfunc_end8: + .size main, .Lfunc_end8-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020508-1.c.s b/test/torture-s/20020508-1.c.s index 7faa31dd0..39bcbacc0 100644 --- a/test/torture-s/20020508-1.c.s +++ b/test/torture-s/20020508-1.c.s @@ -12,74 +12,74 @@ main: # @main i32.const $push1=, 8 i32.sub $2=, $pop1, $1 i32.const $12=, 835 - block BB0_42 + block .LBB0_42 i32.shl $push2=, $0, $2 i32.shr_u $push0=, $0, $1 i32.or $push3=, $pop2, $pop0 i32.ne $push4=, $pop3, $12 - br_if $pop4, BB0_42 + br_if $pop4, .LBB0_42 # BB#1: # %if.end i32.const $13=, 4 - block BB0_41 + block .LBB0_41 i32.shr_u $push5=, $0, $13 i32.shl $push6=, $0, $13 i32.or $push7=, $pop5, $pop6 i32.ne $push8=, $pop7, $12 - br_if $pop8, BB0_41 + br_if $pop8, .LBB0_41 # BB#2: # %if.end11 i32.load16_u $3=, us($11) i32.const $push10=, 16 i32.sub $4=, $pop10, $1 i32.const $14=, 253972259 - block BB0_40 + block .LBB0_40 i32.shr_u $push9=, $3, $1 i32.shl $push11=, $3, $4 i32.or $push12=, $pop9, $pop11 i32.ne $push13=, $pop12, $14 - br_if $pop13, BB0_40 + br_if $pop13, .LBB0_40 # BB#3: # %if.end21 i32.const $15=, 12 - block BB0_39 + block .LBB0_39 i32.shr_u $push14=, $3, $13 i32.shl $push15=, $3, $15 i32.or $push16=, $pop14, $pop15 i32.ne $push17=, $pop16, $14 - br_if $pop17, BB0_39 + br_if $pop17, .LBB0_39 # BB#4: # %if.end30 i32.load $14=, ui($11) i32.const $push19=, 32 i32.sub $5=, $pop19, $1 i32.const $16=, 1073745699 - block BB0_38 + block .LBB0_38 i32.shr_u $push18=, $14, $1 i32.shl $push20=, $14, $5 i32.or $push21=, $pop18, $pop20 i32.ne $push22=, $pop21, $16 - br_if $pop22, BB0_38 + br_if $pop22, .LBB0_38 # BB#5: # %if.end38 i32.const $17=, 28 - block BB0_37 + block .LBB0_37 i32.shr_u $push23=, $14, $13 i32.shl $push24=, $14, $17 i32.or $push25=, $pop23, $pop24 i32.ne $push26=, $pop25, $16 - br_if $pop26, BB0_37 + br_if $pop26, .LBB0_37 # BB#6: # %if.end45 i32.load $16=, ul($11) i32.const $18=, -1893513881 - block BB0_36 + block .LBB0_36 i32.shr_u $push27=, $16, $1 i32.shl $push28=, $16, $5 i32.or $push29=, $pop27, $pop28 i32.ne $push30=, $pop29, $18 - br_if $pop30, BB0_36 + br_if $pop30, .LBB0_36 # BB#7: # %if.end53 - block BB0_35 + block .LBB0_35 i32.shr_u $push31=, $16, $13 i32.shl $push32=, $16, $17 i32.or $push33=, $pop31, $pop32 i32.ne $push34=, $pop33, $18 - br_if $pop34, BB0_35 + br_if $pop34, .LBB0_35 # BB#8: # %if.end60 i64.load $6=, ull($11) i32.const $18=, 64 @@ -87,174 +87,174 @@ main: # @main i64.extend_u/i32 $8=, $pop36 i64.extend_u/i32 $7=, $1 i64.const $19=, 68174490360335855 - block BB0_34 + block .LBB0_34 i64.shr_u $push35=, $6, $7 i64.shl $push37=, $6, $8 i64.or $push38=, $pop35, $pop37 i64.ne $push39=, $pop38, $19 - br_if $pop39, BB0_34 + br_if $pop39, .LBB0_34 # BB#9: # %if.end69 i64.const $20=, 4 i64.const $21=, 60 - block BB0_33 + block .LBB0_33 i64.shr_u $push40=, $6, $20 i64.shl $push41=, $6, $21 i64.or $push42=, $pop40, $pop41 i64.ne $push43=, $pop42, $19 - br_if $pop43, BB0_33 + br_if $pop43, .LBB0_33 # BB#10: # %if.end76 i32.load $22=, shift2($11) i64.extend_u/i32 $9=, $22 i32.sub $push45=, $18, $22 i64.extend_u/i32 $10=, $pop45 i64.const $23=, -994074541463572736 - block BB0_32 + block .LBB0_32 i64.shl $push46=, $6, $10 i64.shr_u $push44=, $6, $9 i64.or $push47=, $pop46, $pop44 i64.ne $push48=, $pop47, $23 - br_if $pop48, BB0_32 + br_if $pop48, .LBB0_32 # BB#11: # %if.end86 - block BB0_31 + block .LBB0_31 i64.shr_u $push49=, $6, $21 i64.shl $push50=, $6, $20 i64.or $push51=, $pop49, $pop50 i64.ne $push52=, $pop51, $23 - br_if $pop52, BB0_31 + br_if $pop52, .LBB0_31 # BB#12: # %if.end93 - block BB0_30 + block .LBB0_30 i32.shr_u $push54=, $0, $2 i32.shl $push53=, $0, $1 i32.or $push55=, $pop54, $pop53 i32.ne $push56=, $pop55, $12 - br_if $pop56, BB0_30 + br_if $pop56, .LBB0_30 # BB#13: # %if.end112 i32.const $0=, 992079 - block BB0_29 + block .LBB0_29 i32.shl $push57=, $3, $1 i32.shr_u $push58=, $3, $4 i32.or $push59=, $pop57, $pop58 i32.ne $push60=, $pop59, $0 - br_if $pop60, BB0_29 + br_if $pop60, .LBB0_29 # BB#14: # %if.end122 - block BB0_28 + block .LBB0_28 i32.shl $push61=, $3, $13 i32.shr_u $push62=, $3, $15 i32.or $push63=, $pop61, $pop62 i32.ne $push64=, $pop63, $0 - br_if $pop64, BB0_28 + br_if $pop64, .LBB0_28 # BB#15: # %if.end131 i32.const $0=, 992064 - block BB0_27 + block .LBB0_27 i32.shl $push65=, $14, $1 i32.shr_u $push66=, $14, $5 i32.or $push67=, $pop65, $pop66 i32.ne $push68=, $pop67, $0 - br_if $pop68, BB0_27 + br_if $pop68, .LBB0_27 # BB#16: # %if.end139 - block BB0_26 + block .LBB0_26 i32.shl $push69=, $14, $13 i32.shr_u $push70=, $14, $17 i32.or $push71=, $pop69, $pop70 i32.ne $push72=, $pop71, $0 - br_if $pop72, BB0_26 + br_if $pop72, .LBB0_26 # BB#17: # %if.end146 i32.const $0=, 591751055 - block BB0_25 + block .LBB0_25 i32.shl $push73=, $16, $1 i32.shr_u $push74=, $16, $5 i32.or $push75=, $pop73, $pop74 i32.ne $push76=, $pop75, $0 - br_if $pop76, BB0_25 + br_if $pop76, .LBB0_25 # BB#18: # %if.end154 - block BB0_24 + block .LBB0_24 i32.shl $push77=, $16, $13 i32.shr_u $push78=, $16, $17 i32.or $push79=, $pop77, $pop78 i32.ne $push80=, $pop79, $0 - br_if $pop80, BB0_24 + br_if $pop80, .LBB0_24 # BB#19: # %if.end161 - block BB0_23 + block .LBB0_23 i64.shl $push81=, $6, $7 i64.shr_u $push82=, $6, $8 i64.or $push83=, $pop81, $pop82 i64.ne $push84=, $pop83, $23 - br_if $pop84, BB0_23 + br_if $pop84, .LBB0_23 # BB#20: # %if.end178 - block BB0_22 + block .LBB0_22 i64.shr_u $push86=, $6, $10 i64.shl $push85=, $6, $9 i64.or $push87=, $pop86, $pop85 i64.ne $push88=, $pop87, $19 - br_if $pop88, BB0_22 + br_if $pop88, .LBB0_22 # BB#21: # %if.end195 call exit, $11 unreachable -BB0_22: # %if.then187 +.LBB0_22: # %if.then187 call abort unreachable -BB0_23: # %if.then170 +.LBB0_23: # %if.then170 call abort unreachable -BB0_24: # %if.then160 +.LBB0_24: # %if.then160 call abort unreachable -BB0_25: # %if.then153 +.LBB0_25: # %if.then153 call abort unreachable -BB0_26: # %if.then145 +.LBB0_26: # %if.then145 call abort unreachable -BB0_27: # %if.then138 +.LBB0_27: # %if.then138 call abort unreachable -BB0_28: # %if.then130 +.LBB0_28: # %if.then130 call abort unreachable -BB0_29: # %if.then121 +.LBB0_29: # %if.then121 call abort unreachable -BB0_30: # %if.then102 +.LBB0_30: # %if.then102 call abort unreachable -BB0_31: # %if.then92 +.LBB0_31: # %if.then92 call abort unreachable -BB0_32: # %if.then85 +.LBB0_32: # %if.then85 call abort unreachable -BB0_33: # %if.then75 +.LBB0_33: # %if.then75 call abort unreachable -BB0_34: # %if.then68 +.LBB0_34: # %if.then68 call abort unreachable -BB0_35: # %if.then59 +.LBB0_35: # %if.then59 call abort unreachable -BB0_36: # %if.then52 +.LBB0_36: # %if.then52 call abort unreachable -BB0_37: # %if.then44 +.LBB0_37: # %if.then44 call abort unreachable -BB0_38: # %if.then37 +.LBB0_38: # %if.then37 call abort unreachable -BB0_39: # %if.then29 +.LBB0_39: # %if.then29 call abort unreachable -BB0_40: # %if.then20 +.LBB0_40: # %if.then20 call abort unreachable -BB0_41: # %if.then10 +.LBB0_41: # %if.then10 call abort unreachable -BB0_42: # %if.then +.LBB0_42: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type uc,@object # @uc .data diff --git a/test/torture-s/20020508-2.c.s b/test/torture-s/20020508-2.c.s index 29b6b9944..a1e6a3b31 100644 --- a/test/torture-s/20020508-2.c.s +++ b/test/torture-s/20020508-2.c.s @@ -12,74 +12,74 @@ main: # @main i32.const $push1=, 8 i32.sub $2=, $pop1, $1 i32.const $12=, 835 - block BB0_42 + block .LBB0_42 i32.shl $push2=, $0, $2 i32.shr_s $push0=, $0, $1 i32.or $push3=, $pop2, $pop0 i32.ne $push4=, $pop3, $12 - br_if $pop4, BB0_42 + br_if $pop4, .LBB0_42 # BB#1: # %if.end i32.const $13=, 4 - block BB0_41 + block .LBB0_41 i32.shr_s $push5=, $0, $13 i32.shl $push6=, $0, $13 i32.or $push7=, $pop5, $pop6 i32.ne $push8=, $pop7, $12 - br_if $pop8, BB0_41 + br_if $pop8, .LBB0_41 # BB#2: # %if.end11 i32.load16_s $3=, s($11) i32.const $push10=, 16 i32.sub $4=, $pop10, $1 i32.const $14=, 19087651 - block BB0_40 + block .LBB0_40 i32.shr_s $push9=, $3, $1 i32.shl $push11=, $3, $4 i32.or $push12=, $pop9, $pop11 i32.ne $push13=, $pop12, $14 - br_if $pop13, BB0_40 + br_if $pop13, .LBB0_40 # BB#3: # %if.end21 i32.const $15=, 12 - block BB0_39 + block .LBB0_39 i32.shr_s $push14=, $3, $13 i32.shl $push15=, $3, $15 i32.or $push16=, $pop14, $pop15 i32.ne $push17=, $pop16, $14 - br_if $pop17, BB0_39 + br_if $pop17, .LBB0_39 # BB#4: # %if.end30 i32.load $14=, i($11) i32.const $push19=, 32 i32.sub $5=, $pop19, $1 i32.const $16=, 1073742115 - block BB0_38 + block .LBB0_38 i32.shr_s $push18=, $14, $1 i32.shl $push20=, $14, $5 i32.or $push21=, $pop18, $pop20 i32.ne $push22=, $pop21, $16 - br_if $pop22, BB0_38 + br_if $pop22, .LBB0_38 # BB#5: # %if.end38 i32.const $17=, 28 - block BB0_37 + block .LBB0_37 i32.shr_s $push23=, $14, $13 i32.shl $push24=, $14, $17 i32.or $push25=, $pop23, $pop24 i32.ne $push26=, $pop25, $16 - br_if $pop26, BB0_37 + br_if $pop26, .LBB0_37 # BB#6: # %if.end45 i32.load $16=, l($11) i32.const $18=, -2128394905 - block BB0_36 + block .LBB0_36 i32.shr_s $push27=, $16, $1 i32.shl $push28=, $16, $5 i32.or $push29=, $pop27, $pop28 i32.ne $push30=, $pop29, $18 - br_if $pop30, BB0_36 + br_if $pop30, .LBB0_36 # BB#7: # %if.end53 - block BB0_35 + block .LBB0_35 i32.shr_s $push31=, $16, $13 i32.shl $push32=, $16, $17 i32.or $push33=, $pop31, $pop32 i32.ne $push34=, $pop33, $18 - br_if $pop34, BB0_35 + br_if $pop34, .LBB0_35 # BB#8: # %if.end60 i64.load $6=, ll($11) i32.const $18=, 64 @@ -87,174 +87,174 @@ main: # @main i64.extend_u/i32 $8=, $pop36 i64.extend_u/i32 $7=, $1 i64.const $19=, 5124095577148911 - block BB0_34 + block .LBB0_34 i64.shr_s $push35=, $6, $7 i64.shl $push37=, $6, $8 i64.or $push38=, $pop35, $pop37 i64.ne $push39=, $pop38, $19 - br_if $pop39, BB0_34 + br_if $pop39, .LBB0_34 # BB#9: # %if.end69 i64.const $20=, 4 i64.const $21=, 60 - block BB0_33 + block .LBB0_33 i64.shr_s $push40=, $6, $20 i64.shl $push41=, $6, $21 i64.or $push42=, $pop40, $pop41 i64.ne $push43=, $pop42, $19 - br_if $pop43, BB0_33 + br_if $pop43, .LBB0_33 # BB#10: # %if.end76 i32.load $22=, shift2($11) i64.extend_u/i32 $9=, $22 i32.sub $push45=, $18, $22 i64.extend_u/i32 $10=, $pop45 i64.const $23=, 1311768467750121216 - block BB0_32 + block .LBB0_32 i64.shl $push46=, $6, $10 i64.shr_s $push44=, $6, $9 i64.or $push47=, $pop46, $pop44 i64.ne $push48=, $pop47, $23 - br_if $pop48, BB0_32 + br_if $pop48, .LBB0_32 # BB#11: # %if.end86 - block BB0_31 + block .LBB0_31 i64.shr_s $push49=, $6, $21 i64.shl $push50=, $6, $20 i64.or $push51=, $pop49, $pop50 i64.ne $push52=, $pop51, $23 - br_if $pop52, BB0_31 + br_if $pop52, .LBB0_31 # BB#12: # %if.end93 - block BB0_30 + block .LBB0_30 i32.shr_s $push54=, $0, $2 i32.shl $push53=, $0, $1 i32.or $push55=, $pop54, $pop53 i32.ne $push56=, $pop55, $12 - br_if $pop56, BB0_30 + br_if $pop56, .LBB0_30 # BB#13: # %if.end112 i32.const $0=, 74561 - block BB0_29 + block .LBB0_29 i32.shl $push57=, $3, $1 i32.shr_s $push58=, $3, $4 i32.or $push59=, $pop57, $pop58 i32.ne $push60=, $pop59, $0 - br_if $pop60, BB0_29 + br_if $pop60, .LBB0_29 # BB#14: # %if.end122 - block BB0_28 + block .LBB0_28 i32.shl $push61=, $3, $13 i32.shr_s $push62=, $3, $15 i32.or $push63=, $pop61, $pop62 i32.ne $push64=, $pop63, $0 - br_if $pop64, BB0_28 + br_if $pop64, .LBB0_28 # BB#15: # %if.end131 i32.const $0=, 74560 - block BB0_27 + block .LBB0_27 i32.shl $push65=, $14, $1 i32.shr_s $push66=, $14, $5 i32.or $push67=, $pop65, $pop66 i32.ne $push68=, $pop67, $0 - br_if $pop68, BB0_27 + br_if $pop68, .LBB0_27 # BB#16: # %if.end139 - block BB0_26 + block .LBB0_26 i32.shl $push69=, $14, $13 i32.shr_s $push70=, $14, $17 i32.or $push71=, $pop69, $pop70 i32.ne $push72=, $pop71, $0 - br_if $pop72, BB0_26 + br_if $pop72, .LBB0_26 # BB#17: # %if.end146 i32.const $0=, 591751041 - block BB0_25 + block .LBB0_25 i32.shl $push73=, $16, $1 i32.shr_s $push74=, $16, $5 i32.or $push75=, $pop73, $pop74 i32.ne $push76=, $pop75, $0 - br_if $pop76, BB0_25 + br_if $pop76, .LBB0_25 # BB#18: # %if.end154 - block BB0_24 + block .LBB0_24 i32.shl $push77=, $16, $13 i32.shr_s $push78=, $16, $17 i32.or $push79=, $pop77, $pop78 i32.ne $push80=, $pop79, $0 - br_if $pop80, BB0_24 + br_if $pop80, .LBB0_24 # BB#19: # %if.end161 - block BB0_23 + block .LBB0_23 i64.shl $push81=, $6, $7 i64.shr_s $push82=, $6, $8 i64.or $push83=, $pop81, $pop82 i64.ne $push84=, $pop83, $23 - br_if $pop84, BB0_23 + br_if $pop84, .LBB0_23 # BB#20: # %if.end178 - block BB0_22 + block .LBB0_22 i64.shr_s $push86=, $6, $10 i64.shl $push85=, $6, $9 i64.or $push87=, $pop86, $pop85 i64.ne $push88=, $pop87, $19 - br_if $pop88, BB0_22 + br_if $pop88, .LBB0_22 # BB#21: # %if.end195 call exit, $11 unreachable -BB0_22: # %if.then187 +.LBB0_22: # %if.then187 call abort unreachable -BB0_23: # %if.then170 +.LBB0_23: # %if.then170 call abort unreachable -BB0_24: # %if.then160 +.LBB0_24: # %if.then160 call abort unreachable -BB0_25: # %if.then153 +.LBB0_25: # %if.then153 call abort unreachable -BB0_26: # %if.then145 +.LBB0_26: # %if.then145 call abort unreachable -BB0_27: # %if.then138 +.LBB0_27: # %if.then138 call abort unreachable -BB0_28: # %if.then130 +.LBB0_28: # %if.then130 call abort unreachable -BB0_29: # %if.then121 +.LBB0_29: # %if.then121 call abort unreachable -BB0_30: # %if.then102 +.LBB0_30: # %if.then102 call abort unreachable -BB0_31: # %if.then92 +.LBB0_31: # %if.then92 call abort unreachable -BB0_32: # %if.then85 +.LBB0_32: # %if.then85 call abort unreachable -BB0_33: # %if.then75 +.LBB0_33: # %if.then75 call abort unreachable -BB0_34: # %if.then68 +.LBB0_34: # %if.then68 call abort unreachable -BB0_35: # %if.then59 +.LBB0_35: # %if.then59 call abort unreachable -BB0_36: # %if.then52 +.LBB0_36: # %if.then52 call abort unreachable -BB0_37: # %if.then44 +.LBB0_37: # %if.then44 call abort unreachable -BB0_38: # %if.then37 +.LBB0_38: # %if.then37 call abort unreachable -BB0_39: # %if.then29 +.LBB0_39: # %if.then29 call abort unreachable -BB0_40: # %if.then20 +.LBB0_40: # %if.then20 call abort unreachable -BB0_41: # %if.then10 +.LBB0_41: # %if.then10 call abort unreachable -BB0_42: # %if.then +.LBB0_42: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/20020508-3.c.s b/test/torture-s/20020508-3.c.s index a54a11034..af314eb27 100644 --- a/test/torture-s/20020508-3.c.s +++ b/test/torture-s/20020508-3.c.s @@ -12,74 +12,74 @@ main: # @main i32.const $push1=, 8 i32.sub $2=, $pop1, $1 i32.const $12=, 835 - block BB0_42 + block .LBB0_42 i32.shl $push2=, $0, $2 i32.shr_s $push0=, $0, $1 i32.or $push3=, $pop2, $pop0 i32.ne $push4=, $pop3, $12 - br_if $pop4, BB0_42 + br_if $pop4, .LBB0_42 # BB#1: # %if.end i32.const $13=, 4 - block BB0_41 + block .LBB0_41 i32.shr_s $push5=, $0, $13 i32.shl $push6=, $0, $13 i32.or $push7=, $pop5, $pop6 i32.ne $push8=, $pop7, $12 - br_if $pop8, BB0_41 + br_if $pop8, .LBB0_41 # BB#2: # %if.end11 i32.load16_s $3=, s($11) i32.const $push10=, 16 i32.sub $4=, $pop10, $1 i32.const $14=, -221 - block BB0_40 + block .LBB0_40 i32.shr_s $push9=, $3, $1 i32.shl $push11=, $3, $4 i32.or $push12=, $pop9, $pop11 i32.ne $push13=, $pop12, $14 - br_if $pop13, BB0_40 + br_if $pop13, .LBB0_40 # BB#3: # %if.end21 i32.const $15=, 12 - block BB0_39 + block .LBB0_39 i32.shr_s $push14=, $3, $13 i32.shl $push15=, $3, $15 i32.or $push16=, $pop14, $pop15 i32.ne $push17=, $pop16, $14 - br_if $pop17, BB0_39 + br_if $pop17, .LBB0_39 # BB#4: # %if.end30 i32.load $14=, i($11) i32.const $push19=, 32 i32.sub $5=, $pop19, $1 i32.const $16=, 1073745699 - block BB0_38 + block .LBB0_38 i32.shr_s $push18=, $14, $1 i32.shl $push20=, $14, $5 i32.or $push21=, $pop18, $pop20 i32.ne $push22=, $pop21, $16 - br_if $pop22, BB0_38 + br_if $pop22, .LBB0_38 # BB#5: # %if.end38 i32.const $17=, 28 - block BB0_37 + block .LBB0_37 i32.shr_s $push23=, $14, $13 i32.shl $push24=, $14, $17 i32.or $push25=, $pop23, $pop24 i32.ne $push26=, $pop25, $16 - br_if $pop26, BB0_37 + br_if $pop26, .LBB0_37 # BB#6: # %if.end45 i32.load $16=, l($11) i32.const $18=, -14465689 - block BB0_36 + block .LBB0_36 i32.shr_s $push27=, $16, $1 i32.shl $push28=, $16, $5 i32.or $push29=, $pop27, $pop28 i32.ne $push30=, $pop29, $18 - br_if $pop30, BB0_36 + br_if $pop30, .LBB0_36 # BB#7: # %if.end53 - block BB0_35 + block .LBB0_35 i32.shr_s $push31=, $16, $13 i32.shl $push32=, $16, $17 i32.or $push33=, $pop31, $pop32 i32.ne $push34=, $pop33, $18 - br_if $pop34, BB0_35 + br_if $pop34, .LBB0_35 # BB#8: # %if.end60 i64.load $6=, ll($11) i32.const $18=, 64 @@ -87,173 +87,173 @@ main: # @main i64.extend_u/i32 $8=, $pop36 i64.extend_u/i32 $7=, $1 i64.const $19=, 68174490360335855 - block BB0_34 + block .LBB0_34 i64.shr_s $push35=, $6, $7 i64.shl $push37=, $6, $8 i64.or $push38=, $pop35, $pop37 i64.ne $push39=, $pop38, $19 - br_if $pop39, BB0_34 + br_if $pop39, .LBB0_34 # BB#9: # %if.end69 i64.const $20=, 4 i64.const $21=, 60 - block BB0_33 + block .LBB0_33 i64.shr_s $push40=, $6, $20 i64.shl $push41=, $6, $21 i64.or $push42=, $pop40, $pop41 i64.ne $push43=, $pop42, $19 - br_if $pop43, BB0_33 + br_if $pop43, .LBB0_33 # BB#10: # %if.end76 i32.load $22=, shift2($11) i64.extend_u/i32 $9=, $22 i32.sub $push45=, $18, $22 i64.extend_u/i32 $10=, $pop45 i64.const $23=, -994074541463572736 - block BB0_32 + block .LBB0_32 i64.shl $push46=, $6, $10 i64.shr_s $push44=, $6, $9 i64.or $push47=, $pop46, $pop44 i64.ne $push48=, $pop47, $23 - br_if $pop48, BB0_32 + br_if $pop48, .LBB0_32 # BB#11: # %if.end86 - block BB0_31 + block .LBB0_31 i64.shr_s $push49=, $6, $21 i64.shl $push50=, $6, $20 i64.or $push51=, $pop49, $pop50 i64.ne $push52=, $pop51, $23 - br_if $pop52, BB0_31 + br_if $pop52, .LBB0_31 # BB#12: # %if.end93 - block BB0_30 + block .LBB0_30 i32.shr_s $push54=, $0, $2 i32.shl $push53=, $0, $1 i32.or $push55=, $pop54, $pop53 i32.ne $push56=, $pop55, $12 - br_if $pop56, BB0_30 + br_if $pop56, .LBB0_30 # BB#13: # %if.end112 i32.const $0=, -1 - block BB0_29 + block .LBB0_29 i32.shl $push57=, $3, $1 i32.shr_s $push58=, $3, $4 i32.or $push59=, $pop57, $pop58 i32.ne $push60=, $pop59, $0 - br_if $pop60, BB0_29 + br_if $pop60, .LBB0_29 # BB#14: # %if.end122 - block BB0_28 + block .LBB0_28 i32.shl $push61=, $3, $13 i32.shr_s $push62=, $3, $15 i32.or $push63=, $pop61, $pop62 i32.ne $push64=, $pop63, $0 - br_if $pop64, BB0_28 + br_if $pop64, .LBB0_28 # BB#15: # %if.end131 i32.const $12=, 992064 - block BB0_27 + block .LBB0_27 i32.shl $push65=, $14, $1 i32.shr_s $push66=, $14, $5 i32.or $push67=, $pop65, $pop66 i32.ne $push68=, $pop67, $12 - br_if $pop68, BB0_27 + br_if $pop68, .LBB0_27 # BB#16: # %if.end139 - block BB0_26 + block .LBB0_26 i32.shl $push69=, $14, $13 i32.shr_s $push70=, $14, $17 i32.or $push71=, $pop69, $pop70 i32.ne $push72=, $pop71, $12 - br_if $pop72, BB0_26 + br_if $pop72, .LBB0_26 # BB#17: # %if.end146 - block BB0_25 + block .LBB0_25 i32.shl $push73=, $16, $1 i32.shr_s $push74=, $16, $5 i32.or $push75=, $pop73, $pop74 i32.ne $push76=, $pop75, $0 - br_if $pop76, BB0_25 + br_if $pop76, .LBB0_25 # BB#18: # %if.end154 - block BB0_24 + block .LBB0_24 i32.shl $push77=, $16, $13 i32.shr_s $push78=, $16, $17 i32.or $push79=, $pop77, $pop78 i32.ne $push80=, $pop79, $0 - br_if $pop80, BB0_24 + br_if $pop80, .LBB0_24 # BB#19: # %if.end161 - block BB0_23 + block .LBB0_23 i64.shl $push81=, $6, $7 i64.shr_s $push82=, $6, $8 i64.or $push83=, $pop81, $pop82 i64.ne $push84=, $pop83, $23 - br_if $pop84, BB0_23 + br_if $pop84, .LBB0_23 # BB#20: # %if.end178 - block BB0_22 + block .LBB0_22 i64.shr_s $push86=, $6, $10 i64.shl $push85=, $6, $9 i64.or $push87=, $pop86, $pop85 i64.ne $push88=, $pop87, $19 - br_if $pop88, BB0_22 + br_if $pop88, .LBB0_22 # BB#21: # %if.end195 call exit, $11 unreachable -BB0_22: # %if.then187 +.LBB0_22: # %if.then187 call abort unreachable -BB0_23: # %if.then170 +.LBB0_23: # %if.then170 call abort unreachable -BB0_24: # %if.then160 +.LBB0_24: # %if.then160 call abort unreachable -BB0_25: # %if.then153 +.LBB0_25: # %if.then153 call abort unreachable -BB0_26: # %if.then145 +.LBB0_26: # %if.then145 call abort unreachable -BB0_27: # %if.then138 +.LBB0_27: # %if.then138 call abort unreachable -BB0_28: # %if.then130 +.LBB0_28: # %if.then130 call abort unreachable -BB0_29: # %if.then121 +.LBB0_29: # %if.then121 call abort unreachable -BB0_30: # %if.then102 +.LBB0_30: # %if.then102 call abort unreachable -BB0_31: # %if.then92 +.LBB0_31: # %if.then92 call abort unreachable -BB0_32: # %if.then85 +.LBB0_32: # %if.then85 call abort unreachable -BB0_33: # %if.then75 +.LBB0_33: # %if.then75 call abort unreachable -BB0_34: # %if.then68 +.LBB0_34: # %if.then68 call abort unreachable -BB0_35: # %if.then59 +.LBB0_35: # %if.then59 call abort unreachable -BB0_36: # %if.then52 +.LBB0_36: # %if.then52 call abort unreachable -BB0_37: # %if.then44 +.LBB0_37: # %if.then44 call abort unreachable -BB0_38: # %if.then37 +.LBB0_38: # %if.then37 call abort unreachable -BB0_39: # %if.then29 +.LBB0_39: # %if.then29 call abort unreachable -BB0_40: # %if.then20 +.LBB0_40: # %if.then20 call abort unreachable -BB0_41: # %if.then10 +.LBB0_41: # %if.then10 call abort unreachable -BB0_42: # %if.then +.LBB0_42: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/20020510-1.c.s b/test/torture-s/20020510-1.c.s index b4074178c..e3c428aa3 100644 --- a/test/torture-s/20020510-1.c.s +++ b/test/torture-s/20020510-1.c.s @@ -7,28 +7,28 @@ testc: # @testc .local i32 # BB#0: # %entry i32.const $2=, 24 - block BB0_5 - block BB0_4 - block BB0_3 + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 i32.shl $push0=, $0, $2 i32.shr_s $push1=, $pop0, $2 i32.const $push2=, 1 i32.lt_s $push3=, $pop1, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#1: # %if.then - br_if $1, BB0_4 + br_if $1, .LBB0_4 # BB#2: # %if.then5 call abort unreachable -BB0_3: # %if.else - br_if $1, BB0_5 -BB0_4: # %if.end9 +.LBB0_3: # %if.else + br_if $1, .LBB0_5 +.LBB0_4: # %if.end9 return -BB0_5: # %if.then7 +.LBB0_5: # %if.then7 call abort unreachable -func_end0: - .size testc, func_end0-testc +.Lfunc_end0: + .size testc, .Lfunc_end0-testc .globl tests .type tests,@function @@ -37,80 +37,80 @@ tests: # @tests .local i32 # BB#0: # %entry i32.const $2=, 16 - block BB1_5 - block BB1_4 - block BB1_3 + block .LBB1_5 + block .LBB1_4 + block .LBB1_3 i32.shl $push0=, $0, $2 i32.shr_s $push1=, $pop0, $2 i32.const $push2=, 1 i32.lt_s $push3=, $pop1, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#1: # %if.then - br_if $1, BB1_4 + br_if $1, .LBB1_4 # BB#2: # %if.then5 call abort unreachable -BB1_3: # %if.else - br_if $1, BB1_5 -BB1_4: # %if.end9 +.LBB1_3: # %if.else + br_if $1, .LBB1_5 +.LBB1_4: # %if.end9 return -BB1_5: # %if.then7 +.LBB1_5: # %if.then7 call abort unreachable -func_end1: - .size tests, func_end1-tests +.Lfunc_end1: + .size tests, .Lfunc_end1-tests .globl testi .type testi,@function testi: # @testi .param i32, i32 # BB#0: # %entry - block BB2_5 - block BB2_4 - block BB2_3 + block .LBB2_5 + block .LBB2_4 + block .LBB2_3 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#1: # %if.then - br_if $1, BB2_4 + br_if $1, .LBB2_4 # BB#2: # %if.then2 call abort unreachable -BB2_3: # %if.else - br_if $1, BB2_5 -BB2_4: # %if.end6 +.LBB2_3: # %if.else + br_if $1, .LBB2_5 +.LBB2_4: # %if.end6 return -BB2_5: # %if.then4 +.LBB2_5: # %if.then4 call abort unreachable -func_end2: - .size testi, func_end2-testi +.Lfunc_end2: + .size testi, .Lfunc_end2-testi .globl testl .type testl,@function testl: # @testl .param i32, i32 # BB#0: # %entry - block BB3_5 - block BB3_4 - block BB3_3 + block .LBB3_5 + block .LBB3_4 + block .LBB3_3 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB3_3 + br_if $pop1, .LBB3_3 # BB#1: # %if.then - br_if $1, BB3_4 + br_if $1, .LBB3_4 # BB#2: # %if.then2 call abort unreachable -BB3_3: # %if.else - br_if $1, BB3_5 -BB3_4: # %if.end6 +.LBB3_3: # %if.else + br_if $1, .LBB3_5 +.LBB3_4: # %if.end6 return -BB3_5: # %if.then4 +.LBB3_5: # %if.then4 call abort unreachable -func_end3: - .size testl, func_end3-testl +.Lfunc_end3: + .size testl, .Lfunc_end3-testl .globl main .type main,@function @@ -119,8 +119,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020611-1.c.s b/test/torture-s/20020611-1.c.s index f3374ad78..1db8d5371 100644 --- a/test/torture-s/20020611-1.c.s +++ b/test/torture-s/20020611-1.c.s @@ -12,8 +12,8 @@ x: # @x i32.store $push3=, p($0), $pop2 i32.store $discard=, k($0), $pop3 return -func_end0: - .size x, func_end0-x +.Lfunc_end0: + .size x, .Lfunc_end0-x .globl main .type main,@function @@ -22,7 +22,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, n($0) i32.const $push1=, 31 i32.lt_u $push2=, $pop0, $pop1 @@ -30,15 +30,15 @@ main: # @main i32.store $push4=, k($0), $pop3 i32.const $push5=, 0 i32.eq $push6=, $pop4, $pop5 - br_if $pop6, BB1_2 + br_if $pop6, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type n,@object # @n .data diff --git a/test/torture-s/20020614-1.c.s b/test/torture-s/20020614-1.c.s index 7e16ff85a..ca12fae9b 100644 --- a/test/torture-s/20020614-1.c.s +++ b/test/torture-s/20020614-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020615-1.c.s b/test/torture-s/20020615-1.c.s index fc6fd3ea0..d008911bd 100644 --- a/test/torture-s/20020615-1.c.s +++ b/test/torture-s/20020615-1.c.s @@ -31,15 +31,15 @@ line_hints: # @line_hints i32.add $push9=, $2, $6 i32.xor $7=, $pop9, $6 i32.const $6=, 4 - block BB0_6 - block BB0_3 + block .LBB0_6 + block .LBB0_3 i32.const $push25=, 0 i32.eq $push26=, $1, $pop25 - br_if $pop26, BB0_3 + br_if $pop26, .LBB0_3 # BB#1: # %entry i32.shr_s $push1=, $8, $6 i32.gt_s $push10=, $7, $pop1 - br_if $pop10, BB0_3 + br_if $pop10, .LBB0_3 # BB#2: # %if.then21 i32.gt_s $push12=, $1, $0 i32.const $push14=, 2 @@ -49,15 +49,15 @@ line_hints: # @line_hints i32.const $push15=, 3 i32.xor $push16=, $0, $pop15 i32.select $0=, $pop11, $pop16, $0 - br BB0_6 -BB0_3: # %if.else + br .LBB0_6 +.LBB0_3: # %if.else i32.const $push27=, 0 i32.eq $push28=, $2, $pop27 - br_if $pop28, BB0_6 + br_if $pop28, .LBB0_6 # BB#4: # %if.else i32.shr_s $push17=, $7, $6 i32.gt_s $push18=, $8, $pop17 - br_if $pop18, BB0_6 + br_if $pop18, .LBB0_6 # BB#5: # %if.then31 i32.const $push19=, 29 i32.shr_u $push20=, $2, $pop19 @@ -68,10 +68,10 @@ BB0_3: # %if.else i32.xor $push23=, $0, $pop22 i32.select $push24=, $pop0, $pop23, $0 return $pop24 -BB0_6: # %if.end40 +.LBB0_6: # %if.end40 return $0 -func_end0: - .size line_hints, func_end0-line_hints +.Lfunc_end0: + .size line_hints, .Lfunc_end0-line_hints .globl main .type main,@function @@ -100,10 +100,10 @@ main: # @main i32.sub $push11=, $6, $10 i32.select $12=, $1, $pop11, $10 i32.select $3=, $2, $11, $12 - block BB1_14 + block .LBB1_14 i32.const $push53=, 0 i32.eq $push54=, $3, $pop53 - br_if $pop54, BB1_14 + br_if $pop54, .LBB1_14 # BB#1: # %entry i32.const $10=, 31 i32.shr_s $13=, $3, $10 @@ -116,7 +116,7 @@ main: # @main i32.xor $push13=, $pop12, $13 i32.shr_s $push3=, $pop13, $14 i32.gt_s $push15=, $pop2, $pop3 - br_if $pop15, BB1_14 + br_if $pop15, .LBB1_14 # BB#2: # %line_hints.exit i32.const $11=, 1 i32.gt_s $push17=, $3, $6 @@ -127,7 +127,7 @@ main: # @main i32.xor $push20=, $3, $pop19 i32.select $push21=, $pop16, $pop20, $3 i32.ne $push22=, $pop21, $11 - br_if $pop22, BB1_14 + br_if $pop22, .LBB1_14 # BB#3: # %lor.lhs.false i64.load $8=, main.gsf+24($6) i64.load $15=, main.gsf+16($6) @@ -153,24 +153,24 @@ main: # @main i32.xor $13=, $pop31, $13 i32.select $2=, $11, $2, $1 i32.shr_s $1=, $2, $10 - block BB1_5 + block .LBB1_5 i32.add $push32=, $2, $1 i32.xor $1=, $pop32, $1 i32.const $push55=, 0 i32.eq $push56=, $3, $pop55 - br_if $pop56, BB1_5 + br_if $pop56, .LBB1_5 # BB#4: # %lor.lhs.false i32.shr_s $push23=, $13, $14 i32.le_s $push33=, $1, $pop23 - br_if $pop33, BB1_14 -BB1_5: # %if.else.i82 + br_if $pop33, .LBB1_14 +.LBB1_5: # %if.else.i82 i32.const $push57=, 0 i32.eq $push58=, $2, $pop57 - br_if $pop58, BB1_14 + br_if $pop58, .LBB1_14 # BB#6: # %if.else.i82 i32.shr_s $push34=, $1, $14 i32.gt_s $push35=, $13, $pop34 - br_if $pop35, BB1_14 + br_if $pop35, .LBB1_14 # BB#7: # %line_hints.exit89 i32.const $1=, 29 i32.shr_u $push36=, $2, $1 @@ -182,7 +182,7 @@ BB1_5: # %if.else.i82 i32.select $push39=, $pop0, $pop38, $3 i32.const $push40=, 8 i32.ne $push41=, $pop39, $pop40 - br_if $pop41, BB1_14 + br_if $pop41, .LBB1_14 # BB#8: # %lor.lhs.false3 i32.load $16=, main.fh+28($6) i32.load $17=, main.fh+32($6) @@ -195,24 +195,24 @@ BB1_5: # %if.else.i82 i32.xor $0=, $pop43, $0 i32.select $11=, $13, $12, $11 i32.shr_s $10=, $11, $10 - block BB1_10 + block .LBB1_10 i32.add $push44=, $11, $10 i32.xor $10=, $pop44, $10 i32.const $push59=, 0 i32.eq $push60=, $3, $pop59 - br_if $pop60, BB1_10 + br_if $pop60, .LBB1_10 # BB#9: # %lor.lhs.false3 i32.shr_s $push42=, $0, $14 i32.le_s $push45=, $10, $pop42 - br_if $pop45, BB1_14 -BB1_10: # %if.else.i40 + br_if $pop45, .LBB1_14 +.LBB1_10: # %if.else.i40 i32.const $push61=, 0 i32.eq $push62=, $11, $pop61 - br_if $pop62, BB1_14 + br_if $pop62, .LBB1_14 # BB#11: # %if.else.i40 i32.shr_s $push46=, $10, $14 i32.gt_s $push47=, $0, $pop46 - br_if $pop47, BB1_14 + br_if $pop47, .LBB1_14 # BB#12: # %line_hints.exit47 i32.shr_u $push48=, $11, $1 i32.and $push49=, $pop48, $14 @@ -221,15 +221,15 @@ BB1_10: # %if.else.i40 i32.xor $push50=, $3, $2 i32.select $push51=, $pop1, $pop50, $3 i32.ne $push52=, $pop51, $14 - br_if $pop52, BB1_14 + br_if $pop52, .LBB1_14 # BB#13: # %if.end call exit, $6 unreachable -BB1_14: # %if.then +.LBB1_14: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.fh,@object # @main.fh .data diff --git a/test/torture-s/20020619-1.c.s b/test/torture-s/20020619-1.c.s index ac2bce736..b0260f172 100644 --- a/test/torture-s/20020619-1.c.s +++ b/test/torture-s/20020619-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020716-1.c.s b/test/torture-s/20020716-1.c.s index 6aaaab700..d7617faf4 100644 --- a/test/torture-s/20020716-1.c.s +++ b/test/torture-s/20020716-1.c.s @@ -7,8 +7,8 @@ sub1: # @sub1 .result i32 # BB#0: # %entry return $0 -func_end0: - .size sub1, func_end0-sub1 +.Lfunc_end0: + .size sub1, .Lfunc_end0-sub1 .globl testcond .type testcond,@function @@ -20,8 +20,8 @@ testcond: # @testcond i32.const $push0=, 5046272 i32.select $push2=, $0, $pop1, $pop0 return $pop2 -func_end1: - .size testcond, func_end1-testcond +.Lfunc_end1: + .size testcond, .Lfunc_end1-testcond .globl main .type main,@function @@ -31,8 +31,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020720-1.c.s b/test/torture-s/20020720-1.c.s index 8075c8402..ac1754b0f 100644 --- a/test/torture-s/20020720-1.c.s +++ b/test/torture-s/20020720-1.c.s @@ -6,8 +6,8 @@ foo: # @foo .param f64 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -16,8 +16,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020805-1.c.s b/test/torture-s/20020805-1.c.s index 118d664e1..7a9c6cd36 100644 --- a/test/torture-s/20020805-1.c.s +++ b/test/torture-s/20020805-1.c.s @@ -5,17 +5,17 @@ check: # @check .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl main .type main,@function @@ -25,7 +25,7 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, n($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 2 i32.sub $push1=, $pop0, $1 i32.sub $push2=, $0, $1 @@ -34,15 +34,15 @@ main: # @main i32.or $push5=, $pop3, $pop4 i32.const $push6=, -1 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %check.exit call exit, $0 unreachable -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type n,@object # @n .data diff --git a/test/torture-s/20020819-1.c.s b/test/torture-s/20020819-1.c.s index 67398357a..51afac1b5 100644 --- a/test/torture-s/20020819-1.c.s +++ b/test/torture-s/20020819-1.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020904-1.c.s b/test/torture-s/20020904-1.c.s index 51bf01aa2..2fce43754 100644 --- a/test/torture-s/20020904-1.c.s +++ b/test/torture-s/20020904-1.c.s @@ -9,8 +9,8 @@ fun: # @fun i32.const $push0=, 255 i32.div_u $push1=, $pop0, $0 return $pop1 -func_end0: - .size fun, func_end0-fun +.Lfunc_end0: + .size fun, .Lfunc_end0-fun .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020911-1.c.s b/test/torture-s/20020911-1.c.s index 658bef4be..fa5073ef4 100644 --- a/test/torture-s/20020911-1.c.s +++ b/test/torture-s/20020911-1.c.s @@ -8,10 +8,10 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load16_s $1=, c($0) - block BB0_3 + block .LBB0_3 i32.const $push2=, -1 i32.gt_s $push3=, $1, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#1: # %lor.lhs.false i32.const $push1=, 65535 i32.and $push0=, $1, $pop1 @@ -19,14 +19,14 @@ main: # @main i32.add $push5=, $pop0, $pop4 i32.const $push6=, 32768 i32.ge_s $push7=, $pop5, $pop6 - br_if $pop7, BB0_3 + br_if $pop7, .LBB0_3 # BB#2: # %if.end return $0 -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/20020916-1.c.s b/test/torture-s/20020916-1.c.s index 710d1057a..af3de32f4 100644 --- a/test/torture-s/20020916-1.c.s +++ b/test/torture-s/20020916-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.gt_s $push0=, $0, $1 i32.select $push3=, $pop1, $pop2, $pop0 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20020920-1.c.s b/test/torture-s/20020920-1.c.s index 0e157b89f..20b30335c 100644 --- a/test/torture-s/20020920-1.c.s +++ b/test/torture-s/20020920-1.c.s @@ -14,8 +14,8 @@ f: # @f i64.const $push4=, 1 i64.store32 $discard=, 0($pop3), $pop4 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20021010-1.c.s b/test/torture-s/20021010-1.c.s index 34e64d9f3..077bf1871 100644 --- a/test/torture-s/20021010-1.c.s +++ b/test/torture-s/20021010-1.c.s @@ -7,8 +7,8 @@ sub: # @sub # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size sub, func_end0-sub +.Lfunc_end0: + .size sub, .Lfunc_end0-sub .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20021010-2.c.s b/test/torture-s/20021010-2.c.s index 115dfaf23..3eea32e4c 100644 --- a/test/torture-s/20021010-2.c.s +++ b/test/torture-s/20021010-2.c.s @@ -11,7 +11,7 @@ main: # @main i32.load16_s $3=, global_bounds($0) i32.load16_s $2=, global_saveRect+2($0) i32.load16_s $4=, global_bounds+2($0) - block BB0_2 + block .LBB0_2 i32.gt_s $push2=, $2, $4 i32.select $push3=, $pop2, $4, $2 i32.lt_s $push0=, $1, $3 @@ -19,15 +19,15 @@ main: # @main i32.sub $push4=, $pop3, $pop1 i32.load $push5=, expectedwidth($0) i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.end26 call exit, $0 unreachable -BB0_2: # %if.then25 +.LBB0_2: # %if.then25 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type expectedwidth,@object # @expectedwidth .data diff --git a/test/torture-s/20021011-1.c.s b/test/torture-s/20021011-1.c.s index cea9e8302..892facebf 100644 --- a/test/torture-s/20021011-1.c.s +++ b/test/torture-s/20021011-1.c.s @@ -10,100 +10,100 @@ main: # @main i32.const $1=, buf i32.const $2=, 9 call memcpy, $1, $0, $2 - block BB0_19 + block .LBB0_19 i32.call $push0=, strcmp, $1, $0 - br_if $pop0, BB0_19 + br_if $pop0, .LBB0_19 # BB#1: # %for.body.preheader call memcpy, $1, $0, $2 - block BB0_18 + block .LBB0_18 i32.call $push1=, strcmp, $1, $0 - br_if $pop1, BB0_18 + br_if $pop1, .LBB0_18 # BB#2: # %for.cond i32.const $1=, buf+1 call memcpy, $1, $0, $2 i32.call $push2=, strcmp, $1, $0 - br_if $pop2, BB0_18 + br_if $pop2, .LBB0_18 # BB#3: # %for.cond.1 i32.const $1=, buf+2 call memcpy, $1, $0, $2 i32.call $push3=, strcmp, $1, $0 - br_if $pop3, BB0_18 + br_if $pop3, .LBB0_18 # BB#4: # %for.cond.2 i32.const $1=, buf+3 call memcpy, $1, $0, $2 i32.call $push4=, strcmp, $1, $0 - br_if $pop4, BB0_18 + br_if $pop4, .LBB0_18 # BB#5: # %for.cond.3 i32.const $1=, buf+4 call memcpy, $1, $0, $2 i32.call $push5=, strcmp, $1, $0 - br_if $pop5, BB0_18 + br_if $pop5, .LBB0_18 # BB#6: # %for.cond.4 i32.const $1=, buf+5 call memcpy, $1, $0, $2 i32.call $push6=, strcmp, $1, $0 - br_if $pop6, BB0_18 + br_if $pop6, .LBB0_18 # BB#7: # %for.cond.5 i32.const $1=, buf+6 call memcpy, $1, $0, $2 i32.call $push7=, strcmp, $1, $0 - br_if $pop7, BB0_18 + br_if $pop7, .LBB0_18 # BB#8: # %for.cond.6 i32.const $1=, buf+7 call memcpy, $1, $0, $2 i32.call $push8=, strcmp, $1, $0 - br_if $pop8, BB0_18 + br_if $pop8, .LBB0_18 # BB#9: # %for.cond.7 i32.const $1=, buf+8 call memcpy, $1, $0, $2 i32.call $push9=, strcmp, $1, $0 - br_if $pop9, BB0_18 + br_if $pop9, .LBB0_18 # BB#10: # %for.cond.8 i32.const $1=, buf+9 call memcpy, $1, $0, $2 i32.call $push10=, strcmp, $1, $0 - br_if $pop10, BB0_18 + br_if $pop10, .LBB0_18 # BB#11: # %for.cond.9 i32.const $1=, buf+10 call memcpy, $1, $0, $2 i32.call $push11=, strcmp, $1, $0 - br_if $pop11, BB0_18 + br_if $pop11, .LBB0_18 # BB#12: # %for.cond.10 i32.const $1=, buf+11 call memcpy, $1, $0, $2 i32.call $push12=, strcmp, $1, $0 - br_if $pop12, BB0_18 + br_if $pop12, .LBB0_18 # BB#13: # %for.cond.11 i32.const $1=, buf+12 call memcpy, $1, $0, $2 i32.call $push13=, strcmp, $1, $0 - br_if $pop13, BB0_18 + br_if $pop13, .LBB0_18 # BB#14: # %for.cond.12 i32.const $1=, buf+13 call memcpy, $1, $0, $2 i32.call $push14=, strcmp, $1, $0 - br_if $pop14, BB0_18 + br_if $pop14, .LBB0_18 # BB#15: # %for.cond.13 i32.const $1=, buf+14 call memcpy, $1, $0, $2 i32.call $push15=, strcmp, $1, $0 - br_if $pop15, BB0_18 + br_if $pop15, .LBB0_18 # BB#16: # %for.cond.14 i32.const $1=, buf+15 call memcpy, $1, $0, $2 i32.call $push16=, strcmp, $1, $0 - br_if $pop16, BB0_18 + br_if $pop16, .LBB0_18 # BB#17: # %for.cond.15 i32.const $push17=, 0 return $pop17 -BB0_18: # %if.then7 +.LBB0_18: # %if.then7 call abort unreachable -BB0_19: # %if.then +.LBB0_19: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type buf,@object # @buf .bss diff --git a/test/torture-s/20021015-1.c.s b/test/torture-s/20021015-1.c.s index 13d5dc13c..eaa884842 100644 --- a/test/torture-s/20021015-1.c.s +++ b/test/torture-s/20021015-1.c.s @@ -5,20 +5,20 @@ g: # @g .param i32, i32, i32, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.load $push0=, 0($4) i32.const $push1=, g_list i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end i32.const $4=, 0 i32.store8 $discard=, g_list($4), $4 return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -27,17 +27,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, g_list($0) i32.const $push1=, 0 i32.eq $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %g.exit i32.store8 $discard=, g_list($0), $0 -BB1_2: # %for.end +.LBB1_2: # %for.end return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type g_list,@object # @g_list .data diff --git a/test/torture-s/20021111-1.c.s b/test/torture-s/20021111-1.c.s index 8fa03e5c7..7b9b2036b 100644 --- a/test/torture-s/20021111-1.c.s +++ b/test/torture-s/20021111-1.c.s @@ -7,33 +7,33 @@ aim_callhandler: # @aim_callhandler .result i32 .local i32 # BB#0: # %entry - block BB0_5 + block .LBB0_5 i32.const $push5=, 0 i32.eq $push6=, $1, $pop5 - br_if $pop6, BB0_5 + br_if $pop6, .LBB0_5 # BB#1: # %entry i32.const $push0=, 65535 i32.eq $push1=, $3, $pop0 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %if.end3 i32.const $1=, 0 i32.load $3=, aim_callhandler.i($1) i32.const $4=, 1 - block BB0_4 + block .LBB0_4 i32.ge_s $push2=, $3, $4 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %if.end7 i32.add $push3=, $3, $4 i32.store $discard=, aim_callhandler.i($1), $pop3 - br BB0_5 -BB0_4: # %if.then6 + br .LBB0_5 +.LBB0_4: # %if.then6 call abort unreachable -BB0_5: # %return +.LBB0_5: # %return i32.const $push4=, 0 return $pop4 -func_end0: - .size aim_callhandler, func_end0-aim_callhandler +.Lfunc_end0: + .size aim_callhandler, .Lfunc_end0-aim_callhandler .globl main .type main,@function @@ -44,19 +44,19 @@ main: # @main i32.const $1=, 0 i32.load $0=, aim_callhandler.i($1) i32.const $2=, 1 - block BB1_2 + block .LBB1_2 i32.lt_s $push0=, $0, $2 - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %if.then6.i call abort unreachable -BB1_2: # %aim_callhandler.exit +.LBB1_2: # %aim_callhandler.exit i32.add $push1=, $0, $2 i32.store $discard=, aim_callhandler.i($1), $pop1 call exit, $1 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type aim_callhandler.i,@object # @aim_callhandler.i .lcomm aim_callhandler.i,4,2 diff --git a/test/torture-s/20021113-1.c.s b/test/torture-s/20021113-1.c.s index 80488c73e..81c523f9a 100644 --- a/test/torture-s/20021113-1.c.s +++ b/test/torture-s/20021113-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 10 i32.store $discard=, 0($0), $pop0 return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20021118-2.c.s b/test/torture-s/20021118-2.c.s index e303e62ea..56954ff25 100644 --- a/test/torture-s/20021118-2.c.s +++ b/test/torture-s/20021118-2.c.s @@ -19,8 +19,8 @@ t1: # @t1 f32.const $push6=, 0x1.cp1 call_indirect $3, $pop7, $pop6 return $0 -func_end0: - .size t1, func_end0-t1 +.Lfunc_end0: + .size t1, .Lfunc_end0-t1 .globl t2 .type t2,@function @@ -43,63 +43,63 @@ t2: # @t2 f32.const $push7=, 0x1.cp1 call_indirect $3, $pop8, $pop7 return $0 -func_end1: - .size t2, func_end1-t2 +.Lfunc_end1: + .size t2, .Lfunc_end1-t2 .globl f1 .type f1,@function f1: # @f1 .param f64 # BB#0: # %entry - block BB2_2 + block .LBB2_2 f64.const $push0=, 0x1.8p1 f64.ne $push1=, $0, $pop0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.end return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size f1, func_end2-f1 +.Lfunc_end2: + .size f1, .Lfunc_end2-f1 .globl f2 .type f2,@function f2: # @f2 .param f32, f32 # BB#0: # %entry - block BB3_3 + block .LBB3_3 f32.const $push0=, 0x1.4p1 f32.ne $push1=, $0, $pop0 - br_if $pop1, BB3_3 + br_if $pop1, .LBB3_3 # BB#1: # %entry f32.const $push2=, 0x1.cp1 f32.ne $push3=, $1, $pop2 - br_if $pop3, BB3_3 + br_if $pop3, .LBB3_3 # BB#2: # %if.end return -BB3_3: # %if.then +.LBB3_3: # %if.then call abort unreachable -func_end3: - .size f2, func_end3-f2 +.Lfunc_end3: + .size f2, .Lfunc_end3-f2 .globl f3 .type f3,@function f3: # @f3 .param f32 # BB#0: # %entry - block BB4_2 + block .LBB4_2 f32.const $push0=, 0x1.8p2 f32.ne $push1=, $0, $pop0 - br_if $pop1, BB4_2 + br_if $pop1, .LBB4_2 # BB#1: # %if.end return -BB4_2: # %if.then +.LBB4_2: # %if.then call abort unreachable -func_end4: - .size f3, func_end4-f3 +.Lfunc_end4: + .size f3, .Lfunc_end4-f3 .globl main .type main,@function @@ -109,8 +109,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20021118-3.c.s b/test/torture-s/20021118-3.c.s index bc24634be..85ae9eb3d 100644 --- a/test/torture-s/20021118-3.c.s +++ b/test/torture-s/20021118-3.c.s @@ -7,23 +7,23 @@ foo: # @foo .result i32 .local i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push1=, -2 i32.eq $push2=, $0, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#1: # %entry i32.const $1=, 0 i32.const $push3=, -100 i32.sub $push0=, $pop3, $0 i32.ge_s $push4=, $pop0, $1 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#2: # %if.end return $1 -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20021119-1.c.s b/test/torture-s/20021119-1.c.s index a191a809d..4498daf35 100644 --- a/test/torture-s/20021119-1.c.s +++ b/test/torture-s/20021119-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.const $push4=, 20 i32.div_s $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20021120-1.c.s b/test/torture-s/20021120-1.c.s index 4c3a4e21d..7387bc00f 100644 --- a/test/torture-s/20021120-1.c.s +++ b/test/torture-s/20021120-1.c.s @@ -39,13 +39,13 @@ foo: # @foo f64.load $159=, gd+232($1) f64.load $160=, gd+240($1) f64.load $161=, gd+248($1) - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 -BB0_1: # %for.body + br_if $pop1, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 f32.load $2=, gf($1) f32.load $3=, gf+4($1) f32.load $4=, gf+8($1) @@ -304,8 +304,8 @@ BB0_1: # %for.body i32.const $push66=, -1 i32.add $0=, $0, $pop66 f32.store $discard=, gf+124($1), $33 - br_if $0, BB0_1 -BB0_2: # %for.end + br_if $0, .LBB0_1 +.LBB0_2: # %for.end f64.store $discard=, gd($1), $130 f64.store $discard=, gd+8($1), $131 f64.store $discard=, gd+16($1), $132 @@ -339,8 +339,8 @@ BB0_2: # %for.end f64.store $discard=, gd+240($1), $160 f64.store $discard=, gd+248($1), $161 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -352,9 +352,9 @@ main: # @main i32.const $4=, 0 i32.const $6=, gd i32.const $5=, gf -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 f64.store $push0=, 0($6), $3 f64.const $push2=, 0x1p0 f64.add $3=, $pop0, $pop2 @@ -368,45 +368,45 @@ BB1_1: # %for.body i32.add $5=, $5, $2 i32.const $push3=, 32 i32.ne $push4=, $4, $pop3 - br_if $pop4, BB1_1 -BB1_2: # %for.end + br_if $pop4, .LBB1_1 +.LBB1_2: # %for.end call foo, $0 i32.const $4=, 0 i32.const $5=, gd copy_local $6=, $4 -BB1_3: # %for.body6 +.LBB1_3: # %for.body6 # =>This Inner Loop Header: Depth=1 - block BB1_7 - loop BB1_6 + block .LBB1_7 + loop .LBB1_6 f64.load $push5=, 0($5) f64.convert_s/i32 $push6=, $4 f64.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_7 + br_if $pop7, .LBB1_7 # BB#4: # %lor.lhs.false - # in Loop: Header=BB1_3 Depth=1 + # in Loop: Header=.LBB1_3 Depth=1 i32.const $push8=, gf i32.add $push9=, $pop8, $4 f32.load $push10=, 0($pop9) f32.convert_s/i32 $push11=, $6 f32.ne $push12=, $pop10, $pop11 - br_if $pop12, BB1_7 + br_if $pop12, .LBB1_7 # BB#5: # %for.cond3 - # in Loop: Header=BB1_3 Depth=1 + # in Loop: Header=.LBB1_3 Depth=1 i32.add $6=, $6, $0 i32.add $5=, $5, $1 i32.add $4=, $4, $2 i32.const $push13=, 31 i32.le_s $push14=, $6, $pop13 - br_if $pop14, BB1_3 -BB1_6: # %for.end17 + br_if $pop14, .LBB1_3 +.LBB1_6: # %for.end17 i32.const $push15=, 0 call exit, $pop15 unreachable -BB1_7: # %if.then +.LBB1_7: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type gd,@object # @gd .bss diff --git a/test/torture-s/20021120-2.c.s b/test/torture-s/20021120-2.c.s index b20324bee..368e91652 100644 --- a/test/torture-s/20021120-2.c.s +++ b/test/torture-s/20021120-2.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.div_s $push2=, $pop1, $0 i32.store $discard=, g2($1), $pop2 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.store $discard=, g2($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type g1,@object # @g1 .bss diff --git a/test/torture-s/20021120-3.c.s b/test/torture-s/20021120-3.c.s index 12638f9cc..f0bdfc2a3 100644 --- a/test/torture-s/20021120-3.c.s +++ b/test/torture-s/20021120-3.c.s @@ -38,8 +38,8 @@ foo: # @foo i32.const $10=, __stack_pointer i32.store $8=, 0($10), $8 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -74,8 +74,8 @@ main: # @main i32.const $push2=, 0 call exit, $pop2 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20021127-1.c.s b/test/torture-s/20021127-1.c.s index 2299a93e1..4d00bf47c 100644 --- a/test/torture-s/20021127-1.c.s +++ b/test/torture-s/20021127-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl llabs .type llabs,@function @@ -18,8 +18,8 @@ llabs: # @llabs # BB#0: # %entry call abort unreachable -func_end1: - .size llabs, func_end1-llabs +.Lfunc_end1: + .size llabs, .Lfunc_end1-llabs .type a,@object # @a .data diff --git a/test/torture-s/20021204-1.c.s b/test/torture-s/20021204-1.c.s index 2507085b6..9b8581bea 100644 --- a/test/torture-s/20021204-1.c.s +++ b/test/torture-s/20021204-1.c.s @@ -5,17 +5,17 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,19 +25,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $2=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, z($2) i32.const $push1=, 1 i32.ge_s $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %foo.exit call exit, $2 unreachable -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type z,@object # @z .bss diff --git a/test/torture-s/20021219-1.c.s b/test/torture-s/20021219-1.c.s index c0b35f760..ffb321efc 100644 --- a/test/torture-s/20021219-1.c.s +++ b/test/torture-s/20021219-1.c.s @@ -6,8 +6,8 @@ foo: # @foo .param i32, i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -85,33 +85,33 @@ main: # @main i32.add $12=, $13, $12 i32.or $6=, $12, $5 copy_local $5=, $0 -BB1_1: # %while.cond +.LBB1_1: # %while.cond # =>This Inner Loop Header: Depth=1 - loop BB1_5 - block BB1_4 + loop .LBB1_5 + block .LBB1_4 i32.const $push45=, 255 i32.and $5=, $5, $pop45 i32.eq $push46=, $5, $0 - br_if $pop46, BB1_4 + br_if $pop46, .LBB1_4 # BB#2: # %while.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push47=, 13 i32.eq $push48=, $5, $pop47 - br_if $pop48, BB1_4 + br_if $pop48, .LBB1_4 # BB#3: # %while.end i32.const $9=, 16 i32.add $13=, $13, $9 i32.const $9=, __stack_pointer i32.store $13=, 0($9), $13 return $1 -BB1_4: # %while.body - # in Loop: Header=BB1_1 Depth=1 +.LBB1_4: # %while.body + # in Loop: Header=.LBB1_1 Depth=1 i32.load8_u $5=, 0($6) i32.add $6=, $6, $2 - br BB1_1 -BB1_5: -func_end1: - .size main, func_end1-main + br .LBB1_1 +.LBB1_5: +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.str,@object # @main.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20030105-1.c.s b/test/torture-s/20030105-1.c.s index 58941eb0e..d737c92de 100644 --- a/test/torture-s/20030105-1.c.s +++ b/test/torture-s/20030105-1.c.s @@ -7,28 +7,28 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 28 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.call $push0=, foo i32.const $push1=, 28 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end i32.const $push3=, 0 call exit, $pop3 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030109-1.c.s b/test/torture-s/20030109-1.c.s index d91c461ea..7aae53feb 100644 --- a/test/torture-s/20030109-1.c.s +++ b/test/torture-s/20030109-1.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, x+4($0) i32.const $push1=, 40 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/20030117-1.c.s b/test/torture-s/20030117-1.c.s index 9288c3c87..48db43702 100644 --- a/test/torture-s/20030117-1.c.s +++ b/test/torture-s/20030117-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -22,8 +22,8 @@ foo: # @foo i32.const $push2=, 3 i32.div_s $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl bar .type bar,@function @@ -39,8 +39,8 @@ bar: # @bar i32.const $push5=, 3 i32.div_u $push6=, $pop4, $pop5 return $pop6 -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030120-1.c.s b/test/torture-s/20030120-1.c.s index cc1eea366..a2938b4e7 100644 --- a/test/torture-s/20030120-1.c.s +++ b/test/torture-s/20030120-1.c.s @@ -9,8 +9,8 @@ test1: # @test1 i32.const $push0=, 2 i32.select $push1=, $0, $0, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -21,8 +21,8 @@ test2: # @test2 i32.const $push0=, 2 i32.select $push1=, $0, $0, $pop0 return $pop1 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -37,8 +37,8 @@ test3: # @test3 i32.ne $push2=, $0, $pop1 i32.select $push3=, $pop0, $1, $pop2 return $pop3 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030120-2.c.s b/test/torture-s/20030120-2.c.s index 68e48597b..3044e8e14 100644 --- a/test/torture-s/20030120-2.c.s +++ b/test/torture-s/20030120-2.c.s @@ -16,8 +16,8 @@ foo: # @foo i32.select $push3=, $pop2, $1, $pop1 i32.select $push5=, $pop4, $2, $pop3 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030125-1.c.s b/test/torture-s/20030125-1.c.s index 7420cda74..8d4a4e495 100644 --- a/test/torture-s/20030125-1.c.s +++ b/test/torture-s/20030125-1.c.s @@ -10,8 +10,8 @@ t: # @t f64.call $push1=, sin, $pop0 f32.demote/f64 $push2=, $pop1 return $pop2 -func_end0: - .size t, func_end0-t +.Lfunc_end0: + .size t, .Lfunc_end0-t .globl sin .type sin,@function @@ -20,8 +20,8 @@ sin: # @sin .result f64 # BB#0: # %entry return $0 -func_end1: - .size sin, func_end1-sin +.Lfunc_end1: + .size sin, .Lfunc_end1-sin .globl q .type q,@function @@ -31,8 +31,8 @@ q: # @q .local f32 # BB#0: # %entry return $1 -func_end2: - .size q, func_end2-q +.Lfunc_end2: + .size q, .Lfunc_end2-q .globl floor .type floor,@function @@ -42,8 +42,8 @@ floor: # @floor # BB#0: # %entry call abort unreachable -func_end3: - .size floor, func_end3-floor +.Lfunc_end3: + .size floor, .Lfunc_end3-floor .globl q1 .type q1,@function @@ -53,8 +53,8 @@ q1: # @q1 .local f64 # BB#0: # %entry return $1 -func_end4: - .size q1, func_end4-q1 +.Lfunc_end4: + .size q1, .Lfunc_end4-q1 .globl main .type main,@function @@ -63,8 +63,8 @@ main: # @main # BB#0: # %if.end call abort unreachable -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .globl floorf .type floorf,@function @@ -73,8 +73,8 @@ floorf: # @floorf .result f32 # BB#0: # %entry return $0 -func_end6: - .size floorf, func_end6-floorf +.Lfunc_end6: + .size floorf, .Lfunc_end6-floorf .globl sinf .type sinf,@function @@ -84,8 +84,8 @@ sinf: # @sinf # BB#0: # %entry call abort unreachable -func_end7: - .size sinf, func_end7-sinf +.Lfunc_end7: + .size sinf, .Lfunc_end7-sinf .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030128-1.c.s b/test/torture-s/20030128-1.c.s index dcc11a011..f289642ff 100644 --- a/test/torture-s/20030128-1.c.s +++ b/test/torture-s/20030128-1.c.s @@ -8,7 +8,7 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load16_s $1=, y($0) - block BB0_2 + block .LBB0_2 i32.load8_u $push0=, x($0) i32.div_s $push1=, $pop0, $1 i32.store8 $push2=, x($0), $pop1 @@ -16,15 +16,15 @@ main: # @main i32.and $push4=, $pop2, $pop3 i32.const $push5=, 246 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/20030203-1.c.s b/test/torture-s/20030203-1.c.s index 71e6f21b7..e2c4ee1ba 100644 --- a/test/torture-s/20030203-1.c.s +++ b/test/torture-s/20030203-1.c.s @@ -11,8 +11,8 @@ do_layer3: # @do_layer3 i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size do_layer3, func_end0-do_layer3 +.Lfunc_end0: + .size do_layer3, .Lfunc_end0-do_layer3 .globl f .type f,@function @@ -20,8 +20,8 @@ f: # @f .param i32 # BB#0: # %entry return -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030209-1.c.s b/test/torture-s/20030209-1.c.s index e1c3e163e..aad8af2f9 100644 --- a/test/torture-s/20030209-1.c.s +++ b/test/torture-s/20030209-1.c.s @@ -11,8 +11,8 @@ main: # @main i64.store $discard=, x+79200($0), $pop0 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/20030216-1.c.s b/test/torture-s/20030216-1.c.s index f62d2db3e..4d2f300de 100644 --- a/test/torture-s/20030216-1.c.s +++ b/test/torture-s/20030216-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type one,@object # @one .section .rodata,"a",@progbits diff --git a/test/torture-s/20030218-1.c.s b/test/torture-s/20030218-1.c.s index b955633b2..e7b96f928 100644 --- a/test/torture-s/20030218-1.c.s +++ b/test/torture-s/20030218-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.add $push1=, $0, $pop0 i32.store $discard=, q($pop2), $pop1 return $1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -38,8 +38,8 @@ main: # @main i32.store $discard=, q($0), $pop2 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type q,@object # @q .bss diff --git a/test/torture-s/20030221-1.c.s b/test/torture-s/20030221-1.c.s index d9a0bdf25..02a26243d 100644 --- a/test/torture-s/20030221-1.c.s +++ b/test/torture-s/20030221-1.c.s @@ -23,25 +23,25 @@ main: # @main i64.store $discard=, 0($6), $pop3 i32.const $5=, 0 i32.add $5=, $6, $5 - block BB0_2 + block .LBB0_2 i32.call $push4=, strlen, $5 i32.store8 $push5=, 0($6), $pop4 i32.const $push6=, 255 i32.and $push7=, $pop5, $pop6 i32.const $push8=, 10 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB0_2 + br_if $pop9, .LBB0_2 # BB#1: # %if.end i32.const $3=, 16 i32.add $6=, $6, $3 i32.const $3=, __stack_pointer i32.store $6=, 0($3), $6 return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type main.buf,@object # @main.buf .section .rodata.cst16,"aM",@progbits,16 diff --git a/test/torture-s/20030222-1.c.s b/test/torture-s/20030222-1.c.s index 77441f8b7..cd9856ccc 100644 --- a/test/torture-s/20030222-1.c.s +++ b/test/torture-s/20030222-1.c.s @@ -9,8 +9,8 @@ ll_to_int: # @ll_to_int #NO_APP i64.store32 $discard=, 0($1), $0 return -func_end0: - .size ll_to_int, func_end0-ll_to_int +.Lfunc_end0: + .size ll_to_int, .Lfunc_end0-ll_to_int .globl main .type main,@function @@ -30,18 +30,18 @@ main: # @main #APP #NO_APP i64.store32 $discard=, 12($5), $0 - block BB1_2 + block .LBB1_2 i32.load $push0=, 12($5) i32.ne $push1=, $pop0, $2 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end call exit, $1 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type val,@object # @val .data diff --git a/test/torture-s/20030224-2.c.s b/test/torture-s/20030224-2.c.s index 1cd3416a2..9beecb56e 100644 --- a/test/torture-s/20030224-2.c.s +++ b/test/torture-s/20030224-2.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type node,@object # @node .bss diff --git a/test/torture-s/20030307-1.c.s b/test/torture-s/20030307-1.c.s index 08fd9b10f..cf275ff3a 100644 --- a/test/torture-s/20030307-1.c.s +++ b/test/torture-s/20030307-1.c.s @@ -7,8 +7,8 @@ vfswrap_lock: # @vfswrap_lock .result i32 # BB#0: # %entry return $5 -func_end0: - .size vfswrap_lock, func_end0-vfswrap_lock +.Lfunc_end0: + .size vfswrap_lock, .Lfunc_end0-vfswrap_lock .globl fcntl_lock .type fcntl_lock,@function @@ -17,8 +17,8 @@ fcntl_lock: # @fcntl_lock .result i32 # BB#0: # %entry return $4 -func_end1: - .size fcntl_lock, func_end1-fcntl_lock +.Lfunc_end1: + .size fcntl_lock, .Lfunc_end1-fcntl_lock .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030316-1.c.s b/test/torture-s/20030316-1.c.s index 83b51ebbd..5ee79d217 100644 --- a/test/torture-s/20030316-1.c.s +++ b/test/torture-s/20030316-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030330-1.c.s b/test/torture-s/20030330-1.c.s index 3b569c4ba..ca2cc3b31 100644 --- a/test/torture-s/20030330-1.c.s +++ b/test/torture-s/20030330-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030401-1.c.s b/test/torture-s/20030401-1.c.s index 7833795f5..ba2dd653a 100644 --- a/test/torture-s/20030401-1.c.s +++ b/test/torture-s/20030401-1.c.s @@ -7,8 +7,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -16,8 +16,8 @@ foo: # @foo .param i32 # BB#0: # %entry return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030403-1.c.s b/test/torture-s/20030403-1.c.s index ba1c0bdd4..969608dde 100644 --- a/test/torture-s/20030403-1.c.s +++ b/test/torture-s/20030403-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030404-1.c.s b/test/torture-s/20030404-1.c.s index 7e546da48..2abfce637 100644 --- a/test/torture-s/20030404-1.c.s +++ b/test/torture-s/20030404-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end4 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030408-1.c.s b/test/torture-s/20030408-1.c.s index 757167f83..e23abbaa3 100644 --- a/test/torture-s/20030408-1.c.s +++ b/test/torture-s/20030408-1.c.s @@ -7,8 +7,8 @@ test1: # @test1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -17,8 +17,8 @@ test2: # @test2 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -27,8 +27,8 @@ test3: # @test3 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -37,8 +37,8 @@ test4: # @test4 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl main .type main,@function @@ -47,8 +47,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030606-1.c.s b/test/torture-s/20030606-1.c.s index 7a03531cc..e0bd5bb1c 100644 --- a/test/torture-s/20030606-1.c.s +++ b/test/torture-s/20030606-1.c.s @@ -11,19 +11,19 @@ foo: # @foo i32.store $discard=, 0($0), $pop0 i32.const $2=, 4 i32.add $3=, $0, $2 - block BB0_2 + block .LBB0_2 i32.const $push3=, 0 i32.eq $push4=, $1, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.then i32.add $push2=, $0, $2 i32.store $discard=, 0($pop2), $1 i32.const $push1=, 8 i32.add $3=, $0, $pop1 -BB0_2: # %if.end +.LBB0_2: # %if.end return $3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030613-1.c.s b/test/torture-s/20030613-1.c.s index 6e9ffb885..3ce389b2e 100644 --- a/test/torture-s/20030613-1.c.s +++ b/test/torture-s/20030613-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030626-1.c.s b/test/torture-s/20030626-1.c.s index d3329194d..7621e7f00 100644 --- a/test/torture-s/20030626-1.c.s +++ b/test/torture-s/20030626-1.c.s @@ -10,8 +10,8 @@ main: # @main i32.const $push0=, 7303014 i32.store $discard=, buf($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type buf,@object # @buf .bss diff --git a/test/torture-s/20030626-2.c.s b/test/torture-s/20030626-2.c.s index db79b3240..cf03e3972 100644 --- a/test/torture-s/20030626-2.c.s +++ b/test/torture-s/20030626-2.c.s @@ -11,8 +11,8 @@ main: # @main call memcpy, $pop1, $pop0, $pop2 i32.const $push3=, 0 return $pop3 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type buf,@object # @buf .bss diff --git a/test/torture-s/20030714-1.c.s b/test/torture-s/20030714-1.c.s index f2e4362bd..2be3bcd3c 100644 --- a/test/torture-s/20030714-1.c.s +++ b/test/torture-s/20030714-1.c.s @@ -7,72 +7,72 @@ RenderBox_setStyle: # @RenderBox_setStyle .local i32, i32 # BB#0: # %entry i32.load16_u $3=, 26($0) - block BB0_9 - block BB0_8 + block .LBB0_9 + block .LBB0_8 i32.const $push1=, 2 i32.add $push2=, $1, $pop1 i32.load8_u $push3=, 0($pop2) i32.const $push4=, 4 i32.and $push5=, $pop3, $pop4 - br_if $pop5, BB0_8 + br_if $pop5, .LBB0_8 # BB#1: # %sw.default i32.const $2=, 16 - block BB0_3 + block .LBB0_3 i32.and $push10=, $3, $2 i32.const $push31=, 0 i32.eq $push32=, $pop10, $pop31 - br_if $pop32, BB0_3 + br_if $pop32, .LBB0_3 # BB#2: # %if.then i32.const $push11=, 26 i32.add $push12=, $0, $pop11 i32.or $push0=, $3, $2 i32.store16 $3=, 0($pop12), $pop0 -BB0_3: # %if.end +.LBB0_3: # %if.end i32.const $push16=, 26 i32.add $2=, $0, $pop16 i32.const $push14=, 65519 i32.and $push15=, $3, $pop14 i32.store16 $discard=, 0($2), $pop15 i32.load $3=, 0($1) - block BB0_6 + block .LBB0_6 i32.load $push18=, 28($0) i32.call_indirect $push19=, $pop18, $0 - br_if $pop19, BB0_6 + br_if $pop19, .LBB0_6 # BB#4: # %if.end i32.const $push17=, 1572864 i32.and $push13=, $3, $pop17 i32.const $push33=, 0 i32.eq $push34=, $pop13, $pop33 - br_if $pop34, BB0_6 + br_if $pop34, .LBB0_6 # BB#5: # %if.then39 i32.load16_u $push20=, 0($2) i32.const $push21=, 8 i32.or $push22=, $pop20, $pop21 i32.store16 $discard=, 0($2), $pop22 - br BB0_9 -BB0_6: # %if.else + br .LBB0_9 +.LBB0_6: # %if.else i32.load $push23=, 0($1) i32.const $push24=, 393216 i32.and $push25=, $pop23, $pop24 i32.const $push26=, 131072 i32.ne $push27=, $pop25, $pop26 - br_if $pop27, BB0_9 + br_if $pop27, .LBB0_9 # BB#7: # %if.then55 i32.load16_u $push28=, 0($2) i32.const $push29=, 64 i32.or $push30=, $pop28, $pop29 i32.store16 $discard=, 0($2), $pop30 - br BB0_9 -BB0_8: # %sw.bb + br .LBB0_9 +.LBB0_8: # %sw.bb i32.const $push8=, 26 i32.add $push9=, $0, $pop8 i32.const $push6=, 16 i32.or $push7=, $3, $pop6 i32.store16 $discard=, 0($pop9), $pop7 -BB0_9: # %sw.epilog +.LBB0_9: # %sw.epilog return -func_end0: - .size RenderBox_setStyle, func_end0-RenderBox_setStyle +.Lfunc_end0: + .size RenderBox_setStyle, .Lfunc_end0-RenderBox_setStyle .globl RenderObject_setStyle .type RenderObject_setStyle,@function @@ -80,8 +80,8 @@ RenderObject_setStyle: # @RenderObject_setStyle .param i32, i32 # BB#0: # %entry return -func_end1: - .size RenderObject_setStyle, func_end1-RenderObject_setStyle +.Lfunc_end1: + .size RenderObject_setStyle, .Lfunc_end1-RenderObject_setStyle .globl removeFromSpecialObjects .type removeFromSpecialObjects,@function @@ -89,8 +89,8 @@ removeFromSpecialObjects: # @removeFromSpecialObjects .param i32 # BB#0: # %entry return -func_end2: - .size removeFromSpecialObjects, func_end2-removeFromSpecialObjects +.Lfunc_end2: + .size removeFromSpecialObjects, .Lfunc_end2-removeFromSpecialObjects .globl RenderBox_isTableCell .type RenderBox_isTableCell,@function @@ -100,8 +100,8 @@ RenderBox_isTableCell: # @RenderBox_isTableCell # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end3: - .size RenderBox_isTableCell, func_end3-RenderBox_isTableCell +.Lfunc_end3: + .size RenderBox_isTableCell, .Lfunc_end3-RenderBox_isTableCell .globl main .type main,@function @@ -126,8 +126,8 @@ main: # @main i32.store16 $discard=, g_this+26($0), $pop8 call exit, $0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type false,@object # @false .section .rodata,"a",@progbits diff --git a/test/torture-s/20030715-1.c.s b/test/torture-s/20030715-1.c.s index 834913a6e..e9256f02a 100644 --- a/test/torture-s/20030715-1.c.s +++ b/test/torture-s/20030715-1.c.s @@ -8,8 +8,8 @@ ap_check_cmd_context: # @ap_check_cmd_context # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size ap_check_cmd_context, func_end0-ap_check_cmd_context +.Lfunc_end0: + .size ap_check_cmd_context, .Lfunc_end0-ap_check_cmd_context .globl server_type .type server_type,@function @@ -22,24 +22,24 @@ server_type: # @server_type i32.call $4=, strcmp, $2, $pop0 i32.const $3=, 0 copy_local $5=, $3 - block BB1_3 - block BB1_2 + block .LBB1_3 + block .LBB1_2 i32.const $push2=, 0 i32.eq $push3=, $4, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.else i32.const $push1=, .str.1 i32.call $4=, strcmp, $2, $pop1 i32.const $2=, .str.2 i32.const $5=, 1 - br_if $4, BB1_3 -BB1_2: # %if.end9 + br_if $4, .LBB1_3 +.LBB1_2: # %if.end9 i32.store $discard=, ap_standalone($3), $5 copy_local $2=, $3 -BB1_3: # %cleanup +.LBB1_3: # %cleanup return $2 -func_end1: - .size server_type, func_end1-server_type +.Lfunc_end1: + .size server_type, .Lfunc_end1-server_type .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, ap_standalone($0), $pop0 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20030717-1.c.s b/test/torture-s/20030717-1.c.s index 3adee4933..1eb09a8a9 100644 --- a/test/torture-s/20030717-1.c.s +++ b/test/torture-s/20030717-1.c.s @@ -21,19 +21,19 @@ bar: # @bar i32.xor $5=, $pop3, $8 copy_local $1=, $2 copy_local $10=, $2 -BB0_1: # %do.body +.LBB0_1: # %do.body # =>This Inner Loop Header: Depth=1 - loop BB0_4 - block BB0_3 + loop .LBB0_4 + block .LBB0_3 i32.const $push4=, 0 i32.gt_s $push5=, $1, $pop4 - br_if $pop5, BB0_3 + br_if $pop5, .LBB0_3 # BB#2: # %if.then - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $push6=, $0, $6 i32.load $1=, 0($pop6) -BB0_3: # %if.end - # in Loop: Header=BB0_1 Depth=1 +.LBB0_3: # %if.end + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push7=, -1 i32.add $1=, $1, $pop7 i32.mul $push8=, $1, $6 @@ -46,8 +46,8 @@ BB0_3: # %if.end i32.lt_u $push13=, $pop12, $5 i32.select $10=, $pop13, $1, $10 i32.ne $push14=, $1, $2 - br_if $pop14, BB0_1 -BB0_4: # %do.end + br_if $pop14, .LBB0_1 +.LBB0_4: # %do.end i32.mul $push18=, $10, $6 i32.add $push19=, $0, $pop18 i32.const $push15=, 9 @@ -55,8 +55,8 @@ BB0_4: # %do.end i32.add $push17=, $pop16, $4 i32.store $discard=, 12($pop19), $pop17 return $10 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -65,8 +65,8 @@ main: # @main # BB#0: # %bar.exit i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030718-1.c.s b/test/torture-s/20030718-1.c.s index d06a6722b..7b659a19b 100644 --- a/test/torture-s/20030718-1.c.s +++ b/test/torture-s/20030718-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030821-1.c.s b/test/torture-s/20030821-1.c.s index 8128484b4..146984f24 100644 --- a/test/torture-s/20030821-1.c.s +++ b/test/torture-s/20030821-1.c.s @@ -6,20 +6,20 @@ foo: # @foo .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -2130706433 i32.and $push1=, $0, $pop0 i32.const $push2=, -2147418114 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030828-2.c.s b/test/torture-s/20030828-2.c.s index 69b9e9028..6b5eda3b5 100644 --- a/test/torture-s/20030828-2.c.s +++ b/test/torture-s/20030828-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030903-1.c.s b/test/torture-s/20030903-1.c.s index 1b261f43e..d6734d5dc 100644 --- a/test/torture-s/20030903-1.c.s +++ b/test/torture-s/20030903-1.c.s @@ -7,43 +7,43 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, test($1) i32.const $push1=, -1 i32.add $0=, $pop0, $pop1 i32.const $push2=, 3 i32.le_u $push3=, $0, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %sw.epilog return $1 -BB0_2: # %entry - block BB0_6 - block BB0_5 - block BB0_4 - block BB0_3 - tableswitch $0, BB0_3, BB0_3, BB0_4, BB0_5, BB0_6 -BB0_3: # %sw.bb +.LBB0_2: # %entry + block .LBB0_6 + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 + tableswitch $0, .LBB0_3, .LBB0_3, .LBB0_4, .LBB0_5, .LBB0_6 +.LBB0_3: # %sw.bb call y unreachable -BB0_4: # %sw.bb1 +.LBB0_4: # %sw.bb1 call y unreachable -BB0_5: # %sw.bb2 +.LBB0_5: # %sw.bb2 call y unreachable -BB0_6: # %sw.bb3 +.LBB0_6: # %sw.bb3 call y unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type y,@function y: # @y # BB#0: # %entry call abort unreachable -func_end1: - .size y, func_end1-y +.Lfunc_end1: + .size y, .Lfunc_end1-y .type test,@object # @test .lcomm test,4,2 diff --git a/test/torture-s/20030909-1.c.s b/test/torture-s/20030909-1.c.s index 43533625c..c211f35a3 100644 --- a/test/torture-s/20030909-1.c.s +++ b/test/torture-s/20030909-1.c.s @@ -5,16 +5,16 @@ test: # @test .param i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.eq $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl foo .type foo,@function @@ -22,8 +22,8 @@ foo: # @foo .param i32, i32 # BB#0: # %entry return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030910-1.c.s b/test/torture-s/20030910-1.c.s index 6e7436baf..4b5e9318f 100644 --- a/test/torture-s/20030910-1.c.s +++ b/test/torture-s/20030910-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030913-1.c.s b/test/torture-s/20030913-1.c.s index b8ae20a03..0783f1a14 100644 --- a/test/torture-s/20030913-1.c.s +++ b/test/torture-s/20030913-1.c.s @@ -8,8 +8,8 @@ fn2: # @fn2 i32.const $push0=, glob i32.store $discard=, 0($0), $pop0 return -func_end0: - .size fn2, func_end0-fn2 +.Lfunc_end0: + .size fn2, .Lfunc_end0-fn2 .globl test .type test,@function @@ -19,8 +19,8 @@ test: # @test i32.const $push1=, 42 i32.store $discard=, glob($pop0), $pop1 return -func_end1: - .size test, func_end1-test +.Lfunc_end1: + .size test, .Lfunc_end1-test .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.store $discard=, glob($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type glob,@object # @glob .bss diff --git a/test/torture-s/20030920-1.c.s b/test/torture-s/20030920-1.c.s index ec9bce1ce..cadbdef51 100644 --- a/test/torture-s/20030920-1.c.s +++ b/test/torture-s/20030920-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end5 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20030928-1.c.s b/test/torture-s/20030928-1.c.s index 6f4732fd5..3f2383883 100644 --- a/test/torture-s/20030928-1.c.s +++ b/test/torture-s/20030928-1.c.s @@ -64,8 +64,8 @@ get_addrs: # @get_addrs i32.add $push47=, $pop45, $pop46 i32.store $discard=, 28($0), $pop47 return -func_end0: - .size get_addrs, func_end0-get_addrs +.Lfunc_end0: + .size get_addrs, .Lfunc_end0-get_addrs .globl main .type main,@function @@ -75,8 +75,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20031003-1.c.s b/test/torture-s/20031003-1.c.s index bf0c7a9c2..2088c7233 100644 --- a/test/torture-s/20031003-1.c.s +++ b/test/torture-s/20031003-1.c.s @@ -7,8 +7,8 @@ f1: # @f1 .local i32 # BB#0: # %entry return $0 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -17,8 +17,8 @@ f2: # @f2 .local i32 # BB#0: # %entry return $0 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20031010-1.c.s b/test/torture-s/20031010-1.c.s index 54518c9e8..e41f234be 100644 --- a/test/torture-s/20031010-1.c.s +++ b/test/torture-s/20031010-1.c.s @@ -6,27 +6,27 @@ foo: # @foo .param i32, i32, i32, i32, i32 .result i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push2=, 0 i32.eq $push3=, $2, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#1: # %if.then i32.sub $2=, $0, $1 - block BB0_3 + block .LBB0_3 i32.const $push4=, 0 i32.eq $push5=, $3, $pop4 - br_if $pop5, BB0_3 + br_if $pop5, .LBB0_3 # BB#2: # %if.then4 i32.select $push1=, $4, $1, $0 i32.select $push0=, $4, $0, $1 i32.sub $2=, $pop1, $pop0 -BB0_3: # %if.end8 +.LBB0_3: # %if.end8 return $2 -BB0_4: # %if.end9 +.LBB0_4: # %if.end9 call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -35,21 +35,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 1 - block BB1_2 + block .LBB1_2 i32.const $push1=, 2 i32.const $push0=, 3 i32.call $push2=, foo, $pop1, $pop0, $0, $0, $0 i32.const $push4=, 0 i32.eq $push5=, $pop2, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end i32.const $push3=, 0 return $pop3 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20031011-1.c.s b/test/torture-s/20031011-1.c.s index 40bfe9067..2cda55dc3 100644 --- a/test/torture-s/20031011-1.c.s +++ b/test/torture-s/20031011-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20031020-1.c.s b/test/torture-s/20031020-1.c.s index 91ea125b9..e357b8044 100644 --- a/test/torture-s/20031020-1.c.s +++ b/test/torture-s/20031020-1.c.s @@ -5,17 +5,17 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1024 i32.ge_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main call foo, $pop1 i32.const $push2=, 0 return $pop2 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20031201-1.c.s b/test/torture-s/20031201-1.c.s index a5705339e..2642bc200 100644 --- a/test/torture-s/20031201-1.c.s +++ b/test/torture-s/20031201-1.c.s @@ -19,8 +19,8 @@ f1: # @f1 i32.store $discard=, 4($1), $pop3 call test unreachable -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f0 .type f0,@function @@ -30,27 +30,27 @@ f0: # @f0 i32.const $1=, 0 i32.load $2=, f0.washere($1) i32.load $0=, i($1) - block BB1_4 + block .LBB1_4 i32.const $push0=, 1 i32.add $push1=, $2, $pop0 i32.store $discard=, f0.washere($1), $pop1 - br_if $2, BB1_4 + br_if $2, .LBB1_4 # BB#1: # %lor.lhs.false i32.const $1=, 32 i32.load16_u $push2=, 0($0) i32.ne $push3=, $pop2, $1 - br_if $pop3, BB1_4 + br_if $pop3, .LBB1_4 # BB#2: # %lor.lhs.false1 i32.load16_u $push4=, 4($0) i32.ne $push5=, $pop4, $1 - br_if $pop5, BB1_4 + br_if $pop5, .LBB1_4 # BB#3: # %if.end return -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size f0, func_end1-f0 +.Lfunc_end1: + .size f0, .Lfunc_end1-f0 .globl test .type test,@function @@ -60,22 +60,22 @@ test: # @test i32.const $1=, 0 i32.load $0=, i($1) i32.const $2=, 8 - block BB2_3 + block .LBB2_3 i32.load16_u $push0=, 0($0) i32.ne $push1=, $pop0, $2 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#1: # %lor.lhs.false i32.load16_u $push2=, 4($0) i32.ne $push3=, $pop2, $2 - br_if $pop3, BB2_3 + br_if $pop3, .LBB2_3 # BB#2: # %if.end call exit, $1 unreachable -BB2_3: # %if.then +.LBB2_3: # %if.then call abort unreachable -func_end2: - .size test, func_end2-test +.Lfunc_end2: + .size test, .Lfunc_end2-test .globl main .type main,@function @@ -93,8 +93,8 @@ main: # @main i32.add $2=, $3, $2 i32.call $discard=, f1, $2 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type i,@object # @i .lcomm i,4,2 diff --git a/test/torture-s/20031204-1.c.s b/test/torture-s/20031204-1.c.s index 3dfd10253..805a44183 100644 --- a/test/torture-s/20031204-1.c.s +++ b/test/torture-s/20031204-1.c.s @@ -8,8 +8,8 @@ in_aton: # @in_aton # BB#0: # %entry i32.const $push0=, 168496141 return $pop0 -func_end0: - .size in_aton, func_end0-in_aton +.Lfunc_end0: + .size in_aton, .Lfunc_end0-in_aton .globl root_nfs_parse_addr .type root_nfs_parse_addr,@function @@ -20,15 +20,15 @@ root_nfs_parse_addr: # @root_nfs_parse_addr # BB#0: # %entry i32.const $8=, 0 copy_local $6=, $0 -BB1_1: # %while.cond1.preheader +.LBB1_1: # %while.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB1_2 Depth 2 - loop BB1_6 + # Child Loop .LBB1_2 Depth 2 + loop .LBB1_6 copy_local $7=, $6 -BB1_2: # %while.cond1 - # Parent Loop BB1_1 Depth=1 +.LBB1_2: # %while.cond1 + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_3 + loop .LBB1_3 copy_local $2=, $7 i32.load8_u $1=, 0($2) i32.const $3=, 255 @@ -39,21 +39,21 @@ BB1_2: # %while.cond1 i32.and $push2=, $pop1, $3 i32.const $push3=, 10 i32.lt_u $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 -BB1_3: # %while.end - # in Loop: Header=BB1_1 Depth=1 + br_if $pop4, .LBB1_2 +.LBB1_3: # %while.end + # in Loop: Header=.LBB1_1 Depth=1 copy_local $9=, $6 i32.eq $push5=, $2, $6 - br_if $pop5, BB1_6 + br_if $pop5, .LBB1_6 # BB#4: # %lor.lhs.false - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $5=, 3 copy_local $9=, $2 i32.sub $push6=, $2, $6 i32.gt_s $push7=, $pop6, $5 - br_if $pop7, BB1_6 + br_if $pop7, .LBB1_6 # BB#5: # %if.end - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.eq $push11=, $8, $5 i32.and $push8=, $1, $3 i32.const $push9=, 46 @@ -64,35 +64,35 @@ BB1_3: # %while.end copy_local $9=, $2 i32.const $push13=, 4 i32.lt_s $push14=, $8, $pop13 - br_if $pop14, BB1_1 -BB1_6: # %while.end25 + br_if $pop14, .LBB1_1 +.LBB1_6: # %while.end25 i32.const $2=, -1 - block BB1_11 + block .LBB1_11 i32.const $push15=, 4 i32.ne $push16=, $8, $pop15 - br_if $pop16, BB1_11 + br_if $pop16, .LBB1_11 # BB#7: # %land.lhs.true i32.load8_u $7=, 0($9) - block BB1_10 + block .LBB1_10 i32.const $push20=, 0 i32.eq $push21=, $7, $pop20 - br_if $pop21, BB1_10 + br_if $pop21, .LBB1_10 # BB#8: # %land.lhs.true i32.const $push17=, 58 i32.ne $push18=, $7, $pop17 - br_if $pop18, BB1_11 + br_if $pop18, .LBB1_11 # BB#9: # %if.then39 i32.add $2=, $9, $4 i32.const $push19=, 0 i32.store8 $discard=, 0($9), $pop19 copy_local $9=, $2 -BB1_10: # %if.end41 +.LBB1_10: # %if.end41 i32.call $discard=, strcpy, $0, $9 i32.const $2=, 168496141 -BB1_11: # %if.end43 +.LBB1_11: # %if.end43 return $2 -func_end1: - .size root_nfs_parse_addr, func_end1-root_nfs_parse_addr +.Lfunc_end1: + .size root_nfs_parse_addr, .Lfunc_end1-root_nfs_parse_addr .globl main .type main,@function @@ -102,15 +102,15 @@ main: # @main # BB#0: # %entry i32.const $7=, 0 i32.const $5=, main.addr -BB2_1: # %while.cond1.preheader.i +.LBB2_1: # %while.cond1.preheader.i # =>This Loop Header: Depth=1 - # Child Loop BB2_2 Depth 2 - loop BB2_6 + # Child Loop .LBB2_2 Depth 2 + loop .LBB2_6 copy_local $6=, $5 -BB2_2: # %while.cond1.i - # Parent Loop BB2_1 Depth=1 +.LBB2_2: # %while.cond1.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_3 + loop .LBB2_3 copy_local $1=, $6 i32.load8_u $0=, 0($1) i32.const $2=, 255 @@ -121,21 +121,21 @@ BB2_2: # %while.cond1.i i32.and $push2=, $pop1, $2 i32.const $push3=, 10 i32.lt_u $push4=, $pop2, $pop3 - br_if $pop4, BB2_2 -BB2_3: # %while.end.i - # in Loop: Header=BB2_1 Depth=1 + br_if $pop4, .LBB2_2 +.LBB2_3: # %while.end.i + # in Loop: Header=.LBB2_1 Depth=1 copy_local $8=, $5 i32.eq $push5=, $1, $5 - br_if $pop5, BB2_6 + br_if $pop5, .LBB2_6 # BB#4: # %lor.lhs.false.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $4=, 3 copy_local $8=, $1 i32.sub $push6=, $1, $5 i32.gt_s $push7=, $pop6, $4 - br_if $pop7, BB2_6 + br_if $pop7, .LBB2_6 # BB#5: # %if.end.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.eq $push11=, $7, $4 i32.and $push8=, $0, $2 i32.const $push9=, 46 @@ -146,37 +146,37 @@ BB2_3: # %while.end.i copy_local $8=, $1 i32.const $push13=, 4 i32.lt_s $push14=, $7, $pop13 - br_if $pop14, BB2_1 -BB2_6: # %while.end25.i - block BB2_11 + br_if $pop14, .LBB2_1 +.LBB2_6: # %while.end25.i + block .LBB2_11 i32.const $push15=, 4 i32.ne $push16=, $7, $pop15 - br_if $pop16, BB2_11 + br_if $pop16, .LBB2_11 # BB#7: # %land.lhs.true.i i32.load8_u $1=, 0($8) - block BB2_10 + block .LBB2_10 i32.const $push22=, 0 i32.eq $push23=, $1, $pop22 - br_if $pop23, BB2_10 + br_if $pop23, .LBB2_10 # BB#8: # %land.lhs.true.i i32.const $push17=, 58 i32.ne $push18=, $1, $pop17 - br_if $pop18, BB2_11 + br_if $pop18, .LBB2_11 # BB#9: # %if.then39.i i32.add $1=, $8, $3 i32.const $push19=, 0 i32.store8 $discard=, 0($8), $pop19 copy_local $8=, $1 -BB2_10: # %if.end +.LBB2_10: # %if.end i32.const $push20=, main.addr i32.call $discard=, strcpy, $pop20, $8 i32.const $push21=, 0 return $pop21 -BB2_11: # %if.then +.LBB2_11: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type main.addr,@object # @main.addr .data diff --git a/test/torture-s/20031211-1.c.s b/test/torture-s/20031211-1.c.s index b8c2b4ab4..6265b8b22 100644 --- a/test/torture-s/20031211-1.c.s +++ b/test/torture-s/20031211-1.c.s @@ -11,8 +11,8 @@ main: # @main i32.store $discard=, x($0), $pop0 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/20031211-2.c.s b/test/torture-s/20031211-2.c.s index 93553800c..ab29695ce 100644 --- a/test/torture-s/20031211-2.c.s +++ b/test/torture-s/20031211-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -17,17 +17,17 @@ foo: # @foo .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 3 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .ident "clang version 3.8.0 " diff --git a/test/torture-s/20031214-1.c.s b/test/torture-s/20031214-1.c.s index 1cd6c6d26..3231b4815 100644 --- a/test/torture-s/20031214-1.c.s +++ b/test/torture-s/20031214-1.c.s @@ -6,8 +6,8 @@ b: # @b .param i32 # BB#0: # %entry return -func_end0: - .size b, func_end0-b +.Lfunc_end0: + .size b, .Lfunc_end0-b .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main i32.add $push4=, $pop2, $pop3 i32.store $discard=, k($0), $pop4 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type g,@object # @g .data diff --git a/test/torture-s/20031215-1.c.s b/test/torture-s/20031215-1.c.s index a1792ad96..83332ff91 100644 --- a/test/torture-s/20031215-1.c.s +++ b/test/torture-s/20031215-1.c.s @@ -5,24 +5,24 @@ test1: # @test1 # BB#0: # %entry return -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function test2: # @test2 # BB#0: # %entry return -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function test3: # @test3 # BB#0: # %entry return -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl main .type main,@function @@ -31,8 +31,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type ao,@object # @ao .section .rodata,"a",@progbits diff --git a/test/torture-s/20031216-1.c.s b/test/torture-s/20031216-1.c.s index aa70ad255..413797fa2 100644 --- a/test/torture-s/20031216-1.c.s +++ b/test/torture-s/20031216-1.c.s @@ -5,17 +5,17 @@ DisplayNumber: # @DisplayNumber .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 154 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size DisplayNumber, func_end0-DisplayNumber +.Lfunc_end0: + .size DisplayNumber, .Lfunc_end0-DisplayNumber .globl ReadNumber .type ReadNumber,@function @@ -24,8 +24,8 @@ ReadNumber: # @ReadNumber # BB#0: # %entry i32.const $push0=, 10092544 return $pop0 -func_end1: - .size ReadNumber, func_end1-ReadNumber +.Lfunc_end1: + .size ReadNumber, .Lfunc_end1-ReadNumber .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040208-1.c.s b/test/torture-s/20040208-1.c.s index 053f30e2f..a6c7bf7a9 100644 --- a/test/torture-s/20040208-1.c.s +++ b/test/torture-s/20040208-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040218-1.c.s b/test/torture-s/20040218-1.c.s index 964ee7d4e..f6ac3ab16 100644 --- a/test/torture-s/20040218-1.c.s +++ b/test/torture-s/20040218-1.c.s @@ -10,8 +10,8 @@ xb: # @xb i32.load $push1=, 4($0) i32.add $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size xb, func_end0-xb +.Lfunc_end0: + .size xb, .Lfunc_end0-xb .globl xw .type xw,@function @@ -23,8 +23,8 @@ xw: # @xw i32.load $push1=, 4($0) i32.add $push2=, $pop0, $pop1 return $pop2 -func_end1: - .size xw, func_end1-xw +.Lfunc_end1: + .size xw, .Lfunc_end1-xw .globl yb .type yb,@function @@ -40,8 +40,8 @@ yb: # @yb i32.shl $push3=, $pop2, $1 i32.shr_s $push4=, $pop3, $1 return $pop4 -func_end2: - .size yb, func_end2-yb +.Lfunc_end2: + .size yb, .Lfunc_end2-yb .globl main .type main,@function @@ -63,16 +63,16 @@ main: # @main i32.add $4=, $7, $4 i32.call $0=, xb, $4 i32.const $1=, 16255 - block BB3_4 + block .LBB3_4 i32.ne $push2=, $0, $1 - br_if $pop2, BB3_4 + br_if $pop2, .LBB3_4 # BB#1: # %lor.lhs.false i32.const $5=, 8 i32.add $5=, $7, $5 i32.call $push3=, xw, $5 i32.const $push4=, 81535 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB3_4 + br_if $pop5, .LBB3_4 # BB#2: # %lor.lhs.false4 i32.const $6=, 4 i32.add $6=, $7, $6 @@ -80,16 +80,16 @@ main: # @main i32.const $push7=, 65535 i32.and $push8=, $pop6, $pop7 i32.ne $push9=, $pop8, $1 - br_if $pop9, BB3_4 + br_if $pop9, .LBB3_4 # BB#3: # %if.end i32.const $push10=, 0 call exit, $pop10 unreachable -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040223-1.c.s b/test/torture-s/20040223-1.c.s index bbbec8209..af6a70666 100644 --- a/test/torture-s/20040223-1.c.s +++ b/test/torture-s/20040223-1.c.s @@ -5,17 +5,17 @@ a: # @a .param i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1234 i32.ne $push1=, $1, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size a, func_end0-a +.Lfunc_end0: + .size a, .Lfunc_end0-a .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040307-1.c.s b/test/torture-s/20040307-1.c.s index cb5a0e8c3..460acefa5 100644 --- a/test/torture-s/20040307-1.c.s +++ b/test/torture-s/20040307-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end6 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040309-1.c.s b/test/torture-s/20040309-1.c.s index d6acb6371..de607c9f9 100644 --- a/test/torture-s/20040309-1.c.s +++ b/test/torture-s/20040309-1.c.s @@ -9,21 +9,21 @@ foo: # @foo # BB#0: # %entry i32.const $1=, 16 i32.const $2=, 0 - block BB0_2 + block .LBB0_2 i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 i32.const $push2=, -1 i32.gt_s $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %cond.true i32.const $push4=, 32768 i32.add $push5=, $0, $pop4 i32.const $push6=, 65535 i32.and $2=, $pop5, $pop6 -BB0_2: # %cond.end +.LBB0_2: # %cond.end return $2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main # BB#0: # %if.end16 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040311-1.c.s b/test/torture-s/20040311-1.c.s index 753148d90..784a490b5 100644 --- a/test/torture-s/20040311-1.c.s +++ b/test/torture-s/20040311-1.c.s @@ -9,8 +9,8 @@ test1: # @test1 i32.const $push0=, 31 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -21,8 +21,8 @@ test2: # @test2 i32.const $push0=, 31 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -33,8 +33,8 @@ test3: # @test3 i32.const $push0=, 31 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -45,8 +45,8 @@ test4: # @test4 i32.const $push0=, 31 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main # BB#0: # %if.end44 i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040313-1.c.s b/test/torture-s/20040313-1.c.s index 484914dd2..26ca43a90 100644 --- a/test/torture-s/20040313-1.c.s +++ b/test/torture-s/20040313-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040319-1.c.s b/test/torture-s/20040319-1.c.s index b4e2e298b..daf7e455a 100644 --- a/test/torture-s/20040319-1.c.s +++ b/test/torture-s/20040319-1.c.s @@ -13,8 +13,8 @@ blah: # @blah i32.sub $push3=, $pop2, $0 i32.select $push5=, $pop1, $pop4, $pop3 return $pop5 -func_end0: - .size blah, func_end0-blah +.Lfunc_end0: + .size blah, .Lfunc_end0-blah .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040331-1.c.s b/test/torture-s/20040331-1.c.s index e1137dd9b..9b7470844 100644 --- a/test/torture-s/20040331-1.c.s +++ b/test/torture-s/20040331-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040409-1.c.s b/test/torture-s/20040409-1.c.s index fdc48fd8d..65008b94f 100644 --- a/test/torture-s/20040409-1.c.s +++ b/test/torture-s/20040409-1.c.s @@ -9,8 +9,8 @@ test1: # @test1 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test1u .type test1u,@function @@ -21,8 +21,8 @@ test1u: # @test1u i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end1: - .size test1u, func_end1-test1u +.Lfunc_end1: + .size test1u, .Lfunc_end1-test1u .globl test2 .type test2,@function @@ -33,8 +33,8 @@ test2: # @test2 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test2u .type test2u,@function @@ -45,8 +45,8 @@ test2u: # @test2u i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end3: - .size test2u, func_end3-test2u +.Lfunc_end3: + .size test2u, .Lfunc_end3-test2u .globl test3 .type test3,@function @@ -57,8 +57,8 @@ test3: # @test3 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end4: - .size test3, func_end4-test3 +.Lfunc_end4: + .size test3, .Lfunc_end4-test3 .globl test3u .type test3u,@function @@ -69,8 +69,8 @@ test3u: # @test3u i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end5: - .size test3u, func_end5-test3u +.Lfunc_end5: + .size test3u, .Lfunc_end5-test3u .globl test4 .type test4,@function @@ -81,8 +81,8 @@ test4: # @test4 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end6: - .size test4, func_end6-test4 +.Lfunc_end6: + .size test4, .Lfunc_end6-test4 .globl test4u .type test4u,@function @@ -93,8 +93,8 @@ test4u: # @test4u i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end7: - .size test4u, func_end7-test4u +.Lfunc_end7: + .size test4u, .Lfunc_end7-test4u .globl test5 .type test5,@function @@ -105,8 +105,8 @@ test5: # @test5 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end8: - .size test5, func_end8-test5 +.Lfunc_end8: + .size test5, .Lfunc_end8-test5 .globl test5u .type test5u,@function @@ -117,8 +117,8 @@ test5u: # @test5u i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end9: - .size test5u, func_end9-test5u +.Lfunc_end9: + .size test5u, .Lfunc_end9-test5u .globl test6 .type test6,@function @@ -129,8 +129,8 @@ test6: # @test6 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end10: - .size test6, func_end10-test6 +.Lfunc_end10: + .size test6, .Lfunc_end10-test6 .globl test6u .type test6u,@function @@ -141,44 +141,44 @@ test6u: # @test6u i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 return $pop1 -func_end11: - .size test6u, func_end11-test6u +.Lfunc_end11: + .size test6u, .Lfunc_end11-test6u .globl test .type test,@function test: # @test .param i32, i32 # BB#0: # %entry - block BB12_2 + block .LBB12_2 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB12_2 + br_if $pop2, .LBB12_2 # BB#1: # %if.end20 return -BB12_2: # %if.then +.LBB12_2: # %if.then call abort unreachable -func_end12: - .size test, func_end12-test +.Lfunc_end12: + .size test, .Lfunc_end12-test .globl testu .type testu,@function testu: # @testu .param i32, i32 # BB#0: # %entry - block BB13_2 + block .LBB13_2 i32.const $push0=, -2147483648 i32.xor $push1=, $0, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB13_2 + br_if $pop2, .LBB13_2 # BB#1: # %if.end20 return -BB13_2: # %if.then +.LBB13_2: # %if.then call abort unreachable -func_end13: - .size testu, func_end13-testu +.Lfunc_end13: + .size testu, .Lfunc_end13-testu .globl main .type main,@function @@ -187,8 +187,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end14: - .size main, func_end14-main +.Lfunc_end14: + .size main, .Lfunc_end14-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040409-2.c.s b/test/torture-s/20040409-2.c.s index 44214f137..b7da01894 100644 --- a/test/torture-s/20040409-2.c.s +++ b/test/torture-s/20040409-2.c.s @@ -9,8 +9,8 @@ test1: # @test1 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test1u .type test1u,@function @@ -21,8 +21,8 @@ test1u: # @test1u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end1: - .size test1u, func_end1-test1u +.Lfunc_end1: + .size test1u, .Lfunc_end1-test1u .globl test2 .type test2,@function @@ -33,8 +33,8 @@ test2: # @test2 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test2u .type test2u,@function @@ -45,8 +45,8 @@ test2u: # @test2u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end3: - .size test2u, func_end3-test2u +.Lfunc_end3: + .size test2u, .Lfunc_end3-test2u .globl test3 .type test3,@function @@ -57,8 +57,8 @@ test3: # @test3 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end4: - .size test3, func_end4-test3 +.Lfunc_end4: + .size test3, .Lfunc_end4-test3 .globl test3u .type test3u,@function @@ -69,8 +69,8 @@ test3u: # @test3u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end5: - .size test3u, func_end5-test3u +.Lfunc_end5: + .size test3u, .Lfunc_end5-test3u .globl test4 .type test4,@function @@ -81,8 +81,8 @@ test4: # @test4 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end6: - .size test4, func_end6-test4 +.Lfunc_end6: + .size test4, .Lfunc_end6-test4 .globl test4u .type test4u,@function @@ -93,8 +93,8 @@ test4u: # @test4u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end7: - .size test4u, func_end7-test4u +.Lfunc_end7: + .size test4u, .Lfunc_end7-test4u .globl test5 .type test5,@function @@ -105,8 +105,8 @@ test5: # @test5 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end8: - .size test5, func_end8-test5 +.Lfunc_end8: + .size test5, .Lfunc_end8-test5 .globl test5u .type test5u,@function @@ -117,8 +117,8 @@ test5u: # @test5u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end9: - .size test5u, func_end9-test5u +.Lfunc_end9: + .size test5u, .Lfunc_end9-test5u .globl test6 .type test6,@function @@ -129,8 +129,8 @@ test6: # @test6 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end10: - .size test6, func_end10-test6 +.Lfunc_end10: + .size test6, .Lfunc_end10-test6 .globl test6u .type test6u,@function @@ -141,8 +141,8 @@ test6u: # @test6u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end11: - .size test6u, func_end11-test6u +.Lfunc_end11: + .size test6u, .Lfunc_end11-test6u .globl test7 .type test7,@function @@ -153,8 +153,8 @@ test7: # @test7 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end12: - .size test7, func_end12-test7 +.Lfunc_end12: + .size test7, .Lfunc_end12-test7 .globl test7u .type test7u,@function @@ -165,8 +165,8 @@ test7u: # @test7u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end13: - .size test7u, func_end13-test7u +.Lfunc_end13: + .size test7u, .Lfunc_end13-test7u .globl test8 .type test8,@function @@ -177,8 +177,8 @@ test8: # @test8 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end14: - .size test8, func_end14-test8 +.Lfunc_end14: + .size test8, .Lfunc_end14-test8 .globl test8u .type test8u,@function @@ -189,8 +189,8 @@ test8u: # @test8u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end15: - .size test8u, func_end15-test8u +.Lfunc_end15: + .size test8u, .Lfunc_end15-test8u .globl test9 .type test9,@function @@ -201,8 +201,8 @@ test9: # @test9 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end16: - .size test9, func_end16-test9 +.Lfunc_end16: + .size test9, .Lfunc_end16-test9 .globl test9u .type test9u,@function @@ -213,8 +213,8 @@ test9u: # @test9u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end17: - .size test9u, func_end17-test9u +.Lfunc_end17: + .size test9u, .Lfunc_end17-test9u .globl test10 .type test10,@function @@ -225,8 +225,8 @@ test10: # @test10 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end18: - .size test10, func_end18-test10 +.Lfunc_end18: + .size test10, .Lfunc_end18-test10 .globl test10u .type test10u,@function @@ -237,8 +237,8 @@ test10u: # @test10u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end19: - .size test10u, func_end19-test10u +.Lfunc_end19: + .size test10u, .Lfunc_end19-test10u .globl test11 .type test11,@function @@ -249,8 +249,8 @@ test11: # @test11 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end20: - .size test11, func_end20-test11 +.Lfunc_end20: + .size test11, .Lfunc_end20-test11 .globl test11u .type test11u,@function @@ -261,8 +261,8 @@ test11u: # @test11u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end21: - .size test11u, func_end21-test11u +.Lfunc_end21: + .size test11u, .Lfunc_end21-test11u .globl test12 .type test12,@function @@ -273,8 +273,8 @@ test12: # @test12 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end22: - .size test12, func_end22-test12 +.Lfunc_end22: + .size test12, .Lfunc_end22-test12 .globl test12u .type test12u,@function @@ -285,44 +285,44 @@ test12u: # @test12u i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 return $pop1 -func_end23: - .size test12u, func_end23-test12u +.Lfunc_end23: + .size test12u, .Lfunc_end23-test12u .globl test .type test,@function test: # @test .param i32, i32 # BB#0: # %entry - block BB24_2 + block .LBB24_2 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB24_2 + br_if $pop2, .LBB24_2 # BB#1: # %if.end44 return -BB24_2: # %if.then +.LBB24_2: # %if.then call abort unreachable -func_end24: - .size test, func_end24-test +.Lfunc_end24: + .size test, .Lfunc_end24-test .globl testu .type testu,@function testu: # @testu .param i32, i32 # BB#0: # %entry - block BB25_2 + block .LBB25_2 i32.const $push0=, -2147478988 i32.xor $push1=, $0, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB25_2 + br_if $pop2, .LBB25_2 # BB#1: # %if.end44 return -BB25_2: # %if.then +.LBB25_2: # %if.then call abort unreachable -func_end25: - .size testu, func_end25-testu +.Lfunc_end25: + .size testu, .Lfunc_end25-testu .globl main .type main,@function @@ -331,8 +331,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end26: - .size main, func_end26-main +.Lfunc_end26: + .size main, .Lfunc_end26-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040409-3.c.s b/test/torture-s/20040409-3.c.s index b8d025ddb..eeff8480d 100644 --- a/test/torture-s/20040409-3.c.s +++ b/test/torture-s/20040409-3.c.s @@ -9,8 +9,8 @@ test1: # @test1 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test1u .type test1u,@function @@ -21,8 +21,8 @@ test1u: # @test1u i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end1: - .size test1u, func_end1-test1u +.Lfunc_end1: + .size test1u, .Lfunc_end1-test1u .globl test2 .type test2,@function @@ -33,8 +33,8 @@ test2: # @test2 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test2u .type test2u,@function @@ -45,8 +45,8 @@ test2u: # @test2u i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end3: - .size test2u, func_end3-test2u +.Lfunc_end3: + .size test2u, .Lfunc_end3-test2u .globl test3 .type test3,@function @@ -57,8 +57,8 @@ test3: # @test3 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end4: - .size test3, func_end4-test3 +.Lfunc_end4: + .size test3, .Lfunc_end4-test3 .globl test3u .type test3u,@function @@ -69,8 +69,8 @@ test3u: # @test3u i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end5: - .size test3u, func_end5-test3u +.Lfunc_end5: + .size test3u, .Lfunc_end5-test3u .globl test4 .type test4,@function @@ -81,8 +81,8 @@ test4: # @test4 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end6: - .size test4, func_end6-test4 +.Lfunc_end6: + .size test4, .Lfunc_end6-test4 .globl test4u .type test4u,@function @@ -93,8 +93,8 @@ test4u: # @test4u i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end7: - .size test4u, func_end7-test4u +.Lfunc_end7: + .size test4u, .Lfunc_end7-test4u .globl test5 .type test5,@function @@ -105,8 +105,8 @@ test5: # @test5 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end8: - .size test5, func_end8-test5 +.Lfunc_end8: + .size test5, .Lfunc_end8-test5 .globl test5u .type test5u,@function @@ -117,8 +117,8 @@ test5u: # @test5u i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end9: - .size test5u, func_end9-test5u +.Lfunc_end9: + .size test5u, .Lfunc_end9-test5u .globl test6 .type test6,@function @@ -129,8 +129,8 @@ test6: # @test6 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end10: - .size test6, func_end10-test6 +.Lfunc_end10: + .size test6, .Lfunc_end10-test6 .globl test6u .type test6u,@function @@ -141,44 +141,44 @@ test6u: # @test6u i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 return $pop1 -func_end11: - .size test6u, func_end11-test6u +.Lfunc_end11: + .size test6u, .Lfunc_end11-test6u .globl test .type test,@function test: # @test .param i32, i32 # BB#0: # %entry - block BB12_2 + block .LBB12_2 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB12_2 + br_if $pop2, .LBB12_2 # BB#1: # %if.end20 return -BB12_2: # %if.then +.LBB12_2: # %if.then call abort unreachable -func_end12: - .size test, func_end12-test +.Lfunc_end12: + .size test, .Lfunc_end12-test .globl testu .type testu,@function testu: # @testu .param i32, i32 # BB#0: # %entry - block BB13_2 + block .LBB13_2 i32.const $push0=, 2147483647 i32.xor $push1=, $0, $pop0 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB13_2 + br_if $pop2, .LBB13_2 # BB#1: # %if.end20 return -BB13_2: # %if.then +.LBB13_2: # %if.then call abort unreachable -func_end13: - .size testu, func_end13-testu +.Lfunc_end13: + .size testu, .Lfunc_end13-testu .globl main .type main,@function @@ -187,8 +187,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end14: - .size main, func_end14-main +.Lfunc_end14: + .size main, .Lfunc_end14-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040411-1.c.s b/test/torture-s/20040411-1.c.s index 234632b62..119ff5178 100644 --- a/test/torture-s/20040411-1.c.s +++ b/test/torture-s/20040411-1.c.s @@ -15,8 +15,8 @@ sub1: # @sub1 i32.mul $push3=, $0, $pop2 i32.select $push4=, $pop0, $pop1, $pop3 return $pop4 -func_end0: - .size sub1, func_end0-sub1 +.Lfunc_end0: + .size sub1, .Lfunc_end0-sub1 .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040629-1.c.s b/test/torture-s/20040629-1.c.s index d01fcd1cd..7f2b1e279 100644 --- a/test/torture-s/20040629-1.c.s +++ b/test/torture-s/20040629-1.c.s @@ -10,8 +10,8 @@ ret1: # @ret1 i32.const $push2=, 63 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size ret1, func_end0-ret1 +.Lfunc_end0: + .size ret1, .Lfunc_end0-ret1 .globl ret2 .type ret2,@function @@ -25,8 +25,8 @@ ret2: # @ret2 i32.const $push4=, 2047 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end1: - .size ret2, func_end1-ret2 +.Lfunc_end1: + .size ret2, .Lfunc_end1-ret2 .globl ret3 .type ret3,@function @@ -38,8 +38,8 @@ ret3: # @ret3 i32.const $push2=, 17 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size ret3, func_end2-ret3 +.Lfunc_end2: + .size ret3, .Lfunc_end2-ret3 .globl ret4 .type ret4,@function @@ -51,8 +51,8 @@ ret4: # @ret4 i32.const $push2=, 31 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end3: - .size ret4, func_end3-ret4 +.Lfunc_end3: + .size ret4, .Lfunc_end3-ret4 .globl ret5 .type ret5,@function @@ -66,8 +66,8 @@ ret5: # @ret5 i32.const $push4=, 1 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end4: - .size ret5, func_end4-ret5 +.Lfunc_end4: + .size ret5, .Lfunc_end4-ret5 .globl ret6 .type ret6,@function @@ -79,8 +79,8 @@ ret6: # @ret6 i32.const $push2=, 6 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end5: - .size ret6, func_end5-ret6 +.Lfunc_end5: + .size ret6, .Lfunc_end5-ret6 .globl ret7 .type ret7,@function @@ -90,8 +90,8 @@ ret7: # @ret7 i32.const $push0=, 0 i32.load16_u $push1=, d($pop0) return $pop1 -func_end6: - .size ret7, func_end6-ret7 +.Lfunc_end6: + .size ret7, .Lfunc_end6-ret7 .globl ret8 .type ret8,@function @@ -101,8 +101,8 @@ ret8: # @ret8 i32.const $push0=, 0 i32.load8_u $push1=, d+2($pop0) return $pop1 -func_end7: - .size ret8, func_end7-ret8 +.Lfunc_end7: + .size ret8, .Lfunc_end7-ret8 .globl ret9 .type ret9,@function @@ -112,8 +112,8 @@ ret9: # @ret9 i32.const $push0=, 0 i32.load8_u $push1=, d+3($pop0) return $pop1 -func_end8: - .size ret9, func_end8-ret9 +.Lfunc_end8: + .size ret9, .Lfunc_end8-ret9 .globl fn1_1 .type fn1_1,@function @@ -131,8 +131,8 @@ fn1_1: # @fn1_1 i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end9: - .size fn1_1, func_end9-fn1_1 +.Lfunc_end9: + .size fn1_1, .Lfunc_end9-fn1_1 .globl fn2_1 .type fn2_1,@function @@ -152,8 +152,8 @@ fn2_1: # @fn2_1 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end10: - .size fn2_1, func_end10-fn2_1 +.Lfunc_end10: + .size fn2_1, .Lfunc_end10-fn2_1 .globl fn3_1 .type fn3_1,@function @@ -168,8 +168,8 @@ fn3_1: # @fn3_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, b($1), $pop3 return -func_end11: - .size fn3_1, func_end11-fn3_1 +.Lfunc_end11: + .size fn3_1, .Lfunc_end11-fn3_1 .globl fn4_1 .type fn4_1,@function @@ -187,8 +187,8 @@ fn4_1: # @fn4_1 i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end12: - .size fn4_1, func_end12-fn4_1 +.Lfunc_end12: + .size fn4_1, .Lfunc_end12-fn4_1 .globl fn5_1 .type fn5_1,@function @@ -208,8 +208,8 @@ fn5_1: # @fn5_1 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end13: - .size fn5_1, func_end13-fn5_1 +.Lfunc_end13: + .size fn5_1, .Lfunc_end13-fn5_1 .globl fn6_1 .type fn6_1,@function @@ -224,8 +224,8 @@ fn6_1: # @fn6_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, c($1), $pop3 return -func_end14: - .size fn6_1, func_end14-fn6_1 +.Lfunc_end14: + .size fn6_1, .Lfunc_end14-fn6_1 .globl fn7_1 .type fn7_1,@function @@ -238,8 +238,8 @@ fn7_1: # @fn7_1 i32.add $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end15: - .size fn7_1, func_end15-fn7_1 +.Lfunc_end15: + .size fn7_1, .Lfunc_end15-fn7_1 .globl fn8_1 .type fn8_1,@function @@ -255,8 +255,8 @@ fn8_1: # @fn8_1 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+2($1), $pop3 return -func_end16: - .size fn8_1, func_end16-fn8_1 +.Lfunc_end16: + .size fn8_1, .Lfunc_end16-fn8_1 .globl fn9_1 .type fn9_1,@function @@ -271,8 +271,8 @@ fn9_1: # @fn9_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, d($1), $pop3 return -func_end17: - .size fn9_1, func_end17-fn9_1 +.Lfunc_end17: + .size fn9_1, .Lfunc_end17-fn9_1 .globl fn1_2 .type fn1_2,@function @@ -291,8 +291,8 @@ fn1_2: # @fn1_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end18: - .size fn1_2, func_end18-fn1_2 +.Lfunc_end18: + .size fn1_2, .Lfunc_end18-fn1_2 .globl fn2_2 .type fn2_2,@function @@ -311,8 +311,8 @@ fn2_2: # @fn2_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end19: - .size fn2_2, func_end19-fn2_2 +.Lfunc_end19: + .size fn2_2, .Lfunc_end19-fn2_2 .globl fn3_2 .type fn3_2,@function @@ -326,8 +326,8 @@ fn3_2: # @fn3_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end20: - .size fn3_2, func_end20-fn3_2 +.Lfunc_end20: + .size fn3_2, .Lfunc_end20-fn3_2 .globl fn4_2 .type fn4_2,@function @@ -346,8 +346,8 @@ fn4_2: # @fn4_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end21: - .size fn4_2, func_end21-fn4_2 +.Lfunc_end21: + .size fn4_2, .Lfunc_end21-fn4_2 .globl fn5_2 .type fn5_2,@function @@ -361,8 +361,8 @@ fn5_2: # @fn5_2 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end22: - .size fn5_2, func_end22-fn5_2 +.Lfunc_end22: + .size fn5_2, .Lfunc_end22-fn5_2 .globl fn6_2 .type fn6_2,@function @@ -376,8 +376,8 @@ fn6_2: # @fn6_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end23: - .size fn6_2, func_end23-fn6_2 +.Lfunc_end23: + .size fn6_2, .Lfunc_end23-fn6_2 .globl fn7_2 .type fn7_2,@function @@ -391,8 +391,8 @@ fn7_2: # @fn7_2 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end24: - .size fn7_2, func_end24-fn7_2 +.Lfunc_end24: + .size fn7_2, .Lfunc_end24-fn7_2 .globl fn8_2 .type fn8_2,@function @@ -408,8 +408,8 @@ fn8_2: # @fn8_2 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end25: - .size fn8_2, func_end25-fn8_2 +.Lfunc_end25: + .size fn8_2, .Lfunc_end25-fn8_2 .globl fn9_2 .type fn9_2,@function @@ -423,8 +423,8 @@ fn9_2: # @fn9_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end26: - .size fn9_2, func_end26-fn9_2 +.Lfunc_end26: + .size fn9_2, .Lfunc_end26-fn9_2 .globl fn1_3 .type fn1_3,@function @@ -443,8 +443,8 @@ fn1_3: # @fn1_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end27: - .size fn1_3, func_end27-fn1_3 +.Lfunc_end27: + .size fn1_3, .Lfunc_end27-fn1_3 .globl fn2_3 .type fn2_3,@function @@ -463,8 +463,8 @@ fn2_3: # @fn2_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end28: - .size fn2_3, func_end28-fn2_3 +.Lfunc_end28: + .size fn2_3, .Lfunc_end28-fn2_3 .globl fn3_3 .type fn3_3,@function @@ -478,8 +478,8 @@ fn3_3: # @fn3_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end29: - .size fn3_3, func_end29-fn3_3 +.Lfunc_end29: + .size fn3_3, .Lfunc_end29-fn3_3 .globl fn4_3 .type fn4_3,@function @@ -498,8 +498,8 @@ fn4_3: # @fn4_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end30: - .size fn4_3, func_end30-fn4_3 +.Lfunc_end30: + .size fn4_3, .Lfunc_end30-fn4_3 .globl fn5_3 .type fn5_3,@function @@ -513,8 +513,8 @@ fn5_3: # @fn5_3 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end31: - .size fn5_3, func_end31-fn5_3 +.Lfunc_end31: + .size fn5_3, .Lfunc_end31-fn5_3 .globl fn6_3 .type fn6_3,@function @@ -528,8 +528,8 @@ fn6_3: # @fn6_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end32: - .size fn6_3, func_end32-fn6_3 +.Lfunc_end32: + .size fn6_3, .Lfunc_end32-fn6_3 .globl fn7_3 .type fn7_3,@function @@ -543,8 +543,8 @@ fn7_3: # @fn7_3 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end33: - .size fn7_3, func_end33-fn7_3 +.Lfunc_end33: + .size fn7_3, .Lfunc_end33-fn7_3 .globl fn8_3 .type fn8_3,@function @@ -560,8 +560,8 @@ fn8_3: # @fn8_3 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end34: - .size fn8_3, func_end34-fn8_3 +.Lfunc_end34: + .size fn8_3, .Lfunc_end34-fn8_3 .globl fn9_3 .type fn9_3,@function @@ -575,8 +575,8 @@ fn9_3: # @fn9_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end35: - .size fn9_3, func_end35-fn9_3 +.Lfunc_end35: + .size fn9_3, .Lfunc_end35-fn9_3 .globl fn1_4 .type fn1_4,@function @@ -594,8 +594,8 @@ fn1_4: # @fn1_4 i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end36: - .size fn1_4, func_end36-fn1_4 +.Lfunc_end36: + .size fn1_4, .Lfunc_end36-fn1_4 .globl fn2_4 .type fn2_4,@function @@ -615,8 +615,8 @@ fn2_4: # @fn2_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end37: - .size fn2_4, func_end37-fn2_4 +.Lfunc_end37: + .size fn2_4, .Lfunc_end37-fn2_4 .globl fn3_4 .type fn3_4,@function @@ -636,8 +636,8 @@ fn3_4: # @fn3_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end38: - .size fn3_4, func_end38-fn3_4 +.Lfunc_end38: + .size fn3_4, .Lfunc_end38-fn3_4 .globl fn4_4 .type fn4_4,@function @@ -655,8 +655,8 @@ fn4_4: # @fn4_4 i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end39: - .size fn4_4, func_end39-fn4_4 +.Lfunc_end39: + .size fn4_4, .Lfunc_end39-fn4_4 .globl fn5_4 .type fn5_4,@function @@ -676,8 +676,8 @@ fn5_4: # @fn5_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end40: - .size fn5_4, func_end40-fn5_4 +.Lfunc_end40: + .size fn5_4, .Lfunc_end40-fn5_4 .globl fn6_4 .type fn6_4,@function @@ -697,8 +697,8 @@ fn6_4: # @fn6_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end41: - .size fn6_4, func_end41-fn6_4 +.Lfunc_end41: + .size fn6_4, .Lfunc_end41-fn6_4 .globl fn7_4 .type fn7_4,@function @@ -711,8 +711,8 @@ fn7_4: # @fn7_4 i32.sub $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end42: - .size fn7_4, func_end42-fn7_4 +.Lfunc_end42: + .size fn7_4, .Lfunc_end42-fn7_4 .globl fn8_4 .type fn8_4,@function @@ -728,8 +728,8 @@ fn8_4: # @fn8_4 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+2($1), $pop3 return -func_end43: - .size fn8_4, func_end43-fn8_4 +.Lfunc_end43: + .size fn8_4, .Lfunc_end43-fn8_4 .globl fn9_4 .type fn9_4,@function @@ -745,8 +745,8 @@ fn9_4: # @fn9_4 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+3($1), $pop3 return -func_end44: - .size fn9_4, func_end44-fn9_4 +.Lfunc_end44: + .size fn9_4, .Lfunc_end44-fn9_4 .globl fn1_5 .type fn1_5,@function @@ -764,8 +764,8 @@ fn1_5: # @fn1_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end45: - .size fn1_5, func_end45-fn1_5 +.Lfunc_end45: + .size fn1_5, .Lfunc_end45-fn1_5 .globl fn2_5 .type fn2_5,@function @@ -783,8 +783,8 @@ fn2_5: # @fn2_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end46: - .size fn2_5, func_end46-fn2_5 +.Lfunc_end46: + .size fn2_5, .Lfunc_end46-fn2_5 .globl fn3_5 .type fn3_5,@function @@ -798,8 +798,8 @@ fn3_5: # @fn3_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end47: - .size fn3_5, func_end47-fn3_5 +.Lfunc_end47: + .size fn3_5, .Lfunc_end47-fn3_5 .globl fn4_5 .type fn4_5,@function @@ -817,8 +817,8 @@ fn4_5: # @fn4_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, c($1), $pop4 return -func_end48: - .size fn4_5, func_end48-fn4_5 +.Lfunc_end48: + .size fn4_5, .Lfunc_end48-fn4_5 .globl fn5_5 .type fn5_5,@function @@ -832,8 +832,8 @@ fn5_5: # @fn5_5 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end49: - .size fn5_5, func_end49-fn5_5 +.Lfunc_end49: + .size fn5_5, .Lfunc_end49-fn5_5 .globl fn6_5 .type fn6_5,@function @@ -847,8 +847,8 @@ fn6_5: # @fn6_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end50: - .size fn6_5, func_end50-fn6_5 +.Lfunc_end50: + .size fn6_5, .Lfunc_end50-fn6_5 .globl fn7_5 .type fn7_5,@function @@ -862,8 +862,8 @@ fn7_5: # @fn7_5 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end51: - .size fn7_5, func_end51-fn7_5 +.Lfunc_end51: + .size fn7_5, .Lfunc_end51-fn7_5 .globl fn8_5 .type fn8_5,@function @@ -879,8 +879,8 @@ fn8_5: # @fn8_5 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end52: - .size fn8_5, func_end52-fn8_5 +.Lfunc_end52: + .size fn8_5, .Lfunc_end52-fn8_5 .globl fn9_5 .type fn9_5,@function @@ -894,8 +894,8 @@ fn9_5: # @fn9_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end53: - .size fn9_5, func_end53-fn9_5 +.Lfunc_end53: + .size fn9_5, .Lfunc_end53-fn9_5 .globl fn1_6 .type fn1_6,@function @@ -913,8 +913,8 @@ fn1_6: # @fn1_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end54: - .size fn1_6, func_end54-fn1_6 +.Lfunc_end54: + .size fn1_6, .Lfunc_end54-fn1_6 .globl fn2_6 .type fn2_6,@function @@ -932,8 +932,8 @@ fn2_6: # @fn2_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end55: - .size fn2_6, func_end55-fn2_6 +.Lfunc_end55: + .size fn2_6, .Lfunc_end55-fn2_6 .globl fn3_6 .type fn3_6,@function @@ -947,8 +947,8 @@ fn3_6: # @fn3_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end56: - .size fn3_6, func_end56-fn3_6 +.Lfunc_end56: + .size fn3_6, .Lfunc_end56-fn3_6 .globl fn4_6 .type fn4_6,@function @@ -966,8 +966,8 @@ fn4_6: # @fn4_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, c($1), $pop4 return -func_end57: - .size fn4_6, func_end57-fn4_6 +.Lfunc_end57: + .size fn4_6, .Lfunc_end57-fn4_6 .globl fn5_6 .type fn5_6,@function @@ -981,8 +981,8 @@ fn5_6: # @fn5_6 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end58: - .size fn5_6, func_end58-fn5_6 +.Lfunc_end58: + .size fn5_6, .Lfunc_end58-fn5_6 .globl fn6_6 .type fn6_6,@function @@ -996,8 +996,8 @@ fn6_6: # @fn6_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end59: - .size fn6_6, func_end59-fn6_6 +.Lfunc_end59: + .size fn6_6, .Lfunc_end59-fn6_6 .globl fn7_6 .type fn7_6,@function @@ -1011,8 +1011,8 @@ fn7_6: # @fn7_6 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end60: - .size fn7_6, func_end60-fn7_6 +.Lfunc_end60: + .size fn7_6, .Lfunc_end60-fn7_6 .globl fn8_6 .type fn8_6,@function @@ -1028,8 +1028,8 @@ fn8_6: # @fn8_6 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end61: - .size fn8_6, func_end61-fn8_6 +.Lfunc_end61: + .size fn8_6, .Lfunc_end61-fn8_6 .globl fn9_6 .type fn9_6,@function @@ -1043,8 +1043,8 @@ fn9_6: # @fn9_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end62: - .size fn9_6, func_end62-fn9_6 +.Lfunc_end62: + .size fn9_6, .Lfunc_end62-fn9_6 .globl fn1_7 .type fn1_7,@function @@ -1059,8 +1059,8 @@ fn1_7: # @fn1_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, b($1), $pop3 return -func_end63: - .size fn1_7, func_end63-fn1_7 +.Lfunc_end63: + .size fn1_7, .Lfunc_end63-fn1_7 .globl fn2_7 .type fn2_7,@function @@ -1077,8 +1077,8 @@ fn2_7: # @fn2_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, b($1), $pop5 return -func_end64: - .size fn2_7, func_end64-fn2_7 +.Lfunc_end64: + .size fn2_7, .Lfunc_end64-fn2_7 .globl fn3_7 .type fn3_7,@function @@ -1095,8 +1095,8 @@ fn3_7: # @fn3_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, b($1), $pop5 return -func_end65: - .size fn3_7, func_end65-fn3_7 +.Lfunc_end65: + .size fn3_7, .Lfunc_end65-fn3_7 .globl fn4_7 .type fn4_7,@function @@ -1111,8 +1111,8 @@ fn4_7: # @fn4_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, c($1), $pop3 return -func_end66: - .size fn4_7, func_end66-fn4_7 +.Lfunc_end66: + .size fn4_7, .Lfunc_end66-fn4_7 .globl fn5_7 .type fn5_7,@function @@ -1129,8 +1129,8 @@ fn5_7: # @fn5_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, c($1), $pop5 return -func_end67: - .size fn5_7, func_end67-fn5_7 +.Lfunc_end67: + .size fn5_7, .Lfunc_end67-fn5_7 .globl fn6_7 .type fn6_7,@function @@ -1147,8 +1147,8 @@ fn6_7: # @fn6_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, c($1), $pop5 return -func_end68: - .size fn6_7, func_end68-fn6_7 +.Lfunc_end68: + .size fn6_7, .Lfunc_end68-fn6_7 .globl fn7_7 .type fn7_7,@function @@ -1163,8 +1163,8 @@ fn7_7: # @fn7_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, d($1), $pop3 return -func_end69: - .size fn7_7, func_end69-fn7_7 +.Lfunc_end69: + .size fn7_7, .Lfunc_end69-fn7_7 .globl fn8_7 .type fn8_7,@function @@ -1181,8 +1181,8 @@ fn8_7: # @fn8_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, d($1), $pop5 return -func_end70: - .size fn8_7, func_end70-fn8_7 +.Lfunc_end70: + .size fn8_7, .Lfunc_end70-fn8_7 .globl fn9_7 .type fn9_7,@function @@ -1199,8 +1199,8 @@ fn9_7: # @fn9_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, d($1), $pop5 return -func_end71: - .size fn9_7, func_end71-fn9_7 +.Lfunc_end71: + .size fn9_7, .Lfunc_end71-fn9_7 .globl fn1_8 .type fn1_8,@function @@ -1215,8 +1215,8 @@ fn1_8: # @fn1_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, b($1), $pop3 return -func_end72: - .size fn1_8, func_end72-fn1_8 +.Lfunc_end72: + .size fn1_8, .Lfunc_end72-fn1_8 .globl fn2_8 .type fn2_8,@function @@ -1233,8 +1233,8 @@ fn2_8: # @fn2_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, b($1), $pop5 return -func_end73: - .size fn2_8, func_end73-fn2_8 +.Lfunc_end73: + .size fn2_8, .Lfunc_end73-fn2_8 .globl fn3_8 .type fn3_8,@function @@ -1254,8 +1254,8 @@ fn3_8: # @fn3_8 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end74: - .size fn3_8, func_end74-fn3_8 +.Lfunc_end74: + .size fn3_8, .Lfunc_end74-fn3_8 .globl fn4_8 .type fn4_8,@function @@ -1270,8 +1270,8 @@ fn4_8: # @fn4_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, c($1), $pop3 return -func_end75: - .size fn4_8, func_end75-fn4_8 +.Lfunc_end75: + .size fn4_8, .Lfunc_end75-fn4_8 .globl fn5_8 .type fn5_8,@function @@ -1288,8 +1288,8 @@ fn5_8: # @fn5_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, c($1), $pop5 return -func_end76: - .size fn5_8, func_end76-fn5_8 +.Lfunc_end76: + .size fn5_8, .Lfunc_end76-fn5_8 .globl fn6_8 .type fn6_8,@function @@ -1309,8 +1309,8 @@ fn6_8: # @fn6_8 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end77: - .size fn6_8, func_end77-fn6_8 +.Lfunc_end77: + .size fn6_8, .Lfunc_end77-fn6_8 .globl fn7_8 .type fn7_8,@function @@ -1325,8 +1325,8 @@ fn7_8: # @fn7_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, d($1), $pop3 return -func_end78: - .size fn7_8, func_end78-fn7_8 +.Lfunc_end78: + .size fn7_8, .Lfunc_end78-fn7_8 .globl fn8_8 .type fn8_8,@function @@ -1343,8 +1343,8 @@ fn8_8: # @fn8_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, d($1), $pop5 return -func_end79: - .size fn8_8, func_end79-fn8_8 +.Lfunc_end79: + .size fn8_8, .Lfunc_end79-fn8_8 .globl fn9_8 .type fn9_8,@function @@ -1360,8 +1360,8 @@ fn9_8: # @fn9_8 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+3($1), $pop3 return -func_end80: - .size fn9_8, func_end80-fn9_8 +.Lfunc_end80: + .size fn9_8, .Lfunc_end80-fn9_8 .globl fn1_9 .type fn1_9,@function @@ -1376,8 +1376,8 @@ fn1_9: # @fn1_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, b($1), $pop3 return -func_end81: - .size fn1_9, func_end81-fn1_9 +.Lfunc_end81: + .size fn1_9, .Lfunc_end81-fn1_9 .globl fn2_9 .type fn2_9,@function @@ -1394,8 +1394,8 @@ fn2_9: # @fn2_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, b($1), $pop5 return -func_end82: - .size fn2_9, func_end82-fn2_9 +.Lfunc_end82: + .size fn2_9, .Lfunc_end82-fn2_9 .globl fn3_9 .type fn3_9,@function @@ -1415,8 +1415,8 @@ fn3_9: # @fn3_9 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end83: - .size fn3_9, func_end83-fn3_9 +.Lfunc_end83: + .size fn3_9, .Lfunc_end83-fn3_9 .globl fn4_9 .type fn4_9,@function @@ -1431,8 +1431,8 @@ fn4_9: # @fn4_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, c($1), $pop3 return -func_end84: - .size fn4_9, func_end84-fn4_9 +.Lfunc_end84: + .size fn4_9, .Lfunc_end84-fn4_9 .globl fn5_9 .type fn5_9,@function @@ -1449,8 +1449,8 @@ fn5_9: # @fn5_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, c($1), $pop5 return -func_end85: - .size fn5_9, func_end85-fn5_9 +.Lfunc_end85: + .size fn5_9, .Lfunc_end85-fn5_9 .globl fn6_9 .type fn6_9,@function @@ -1470,8 +1470,8 @@ fn6_9: # @fn6_9 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end86: - .size fn6_9, func_end86-fn6_9 +.Lfunc_end86: + .size fn6_9, .Lfunc_end86-fn6_9 .globl fn7_9 .type fn7_9,@function @@ -1486,8 +1486,8 @@ fn7_9: # @fn7_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, d($1), $pop3 return -func_end87: - .size fn7_9, func_end87-fn7_9 +.Lfunc_end87: + .size fn7_9, .Lfunc_end87-fn7_9 .globl fn8_9 .type fn8_9,@function @@ -1504,8 +1504,8 @@ fn8_9: # @fn8_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, d($1), $pop5 return -func_end88: - .size fn8_9, func_end88-fn8_9 +.Lfunc_end88: + .size fn8_9, .Lfunc_end88-fn8_9 .globl fn9_9 .type fn9_9,@function @@ -1521,8 +1521,8 @@ fn9_9: # @fn9_9 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+3($1), $pop3 return -func_end89: - .size fn9_9, func_end89-fn9_9 +.Lfunc_end89: + .size fn9_9, .Lfunc_end89-fn9_9 .globl fn1_a .type fn1_a,@function @@ -1540,8 +1540,8 @@ fn1_a: # @fn1_a i32.or $push4=, $pop3, $0 i32.store $discard=, b($1), $pop4 return -func_end90: - .size fn1_a, func_end90-fn1_a +.Lfunc_end90: + .size fn1_a, .Lfunc_end90-fn1_a .globl fn2_a .type fn2_a,@function @@ -1562,8 +1562,8 @@ fn2_a: # @fn2_a i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end91: - .size fn2_a, func_end91-fn2_a +.Lfunc_end91: + .size fn2_a, .Lfunc_end91-fn2_a .globl fn3_a .type fn3_a,@function @@ -1582,8 +1582,8 @@ fn3_a: # @fn3_a i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end92: - .size fn3_a, func_end92-fn3_a +.Lfunc_end92: + .size fn3_a, .Lfunc_end92-fn3_a .globl fn4_a .type fn4_a,@function @@ -1601,8 +1601,8 @@ fn4_a: # @fn4_a i32.or $push4=, $pop3, $0 i32.store $discard=, c($1), $pop4 return -func_end93: - .size fn4_a, func_end93-fn4_a +.Lfunc_end93: + .size fn4_a, .Lfunc_end93-fn4_a .globl fn5_a .type fn5_a,@function @@ -1623,8 +1623,8 @@ fn5_a: # @fn5_a i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end94: - .size fn5_a, func_end94-fn5_a +.Lfunc_end94: + .size fn5_a, .Lfunc_end94-fn5_a .globl fn6_a .type fn6_a,@function @@ -1643,8 +1643,8 @@ fn6_a: # @fn6_a i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end95: - .size fn6_a, func_end95-fn6_a +.Lfunc_end95: + .size fn6_a, .Lfunc_end95-fn6_a .globl fn7_a .type fn7_a,@function @@ -1657,8 +1657,8 @@ fn7_a: # @fn7_a i32.div_u $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end96: - .size fn7_a, func_end96-fn7_a +.Lfunc_end96: + .size fn7_a, .Lfunc_end96-fn7_a .globl fn8_a .type fn8_a,@function @@ -1671,8 +1671,8 @@ fn8_a: # @fn8_a i32.div_u $push1=, $pop0, $0 i32.store8 $discard=, d+2($1), $pop1 return -func_end97: - .size fn8_a, func_end97-fn8_a +.Lfunc_end97: + .size fn8_a, .Lfunc_end97-fn8_a .globl fn9_a .type fn9_a,@function @@ -1685,8 +1685,8 @@ fn9_a: # @fn9_a i32.div_u $push1=, $pop0, $0 i32.store8 $discard=, d+3($1), $pop1 return -func_end98: - .size fn9_a, func_end98-fn9_a +.Lfunc_end98: + .size fn9_a, .Lfunc_end98-fn9_a .globl fn1_b .type fn1_b,@function @@ -1704,8 +1704,8 @@ fn1_b: # @fn1_b i32.or $push4=, $0, $pop3 i32.store $discard=, b($1), $pop4 return -func_end99: - .size fn1_b, func_end99-fn1_b +.Lfunc_end99: + .size fn1_b, .Lfunc_end99-fn1_b .globl fn2_b .type fn2_b,@function @@ -1726,8 +1726,8 @@ fn2_b: # @fn2_b i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end100: - .size fn2_b, func_end100-fn2_b +.Lfunc_end100: + .size fn2_b, .Lfunc_end100-fn2_b .globl fn3_b .type fn3_b,@function @@ -1746,8 +1746,8 @@ fn3_b: # @fn3_b i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end101: - .size fn3_b, func_end101-fn3_b +.Lfunc_end101: + .size fn3_b, .Lfunc_end101-fn3_b .globl fn4_b .type fn4_b,@function @@ -1765,8 +1765,8 @@ fn4_b: # @fn4_b i32.or $push4=, $0, $pop3 i32.store $discard=, c($1), $pop4 return -func_end102: - .size fn4_b, func_end102-fn4_b +.Lfunc_end102: + .size fn4_b, .Lfunc_end102-fn4_b .globl fn5_b .type fn5_b,@function @@ -1787,8 +1787,8 @@ fn5_b: # @fn5_b i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end103: - .size fn5_b, func_end103-fn5_b +.Lfunc_end103: + .size fn5_b, .Lfunc_end103-fn5_b .globl fn6_b .type fn6_b,@function @@ -1807,8 +1807,8 @@ fn6_b: # @fn6_b i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end104: - .size fn6_b, func_end104-fn6_b +.Lfunc_end104: + .size fn6_b, .Lfunc_end104-fn6_b .globl fn7_b .type fn7_b,@function @@ -1821,8 +1821,8 @@ fn7_b: # @fn7_b i32.rem_u $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end105: - .size fn7_b, func_end105-fn7_b +.Lfunc_end105: + .size fn7_b, .Lfunc_end105-fn7_b .globl fn8_b .type fn8_b,@function @@ -1835,8 +1835,8 @@ fn8_b: # @fn8_b i32.rem_u $push1=, $pop0, $0 i32.store8 $discard=, d+2($1), $pop1 return -func_end106: - .size fn8_b, func_end106-fn8_b +.Lfunc_end106: + .size fn8_b, .Lfunc_end106-fn8_b .globl fn9_b .type fn9_b,@function @@ -1849,8 +1849,8 @@ fn9_b: # @fn9_b i32.rem_u $push1=, $pop0, $0 i32.store8 $discard=, d+3($1), $pop1 return -func_end107: - .size fn9_b, func_end107-fn9_b +.Lfunc_end107: + .size fn9_b, .Lfunc_end107-fn9_b .globl fn1_c .type fn1_c,@function @@ -1869,8 +1869,8 @@ fn1_c: # @fn1_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end108: - .size fn1_c, func_end108-fn1_c +.Lfunc_end108: + .size fn1_c, .Lfunc_end108-fn1_c .globl fn2_c .type fn2_c,@function @@ -1889,8 +1889,8 @@ fn2_c: # @fn2_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end109: - .size fn2_c, func_end109-fn2_c +.Lfunc_end109: + .size fn2_c, .Lfunc_end109-fn2_c .globl fn3_c .type fn3_c,@function @@ -1904,8 +1904,8 @@ fn3_c: # @fn3_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end110: - .size fn3_c, func_end110-fn3_c +.Lfunc_end110: + .size fn3_c, .Lfunc_end110-fn3_c .globl fn4_c .type fn4_c,@function @@ -1924,8 +1924,8 @@ fn4_c: # @fn4_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end111: - .size fn4_c, func_end111-fn4_c +.Lfunc_end111: + .size fn4_c, .Lfunc_end111-fn4_c .globl fn5_c .type fn5_c,@function @@ -1939,8 +1939,8 @@ fn5_c: # @fn5_c i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end112: - .size fn5_c, func_end112-fn5_c +.Lfunc_end112: + .size fn5_c, .Lfunc_end112-fn5_c .globl fn6_c .type fn6_c,@function @@ -1954,8 +1954,8 @@ fn6_c: # @fn6_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end113: - .size fn6_c, func_end113-fn6_c +.Lfunc_end113: + .size fn6_c, .Lfunc_end113-fn6_c .globl fn7_c .type fn7_c,@function @@ -1969,8 +1969,8 @@ fn7_c: # @fn7_c i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end114: - .size fn7_c, func_end114-fn7_c +.Lfunc_end114: + .size fn7_c, .Lfunc_end114-fn7_c .globl fn8_c .type fn8_c,@function @@ -1986,8 +1986,8 @@ fn8_c: # @fn8_c i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end115: - .size fn8_c, func_end115-fn8_c +.Lfunc_end115: + .size fn8_c, .Lfunc_end115-fn8_c .globl fn9_c .type fn9_c,@function @@ -2001,8 +2001,8 @@ fn9_c: # @fn9_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end116: - .size fn9_c, func_end116-fn9_c +.Lfunc_end116: + .size fn9_c, .Lfunc_end116-fn9_c .globl fn1_d .type fn1_d,@function @@ -2021,8 +2021,8 @@ fn1_d: # @fn1_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end117: - .size fn1_d, func_end117-fn1_d +.Lfunc_end117: + .size fn1_d, .Lfunc_end117-fn1_d .globl fn2_d .type fn2_d,@function @@ -2041,8 +2041,8 @@ fn2_d: # @fn2_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end118: - .size fn2_d, func_end118-fn2_d +.Lfunc_end118: + .size fn2_d, .Lfunc_end118-fn2_d .globl fn3_d .type fn3_d,@function @@ -2056,8 +2056,8 @@ fn3_d: # @fn3_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end119: - .size fn3_d, func_end119-fn3_d +.Lfunc_end119: + .size fn3_d, .Lfunc_end119-fn3_d .globl fn4_d .type fn4_d,@function @@ -2076,8 +2076,8 @@ fn4_d: # @fn4_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end120: - .size fn4_d, func_end120-fn4_d +.Lfunc_end120: + .size fn4_d, .Lfunc_end120-fn4_d .globl fn5_d .type fn5_d,@function @@ -2091,8 +2091,8 @@ fn5_d: # @fn5_d i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end121: - .size fn5_d, func_end121-fn5_d +.Lfunc_end121: + .size fn5_d, .Lfunc_end121-fn5_d .globl fn6_d .type fn6_d,@function @@ -2106,8 +2106,8 @@ fn6_d: # @fn6_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end122: - .size fn6_d, func_end122-fn6_d +.Lfunc_end122: + .size fn6_d, .Lfunc_end122-fn6_d .globl fn7_d .type fn7_d,@function @@ -2121,8 +2121,8 @@ fn7_d: # @fn7_d i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end123: - .size fn7_d, func_end123-fn7_d +.Lfunc_end123: + .size fn7_d, .Lfunc_end123-fn7_d .globl fn8_d .type fn8_d,@function @@ -2138,8 +2138,8 @@ fn8_d: # @fn8_d i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end124: - .size fn8_d, func_end124-fn8_d +.Lfunc_end124: + .size fn8_d, .Lfunc_end124-fn8_d .globl fn9_d .type fn9_d,@function @@ -2153,8 +2153,8 @@ fn9_d: # @fn9_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end125: - .size fn9_d, func_end125-fn9_d +.Lfunc_end125: + .size fn9_d, .Lfunc_end125-fn9_d .globl fn1_e .type fn1_e,@function @@ -2168,8 +2168,8 @@ fn1_e: # @fn1_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end126: - .size fn1_e, func_end126-fn1_e +.Lfunc_end126: + .size fn1_e, .Lfunc_end126-fn1_e .globl fn2_e .type fn2_e,@function @@ -2183,8 +2183,8 @@ fn2_e: # @fn2_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end127: - .size fn2_e, func_end127-fn2_e +.Lfunc_end127: + .size fn2_e, .Lfunc_end127-fn2_e .globl fn3_e .type fn3_e,@function @@ -2198,8 +2198,8 @@ fn3_e: # @fn3_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end128: - .size fn3_e, func_end128-fn3_e +.Lfunc_end128: + .size fn3_e, .Lfunc_end128-fn3_e .globl fn4_e .type fn4_e,@function @@ -2213,8 +2213,8 @@ fn4_e: # @fn4_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end129: - .size fn4_e, func_end129-fn4_e +.Lfunc_end129: + .size fn4_e, .Lfunc_end129-fn4_e .globl fn5_e .type fn5_e,@function @@ -2222,8 +2222,8 @@ fn5_e: # @fn5_e .param i32 # BB#0: # %entry return -func_end130: - .size fn5_e, func_end130-fn5_e +.Lfunc_end130: + .size fn5_e, .Lfunc_end130-fn5_e .globl fn6_e .type fn6_e,@function @@ -2237,8 +2237,8 @@ fn6_e: # @fn6_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end131: - .size fn6_e, func_end131-fn6_e +.Lfunc_end131: + .size fn6_e, .Lfunc_end131-fn6_e .globl fn7_e .type fn7_e,@function @@ -2252,8 +2252,8 @@ fn7_e: # @fn7_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end132: - .size fn7_e, func_end132-fn7_e +.Lfunc_end132: + .size fn7_e, .Lfunc_end132-fn7_e .globl fn8_e .type fn8_e,@function @@ -2267,8 +2267,8 @@ fn8_e: # @fn8_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end133: - .size fn8_e, func_end133-fn8_e +.Lfunc_end133: + .size fn8_e, .Lfunc_end133-fn8_e .globl fn9_e .type fn9_e,@function @@ -2282,8 +2282,8 @@ fn9_e: # @fn9_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end134: - .size fn9_e, func_end134-fn9_e +.Lfunc_end134: + .size fn9_e, .Lfunc_end134-fn9_e .globl fn1_f .type fn1_f,@function @@ -2297,8 +2297,8 @@ fn1_f: # @fn1_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end135: - .size fn1_f, func_end135-fn1_f +.Lfunc_end135: + .size fn1_f, .Lfunc_end135-fn1_f .globl fn2_f .type fn2_f,@function @@ -2312,8 +2312,8 @@ fn2_f: # @fn2_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end136: - .size fn2_f, func_end136-fn2_f +.Lfunc_end136: + .size fn2_f, .Lfunc_end136-fn2_f .globl fn3_f .type fn3_f,@function @@ -2327,8 +2327,8 @@ fn3_f: # @fn3_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end137: - .size fn3_f, func_end137-fn3_f +.Lfunc_end137: + .size fn3_f, .Lfunc_end137-fn3_f .globl fn4_f .type fn4_f,@function @@ -2342,8 +2342,8 @@ fn4_f: # @fn4_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end138: - .size fn4_f, func_end138-fn4_f +.Lfunc_end138: + .size fn4_f, .Lfunc_end138-fn4_f .globl fn5_f .type fn5_f,@function @@ -2357,8 +2357,8 @@ fn5_f: # @fn5_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end139: - .size fn5_f, func_end139-fn5_f +.Lfunc_end139: + .size fn5_f, .Lfunc_end139-fn5_f .globl fn6_f .type fn6_f,@function @@ -2372,8 +2372,8 @@ fn6_f: # @fn6_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end140: - .size fn6_f, func_end140-fn6_f +.Lfunc_end140: + .size fn6_f, .Lfunc_end140-fn6_f .globl fn7_f .type fn7_f,@function @@ -2387,8 +2387,8 @@ fn7_f: # @fn7_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end141: - .size fn7_f, func_end141-fn7_f +.Lfunc_end141: + .size fn7_f, .Lfunc_end141-fn7_f .globl fn8_f .type fn8_f,@function @@ -2402,8 +2402,8 @@ fn8_f: # @fn8_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end142: - .size fn8_f, func_end142-fn8_f +.Lfunc_end142: + .size fn8_f, .Lfunc_end142-fn8_f .globl fn9_f .type fn9_f,@function @@ -2417,8 +2417,8 @@ fn9_f: # @fn9_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end143: - .size fn9_f, func_end143-fn9_f +.Lfunc_end143: + .size fn9_f, .Lfunc_end143-fn9_f .globl fn1_g .type fn1_g,@function @@ -2432,8 +2432,8 @@ fn1_g: # @fn1_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end144: - .size fn1_g, func_end144-fn1_g +.Lfunc_end144: + .size fn1_g, .Lfunc_end144-fn1_g .globl fn2_g .type fn2_g,@function @@ -2447,8 +2447,8 @@ fn2_g: # @fn2_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end145: - .size fn2_g, func_end145-fn2_g +.Lfunc_end145: + .size fn2_g, .Lfunc_end145-fn2_g .globl fn3_g .type fn3_g,@function @@ -2462,8 +2462,8 @@ fn3_g: # @fn3_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end146: - .size fn3_g, func_end146-fn3_g +.Lfunc_end146: + .size fn3_g, .Lfunc_end146-fn3_g .globl fn4_g .type fn4_g,@function @@ -2477,8 +2477,8 @@ fn4_g: # @fn4_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end147: - .size fn4_g, func_end147-fn4_g +.Lfunc_end147: + .size fn4_g, .Lfunc_end147-fn4_g .globl fn5_g .type fn5_g,@function @@ -2492,8 +2492,8 @@ fn5_g: # @fn5_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end148: - .size fn5_g, func_end148-fn5_g +.Lfunc_end148: + .size fn5_g, .Lfunc_end148-fn5_g .globl fn6_g .type fn6_g,@function @@ -2507,8 +2507,8 @@ fn6_g: # @fn6_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end149: - .size fn6_g, func_end149-fn6_g +.Lfunc_end149: + .size fn6_g, .Lfunc_end149-fn6_g .globl fn7_g .type fn7_g,@function @@ -2522,8 +2522,8 @@ fn7_g: # @fn7_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end150: - .size fn7_g, func_end150-fn7_g +.Lfunc_end150: + .size fn7_g, .Lfunc_end150-fn7_g .globl fn8_g .type fn8_g,@function @@ -2537,8 +2537,8 @@ fn8_g: # @fn8_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end151: - .size fn8_g, func_end151-fn8_g +.Lfunc_end151: + .size fn8_g, .Lfunc_end151-fn8_g .globl fn9_g .type fn9_g,@function @@ -2552,8 +2552,8 @@ fn9_g: # @fn9_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end152: - .size fn9_g, func_end152-fn9_g +.Lfunc_end152: + .size fn9_g, .Lfunc_end152-fn9_g .globl fn1_h .type fn1_h,@function @@ -2572,8 +2572,8 @@ fn1_h: # @fn1_h i32.or $push5=, $3, $pop4 i32.store $discard=, b($1), $pop5 return -func_end153: - .size fn1_h, func_end153-fn1_h +.Lfunc_end153: + .size fn1_h, .Lfunc_end153-fn1_h .globl fn2_h .type fn2_h,@function @@ -2595,8 +2595,8 @@ fn2_h: # @fn2_h i32.or $push8=, $pop5, $pop7 i32.store $discard=, b($1), $pop8 return -func_end154: - .size fn2_h, func_end154-fn2_h +.Lfunc_end154: + .size fn2_h, .Lfunc_end154-fn2_h .globl fn3_h .type fn3_h,@function @@ -2615,8 +2615,8 @@ fn3_h: # @fn3_h i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end155: - .size fn3_h, func_end155-fn3_h +.Lfunc_end155: + .size fn3_h, .Lfunc_end155-fn3_h .globl fn4_h .type fn4_h,@function @@ -2635,8 +2635,8 @@ fn4_h: # @fn4_h i32.or $push5=, $3, $pop4 i32.store $discard=, c($1), $pop5 return -func_end156: - .size fn4_h, func_end156-fn4_h +.Lfunc_end156: + .size fn4_h, .Lfunc_end156-fn4_h .globl fn5_h .type fn5_h,@function @@ -2650,8 +2650,8 @@ fn5_h: # @fn5_h i32.and $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end157: - .size fn5_h, func_end157-fn5_h +.Lfunc_end157: + .size fn5_h, .Lfunc_end157-fn5_h .globl fn6_h .type fn6_h,@function @@ -2670,8 +2670,8 @@ fn6_h: # @fn6_h i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end158: - .size fn6_h, func_end158-fn6_h +.Lfunc_end158: + .size fn6_h, .Lfunc_end158-fn6_h .globl fn7_h .type fn7_h,@function @@ -2685,8 +2685,8 @@ fn7_h: # @fn7_h i32.div_u $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end159: - .size fn7_h, func_end159-fn7_h +.Lfunc_end159: + .size fn7_h, .Lfunc_end159-fn7_h .globl fn8_h .type fn8_h,@function @@ -2700,8 +2700,8 @@ fn8_h: # @fn8_h i32.div_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+2($1), $pop2 return -func_end160: - .size fn8_h, func_end160-fn8_h +.Lfunc_end160: + .size fn8_h, .Lfunc_end160-fn8_h .globl fn9_h .type fn9_h,@function @@ -2715,8 +2715,8 @@ fn9_h: # @fn9_h i32.div_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+3($1), $pop2 return -func_end161: - .size fn9_h, func_end161-fn9_h +.Lfunc_end161: + .size fn9_h, .Lfunc_end161-fn9_h .globl fn1_i .type fn1_i,@function @@ -2735,8 +2735,8 @@ fn1_i: # @fn1_i i32.or $push5=, $3, $pop4 i32.store $discard=, b($1), $pop5 return -func_end162: - .size fn1_i, func_end162-fn1_i +.Lfunc_end162: + .size fn1_i, .Lfunc_end162-fn1_i .globl fn2_i .type fn2_i,@function @@ -2758,8 +2758,8 @@ fn2_i: # @fn2_i i32.or $push8=, $pop5, $pop7 i32.store $discard=, b($1), $pop8 return -func_end163: - .size fn2_i, func_end163-fn2_i +.Lfunc_end163: + .size fn2_i, .Lfunc_end163-fn2_i .globl fn3_i .type fn3_i,@function @@ -2779,8 +2779,8 @@ fn3_i: # @fn3_i i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end164: - .size fn3_i, func_end164-fn3_i +.Lfunc_end164: + .size fn3_i, .Lfunc_end164-fn3_i .globl fn4_i .type fn4_i,@function @@ -2799,8 +2799,8 @@ fn4_i: # @fn4_i i32.or $push5=, $3, $pop4 i32.store $discard=, c($1), $pop5 return -func_end165: - .size fn4_i, func_end165-fn4_i +.Lfunc_end165: + .size fn4_i, .Lfunc_end165-fn4_i .globl fn5_i .type fn5_i,@function @@ -2822,8 +2822,8 @@ fn5_i: # @fn5_i i32.or $push8=, $pop5, $pop7 i32.store $discard=, c($1), $pop8 return -func_end166: - .size fn5_i, func_end166-fn5_i +.Lfunc_end166: + .size fn5_i, .Lfunc_end166-fn5_i .globl fn6_i .type fn6_i,@function @@ -2843,8 +2843,8 @@ fn6_i: # @fn6_i i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end167: - .size fn6_i, func_end167-fn6_i +.Lfunc_end167: + .size fn6_i, .Lfunc_end167-fn6_i .globl fn7_i .type fn7_i,@function @@ -2858,8 +2858,8 @@ fn7_i: # @fn7_i i32.rem_u $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end168: - .size fn7_i, func_end168-fn7_i +.Lfunc_end168: + .size fn7_i, .Lfunc_end168-fn7_i .globl fn8_i .type fn8_i,@function @@ -2873,8 +2873,8 @@ fn8_i: # @fn8_i i32.rem_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+2($1), $pop2 return -func_end169: - .size fn8_i, func_end169-fn8_i +.Lfunc_end169: + .size fn8_i, .Lfunc_end169-fn8_i .globl fn9_i .type fn9_i,@function @@ -2888,8 +2888,8 @@ fn9_i: # @fn9_i i32.rem_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+3($1), $pop2 return -func_end170: - .size fn9_i, func_end170-fn9_i +.Lfunc_end170: + .size fn9_i, .Lfunc_end170-fn9_i .globl main .type main,@function @@ -2905,8 +2905,8 @@ main: # @main i32.const $push2=, -1147377476 i32.store $discard=, d($0), $pop2 return $0 -func_end171: - .size main, func_end171-main +.Lfunc_end171: + .size main, .Lfunc_end171-main .type b,@object # @b .bss diff --git a/test/torture-s/20040704-1.c.s b/test/torture-s/20040704-1.c.s index 192f064db..4e3d3aaad 100644 --- a/test/torture-s/20040704-1.c.s +++ b/test/torture-s/20040704-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040705-1.c.s b/test/torture-s/20040705-1.c.s index 452973646..5cd6781f3 100644 --- a/test/torture-s/20040705-1.c.s +++ b/test/torture-s/20040705-1.c.s @@ -10,8 +10,8 @@ ret1: # @ret1 i32.const $push2=, 63 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size ret1, func_end0-ret1 +.Lfunc_end0: + .size ret1, .Lfunc_end0-ret1 .globl ret2 .type ret2,@function @@ -25,8 +25,8 @@ ret2: # @ret2 i32.const $push4=, 2047 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end1: - .size ret2, func_end1-ret2 +.Lfunc_end1: + .size ret2, .Lfunc_end1-ret2 .globl ret3 .type ret3,@function @@ -38,8 +38,8 @@ ret3: # @ret3 i32.const $push2=, 17 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size ret3, func_end2-ret3 +.Lfunc_end2: + .size ret3, .Lfunc_end2-ret3 .globl ret4 .type ret4,@function @@ -51,8 +51,8 @@ ret4: # @ret4 i32.const $push2=, 31 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end3: - .size ret4, func_end3-ret4 +.Lfunc_end3: + .size ret4, .Lfunc_end3-ret4 .globl ret5 .type ret5,@function @@ -66,8 +66,8 @@ ret5: # @ret5 i32.const $push4=, 1 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end4: - .size ret5, func_end4-ret5 +.Lfunc_end4: + .size ret5, .Lfunc_end4-ret5 .globl ret6 .type ret6,@function @@ -79,8 +79,8 @@ ret6: # @ret6 i32.const $push2=, 6 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end5: - .size ret6, func_end5-ret6 +.Lfunc_end5: + .size ret6, .Lfunc_end5-ret6 .globl ret7 .type ret7,@function @@ -90,8 +90,8 @@ ret7: # @ret7 i32.const $push0=, 0 i32.load16_u $push1=, d+8($pop0) return $pop1 -func_end6: - .size ret7, func_end6-ret7 +.Lfunc_end6: + .size ret7, .Lfunc_end6-ret7 .globl ret8 .type ret8,@function @@ -101,8 +101,8 @@ ret8: # @ret8 i32.const $push0=, 0 i32.load8_u $push1=, d+10($pop0) return $pop1 -func_end7: - .size ret8, func_end7-ret8 +.Lfunc_end7: + .size ret8, .Lfunc_end7-ret8 .globl ret9 .type ret9,@function @@ -112,8 +112,8 @@ ret9: # @ret9 i32.const $push0=, 0 i32.load8_u $push1=, d+11($pop0) return $pop1 -func_end8: - .size ret9, func_end8-ret9 +.Lfunc_end8: + .size ret9, .Lfunc_end8-ret9 .globl fn1_1 .type fn1_1,@function @@ -131,8 +131,8 @@ fn1_1: # @fn1_1 i32.or $push5=, $pop2, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end9: - .size fn1_1, func_end9-fn1_1 +.Lfunc_end9: + .size fn1_1, .Lfunc_end9-fn1_1 .globl fn2_1 .type fn2_1,@function @@ -152,8 +152,8 @@ fn2_1: # @fn2_1 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end10: - .size fn2_1, func_end10-fn2_1 +.Lfunc_end10: + .size fn2_1, .Lfunc_end10-fn2_1 .globl fn3_1 .type fn3_1,@function @@ -168,8 +168,8 @@ fn3_1: # @fn3_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, b+8($1), $pop3 return -func_end11: - .size fn3_1, func_end11-fn3_1 +.Lfunc_end11: + .size fn3_1, .Lfunc_end11-fn3_1 .globl fn4_1 .type fn4_1,@function @@ -187,8 +187,8 @@ fn4_1: # @fn4_1 i32.or $push5=, $pop2, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end12: - .size fn4_1, func_end12-fn4_1 +.Lfunc_end12: + .size fn4_1, .Lfunc_end12-fn4_1 .globl fn5_1 .type fn5_1,@function @@ -208,8 +208,8 @@ fn5_1: # @fn5_1 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end13: - .size fn5_1, func_end13-fn5_1 +.Lfunc_end13: + .size fn5_1, .Lfunc_end13-fn5_1 .globl fn6_1 .type fn6_1,@function @@ -224,8 +224,8 @@ fn6_1: # @fn6_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, c+8($1), $pop3 return -func_end14: - .size fn6_1, func_end14-fn6_1 +.Lfunc_end14: + .size fn6_1, .Lfunc_end14-fn6_1 .globl fn7_1 .type fn7_1,@function @@ -238,8 +238,8 @@ fn7_1: # @fn7_1 i32.add $push1=, $pop0, $0 i32.store16 $discard=, d+8($1), $pop1 return -func_end15: - .size fn7_1, func_end15-fn7_1 +.Lfunc_end15: + .size fn7_1, .Lfunc_end15-fn7_1 .globl fn8_1 .type fn8_1,@function @@ -255,8 +255,8 @@ fn8_1: # @fn8_1 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+10($1), $pop3 return -func_end16: - .size fn8_1, func_end16-fn8_1 +.Lfunc_end16: + .size fn8_1, .Lfunc_end16-fn8_1 .globl fn9_1 .type fn9_1,@function @@ -271,8 +271,8 @@ fn9_1: # @fn9_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, d+8($1), $pop3 return -func_end17: - .size fn9_1, func_end17-fn9_1 +.Lfunc_end17: + .size fn9_1, .Lfunc_end17-fn9_1 .globl fn1_2 .type fn1_2,@function @@ -291,8 +291,8 @@ fn1_2: # @fn1_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end18: - .size fn1_2, func_end18-fn1_2 +.Lfunc_end18: + .size fn1_2, .Lfunc_end18-fn1_2 .globl fn2_2 .type fn2_2,@function @@ -311,8 +311,8 @@ fn2_2: # @fn2_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end19: - .size fn2_2, func_end19-fn2_2 +.Lfunc_end19: + .size fn2_2, .Lfunc_end19-fn2_2 .globl fn3_2 .type fn3_2,@function @@ -326,8 +326,8 @@ fn3_2: # @fn3_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end20: - .size fn3_2, func_end20-fn3_2 +.Lfunc_end20: + .size fn3_2, .Lfunc_end20-fn3_2 .globl fn4_2 .type fn4_2,@function @@ -346,8 +346,8 @@ fn4_2: # @fn4_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, c+8($1), $pop6 return -func_end21: - .size fn4_2, func_end21-fn4_2 +.Lfunc_end21: + .size fn4_2, .Lfunc_end21-fn4_2 .globl fn5_2 .type fn5_2,@function @@ -361,8 +361,8 @@ fn5_2: # @fn5_2 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end22: - .size fn5_2, func_end22-fn5_2 +.Lfunc_end22: + .size fn5_2, .Lfunc_end22-fn5_2 .globl fn6_2 .type fn6_2,@function @@ -376,8 +376,8 @@ fn6_2: # @fn6_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end23: - .size fn6_2, func_end23-fn6_2 +.Lfunc_end23: + .size fn6_2, .Lfunc_end23-fn6_2 .globl fn7_2 .type fn7_2,@function @@ -391,8 +391,8 @@ fn7_2: # @fn7_2 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end24: - .size fn7_2, func_end24-fn7_2 +.Lfunc_end24: + .size fn7_2, .Lfunc_end24-fn7_2 .globl fn8_2 .type fn8_2,@function @@ -408,8 +408,8 @@ fn8_2: # @fn8_2 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+10($1), $pop4 return -func_end25: - .size fn8_2, func_end25-fn8_2 +.Lfunc_end25: + .size fn8_2, .Lfunc_end25-fn8_2 .globl fn9_2 .type fn9_2,@function @@ -423,8 +423,8 @@ fn9_2: # @fn9_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end26: - .size fn9_2, func_end26-fn9_2 +.Lfunc_end26: + .size fn9_2, .Lfunc_end26-fn9_2 .globl fn1_3 .type fn1_3,@function @@ -443,8 +443,8 @@ fn1_3: # @fn1_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end27: - .size fn1_3, func_end27-fn1_3 +.Lfunc_end27: + .size fn1_3, .Lfunc_end27-fn1_3 .globl fn2_3 .type fn2_3,@function @@ -463,8 +463,8 @@ fn2_3: # @fn2_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end28: - .size fn2_3, func_end28-fn2_3 +.Lfunc_end28: + .size fn2_3, .Lfunc_end28-fn2_3 .globl fn3_3 .type fn3_3,@function @@ -478,8 +478,8 @@ fn3_3: # @fn3_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end29: - .size fn3_3, func_end29-fn3_3 +.Lfunc_end29: + .size fn3_3, .Lfunc_end29-fn3_3 .globl fn4_3 .type fn4_3,@function @@ -498,8 +498,8 @@ fn4_3: # @fn4_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, c+8($1), $pop6 return -func_end30: - .size fn4_3, func_end30-fn4_3 +.Lfunc_end30: + .size fn4_3, .Lfunc_end30-fn4_3 .globl fn5_3 .type fn5_3,@function @@ -513,8 +513,8 @@ fn5_3: # @fn5_3 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end31: - .size fn5_3, func_end31-fn5_3 +.Lfunc_end31: + .size fn5_3, .Lfunc_end31-fn5_3 .globl fn6_3 .type fn6_3,@function @@ -528,8 +528,8 @@ fn6_3: # @fn6_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end32: - .size fn6_3, func_end32-fn6_3 +.Lfunc_end32: + .size fn6_3, .Lfunc_end32-fn6_3 .globl fn7_3 .type fn7_3,@function @@ -543,8 +543,8 @@ fn7_3: # @fn7_3 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end33: - .size fn7_3, func_end33-fn7_3 +.Lfunc_end33: + .size fn7_3, .Lfunc_end33-fn7_3 .globl fn8_3 .type fn8_3,@function @@ -560,8 +560,8 @@ fn8_3: # @fn8_3 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+10($1), $pop4 return -func_end34: - .size fn8_3, func_end34-fn8_3 +.Lfunc_end34: + .size fn8_3, .Lfunc_end34-fn8_3 .globl fn9_3 .type fn9_3,@function @@ -575,8 +575,8 @@ fn9_3: # @fn9_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end35: - .size fn9_3, func_end35-fn9_3 +.Lfunc_end35: + .size fn9_3, .Lfunc_end35-fn9_3 .globl fn1_4 .type fn1_4,@function @@ -594,8 +594,8 @@ fn1_4: # @fn1_4 i32.or $push5=, $pop2, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end36: - .size fn1_4, func_end36-fn1_4 +.Lfunc_end36: + .size fn1_4, .Lfunc_end36-fn1_4 .globl fn2_4 .type fn2_4,@function @@ -615,8 +615,8 @@ fn2_4: # @fn2_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end37: - .size fn2_4, func_end37-fn2_4 +.Lfunc_end37: + .size fn2_4, .Lfunc_end37-fn2_4 .globl fn3_4 .type fn3_4,@function @@ -636,8 +636,8 @@ fn3_4: # @fn3_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end38: - .size fn3_4, func_end38-fn3_4 +.Lfunc_end38: + .size fn3_4, .Lfunc_end38-fn3_4 .globl fn4_4 .type fn4_4,@function @@ -655,8 +655,8 @@ fn4_4: # @fn4_4 i32.or $push5=, $pop2, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end39: - .size fn4_4, func_end39-fn4_4 +.Lfunc_end39: + .size fn4_4, .Lfunc_end39-fn4_4 .globl fn5_4 .type fn5_4,@function @@ -676,8 +676,8 @@ fn5_4: # @fn5_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end40: - .size fn5_4, func_end40-fn5_4 +.Lfunc_end40: + .size fn5_4, .Lfunc_end40-fn5_4 .globl fn6_4 .type fn6_4,@function @@ -697,8 +697,8 @@ fn6_4: # @fn6_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end41: - .size fn6_4, func_end41-fn6_4 +.Lfunc_end41: + .size fn6_4, .Lfunc_end41-fn6_4 .globl fn7_4 .type fn7_4,@function @@ -711,8 +711,8 @@ fn7_4: # @fn7_4 i32.sub $push1=, $pop0, $0 i32.store16 $discard=, d+8($1), $pop1 return -func_end42: - .size fn7_4, func_end42-fn7_4 +.Lfunc_end42: + .size fn7_4, .Lfunc_end42-fn7_4 .globl fn8_4 .type fn8_4,@function @@ -728,8 +728,8 @@ fn8_4: # @fn8_4 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+10($1), $pop3 return -func_end43: - .size fn8_4, func_end43-fn8_4 +.Lfunc_end43: + .size fn8_4, .Lfunc_end43-fn8_4 .globl fn9_4 .type fn9_4,@function @@ -745,8 +745,8 @@ fn9_4: # @fn9_4 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+11($1), $pop3 return -func_end44: - .size fn9_4, func_end44-fn9_4 +.Lfunc_end44: + .size fn9_4, .Lfunc_end44-fn9_4 .globl fn1_5 .type fn1_5,@function @@ -764,8 +764,8 @@ fn1_5: # @fn1_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b+8($1), $pop4 return -func_end45: - .size fn1_5, func_end45-fn1_5 +.Lfunc_end45: + .size fn1_5, .Lfunc_end45-fn1_5 .globl fn2_5 .type fn2_5,@function @@ -783,8 +783,8 @@ fn2_5: # @fn2_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b+8($1), $pop4 return -func_end46: - .size fn2_5, func_end46-fn2_5 +.Lfunc_end46: + .size fn2_5, .Lfunc_end46-fn2_5 .globl fn3_5 .type fn3_5,@function @@ -798,8 +798,8 @@ fn3_5: # @fn3_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end47: - .size fn3_5, func_end47-fn3_5 +.Lfunc_end47: + .size fn3_5, .Lfunc_end47-fn3_5 .globl fn4_5 .type fn4_5,@function @@ -817,8 +817,8 @@ fn4_5: # @fn4_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, c+8($1), $pop4 return -func_end48: - .size fn4_5, func_end48-fn4_5 +.Lfunc_end48: + .size fn4_5, .Lfunc_end48-fn4_5 .globl fn5_5 .type fn5_5,@function @@ -832,8 +832,8 @@ fn5_5: # @fn5_5 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end49: - .size fn5_5, func_end49-fn5_5 +.Lfunc_end49: + .size fn5_5, .Lfunc_end49-fn5_5 .globl fn6_5 .type fn6_5,@function @@ -847,8 +847,8 @@ fn6_5: # @fn6_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end50: - .size fn6_5, func_end50-fn6_5 +.Lfunc_end50: + .size fn6_5, .Lfunc_end50-fn6_5 .globl fn7_5 .type fn7_5,@function @@ -862,8 +862,8 @@ fn7_5: # @fn7_5 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end51: - .size fn7_5, func_end51-fn7_5 +.Lfunc_end51: + .size fn7_5, .Lfunc_end51-fn7_5 .globl fn8_5 .type fn8_5,@function @@ -879,8 +879,8 @@ fn8_5: # @fn8_5 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+10($1), $pop4 return -func_end52: - .size fn8_5, func_end52-fn8_5 +.Lfunc_end52: + .size fn8_5, .Lfunc_end52-fn8_5 .globl fn9_5 .type fn9_5,@function @@ -894,8 +894,8 @@ fn9_5: # @fn9_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end53: - .size fn9_5, func_end53-fn9_5 +.Lfunc_end53: + .size fn9_5, .Lfunc_end53-fn9_5 .globl fn1_6 .type fn1_6,@function @@ -913,8 +913,8 @@ fn1_6: # @fn1_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b+8($1), $pop4 return -func_end54: - .size fn1_6, func_end54-fn1_6 +.Lfunc_end54: + .size fn1_6, .Lfunc_end54-fn1_6 .globl fn2_6 .type fn2_6,@function @@ -932,8 +932,8 @@ fn2_6: # @fn2_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b+8($1), $pop4 return -func_end55: - .size fn2_6, func_end55-fn2_6 +.Lfunc_end55: + .size fn2_6, .Lfunc_end55-fn2_6 .globl fn3_6 .type fn3_6,@function @@ -947,8 +947,8 @@ fn3_6: # @fn3_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end56: - .size fn3_6, func_end56-fn3_6 +.Lfunc_end56: + .size fn3_6, .Lfunc_end56-fn3_6 .globl fn4_6 .type fn4_6,@function @@ -966,8 +966,8 @@ fn4_6: # @fn4_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, c+8($1), $pop4 return -func_end57: - .size fn4_6, func_end57-fn4_6 +.Lfunc_end57: + .size fn4_6, .Lfunc_end57-fn4_6 .globl fn5_6 .type fn5_6,@function @@ -981,8 +981,8 @@ fn5_6: # @fn5_6 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end58: - .size fn5_6, func_end58-fn5_6 +.Lfunc_end58: + .size fn5_6, .Lfunc_end58-fn5_6 .globl fn6_6 .type fn6_6,@function @@ -996,8 +996,8 @@ fn6_6: # @fn6_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end59: - .size fn6_6, func_end59-fn6_6 +.Lfunc_end59: + .size fn6_6, .Lfunc_end59-fn6_6 .globl fn7_6 .type fn7_6,@function @@ -1011,8 +1011,8 @@ fn7_6: # @fn7_6 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end60: - .size fn7_6, func_end60-fn7_6 +.Lfunc_end60: + .size fn7_6, .Lfunc_end60-fn7_6 .globl fn8_6 .type fn8_6,@function @@ -1028,8 +1028,8 @@ fn8_6: # @fn8_6 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+10($1), $pop4 return -func_end61: - .size fn8_6, func_end61-fn8_6 +.Lfunc_end61: + .size fn8_6, .Lfunc_end61-fn8_6 .globl fn9_6 .type fn9_6,@function @@ -1043,8 +1043,8 @@ fn9_6: # @fn9_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end62: - .size fn9_6, func_end62-fn9_6 +.Lfunc_end62: + .size fn9_6, .Lfunc_end62-fn9_6 .globl fn1_7 .type fn1_7,@function @@ -1059,8 +1059,8 @@ fn1_7: # @fn1_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, b+8($1), $pop3 return -func_end63: - .size fn1_7, func_end63-fn1_7 +.Lfunc_end63: + .size fn1_7, .Lfunc_end63-fn1_7 .globl fn2_7 .type fn2_7,@function @@ -1077,8 +1077,8 @@ fn2_7: # @fn2_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, b+8($1), $pop5 return -func_end64: - .size fn2_7, func_end64-fn2_7 +.Lfunc_end64: + .size fn2_7, .Lfunc_end64-fn2_7 .globl fn3_7 .type fn3_7,@function @@ -1095,8 +1095,8 @@ fn3_7: # @fn3_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end65: - .size fn3_7, func_end65-fn3_7 +.Lfunc_end65: + .size fn3_7, .Lfunc_end65-fn3_7 .globl fn4_7 .type fn4_7,@function @@ -1111,8 +1111,8 @@ fn4_7: # @fn4_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, c+8($1), $pop3 return -func_end66: - .size fn4_7, func_end66-fn4_7 +.Lfunc_end66: + .size fn4_7, .Lfunc_end66-fn4_7 .globl fn5_7 .type fn5_7,@function @@ -1129,8 +1129,8 @@ fn5_7: # @fn5_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, c+8($1), $pop5 return -func_end67: - .size fn5_7, func_end67-fn5_7 +.Lfunc_end67: + .size fn5_7, .Lfunc_end67-fn5_7 .globl fn6_7 .type fn6_7,@function @@ -1147,8 +1147,8 @@ fn6_7: # @fn6_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end68: - .size fn6_7, func_end68-fn6_7 +.Lfunc_end68: + .size fn6_7, .Lfunc_end68-fn6_7 .globl fn7_7 .type fn7_7,@function @@ -1163,8 +1163,8 @@ fn7_7: # @fn7_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, d+8($1), $pop3 return -func_end69: - .size fn7_7, func_end69-fn7_7 +.Lfunc_end69: + .size fn7_7, .Lfunc_end69-fn7_7 .globl fn8_7 .type fn8_7,@function @@ -1181,8 +1181,8 @@ fn8_7: # @fn8_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, d+8($1), $pop5 return -func_end70: - .size fn8_7, func_end70-fn8_7 +.Lfunc_end70: + .size fn8_7, .Lfunc_end70-fn8_7 .globl fn9_7 .type fn9_7,@function @@ -1199,8 +1199,8 @@ fn9_7: # @fn9_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, d+8($1), $pop5 return -func_end71: - .size fn9_7, func_end71-fn9_7 +.Lfunc_end71: + .size fn9_7, .Lfunc_end71-fn9_7 .globl fn1_8 .type fn1_8,@function @@ -1215,8 +1215,8 @@ fn1_8: # @fn1_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, b+8($1), $pop3 return -func_end72: - .size fn1_8, func_end72-fn1_8 +.Lfunc_end72: + .size fn1_8, .Lfunc_end72-fn1_8 .globl fn2_8 .type fn2_8,@function @@ -1233,8 +1233,8 @@ fn2_8: # @fn2_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end73: - .size fn2_8, func_end73-fn2_8 +.Lfunc_end73: + .size fn2_8, .Lfunc_end73-fn2_8 .globl fn3_8 .type fn3_8,@function @@ -1254,8 +1254,8 @@ fn3_8: # @fn3_8 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end74: - .size fn3_8, func_end74-fn3_8 +.Lfunc_end74: + .size fn3_8, .Lfunc_end74-fn3_8 .globl fn4_8 .type fn4_8,@function @@ -1270,8 +1270,8 @@ fn4_8: # @fn4_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, c+8($1), $pop3 return -func_end75: - .size fn4_8, func_end75-fn4_8 +.Lfunc_end75: + .size fn4_8, .Lfunc_end75-fn4_8 .globl fn5_8 .type fn5_8,@function @@ -1288,8 +1288,8 @@ fn5_8: # @fn5_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end76: - .size fn5_8, func_end76-fn5_8 +.Lfunc_end76: + .size fn5_8, .Lfunc_end76-fn5_8 .globl fn6_8 .type fn6_8,@function @@ -1309,8 +1309,8 @@ fn6_8: # @fn6_8 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end77: - .size fn6_8, func_end77-fn6_8 +.Lfunc_end77: + .size fn6_8, .Lfunc_end77-fn6_8 .globl fn7_8 .type fn7_8,@function @@ -1325,8 +1325,8 @@ fn7_8: # @fn7_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, d+8($1), $pop3 return -func_end78: - .size fn7_8, func_end78-fn7_8 +.Lfunc_end78: + .size fn7_8, .Lfunc_end78-fn7_8 .globl fn8_8 .type fn8_8,@function @@ -1343,8 +1343,8 @@ fn8_8: # @fn8_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, d+8($1), $pop5 return -func_end79: - .size fn8_8, func_end79-fn8_8 +.Lfunc_end79: + .size fn8_8, .Lfunc_end79-fn8_8 .globl fn9_8 .type fn9_8,@function @@ -1360,8 +1360,8 @@ fn9_8: # @fn9_8 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+11($1), $pop3 return -func_end80: - .size fn9_8, func_end80-fn9_8 +.Lfunc_end80: + .size fn9_8, .Lfunc_end80-fn9_8 .globl fn1_9 .type fn1_9,@function @@ -1376,8 +1376,8 @@ fn1_9: # @fn1_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, b+8($1), $pop3 return -func_end81: - .size fn1_9, func_end81-fn1_9 +.Lfunc_end81: + .size fn1_9, .Lfunc_end81-fn1_9 .globl fn2_9 .type fn2_9,@function @@ -1394,8 +1394,8 @@ fn2_9: # @fn2_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end82: - .size fn2_9, func_end82-fn2_9 +.Lfunc_end82: + .size fn2_9, .Lfunc_end82-fn2_9 .globl fn3_9 .type fn3_9,@function @@ -1415,8 +1415,8 @@ fn3_9: # @fn3_9 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end83: - .size fn3_9, func_end83-fn3_9 +.Lfunc_end83: + .size fn3_9, .Lfunc_end83-fn3_9 .globl fn4_9 .type fn4_9,@function @@ -1431,8 +1431,8 @@ fn4_9: # @fn4_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, c+8($1), $pop3 return -func_end84: - .size fn4_9, func_end84-fn4_9 +.Lfunc_end84: + .size fn4_9, .Lfunc_end84-fn4_9 .globl fn5_9 .type fn5_9,@function @@ -1449,8 +1449,8 @@ fn5_9: # @fn5_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end85: - .size fn5_9, func_end85-fn5_9 +.Lfunc_end85: + .size fn5_9, .Lfunc_end85-fn5_9 .globl fn6_9 .type fn6_9,@function @@ -1470,8 +1470,8 @@ fn6_9: # @fn6_9 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end86: - .size fn6_9, func_end86-fn6_9 +.Lfunc_end86: + .size fn6_9, .Lfunc_end86-fn6_9 .globl fn7_9 .type fn7_9,@function @@ -1486,8 +1486,8 @@ fn7_9: # @fn7_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, d+8($1), $pop3 return -func_end87: - .size fn7_9, func_end87-fn7_9 +.Lfunc_end87: + .size fn7_9, .Lfunc_end87-fn7_9 .globl fn8_9 .type fn8_9,@function @@ -1504,8 +1504,8 @@ fn8_9: # @fn8_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, d+8($1), $pop5 return -func_end88: - .size fn8_9, func_end88-fn8_9 +.Lfunc_end88: + .size fn8_9, .Lfunc_end88-fn8_9 .globl fn9_9 .type fn9_9,@function @@ -1521,8 +1521,8 @@ fn9_9: # @fn9_9 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+11($1), $pop3 return -func_end89: - .size fn9_9, func_end89-fn9_9 +.Lfunc_end89: + .size fn9_9, .Lfunc_end89-fn9_9 .globl fn1_a .type fn1_a,@function @@ -1540,8 +1540,8 @@ fn1_a: # @fn1_a i32.or $push4=, $pop3, $0 i32.store $discard=, b+8($1), $pop4 return -func_end90: - .size fn1_a, func_end90-fn1_a +.Lfunc_end90: + .size fn1_a, .Lfunc_end90-fn1_a .globl fn2_a .type fn2_a,@function @@ -1562,8 +1562,8 @@ fn2_a: # @fn2_a i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end91: - .size fn2_a, func_end91-fn2_a +.Lfunc_end91: + .size fn2_a, .Lfunc_end91-fn2_a .globl fn3_a .type fn3_a,@function @@ -1582,8 +1582,8 @@ fn3_a: # @fn3_a i32.or $push5=, $pop2, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end92: - .size fn3_a, func_end92-fn3_a +.Lfunc_end92: + .size fn3_a, .Lfunc_end92-fn3_a .globl fn4_a .type fn4_a,@function @@ -1601,8 +1601,8 @@ fn4_a: # @fn4_a i32.or $push4=, $pop3, $0 i32.store $discard=, c+8($1), $pop4 return -func_end93: - .size fn4_a, func_end93-fn4_a +.Lfunc_end93: + .size fn4_a, .Lfunc_end93-fn4_a .globl fn5_a .type fn5_a,@function @@ -1623,8 +1623,8 @@ fn5_a: # @fn5_a i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end94: - .size fn5_a, func_end94-fn5_a +.Lfunc_end94: + .size fn5_a, .Lfunc_end94-fn5_a .globl fn6_a .type fn6_a,@function @@ -1643,8 +1643,8 @@ fn6_a: # @fn6_a i32.or $push5=, $pop2, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end95: - .size fn6_a, func_end95-fn6_a +.Lfunc_end95: + .size fn6_a, .Lfunc_end95-fn6_a .globl fn7_a .type fn7_a,@function @@ -1657,8 +1657,8 @@ fn7_a: # @fn7_a i32.div_u $push1=, $pop0, $0 i32.store16 $discard=, d+8($1), $pop1 return -func_end96: - .size fn7_a, func_end96-fn7_a +.Lfunc_end96: + .size fn7_a, .Lfunc_end96-fn7_a .globl fn8_a .type fn8_a,@function @@ -1671,8 +1671,8 @@ fn8_a: # @fn8_a i32.div_u $push1=, $pop0, $0 i32.store8 $discard=, d+10($1), $pop1 return -func_end97: - .size fn8_a, func_end97-fn8_a +.Lfunc_end97: + .size fn8_a, .Lfunc_end97-fn8_a .globl fn9_a .type fn9_a,@function @@ -1685,8 +1685,8 @@ fn9_a: # @fn9_a i32.div_u $push1=, $pop0, $0 i32.store8 $discard=, d+11($1), $pop1 return -func_end98: - .size fn9_a, func_end98-fn9_a +.Lfunc_end98: + .size fn9_a, .Lfunc_end98-fn9_a .globl fn1_b .type fn1_b,@function @@ -1704,8 +1704,8 @@ fn1_b: # @fn1_b i32.or $push4=, $0, $pop3 i32.store $discard=, b+8($1), $pop4 return -func_end99: - .size fn1_b, func_end99-fn1_b +.Lfunc_end99: + .size fn1_b, .Lfunc_end99-fn1_b .globl fn2_b .type fn2_b,@function @@ -1726,8 +1726,8 @@ fn2_b: # @fn2_b i32.or $push7=, $pop4, $pop6 i32.store $discard=, b+8($1), $pop7 return -func_end100: - .size fn2_b, func_end100-fn2_b +.Lfunc_end100: + .size fn2_b, .Lfunc_end100-fn2_b .globl fn3_b .type fn3_b,@function @@ -1746,8 +1746,8 @@ fn3_b: # @fn3_b i32.or $push5=, $pop2, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end101: - .size fn3_b, func_end101-fn3_b +.Lfunc_end101: + .size fn3_b, .Lfunc_end101-fn3_b .globl fn4_b .type fn4_b,@function @@ -1765,8 +1765,8 @@ fn4_b: # @fn4_b i32.or $push4=, $0, $pop3 i32.store $discard=, c+8($1), $pop4 return -func_end102: - .size fn4_b, func_end102-fn4_b +.Lfunc_end102: + .size fn4_b, .Lfunc_end102-fn4_b .globl fn5_b .type fn5_b,@function @@ -1787,8 +1787,8 @@ fn5_b: # @fn5_b i32.or $push7=, $pop4, $pop6 i32.store $discard=, c+8($1), $pop7 return -func_end103: - .size fn5_b, func_end103-fn5_b +.Lfunc_end103: + .size fn5_b, .Lfunc_end103-fn5_b .globl fn6_b .type fn6_b,@function @@ -1807,8 +1807,8 @@ fn6_b: # @fn6_b i32.or $push5=, $pop2, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end104: - .size fn6_b, func_end104-fn6_b +.Lfunc_end104: + .size fn6_b, .Lfunc_end104-fn6_b .globl fn7_b .type fn7_b,@function @@ -1821,8 +1821,8 @@ fn7_b: # @fn7_b i32.rem_u $push1=, $pop0, $0 i32.store16 $discard=, d+8($1), $pop1 return -func_end105: - .size fn7_b, func_end105-fn7_b +.Lfunc_end105: + .size fn7_b, .Lfunc_end105-fn7_b .globl fn8_b .type fn8_b,@function @@ -1835,8 +1835,8 @@ fn8_b: # @fn8_b i32.rem_u $push1=, $pop0, $0 i32.store8 $discard=, d+10($1), $pop1 return -func_end106: - .size fn8_b, func_end106-fn8_b +.Lfunc_end106: + .size fn8_b, .Lfunc_end106-fn8_b .globl fn9_b .type fn9_b,@function @@ -1849,8 +1849,8 @@ fn9_b: # @fn9_b i32.rem_u $push1=, $pop0, $0 i32.store8 $discard=, d+11($1), $pop1 return -func_end107: - .size fn9_b, func_end107-fn9_b +.Lfunc_end107: + .size fn9_b, .Lfunc_end107-fn9_b .globl fn1_c .type fn1_c,@function @@ -1869,8 +1869,8 @@ fn1_c: # @fn1_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end108: - .size fn1_c, func_end108-fn1_c +.Lfunc_end108: + .size fn1_c, .Lfunc_end108-fn1_c .globl fn2_c .type fn2_c,@function @@ -1889,8 +1889,8 @@ fn2_c: # @fn2_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end109: - .size fn2_c, func_end109-fn2_c +.Lfunc_end109: + .size fn2_c, .Lfunc_end109-fn2_c .globl fn3_c .type fn3_c,@function @@ -1904,8 +1904,8 @@ fn3_c: # @fn3_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end110: - .size fn3_c, func_end110-fn3_c +.Lfunc_end110: + .size fn3_c, .Lfunc_end110-fn3_c .globl fn4_c .type fn4_c,@function @@ -1924,8 +1924,8 @@ fn4_c: # @fn4_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, c+8($1), $pop6 return -func_end111: - .size fn4_c, func_end111-fn4_c +.Lfunc_end111: + .size fn4_c, .Lfunc_end111-fn4_c .globl fn5_c .type fn5_c,@function @@ -1939,8 +1939,8 @@ fn5_c: # @fn5_c i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end112: - .size fn5_c, func_end112-fn5_c +.Lfunc_end112: + .size fn5_c, .Lfunc_end112-fn5_c .globl fn6_c .type fn6_c,@function @@ -1954,8 +1954,8 @@ fn6_c: # @fn6_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end113: - .size fn6_c, func_end113-fn6_c +.Lfunc_end113: + .size fn6_c, .Lfunc_end113-fn6_c .globl fn7_c .type fn7_c,@function @@ -1969,8 +1969,8 @@ fn7_c: # @fn7_c i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end114: - .size fn7_c, func_end114-fn7_c +.Lfunc_end114: + .size fn7_c, .Lfunc_end114-fn7_c .globl fn8_c .type fn8_c,@function @@ -1986,8 +1986,8 @@ fn8_c: # @fn8_c i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+10($1), $pop4 return -func_end115: - .size fn8_c, func_end115-fn8_c +.Lfunc_end115: + .size fn8_c, .Lfunc_end115-fn8_c .globl fn9_c .type fn9_c,@function @@ -2001,8 +2001,8 @@ fn9_c: # @fn9_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end116: - .size fn9_c, func_end116-fn9_c +.Lfunc_end116: + .size fn9_c, .Lfunc_end116-fn9_c .globl fn1_d .type fn1_d,@function @@ -2021,8 +2021,8 @@ fn1_d: # @fn1_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end117: - .size fn1_d, func_end117-fn1_d +.Lfunc_end117: + .size fn1_d, .Lfunc_end117-fn1_d .globl fn2_d .type fn2_d,@function @@ -2041,8 +2041,8 @@ fn2_d: # @fn2_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end118: - .size fn2_d, func_end118-fn2_d +.Lfunc_end118: + .size fn2_d, .Lfunc_end118-fn2_d .globl fn3_d .type fn3_d,@function @@ -2056,8 +2056,8 @@ fn3_d: # @fn3_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end119: - .size fn3_d, func_end119-fn3_d +.Lfunc_end119: + .size fn3_d, .Lfunc_end119-fn3_d .globl fn4_d .type fn4_d,@function @@ -2076,8 +2076,8 @@ fn4_d: # @fn4_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, c+8($1), $pop6 return -func_end120: - .size fn4_d, func_end120-fn4_d +.Lfunc_end120: + .size fn4_d, .Lfunc_end120-fn4_d .globl fn5_d .type fn5_d,@function @@ -2091,8 +2091,8 @@ fn5_d: # @fn5_d i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end121: - .size fn5_d, func_end121-fn5_d +.Lfunc_end121: + .size fn5_d, .Lfunc_end121-fn5_d .globl fn6_d .type fn6_d,@function @@ -2106,8 +2106,8 @@ fn6_d: # @fn6_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end122: - .size fn6_d, func_end122-fn6_d +.Lfunc_end122: + .size fn6_d, .Lfunc_end122-fn6_d .globl fn7_d .type fn7_d,@function @@ -2121,8 +2121,8 @@ fn7_d: # @fn7_d i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end123: - .size fn7_d, func_end123-fn7_d +.Lfunc_end123: + .size fn7_d, .Lfunc_end123-fn7_d .globl fn8_d .type fn8_d,@function @@ -2138,8 +2138,8 @@ fn8_d: # @fn8_d i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+10($1), $pop4 return -func_end124: - .size fn8_d, func_end124-fn8_d +.Lfunc_end124: + .size fn8_d, .Lfunc_end124-fn8_d .globl fn9_d .type fn9_d,@function @@ -2153,8 +2153,8 @@ fn9_d: # @fn9_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end125: - .size fn9_d, func_end125-fn9_d +.Lfunc_end125: + .size fn9_d, .Lfunc_end125-fn9_d .globl fn1_e .type fn1_e,@function @@ -2168,8 +2168,8 @@ fn1_e: # @fn1_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end126: - .size fn1_e, func_end126-fn1_e +.Lfunc_end126: + .size fn1_e, .Lfunc_end126-fn1_e .globl fn2_e .type fn2_e,@function @@ -2183,8 +2183,8 @@ fn2_e: # @fn2_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end127: - .size fn2_e, func_end127-fn2_e +.Lfunc_end127: + .size fn2_e, .Lfunc_end127-fn2_e .globl fn3_e .type fn3_e,@function @@ -2198,8 +2198,8 @@ fn3_e: # @fn3_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end128: - .size fn3_e, func_end128-fn3_e +.Lfunc_end128: + .size fn3_e, .Lfunc_end128-fn3_e .globl fn4_e .type fn4_e,@function @@ -2213,8 +2213,8 @@ fn4_e: # @fn4_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end129: - .size fn4_e, func_end129-fn4_e +.Lfunc_end129: + .size fn4_e, .Lfunc_end129-fn4_e .globl fn5_e .type fn5_e,@function @@ -2222,8 +2222,8 @@ fn5_e: # @fn5_e .param i32 # BB#0: # %entry return -func_end130: - .size fn5_e, func_end130-fn5_e +.Lfunc_end130: + .size fn5_e, .Lfunc_end130-fn5_e .globl fn6_e .type fn6_e,@function @@ -2237,8 +2237,8 @@ fn6_e: # @fn6_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end131: - .size fn6_e, func_end131-fn6_e +.Lfunc_end131: + .size fn6_e, .Lfunc_end131-fn6_e .globl fn7_e .type fn7_e,@function @@ -2252,8 +2252,8 @@ fn7_e: # @fn7_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end132: - .size fn7_e, func_end132-fn7_e +.Lfunc_end132: + .size fn7_e, .Lfunc_end132-fn7_e .globl fn8_e .type fn8_e,@function @@ -2267,8 +2267,8 @@ fn8_e: # @fn8_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end133: - .size fn8_e, func_end133-fn8_e +.Lfunc_end133: + .size fn8_e, .Lfunc_end133-fn8_e .globl fn9_e .type fn9_e,@function @@ -2282,8 +2282,8 @@ fn9_e: # @fn9_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end134: - .size fn9_e, func_end134-fn9_e +.Lfunc_end134: + .size fn9_e, .Lfunc_end134-fn9_e .globl fn1_f .type fn1_f,@function @@ -2297,8 +2297,8 @@ fn1_f: # @fn1_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end135: - .size fn1_f, func_end135-fn1_f +.Lfunc_end135: + .size fn1_f, .Lfunc_end135-fn1_f .globl fn2_f .type fn2_f,@function @@ -2312,8 +2312,8 @@ fn2_f: # @fn2_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end136: - .size fn2_f, func_end136-fn2_f +.Lfunc_end136: + .size fn2_f, .Lfunc_end136-fn2_f .globl fn3_f .type fn3_f,@function @@ -2327,8 +2327,8 @@ fn3_f: # @fn3_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end137: - .size fn3_f, func_end137-fn3_f +.Lfunc_end137: + .size fn3_f, .Lfunc_end137-fn3_f .globl fn4_f .type fn4_f,@function @@ -2342,8 +2342,8 @@ fn4_f: # @fn4_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end138: - .size fn4_f, func_end138-fn4_f +.Lfunc_end138: + .size fn4_f, .Lfunc_end138-fn4_f .globl fn5_f .type fn5_f,@function @@ -2357,8 +2357,8 @@ fn5_f: # @fn5_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end139: - .size fn5_f, func_end139-fn5_f +.Lfunc_end139: + .size fn5_f, .Lfunc_end139-fn5_f .globl fn6_f .type fn6_f,@function @@ -2372,8 +2372,8 @@ fn6_f: # @fn6_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end140: - .size fn6_f, func_end140-fn6_f +.Lfunc_end140: + .size fn6_f, .Lfunc_end140-fn6_f .globl fn7_f .type fn7_f,@function @@ -2387,8 +2387,8 @@ fn7_f: # @fn7_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end141: - .size fn7_f, func_end141-fn7_f +.Lfunc_end141: + .size fn7_f, .Lfunc_end141-fn7_f .globl fn8_f .type fn8_f,@function @@ -2402,8 +2402,8 @@ fn8_f: # @fn8_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end142: - .size fn8_f, func_end142-fn8_f +.Lfunc_end142: + .size fn8_f, .Lfunc_end142-fn8_f .globl fn9_f .type fn9_f,@function @@ -2417,8 +2417,8 @@ fn9_f: # @fn9_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end143: - .size fn9_f, func_end143-fn9_f +.Lfunc_end143: + .size fn9_f, .Lfunc_end143-fn9_f .globl fn1_g .type fn1_g,@function @@ -2432,8 +2432,8 @@ fn1_g: # @fn1_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end144: - .size fn1_g, func_end144-fn1_g +.Lfunc_end144: + .size fn1_g, .Lfunc_end144-fn1_g .globl fn2_g .type fn2_g,@function @@ -2447,8 +2447,8 @@ fn2_g: # @fn2_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end145: - .size fn2_g, func_end145-fn2_g +.Lfunc_end145: + .size fn2_g, .Lfunc_end145-fn2_g .globl fn3_g .type fn3_g,@function @@ -2462,8 +2462,8 @@ fn3_g: # @fn3_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b+8($1), $pop2 return -func_end146: - .size fn3_g, func_end146-fn3_g +.Lfunc_end146: + .size fn3_g, .Lfunc_end146-fn3_g .globl fn4_g .type fn4_g,@function @@ -2477,8 +2477,8 @@ fn4_g: # @fn4_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end147: - .size fn4_g, func_end147-fn4_g +.Lfunc_end147: + .size fn4_g, .Lfunc_end147-fn4_g .globl fn5_g .type fn5_g,@function @@ -2492,8 +2492,8 @@ fn5_g: # @fn5_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end148: - .size fn5_g, func_end148-fn5_g +.Lfunc_end148: + .size fn5_g, .Lfunc_end148-fn5_g .globl fn6_g .type fn6_g,@function @@ -2507,8 +2507,8 @@ fn6_g: # @fn6_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end149: - .size fn6_g, func_end149-fn6_g +.Lfunc_end149: + .size fn6_g, .Lfunc_end149-fn6_g .globl fn7_g .type fn7_g,@function @@ -2522,8 +2522,8 @@ fn7_g: # @fn7_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end150: - .size fn7_g, func_end150-fn7_g +.Lfunc_end150: + .size fn7_g, .Lfunc_end150-fn7_g .globl fn8_g .type fn8_g,@function @@ -2537,8 +2537,8 @@ fn8_g: # @fn8_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end151: - .size fn8_g, func_end151-fn8_g +.Lfunc_end151: + .size fn8_g, .Lfunc_end151-fn8_g .globl fn9_g .type fn9_g,@function @@ -2552,8 +2552,8 @@ fn9_g: # @fn9_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d+8($1), $pop2 return -func_end152: - .size fn9_g, func_end152-fn9_g +.Lfunc_end152: + .size fn9_g, .Lfunc_end152-fn9_g .globl fn1_h .type fn1_h,@function @@ -2572,8 +2572,8 @@ fn1_h: # @fn1_h i32.or $push5=, $3, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end153: - .size fn1_h, func_end153-fn1_h +.Lfunc_end153: + .size fn1_h, .Lfunc_end153-fn1_h .globl fn2_h .type fn2_h,@function @@ -2595,8 +2595,8 @@ fn2_h: # @fn2_h i32.or $push8=, $pop5, $pop7 i32.store $discard=, b+8($1), $pop8 return -func_end154: - .size fn2_h, func_end154-fn2_h +.Lfunc_end154: + .size fn2_h, .Lfunc_end154-fn2_h .globl fn3_h .type fn3_h,@function @@ -2615,8 +2615,8 @@ fn3_h: # @fn3_h i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end155: - .size fn3_h, func_end155-fn3_h +.Lfunc_end155: + .size fn3_h, .Lfunc_end155-fn3_h .globl fn4_h .type fn4_h,@function @@ -2635,8 +2635,8 @@ fn4_h: # @fn4_h i32.or $push5=, $3, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end156: - .size fn4_h, func_end156-fn4_h +.Lfunc_end156: + .size fn4_h, .Lfunc_end156-fn4_h .globl fn5_h .type fn5_h,@function @@ -2650,8 +2650,8 @@ fn5_h: # @fn5_h i32.and $push2=, $pop0, $pop1 i32.store $discard=, c+8($1), $pop2 return -func_end157: - .size fn5_h, func_end157-fn5_h +.Lfunc_end157: + .size fn5_h, .Lfunc_end157-fn5_h .globl fn6_h .type fn6_h,@function @@ -2670,8 +2670,8 @@ fn6_h: # @fn6_h i32.or $push6=, $pop3, $pop5 i32.store $discard=, c+8($1), $pop6 return -func_end158: - .size fn6_h, func_end158-fn6_h +.Lfunc_end158: + .size fn6_h, .Lfunc_end158-fn6_h .globl fn7_h .type fn7_h,@function @@ -2685,8 +2685,8 @@ fn7_h: # @fn7_h i32.div_u $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end159: - .size fn7_h, func_end159-fn7_h +.Lfunc_end159: + .size fn7_h, .Lfunc_end159-fn7_h .globl fn8_h .type fn8_h,@function @@ -2700,8 +2700,8 @@ fn8_h: # @fn8_h i32.div_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+10($1), $pop2 return -func_end160: - .size fn8_h, func_end160-fn8_h +.Lfunc_end160: + .size fn8_h, .Lfunc_end160-fn8_h .globl fn9_h .type fn9_h,@function @@ -2715,8 +2715,8 @@ fn9_h: # @fn9_h i32.div_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+11($1), $pop2 return -func_end161: - .size fn9_h, func_end161-fn9_h +.Lfunc_end161: + .size fn9_h, .Lfunc_end161-fn9_h .globl fn1_i .type fn1_i,@function @@ -2735,8 +2735,8 @@ fn1_i: # @fn1_i i32.or $push5=, $3, $pop4 i32.store $discard=, b+8($1), $pop5 return -func_end162: - .size fn1_i, func_end162-fn1_i +.Lfunc_end162: + .size fn1_i, .Lfunc_end162-fn1_i .globl fn2_i .type fn2_i,@function @@ -2758,8 +2758,8 @@ fn2_i: # @fn2_i i32.or $push8=, $pop5, $pop7 i32.store $discard=, b+8($1), $pop8 return -func_end163: - .size fn2_i, func_end163-fn2_i +.Lfunc_end163: + .size fn2_i, .Lfunc_end163-fn2_i .globl fn3_i .type fn3_i,@function @@ -2779,8 +2779,8 @@ fn3_i: # @fn3_i i32.or $push6=, $pop3, $pop5 i32.store $discard=, b+8($1), $pop6 return -func_end164: - .size fn3_i, func_end164-fn3_i +.Lfunc_end164: + .size fn3_i, .Lfunc_end164-fn3_i .globl fn4_i .type fn4_i,@function @@ -2799,8 +2799,8 @@ fn4_i: # @fn4_i i32.or $push5=, $3, $pop4 i32.store $discard=, c+8($1), $pop5 return -func_end165: - .size fn4_i, func_end165-fn4_i +.Lfunc_end165: + .size fn4_i, .Lfunc_end165-fn4_i .globl fn5_i .type fn5_i,@function @@ -2822,8 +2822,8 @@ fn5_i: # @fn5_i i32.or $push8=, $pop5, $pop7 i32.store $discard=, c+8($1), $pop8 return -func_end166: - .size fn5_i, func_end166-fn5_i +.Lfunc_end166: + .size fn5_i, .Lfunc_end166-fn5_i .globl fn6_i .type fn6_i,@function @@ -2843,8 +2843,8 @@ fn6_i: # @fn6_i i32.or $push6=, $pop3, $pop5 i32.store $discard=, c+8($1), $pop6 return -func_end167: - .size fn6_i, func_end167-fn6_i +.Lfunc_end167: + .size fn6_i, .Lfunc_end167-fn6_i .globl fn7_i .type fn7_i,@function @@ -2858,8 +2858,8 @@ fn7_i: # @fn7_i i32.rem_u $push2=, $pop0, $pop1 i32.store16 $discard=, d+8($1), $pop2 return -func_end168: - .size fn7_i, func_end168-fn7_i +.Lfunc_end168: + .size fn7_i, .Lfunc_end168-fn7_i .globl fn8_i .type fn8_i,@function @@ -2873,8 +2873,8 @@ fn8_i: # @fn8_i i32.rem_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+10($1), $pop2 return -func_end169: - .size fn8_i, func_end169-fn8_i +.Lfunc_end169: + .size fn8_i, .Lfunc_end169-fn8_i .globl fn9_i .type fn9_i,@function @@ -2888,8 +2888,8 @@ fn9_i: # @fn9_i i32.rem_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+11($1), $pop2 return -func_end170: - .size fn9_i, func_end170-fn9_i +.Lfunc_end170: + .size fn9_i, .Lfunc_end170-fn9_i .globl main .type main,@function @@ -2905,8 +2905,8 @@ main: # @main i32.const $push2=, -1147377476 i32.store $discard=, d+8($0), $pop2 return $0 -func_end171: - .size main, func_end171-main +.Lfunc_end171: + .size main, .Lfunc_end171-main .type b,@object # @b .bss diff --git a/test/torture-s/20040705-2.c.s b/test/torture-s/20040705-2.c.s index 52ade14a7..9fc71faf5 100644 --- a/test/torture-s/20040705-2.c.s +++ b/test/torture-s/20040705-2.c.s @@ -10,8 +10,8 @@ ret1: # @ret1 i32.const $push2=, 63 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size ret1, func_end0-ret1 +.Lfunc_end0: + .size ret1, .Lfunc_end0-ret1 .globl ret2 .type ret2,@function @@ -25,8 +25,8 @@ ret2: # @ret2 i32.const $push4=, 2047 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end1: - .size ret2, func_end1-ret2 +.Lfunc_end1: + .size ret2, .Lfunc_end1-ret2 .globl ret3 .type ret3,@function @@ -38,8 +38,8 @@ ret3: # @ret3 i32.const $push2=, 17 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size ret3, func_end2-ret3 +.Lfunc_end2: + .size ret3, .Lfunc_end2-ret3 .globl ret4 .type ret4,@function @@ -51,8 +51,8 @@ ret4: # @ret4 i32.const $push2=, 31 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end3: - .size ret4, func_end3-ret4 +.Lfunc_end3: + .size ret4, .Lfunc_end3-ret4 .globl ret5 .type ret5,@function @@ -66,8 +66,8 @@ ret5: # @ret5 i32.const $push4=, 1 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end4: - .size ret5, func_end4-ret5 +.Lfunc_end4: + .size ret5, .Lfunc_end4-ret5 .globl ret6 .type ret6,@function @@ -79,8 +79,8 @@ ret6: # @ret6 i32.const $push2=, 6 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end5: - .size ret6, func_end5-ret6 +.Lfunc_end5: + .size ret6, .Lfunc_end5-ret6 .globl ret7 .type ret7,@function @@ -90,8 +90,8 @@ ret7: # @ret7 i32.const $push0=, 0 i32.load16_u $push1=, d($pop0) return $pop1 -func_end6: - .size ret7, func_end6-ret7 +.Lfunc_end6: + .size ret7, .Lfunc_end6-ret7 .globl ret8 .type ret8,@function @@ -101,8 +101,8 @@ ret8: # @ret8 i32.const $push0=, 0 i32.load8_u $push1=, d+2($pop0) return $pop1 -func_end7: - .size ret8, func_end7-ret8 +.Lfunc_end7: + .size ret8, .Lfunc_end7-ret8 .globl ret9 .type ret9,@function @@ -112,8 +112,8 @@ ret9: # @ret9 i32.const $push0=, 0 i32.load8_u $push1=, d+3($pop0) return $pop1 -func_end8: - .size ret9, func_end8-ret9 +.Lfunc_end8: + .size ret9, .Lfunc_end8-ret9 .globl fn1_1 .type fn1_1,@function @@ -131,8 +131,8 @@ fn1_1: # @fn1_1 i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end9: - .size fn1_1, func_end9-fn1_1 +.Lfunc_end9: + .size fn1_1, .Lfunc_end9-fn1_1 .globl fn2_1 .type fn2_1,@function @@ -152,8 +152,8 @@ fn2_1: # @fn2_1 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end10: - .size fn2_1, func_end10-fn2_1 +.Lfunc_end10: + .size fn2_1, .Lfunc_end10-fn2_1 .globl fn3_1 .type fn3_1,@function @@ -168,8 +168,8 @@ fn3_1: # @fn3_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, b($1), $pop3 return -func_end11: - .size fn3_1, func_end11-fn3_1 +.Lfunc_end11: + .size fn3_1, .Lfunc_end11-fn3_1 .globl fn4_1 .type fn4_1,@function @@ -187,8 +187,8 @@ fn4_1: # @fn4_1 i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end12: - .size fn4_1, func_end12-fn4_1 +.Lfunc_end12: + .size fn4_1, .Lfunc_end12-fn4_1 .globl fn5_1 .type fn5_1,@function @@ -208,8 +208,8 @@ fn5_1: # @fn5_1 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end13: - .size fn5_1, func_end13-fn5_1 +.Lfunc_end13: + .size fn5_1, .Lfunc_end13-fn5_1 .globl fn6_1 .type fn6_1,@function @@ -224,8 +224,8 @@ fn6_1: # @fn6_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, c($1), $pop3 return -func_end14: - .size fn6_1, func_end14-fn6_1 +.Lfunc_end14: + .size fn6_1, .Lfunc_end14-fn6_1 .globl fn7_1 .type fn7_1,@function @@ -238,8 +238,8 @@ fn7_1: # @fn7_1 i32.add $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end15: - .size fn7_1, func_end15-fn7_1 +.Lfunc_end15: + .size fn7_1, .Lfunc_end15-fn7_1 .globl fn8_1 .type fn8_1,@function @@ -255,8 +255,8 @@ fn8_1: # @fn8_1 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+2($1), $pop3 return -func_end16: - .size fn8_1, func_end16-fn8_1 +.Lfunc_end16: + .size fn8_1, .Lfunc_end16-fn8_1 .globl fn9_1 .type fn9_1,@function @@ -271,8 +271,8 @@ fn9_1: # @fn9_1 i32.add $push3=, $pop0, $pop2 i32.store $discard=, d($1), $pop3 return -func_end17: - .size fn9_1, func_end17-fn9_1 +.Lfunc_end17: + .size fn9_1, .Lfunc_end17-fn9_1 .globl fn1_2 .type fn1_2,@function @@ -291,8 +291,8 @@ fn1_2: # @fn1_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end18: - .size fn1_2, func_end18-fn1_2 +.Lfunc_end18: + .size fn1_2, .Lfunc_end18-fn1_2 .globl fn2_2 .type fn2_2,@function @@ -311,8 +311,8 @@ fn2_2: # @fn2_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end19: - .size fn2_2, func_end19-fn2_2 +.Lfunc_end19: + .size fn2_2, .Lfunc_end19-fn2_2 .globl fn3_2 .type fn3_2,@function @@ -326,8 +326,8 @@ fn3_2: # @fn3_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end20: - .size fn3_2, func_end20-fn3_2 +.Lfunc_end20: + .size fn3_2, .Lfunc_end20-fn3_2 .globl fn4_2 .type fn4_2,@function @@ -346,8 +346,8 @@ fn4_2: # @fn4_2 i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end21: - .size fn4_2, func_end21-fn4_2 +.Lfunc_end21: + .size fn4_2, .Lfunc_end21-fn4_2 .globl fn5_2 .type fn5_2,@function @@ -361,8 +361,8 @@ fn5_2: # @fn5_2 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end22: - .size fn5_2, func_end22-fn5_2 +.Lfunc_end22: + .size fn5_2, .Lfunc_end22-fn5_2 .globl fn6_2 .type fn6_2,@function @@ -376,8 +376,8 @@ fn6_2: # @fn6_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end23: - .size fn6_2, func_end23-fn6_2 +.Lfunc_end23: + .size fn6_2, .Lfunc_end23-fn6_2 .globl fn7_2 .type fn7_2,@function @@ -391,8 +391,8 @@ fn7_2: # @fn7_2 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end24: - .size fn7_2, func_end24-fn7_2 +.Lfunc_end24: + .size fn7_2, .Lfunc_end24-fn7_2 .globl fn8_2 .type fn8_2,@function @@ -408,8 +408,8 @@ fn8_2: # @fn8_2 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end25: - .size fn8_2, func_end25-fn8_2 +.Lfunc_end25: + .size fn8_2, .Lfunc_end25-fn8_2 .globl fn9_2 .type fn9_2,@function @@ -423,8 +423,8 @@ fn9_2: # @fn9_2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end26: - .size fn9_2, func_end26-fn9_2 +.Lfunc_end26: + .size fn9_2, .Lfunc_end26-fn9_2 .globl fn1_3 .type fn1_3,@function @@ -443,8 +443,8 @@ fn1_3: # @fn1_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end27: - .size fn1_3, func_end27-fn1_3 +.Lfunc_end27: + .size fn1_3, .Lfunc_end27-fn1_3 .globl fn2_3 .type fn2_3,@function @@ -463,8 +463,8 @@ fn2_3: # @fn2_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end28: - .size fn2_3, func_end28-fn2_3 +.Lfunc_end28: + .size fn2_3, .Lfunc_end28-fn2_3 .globl fn3_3 .type fn3_3,@function @@ -478,8 +478,8 @@ fn3_3: # @fn3_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end29: - .size fn3_3, func_end29-fn3_3 +.Lfunc_end29: + .size fn3_3, .Lfunc_end29-fn3_3 .globl fn4_3 .type fn4_3,@function @@ -498,8 +498,8 @@ fn4_3: # @fn4_3 i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end30: - .size fn4_3, func_end30-fn4_3 +.Lfunc_end30: + .size fn4_3, .Lfunc_end30-fn4_3 .globl fn5_3 .type fn5_3,@function @@ -513,8 +513,8 @@ fn5_3: # @fn5_3 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end31: - .size fn5_3, func_end31-fn5_3 +.Lfunc_end31: + .size fn5_3, .Lfunc_end31-fn5_3 .globl fn6_3 .type fn6_3,@function @@ -528,8 +528,8 @@ fn6_3: # @fn6_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end32: - .size fn6_3, func_end32-fn6_3 +.Lfunc_end32: + .size fn6_3, .Lfunc_end32-fn6_3 .globl fn7_3 .type fn7_3,@function @@ -543,8 +543,8 @@ fn7_3: # @fn7_3 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end33: - .size fn7_3, func_end33-fn7_3 +.Lfunc_end33: + .size fn7_3, .Lfunc_end33-fn7_3 .globl fn8_3 .type fn8_3,@function @@ -560,8 +560,8 @@ fn8_3: # @fn8_3 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end34: - .size fn8_3, func_end34-fn8_3 +.Lfunc_end34: + .size fn8_3, .Lfunc_end34-fn8_3 .globl fn9_3 .type fn9_3,@function @@ -575,8 +575,8 @@ fn9_3: # @fn9_3 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end35: - .size fn9_3, func_end35-fn9_3 +.Lfunc_end35: + .size fn9_3, .Lfunc_end35-fn9_3 .globl fn1_4 .type fn1_4,@function @@ -594,8 +594,8 @@ fn1_4: # @fn1_4 i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end36: - .size fn1_4, func_end36-fn1_4 +.Lfunc_end36: + .size fn1_4, .Lfunc_end36-fn1_4 .globl fn2_4 .type fn2_4,@function @@ -615,8 +615,8 @@ fn2_4: # @fn2_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end37: - .size fn2_4, func_end37-fn2_4 +.Lfunc_end37: + .size fn2_4, .Lfunc_end37-fn2_4 .globl fn3_4 .type fn3_4,@function @@ -636,8 +636,8 @@ fn3_4: # @fn3_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end38: - .size fn3_4, func_end38-fn3_4 +.Lfunc_end38: + .size fn3_4, .Lfunc_end38-fn3_4 .globl fn4_4 .type fn4_4,@function @@ -655,8 +655,8 @@ fn4_4: # @fn4_4 i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end39: - .size fn4_4, func_end39-fn4_4 +.Lfunc_end39: + .size fn4_4, .Lfunc_end39-fn4_4 .globl fn5_4 .type fn5_4,@function @@ -676,8 +676,8 @@ fn5_4: # @fn5_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end40: - .size fn5_4, func_end40-fn5_4 +.Lfunc_end40: + .size fn5_4, .Lfunc_end40-fn5_4 .globl fn6_4 .type fn6_4,@function @@ -697,8 +697,8 @@ fn6_4: # @fn6_4 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end41: - .size fn6_4, func_end41-fn6_4 +.Lfunc_end41: + .size fn6_4, .Lfunc_end41-fn6_4 .globl fn7_4 .type fn7_4,@function @@ -711,8 +711,8 @@ fn7_4: # @fn7_4 i32.sub $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end42: - .size fn7_4, func_end42-fn7_4 +.Lfunc_end42: + .size fn7_4, .Lfunc_end42-fn7_4 .globl fn8_4 .type fn8_4,@function @@ -728,8 +728,8 @@ fn8_4: # @fn8_4 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+2($1), $pop3 return -func_end43: - .size fn8_4, func_end43-fn8_4 +.Lfunc_end43: + .size fn8_4, .Lfunc_end43-fn8_4 .globl fn9_4 .type fn9_4,@function @@ -745,8 +745,8 @@ fn9_4: # @fn9_4 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+3($1), $pop3 return -func_end44: - .size fn9_4, func_end44-fn9_4 +.Lfunc_end44: + .size fn9_4, .Lfunc_end44-fn9_4 .globl fn1_5 .type fn1_5,@function @@ -764,8 +764,8 @@ fn1_5: # @fn1_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end45: - .size fn1_5, func_end45-fn1_5 +.Lfunc_end45: + .size fn1_5, .Lfunc_end45-fn1_5 .globl fn2_5 .type fn2_5,@function @@ -783,8 +783,8 @@ fn2_5: # @fn2_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end46: - .size fn2_5, func_end46-fn2_5 +.Lfunc_end46: + .size fn2_5, .Lfunc_end46-fn2_5 .globl fn3_5 .type fn3_5,@function @@ -798,8 +798,8 @@ fn3_5: # @fn3_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end47: - .size fn3_5, func_end47-fn3_5 +.Lfunc_end47: + .size fn3_5, .Lfunc_end47-fn3_5 .globl fn4_5 .type fn4_5,@function @@ -817,8 +817,8 @@ fn4_5: # @fn4_5 i32.or $push4=, $pop1, $pop3 i32.store $discard=, c($1), $pop4 return -func_end48: - .size fn4_5, func_end48-fn4_5 +.Lfunc_end48: + .size fn4_5, .Lfunc_end48-fn4_5 .globl fn5_5 .type fn5_5,@function @@ -832,8 +832,8 @@ fn5_5: # @fn5_5 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end49: - .size fn5_5, func_end49-fn5_5 +.Lfunc_end49: + .size fn5_5, .Lfunc_end49-fn5_5 .globl fn6_5 .type fn6_5,@function @@ -847,8 +847,8 @@ fn6_5: # @fn6_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end50: - .size fn6_5, func_end50-fn6_5 +.Lfunc_end50: + .size fn6_5, .Lfunc_end50-fn6_5 .globl fn7_5 .type fn7_5,@function @@ -862,8 +862,8 @@ fn7_5: # @fn7_5 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end51: - .size fn7_5, func_end51-fn7_5 +.Lfunc_end51: + .size fn7_5, .Lfunc_end51-fn7_5 .globl fn8_5 .type fn8_5,@function @@ -879,8 +879,8 @@ fn8_5: # @fn8_5 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end52: - .size fn8_5, func_end52-fn8_5 +.Lfunc_end52: + .size fn8_5, .Lfunc_end52-fn8_5 .globl fn9_5 .type fn9_5,@function @@ -894,8 +894,8 @@ fn9_5: # @fn9_5 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end53: - .size fn9_5, func_end53-fn9_5 +.Lfunc_end53: + .size fn9_5, .Lfunc_end53-fn9_5 .globl fn1_6 .type fn1_6,@function @@ -913,8 +913,8 @@ fn1_6: # @fn1_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end54: - .size fn1_6, func_end54-fn1_6 +.Lfunc_end54: + .size fn1_6, .Lfunc_end54-fn1_6 .globl fn2_6 .type fn2_6,@function @@ -932,8 +932,8 @@ fn2_6: # @fn2_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, b($1), $pop4 return -func_end55: - .size fn2_6, func_end55-fn2_6 +.Lfunc_end55: + .size fn2_6, .Lfunc_end55-fn2_6 .globl fn3_6 .type fn3_6,@function @@ -947,8 +947,8 @@ fn3_6: # @fn3_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end56: - .size fn3_6, func_end56-fn3_6 +.Lfunc_end56: + .size fn3_6, .Lfunc_end56-fn3_6 .globl fn4_6 .type fn4_6,@function @@ -966,8 +966,8 @@ fn4_6: # @fn4_6 i32.or $push4=, $pop1, $pop3 i32.store $discard=, c($1), $pop4 return -func_end57: - .size fn4_6, func_end57-fn4_6 +.Lfunc_end57: + .size fn4_6, .Lfunc_end57-fn4_6 .globl fn5_6 .type fn5_6,@function @@ -981,8 +981,8 @@ fn5_6: # @fn5_6 i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end58: - .size fn5_6, func_end58-fn5_6 +.Lfunc_end58: + .size fn5_6, .Lfunc_end58-fn5_6 .globl fn6_6 .type fn6_6,@function @@ -996,8 +996,8 @@ fn6_6: # @fn6_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end59: - .size fn6_6, func_end59-fn6_6 +.Lfunc_end59: + .size fn6_6, .Lfunc_end59-fn6_6 .globl fn7_6 .type fn7_6,@function @@ -1011,8 +1011,8 @@ fn7_6: # @fn7_6 i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end60: - .size fn7_6, func_end60-fn7_6 +.Lfunc_end60: + .size fn7_6, .Lfunc_end60-fn7_6 .globl fn8_6 .type fn8_6,@function @@ -1028,8 +1028,8 @@ fn8_6: # @fn8_6 i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end61: - .size fn8_6, func_end61-fn8_6 +.Lfunc_end61: + .size fn8_6, .Lfunc_end61-fn8_6 .globl fn9_6 .type fn9_6,@function @@ -1043,8 +1043,8 @@ fn9_6: # @fn9_6 i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end62: - .size fn9_6, func_end62-fn9_6 +.Lfunc_end62: + .size fn9_6, .Lfunc_end62-fn9_6 .globl fn1_7 .type fn1_7,@function @@ -1059,8 +1059,8 @@ fn1_7: # @fn1_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, b($1), $pop3 return -func_end63: - .size fn1_7, func_end63-fn1_7 +.Lfunc_end63: + .size fn1_7, .Lfunc_end63-fn1_7 .globl fn2_7 .type fn2_7,@function @@ -1077,8 +1077,8 @@ fn2_7: # @fn2_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, b($1), $pop5 return -func_end64: - .size fn2_7, func_end64-fn2_7 +.Lfunc_end64: + .size fn2_7, .Lfunc_end64-fn2_7 .globl fn3_7 .type fn3_7,@function @@ -1095,8 +1095,8 @@ fn3_7: # @fn3_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, b($1), $pop5 return -func_end65: - .size fn3_7, func_end65-fn3_7 +.Lfunc_end65: + .size fn3_7, .Lfunc_end65-fn3_7 .globl fn4_7 .type fn4_7,@function @@ -1111,8 +1111,8 @@ fn4_7: # @fn4_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, c($1), $pop3 return -func_end66: - .size fn4_7, func_end66-fn4_7 +.Lfunc_end66: + .size fn4_7, .Lfunc_end66-fn4_7 .globl fn5_7 .type fn5_7,@function @@ -1129,8 +1129,8 @@ fn5_7: # @fn5_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, c($1), $pop5 return -func_end67: - .size fn5_7, func_end67-fn5_7 +.Lfunc_end67: + .size fn5_7, .Lfunc_end67-fn5_7 .globl fn6_7 .type fn6_7,@function @@ -1147,8 +1147,8 @@ fn6_7: # @fn6_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, c($1), $pop5 return -func_end68: - .size fn6_7, func_end68-fn6_7 +.Lfunc_end68: + .size fn6_7, .Lfunc_end68-fn6_7 .globl fn7_7 .type fn7_7,@function @@ -1163,8 +1163,8 @@ fn7_7: # @fn7_7 i32.and $push3=, $pop2, $pop0 i32.store $discard=, d($1), $pop3 return -func_end69: - .size fn7_7, func_end69-fn7_7 +.Lfunc_end69: + .size fn7_7, .Lfunc_end69-fn7_7 .globl fn8_7 .type fn8_7,@function @@ -1181,8 +1181,8 @@ fn8_7: # @fn8_7 i32.and $push5=, $pop4, $pop0 i32.store $discard=, d($1), $pop5 return -func_end70: - .size fn8_7, func_end70-fn8_7 +.Lfunc_end70: + .size fn8_7, .Lfunc_end70-fn8_7 .globl fn9_7 .type fn9_7,@function @@ -1199,8 +1199,8 @@ fn9_7: # @fn9_7 i32.and $push5=, $pop0, $pop4 i32.store $discard=, d($1), $pop5 return -func_end71: - .size fn9_7, func_end71-fn9_7 +.Lfunc_end71: + .size fn9_7, .Lfunc_end71-fn9_7 .globl fn1_8 .type fn1_8,@function @@ -1215,8 +1215,8 @@ fn1_8: # @fn1_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, b($1), $pop3 return -func_end72: - .size fn1_8, func_end72-fn1_8 +.Lfunc_end72: + .size fn1_8, .Lfunc_end72-fn1_8 .globl fn2_8 .type fn2_8,@function @@ -1233,8 +1233,8 @@ fn2_8: # @fn2_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, b($1), $pop5 return -func_end73: - .size fn2_8, func_end73-fn2_8 +.Lfunc_end73: + .size fn2_8, .Lfunc_end73-fn2_8 .globl fn3_8 .type fn3_8,@function @@ -1254,8 +1254,8 @@ fn3_8: # @fn3_8 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end74: - .size fn3_8, func_end74-fn3_8 +.Lfunc_end74: + .size fn3_8, .Lfunc_end74-fn3_8 .globl fn4_8 .type fn4_8,@function @@ -1270,8 +1270,8 @@ fn4_8: # @fn4_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, c($1), $pop3 return -func_end75: - .size fn4_8, func_end75-fn4_8 +.Lfunc_end75: + .size fn4_8, .Lfunc_end75-fn4_8 .globl fn5_8 .type fn5_8,@function @@ -1288,8 +1288,8 @@ fn5_8: # @fn5_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, c($1), $pop5 return -func_end76: - .size fn5_8, func_end76-fn5_8 +.Lfunc_end76: + .size fn5_8, .Lfunc_end76-fn5_8 .globl fn6_8 .type fn6_8,@function @@ -1309,8 +1309,8 @@ fn6_8: # @fn6_8 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end77: - .size fn6_8, func_end77-fn6_8 +.Lfunc_end77: + .size fn6_8, .Lfunc_end77-fn6_8 .globl fn7_8 .type fn7_8,@function @@ -1325,8 +1325,8 @@ fn7_8: # @fn7_8 i32.or $push3=, $pop0, $pop2 i32.store $discard=, d($1), $pop3 return -func_end78: - .size fn7_8, func_end78-fn7_8 +.Lfunc_end78: + .size fn7_8, .Lfunc_end78-fn7_8 .globl fn8_8 .type fn8_8,@function @@ -1343,8 +1343,8 @@ fn8_8: # @fn8_8 i32.or $push5=, $pop0, $pop4 i32.store $discard=, d($1), $pop5 return -func_end79: - .size fn8_8, func_end79-fn8_8 +.Lfunc_end79: + .size fn8_8, .Lfunc_end79-fn8_8 .globl fn9_8 .type fn9_8,@function @@ -1360,8 +1360,8 @@ fn9_8: # @fn9_8 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+3($1), $pop3 return -func_end80: - .size fn9_8, func_end80-fn9_8 +.Lfunc_end80: + .size fn9_8, .Lfunc_end80-fn9_8 .globl fn1_9 .type fn1_9,@function @@ -1376,8 +1376,8 @@ fn1_9: # @fn1_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, b($1), $pop3 return -func_end81: - .size fn1_9, func_end81-fn1_9 +.Lfunc_end81: + .size fn1_9, .Lfunc_end81-fn1_9 .globl fn2_9 .type fn2_9,@function @@ -1394,8 +1394,8 @@ fn2_9: # @fn2_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, b($1), $pop5 return -func_end82: - .size fn2_9, func_end82-fn2_9 +.Lfunc_end82: + .size fn2_9, .Lfunc_end82-fn2_9 .globl fn3_9 .type fn3_9,@function @@ -1415,8 +1415,8 @@ fn3_9: # @fn3_9 i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end83: - .size fn3_9, func_end83-fn3_9 +.Lfunc_end83: + .size fn3_9, .Lfunc_end83-fn3_9 .globl fn4_9 .type fn4_9,@function @@ -1431,8 +1431,8 @@ fn4_9: # @fn4_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, c($1), $pop3 return -func_end84: - .size fn4_9, func_end84-fn4_9 +.Lfunc_end84: + .size fn4_9, .Lfunc_end84-fn4_9 .globl fn5_9 .type fn5_9,@function @@ -1449,8 +1449,8 @@ fn5_9: # @fn5_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, c($1), $pop5 return -func_end85: - .size fn5_9, func_end85-fn5_9 +.Lfunc_end85: + .size fn5_9, .Lfunc_end85-fn5_9 .globl fn6_9 .type fn6_9,@function @@ -1470,8 +1470,8 @@ fn6_9: # @fn6_9 i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end86: - .size fn6_9, func_end86-fn6_9 +.Lfunc_end86: + .size fn6_9, .Lfunc_end86-fn6_9 .globl fn7_9 .type fn7_9,@function @@ -1486,8 +1486,8 @@ fn7_9: # @fn7_9 i32.xor $push3=, $pop0, $pop2 i32.store $discard=, d($1), $pop3 return -func_end87: - .size fn7_9, func_end87-fn7_9 +.Lfunc_end87: + .size fn7_9, .Lfunc_end87-fn7_9 .globl fn8_9 .type fn8_9,@function @@ -1504,8 +1504,8 @@ fn8_9: # @fn8_9 i32.xor $push5=, $pop0, $pop4 i32.store $discard=, d($1), $pop5 return -func_end88: - .size fn8_9, func_end88-fn8_9 +.Lfunc_end88: + .size fn8_9, .Lfunc_end88-fn8_9 .globl fn9_9 .type fn9_9,@function @@ -1521,8 +1521,8 @@ fn9_9: # @fn9_9 i32.shr_u $push3=, $pop2, $2 i32.store8 $discard=, d+3($1), $pop3 return -func_end89: - .size fn9_9, func_end89-fn9_9 +.Lfunc_end89: + .size fn9_9, .Lfunc_end89-fn9_9 .globl fn1_a .type fn1_a,@function @@ -1540,8 +1540,8 @@ fn1_a: # @fn1_a i32.or $push4=, $pop3, $0 i32.store $discard=, b($1), $pop4 return -func_end90: - .size fn1_a, func_end90-fn1_a +.Lfunc_end90: + .size fn1_a, .Lfunc_end90-fn1_a .globl fn2_a .type fn2_a,@function @@ -1562,8 +1562,8 @@ fn2_a: # @fn2_a i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end91: - .size fn2_a, func_end91-fn2_a +.Lfunc_end91: + .size fn2_a, .Lfunc_end91-fn2_a .globl fn3_a .type fn3_a,@function @@ -1582,8 +1582,8 @@ fn3_a: # @fn3_a i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end92: - .size fn3_a, func_end92-fn3_a +.Lfunc_end92: + .size fn3_a, .Lfunc_end92-fn3_a .globl fn4_a .type fn4_a,@function @@ -1601,8 +1601,8 @@ fn4_a: # @fn4_a i32.or $push4=, $pop3, $0 i32.store $discard=, c($1), $pop4 return -func_end93: - .size fn4_a, func_end93-fn4_a +.Lfunc_end93: + .size fn4_a, .Lfunc_end93-fn4_a .globl fn5_a .type fn5_a,@function @@ -1623,8 +1623,8 @@ fn5_a: # @fn5_a i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end94: - .size fn5_a, func_end94-fn5_a +.Lfunc_end94: + .size fn5_a, .Lfunc_end94-fn5_a .globl fn6_a .type fn6_a,@function @@ -1643,8 +1643,8 @@ fn6_a: # @fn6_a i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end95: - .size fn6_a, func_end95-fn6_a +.Lfunc_end95: + .size fn6_a, .Lfunc_end95-fn6_a .globl fn7_a .type fn7_a,@function @@ -1657,8 +1657,8 @@ fn7_a: # @fn7_a i32.div_u $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end96: - .size fn7_a, func_end96-fn7_a +.Lfunc_end96: + .size fn7_a, .Lfunc_end96-fn7_a .globl fn8_a .type fn8_a,@function @@ -1671,8 +1671,8 @@ fn8_a: # @fn8_a i32.div_u $push1=, $pop0, $0 i32.store8 $discard=, d+2($1), $pop1 return -func_end97: - .size fn8_a, func_end97-fn8_a +.Lfunc_end97: + .size fn8_a, .Lfunc_end97-fn8_a .globl fn9_a .type fn9_a,@function @@ -1685,8 +1685,8 @@ fn9_a: # @fn9_a i32.div_u $push1=, $pop0, $0 i32.store8 $discard=, d+3($1), $pop1 return -func_end98: - .size fn9_a, func_end98-fn9_a +.Lfunc_end98: + .size fn9_a, .Lfunc_end98-fn9_a .globl fn1_b .type fn1_b,@function @@ -1704,8 +1704,8 @@ fn1_b: # @fn1_b i32.or $push4=, $0, $pop3 i32.store $discard=, b($1), $pop4 return -func_end99: - .size fn1_b, func_end99-fn1_b +.Lfunc_end99: + .size fn1_b, .Lfunc_end99-fn1_b .globl fn2_b .type fn2_b,@function @@ -1726,8 +1726,8 @@ fn2_b: # @fn2_b i32.or $push7=, $pop4, $pop6 i32.store $discard=, b($1), $pop7 return -func_end100: - .size fn2_b, func_end100-fn2_b +.Lfunc_end100: + .size fn2_b, .Lfunc_end100-fn2_b .globl fn3_b .type fn3_b,@function @@ -1746,8 +1746,8 @@ fn3_b: # @fn3_b i32.or $push5=, $pop2, $pop4 i32.store $discard=, b($1), $pop5 return -func_end101: - .size fn3_b, func_end101-fn3_b +.Lfunc_end101: + .size fn3_b, .Lfunc_end101-fn3_b .globl fn4_b .type fn4_b,@function @@ -1765,8 +1765,8 @@ fn4_b: # @fn4_b i32.or $push4=, $0, $pop3 i32.store $discard=, c($1), $pop4 return -func_end102: - .size fn4_b, func_end102-fn4_b +.Lfunc_end102: + .size fn4_b, .Lfunc_end102-fn4_b .globl fn5_b .type fn5_b,@function @@ -1787,8 +1787,8 @@ fn5_b: # @fn5_b i32.or $push7=, $pop4, $pop6 i32.store $discard=, c($1), $pop7 return -func_end103: - .size fn5_b, func_end103-fn5_b +.Lfunc_end103: + .size fn5_b, .Lfunc_end103-fn5_b .globl fn6_b .type fn6_b,@function @@ -1807,8 +1807,8 @@ fn6_b: # @fn6_b i32.or $push5=, $pop2, $pop4 i32.store $discard=, c($1), $pop5 return -func_end104: - .size fn6_b, func_end104-fn6_b +.Lfunc_end104: + .size fn6_b, .Lfunc_end104-fn6_b .globl fn7_b .type fn7_b,@function @@ -1821,8 +1821,8 @@ fn7_b: # @fn7_b i32.rem_u $push1=, $pop0, $0 i32.store16 $discard=, d($1), $pop1 return -func_end105: - .size fn7_b, func_end105-fn7_b +.Lfunc_end105: + .size fn7_b, .Lfunc_end105-fn7_b .globl fn8_b .type fn8_b,@function @@ -1835,8 +1835,8 @@ fn8_b: # @fn8_b i32.rem_u $push1=, $pop0, $0 i32.store8 $discard=, d+2($1), $pop1 return -func_end106: - .size fn8_b, func_end106-fn8_b +.Lfunc_end106: + .size fn8_b, .Lfunc_end106-fn8_b .globl fn9_b .type fn9_b,@function @@ -1849,8 +1849,8 @@ fn9_b: # @fn9_b i32.rem_u $push1=, $pop0, $0 i32.store8 $discard=, d+3($1), $pop1 return -func_end107: - .size fn9_b, func_end107-fn9_b +.Lfunc_end107: + .size fn9_b, .Lfunc_end107-fn9_b .globl fn1_c .type fn1_c,@function @@ -1869,8 +1869,8 @@ fn1_c: # @fn1_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end108: - .size fn1_c, func_end108-fn1_c +.Lfunc_end108: + .size fn1_c, .Lfunc_end108-fn1_c .globl fn2_c .type fn2_c,@function @@ -1889,8 +1889,8 @@ fn2_c: # @fn2_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end109: - .size fn2_c, func_end109-fn2_c +.Lfunc_end109: + .size fn2_c, .Lfunc_end109-fn2_c .globl fn3_c .type fn3_c,@function @@ -1904,8 +1904,8 @@ fn3_c: # @fn3_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end110: - .size fn3_c, func_end110-fn3_c +.Lfunc_end110: + .size fn3_c, .Lfunc_end110-fn3_c .globl fn4_c .type fn4_c,@function @@ -1924,8 +1924,8 @@ fn4_c: # @fn4_c i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end111: - .size fn4_c, func_end111-fn4_c +.Lfunc_end111: + .size fn4_c, .Lfunc_end111-fn4_c .globl fn5_c .type fn5_c,@function @@ -1939,8 +1939,8 @@ fn5_c: # @fn5_c i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end112: - .size fn5_c, func_end112-fn5_c +.Lfunc_end112: + .size fn5_c, .Lfunc_end112-fn5_c .globl fn6_c .type fn6_c,@function @@ -1954,8 +1954,8 @@ fn6_c: # @fn6_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end113: - .size fn6_c, func_end113-fn6_c +.Lfunc_end113: + .size fn6_c, .Lfunc_end113-fn6_c .globl fn7_c .type fn7_c,@function @@ -1969,8 +1969,8 @@ fn7_c: # @fn7_c i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end114: - .size fn7_c, func_end114-fn7_c +.Lfunc_end114: + .size fn7_c, .Lfunc_end114-fn7_c .globl fn8_c .type fn8_c,@function @@ -1986,8 +1986,8 @@ fn8_c: # @fn8_c i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end115: - .size fn8_c, func_end115-fn8_c +.Lfunc_end115: + .size fn8_c, .Lfunc_end115-fn8_c .globl fn9_c .type fn9_c,@function @@ -2001,8 +2001,8 @@ fn9_c: # @fn9_c i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end116: - .size fn9_c, func_end116-fn9_c +.Lfunc_end116: + .size fn9_c, .Lfunc_end116-fn9_c .globl fn1_d .type fn1_d,@function @@ -2021,8 +2021,8 @@ fn1_d: # @fn1_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end117: - .size fn1_d, func_end117-fn1_d +.Lfunc_end117: + .size fn1_d, .Lfunc_end117-fn1_d .globl fn2_d .type fn2_d,@function @@ -2041,8 +2041,8 @@ fn2_d: # @fn2_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end118: - .size fn2_d, func_end118-fn2_d +.Lfunc_end118: + .size fn2_d, .Lfunc_end118-fn2_d .globl fn3_d .type fn3_d,@function @@ -2056,8 +2056,8 @@ fn3_d: # @fn3_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end119: - .size fn3_d, func_end119-fn3_d +.Lfunc_end119: + .size fn3_d, .Lfunc_end119-fn3_d .globl fn4_d .type fn4_d,@function @@ -2076,8 +2076,8 @@ fn4_d: # @fn4_d i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end120: - .size fn4_d, func_end120-fn4_d +.Lfunc_end120: + .size fn4_d, .Lfunc_end120-fn4_d .globl fn5_d .type fn5_d,@function @@ -2091,8 +2091,8 @@ fn5_d: # @fn5_d i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end121: - .size fn5_d, func_end121-fn5_d +.Lfunc_end121: + .size fn5_d, .Lfunc_end121-fn5_d .globl fn6_d .type fn6_d,@function @@ -2106,8 +2106,8 @@ fn6_d: # @fn6_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end122: - .size fn6_d, func_end122-fn6_d +.Lfunc_end122: + .size fn6_d, .Lfunc_end122-fn6_d .globl fn7_d .type fn7_d,@function @@ -2121,8 +2121,8 @@ fn7_d: # @fn7_d i32.add $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end123: - .size fn7_d, func_end123-fn7_d +.Lfunc_end123: + .size fn7_d, .Lfunc_end123-fn7_d .globl fn8_d .type fn8_d,@function @@ -2138,8 +2138,8 @@ fn8_d: # @fn8_d i32.shr_u $push4=, $pop2, $pop3 i32.store8 $discard=, d+2($1), $pop4 return -func_end124: - .size fn8_d, func_end124-fn8_d +.Lfunc_end124: + .size fn8_d, .Lfunc_end124-fn8_d .globl fn9_d .type fn9_d,@function @@ -2153,8 +2153,8 @@ fn9_d: # @fn9_d i32.add $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end125: - .size fn9_d, func_end125-fn9_d +.Lfunc_end125: + .size fn9_d, .Lfunc_end125-fn9_d .globl fn1_e .type fn1_e,@function @@ -2168,8 +2168,8 @@ fn1_e: # @fn1_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end126: - .size fn1_e, func_end126-fn1_e +.Lfunc_end126: + .size fn1_e, .Lfunc_end126-fn1_e .globl fn2_e .type fn2_e,@function @@ -2183,8 +2183,8 @@ fn2_e: # @fn2_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end127: - .size fn2_e, func_end127-fn2_e +.Lfunc_end127: + .size fn2_e, .Lfunc_end127-fn2_e .globl fn3_e .type fn3_e,@function @@ -2198,8 +2198,8 @@ fn3_e: # @fn3_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end128: - .size fn3_e, func_end128-fn3_e +.Lfunc_end128: + .size fn3_e, .Lfunc_end128-fn3_e .globl fn4_e .type fn4_e,@function @@ -2213,8 +2213,8 @@ fn4_e: # @fn4_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end129: - .size fn4_e, func_end129-fn4_e +.Lfunc_end129: + .size fn4_e, .Lfunc_end129-fn4_e .globl fn5_e .type fn5_e,@function @@ -2222,8 +2222,8 @@ fn5_e: # @fn5_e .param i32 # BB#0: # %entry return -func_end130: - .size fn5_e, func_end130-fn5_e +.Lfunc_end130: + .size fn5_e, .Lfunc_end130-fn5_e .globl fn6_e .type fn6_e,@function @@ -2237,8 +2237,8 @@ fn6_e: # @fn6_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end131: - .size fn6_e, func_end131-fn6_e +.Lfunc_end131: + .size fn6_e, .Lfunc_end131-fn6_e .globl fn7_e .type fn7_e,@function @@ -2252,8 +2252,8 @@ fn7_e: # @fn7_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end132: - .size fn7_e, func_end132-fn7_e +.Lfunc_end132: + .size fn7_e, .Lfunc_end132-fn7_e .globl fn8_e .type fn8_e,@function @@ -2267,8 +2267,8 @@ fn8_e: # @fn8_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end133: - .size fn8_e, func_end133-fn8_e +.Lfunc_end133: + .size fn8_e, .Lfunc_end133-fn8_e .globl fn9_e .type fn9_e,@function @@ -2282,8 +2282,8 @@ fn9_e: # @fn9_e i32.and $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end134: - .size fn9_e, func_end134-fn9_e +.Lfunc_end134: + .size fn9_e, .Lfunc_end134-fn9_e .globl fn1_f .type fn1_f,@function @@ -2297,8 +2297,8 @@ fn1_f: # @fn1_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end135: - .size fn1_f, func_end135-fn1_f +.Lfunc_end135: + .size fn1_f, .Lfunc_end135-fn1_f .globl fn2_f .type fn2_f,@function @@ -2312,8 +2312,8 @@ fn2_f: # @fn2_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end136: - .size fn2_f, func_end136-fn2_f +.Lfunc_end136: + .size fn2_f, .Lfunc_end136-fn2_f .globl fn3_f .type fn3_f,@function @@ -2327,8 +2327,8 @@ fn3_f: # @fn3_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end137: - .size fn3_f, func_end137-fn3_f +.Lfunc_end137: + .size fn3_f, .Lfunc_end137-fn3_f .globl fn4_f .type fn4_f,@function @@ -2342,8 +2342,8 @@ fn4_f: # @fn4_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end138: - .size fn4_f, func_end138-fn4_f +.Lfunc_end138: + .size fn4_f, .Lfunc_end138-fn4_f .globl fn5_f .type fn5_f,@function @@ -2357,8 +2357,8 @@ fn5_f: # @fn5_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end139: - .size fn5_f, func_end139-fn5_f +.Lfunc_end139: + .size fn5_f, .Lfunc_end139-fn5_f .globl fn6_f .type fn6_f,@function @@ -2372,8 +2372,8 @@ fn6_f: # @fn6_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end140: - .size fn6_f, func_end140-fn6_f +.Lfunc_end140: + .size fn6_f, .Lfunc_end140-fn6_f .globl fn7_f .type fn7_f,@function @@ -2387,8 +2387,8 @@ fn7_f: # @fn7_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end141: - .size fn7_f, func_end141-fn7_f +.Lfunc_end141: + .size fn7_f, .Lfunc_end141-fn7_f .globl fn8_f .type fn8_f,@function @@ -2402,8 +2402,8 @@ fn8_f: # @fn8_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end142: - .size fn8_f, func_end142-fn8_f +.Lfunc_end142: + .size fn8_f, .Lfunc_end142-fn8_f .globl fn9_f .type fn9_f,@function @@ -2417,8 +2417,8 @@ fn9_f: # @fn9_f i32.or $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end143: - .size fn9_f, func_end143-fn9_f +.Lfunc_end143: + .size fn9_f, .Lfunc_end143-fn9_f .globl fn1_g .type fn1_g,@function @@ -2432,8 +2432,8 @@ fn1_g: # @fn1_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end144: - .size fn1_g, func_end144-fn1_g +.Lfunc_end144: + .size fn1_g, .Lfunc_end144-fn1_g .globl fn2_g .type fn2_g,@function @@ -2447,8 +2447,8 @@ fn2_g: # @fn2_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end145: - .size fn2_g, func_end145-fn2_g +.Lfunc_end145: + .size fn2_g, .Lfunc_end145-fn2_g .globl fn3_g .type fn3_g,@function @@ -2462,8 +2462,8 @@ fn3_g: # @fn3_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, b($1), $pop2 return -func_end146: - .size fn3_g, func_end146-fn3_g +.Lfunc_end146: + .size fn3_g, .Lfunc_end146-fn3_g .globl fn4_g .type fn4_g,@function @@ -2477,8 +2477,8 @@ fn4_g: # @fn4_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end147: - .size fn4_g, func_end147-fn4_g +.Lfunc_end147: + .size fn4_g, .Lfunc_end147-fn4_g .globl fn5_g .type fn5_g,@function @@ -2492,8 +2492,8 @@ fn5_g: # @fn5_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end148: - .size fn5_g, func_end148-fn5_g +.Lfunc_end148: + .size fn5_g, .Lfunc_end148-fn5_g .globl fn6_g .type fn6_g,@function @@ -2507,8 +2507,8 @@ fn6_g: # @fn6_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end149: - .size fn6_g, func_end149-fn6_g +.Lfunc_end149: + .size fn6_g, .Lfunc_end149-fn6_g .globl fn7_g .type fn7_g,@function @@ -2522,8 +2522,8 @@ fn7_g: # @fn7_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end150: - .size fn7_g, func_end150-fn7_g +.Lfunc_end150: + .size fn7_g, .Lfunc_end150-fn7_g .globl fn8_g .type fn8_g,@function @@ -2537,8 +2537,8 @@ fn8_g: # @fn8_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end151: - .size fn8_g, func_end151-fn8_g +.Lfunc_end151: + .size fn8_g, .Lfunc_end151-fn8_g .globl fn9_g .type fn9_g,@function @@ -2552,8 +2552,8 @@ fn9_g: # @fn9_g i32.xor $push2=, $pop0, $pop1 i32.store $discard=, d($1), $pop2 return -func_end152: - .size fn9_g, func_end152-fn9_g +.Lfunc_end152: + .size fn9_g, .Lfunc_end152-fn9_g .globl fn1_h .type fn1_h,@function @@ -2572,8 +2572,8 @@ fn1_h: # @fn1_h i32.or $push5=, $3, $pop4 i32.store $discard=, b($1), $pop5 return -func_end153: - .size fn1_h, func_end153-fn1_h +.Lfunc_end153: + .size fn1_h, .Lfunc_end153-fn1_h .globl fn2_h .type fn2_h,@function @@ -2595,8 +2595,8 @@ fn2_h: # @fn2_h i32.or $push8=, $pop5, $pop7 i32.store $discard=, b($1), $pop8 return -func_end154: - .size fn2_h, func_end154-fn2_h +.Lfunc_end154: + .size fn2_h, .Lfunc_end154-fn2_h .globl fn3_h .type fn3_h,@function @@ -2615,8 +2615,8 @@ fn3_h: # @fn3_h i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end155: - .size fn3_h, func_end155-fn3_h +.Lfunc_end155: + .size fn3_h, .Lfunc_end155-fn3_h .globl fn4_h .type fn4_h,@function @@ -2635,8 +2635,8 @@ fn4_h: # @fn4_h i32.or $push5=, $3, $pop4 i32.store $discard=, c($1), $pop5 return -func_end156: - .size fn4_h, func_end156-fn4_h +.Lfunc_end156: + .size fn4_h, .Lfunc_end156-fn4_h .globl fn5_h .type fn5_h,@function @@ -2650,8 +2650,8 @@ fn5_h: # @fn5_h i32.and $push2=, $pop0, $pop1 i32.store $discard=, c($1), $pop2 return -func_end157: - .size fn5_h, func_end157-fn5_h +.Lfunc_end157: + .size fn5_h, .Lfunc_end157-fn5_h .globl fn6_h .type fn6_h,@function @@ -2670,8 +2670,8 @@ fn6_h: # @fn6_h i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end158: - .size fn6_h, func_end158-fn6_h +.Lfunc_end158: + .size fn6_h, .Lfunc_end158-fn6_h .globl fn7_h .type fn7_h,@function @@ -2685,8 +2685,8 @@ fn7_h: # @fn7_h i32.div_u $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end159: - .size fn7_h, func_end159-fn7_h +.Lfunc_end159: + .size fn7_h, .Lfunc_end159-fn7_h .globl fn8_h .type fn8_h,@function @@ -2700,8 +2700,8 @@ fn8_h: # @fn8_h i32.div_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+2($1), $pop2 return -func_end160: - .size fn8_h, func_end160-fn8_h +.Lfunc_end160: + .size fn8_h, .Lfunc_end160-fn8_h .globl fn9_h .type fn9_h,@function @@ -2715,8 +2715,8 @@ fn9_h: # @fn9_h i32.div_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+3($1), $pop2 return -func_end161: - .size fn9_h, func_end161-fn9_h +.Lfunc_end161: + .size fn9_h, .Lfunc_end161-fn9_h .globl fn1_i .type fn1_i,@function @@ -2735,8 +2735,8 @@ fn1_i: # @fn1_i i32.or $push5=, $3, $pop4 i32.store $discard=, b($1), $pop5 return -func_end162: - .size fn1_i, func_end162-fn1_i +.Lfunc_end162: + .size fn1_i, .Lfunc_end162-fn1_i .globl fn2_i .type fn2_i,@function @@ -2758,8 +2758,8 @@ fn2_i: # @fn2_i i32.or $push8=, $pop5, $pop7 i32.store $discard=, b($1), $pop8 return -func_end163: - .size fn2_i, func_end163-fn2_i +.Lfunc_end163: + .size fn2_i, .Lfunc_end163-fn2_i .globl fn3_i .type fn3_i,@function @@ -2779,8 +2779,8 @@ fn3_i: # @fn3_i i32.or $push6=, $pop3, $pop5 i32.store $discard=, b($1), $pop6 return -func_end164: - .size fn3_i, func_end164-fn3_i +.Lfunc_end164: + .size fn3_i, .Lfunc_end164-fn3_i .globl fn4_i .type fn4_i,@function @@ -2799,8 +2799,8 @@ fn4_i: # @fn4_i i32.or $push5=, $3, $pop4 i32.store $discard=, c($1), $pop5 return -func_end165: - .size fn4_i, func_end165-fn4_i +.Lfunc_end165: + .size fn4_i, .Lfunc_end165-fn4_i .globl fn5_i .type fn5_i,@function @@ -2822,8 +2822,8 @@ fn5_i: # @fn5_i i32.or $push8=, $pop5, $pop7 i32.store $discard=, c($1), $pop8 return -func_end166: - .size fn5_i, func_end166-fn5_i +.Lfunc_end166: + .size fn5_i, .Lfunc_end166-fn5_i .globl fn6_i .type fn6_i,@function @@ -2843,8 +2843,8 @@ fn6_i: # @fn6_i i32.or $push6=, $pop3, $pop5 i32.store $discard=, c($1), $pop6 return -func_end167: - .size fn6_i, func_end167-fn6_i +.Lfunc_end167: + .size fn6_i, .Lfunc_end167-fn6_i .globl fn7_i .type fn7_i,@function @@ -2858,8 +2858,8 @@ fn7_i: # @fn7_i i32.rem_u $push2=, $pop0, $pop1 i32.store16 $discard=, d($1), $pop2 return -func_end168: - .size fn7_i, func_end168-fn7_i +.Lfunc_end168: + .size fn7_i, .Lfunc_end168-fn7_i .globl fn8_i .type fn8_i,@function @@ -2873,8 +2873,8 @@ fn8_i: # @fn8_i i32.rem_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+2($1), $pop2 return -func_end169: - .size fn8_i, func_end169-fn8_i +.Lfunc_end169: + .size fn8_i, .Lfunc_end169-fn8_i .globl fn9_i .type fn9_i,@function @@ -2888,8 +2888,8 @@ fn9_i: # @fn9_i i32.rem_u $push2=, $pop0, $pop1 i32.store8 $discard=, d+3($1), $pop2 return -func_end170: - .size fn9_i, func_end170-fn9_i +.Lfunc_end170: + .size fn9_i, .Lfunc_end170-fn9_i .globl main .type main,@function @@ -2905,8 +2905,8 @@ main: # @main i32.const $push2=, -1147377476 i32.store $discard=, d($0), $pop2 return $0 -func_end171: - .size main, func_end171-main +.Lfunc_end171: + .size main, .Lfunc_end171-main .type b,@object # @b .bss diff --git a/test/torture-s/20040706-1.c.s b/test/torture-s/20040706-1.c.s index af5e5627e..9c1e84bcc 100644 --- a/test/torture-s/20040706-1.c.s +++ b/test/torture-s/20040706-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040805-1.c.s b/test/torture-s/20040805-1.c.s index be352a418..1e59136d9 100644 --- a/test/torture-s/20040805-1.c.s +++ b/test/torture-s/20040805-1.c.s @@ -5,20 +5,20 @@ main: # @main .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.call $push0=, foo i32.const $push1=, 102 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end i32.const $push3=, 0 call exit, $pop3 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@function foo: # @foo @@ -33,8 +33,8 @@ foo: # @foo i32.call $push3=, bar, $pop2 i32.add $push5=, $pop4, $pop3 return $pop5 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .type bar,@function bar: # @bar @@ -48,8 +48,8 @@ bar: # @bar i32.add $push2=, $pop0, $pop1 i32.store $discard=, a($1), $pop2 return $0 -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .type a,@object # @a .data diff --git a/test/torture-s/20040820-1.c.s b/test/torture-s/20040820-1.c.s index 49b11fca4..e513b7044 100644 --- a/test/torture-s/20040820-1.c.s +++ b/test/torture-s/20040820-1.c.s @@ -5,17 +5,17 @@ check: # @check .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl test .type test,@function @@ -25,20 +25,20 @@ test: # @test # BB#0: # %entry i32.const $2=, 0 i32.const $3=, 1 - block BB1_2 + block .LBB1_2 i32.ne $push1=, $1, $2 i32.shl $push2=, $pop1, $3 i32.ne $push0=, $0, $2 i32.or $push3=, $pop2, $pop0 i32.ne $push4=, $pop3, $3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %check.exit return -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size test, func_end1-test +.Lfunc_end1: + .size test, .Lfunc_end1-test .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040831-1.c.s b/test/torture-s/20040831-1.c.s index 77fba30ee..66a8569de 100644 --- a/test/torture-s/20040831-1.c.s +++ b/test/torture-s/20040831-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20040917-1.c.s b/test/torture-s/20040917-1.c.s index fb23d53ce..e86343dc4 100644 --- a/test/torture-s/20040917-1.c.s +++ b/test/torture-s/20040917-1.c.s @@ -8,8 +8,8 @@ not_inlinable: # @not_inlinable i32.const $push1=, -10 i32.store $discard=, test_var($pop0), $pop1 return -func_end0: - .size not_inlinable, func_end0-not_inlinable +.Lfunc_end0: + .size not_inlinable, .Lfunc_end0-not_inlinable .globl main .type main,@function @@ -21,17 +21,17 @@ main: # @main i32.const $push0=, 10 i32.store $1=, test_var($0), $pop0 call not_inlinable - block BB1_2 + block .LBB1_2 i32.load $push1=, test_var($0) i32.eq $push2=, $pop1, $1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type test_var,@object # @test_var .lcomm test_var,4,2 diff --git a/test/torture-s/20041011-1.c.s b/test/torture-s/20041011-1.c.s index 8b26eca85..0b72eb20a 100644 --- a/test/torture-s/20041011-1.c.s +++ b/test/torture-s/20041011-1.c.s @@ -7,19 +7,19 @@ t1: # @t1 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#1: # %while.body.preheader i32.const $3=, -1 i32.add $push0=, $0, $3 i64.extend_u/i32 $push1=, $pop0 i64.const $push2=, 11 i64.shl $2=, $pop1, $pop2 -BB0_2: # %while.body +.LBB0_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -82,15 +82,15 @@ BB0_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $3 - br_if $0, BB0_2 -BB0_3: # %while.end.loopexit + br_if $0, .LBB0_2 +.LBB0_3: # %while.end.loopexit i64.const $push3=, -2048 i64.add $push4=, $1, $pop3 i64.sub $1=, $pop4, $2 -BB0_4: # %while.end +.LBB0_4: # %while.end return $1 -func_end0: - .size t1, func_end0-t1 +.Lfunc_end0: + .size t1, .Lfunc_end0-t1 .globl t2 .type t2,@function @@ -99,17 +99,17 @@ t2: # @t2 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64 # BB#0: # %entry - block BB1_4 + block .LBB1_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB1_4 + br_if $pop4, .LBB1_4 # BB#1: # %while.body.preheader i32.const $3=, -1 i32.add $push0=, $0, $3 i64.extend_u/i32 $2=, $pop0 -BB1_2: # %while.body +.LBB1_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -172,16 +172,16 @@ BB1_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $3 - br_if $0, BB1_2 -BB1_3: # %while.end.loopexit + br_if $0, .LBB1_2 +.LBB1_3: # %while.end.loopexit i64.const $35=, -513 i64.mul $push1=, $2, $35 i64.add $push2=, $1, $pop1 i64.add $1=, $pop2, $35 -BB1_4: # %while.end +.LBB1_4: # %while.end return $1 -func_end1: - .size t2, func_end1-t2 +.Lfunc_end1: + .size t2, .Lfunc_end1-t2 .globl t3 .type t3,@function @@ -190,19 +190,19 @@ t3: # @t3 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB2_4 + block .LBB2_4 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB2_4 + br_if $pop6, .LBB2_4 # BB#1: # %while.body.preheader i32.const $3=, -1 i32.add $push0=, $0, $3 i64.extend_u/i32 $push1=, $pop0 i64.const $push2=, 9 i64.shl $2=, $pop1, $pop2 -BB2_2: # %while.body +.LBB2_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB2_3 + loop .LBB2_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -265,15 +265,15 @@ BB2_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $3 - br_if $0, BB2_2 -BB2_3: # %while.end.loopexit + br_if $0, .LBB2_2 +.LBB2_3: # %while.end.loopexit i64.const $push3=, -512 i64.add $push4=, $1, $pop3 i64.sub $1=, $pop4, $2 -BB2_4: # %while.end +.LBB2_4: # %while.end return $1 -func_end2: - .size t3, func_end2-t3 +.Lfunc_end2: + .size t3, .Lfunc_end2-t3 .globl t4 .type t4,@function @@ -282,17 +282,17 @@ t4: # @t4 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64 # BB#0: # %entry - block BB3_4 + block .LBB3_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB3_4 + br_if $pop4, .LBB3_4 # BB#1: # %while.body.preheader i32.const $3=, -1 i32.add $push0=, $0, $3 i64.extend_u/i32 $2=, $pop0 -BB3_2: # %while.body +.LBB3_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB3_3 + loop .LBB3_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -355,16 +355,16 @@ BB3_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $3 - br_if $0, BB3_2 -BB3_3: # %while.end.loopexit + br_if $0, .LBB3_2 +.LBB3_3: # %while.end.loopexit i64.const $35=, -511 i64.mul $push1=, $2, $35 i64.add $push2=, $1, $pop1 i64.add $1=, $pop2, $35 -BB3_4: # %while.end +.LBB3_4: # %while.end return $1 -func_end3: - .size t4, func_end3-t4 +.Lfunc_end3: + .size t4, .Lfunc_end3-t4 .globl t5 .type t5,@function @@ -373,17 +373,17 @@ t5: # @t5 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB4_4 + block .LBB4_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB4_4 + br_if $pop4, .LBB4_4 # BB#1: # %while.body.preheader i32.const $3=, -1 i32.add $push0=, $0, $3 i64.extend_u/i32 $2=, $pop0 -BB4_2: # %while.body +.LBB4_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB4_3 + loop .LBB4_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -446,15 +446,15 @@ BB4_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $3 - br_if $0, BB4_2 -BB4_3: # %while.end.loopexit + br_if $0, .LBB4_2 +.LBB4_3: # %while.end.loopexit i64.const $push1=, -1 i64.add $push2=, $1, $pop1 i64.sub $1=, $pop2, $2 -BB4_4: # %while.end +.LBB4_4: # %while.end return $1 -func_end4: - .size t5, func_end4-t5 +.Lfunc_end4: + .size t5, .Lfunc_end4-t5 .globl t6 .type t6,@function @@ -463,18 +463,18 @@ t6: # @t6 .result i64 .local i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB5_4 + block .LBB5_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB5_4 + br_if $pop4, .LBB5_4 # BB#1: # %while.body.preheader i32.const $2=, -1 i32.add $push0=, $0, $2 i64.extend_u/i32 $push1=, $pop0 i64.add $1=, $pop1, $1 -BB5_2: # %while.body +.LBB5_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB5_3 + loop .LBB5_3 i32.const $3=, 0 i32.load $4=, gvol+4($3) i32.load $5=, gvol+8($3) @@ -537,14 +537,14 @@ BB5_2: # %while.body i32.store $discard=, gvol+116($3), $32 i32.store $discard=, gvol+120($3), $33 i32.add $0=, $0, $2 - br_if $0, BB5_2 -BB5_3: # %while.end.loopexit + br_if $0, .LBB5_2 +.LBB5_3: # %while.end.loopexit i64.const $push2=, 1 i64.add $1=, $1, $pop2 -BB5_4: # %while.end +.LBB5_4: # %while.end return $1 -func_end5: - .size t6, func_end5-t6 +.Lfunc_end5: + .size t6, .Lfunc_end5-t6 .globl t7 .type t7,@function @@ -553,10 +553,10 @@ t7: # @t7 .result i64 .local i32, i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB6_4 + block .LBB6_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB6_4 + br_if $pop4, .LBB6_4 # BB#1: # %while.body.preheader i32.const $2=, -1 i64.const $3=, 511 @@ -564,9 +564,9 @@ t7: # @t7 i64.extend_u/i32 $push1=, $pop0 i64.mul $push2=, $pop1, $3 i64.add $1=, $pop2, $1 -BB6_2: # %while.body +.LBB6_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB6_3 + loop .LBB6_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -629,13 +629,13 @@ BB6_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $2 - br_if $0, BB6_2 -BB6_3: # %while.end.loopexit + br_if $0, .LBB6_2 +.LBB6_3: # %while.end.loopexit i64.add $1=, $1, $3 -BB6_4: # %while.end +.LBB6_4: # %while.end return $1 -func_end6: - .size t7, func_end6-t7 +.Lfunc_end6: + .size t7, .Lfunc_end6-t7 .globl t8 .type t8,@function @@ -644,10 +644,10 @@ t8: # @t8 .result i64 .local i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB7_4 + block .LBB7_4 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB7_4 + br_if $pop6, .LBB7_4 # BB#1: # %while.body.preheader i32.const $2=, -1 i32.add $push0=, $0, $2 @@ -655,9 +655,9 @@ t8: # @t8 i64.const $push2=, 9 i64.shl $push3=, $pop1, $pop2 i64.add $1=, $pop3, $1 -BB7_2: # %while.body +.LBB7_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB7_3 + loop .LBB7_3 i32.const $3=, 0 i32.load $4=, gvol+4($3) i32.load $5=, gvol+8($3) @@ -720,14 +720,14 @@ BB7_2: # %while.body i32.store $discard=, gvol+116($3), $32 i32.store $discard=, gvol+120($3), $33 i32.add $0=, $0, $2 - br_if $0, BB7_2 -BB7_3: # %while.end.loopexit + br_if $0, .LBB7_2 +.LBB7_3: # %while.end.loopexit i64.const $push4=, 512 i64.add $1=, $1, $pop4 -BB7_4: # %while.end +.LBB7_4: # %while.end return $1 -func_end7: - .size t8, func_end7-t8 +.Lfunc_end7: + .size t8, .Lfunc_end7-t8 .globl t9 .type t9,@function @@ -736,10 +736,10 @@ t9: # @t9 .result i64 .local i32, i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB8_4 + block .LBB8_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB8_4 + br_if $pop4, .LBB8_4 # BB#1: # %while.body.preheader i32.const $2=, -1 i64.const $3=, 513 @@ -747,9 +747,9 @@ t9: # @t9 i64.extend_u/i32 $push1=, $pop0 i64.mul $push2=, $pop1, $3 i64.add $1=, $pop2, $1 -BB8_2: # %while.body +.LBB8_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB8_3 + loop .LBB8_3 i32.const $4=, 0 i32.load $5=, gvol+4($4) i32.load $6=, gvol+8($4) @@ -812,13 +812,13 @@ BB8_2: # %while.body i32.store $discard=, gvol+116($4), $33 i32.store $discard=, gvol+120($4), $34 i32.add $0=, $0, $2 - br_if $0, BB8_2 -BB8_3: # %while.end.loopexit + br_if $0, .LBB8_2 +.LBB8_3: # %while.end.loopexit i64.add $1=, $1, $3 -BB8_4: # %while.end +.LBB8_4: # %while.end return $1 -func_end8: - .size t9, func_end8-t9 +.Lfunc_end8: + .size t9, .Lfunc_end8-t9 .globl t10 .type t10,@function @@ -827,10 +827,10 @@ t10: # @t10 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB9_4 + block .LBB9_4 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB9_4 + br_if $pop6, .LBB9_4 # BB#1: # %while.body.lr.ph i32.const $3=, 0 i32.const $4=, -1 @@ -840,9 +840,9 @@ t10: # @t10 i64.const $push3=, 1 i64.add $push4=, $pop2, $pop3 i64.mul $2=, $pop0, $pop4 -BB9_2: # %while.body +.LBB9_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB9_3 + loop .LBB9_3 i32.load $5=, gvol+4($3) i32.load $6=, gvol+8($3) i32.load $7=, gvol+12($3) @@ -904,13 +904,13 @@ BB9_2: # %while.body i32.store $discard=, gvol+116($3), $33 i32.store $discard=, gvol+120($3), $34 i32.add $0=, $0, $4 - br_if $0, BB9_2 -BB9_3: # %while.end.loopexit + br_if $0, .LBB9_2 +.LBB9_3: # %while.end.loopexit i64.add $1=, $2, $1 -BB9_4: # %while.end +.LBB9_4: # %while.end return $1 -func_end9: - .size t10, func_end9-t10 +.Lfunc_end9: + .size t10, .Lfunc_end9-t10 .globl t11 .type t11,@function @@ -919,10 +919,10 @@ t11: # @t11 .result i64 .local i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB10_4 + block .LBB10_4 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB10_4 + br_if $pop6, .LBB10_4 # BB#1: # %while.body.lr.ph i32.const $3=, 0 i32.const $4=, -1 @@ -932,9 +932,9 @@ t11: # @t11 i64.const $push3=, -1 i64.xor $push4=, $pop2, $pop3 i64.mul $2=, $pop0, $pop4 -BB10_2: # %while.body +.LBB10_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB10_3 + loop .LBB10_3 i32.load $5=, gvol+4($3) i32.load $6=, gvol+8($3) i32.load $7=, gvol+12($3) @@ -996,13 +996,13 @@ BB10_2: # %while.body i32.store $discard=, gvol+116($3), $33 i32.store $discard=, gvol+120($3), $34 i32.add $0=, $0, $4 - br_if $0, BB10_2 -BB10_3: # %while.end.loopexit + br_if $0, .LBB10_2 +.LBB10_3: # %while.end.loopexit i64.add $1=, $2, $1 -BB10_4: # %while.end +.LBB10_4: # %while.end return $1 -func_end10: - .size t11, func_end10-t11 +.Lfunc_end10: + .size t11, .Lfunc_end10-t11 .globl neg .type neg,@function @@ -1013,8 +1013,8 @@ neg: # @neg i64.const $push0=, 0 i64.sub $push1=, $pop0, $0 return $pop1 -func_end11: - .size neg, func_end11-neg +.Lfunc_end11: + .size neg, .Lfunc_end11-neg .globl main .type main,@function @@ -1025,228 +1025,228 @@ main: # @main i64.const $2=, -1 i32.const $0=, 0 i32.const $3=, 3 - block BB12_46 + block .LBB12_46 i64.const $push0=, 100 i64.store $1=, gull($0), $pop0 i64.call $push1=, t1, $3, $2 i64.const $push2=, -6145 i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB12_46 + br_if $pop3, .LBB12_46 # BB#1: # %if.end i64.const $4=, 4294967295 - block BB12_45 + block .LBB12_45 i64.call $push4=, t1, $3, $4 i64.const $push5=, 4294961151 i64.ne $push6=, $pop4, $pop5 - br_if $pop6, BB12_45 + br_if $pop6, .LBB12_45 # BB#2: # %if.end4 - block BB12_44 + block .LBB12_44 i64.call $push7=, t2, $3, $2 i64.const $push8=, -1540 i64.ne $push9=, $pop7, $pop8 - br_if $pop9, BB12_44 + br_if $pop9, .LBB12_44 # BB#3: # %if.end8 - block BB12_43 + block .LBB12_43 i64.call $push10=, t2, $3, $4 i64.const $push11=, 4294965756 i64.ne $push12=, $pop10, $pop11 - br_if $pop12, BB12_43 + br_if $pop12, .LBB12_43 # BB#4: # %if.end12 - block BB12_42 + block .LBB12_42 i64.call $push13=, t3, $3, $2 i64.const $push14=, -1537 i64.ne $push15=, $pop13, $pop14 - br_if $pop15, BB12_42 + br_if $pop15, .LBB12_42 # BB#5: # %if.end16 - block BB12_41 + block .LBB12_41 i64.call $push16=, t3, $3, $4 i64.const $push17=, 4294965759 i64.ne $push18=, $pop16, $pop17 - br_if $pop18, BB12_41 + br_if $pop18, .LBB12_41 # BB#6: # %if.end20 - block BB12_40 + block .LBB12_40 i64.call $push19=, t4, $3, $2 i64.const $push20=, -1534 i64.ne $push21=, $pop19, $pop20 - br_if $pop21, BB12_40 + br_if $pop21, .LBB12_40 # BB#7: # %if.end24 - block BB12_39 + block .LBB12_39 i64.call $push22=, t4, $3, $4 i64.const $push23=, 4294965762 i64.ne $push24=, $pop22, $pop23 - br_if $pop24, BB12_39 + br_if $pop24, .LBB12_39 # BB#8: # %if.end28 - block BB12_38 + block .LBB12_38 i64.call $push25=, t5, $3, $2 i64.const $push26=, -4 i64.ne $push27=, $pop25, $pop26 - br_if $pop27, BB12_38 + br_if $pop27, .LBB12_38 # BB#9: # %if.end32 - block BB12_37 + block .LBB12_37 i64.call $push28=, t5, $3, $4 i64.const $push29=, 4294967292 i64.ne $push30=, $pop28, $pop29 - br_if $pop30, BB12_37 + br_if $pop30, .LBB12_37 # BB#10: # %if.end36 - block BB12_36 + block .LBB12_36 i64.call $push31=, t6, $3, $2 i64.const $push32=, 2 i64.ne $push33=, $pop31, $pop32 - br_if $pop33, BB12_36 + br_if $pop33, .LBB12_36 # BB#11: # %if.end40 - block BB12_35 + block .LBB12_35 i64.call $push34=, t6, $3, $4 i64.const $push35=, 4294967298 i64.ne $push36=, $pop34, $pop35 - br_if $pop36, BB12_35 + br_if $pop36, .LBB12_35 # BB#12: # %if.end44 - block BB12_34 + block .LBB12_34 i64.call $push37=, t7, $3, $2 i64.const $push38=, 1532 i64.ne $push39=, $pop37, $pop38 - br_if $pop39, BB12_34 + br_if $pop39, .LBB12_34 # BB#13: # %if.end48 - block BB12_33 + block .LBB12_33 i64.call $push40=, t7, $3, $4 i64.const $push41=, 4294968828 i64.ne $push42=, $pop40, $pop41 - br_if $pop42, BB12_33 + br_if $pop42, .LBB12_33 # BB#14: # %if.end52 - block BB12_32 + block .LBB12_32 i64.call $push43=, t8, $3, $2 i64.const $push44=, 1535 i64.ne $push45=, $pop43, $pop44 - br_if $pop45, BB12_32 + br_if $pop45, .LBB12_32 # BB#15: # %if.end56 - block BB12_31 + block .LBB12_31 i64.call $push46=, t8, $3, $4 i64.const $push47=, 4294968831 i64.ne $push48=, $pop46, $pop47 - br_if $pop48, BB12_31 + br_if $pop48, .LBB12_31 # BB#16: # %if.end60 - block BB12_30 + block .LBB12_30 i64.call $push49=, t9, $3, $2 i64.const $push50=, 1538 i64.ne $push51=, $pop49, $pop50 - br_if $pop51, BB12_30 + br_if $pop51, .LBB12_30 # BB#17: # %if.end64 - block BB12_29 + block .LBB12_29 i64.call $push52=, t9, $3, $4 i64.const $push53=, 4294968834 i64.ne $push54=, $pop52, $pop53 - br_if $pop54, BB12_29 + br_if $pop54, .LBB12_29 # BB#18: # %if.end68 i64.call $5=, t10, $3, $2 i64.const $6=, 3 - block BB12_28 + block .LBB12_28 i64.load $push55=, gull($0) i64.mul $push56=, $pop55, $6 i64.add $push57=, $pop56, $2 i64.ne $push58=, $5, $pop57 - br_if $pop58, BB12_28 + br_if $pop58, .LBB12_28 # BB#19: # %if.end72 i64.call $5=, t10, $3, $4 - block BB12_27 + block .LBB12_27 i64.load $push59=, gull($0) i64.mul $push60=, $pop59, $6 i64.add $push61=, $pop60, $4 i64.ne $push62=, $5, $pop61 - br_if $pop62, BB12_27 + br_if $pop62, .LBB12_27 # BB#20: # %if.end77 i64.call $5=, t11, $3, $2 i64.const $6=, -3 - block BB12_26 + block .LBB12_26 i64.load $push63=, gull($0) i64.mul $push64=, $pop63, $6 i64.add $push65=, $pop64, $2 i64.ne $push66=, $5, $pop65 - br_if $pop66, BB12_26 + br_if $pop66, .LBB12_26 # BB#21: # %if.end84 i64.call $5=, t11, $3, $4 i64.load $2=, gull($0) - block BB12_25 + block .LBB12_25 i64.mul $push67=, $2, $6 i64.add $push68=, $pop67, $4 i64.ne $push69=, $5, $pop68 - br_if $pop69, BB12_25 + br_if $pop69, .LBB12_25 # BB#22: # %if.end91 - block BB12_24 + block .LBB12_24 i64.ne $push70=, $2, $1 - br_if $pop70, BB12_24 + br_if $pop70, .LBB12_24 # BB#23: # %if.end95 call exit, $0 unreachable -BB12_24: # %if.then94 +.LBB12_24: # %if.then94 call abort unreachable -BB12_25: # %if.then90 +.LBB12_25: # %if.then90 call abort unreachable -BB12_26: # %if.then83 +.LBB12_26: # %if.then83 call abort unreachable -BB12_27: # %if.then76 +.LBB12_27: # %if.then76 call abort unreachable -BB12_28: # %if.then71 +.LBB12_28: # %if.then71 call abort unreachable -BB12_29: # %if.then67 +.LBB12_29: # %if.then67 call abort unreachable -BB12_30: # %if.then63 +.LBB12_30: # %if.then63 call abort unreachable -BB12_31: # %if.then59 +.LBB12_31: # %if.then59 call abort unreachable -BB12_32: # %if.then55 +.LBB12_32: # %if.then55 call abort unreachable -BB12_33: # %if.then51 +.LBB12_33: # %if.then51 call abort unreachable -BB12_34: # %if.then47 +.LBB12_34: # %if.then47 call abort unreachable -BB12_35: # %if.then43 +.LBB12_35: # %if.then43 call abort unreachable -BB12_36: # %if.then39 +.LBB12_36: # %if.then39 call abort unreachable -BB12_37: # %if.then35 +.LBB12_37: # %if.then35 call abort unreachable -BB12_38: # %if.then31 +.LBB12_38: # %if.then31 call abort unreachable -BB12_39: # %if.then27 +.LBB12_39: # %if.then27 call abort unreachable -BB12_40: # %if.then23 +.LBB12_40: # %if.then23 call abort unreachable -BB12_41: # %if.then19 +.LBB12_41: # %if.then19 call abort unreachable -BB12_42: # %if.then15 +.LBB12_42: # %if.then15 call abort unreachable -BB12_43: # %if.then11 +.LBB12_43: # %if.then11 call abort unreachable -BB12_44: # %if.then7 +.LBB12_44: # %if.then7 call abort unreachable -BB12_45: # %if.then3 +.LBB12_45: # %if.then3 call abort unreachable -BB12_46: # %if.then +.LBB12_46: # %if.then call abort unreachable -func_end12: - .size main, func_end12-main +.Lfunc_end12: + .size main, .Lfunc_end12-main .type gvol,@object # @gvol .bss diff --git a/test/torture-s/20041019-1.c.s b/test/torture-s/20041019-1.c.s index 82c1ffac9..5885a29be 100644 --- a/test/torture-s/20041019-1.c.s +++ b/test/torture-s/20041019-1.c.s @@ -37,8 +37,8 @@ test_store_ccp: # @test_store_ccp i32.const $3=, __stack_pointer i32.store $6=, 0($3), $6 return $pop9 -func_end0: - .size test_store_ccp, func_end0-test_store_ccp +.Lfunc_end0: + .size test_store_ccp, .Lfunc_end0-test_store_ccp .globl test_store_copy_prop .type test_store_copy_prop,@function @@ -75,8 +75,8 @@ test_store_copy_prop: # @test_store_copy_prop i32.const $4=, __stack_pointer i32.store $7=, 0($4), $7 return $pop8 -func_end1: - .size test_store_copy_prop, func_end1-test_store_copy_prop +.Lfunc_end1: + .size test_store_copy_prop, .Lfunc_end1-test_store_copy_prop .globl main .type main,@function @@ -85,8 +85,8 @@ main: # @main # BB#0: # %if.end4 i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20041112-1.c.s b/test/torture-s/20041112-1.c.s index ffe4ee0ac..c657d3c71 100644 --- a/test/torture-s/20041112-1.c.s +++ b/test/torture-s/20041112-1.c.s @@ -21,8 +21,8 @@ bar: # @bar i32.store $discard=, global($0), $pop7 i32.xor $push8=, $2, $3 return $pop8 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main i32.const $push0=, 2 i32.store $discard=, global($0), $pop0 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type global,@object # @global .bss diff --git a/test/torture-s/20041114-1.c.s b/test/torture-s/20041114-1.c.s index 2e7e1e2a9..db6fd19dd 100644 --- a/test/torture-s/20041114-1.c.s +++ b/test/torture-s/20041114-1.c.s @@ -6,8 +6,8 @@ foo: # @foo .param i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $2=, 0 i32.load $discard=, v($2) return $2 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type v,@object # @v .bss diff --git a/test/torture-s/20041124-1.c.s b/test/torture-s/20041124-1.c.s index c90c6ae47..80c16c722 100644 --- a/test/torture-s/20041124-1.c.s +++ b/test/torture-s/20041124-1.c.s @@ -15,8 +15,8 @@ foo: # @foo i32.shr_u $push5=, $1, $pop4 i32.store16 $discard=, 0($pop3), $pop5 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -36,11 +36,11 @@ main: # @main i32.const $0=, 0 i32.load $1=, gs($0) i32.const $2=, 65535 - block BB1_3 + block .LBB1_3 i32.load16_u $push2=, 8($7) i32.and $push5=, $1, $2 i32.ne $push7=, $pop2, $pop5 - br_if $pop7, BB1_3 + br_if $pop7, .LBB1_3 # BB#1: # %entry i32.const $push3=, 2 i32.const $6=, 8 @@ -51,15 +51,15 @@ main: # @main i32.const $push6=, 16 i32.shr_u $push1=, $1, $pop6 i32.ne $push9=, $pop8, $pop1 - br_if $pop9, BB1_3 + br_if $pop9, .LBB1_3 # BB#2: # %if.end call exit, $0 unreachable -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type gs,@object # @gs .data diff --git a/test/torture-s/20041210-1.c.s b/test/torture-s/20041210-1.c.s index 6a0a1f753..357dda50f 100644 --- a/test/torture-s/20041210-1.c.s +++ b/test/torture-s/20041210-1.c.s @@ -9,12 +9,12 @@ main: # @main i32.const $0=, 0 i64.load $1=, x($0) i64.const $2=, 32 - block BB0_3 + block .LBB0_3 i32.wrap/i64 $push0=, $1 i64.shr_u $push1=, $1, $2 i32.wrap/i64 $push2=, $pop1 i32.ge_s $push3=, $pop0, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#1: # %if.then i64.load $1=, x+8($0) i64.shr_u $push4=, $1, $2 @@ -22,15 +22,15 @@ main: # @main i32.wrap/i64 $push6=, $pop5 i32.const $push7=, -1 i32.gt_s $push8=, $pop6, $pop7 - br_if $pop8, BB0_3 + br_if $pop8, .LBB0_3 # BB#2: # %if.then2 call abort unreachable -BB0_3: # %if.end3 +.LBB0_3: # %if.end3 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/20041212-1.c.s b/test/torture-s/20041212-1.c.s index d2ca87c30..c2e470f83 100644 --- a/test/torture-s/20041212-1.c.s +++ b/test/torture-s/20041212-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, f return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20041213-2.c.s b/test/torture-s/20041213-2.c.s index ba93f8f00..3d2366ddf 100644 --- a/test/torture-s/20041213-2.c.s +++ b/test/torture-s/20041213-2.c.s @@ -8,43 +8,43 @@ foo: # @foo # BB#0: # %entry i32.const $3=, 1 i32.const $2=, 0 - block BB0_6 + block .LBB0_6 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB0_6 -BB0_1: # %for.cond1.preheader + br_if $pop6, .LBB0_6 +.LBB0_1: # %for.cond1.preheader # =>This Inner Loop Header: Depth=1 - loop BB0_5 - block BB0_4 - block BB0_3 + loop .LBB0_5 + block .LBB0_4 + block .LBB0_3 i32.ge_s $push0=, $2, $3 - br_if $pop0, BB0_3 + br_if $pop0, .LBB0_3 # BB#2: # %for.end.thread - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push2=, 1 i32.shl $push3=, $3, $pop2 i32.sub $1=, $pop3, $2 - br BB0_4 -BB0_3: # %for.end - # in Loop: Header=BB0_1 Depth=1 + br .LBB0_4 +.LBB0_3: # %for.end + # in Loop: Header=.LBB0_1 Depth=1 copy_local $1=, $3 i32.ne $push1=, $2, $3 - br_if $pop1, BB0_5 -BB0_4: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + br_if $pop1, .LBB0_5 +.LBB0_4: # %for.cond + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push4=, -1 i32.add $0=, $0, $pop4 copy_local $2=, $3 copy_local $3=, $1 - br_if $0, BB0_1 - br BB0_6 -BB0_5: # %if.then + br_if $0, .LBB0_1 + br .LBB0_6 +.LBB0_5: # %if.then call abort unreachable -BB0_6: # %for.end7 +.LBB0_6: # %for.end7 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -56,8 +56,8 @@ main: # @main i32.const $push1=, 0 call exit, $pop1 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20041218-1.c.s b/test/torture-s/20041218-1.c.s index 3a238783e..8277a3158 100644 --- a/test/torture-s/20041218-1.c.s +++ b/test/torture-s/20041218-1.c.s @@ -8,8 +8,8 @@ dummy1: # @dummy1 # BB#0: # %entry i32.const $push0=, .str return $pop0 -func_end0: - .size dummy1, func_end0-dummy1 +.Lfunc_end0: + .size dummy1, .Lfunc_end0-dummy1 .globl dummy2 .type dummy2,@function @@ -20,8 +20,8 @@ dummy2: # @dummy2 i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size dummy2, func_end1-dummy2 +.Lfunc_end1: + .size dummy2, .Lfunc_end1-dummy2 .globl baz .type baz,@function @@ -35,8 +35,8 @@ baz: # @baz i32.const $push0=, 44 call memset, $1, $pop1, $pop0 return $1 -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl check .type check,@function @@ -44,35 +44,35 @@ check: # @check .param i32, i32 .result i32 # BB#0: # %entry - block BB3_6 + block .LBB3_6 i32.load $push0=, 0($1) - br_if $pop0, BB3_6 + br_if $pop0, .LBB3_6 # BB#1: # %lor.lhs.false i32.load $push1=, 4($1) - br_if $pop1, BB3_6 + br_if $pop1, .LBB3_6 # BB#2: # %lor.lhs.false2 i32.const $push2=, 8 i32.add $push3=, $1, $pop2 i32.load $push4=, 0($pop3) - br_if $pop4, BB3_6 + br_if $pop4, .LBB3_6 # BB#3: # %lor.lhs.false5 i32.const $push5=, 12 i32.add $push6=, $1, $pop5 i32.load $push7=, 0($pop6) - br_if $pop7, BB3_6 + br_if $pop7, .LBB3_6 # BB#4: # %lor.lhs.false8 i32.const $push8=, 16 i32.add $push9=, $1, $pop8 i32.load8_u $push10=, 0($pop9) - br_if $pop10, BB3_6 + br_if $pop10, .LBB3_6 # BB#5: # %if.end i32.const $push11=, 1 return $pop11 -BB3_6: # %if.then +.LBB3_6: # %if.then call abort unreachable -func_end3: - .size check, func_end3-check +.Lfunc_end3: + .size check, .Lfunc_end3-check .globl foo .type foo,@function @@ -81,18 +81,18 @@ foo: # @foo .result i32 .local i32 # BB#0: # %for.cond - block BB4_4 - block BB4_3 + block .LBB4_4 + block .LBB4_3 i32.const $push0=, 0 i32.store $3=, 0($2), $pop0 i32.const $push8=, 0 i32.eq $push9=, $1, $pop8 - br_if $pop9, BB4_3 + br_if $pop9, .LBB4_3 # BB#1: # %for.body i32.const $2=, 1 i32.load $push1=, 0($0) i32.ne $push2=, $pop1, $2 - br_if $pop2, BB4_4 + br_if $pop2, .LBB4_4 # BB#2: # %sw.bb i64.const $push3=, 6148914691236517205 i64.store $push4=, baz.v+16($3), $pop3 @@ -112,12 +112,12 @@ foo: # @foo i32.store $discard=, baz.v+28($2), $2 i32.call $discard=, dummy2, $2, $2 unreachable -BB4_3: # %for.end +.LBB4_3: # %for.end i32.store $2=, 0($2), $3 -BB4_4: # %cleanup2 +.LBB4_4: # %cleanup2 return $2 -func_end4: - .size foo, func_end4-foo +.Lfunc_end4: + .size foo, .Lfunc_end4-foo .globl main .type main,@function @@ -141,8 +141,8 @@ main: # @main i32.store $discard=, baz.v+28($0), $0 i32.call $discard=, dummy2, $0, $0 unreachable -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20050104-1.c.s b/test/torture-s/20050104-1.c.s index 46bb0e28b..2bee92920 100644 --- a/test/torture-s/20050104-1.c.s +++ b/test/torture-s/20050104-1.c.s @@ -5,17 +5,17 @@ foo: # @foo .param i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i64.const $push0=, 10 i64.gt_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %lor.lhs.false return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050106-1.c.s b/test/torture-s/20050106-1.c.s index 07e2e1b56..f02d6fc9b 100644 --- a/test/torture-s/20050106-1.c.s +++ b/test/torture-s/20050106-1.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load16_s $push0=, u($0) i32.const $push1=, -1 i32.le_s $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type u,@object # @u .bss diff --git a/test/torture-s/20050111-1.c.s b/test/torture-s/20050111-1.c.s index 752b1451c..d05f1fc11 100644 --- a/test/torture-s/20050111-1.c.s +++ b/test/torture-s/20050111-1.c.s @@ -14,8 +14,8 @@ foo: # @foo i32.wrap/i64 $push4=, $pop3 i32.select $push6=, $pop1, $pop5, $pop4 return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -27,8 +27,8 @@ bar: # @bar i64.const $push1=, 32 i64.shl $push2=, $pop0, $pop1 return $pop2 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main # BB#0: # %if.end16 i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050121-1.c.s b/test/torture-s/20050121-1.c.s index 73e3626e7..2a9fc5f68 100644 --- a/test/torture-s/20050121-1.c.s +++ b/test/torture-s/20050121-1.c.s @@ -14,8 +14,8 @@ foo_float: # @foo_float f32.convert_s/i32 $push5=, $pop4 f32.store $discard=, 4($0), $pop5 return -func_end0: - .size foo_float, func_end0-foo_float +.Lfunc_end0: + .size foo_float, .Lfunc_end0-foo_float .globl bar_float .type bar_float,@function @@ -25,8 +25,8 @@ bar_float: # @bar_float i32.const $push0=, 1086324736 i32.store $discard=, 0($0), $pop0 return -func_end1: - .size bar_float, func_end1-bar_float +.Lfunc_end1: + .size bar_float, .Lfunc_end1-bar_float .globl baz_float .type baz_float,@function @@ -36,8 +36,8 @@ baz_float: # @baz_float i32.const $push0=, 1082130432 i32.store $discard=, 0($0), $pop0 return -func_end2: - .size baz_float, func_end2-baz_float +.Lfunc_end2: + .size baz_float, .Lfunc_end2-baz_float .globl foo_double .type foo_double,@function @@ -53,8 +53,8 @@ foo_double: # @foo_double f64.convert_s/i32 $push5=, $pop4 f64.store $discard=, 8($0), $pop5 return -func_end3: - .size foo_double, func_end3-foo_double +.Lfunc_end3: + .size foo_double, .Lfunc_end3-foo_double .globl bar_double .type bar_double,@function @@ -64,8 +64,8 @@ bar_double: # @bar_double i64.const $push0=, 4618441417868443648 i64.store $discard=, 0($0), $pop0 return -func_end4: - .size bar_double, func_end4-bar_double +.Lfunc_end4: + .size bar_double, .Lfunc_end4-bar_double .globl baz_double .type baz_double,@function @@ -75,8 +75,8 @@ baz_double: # @baz_double i64.const $push0=, 4616189618054758400 i64.store $discard=, 0($0), $pop0 return -func_end5: - .size baz_double, func_end5-baz_double +.Lfunc_end5: + .size baz_double, .Lfunc_end5-baz_double .globl foo_ldouble_t .type foo_ldouble_t,@function @@ -123,8 +123,8 @@ foo_ldouble_t: # @foo_ldouble_t i32.const $9=, __stack_pointer i32.store $12=, 0($9), $12 return -func_end6: - .size foo_ldouble_t, func_end6-foo_ldouble_t +.Lfunc_end6: + .size foo_ldouble_t, .Lfunc_end6-foo_ldouble_t .globl bar_ldouble_t .type bar_ldouble_t,@function @@ -138,8 +138,8 @@ bar_ldouble_t: # @bar_ldouble_t i64.const $push3=, 4612108230892453888 i64.store $discard=, 0($pop2), $pop3 return -func_end7: - .size bar_ldouble_t, func_end7-bar_ldouble_t +.Lfunc_end7: + .size bar_ldouble_t, .Lfunc_end7-bar_ldouble_t .globl baz_ldouble_t .type baz_ldouble_t,@function @@ -153,8 +153,8 @@ baz_ldouble_t: # @baz_ldouble_t i64.const $push3=, 4611967493404098560 i64.store $discard=, 0($pop2), $pop3 return -func_end8: - .size baz_ldouble_t, func_end8-baz_ldouble_t +.Lfunc_end8: + .size baz_ldouble_t, .Lfunc_end8-baz_ldouble_t .globl foo_char .type foo_char,@function @@ -168,8 +168,8 @@ foo_char: # @foo_char i32.add $push3=, $1, $pop2 i32.store8 $discard=, 1($0), $pop3 return -func_end9: - .size foo_char, func_end9-foo_char +.Lfunc_end9: + .size foo_char, .Lfunc_end9-foo_char .globl bar_char .type bar_char,@function @@ -179,8 +179,8 @@ bar_char: # @bar_char i32.const $push0=, 6 i32.store8 $discard=, 0($0), $pop0 return -func_end10: - .size bar_char, func_end10-bar_char +.Lfunc_end10: + .size bar_char, .Lfunc_end10-bar_char .globl baz_char .type baz_char,@function @@ -190,8 +190,8 @@ baz_char: # @baz_char i32.const $push0=, 4 i32.store8 $discard=, 0($0), $pop0 return -func_end11: - .size baz_char, func_end11-baz_char +.Lfunc_end11: + .size baz_char, .Lfunc_end11-baz_char .globl foo_short .type foo_short,@function @@ -205,8 +205,8 @@ foo_short: # @foo_short i32.add $push3=, $1, $pop2 i32.store16 $discard=, 2($0), $pop3 return -func_end12: - .size foo_short, func_end12-foo_short +.Lfunc_end12: + .size foo_short, .Lfunc_end12-foo_short .globl bar_short .type bar_short,@function @@ -216,8 +216,8 @@ bar_short: # @bar_short i32.const $push0=, 6 i32.store16 $discard=, 0($0), $pop0 return -func_end13: - .size bar_short, func_end13-bar_short +.Lfunc_end13: + .size bar_short, .Lfunc_end13-bar_short .globl baz_short .type baz_short,@function @@ -227,8 +227,8 @@ baz_short: # @baz_short i32.const $push0=, 4 i32.store16 $discard=, 0($0), $pop0 return -func_end14: - .size baz_short, func_end14-baz_short +.Lfunc_end14: + .size baz_short, .Lfunc_end14-baz_short .globl foo_int .type foo_int,@function @@ -242,8 +242,8 @@ foo_int: # @foo_int i32.add $push3=, $1, $pop2 i32.store $discard=, 4($0), $pop3 return -func_end15: - .size foo_int, func_end15-foo_int +.Lfunc_end15: + .size foo_int, .Lfunc_end15-foo_int .globl bar_int .type bar_int,@function @@ -253,8 +253,8 @@ bar_int: # @bar_int i32.const $push0=, 6 i32.store $discard=, 0($0), $pop0 return -func_end16: - .size bar_int, func_end16-bar_int +.Lfunc_end16: + .size bar_int, .Lfunc_end16-bar_int .globl baz_int .type baz_int,@function @@ -264,8 +264,8 @@ baz_int: # @baz_int i32.const $push0=, 4 i32.store $discard=, 0($0), $pop0 return -func_end17: - .size baz_int, func_end17-baz_int +.Lfunc_end17: + .size baz_int, .Lfunc_end17-baz_int .globl foo_long .type foo_long,@function @@ -279,8 +279,8 @@ foo_long: # @foo_long i32.add $push3=, $1, $pop2 i32.store $discard=, 4($0), $pop3 return -func_end18: - .size foo_long, func_end18-foo_long +.Lfunc_end18: + .size foo_long, .Lfunc_end18-foo_long .globl bar_long .type bar_long,@function @@ -290,8 +290,8 @@ bar_long: # @bar_long i32.const $push0=, 6 i32.store $discard=, 0($0), $pop0 return -func_end19: - .size bar_long, func_end19-bar_long +.Lfunc_end19: + .size bar_long, .Lfunc_end19-bar_long .globl baz_long .type baz_long,@function @@ -301,8 +301,8 @@ baz_long: # @baz_long i32.const $push0=, 4 i32.store $discard=, 0($0), $pop0 return -func_end20: - .size baz_long, func_end20-baz_long +.Lfunc_end20: + .size baz_long, .Lfunc_end20-baz_long .globl foo_llong .type foo_llong,@function @@ -318,8 +318,8 @@ foo_llong: # @foo_llong i64.extend_s/i32 $push5=, $pop4 i64.store $discard=, 8($0), $pop5 return -func_end21: - .size foo_llong, func_end21-foo_llong +.Lfunc_end21: + .size foo_llong, .Lfunc_end21-foo_llong .globl bar_llong .type bar_llong,@function @@ -329,8 +329,8 @@ bar_llong: # @bar_llong i64.const $push0=, 6 i64.store $discard=, 0($0), $pop0 return -func_end22: - .size bar_llong, func_end22-bar_llong +.Lfunc_end22: + .size bar_llong, .Lfunc_end22-bar_llong .globl baz_llong .type baz_llong,@function @@ -340,8 +340,8 @@ baz_llong: # @baz_llong i64.const $push0=, 4 i64.store $discard=, 0($0), $pop0 return -func_end23: - .size baz_llong, func_end23-baz_llong +.Lfunc_end23: + .size baz_llong, .Lfunc_end23-baz_llong .globl main .type main,@function @@ -350,8 +350,8 @@ main: # @main # BB#0: # %if.end65 i32.const $push0=, 0 return $pop0 -func_end24: - .size main, func_end24-main +.Lfunc_end24: + .size main, .Lfunc_end24-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050124-1.c.s b/test/torture-s/20050124-1.c.s index 553e741cf..67c4ef00b 100644 --- a/test/torture-s/20050124-1.c.s +++ b/test/torture-s/20050124-1.c.s @@ -7,30 +7,30 @@ foo: # @foo .result i32 .local i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 1 i32.add $2=, $0, $pop0 i32.const $push7=, 0 i32.eq $push8=, $1, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#1: # %if.then - block BB0_3 + block .LBB0_3 i32.const $push1=, 0 i32.lt_s $push2=, $0, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#2: # %if.then1 i32.const $push6=, 2 i32.add $2=, $0, $pop6 - br BB0_4 -BB0_3: # %if.else + br .LBB0_4 +.LBB0_3: # %if.else i32.const $push3=, -1 i32.lt_s $push4=, $0, $pop3 i32.select $push5=, $pop4, $0, $2 return $pop5 -BB0_4: # %if.end5 +.LBB0_4: # %if.end5 return $2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -39,8 +39,8 @@ main: # @main # BB#0: # %if.end28 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050125-1.c.s b/test/torture-s/20050125-1.c.s index 5f28e4403..e7f6a3c9b 100644 --- a/test/torture-s/20050125-1.c.s +++ b/test/torture-s/20050125-1.c.s @@ -9,8 +9,8 @@ seterr: # @seterr i32.store $discard=, 8($0), $1 i32.const $push0=, 0 return $pop0 -func_end0: - .size seterr, func_end0-seterr +.Lfunc_end0: + .size seterr, .Lfunc_end0-seterr .globl bracket_empty .type bracket_empty,@function @@ -19,10 +19,10 @@ bracket_empty: # @bracket_empty .local i32 # BB#0: # %entry i32.load $1=, 0($0) - block BB1_3 + block .LBB1_3 i32.load $push0=, 4($0) i32.ge_u $push1=, $1, $pop0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#1: # %land.lhs.true i32.const $push2=, 1 i32.add $push3=, $1, $pop2 @@ -30,15 +30,15 @@ bracket_empty: # @bracket_empty i32.load8_u $push4=, 0($1) i32.const $push5=, 93 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB1_3 + br_if $pop6, .LBB1_3 # BB#2: # %if.end return -BB1_3: # %lor.lhs.false +.LBB1_3: # %lor.lhs.false i32.const $push7=, 7 i32.store $discard=, 8($0), $pop7 return -func_end1: - .size bracket_empty, func_end1-bracket_empty +.Lfunc_end1: + .size bracket_empty, .Lfunc_end1-bracket_empty .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050131-1.c.s b/test/torture-s/20050131-1.c.s index 4e7fc8c3b..b1bcefdd0 100644 --- a/test/torture-s/20050131-1.c.s +++ b/test/torture-s/20050131-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 1 i32.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050203-1.c.s b/test/torture-s/20050203-1.c.s index 972408b70..020a60b86 100644 --- a/test/torture-s/20050203-1.c.s +++ b/test/torture-s/20050203-1.c.s @@ -17,19 +17,19 @@ main: # @main call foo, $3 i32.load8_s $0=, 15($4) call bar - block BB0_2 + block .LBB0_2 i32.const $push0=, -1 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.then i32.const $push2=, 0 call exit, $pop2 unreachable -BB0_2: # %if.else +.LBB0_2: # %if.else call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@function foo: # @foo @@ -38,8 +38,8 @@ foo: # @foo i32.const $push0=, 129 i32.store8 $discard=, 0($0), $pop0 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .type bar,@function bar: # @bar @@ -47,8 +47,8 @@ bar: # @bar #APP #NO_APP return -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050215-1.c.s b/test/torture-s/20050215-1.c.s index d491ea7b6..649e70976 100644 --- a/test/torture-s/20050215-1.c.s +++ b/test/torture-s/20050215-1.c.s @@ -7,20 +7,20 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, v - block BB0_4 - block BB0_3 - block BB0_2 + block .LBB0_4 + block .LBB0_3 + block .LBB0_2 i32.const $push0=, 4 i32.and $push1=, $0, $pop0 i32.const $push12=, 0 i32.eq $push13=, $pop1, $pop12 - br_if $pop13, BB0_2 + br_if $pop13, .LBB0_2 # BB#1: # %if.then i32.const $push9=, 7 i32.and $push10=, $0, $pop9 - br_if $pop10, BB0_3 - br BB0_4 -BB0_2: # %lor.lhs.false + br_if $pop10, .LBB0_3 + br .LBB0_4 +.LBB0_2: # %lor.lhs.false i32.const $1=, 0 i32.const $push5=, 1 i32.and $push6=, $0, $pop5 @@ -31,15 +31,15 @@ BB0_2: # %lor.lhs.false i32.or $push8=, $pop7, $pop4 i32.const $push14=, 0 i32.eq $push15=, $pop8, $pop14 - br_if $pop15, BB0_4 -BB0_3: # %if.end3 + br_if $pop15, .LBB0_4 +.LBB0_3: # %if.end3 i32.const $push11=, 0 return $pop11 -BB0_4: # %if.then2 +.LBB0_4: # %if.then2 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type v,@object # @v .bss diff --git a/test/torture-s/20050218-1.c.s b/test/torture-s/20050218-1.c.s index dfc970ac5..1a09fbfec 100644 --- a/test/torture-s/20050218-1.c.s +++ b/test/torture-s/20050218-1.c.s @@ -8,47 +8,47 @@ foo: # @foo .local i32, i32, i32, i32, i32, i32 # BB#0: # %entry i32.const $4=, 0 - block BB0_6 + block .LBB0_6 i32.const $push5=, 0 i32.eq $push6=, $2, $pop5 - br_if $pop6, BB0_6 + br_if $pop6, .LBB0_6 # BB#1: # %for.body.lr.ph i32.const $7=, 0 i32.const $6=, a copy_local $8=, $7 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_6 + loop .LBB0_6 i32.load $4=, 0($6) i32.call $3=, strlen, $4 i32.add $push0=, $0, $7 i32.call $5=, strncmp, $pop0, $4, $3 i32.const $4=, 2 - br_if $5, BB0_6 + br_if $5, .LBB0_6 # BB#3: # %if.end - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.add $7=, $3, $7 - block BB0_5 + block .LBB0_5 i32.const $push7=, 0 i32.eq $push8=, $1, $pop7 - br_if $pop8, BB0_5 + br_if $pop8, .LBB0_5 # BB#4: # %if.then6 - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.call $push1=, strlen, $1 i32.add $7=, $pop1, $7 -BB0_5: # %for.inc - # in Loop: Header=BB0_2 Depth=1 +.LBB0_5: # %for.inc + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push2=, 1 i32.add $8=, $8, $pop2 i32.const $push3=, 4 i32.add $6=, $6, $pop3 i32.const $4=, 0 i32.lt_u $push4=, $8, $2 - br_if $pop4, BB0_2 -BB0_6: # %cleanup + br_if $pop4, .LBB0_2 +.LBB0_6: # %cleanup return $4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -60,29 +60,29 @@ main: # @main i32.load $3=, a($2) i32.call $0=, strlen, $3 i32.const $4=, .str.4 - block BB1_4 + block .LBB1_4 i32.call $push0=, strncmp, $4, $3, $0 - br_if $pop0, BB1_4 + br_if $pop0, .LBB1_4 # BB#1: # %if.end.i i32.load $3=, a+4($2) i32.call $1=, strlen, $3 i32.add $push1=, $4, $0 i32.call $push2=, strncmp, $pop1, $3, $1 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#2: # %if.end.i.1 i32.load $3=, a+8($2) i32.add $push3=, $1, $0 i32.add $push4=, $4, $pop3 i32.call $push5=, strlen, $3 i32.call $push6=, strncmp, $pop4, $3, $pop5 - br_if $pop6, BB1_4 + br_if $pop6, .LBB1_4 # BB#3: # %if.end.i.2 return $2 -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20050224-1.c.s b/test/torture-s/20050224-1.c.s index 6d8d21b6a..c51477d1c 100644 --- a/test/torture-s/20050224-1.c.s +++ b/test/torture-s/20050224-1.c.s @@ -5,25 +5,25 @@ foo: # @foo .param i32, i32, i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 245 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %entry i32.const $push2=, 36 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#2: # %entry i32.const $push4=, 444 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.end return -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -34,9 +34,9 @@ main: # @main i32.const $8=, 0 i32.load $5=, a($8) i32.load $0=, b($8) - block BB1_13 + block .LBB1_13 i32.ge_u $push0=, $5, $0 - br_if $pop0, BB1_13 + br_if $pop0, .LBB1_13 # BB#1: # %for.body.lr.ph i32.load $1=, c($8) i32.load $2=, d($8) @@ -44,62 +44,62 @@ main: # @main i32.load $4=, f($8) copy_local $7=, $8 copy_local $6=, $8 -BB1_2: # %for.body +.LBB1_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_9 - block BB1_8 - block BB1_4 + loop .LBB1_9 + block .LBB1_8 + block .LBB1_4 i32.ge_u $push1=, $5, $1 - br_if $pop1, BB1_4 + br_if $pop1, .LBB1_4 # BB#3: # %if.then - # in Loop: Header=BB1_2 Depth=1 + # in Loop: Header=.LBB1_2 Depth=1 i32.const $push6=, 1 i32.add $6=, $6, $pop6 - br BB1_8 -BB1_4: # %if.else - # in Loop: Header=BB1_2 Depth=1 - block BB1_7 + br .LBB1_8 +.LBB1_4: # %if.else + # in Loop: Header=.LBB1_2 Depth=1 + block .LBB1_7 i32.lt_u $push2=, $5, $2 - br_if $pop2, BB1_7 + br_if $pop2, .LBB1_7 # BB#5: # %if.else - # in Loop: Header=BB1_2 Depth=1 + # in Loop: Header=.LBB1_2 Depth=1 i32.ge_u $push3=, $5, $3 - br_if $pop3, BB1_7 + br_if $pop3, .LBB1_7 # BB#6: # %if.then4 - # in Loop: Header=BB1_2 Depth=1 + # in Loop: Header=.LBB1_2 Depth=1 i32.const $push5=, 1 i32.add $8=, $8, $pop5 - br BB1_8 -BB1_7: # %if.else6 - # in Loop: Header=BB1_2 Depth=1 + br .LBB1_8 +.LBB1_7: # %if.else6 + # in Loop: Header=.LBB1_2 Depth=1 i32.lt_u $push4=, $5, $4 i32.add $7=, $pop4, $7 -BB1_8: # %for.inc - # in Loop: Header=BB1_2 Depth=1 +.LBB1_8: # %for.inc + # in Loop: Header=.LBB1_2 Depth=1 i32.const $push7=, 4096 i32.add $5=, $5, $pop7 i32.lt_u $push8=, $5, $0 - br_if $pop8, BB1_2 -BB1_9: # %for.end + br_if $pop8, .LBB1_2 +.LBB1_9: # %for.end i32.const $push9=, 444 i32.ne $push10=, $6, $pop9 - br_if $pop10, BB1_13 + br_if $pop10, .LBB1_13 # BB#10: # %for.end i32.const $push11=, 245 i32.ne $push12=, $7, $pop11 - br_if $pop12, BB1_13 + br_if $pop12, .LBB1_13 # BB#11: # %for.end i32.const $push13=, 36 i32.ne $push14=, $8, $pop13 - br_if $pop14, BB1_13 + br_if $pop14, .LBB1_13 # BB#12: # %foo.exit i32.const $push15=, 0 return $pop15 -BB1_13: # %if.then.i +.LBB1_13: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20050316-1.c.s b/test/torture-s/20050316-1.c.s index 67c3778a3..70f238c55 100644 --- a/test/torture-s/20050316-1.c.s +++ b/test/torture-s/20050316-1.c.s @@ -7,8 +7,8 @@ test1: # @test1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -17,8 +17,8 @@ test2: # @test2 .result i32 # BB#0: # %entry return $0 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -31,8 +31,8 @@ test3: # @test3 i32.store $push3=, 0($pop1), $pop2 i32.store $discard=, 0($0), $pop3 return -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -47,8 +47,8 @@ test4: # @test4 i64.extend_s/i32 $push5=, $pop4 i64.store $discard=, 0($0), $pop5 return -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function @@ -60,8 +60,8 @@ test5: # @test5 i32.store $discard=, 0($pop1), $2 i32.store $discard=, 0($0), $1 return -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl main .type main,@function @@ -70,8 +70,8 @@ main: # @main # BB#0: # %if.end30 i32.const $push0=, 0 return $pop0 -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050316-2.c.s b/test/torture-s/20050316-2.c.s index 54032ea84..7de0859da 100644 --- a/test/torture-s/20050316-2.c.s +++ b/test/torture-s/20050316-2.c.s @@ -14,8 +14,8 @@ test1: # @test1 i64.shl $push3=, $pop1, $pop2 i64.or $push6=, $pop5, $pop3 return $pop6 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -31,8 +31,8 @@ test2: # @test2 i64.shl $push3=, $pop1, $pop2 i64.or $push6=, $pop5, $pop3 return $pop6 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -46,8 +46,8 @@ test3: # @test3 i64.shl $push2=, $pop0, $pop1 i64.or $push4=, $pop3, $pop2 return $pop4 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl main .type main,@function @@ -56,8 +56,8 @@ main: # @main # BB#0: # %if.end33 i32.const $push0=, 0 return $pop0 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050316-3.c.s b/test/torture-s/20050316-3.c.s index 17cda58bf..f3c212b98 100644 --- a/test/torture-s/20050316-3.c.s +++ b/test/torture-s/20050316-3.c.s @@ -10,8 +10,8 @@ test1: # @test1 i32.store $discard=, 0($pop1), $2 i32.store $discard=, 0($0), $1 return -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -25,8 +25,8 @@ test2: # @test2 i64.shl $push2=, $pop0, $pop1 i64.or $push4=, $pop3, $pop2 return $pop4 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main # BB#0: # %if.end13 i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050410-1.c.s b/test/torture-s/20050410-1.c.s index a7d43b7ee..b84fdedb8 100644 --- a/test/torture-s/20050410-1.c.s +++ b/test/torture-s/20050410-1.c.s @@ -16,28 +16,28 @@ foo: # @foo i32.const $push6=, -5 i32.add $push7=, $pop5, $pop6 return $pop7 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.call $push0=, foo i32.const $push1=, 95 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end i32.const $push3=, 0 call exit, $pop3 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .data diff --git a/test/torture-s/20050502-1.c.s b/test/torture-s/20050502-1.c.s index 9e30acb95..13b115051 100644 --- a/test/torture-s/20050502-1.c.s +++ b/test/torture-s/20050502-1.c.s @@ -13,8 +13,8 @@ bar: # @bar i32.store $discard=, 0($0), $pop1 i32.load8_s $push2=, 0($1) return $pop2 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl baz .type baz,@function @@ -25,8 +25,8 @@ baz: # @baz i32.const $push0=, 64 i32.ne $push1=, $0, $pop0 return $pop1 -func_end1: - .size baz, func_end1-baz +.Lfunc_end1: + .size baz, .Lfunc_end1-baz .globl foo .type foo,@function @@ -41,25 +41,25 @@ foo: # @foo i32.and $10=, $9, $5 i32.const $6=, 39 i32.const $11=, 1 - block BB2_7 + block .LBB2_7 i32.eq $push2=, $10, $6 i32.and $push3=, $pop2, $2 - br_if $pop3, BB2_7 + br_if $pop3, .LBB2_7 # BB#1: # %entry i32.const $7=, 34 i32.eq $push4=, $10, $7 i32.and $push0=, $pop4, $3 - br_if $pop0, BB2_7 + br_if $pop0, .LBB2_7 # BB#2: # %if.end14.lr.ph i32.or $4=, $2, $3 i32.const $10=, 1 -BB2_3: # %if.end14 +.LBB2_3: # %if.end14 # =>This Inner Loop Header: Depth=1 - loop BB2_7 - block BB2_5 - br_if $4, BB2_5 + loop .LBB2_7 + block .LBB2_5 + br_if $4, .LBB2_5 # BB#4: # %land.lhs.true18 - # in Loop: Header=BB2_3 Depth=1 + # in Loop: Header=.LBB2_3 Depth=1 i32.const $8=, 24 i32.shl $push5=, $9, $8 i32.shr_s $push6=, $pop5, $8 @@ -67,9 +67,9 @@ BB2_3: # %if.end14 copy_local $11=, $10 i32.const $push15=, 0 i32.eq $push16=, $8, $pop15 - br_if $pop16, BB2_7 -BB2_5: # %while.body.backedge - # in Loop: Header=BB2_3 Depth=1 + br_if $pop16, .LBB2_7 +.LBB2_5: # %while.body.backedge + # in Loop: Header=.LBB2_3 Depth=1 i32.add $push9=, $1, $10 i32.store8 $discard=, 0($pop9), $9 i32.const $push8=, 1 @@ -78,22 +78,22 @@ BB2_5: # %while.body.backedge i32.and $8=, $9, $5 i32.eq $push10=, $8, $6 i32.and $push11=, $pop10, $2 - br_if $pop11, BB2_7 + br_if $pop11, .LBB2_7 # BB#6: # %while.body.backedge - # in Loop: Header=BB2_3 Depth=1 + # in Loop: Header=.LBB2_3 Depth=1 copy_local $10=, $11 i32.eq $push12=, $8, $7 i32.and $push7=, $pop12, $3 i32.const $push17=, 0 i32.eq $push18=, $pop7, $pop17 - br_if $pop18, BB2_3 -BB2_7: # %while.end + br_if $pop18, .LBB2_3 +.LBB2_7: # %while.end i32.add $push13=, $1, $11 i32.const $push14=, 0 i32.store8 $discard=, 0($pop13), $pop14 return -func_end2: - .size foo, func_end2-foo +.Lfunc_end2: + .size foo, .Lfunc_end2-foo .globl main .type main,@function @@ -116,17 +116,17 @@ main: # @main i32.const $6=, 16 i32.add $6=, $20, $6 call foo, $5, $6, $1, $0 - block BB3_15 + block .LBB3_15 i32.load $push1=, 12($20) i32.const $push2=, .str.1 i32.call $push3=, strcmp, $pop1, $pop2 - br_if $pop3, BB3_15 + br_if $pop3, .LBB3_15 # BB#1: # %lor.lhs.false i32.const $push4=, .str.2 i32.const $7=, 16 i32.add $7=, $20, $7 i32.call $push5=, strcmp, $7, $pop4 - br_if $pop5, BB3_15 + br_if $pop5, .LBB3_15 # BB#2: # %if.end i32.const $push6=, .str.3 i32.store $discard=, 12($20), $pop6 @@ -135,17 +135,17 @@ main: # @main i32.const $9=, 16 i32.add $9=, $20, $9 call foo, $8, $9, $0, $1 - block BB3_14 + block .LBB3_14 i32.load $push7=, 12($20) i32.const $push8=, .str.4 i32.call $push9=, strcmp, $pop7, $pop8 - br_if $pop9, BB3_14 + br_if $pop9, .LBB3_14 # BB#3: # %lor.lhs.false7 i32.const $push10=, .str.5 i32.const $10=, 16 i32.add $10=, $20, $10 i32.call $push11=, strcmp, $10, $pop10 - br_if $pop11, BB3_14 + br_if $pop11, .LBB3_14 # BB#4: # %if.end12 i32.const $push12=, .str.6 i32.store $discard=, 12($20), $pop12 @@ -154,17 +154,17 @@ main: # @main i32.const $12=, 16 i32.add $12=, $20, $12 call foo, $11, $12, $1, $1 - block BB3_13 + block .LBB3_13 i32.load $push13=, 12($20) i32.const $push14=, .str.7 i32.call $push15=, strcmp, $pop13, $pop14 - br_if $pop15, BB3_13 + br_if $pop15, .LBB3_13 # BB#5: # %lor.lhs.false16 i32.const $push16=, .str.8 i32.const $13=, 16 i32.add $13=, $20, $13 i32.call $push17=, strcmp, $13, $pop16 - br_if $pop17, BB3_13 + br_if $pop17, .LBB3_13 # BB#6: # %if.end21 i32.const $push18=, .str.9 i32.store $discard=, 12($20), $pop18 @@ -173,17 +173,17 @@ main: # @main i32.const $15=, 16 i32.add $15=, $20, $15 call foo, $14, $15, $1, $1 - block BB3_12 + block .LBB3_12 i32.load $push19=, 12($20) i32.const $push20=, .str.10 i32.call $push21=, strcmp, $pop19, $pop20 - br_if $pop21, BB3_12 + br_if $pop21, .LBB3_12 # BB#7: # %lor.lhs.false25 i32.const $push22=, .str.11 i32.const $16=, 16 i32.add $16=, $20, $16 i32.call $push23=, strcmp, $16, $pop22 - br_if $pop23, BB3_12 + br_if $pop23, .LBB3_12 # BB#8: # %if.end30 i32.const $push24=, .str.12 i32.store $discard=, 12($20), $pop24 @@ -192,40 +192,40 @@ main: # @main i32.const $18=, 16 i32.add $18=, $20, $18 call foo, $17, $18, $0, $0 - block BB3_11 + block .LBB3_11 i32.load $push25=, 12($20) i32.const $push26=, .str.13 i32.call $push27=, strcmp, $pop25, $pop26 - br_if $pop27, BB3_11 + br_if $pop27, .LBB3_11 # BB#9: # %lor.lhs.false34 i32.const $push28=, .str.14 i32.const $19=, 16 i32.add $19=, $20, $19 i32.call $push29=, strcmp, $19, $pop28 - br_if $pop29, BB3_11 + br_if $pop29, .LBB3_11 # BB#10: # %if.end39 i32.const $4=, 80 i32.add $20=, $20, $4 i32.const $4=, __stack_pointer i32.store $20=, 0($4), $20 return $0 -BB3_11: # %if.then38 +.LBB3_11: # %if.then38 call abort unreachable -BB3_12: # %if.then29 +.LBB3_12: # %if.then29 call abort unreachable -BB3_13: # %if.then20 +.LBB3_13: # %if.then20 call abort unreachable -BB3_14: # %if.then11 +.LBB3_14: # %if.then11 call abort unreachable -BB3_15: # %if.then +.LBB3_15: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20050604-1.c.s b/test/torture-s/20050604-1.c.s index bfa66d489..f44790390 100644 --- a/test/torture-s/20050604-1.c.s +++ b/test/torture-s/20050604-1.c.s @@ -39,8 +39,8 @@ foo: # @foo f32.add $push10=, $pop9, $10 f32.store $discard=, v($0), $pop10 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -69,7 +69,7 @@ main: # @main i32.store16 $2=, u($0), $pop7 i32.const $15=, 65535 f32.const $10=, 0x0p0 - block BB1_9 + block .LBB1_9 f32.load $push8=, v+12($0) f32.add $push9=, $pop8, $10 f32.add $push3=, $pop9, $10 @@ -85,41 +85,41 @@ main: # @main f32.store $13=, v($0), $pop0 i32.and $push13=, $2, $15 i32.ne $push14=, $pop13, $3 - br_if $pop14, BB1_9 + br_if $pop14, .LBB1_9 # BB#1: # %entry i32.and $push15=, $1, $15 i32.ne $push16=, $pop15, $4 - br_if $pop16, BB1_9 + br_if $pop16, .LBB1_9 # BB#2: # %entry i32.or $push5=, $5, $6 i32.and $push17=, $pop5, $15 - br_if $pop17, BB1_9 + br_if $pop17, .LBB1_9 # BB#3: # %if.end - block BB1_8 + block .LBB1_8 f32.const $push18=, 0x1.2p5 f32.ne $push19=, $13, $pop18 - br_if $pop19, BB1_8 + br_if $pop19, .LBB1_8 # BB#4: # %if.end f32.const $push20=, 0x1.4p5 f32.ne $push21=, $12, $pop20 - br_if $pop21, BB1_8 + br_if $pop21, .LBB1_8 # BB#5: # %if.end f32.const $push22=, 0x1.6p5 f32.ne $push23=, $11, $pop22 - br_if $pop23, BB1_8 + br_if $pop23, .LBB1_8 # BB#6: # %if.end f32.ne $push24=, $14, $10 - br_if $pop24, BB1_8 + br_if $pop24, .LBB1_8 # BB#7: # %if.end26 return $0 -BB1_8: # %if.then25 +.LBB1_8: # %if.then25 call abort unreachable -BB1_9: # %if.then +.LBB1_9: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type u,@object # @u .bss diff --git a/test/torture-s/20050607-1.c.s b/test/torture-s/20050607-1.c.s index 29ca719c4..ec4ffac83 100644 --- a/test/torture-s/20050607-1.c.s +++ b/test/torture-s/20050607-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050613-1.c.s b/test/torture-s/20050613-1.c.s index 57c5db46e..1e3690eb5 100644 --- a/test/torture-s/20050613-1.c.s +++ b/test/torture-s/20050613-1.c.s @@ -5,27 +5,27 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_5 + block .LBB0_5 i32.load $push0=, 0($0) - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %lor.lhs.false i32.load $push1=, 4($0) i32.const $push2=, 5 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#2: # %lor.lhs.false2 i32.load $push4=, 8($0) - br_if $pop4, BB0_5 + br_if $pop4, .LBB0_5 # BB#3: # %lor.lhs.false4 i32.load $push5=, 12($0) - br_if $pop5, BB0_5 + br_if $pop5, .LBB0_5 # BB#4: # %if.end return -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main # BB#0: # %foo.exit28 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20050826-1.c.s b/test/torture-s/20050826-1.c.s index d54e58065..32011ccf9 100644 --- a/test/torture-s/20050826-1.c.s +++ b/test/torture-s/20050826-1.c.s @@ -6,39 +6,39 @@ bar: # @bar .param i32 .local i32 # BB#0: # %entry - block BB0_6 + block .LBB0_6 i32.const $push0=, .str i32.const $push1=, 8 i32.call $push2=, memcmp, $0, $pop0, $pop1 - br_if $pop2, BB0_6 + br_if $pop2, .LBB0_6 # BB#1: # %for.body.preheader i32.const $push3=, 7 i32.add $1=, $0, $pop3 i32.const $0=, 0 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - block BB0_5 - loop BB0_4 + block .LBB0_5 + loop .LBB0_4 i32.add $push4=, $1, $0 i32.load8_u $push5=, 0($pop4) - br_if $pop5, BB0_5 + br_if $pop5, .LBB0_5 # BB#3: # %for.cond - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push6=, 1 i32.add $0=, $0, $pop6 i32.const $push7=, 2040 i32.le_u $push8=, $0, $pop7 - br_if $pop8, BB0_2 -BB0_4: # %for.end + br_if $pop8, .LBB0_2 +.LBB0_4: # %for.end return -BB0_5: # %if.then2 +.LBB0_5: # %if.then2 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -64,37 +64,37 @@ foo: # @foo i32.store8 $3=, a($1), $pop1 i32.const $4=, 8 i32.store8 $2=, a+6($1), $3 - block BB1_5 + block .LBB1_5 i32.const $push7=, .str i32.call $push8=, memcmp, $0, $pop7, $4 - br_if $pop8, BB1_5 -BB1_1: # %for.cond.i + br_if $pop8, .LBB1_5 +.LBB1_1: # %for.cond.i # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.const $push9=, -7 i32.add $push10=, $4, $pop9 i32.const $push11=, 2040 i32.gt_u $push12=, $pop10, $pop11 - br_if $pop12, BB1_4 + br_if $pop12, .LBB1_4 # BB#2: # %for.cond.i.for.body.i_crit_edge - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $3=, $0, $4 i32.add $4=, $4, $2 i32.load8_u $push13=, 0($3) i32.const $push14=, 0 i32.eq $push15=, $pop13, $pop14 - br_if $pop15, BB1_1 -BB1_3: # %if.then2.i + br_if $pop15, .LBB1_1 +.LBB1_3: # %if.then2.i call abort unreachable -BB1_4: # %bar.exit +.LBB1_4: # %bar.exit return $1 -BB1_5: # %if.then.i +.LBB1_5: # %if.then.i call abort unreachable -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -120,37 +120,37 @@ main: # @main i32.store8 $3=, a($1), $pop1 i32.const $4=, 8 i32.store8 $2=, a+6($1), $3 - block BB2_5 + block .LBB2_5 i32.const $push7=, .str i32.call $push8=, memcmp, $0, $pop7, $4 - br_if $pop8, BB2_5 -BB2_1: # %for.cond.i.i + br_if $pop8, .LBB2_5 +.LBB2_1: # %for.cond.i.i # =>This Inner Loop Header: Depth=1 - block BB2_4 - loop BB2_3 + block .LBB2_4 + loop .LBB2_3 i32.const $push9=, -7 i32.add $push10=, $4, $pop9 i32.const $push11=, 2040 i32.gt_u $push12=, $pop10, $pop11 - br_if $pop12, BB2_4 + br_if $pop12, .LBB2_4 # BB#2: # %for.cond.i.for.body.i_crit_edge.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.add $3=, $0, $4 i32.add $4=, $4, $2 i32.load8_u $push13=, 0($3) i32.const $push14=, 0 i32.eq $push15=, $pop13, $pop14 - br_if $pop15, BB2_1 -BB2_3: # %if.then2.i.i + br_if $pop15, .LBB2_1 +.LBB2_3: # %if.then2.i.i call abort unreachable -BB2_4: # %foo.exit +.LBB2_4: # %foo.exit return $1 -BB2_5: # %if.then.i.i +.LBB2_5: # %if.then.i.i call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20050929-1.c.s b/test/torture-s/20050929-1.c.s index 0a98a7d5b..53b05fe44 100644 --- a/test/torture-s/20050929-1.c.s +++ b/test/torture-s/20050929-1.c.s @@ -9,53 +9,53 @@ main: # @main i32.const $2=, 0 i32.load $0=, e($2) i32.load $1=, 0($0) - block BB0_9 + block .LBB0_9 i32.load $push0=, 0($1) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_9 + br_if $pop2, .LBB0_9 # BB#1: # %lor.lhs.false i32.load $push3=, 4($1) i32.const $push4=, 2 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_9 + br_if $pop5, .LBB0_9 # BB#2: # %if.end i32.load $1=, 4($0) - block BB0_8 + block .LBB0_8 i32.load $push6=, 0($1) i32.const $push7=, 3 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_8 + br_if $pop8, .LBB0_8 # BB#3: # %lor.lhs.false5 i32.load $push9=, 4($1) i32.const $push10=, 4 i32.ne $push11=, $pop9, $pop10 - br_if $pop11, BB0_8 + br_if $pop11, .LBB0_8 # BB#4: # %if.end10 i32.load $1=, e+4($2) - block BB0_7 + block .LBB0_7 i32.load $push12=, 0($1) i32.const $push13=, 5 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB0_7 + br_if $pop14, .LBB0_7 # BB#5: # %lor.lhs.false13 i32.load $push15=, 4($1) i32.const $push16=, 6 i32.ne $push17=, $pop15, $pop16 - br_if $pop17, BB0_7 + br_if $pop17, .LBB0_7 # BB#6: # %if.end17 return $2 -BB0_7: # %if.then16 +.LBB0_7: # %if.then16 call abort unreachable -BB0_8: # %if.then9 +.LBB0_8: # %if.then9 call abort unreachable -BB0_9: # %if.then +.LBB0_9: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .compoundliteral,@object # @.compoundliteral .data diff --git a/test/torture-s/20051012-1.c.s b/test/torture-s/20051012-1.c.s index c684afec7..8badd23c5 100644 --- a/test/torture-s/20051012-1.c.s +++ b/test/torture-s/20051012-1.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push2=, 511 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main i32.or $push4=, $pop2, $pop3 i32.store $discard=, t+4($0), $pop4 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type t,@object # @t .bss diff --git a/test/torture-s/20051021-1.c.s b/test/torture-s/20051021-1.c.s index b9bc5e11f..88dcb0997 100644 --- a/test/torture-s/20051021-1.c.s +++ b/test/torture-s/20051021-1.c.s @@ -12,8 +12,8 @@ foo1: # @foo1 i32.add $push2=, $pop0, $pop1 i32.store $discard=, count($0), $pop2 return $0 -func_end0: - .size foo1, func_end0-foo1 +.Lfunc_end0: + .size foo1, .Lfunc_end0-foo1 .globl foo2 .type foo2,@function @@ -27,8 +27,8 @@ foo2: # @foo2 i32.add $push2=, $pop0, $pop1 i32.store $discard=, count($0), $pop2 return $0 -func_end1: - .size foo2, func_end1-foo2 +.Lfunc_end1: + .size foo2, .Lfunc_end1-foo2 .globl main .type main,@function @@ -38,18 +38,18 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, count($0) - block BB2_2 + block .LBB2_2 i32.const $push0=, 2 i32.add $push1=, $1, $pop0 i32.store $discard=, count($0), $pop1 - br_if $1, BB2_2 + br_if $1, .LBB2_2 # BB#1: # %if.end7 return $0 -BB2_2: # %if.then6 +.LBB2_2: # %if.then6 call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type count,@object # @count .bss diff --git a/test/torture-s/20051104-1.c.s b/test/torture-s/20051104-1.c.s index cd6fb3ee0..080a6d9ed 100644 --- a/test/torture-s/20051104-1.c.s +++ b/test/torture-s/20051104-1.c.s @@ -11,8 +11,8 @@ main: # @main i32.const $push0=, .str i32.store $discard=, s+4($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .bss diff --git a/test/torture-s/20051110-1.c.s b/test/torture-s/20051110-1.c.s index 4e036f669..664e126ed 100644 --- a/test/torture-s/20051110-1.c.s +++ b/test/torture-s/20051110-1.c.s @@ -11,13 +11,13 @@ add_unwind_adjustsp: # @add_unwind_adjustsp i32.const $push2=, 2 i32.shr_s $0=, $pop1, $pop2 i32.const $2=, bytes - block BB0_2 + block .LBB0_2 i32.const $push10=, 0 i32.eq $push11=, $0, $pop10 - br_if $pop11, BB0_2 -BB0_1: # %while.body + br_if $pop11, .LBB0_2 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push5=, 7 i32.shr_u $1=, $0, $pop5 i32.const $push6=, 128 @@ -29,11 +29,11 @@ BB0_1: # %while.body i32.const $push9=, 1 i32.add $2=, $2, $pop9 copy_local $0=, $1 - br_if $1, BB0_1 -BB0_2: # %while.end + br_if $1, .LBB0_1 +.LBB0_2: # %while.end return -func_end0: - .size add_unwind_adjustsp, func_end0-add_unwind_adjustsp +.Lfunc_end0: + .size add_unwind_adjustsp, .Lfunc_end0-add_unwind_adjustsp .globl main .type main,@function @@ -43,9 +43,9 @@ main: # @main # BB#0: # %entry i32.const $3=, 904 i32.const $2=, bytes -BB1_1: # %while.body.i +.LBB1_1: # %while.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $1=, 7 i32.shr_u $0=, $3, $1 i32.const $push2=, 128 @@ -57,27 +57,27 @@ BB1_1: # %while.body.i i32.const $push5=, 1 i32.add $2=, $2, $pop5 copy_local $3=, $0 - br_if $0, BB1_1 -BB1_2: # %add_unwind_adjustsp.exit + br_if $0, .LBB1_1 +.LBB1_2: # %add_unwind_adjustsp.exit i32.const $3=, 0 - block BB1_5 + block .LBB1_5 i32.load8_u $push7=, bytes($3) i32.const $push8=, 136 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB1_5 + br_if $pop9, .LBB1_5 # BB#3: # %add_unwind_adjustsp.exit i32.load8_u $push6=, bytes+1($3) i32.const $push10=, 255 i32.and $push11=, $pop6, $pop10 i32.ne $push12=, $pop11, $1 - br_if $pop12, BB1_5 + br_if $pop12, .LBB1_5 # BB#4: # %if.end return $3 -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type bytes,@object # @bytes .bss diff --git a/test/torture-s/20051110-2.c.s b/test/torture-s/20051110-2.c.s index 1a809727e..ef114e614 100644 --- a/test/torture-s/20051110-2.c.s +++ b/test/torture-s/20051110-2.c.s @@ -16,17 +16,17 @@ add_unwind_adjustsp: # @add_unwind_adjustsp i32.store8 $discard=, bytes($0), $pop3 i32.const $4=, 7 i32.shr_u $2=, $5, $4 - block BB0_3 + block .LBB0_3 i32.const $push8=, 0 i32.eq $push9=, $2, $pop8 - br_if $pop9, BB0_3 + br_if $pop9, .LBB0_3 # BB#1: # %if.then.lr.ph i32.load $push4=, flag($0) i32.eq $1=, $pop4, $0 i32.const $0=, bytes -BB0_2: # %if.then +.LBB0_2: # %if.then # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $push5=, 128 i32.or $push6=, $5, $pop5 i32.store8 $discard=, 0($0), $pop6 @@ -35,11 +35,11 @@ BB0_2: # %if.then i32.store8 $discard=, 0($0), $pop7 copy_local $5=, $2 i32.shr_u $2=, $2, $4 - br_if $2, BB0_2 -BB0_3: # %do.end + br_if $2, .LBB0_2 +.LBB0_3: # %do.end return -func_end0: - .size add_unwind_adjustsp, func_end0-add_unwind_adjustsp +.Lfunc_end0: + .size add_unwind_adjustsp, .Lfunc_end0-add_unwind_adjustsp .globl main .type main,@function @@ -49,7 +49,7 @@ main: # @main # BB#0: # %add_unwind_adjustsp.exit i32.const $0=, 0 i32.load $1=, flag($0) - block BB1_3 + block .LBB1_3 i32.const $push2=, 136 i32.store8 $2=, bytes($0), $pop2 i32.const $push3=, bytes @@ -59,20 +59,20 @@ main: # @main i32.store8 $1=, 0($pop4), $pop5 i32.load8_u $push6=, bytes($0) i32.ne $push7=, $pop6, $2 - br_if $pop7, BB1_3 + br_if $pop7, .LBB1_3 # BB#1: # %add_unwind_adjustsp.exit i32.load8_u $push0=, bytes+1($0) i32.const $push8=, 255 i32.and $push9=, $pop0, $pop8 i32.ne $push10=, $pop9, $1 - br_if $pop10, BB1_3 + br_if $pop10, .LBB1_3 # BB#2: # %if.end return $0 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type bytes,@object # @bytes .bss diff --git a/test/torture-s/20051113-1.c.s b/test/torture-s/20051113-1.c.s index 93cae7ece..e8b46c4c0 100644 --- a/test/torture-s/20051113-1.c.s +++ b/test/torture-s/20051113-1.c.s @@ -26,17 +26,17 @@ Sum: # @Sum i32.or $push12=, $pop10, $pop11 i32.or $1=, $pop7, $pop12 i64.const $16=, 0 - block BB0_3 + block .LBB0_3 i32.lt_s $push13=, $1, $4 - br_if $pop13, BB0_3 + br_if $pop13, .LBB0_3 # BB#1: # %for.body.preheader i32.const $push14=, 10 i32.add $0=, $0, $pop14 i64.const $16=, 0 i32.const $15=, 0 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $push15=, 5 i32.add $5=, $0, $pop15 i32.const $push18=, 4 @@ -78,11 +78,11 @@ BB0_2: # %for.body i64.add $16=, $pop40, $16 i32.add $15=, $15, $4 i32.lt_s $push42=, $15, $1 - br_if $pop42, BB0_2 -BB0_3: # %for.end + br_if $pop42, .LBB0_2 +.LBB0_3: # %for.end return $16 -func_end0: - .size Sum, func_end0-Sum +.Lfunc_end0: + .size Sum, .Lfunc_end0-Sum .globl Sum2 .type Sum2,@function @@ -110,17 +110,17 @@ Sum2: # @Sum2 i32.or $push12=, $pop10, $pop11 i32.or $1=, $pop7, $pop12 i64.const $16=, 0 - block BB1_3 + block .LBB1_3 i32.lt_s $push13=, $1, $4 - br_if $pop13, BB1_3 + br_if $pop13, .LBB1_3 # BB#1: # %for.body.preheader i32.const $push14=, 18 i32.add $0=, $0, $pop14 i64.const $16=, 0 i32.const $15=, 0 -BB1_2: # %for.body +.LBB1_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $push15=, 5 i32.add $5=, $0, $pop15 i32.const $push18=, 4 @@ -162,11 +162,11 @@ BB1_2: # %for.body i64.add $16=, $pop40, $16 i32.add $15=, $15, $4 i32.lt_s $push42=, $15, $1 - br_if $pop42, BB1_2 -BB1_3: # %for.end + br_if $pop42, .LBB1_2 +.LBB1_3: # %for.end return $16 -func_end1: - .size Sum2, func_end1-Sum2 +.Lfunc_end1: + .size Sum2, .Lfunc_end1-Sum2 .globl main .type main,@function @@ -328,24 +328,24 @@ main: # @main i64.store8 $discard=, 78($0), $4 i64.call $3=, Sum, $0 i64.const $4=, 4311811859 - block BB2_4 + block .LBB2_4 i64.ne $push97=, $3, $4 - br_if $pop97, BB2_4 + br_if $pop97, .LBB2_4 # BB#1: # %if.end - block BB2_3 + block .LBB2_3 i64.call $push98=, Sum2, $0 i64.ne $push99=, $pop98, $4 - br_if $pop99, BB2_3 + br_if $pop99, .LBB2_3 # BB#2: # %if.end25 return $2 -BB2_3: # %if.then24 +.LBB2_3: # %if.then24 call abort unreachable -BB2_4: # %if.then +.LBB2_4: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20051215-1.c.s b/test/torture-s/20051215-1.c.s index 8dd191bbb..a1b1b571c 100644 --- a/test/torture-s/20051215-1.c.s +++ b/test/torture-s/20051215-1.c.s @@ -9,26 +9,26 @@ foo: # @foo # BB#0: # %entry i32.const $7=, 0 i32.const $3=, 1 - block BB0_5 + block .LBB0_5 i32.lt_s $push0=, $1, $3 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %for.body.lr.ph i32.const $5=, 0 copy_local $6=, $5 copy_local $7=, $5 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_5 - block BB0_4 + loop .LBB0_5 + block .LBB0_4 i32.const $push6=, 0 i32.eq $push7=, $2, $pop6 - br_if $pop7, BB0_4 + br_if $pop7, .LBB0_4 # BB#3: # %if.then - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.load $push1=, 0($2) i32.mul $6=, $pop1, $5 -BB0_4: # %if.end - # in Loop: Header=BB0_2 Depth=1 +.LBB0_4: # %if.end + # in Loop: Header=.LBB0_2 Depth=1 i32.const $4=, 0 i32.gt_s $push2=, $0, $4 i32.mul $push3=, $6, $0 @@ -36,11 +36,11 @@ BB0_4: # %if.end i32.add $7=, $7, $pop4 i32.add $5=, $5, $3 i32.ne $push5=, $1, $5 - br_if $pop5, BB0_2 -BB0_5: # %for.end6 + br_if $pop5, .LBB0_2 +.LBB0_5: # %for.end6 return $7 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -49,18 +49,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.const $push1=, 3 i32.const $push0=, 2 i32.call $push2=, foo, $pop1, $pop0, $0 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20060102-1.c.s b/test/torture-s/20060102-1.c.s index 0cba18581..f62713b27 100644 --- a/test/torture-s/20060102-1.c.s +++ b/test/torture-s/20060102-1.c.s @@ -11,8 +11,8 @@ f: # @f i32.const $push2=, 1 i32.or $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,21 +25,21 @@ main: # @main i32.load $4=, one($0) i32.const $2=, 31 i32.const $3=, 1 - block BB1_2 + block .LBB1_2 i32.shr_s $push0=, $1, $2 i32.or $push1=, $pop0, $3 i32.sub $push2=, $0, $4 i32.shr_s $push3=, $pop2, $2 i32.or $push4=, $pop3, $3 i32.eq $push5=, $pop1, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type one,@object # @one .data diff --git a/test/torture-s/20060110-1.c.s b/test/torture-s/20060110-1.c.s index f9de94cf2..74cffe723 100644 --- a/test/torture-s/20060110-1.c.s +++ b/test/torture-s/20060110-1.c.s @@ -11,8 +11,8 @@ f: # @f i64.shl $push0=, $0, $1 i64.shr_s $push1=, $pop0, $1 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -21,18 +21,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i64.load32_s $push0=, a($0) i64.load $push1=, b($0) i64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20060110-2.c.s b/test/torture-s/20060110-2.c.s index fc2bc6d55..a2aa72af1 100644 --- a/test/torture-s/20060110-2.c.s +++ b/test/torture-s/20060110-2.c.s @@ -12,8 +12,8 @@ f: # @f i64.shl $push1=, $pop0, $2 i64.shr_s $push2=, $pop1, $2 return $pop2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,7 +23,7 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i64.const $1=, 32 - block BB1_2 + block .LBB1_2 i64.load $push1=, b($0) i64.load $push0=, a($0) i64.add $push2=, $pop1, $pop0 @@ -31,14 +31,14 @@ main: # @main i64.shr_s $push4=, $pop3, $1 i64.load $push5=, c($0) i64.ne $push6=, $pop4, $pop5 - br_if $pop6, BB1_2 + br_if $pop6, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20060127-1.c.s b/test/torture-s/20060127-1.c.s index 4dbf46c30..0c3211e5c 100644 --- a/test/torture-s/20060127-1.c.s +++ b/test/torture-s/20060127-1.c.s @@ -5,16 +5,16 @@ f: # @f .param i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.wrap/i64 $push0=, $0 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,16 +23,16 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, a($0) - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %f.exit return $0 -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20060412-1.c.s b/test/torture-s/20060412-1.c.s index cc2de920a..73fa63c91 100644 --- a/test/torture-s/20060412-1.c.s +++ b/test/torture-s/20060412-1.c.s @@ -7,22 +7,22 @@ main: # @main .local i32 # BB#0: # %while.body.preheader i32.const $0=, t+328 -BB0_1: # %while.body +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, -1 i32.store $discard=, 0($0), $pop0 i32.const $push1=, -4 i32.add $0=, $0, $pop1 i32.const $push2=, t+4 i32.gt_u $push3=, $0, $pop2 - br_if $pop3, BB0_1 -BB0_2: # %if.end5 + br_if $pop3, .LBB0_1 +.LBB0_2: # %if.end5 i32.const $0=, 0 i32.store $push4=, t+4($0), $0 return $pop4 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type t,@object # @t .bss diff --git a/test/torture-s/20060905-1.c.s b/test/torture-s/20060905-1.c.s index b867e3441..8fbb77eef 100644 --- a/test/torture-s/20060905-1.c.s +++ b/test/torture-s/20060905-1.c.s @@ -9,41 +9,41 @@ main: # @main i32.const $4=, 0 i32.const $2=, s-384 copy_local $3=, $4 -BB0_1: # %for.body.i +.LBB0_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.const $0=, 128 - block BB0_3 + block .LBB0_3 i32.lt_s $push0=, $3, $0 - br_if $pop0, BB0_3 + br_if $pop0, .LBB0_3 # BB#2: # %if.then.i - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.load8_u $1=, 0($2) i32.const $push1=, 0 i32.store8 $discard=, g($pop1), $1 i32.const $push2=, 1 i32.add $4=, $4, $pop2 -BB0_3: # %for.inc.i - # in Loop: Header=BB0_1 Depth=1 +.LBB0_3: # %for.inc.i + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push3=, 1 i32.add $3=, $3, $pop3 i32.const $push4=, 3 i32.add $2=, $2, $pop4 i32.const $push5=, 256 i32.ne $push6=, $3, $pop5 - br_if $pop6, BB0_1 -BB0_4: # %foo.exit - block BB0_6 + br_if $pop6, .LBB0_1 +.LBB0_4: # %foo.exit + block .LBB0_6 i32.ne $push7=, $4, $0 - br_if $pop7, BB0_6 + br_if $pop7, .LBB0_6 # BB#5: # %if.end i32.const $push8=, 0 return $pop8 -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .bss diff --git a/test/torture-s/20060910-1.c.s b/test/torture-s/20060910-1.c.s index 639541a81..7d70e5196 100644 --- a/test/torture-s/20060910-1.c.s +++ b/test/torture-s/20060910-1.c.s @@ -8,8 +8,8 @@ input_getc_complicated: # @input_getc_complicated # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size input_getc_complicated, func_end0-input_getc_complicated +.Lfunc_end0: + .size input_getc_complicated, .Lfunc_end0-input_getc_complicated .globl check_header .type check_header,@function @@ -20,58 +20,58 @@ check_header: # @check_header # BB#0: # %entry i32.load $1=, 4($0) i32.load $2=, 0($0) - block BB1_2 + block .LBB1_2 i32.ge_u $push5=, $2, $1 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %cond.true i32.const $push6=, 1 i32.add $push0=, $2, $pop6 i32.store $2=, 0($0), $pop0 -BB1_2: # %for.inc - block BB1_4 +.LBB1_2: # %for.inc + block .LBB1_4 i32.ge_u $push7=, $2, $1 - br_if $pop7, BB1_4 + br_if $pop7, .LBB1_4 # BB#3: # %cond.true.1 i32.const $push8=, 1 i32.add $push1=, $2, $pop8 i32.store $2=, 0($0), $pop1 -BB1_4: # %for.inc.1 - block BB1_6 +.LBB1_4: # %for.inc.1 + block .LBB1_6 i32.ge_u $push9=, $2, $1 - br_if $pop9, BB1_6 + br_if $pop9, .LBB1_6 # BB#5: # %cond.true.2 i32.const $push10=, 1 i32.add $push2=, $2, $pop10 i32.store $2=, 0($0), $pop2 -BB1_6: # %for.inc.2 - block BB1_8 +.LBB1_6: # %for.inc.2 + block .LBB1_8 i32.ge_u $push11=, $2, $1 - br_if $pop11, BB1_8 + br_if $pop11, .LBB1_8 # BB#7: # %cond.true.3 i32.const $push12=, 1 i32.add $push3=, $2, $pop12 i32.store $2=, 0($0), $pop3 -BB1_8: # %for.inc.3 - block BB1_10 +.LBB1_8: # %for.inc.3 + block .LBB1_10 i32.ge_u $push13=, $2, $1 - br_if $pop13, BB1_10 + br_if $pop13, .LBB1_10 # BB#9: # %cond.true.4 i32.const $push14=, 1 i32.add $push4=, $2, $pop14 i32.store $2=, 0($0), $pop4 -BB1_10: # %for.inc.4 - block BB1_12 +.LBB1_10: # %for.inc.4 + block .LBB1_12 i32.ge_u $push15=, $2, $1 - br_if $pop15, BB1_12 + br_if $pop15, .LBB1_12 # BB#11: # %cond.true.5 i32.const $push16=, 1 i32.add $push17=, $2, $pop16 i32.store $discard=, 0($0), $pop17 -BB1_12: # %for.inc.5 +.LBB1_12: # %for.inc.5 i32.const $push18=, 1 return $pop18 -func_end1: - .size check_header, func_end1-check_header +.Lfunc_end1: + .size check_header, .Lfunc_end1-check_header .globl main .type main,@function @@ -84,8 +84,8 @@ main: # @main i32.store $push1=, s+4($0), $pop0 i32.store $discard=, s($0), $pop1 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type b,@object # @b .bss diff --git a/test/torture-s/20060929-1.c.s b/test/torture-s/20060929-1.c.s index 3809d2e4c..0b6b7f2f7 100644 --- a/test/torture-s/20060929-1.c.s +++ b/test/torture-s/20060929-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.store $discard=, 0($0), $pop1 i32.store $discard=, 0($2), $1 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -29,8 +29,8 @@ bar: # @bar i32.add $push2=, $2, $pop1 i32.store $discard=, 0($0), $pop2 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl baz .type baz,@function @@ -45,8 +45,8 @@ baz: # @baz i32.add $push2=, $2, $pop1 i32.store $discard=, 0($0), $pop2 return -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main # BB#0: # %if.end19 i32.const $push0=, 0 return $pop0 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20060930-1.c.s b/test/torture-s/20060930-1.c.s index 17d2cb3f9..0ce78cdc4 100644 --- a/test/torture-s/20060930-1.c.s +++ b/test/torture-s/20060930-1.c.s @@ -6,17 +6,17 @@ bar: # @bar .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.ne $push1=, $1, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $1 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -24,10 +24,10 @@ foo: # @foo .param i32, i32 .local i32, i32 # BB#0: # %entry - block BB1_3 + block .LBB1_3 i32.const $push2=, 1 i32.lt_s $push3=, $1, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#1: # %for.body.lr.ph i32.const $3=, 0 i32.gt_s $push0=, $0, $3 @@ -37,16 +37,16 @@ foo: # @foo i32.gt_s $push4=, $2, $0 i32.sub $push5=, $3, $2 i32.select $3=, $pop4, $3, $pop5 -BB1_2: # %for.body +.LBB1_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.call $discard=, bar, $1, $3 i32.add $1=, $1, $0 - br_if $1, BB1_2 -BB1_3: # %for.end + br_if $1, .LBB1_2 +.LBB1_3: # %for.end return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -58,8 +58,8 @@ main: # @main call foo, $0, $0 i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20060930-2.c.s b/test/torture-s/20060930-2.c.s index 3b66724c6..158f8752c 100644 --- a/test/torture-s/20060930-2.c.s +++ b/test/torture-s/20060930-2.c.s @@ -13,8 +13,8 @@ bar: # @bar i32.store $discard=, 0($0), $pop2 i32.load $push3=, 0($1) return $pop3 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -24,19 +24,19 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, s - block BB1_2 + block .LBB1_2 i32.call $push2=, bar, $1, $1 i32.const $push0=, t i32.store $push1=, t($0), $pop0 i32.ne $push3=, $pop2, $pop1 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .bss diff --git a/test/torture-s/20061031-1.c.s b/test/torture-s/20061031-1.c.s index 6604aa0eb..9c780f36c 100644 --- a/test/torture-s/20061031-1.c.s +++ b/test/torture-s/20061031-1.c.s @@ -8,8 +8,8 @@ ff: # @ff #APP #NO_APP return -func_end0: - .size ff, func_end0-ff +.Lfunc_end0: + .size ff, .Lfunc_end0-ff .globl f .type f,@function @@ -21,25 +21,25 @@ f: # @f i32.add $1=, $0, $pop0 call ff, $0 i32.const $2=, 65535 - block BB1_2 + block .LBB1_2 i32.and $push1=, $1, $2 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.then #APP #NO_APP -BB1_2: # %for.inc +.LBB1_2: # %for.inc call ff, $0 - block BB1_4 + block .LBB1_4 i32.add $push2=, $1, $0 i32.and $push3=, $pop2, $2 - br_if $pop3, BB1_4 + br_if $pop3, .LBB1_4 # BB#3: # %if.then.1 #APP #NO_APP -BB1_4: # %for.inc.1 +.LBB1_4: # %for.inc.1 return -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main call f, $pop0 i32.const $push1=, 0 return $pop1 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type nunmap,@object # @nunmap .section .rodata,"a",@progbits diff --git a/test/torture-s/20061101-1.c.s b/test/torture-s/20061101-1.c.s index 4f41a6c99..94993cf03 100644 --- a/test/torture-s/20061101-1.c.s +++ b/test/torture-s/20061101-1.c.s @@ -6,18 +6,18 @@ tar: # @tar .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 36863 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end i32.const $push2=, -1 return $pop2 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size tar, func_end0-tar +.Lfunc_end0: + .size tar, .Lfunc_end0-tar .globl bug .type bug,@function @@ -30,16 +30,16 @@ bug: # @bug i32.const $3=, 1 i32.const $0=, 0 copy_local $4=, $3 -BB1_1: # %while.cond +.LBB1_1: # %while.cond # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.and $push1=, $4, $3 i32.const $push8=, 0 i32.eq $push9=, $pop1, $pop8 - br_if $pop9, BB1_4 + br_if $pop9, .LBB1_4 # BB#2: # %while.body - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push4=, $0, $2 i32.const $push2=, 1 i32.add $push3=, $0, $pop2 @@ -48,14 +48,14 @@ BB1_1: # %while.cond i32.mul $push5=, $0, $1 i32.const $push6=, 36863 i32.eq $push7=, $pop5, $pop6 - br_if $pop7, BB1_1 -BB1_3: # %if.then.i + br_if $pop7, .LBB1_1 +.LBB1_3: # %if.then.i call abort unreachable -BB1_4: # %while.end +.LBB1_4: # %while.end return -func_end1: - .size bug, func_end1-bug +.Lfunc_end1: + .size bug, .Lfunc_end1-bug .globl main .type main,@function @@ -64,8 +64,8 @@ main: # @main # BB#0: # %bug.exit i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20061101-2.c.s b/test/torture-s/20061101-2.c.s index 7bd213a31..b21b15750 100644 --- a/test/torture-s/20061101-2.c.s +++ b/test/torture-s/20061101-2.c.s @@ -6,18 +6,18 @@ tar: # @tar .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 36863 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end i32.const $push2=, -1 return $pop2 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size tar, func_end0-tar +.Lfunc_end0: + .size tar, .Lfunc_end0-tar .globl bug .type bug,@function @@ -30,16 +30,16 @@ bug: # @bug i32.const $3=, 1 i32.const $0=, 0 copy_local $4=, $3 -BB1_1: # %while.cond +.LBB1_1: # %while.cond # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.and $push1=, $4, $3 i32.const $push8=, 0 i32.eq $push9=, $pop1, $pop8 - br_if $pop9, BB1_4 + br_if $pop9, .LBB1_4 # BB#2: # %while.body - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push4=, $0, $2 i32.const $push2=, 1 i32.add $push3=, $0, $pop2 @@ -48,14 +48,14 @@ BB1_1: # %while.cond i32.mul $push5=, $0, $1 i32.const $push6=, 36863 i32.eq $push7=, $pop5, $pop6 - br_if $pop7, BB1_1 -BB1_3: # %if.then.i + br_if $pop7, .LBB1_1 +.LBB1_3: # %if.then.i call abort unreachable -BB1_4: # %while.end +.LBB1_4: # %while.end return -func_end1: - .size bug, func_end1-bug +.Lfunc_end1: + .size bug, .Lfunc_end1-bug .globl main .type main,@function @@ -64,8 +64,8 @@ main: # @main # BB#0: # %bug.exit i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070201-1.c.s b/test/torture-s/20070201-1.c.s index 65bd3ee0d..d47ac7daa 100644 --- a/test/torture-s/20070201-1.c.s +++ b/test/torture-s/20070201-1.c.s @@ -35,8 +35,8 @@ foo: # @foo i32.const $8=, __stack_pointer i32.store $7=, 0($8), $7 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -77,8 +77,8 @@ main: # @main i32.const $6=, __stack_pointer i32.store $9=, 0($6), $9 return $pop3 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20070212-1.c.s b/test/torture-s/20070212-1.c.s index 7965404ce..68c36faf5 100644 --- a/test/torture-s/20070212-1.c.s +++ b/test/torture-s/20070212-1.c.s @@ -25,8 +25,8 @@ g: # @g i32.const $6=, __stack_pointer i32.store $4=, 0($6), $4 return $pop2 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070212-2.c.s b/test/torture-s/20070212-2.c.s index eb16f6f23..8120e3380 100644 --- a/test/torture-s/20070212-2.c.s +++ b/test/torture-s/20070212-2.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 0 i32.select $push1=, $0, $pop0, $2 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070212-3.c.s b/test/torture-s/20070212-3.c.s index 3d2482076..5e35e9797 100644 --- a/test/torture-s/20070212-3.c.s +++ b/test/torture-s/20070212-3.c.s @@ -11,19 +11,19 @@ bar: # @bar i32.add $push1=, $0, $pop0 i32.select $2=, $2, $0, $pop1 i32.load $4=, 0($2) - block BB0_2 + block .LBB0_2 i32.const $push2=, 1 i32.store $discard=, 0($0), $pop2 i32.const $push4=, 0 i32.eq $push5=, $3, $pop4 - br_if $pop5, BB0_2 + br_if $pop5, .LBB0_2 # BB#1: # %if.then3 i32.load $1=, 0($2) -BB0_2: # %if.end5 +.LBB0_2: # %if.end5 i32.add $push3=, $1, $4 return $pop3 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070424-1.c.s b/test/torture-s/20070424-1.c.s index e497141ff..df2f98275 100644 --- a/test/torture-s/20070424-1.c.s +++ b/test/torture-s/20070424-1.c.s @@ -7,8 +7,8 @@ do_exit: # @do_exit i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size do_exit, func_end0-do_exit +.Lfunc_end0: + .size do_exit, .Lfunc_end0-do_exit .globl do_abort .type do_abort,@function @@ -16,25 +16,25 @@ do_abort: # @do_abort # BB#0: # %entry call abort unreachable -func_end1: - .size do_abort, func_end1-do_abort +.Lfunc_end1: + .size do_abort, .Lfunc_end1-do_abort .globl foo .type foo,@function foo: # @foo .param i32, i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.ge_s $push0=, $0, $1 - br_if $pop0, BB2_2 + br_if $pop0, .LBB2_2 # BB#1: # %doit call do_abort unreachable -BB2_2: # %if.end +.LBB2_2: # %if.end call do_exit unreachable -func_end2: - .size foo, func_end2-foo +.Lfunc_end2: + .size foo, .Lfunc_end2-foo .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main # BB#0: # %entry call do_exit unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070517-1.c.s b/test/torture-s/20070517-1.c.s index aa7d73f91..f1e9b7a8d 100644 --- a/test/torture-s/20070517-1.c.s +++ b/test/torture-s/20070517-1.c.s @@ -7,10 +7,10 @@ main: # @main .local i32 # BB#0: # %entry i32.call $0=, get_kind - block BB0_4 + block .LBB0_4 i32.const $push2=, 10 i32.gt_u $push3=, $0, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#1: # %entry i32.const $push4=, 1 i32.shl $push5=, $pop4, $0 @@ -18,21 +18,21 @@ main: # @main i32.and $push7=, $pop5, $pop6 i32.const $push11=, 0 i32.eq $push12=, $pop7, $pop11 - br_if $pop12, BB0_4 + br_if $pop12, .LBB0_4 # BB#2: # %if.then.i i32.const $push1=, -9 i32.add $push0=, $0, $pop1 i32.const $push8=, 2 i32.lt_u $push9=, $pop0, $pop8 - br_if $pop9, BB0_4 + br_if $pop9, .LBB0_4 # BB#3: # %if.else.i call abort unreachable -BB0_4: # %example.exit +.LBB0_4: # %example.exit i32.const $push10=, 0 return $pop10 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type get_kind,@function get_kind: # @get_kind @@ -53,8 +53,8 @@ get_kind: # @get_kind i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return $pop1 -func_end1: - .size get_kind, func_end1-get_kind +.Lfunc_end1: + .size get_kind, .Lfunc_end1-get_kind .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070623-1.c.s b/test/torture-s/20070623-1.c.s index 6d8dbe756..aa52c12de 100644 --- a/test/torture-s/20070623-1.c.s +++ b/test/torture-s/20070623-1.c.s @@ -11,8 +11,8 @@ nge: # @nge i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end0: - .size nge, func_end0-nge +.Lfunc_end0: + .size nge, .Lfunc_end0-nge .globl ngt .type ngt,@function @@ -25,8 +25,8 @@ ngt: # @ngt i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end1: - .size ngt, func_end1-ngt +.Lfunc_end1: + .size ngt, .Lfunc_end1-ngt .globl nle .type nle,@function @@ -39,8 +39,8 @@ nle: # @nle i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end2: - .size nle, func_end2-nle +.Lfunc_end2: + .size nle, .Lfunc_end2-nle .globl nlt .type nlt,@function @@ -53,8 +53,8 @@ nlt: # @nlt i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end3: - .size nlt, func_end3-nlt +.Lfunc_end3: + .size nlt, .Lfunc_end3-nlt .globl neq .type neq,@function @@ -67,8 +67,8 @@ neq: # @neq i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end4: - .size neq, func_end4-neq +.Lfunc_end4: + .size neq, .Lfunc_end4-neq .globl nne .type nne,@function @@ -81,8 +81,8 @@ nne: # @nne i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end5: - .size nne, func_end5-nne +.Lfunc_end5: + .size nne, .Lfunc_end5-nne .globl ngeu .type ngeu,@function @@ -95,8 +95,8 @@ ngeu: # @ngeu i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end6: - .size ngeu, func_end6-ngeu +.Lfunc_end6: + .size ngeu, .Lfunc_end6-ngeu .globl ngtu .type ngtu,@function @@ -109,8 +109,8 @@ ngtu: # @ngtu i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end7: - .size ngtu, func_end7-ngtu +.Lfunc_end7: + .size ngtu, .Lfunc_end7-ngtu .globl nleu .type nleu,@function @@ -123,8 +123,8 @@ nleu: # @nleu i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end8: - .size nleu, func_end8-nleu +.Lfunc_end8: + .size nleu, .Lfunc_end8-nleu .globl nltu .type nltu,@function @@ -137,8 +137,8 @@ nltu: # @nltu i32.const $push1=, 0 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end9: - .size nltu, func_end9-nltu +.Lfunc_end9: + .size nltu, .Lfunc_end9-nltu .globl main .type main,@function @@ -148,162 +148,162 @@ main: # @main # BB#0: # %entry i32.const $0=, 2147483647 i32.const $1=, -2147483648 - block BB10_40 + block .LBB10_40 i32.call $push0=, nge, $1, $0 - br_if $pop0, BB10_40 + br_if $pop0, .LBB10_40 # BB#1: # %if.end i32.call $2=, nge, $0, $1 i32.const $3=, -1 - block BB10_39 + block .LBB10_39 i32.ne $push1=, $2, $3 - br_if $pop1, BB10_39 + br_if $pop1, .LBB10_39 # BB#2: # %if.end4 - block BB10_38 + block .LBB10_38 i32.call $push2=, ngt, $1, $0 - br_if $pop2, BB10_38 + br_if $pop2, .LBB10_38 # BB#3: # %if.end8 - block BB10_37 + block .LBB10_37 i32.call $push3=, ngt, $0, $1 i32.ne $push4=, $pop3, $3 - br_if $pop4, BB10_37 + br_if $pop4, .LBB10_37 # BB#4: # %if.end12 - block BB10_36 + block .LBB10_36 i32.call $push5=, nle, $1, $0 i32.ne $push6=, $pop5, $3 - br_if $pop6, BB10_36 + br_if $pop6, .LBB10_36 # BB#5: # %if.end16 - block BB10_35 + block .LBB10_35 i32.call $push7=, nle, $0, $1 - br_if $pop7, BB10_35 + br_if $pop7, .LBB10_35 # BB#6: # %if.end20 - block BB10_34 + block .LBB10_34 i32.call $push8=, nlt, $1, $0 i32.ne $push9=, $pop8, $3 - br_if $pop9, BB10_34 + br_if $pop9, .LBB10_34 # BB#7: # %if.end24 - block BB10_33 + block .LBB10_33 i32.call $push10=, nlt, $0, $1 - br_if $pop10, BB10_33 + br_if $pop10, .LBB10_33 # BB#8: # %if.end28 - block BB10_32 + block .LBB10_32 i32.call $push11=, neq, $1, $0 - br_if $pop11, BB10_32 + br_if $pop11, .LBB10_32 # BB#9: # %if.end32 - block BB10_31 + block .LBB10_31 i32.call $push12=, neq, $0, $1 - br_if $pop12, BB10_31 + br_if $pop12, .LBB10_31 # BB#10: # %if.end36 - block BB10_30 + block .LBB10_30 i32.call $push13=, nne, $1, $0 i32.ne $push14=, $pop13, $3 - br_if $pop14, BB10_30 + br_if $pop14, .LBB10_30 # BB#11: # %if.end40 - block BB10_29 + block .LBB10_29 i32.call $push15=, nne, $0, $1 i32.ne $push16=, $pop15, $3 - br_if $pop16, BB10_29 + br_if $pop16, .LBB10_29 # BB#12: # %if.end44 i32.const $0=, 0 - block BB10_28 + block .LBB10_28 i32.call $push17=, ngeu, $0, $3 - br_if $pop17, BB10_28 + br_if $pop17, .LBB10_28 # BB#13: # %if.end48 - block BB10_27 + block .LBB10_27 i32.call $push18=, ngeu, $3, $0 i32.ne $push19=, $pop18, $3 - br_if $pop19, BB10_27 + br_if $pop19, .LBB10_27 # BB#14: # %if.end52 - block BB10_26 + block .LBB10_26 i32.call $push20=, ngtu, $0, $3 - br_if $pop20, BB10_26 + br_if $pop20, .LBB10_26 # BB#15: # %if.end56 - block BB10_25 + block .LBB10_25 i32.call $push21=, ngtu, $3, $0 i32.ne $push22=, $pop21, $3 - br_if $pop22, BB10_25 + br_if $pop22, .LBB10_25 # BB#16: # %if.end60 - block BB10_24 + block .LBB10_24 i32.call $push23=, nleu, $0, $3 i32.ne $push24=, $pop23, $3 - br_if $pop24, BB10_24 + br_if $pop24, .LBB10_24 # BB#17: # %if.end64 - block BB10_23 + block .LBB10_23 i32.call $push25=, nleu, $3, $0 - br_if $pop25, BB10_23 + br_if $pop25, .LBB10_23 # BB#18: # %if.end68 - block BB10_22 + block .LBB10_22 i32.call $push26=, nltu, $0, $3 i32.ne $push27=, $pop26, $3 - br_if $pop27, BB10_22 + br_if $pop27, .LBB10_22 # BB#19: # %if.end72 - block BB10_21 + block .LBB10_21 i32.call $push28=, nltu, $3, $0 - br_if $pop28, BB10_21 + br_if $pop28, .LBB10_21 # BB#20: # %if.end76 call exit, $0 unreachable -BB10_21: # %if.then75 +.LBB10_21: # %if.then75 call abort unreachable -BB10_22: # %if.then71 +.LBB10_22: # %if.then71 call abort unreachable -BB10_23: # %if.then67 +.LBB10_23: # %if.then67 call abort unreachable -BB10_24: # %if.then63 +.LBB10_24: # %if.then63 call abort unreachable -BB10_25: # %if.then59 +.LBB10_25: # %if.then59 call abort unreachable -BB10_26: # %if.then55 +.LBB10_26: # %if.then55 call abort unreachable -BB10_27: # %if.then51 +.LBB10_27: # %if.then51 call abort unreachable -BB10_28: # %if.then47 +.LBB10_28: # %if.then47 call abort unreachable -BB10_29: # %if.then43 +.LBB10_29: # %if.then43 call abort unreachable -BB10_30: # %if.then39 +.LBB10_30: # %if.then39 call abort unreachable -BB10_31: # %if.then35 +.LBB10_31: # %if.then35 call abort unreachable -BB10_32: # %if.then31 +.LBB10_32: # %if.then31 call abort unreachable -BB10_33: # %if.then27 +.LBB10_33: # %if.then27 call abort unreachable -BB10_34: # %if.then23 +.LBB10_34: # %if.then23 call abort unreachable -BB10_35: # %if.then19 +.LBB10_35: # %if.then19 call abort unreachable -BB10_36: # %if.then15 +.LBB10_36: # %if.then15 call abort unreachable -BB10_37: # %if.then11 +.LBB10_37: # %if.then11 call abort unreachable -BB10_38: # %if.then7 +.LBB10_38: # %if.then7 call abort unreachable -BB10_39: # %if.then3 +.LBB10_39: # %if.then3 call abort unreachable -BB10_40: # %if.then +.LBB10_40: # %if.then call abort unreachable -func_end10: - .size main, func_end10-main +.Lfunc_end10: + .size main, .Lfunc_end10-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070724-1.c.s b/test/torture-s/20070724-1.c.s index a8ba32880..63bb1d3d9 100644 --- a/test/torture-s/20070724-1.c.s +++ b/test/torture-s/20070724-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20070824-1.c.s b/test/torture-s/20070824-1.c.s index 0e85fd0d7..b66916975 100644 --- a/test/torture-s/20070824-1.c.s +++ b/test/torture-s/20070824-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %for.end i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20071011-1.c.s b/test/torture-s/20071011-1.c.s index 9d30cdefe..88456ada1 100644 --- a/test/torture-s/20071011-1.c.s +++ b/test/torture-s/20071011-1.c.s @@ -7,19 +7,19 @@ foo: # @foo .local i32 # BB#0: # %entry i32.load $1=, 0($0) - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 i32.const $push1=, 0 i32.eq $push2=, $1, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then return -BB0_2: # %if.end +.LBB0_2: # %if.end call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main # BB#0: # %foo.exit i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20071018-1.c.s b/test/torture-s/20071018-1.c.s index 0bb5131e3..be61d63a5 100644 --- a/test/torture-s/20071018-1.c.s +++ b/test/torture-s/20071018-1.c.s @@ -9,8 +9,8 @@ bar: # @bar i32.call $push1=, __builtin_malloc, $pop0 i32.store $discard=, 0($0), $pop1 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -31,28 +31,28 @@ foo: # @foo call bar, $0 i32.load $push6=, 0($0) return $pop6 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, 1 i32.call $push1=, foo, $pop0 i32.const $push3=, 0 i32.eq $push4=, $pop1, $pop3 - br_if $pop4, BB2_2 + br_if $pop4, .LBB2_2 # BB#1: # %if.end i32.const $push2=, 0 return $pop2 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20071029-1.c.s b/test/torture-s/20071029-1.c.s index 53703f919..bdef5b22a 100644 --- a/test/torture-s/20071029-1.c.s +++ b/test/torture-s/20071029-1.c.s @@ -9,61 +9,61 @@ test: # @test i32.const $2=, 0 i32.load $3=, test.i($2) i32.load $1=, 0($0) - block BB0_15 + block .LBB0_15 i32.const $push1=, 1 i32.add $push0=, $3, $pop1 i32.store $4=, test.i($2), $pop0 i32.ne $push2=, $1, $3 - br_if $pop2, BB0_15 + br_if $pop2, .LBB0_15 # BB#1: # %if.end - block BB0_14 + block .LBB0_14 i32.load $push3=, 4($0) - br_if $pop3, BB0_14 + br_if $pop3, .LBB0_14 # BB#2: # %lor.lhs.false i32.load $push4=, 8($0) - br_if $pop4, BB0_14 + br_if $pop4, .LBB0_14 # BB#3: # %lor.lhs.false6 i32.load $push5=, 12($0) - br_if $pop5, BB0_14 + br_if $pop5, .LBB0_14 # BB#4: # %lor.lhs.false10 i32.load $push6=, 16($0) - br_if $pop6, BB0_14 + br_if $pop6, .LBB0_14 # BB#5: # %lor.lhs.false13 i32.load $push7=, 20($0) - br_if $pop7, BB0_14 + br_if $pop7, .LBB0_14 # BB#6: # %lor.lhs.false16 i32.load $push8=, 24($0) - br_if $pop8, BB0_14 + br_if $pop8, .LBB0_14 # BB#7: # %lor.lhs.false20 i32.load $push9=, 28($0) - br_if $pop9, BB0_14 + br_if $pop9, .LBB0_14 # BB#8: # %lor.lhs.false23 i32.load $push10=, 32($0) - br_if $pop10, BB0_14 + br_if $pop10, .LBB0_14 # BB#9: # %lor.lhs.false26 i32.load $push11=, 36($0) - br_if $pop11, BB0_14 + br_if $pop11, .LBB0_14 # BB#10: # %lor.lhs.false29 i32.load $push12=, 40($0) - br_if $pop12, BB0_14 + br_if $pop12, .LBB0_14 # BB#11: # %if.end34 - block BB0_13 + block .LBB0_13 i32.const $push13=, 20 i32.eq $push14=, $4, $pop13 - br_if $pop14, BB0_13 + br_if $pop14, .LBB0_13 # BB#12: # %if.end37 return -BB0_13: # %if.then36 +.LBB0_13: # %if.then36 call exit, $2 unreachable -BB0_14: # %if.then33 +.LBB0_14: # %if.then33 call abort unreachable -BB0_15: # %if.then +.LBB0_15: # %if.then call abort unreachable -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl foo .type foo,@function @@ -88,9 +88,9 @@ foo: # @foo i32.const $19=, 56 i32.add $19=, $31, $19 i32.or $0=, $19, $2 -BB1_1: # %again +.LBB1_1: # %again # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $14=, 24 i32.const $20=, 24 i32.add $20=, $31, $20 @@ -176,10 +176,10 @@ BB1_1: # %again call test, $31 i32.store $push4=, 56($31), $15 i32.add $15=, $pop4, $3 - br BB1_1 -BB1_2: -func_end1: - .size foo, func_end1-foo + br .LBB1_1 +.LBB1_2: +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -189,8 +189,8 @@ main: # @main i32.const $push0=, 10 call foo, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type test.i,@object # @test.i .data diff --git a/test/torture-s/20071030-1.c.s b/test/torture-s/20071030-1.c.s index 539b7c338..c530c04f9 100644 --- a/test/torture-s/20071030-1.c.s +++ b/test/torture-s/20071030-1.c.s @@ -12,20 +12,20 @@ CalcPing: # @CalcPing i32.const $6=, 0 i32.const $5=, 16 copy_local $7=, $2 - block BB0_5 - block BB0_2 + block .LBB0_5 + block .LBB0_2 i32.wrap/i64 $push0=, $1 i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then i64.const $push12=, 32 i64.shr_u $push13=, $1, $pop12 i32.wrap/i64 $5=, $pop13 - br BB0_5 -BB0_2: # %for.body + br .LBB0_5 +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.add $push3=, $0, $5 f32.load $3=, 0($pop3) f32.gt $4=, $3, $2 @@ -36,22 +36,22 @@ BB0_2: # %for.body i32.add $5=, $5, $pop5 i32.const $push6=, 1552 i32.ne $push7=, $5, $pop6 - br_if $pop7, BB0_2 -BB0_3: # %for.end + br_if $pop7, .LBB0_2 +.LBB0_3: # %for.end i32.const $5=, 9999 i32.const $push14=, 0 i32.eq $push15=, $6, $pop14 - br_if $pop15, BB0_5 + br_if $pop15, .LBB0_5 # BB#4: # %if.end9 f32.convert_s/i32 $push8=, $6 f32.div $push9=, $7, $pop8 f32.const $push10=, 0x1.f4p9 f32.mul $push11=, $pop9, $pop10 i32.trunc_s/f32 $5=, $pop11 -BB0_5: # %cleanup +.LBB0_5: # %cleanup return $5 -func_end0: - .size CalcPing, func_end0-CalcPing +.Lfunc_end0: + .size CalcPing, .Lfunc_end0-CalcPing .globl main .type main,@function @@ -78,9 +78,9 @@ main: # @main i32.const $push2=, 1065353216 i32.store $discard=, 0($pop1), $pop2 copy_local $5=, $0 -BB1_1: # %for.body.i +.LBB1_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $11=, 8 i32.add $11=, $12, $11 i32.add $push3=, $11, $3 @@ -93,12 +93,12 @@ BB1_1: # %for.body.i i32.add $3=, $3, $pop5 i32.const $push6=, 1552 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB1_1 -BB1_2: # %for.end.i - block BB1_5 + br_if $pop7, .LBB1_1 +.LBB1_2: # %for.end.i + block .LBB1_5 i32.const $push16=, 0 i32.eq $push17=, $4, $pop16 - br_if $pop17, BB1_5 + br_if $pop17, .LBB1_5 # BB#3: # %CalcPing.exit f32.convert_s/i32 $push8=, $4 f32.div $push9=, $5, $pop8 @@ -107,7 +107,7 @@ BB1_2: # %for.end.i i32.trunc_s/f32 $push12=, $pop11 i32.const $push13=, 1000 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB1_5 + br_if $pop14, .LBB1_5 # BB#4: # %if.end i32.const $push15=, 0 i32.const $8=, 1552 @@ -115,11 +115,11 @@ BB1_2: # %for.end.i i32.const $8=, __stack_pointer i32.store $12=, 0($8), $12 return $pop15 -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20071108-1.c.s b/test/torture-s/20071108-1.c.s index cdf68b45c..d009dee37 100644 --- a/test/torture-s/20071108-1.c.s +++ b/test/torture-s/20071108-1.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, foo.s return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -17,8 +17,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl test .type test,@function @@ -32,8 +32,8 @@ test: # @test i32.store $discard=, foo.s+4($2), $1 i32.const $push0=, foo.s return $pop0 -func_end2: - .size test, func_end2-test +.Lfunc_end2: + .size test, .Lfunc_end2-test .globl main .type main,@function @@ -55,24 +55,24 @@ main: # @main i32.load $push0=, 0($0) i32.const $6=, 12 i32.add $6=, $8, $6 - block BB3_5 + block .LBB3_5 i32.ne $push1=, $pop0, $6 - br_if $pop1, BB3_5 + br_if $pop1, .LBB3_5 # BB#1: # %lor.lhs.false2 i32.load $push2=, 4($0) i32.const $7=, 8 i32.add $7=, $8, $7 i32.ne $push3=, $pop2, $7 - br_if $pop3, BB3_5 + br_if $pop3, .LBB3_5 # BB#2: # %lor.lhs.false4 i32.load16_u $0=, 8($0) i32.const $push4=, 255 i32.and $push5=, $0, $pop4 - br_if $pop5, BB3_5 + br_if $pop5, .LBB3_5 # BB#3: # %lor.lhs.false4 i32.const $push6=, 256 i32.ge_u $push7=, $0, $pop6 - br_if $pop7, BB3_5 + br_if $pop7, .LBB3_5 # BB#4: # %if.end i32.const $push8=, 0 i32.const $3=, 16 @@ -80,11 +80,11 @@ main: # @main i32.const $3=, __stack_pointer i32.store $8=, 0($3), $8 return $pop8 -BB3_5: # %if.then +.LBB3_5: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type foo.s,@object # @foo.s .lcomm foo.s,12,2 diff --git a/test/torture-s/20071120-1.c.s b/test/torture-s/20071120-1.c.s index cf9d147cb..94e160e01 100644 --- a/test/torture-s/20071120-1.c.s +++ b/test/torture-s/20071120-1.c.s @@ -6,8 +6,8 @@ vec_assert_fail: # @vec_assert_fail # BB#0: # %entry call abort unreachable -func_end0: - .size vec_assert_fail, func_end0-vec_assert_fail +.Lfunc_end0: + .size vec_assert_fail, .Lfunc_end0-vec_assert_fail .globl perform_access_checks .type perform_access_checks,@function @@ -16,8 +16,8 @@ perform_access_checks: # @perform_access_checks # BB#0: # %entry call abort unreachable -func_end1: - .size perform_access_checks, func_end1-perform_access_checks +.Lfunc_end1: + .size perform_access_checks, .Lfunc_end1-perform_access_checks .globl pop_to_parent_deferring_access_checks .type pop_to_parent_deferring_access_checks,@function @@ -26,36 +26,36 @@ pop_to_parent_deferring_access_checks: # @pop_to_parent_deferring_access_checks # BB#0: # %entry i32.const $1=, 0 i32.load $0=, deferred_access_no_check($1) - block BB2_9 - block BB2_8 - block BB2_7 - block BB2_6 - block BB2_2 + block .LBB2_9 + block .LBB2_8 + block .LBB2_7 + block .LBB2_6 + block .LBB2_2 i32.const $push11=, 0 i32.eq $push12=, $0, $pop11 - br_if $pop12, BB2_2 + br_if $pop12, .LBB2_2 # BB#1: # %if.then i32.const $push0=, -1 i32.add $push1=, $0, $pop0 i32.store $discard=, deferred_access_no_check($1), $pop1 - br BB2_6 -BB2_2: # %if.else + br .LBB2_6 +.LBB2_2: # %if.else i32.load $1=, deferred_access_stack($1) i32.const $push13=, 0 i32.eq $push14=, $1, $pop13 - br_if $pop14, BB2_9 + br_if $pop14, .LBB2_9 # BB#3: # %land.lhs.true.i i32.load $0=, 0($1) i32.const $push15=, 0 i32.eq $push16=, $0, $pop15 - br_if $pop16, BB2_9 + br_if $pop16, .LBB2_9 # BB#4: # %land.lhs.true.i25 i32.const $push2=, -1 i32.add $push3=, $0, $pop2 i32.store $push4=, 0($1), $pop3 i32.const $push17=, 0 i32.eq $push18=, $pop4, $pop17 - br_if $pop18, BB2_8 + br_if $pop18, .LBB2_8 # BB#5: # %VEC_deferred_access_base_last.exit29 i32.const $push5=, 3 i32.shl $push6=, $0, $pop5 @@ -65,20 +65,20 @@ BB2_2: # %if.else i32.load $push10=, 0($pop9) i32.const $push19=, 0 i32.eq $push20=, $pop10, $pop19 - br_if $pop20, BB2_7 -BB2_6: # %if.end16 + br_if $pop20, .LBB2_7 +.LBB2_6: # %if.end16 return -BB2_7: # %if.then15 +.LBB2_7: # %if.then15 call perform_access_checks, $1 unreachable -BB2_8: # %cond.false.i26 +.LBB2_8: # %cond.false.i26 call vec_assert_fail unreachable -BB2_9: # %cond.false.i +.LBB2_9: # %cond.false.i call vec_assert_fail unreachable -func_end2: - .size pop_to_parent_deferring_access_checks, func_end2-pop_to_parent_deferring_access_checks +.Lfunc_end2: + .size pop_to_parent_deferring_access_checks, .Lfunc_end2-pop_to_parent_deferring_access_checks .globl main .type main,@function @@ -98,8 +98,8 @@ main: # @main i32.store $discard=, 0($pop3), $pop4 call pop_to_parent_deferring_access_checks return $0 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type deferred_access_no_check,@object # @deferred_access_no_check .lcomm deferred_access_no_check,4,2 diff --git a/test/torture-s/20071205-1.c.s b/test/torture-s/20071205-1.c.s index 583803617..5c3b84229 100644 --- a/test/torture-s/20071205-1.c.s +++ b/test/torture-s/20071205-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.const $push4=, 255 i32.or $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20071211-1.c.s b/test/torture-s/20071211-1.c.s index 36c494a59..a094e0651 100644 --- a/test/torture-s/20071211-1.c.s +++ b/test/torture-s/20071211-1.c.s @@ -15,7 +15,7 @@ main: # @main #NO_APP i64.load $1=, sv($0) i64.const $2=, 40 - block BB0_2 + block .LBB0_2 i64.shr_u $push0=, $1, $2 i64.const $push1=, 1 i64.add $3=, $pop0, $pop1 @@ -28,14 +28,14 @@ main: # @main i64.and $push7=, $3, $pop6 i64.const $push8=, 0 i64.ne $push9=, $pop7, $pop8 - br_if $pop9, BB0_2 + br_if $pop9, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type sv,@object # @sv .bss diff --git a/test/torture-s/20071216-1.c.s b/test/torture-s/20071216-1.c.s index 5dcc3d1e7..3ca22f460 100644 --- a/test/torture-s/20071216-1.c.s +++ b/test/torture-s/20071216-1.c.s @@ -8,8 +8,8 @@ bar: # @bar i32.const $push0=, 0 i32.load $push1=, x($pop0) return $pop1 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -27,8 +27,8 @@ foo: # @foo i32.select $push6=, $pop3, $pop5, $pop4 i32.select $push7=, $pop1, $0, $pop6 return $pop7 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -44,47 +44,47 @@ main: # @main i32.const $5=, -1 i32.const $6=, -37 i32.const $3=, -4095 - block BB2_6 + block .LBB2_6 i32.lt_u $push1=, $2, $3 i32.eq $push2=, $2, $4 i32.select $push3=, $pop2, $6, $5 i32.select $push4=, $pop1, $2, $pop3 i32.ne $push5=, $pop4, $1 - br_if $pop5, BB2_6 + br_if $pop5, .LBB2_6 # BB#1: # %if.end i32.const $push6=, -39 i32.store $discard=, x($0), $pop6 i32.call $2=, bar - block BB2_5 + block .LBB2_5 i32.lt_u $push7=, $2, $3 i32.eq $push8=, $2, $4 i32.select $push9=, $pop8, $6, $5 i32.select $push10=, $pop7, $2, $pop9 i32.ne $push11=, $pop10, $5 - br_if $pop11, BB2_5 + br_if $pop11, .LBB2_5 # BB#2: # %if.end4 i32.store $discard=, x($0), $4 i32.call $2=, bar - block BB2_4 + block .LBB2_4 i32.lt_u $push12=, $2, $3 i32.eq $push13=, $2, $4 i32.select $push14=, $pop13, $6, $5 i32.select $push15=, $pop12, $2, $pop14 i32.ne $push16=, $pop15, $6 - br_if $pop16, BB2_4 + br_if $pop16, .LBB2_4 # BB#3: # %if.end8 return $0 -BB2_4: # %if.then7 +.LBB2_4: # %if.then7 call abort unreachable -BB2_5: # %if.then3 +.LBB2_5: # %if.then3 call abort unreachable -BB2_6: # %if.then +.LBB2_6: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type x,@object # @x .lcomm x,4,2 diff --git a/test/torture-s/20071219-1.c.s b/test/torture-s/20071219-1.c.s index 0af9f851b..ab7ea09b7 100644 --- a/test/torture-s/20071219-1.c.s +++ b/test/torture-s/20071219-1.c.s @@ -7,38 +7,38 @@ foo: # @foo .local i32, i32 # BB#0: # %entry i32.const $3=, 0 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB0_6 - loop BB0_5 + block .LBB0_6 + loop .LBB0_5 i32.add $2=, $0, $3 i32.load8_u $push0=, 0($2) - br_if $pop0, BB0_6 + br_if $pop0, .LBB0_6 # BB#2: # %if.else - # in Loop: Header=BB0_1 Depth=1 - block BB0_4 + # in Loop: Header=.LBB0_1 Depth=1 + block .LBB0_4 i32.const $push5=, 0 i32.eq $push6=, $1, $pop5 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#3: # %if.then3 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.store8 $discard=, 0($2), $1 -BB0_4: # %for.inc - # in Loop: Header=BB0_1 Depth=1 +.LBB0_4: # %for.inc + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push1=, 1 i32.add $3=, $3, $pop1 i32.const $push2=, 25 i32.lt_u $push3=, $3, $pop2 - br_if $pop3, BB0_1 -BB0_5: # %for.end + br_if $pop3, .LBB0_1 +.LBB0_5: # %for.end i32.const $push4=, 0 i32.store $discard=, p($pop4), $0 return -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl test1 .type test1,@function @@ -109,8 +109,8 @@ test1: # @test1 i32.const $12=, __stack_pointer i32.store $22=, 0($12), $22 return -func_end1: - .size test1, func_end1-test1 +.Lfunc_end1: + .size test1, .Lfunc_end1-test1 .globl test2 .type test2,@function @@ -300,8 +300,8 @@ test2: # @test2 i32.const $16=, __stack_pointer i32.store $26=, 0($16), $26 return -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test3 .type test3,@function @@ -372,8 +372,8 @@ test3: # @test3 i32.const $11=, __stack_pointer i32.store $23=, 0($11), $23 return -func_end3: - .size test3, func_end3-test3 +.Lfunc_end3: + .size test3, .Lfunc_end3-test3 .globl main .type main,@function @@ -385,8 +385,8 @@ main: # @main call test3 i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type p,@object # @p .bss diff --git a/test/torture-s/20071220-1.c.s b/test/torture-s/20071220-1.c.s index d1564d8aa..0b80b9e8f 100644 --- a/test/torture-s/20071220-1.c.s +++ b/test/torture-s/20071220-1.c.s @@ -10,8 +10,8 @@ baz: # @baz #NO_APP i32.load $push0=, 0($0) return $pop0 -func_end0: - .size baz, func_end0-baz +.Lfunc_end0: + .size baz, .Lfunc_end0-baz .globl f1 .type f1,@function @@ -21,8 +21,8 @@ f1: # @f1 i32.call $discard=, bar i32.const $push0=, 17 return $pop0 -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .type bar,@function bar: # @bar @@ -34,8 +34,8 @@ bar: # @bar tmp0: # Block address taken # BB#1: # %addr return $0 -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .globl f2 .type f2,@function @@ -45,8 +45,8 @@ f2: # @f2 i32.call $discard=, bar i32.const $push0=, 17 return $pop0 -func_end3: - .size f2, func_end3-f2 +.Lfunc_end3: + .size f2, .Lfunc_end3-f2 .globl main .type main,@function @@ -59,8 +59,8 @@ main: # @main i32.call $discard=, f2 i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type bar.b,@object # @bar.b .data diff --git a/test/torture-s/20071220-2.c.s b/test/torture-s/20071220-2.c.s index aa53fbc99..3b4f6c746 100644 --- a/test/torture-s/20071220-2.c.s +++ b/test/torture-s/20071220-2.c.s @@ -10,8 +10,8 @@ baz: # @baz #NO_APP i32.load $push0=, 0($0) return $pop0 -func_end0: - .size baz, func_end0-baz +.Lfunc_end0: + .size baz, .Lfunc_end0-baz .globl f1 .type f1,@function @@ -21,8 +21,8 @@ f1: # @f1 i32.call $discard=, bar i32.const $push0=, 17 return $pop0 -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .type bar,@function bar: # @bar @@ -34,8 +34,8 @@ bar: # @bar tmp0: # Block address taken # BB#1: # %addr return $0 -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .globl f2 .type f2,@function @@ -45,8 +45,8 @@ f2: # @f2 i32.call $discard=, bar i32.const $push0=, 17 return $pop0 -func_end3: - .size f2, func_end3-f2 +.Lfunc_end3: + .size f2, .Lfunc_end3-f2 .globl main .type main,@function @@ -59,8 +59,8 @@ main: # @main i32.call $discard=, f2 i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type bar.b,@object # @bar.b .data diff --git a/test/torture-s/20080117-1.c.s b/test/torture-s/20080117-1.c.s index 0ec5d5da3..e4d82a5d9 100644 --- a/test/torture-s/20080117-1.c.s +++ b/test/torture-s/20080117-1.c.s @@ -18,8 +18,8 @@ gstate_path_memory: # @gstate_path_memory i32.load $push6=, gstate_initial($1) i32.store $discard=, 0($0), $pop6 return -func_end0: - .size gstate_path_memory, func_end0-gstate_path_memory +.Lfunc_end0: + .size gstate_path_memory, .Lfunc_end0-gstate_path_memory .globl gs_state_update_overprint .type gs_state_update_overprint,@function @@ -28,8 +28,8 @@ gs_state_update_overprint: # @gs_state_update_overprint # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end1: - .size gs_state_update_overprint, func_end1-gs_state_update_overprint +.Lfunc_end1: + .size gs_state_update_overprint, .Lfunc_end1-gs_state_update_overprint .globl main .type main,@function @@ -38,8 +38,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type gstate_initial,@object # @gstate_initial .section .rodata,"a",@progbits diff --git a/test/torture-s/20080122-1.c.s b/test/torture-s/20080122-1.c.s index 9f8d8da20..6b3319fe0 100644 --- a/test/torture-s/20080122-1.c.s +++ b/test/torture-s/20080122-1.c.s @@ -84,8 +84,8 @@ main: # @main #NO_APP i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20080222-1.c.s b/test/torture-s/20080222-1.c.s index 181581328..b0c17838b 100644 --- a/test/torture-s/20080222-1.c.s +++ b/test/torture-s/20080222-1.c.s @@ -8,8 +8,8 @@ foo: # @foo # BB#0: # %entry i32.load8_u $push0=, 4($0) return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,18 +18,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, space+4($0) i32.const $push1=, 5 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type space,@object # @space .data diff --git a/test/torture-s/20080408-1.c.s b/test/torture-s/20080408-1.c.s index c9bbb29f7..c1b7ff94f 100644 --- a/test/torture-s/20080408-1.c.s +++ b/test/torture-s/20080408-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20080424-1.c.s b/test/torture-s/20080424-1.c.s index ec968b770..1c0917881 100644 --- a/test/torture-s/20080424-1.c.s +++ b/test/torture-s/20080424-1.c.s @@ -8,7 +8,7 @@ bar: # @bar # BB#0: # %entry i32.const $3=, 0 i32.load $2=, bar.i($3) - block BB0_3 + block .LBB0_3 i32.const $push0=, 36 i32.mul $push1=, $2, $pop0 i32.const $push2=, g @@ -16,20 +16,20 @@ bar: # @bar i32.const $push3=, 288 i32.add $push4=, $4, $pop3 i32.ne $push5=, $pop4, $0 - br_if $pop5, BB0_3 + br_if $pop5, .LBB0_3 # BB#1: # %lor.lhs.false i32.const $push6=, 1 i32.add $push7=, $2, $pop6 i32.store $discard=, bar.i($3), $pop7 i32.ne $push8=, $4, $1 - br_if $pop8, BB0_3 + br_if $pop8, .LBB0_3 # BB#2: # %if.end return -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -62,8 +62,8 @@ main: # @main call bar, $pop15, $pop14 i32.const $push16=, 0 return $pop16 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type bar.i,@object # @bar.i .lcomm bar.i,4,2 diff --git a/test/torture-s/20080502-1.c.s b/test/torture-s/20080502-1.c.s index 5c086de73..b408d806a 100644 --- a/test/torture-s/20080502-1.c.s +++ b/test/torture-s/20080502-1.c.s @@ -16,8 +16,8 @@ foo: # @foo i64.and $push2=, $2, $pop1 i64.store $discard=, 0($0), $pop2 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -40,13 +40,13 @@ main: # @main i32.const $push2=, 8 i32.const $4=, 0 i32.add $4=, $5, $4 - block BB1_2 + block .LBB1_2 i32.or $push3=, $4, $pop2 i64.load $push4=, 0($pop3) i64.const $push7=, -8905435550453399112 i64.const $push6=, 4611846683310179025 i32.call $push8=, __eqtf2, $pop5, $pop4, $pop7, $pop6 - br_if $pop8, BB1_2 + br_if $pop8, .LBB1_2 # BB#1: # %if.end i32.const $push9=, 0 i32.const $2=, 16 @@ -54,11 +54,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $5=, 0($2), $5 return $pop9 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20080506-1.c.s b/test/torture-s/20080506-1.c.s index 276ca7276..ef37a1b97 100644 --- a/test/torture-s/20080506-1.c.s +++ b/test/torture-s/20080506-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20080522-1.c.s b/test/torture-s/20080522-1.c.s index 87e4d293e..65cfef2a3 100644 --- a/test/torture-s/20080522-1.c.s +++ b/test/torture-s/20080522-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.const $push2=, 2 i32.store $discard=, 0($0), $pop2 return $1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -28,8 +28,8 @@ bar: # @bar i32.const $push2=, 1 i32.store $discard=, i($pop1), $pop2 return $0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -48,65 +48,65 @@ main: # @main i32.store $0=, 12($9), $pop0 i32.call $2=, foo, $1 i32.const $3=, 2 - block BB2_12 + block .LBB2_12 i32.ne $push1=, $2, $3 - br_if $pop1, BB2_12 + br_if $pop1, .LBB2_12 # BB#1: # %if.end i32.call $2=, bar, $1 i32.const $1=, 1 - block BB2_11 + block .LBB2_11 i32.ne $push2=, $2, $1 - br_if $pop2, BB2_11 + br_if $pop2, .LBB2_11 # BB#2: # %if.end4 i32.const $7=, 12 i32.add $7=, $9, $7 - block BB2_10 + block .LBB2_10 i32.call $push3=, foo, $7 i32.ne $push4=, $pop3, $1 - br_if $pop4, BB2_10 + br_if $pop4, .LBB2_10 # BB#3: # %if.end8 - block BB2_9 + block .LBB2_9 i32.load $push5=, 12($9) i32.ne $push6=, $pop5, $3 - br_if $pop6, BB2_9 + br_if $pop6, .LBB2_9 # BB#4: # %if.end11 i32.const $8=, 12 i32.add $8=, $9, $8 - block BB2_8 + block .LBB2_8 i32.call $push7=, bar, $8 i32.ne $push8=, $pop7, $3 - br_if $pop8, BB2_8 + br_if $pop8, .LBB2_8 # BB#5: # %if.end15 - block BB2_7 + block .LBB2_7 i32.load $push9=, 12($9) i32.ne $push10=, $pop9, $3 - br_if $pop10, BB2_7 + br_if $pop10, .LBB2_7 # BB#6: # %if.end18 i32.const $6=, 16 i32.add $9=, $9, $6 i32.const $6=, __stack_pointer i32.store $9=, 0($6), $9 return $0 -BB2_7: # %if.then17 +.LBB2_7: # %if.then17 call abort unreachable -BB2_8: # %if.then14 +.LBB2_8: # %if.then14 call abort unreachable -BB2_9: # %if.then10 +.LBB2_9: # %if.then10 call abort unreachable -BB2_10: # %if.then7 +.LBB2_10: # %if.then7 call abort unreachable -BB2_11: # %if.then3 +.LBB2_11: # %if.then3 call abort unreachable -BB2_12: # %if.then +.LBB2_12: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type i,@object # @i .lcomm i,4,2 diff --git a/test/torture-s/20080529-1.c.s b/test/torture-s/20080529-1.c.s index 34b915e7f..c57d52709 100644 --- a/test/torture-s/20080529-1.c.s +++ b/test/torture-s/20080529-1.c.s @@ -9,8 +9,8 @@ test: # @test f32.const $push0=, 0x0p0 f32.eq $push1=, $0, $pop0 return $pop1 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20080604-1.c.s b/test/torture-s/20080604-1.c.s index 942aae023..8ce97be33 100644 --- a/test/torture-s/20080604-1.c.s +++ b/test/torture-s/20080604-1.c.s @@ -4,19 +4,19 @@ .type foo,@function foo: # @foo # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.load $push1=, x($pop0) i32.const $push2=, 0 i32.eq $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl baz .type baz,@function @@ -43,8 +43,8 @@ baz: # @baz i32.const $3=, __stack_pointer i32.store $4=, 0($3), $4 return -func_end1: - .size baz, func_end1-baz +.Lfunc_end1: + .size baz, .Lfunc_end1-baz .globl main .type main,@function @@ -58,8 +58,8 @@ main: # @main i32.store $push1=, x($0), $pop0 i32.store $discard=, x($0), $pop1 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type x,@object # @x .bss diff --git a/test/torture-s/20080719-1.c.s b/test/torture-s/20080719-1.c.s index b85398304..2b769840d 100644 --- a/test/torture-s/20080719-1.c.s +++ b/test/torture-s/20080719-1.c.s @@ -16,8 +16,8 @@ xxx: # @xxx i32.select $push4=, $pop1, $pop3, $pop2 i32.select $push8=, $pop6, $pop7, $pop4 return $pop8 -func_end0: - .size xxx, func_end0-xxx +.Lfunc_end0: + .size xxx, .Lfunc_end0-xxx .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type cfb_tab8_be,@object # @cfb_tab8_be .section .rodata,"a",@progbits diff --git a/test/torture-s/20080813-1.c.s b/test/torture-s/20080813-1.c.s index a3f9bf7b6..58f67f085 100644 --- a/test/torture-s/20080813-1.c.s +++ b/test/torture-s/20080813-1.c.s @@ -6,25 +6,25 @@ foo: # @foo .param i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function bar: # @bar .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 255 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20081112-1.c.s b/test/torture-s/20081112-1.c.s index 0861ba8b1..0d7d51ffa 100644 --- a/test/torture-s/20081112-1.c.s +++ b/test/torture-s/20081112-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20081218-1.c.s b/test/torture-s/20081218-1.c.s index 774b12574..79b47b0b4 100644 --- a/test/torture-s/20081218-1.c.s +++ b/test/torture-s/20081218-1.c.s @@ -11,8 +11,8 @@ foo: # @foo call memset, $pop0, $pop2, $pop1 i32.const $push3=, 640034342 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -29,8 +29,8 @@ bar: # @bar i32.const $push4=, 909588022 i32.store $discard=, a+4($0), $pop4 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -40,69 +40,69 @@ main: # @main # BB#0: # %entry i32.call $0=, foo i32.const $3=, 0 - block BB2_11 + block .LBB2_11 i32.const $push0=, 640034342 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB2_11 -BB2_1: # %for.body + br_if $pop1, .LBB2_11 +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB2_10 - loop BB2_3 + block .LBB2_10 + loop .LBB2_3 i32.const $0=, a i32.add $push2=, $0, $3 i32.load8_u $push3=, 0($pop2) i32.const $push4=, 38 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB2_10 + br_if $pop5, .LBB2_10 # BB#2: # %for.cond - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $1=, 1 i32.add $3=, $3, $1 i32.const $2=, 519 i32.le_u $push6=, $3, $2 - br_if $pop6, BB2_1 -BB2_3: # %for.end + br_if $pop6, .LBB2_1 +.LBB2_3: # %for.end call bar i32.const $3=, 0 - block BB2_9 + block .LBB2_9 i32.load $push7=, a+4($3) i32.const $push8=, 909588022 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB2_9 + br_if $pop9, .LBB2_9 # BB#4: # %if.end9 i32.const $push10=, 909522486 i32.store $discard=, a+4($3), $pop10 -BB2_5: # %for.body13 +.LBB2_5: # %for.body13 # =>This Inner Loop Header: Depth=1 - block BB2_8 - loop BB2_7 + block .LBB2_8 + loop .LBB2_7 i32.add $push11=, $0, $3 i32.load8_u $push12=, 0($pop11) i32.const $push13=, 54 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB2_8 + br_if $pop14, .LBB2_8 # BB#6: # %for.cond10 - # in Loop: Header=BB2_5 Depth=1 + # in Loop: Header=.LBB2_5 Depth=1 i32.add $3=, $3, $1 i32.le_u $push15=, $3, $2 - br_if $pop15, BB2_5 -BB2_7: # %for.end22 + br_if $pop15, .LBB2_5 +.LBB2_7: # %for.end22 i32.const $push16=, 0 return $pop16 -BB2_8: # %if.then18 +.LBB2_8: # %if.then18 call abort unreachable -BB2_9: # %if.then8 +.LBB2_9: # %if.then8 call abort unreachable -BB2_10: # %if.then4 +.LBB2_10: # %if.then4 call abort unreachable -BB2_11: # %if.then +.LBB2_11: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .bss diff --git a/test/torture-s/20090207-1.c.s b/test/torture-s/20090207-1.c.s index e55a1dfc7..1c88b1ec6 100644 --- a/test/torture-s/20090207-1.c.s +++ b/test/torture-s/20090207-1.c.s @@ -27,8 +27,8 @@ foo: # @foo i32.const $4=, __stack_pointer i32.store $5=, 0($4), $5 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20090527-1.c.s b/test/torture-s/20090527-1.c.s index 899a0bd75..21103d0b8 100644 --- a/test/torture-s/20090527-1.c.s +++ b/test/torture-s/20090527-1.c.s @@ -8,32 +8,32 @@ new_unit: # @new_unit # BB#0: # %entry i32.load $2=, 4($0) i32.const $1=, 1 - block BB0_2 + block .LBB0_2 i32.ne $push0=, $2, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then i32.const $push2=, 4 i32.add $push3=, $0, $pop2 i32.const $push1=, 0 i32.store $2=, 0($pop3), $pop1 -BB0_2: # %if.end - block BB0_4 +.LBB0_2: # %if.end + block .LBB0_4 i32.load $push4=, 0($0) i32.ne $push5=, $pop4, $1 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.then3 i32.const $push6=, 0 i32.store $discard=, 0($0), $pop6 -BB0_4: # %if.end5 - block BB0_6 - br_if $2, BB0_6 +.LBB0_4: # %if.end5 + block .LBB0_6 + br_if $2, .LBB0_6 # BB#5: # %sw.epilog return -BB0_6: # %sw.default +.LBB0_6: # %sw.default call abort unreachable -func_end0: - .size new_unit, func_end0-new_unit +.Lfunc_end0: + .size new_unit, .Lfunc_end0-new_unit .globl main .type main,@function @@ -42,8 +42,8 @@ main: # @main # BB#0: # %new_unit.exit i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20090711-1.c.s b/test/torture-s/20090711-1.c.s index 337f673ba..5949218e3 100644 --- a/test/torture-s/20090711-1.c.s +++ b/test/torture-s/20090711-1.c.s @@ -14,28 +14,28 @@ div: # @div i64.const $push5=, 15 i64.shr_s $push6=, $pop4, $pop5 return $pop6 -func_end0: - .size div, func_end0-div +.Lfunc_end0: + .size div, .Lfunc_end0-div .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i64.const $push0=, -990000000 i64.call $push1=, div, $pop0 i64.const $push2=, -30212 i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20090814-1.c.s b/test/torture-s/20090814-1.c.s index 3051b8b2f..0fac0f612 100644 --- a/test/torture-s/20090814-1.c.s +++ b/test/torture-s/20090814-1.c.s @@ -8,8 +8,8 @@ bar: # @bar # BB#0: # %entry i32.load $push0=, 0($0) return $pop0 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -24,8 +24,8 @@ foo: # @foo i32.add $push4=, $0, $pop3 i32.call $push5=, bar, $pop4 return $pop5 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -34,7 +34,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.const $push0=, -1 i32.store $discard=, a($0), $pop0 i32.const $push4=, 1 @@ -44,14 +44,14 @@ main: # @main i32.const $push2=, 42 i32.store $push3=, a+4($0), $pop2 i32.ne $push6=, $pop5, $pop3 - br_if $pop6, BB2_2 + br_if $pop6, .LBB2_2 # BB#1: # %if.end return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type i,@object # @i .bss diff --git a/test/torture-s/20091229-1.c.s b/test/torture-s/20091229-1.c.s index 66e15424c..1e7d2f9ae 100644 --- a/test/torture-s/20091229-1.c.s +++ b/test/torture-s/20091229-1.c.s @@ -16,8 +16,8 @@ foo: # @foo i64.shr_s $push6=, $pop4, $pop5 i64.sub $push8=, $pop7, $pop6 return $pop8 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20100209-1.c.s b/test/torture-s/20100209-1.c.s index 363124ade..797ff30fc 100644 --- a/test/torture-s/20100209-1.c.s +++ b/test/torture-s/20100209-1.c.s @@ -9,8 +9,8 @@ bar: # @bar i32.const $push0=, 3 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20100316-1.c.s b/test/torture-s/20100316-1.c.s index 17ae376d5..1e61da7ff 100644 --- a/test/torture-s/20100316-1.c.s +++ b/test/torture-s/20100316-1.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, 1023 i32.and $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,7 +21,7 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load16_u $1=, f+4($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, -1 i32.store $discard=, f($0), $pop0 i32.const $push2=, 57344 @@ -31,14 +31,14 @@ main: # @main i32.store16 $discard=, f+4($0), $pop5 i32.const $push1=, f i32.call $push6=, foo, $pop1 - br_if $pop6, BB1_2 + br_if $pop6, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type f,@object # @f .bss diff --git a/test/torture-s/20100416-1.c.s b/test/torture-s/20100416-1.c.s index b21be8107..9f08cad3f 100644 --- a/test/torture-s/20100416-1.c.s +++ b/test/torture-s/20100416-1.c.s @@ -14,8 +14,8 @@ movegt: # @movegt i32.select $push3=, $pop2, $0, $1 i32.select $push4=, $pop0, $pop3, $3 return $pop4 -func_end0: - .size movegt, func_end0-movegt +.Lfunc_end0: + .size movegt, .Lfunc_end0-movegt .globl main .type main,@function @@ -27,48 +27,48 @@ main: # @main i64.const $1=, -1152921504606846977 i32.const $2=, 1 i32.const $3=, -1 - block BB1_6 + block .LBB1_6 i64.load $push0=, tests($0) i64.gt_s $push1=, $pop0, $1 i32.select $push2=, $pop1, $3, $2 i32.load $push3=, tests+8($0) i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_6 + br_if $pop4, .LBB1_6 # BB#1: # %for.cond i64.load $push5=, tests+16($0) i64.gt_s $push6=, $pop5, $1 i32.select $push7=, $pop6, $3, $2 i32.load $push8=, tests+24($0) i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB1_6 + br_if $pop9, .LBB1_6 # BB#2: # %for.cond.1 i64.load $push10=, tests+32($0) i64.gt_s $push11=, $pop10, $1 i32.select $push12=, $pop11, $3, $2 i32.load $push13=, tests+40($0) i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB1_6 + br_if $pop14, .LBB1_6 # BB#3: # %for.cond.2 i64.load $push15=, tests+48($0) i64.gt_s $push16=, $pop15, $1 i32.select $push17=, $pop16, $3, $2 i32.load $push18=, tests+56($0) i32.ne $push19=, $pop17, $pop18 - br_if $pop19, BB1_6 + br_if $pop19, .LBB1_6 # BB#4: # %for.cond.3 i64.load $push20=, tests+64($0) i64.gt_s $push21=, $pop20, $1 i32.select $push22=, $pop21, $3, $2 i32.load $push23=, tests+72($0) i32.ne $push24=, $pop22, $pop23 - br_if $pop24, BB1_6 + br_if $pop24, .LBB1_6 # BB#5: # %for.cond.4 return $0 -BB1_6: # %if.then +.LBB1_6: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type tests,@object # @tests .data diff --git a/test/torture-s/20100430-1.c.s b/test/torture-s/20100430-1.c.s index 35e91640e..a6c924580 100644 --- a/test/torture-s/20100430-1.c.s +++ b/test/torture-s/20100430-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20100708-1.c.s b/test/torture-s/20100708-1.c.s index d473ab708..4f437afc5 100644 --- a/test/torture-s/20100708-1.c.s +++ b/test/torture-s/20100708-1.c.s @@ -150,8 +150,8 @@ f: # @f i32.add $push94=, $0, $pop93 i32.store $discard=, 0($pop94), $1 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -174,8 +174,8 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20100805-1.c.s b/test/torture-s/20100805-1.c.s index b7d129133..e4e23b963 100644 --- a/test/torture-s/20100805-1.c.s +++ b/test/torture-s/20100805-1.c.s @@ -9,24 +9,24 @@ foo: # @foo # BB#0: # %entry i32.const $2=, 1 i32.and $0=, $0, $2 - block BB0_2 + block .LBB0_2 i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB0_2 -BB0_1: # %for.body + br_if $pop5, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.shl $push0=, $0, $2 i32.const $push1=, 31 i32.shr_u $push2=, $0, $pop1 i32.or $0=, $pop0, $pop2 i32.const $push3=, -1 i32.add $1=, $1, $pop3 - br_if $1, BB0_1 -BB0_2: # %for.end + br_if $1, .LBB0_1 +.LBB0_2: # %for.end return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20100827-1.c.s b/test/torture-s/20100827-1.c.s index f4944c936..97d851b59 100644 --- a/test/torture-s/20100827-1.c.s +++ b/test/torture-s/20100827-1.c.s @@ -8,53 +8,53 @@ foo: # @foo .local i32, i32, i32 # BB#0: # %entry i32.const $3=, 0 - block BB0_4 + block .LBB0_4 i32.load8_u $push0=, 0($0) i32.const $push3=, 0 i32.eq $push4=, $pop0, $pop3 - br_if $pop4, BB0_4 -BB0_1: # %if.end + br_if $pop4, .LBB0_4 +.LBB0_1: # %if.end # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.add $1=, $0, $3 i32.const $push5=, 0 i32.eq $push6=, $1, $pop5 - br_if $pop6, BB0_3 + br_if $pop6, .LBB0_3 # BB#2: # %if.end5 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $2=, 1 i32.add $3=, $3, $2 i32.add $push1=, $1, $2 i32.load8_u $push2=, 0($pop1) - br_if $pop2, BB0_1 - br BB0_4 -BB0_3: # %if.then4 + br_if $pop2, .LBB0_1 + br .LBB0_4 +.LBB0_3: # %if.then4 call abort unreachable -BB0_4: # %do.end +.LBB0_4: # %do.end return $3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, .str i32.call $push1=, foo, $pop0 i32.const $push2=, 1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20101011-1.c.s b/test/torture-s/20101011-1.c.s index c6c64c20d..70787739f 100644 --- a/test/torture-s/20101011-1.c.s +++ b/test/torture-s/20101011-1.c.s @@ -8,8 +8,8 @@ sigfpe: # @sigfpe i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size sigfpe, func_end0-sigfpe +.Lfunc_end0: + .size sigfpe, .Lfunc_end0-sigfpe .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.call $discard=, signal, $pop1, $pop0 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type k,@object # @k .bss diff --git a/test/torture-s/20101013-1.c.s b/test/torture-s/20101013-1.c.s index 1cff9f56a..28708a4eb 100644 --- a/test/torture-s/20101013-1.c.s +++ b/test/torture-s/20101013-1.c.s @@ -8,8 +8,8 @@ main: # @main call build_ref_for_offset i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type build_ref_for_offset,@function build_ref_for_offset: # @build_ref_for_offset @@ -33,8 +33,8 @@ build_ref_for_offset: # @build_ref_for_offset i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return -func_end1: - .size build_ref_for_offset, func_end1-build_ref_for_offset +.Lfunc_end1: + .size build_ref_for_offset, .Lfunc_end1-build_ref_for_offset .type get_addr_base_and_unit_offset,@function get_addr_base_and_unit_offset: # @get_addr_base_and_unit_offset @@ -43,24 +43,24 @@ get_addr_base_and_unit_offset: # @get_addr_base_and_unit_offset i64.const $push0=, 0 i64.store $discard=, 0($0), $pop0 return -func_end2: - .size get_addr_base_and_unit_offset, func_end2-get_addr_base_and_unit_offset +.Lfunc_end2: + .size get_addr_base_and_unit_offset, .Lfunc_end2-get_addr_base_and_unit_offset .type build_int_cst,@function build_int_cst: # @build_int_cst .param i64 # BB#0: # %entry - block BB3_2 + block .LBB3_2 i64.const $push0=, 4 i64.ne $push1=, $0, $pop0 - br_if $pop1, BB3_2 + br_if $pop1, .LBB3_2 # BB#1: # %if.end return -BB3_2: # %if.then +.LBB3_2: # %if.then call abort unreachable -func_end3: - .size build_int_cst, func_end3-build_int_cst +.Lfunc_end3: + .size build_int_cst, .Lfunc_end3-build_int_cst .ident "clang version 3.8.0 " diff --git a/test/torture-s/20101025-1.c.s b/test/torture-s/20101025-1.c.s index b9710b099..e38659a23 100644 --- a/test/torture-s/20101025-1.c.s +++ b/test/torture-s/20101025-1.c.s @@ -8,8 +8,8 @@ f2: # @f2 i32.const $push0=, 0 i32.store $discard=, g_3($pop0), $0 return -func_end0: - .size f2, func_end0-f2 +.Lfunc_end0: + .size f2, .Lfunc_end0-f2 .globl f3 .type f3,@function @@ -24,8 +24,8 @@ f3: # @f3 i32.load $push2=, g_7($0) call f2, $pop2 return $0 -func_end1: - .size f3, func_end1-f3 +.Lfunc_end1: + .size f3, .Lfunc_end1-f3 .globl main .type main,@function @@ -35,19 +35,19 @@ main: # @main # BB#0: # %entry i32.call $discard=, f3 i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, g_3($0) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %if.end call exit, $0 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type g_3,@object # @g_3 .bss diff --git a/test/torture-s/20111208-1.c.s b/test/torture-s/20111208-1.c.s index f59028930..39138d208 100644 --- a/test/torture-s/20111208-1.c.s +++ b/test/torture-s/20111208-1.c.s @@ -15,34 +15,34 @@ pack_unpack: # @pack_unpack i32.store $8=, 0($6), $8 i32.call $push0=, strlen, $1 i32.add $2=, $1, $pop0 -BB0_1: # %while.cond.outer +.LBB0_1: # %while.cond.outer # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - loop BB0_7 + # Child Loop .LBB0_2 Depth 2 + loop .LBB0_7 copy_local $4=, $1 -BB0_2: # %while.cond - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %while.cond + # Parent Loop .LBB0_1 Depth=1 # => This Inner Loop Header: Depth=2 - block BB0_6 - loop BB0_5 + block .LBB0_6 + loop .LBB0_5 i32.ge_u $push1=, $4, $2 - br_if $pop1, BB0_7 + br_if $pop1, .LBB0_7 # BB#3: # %while.body - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.load8_s $3=, 0($4) i32.const $push3=, 1 i32.add $1=, $4, $pop3 i32.const $push4=, 108 i32.eq $push5=, $3, $pop4 - br_if $pop5, BB0_6 + br_if $pop5, .LBB0_6 # BB#4: # %while.body - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 copy_local $4=, $1 i32.const $push6=, 115 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB0_2 -BB0_5: # %sw.bb4 - # in Loop: Header=BB0_1 Depth=1 + br_if $pop7, .LBB0_2 +.LBB0_5: # %sw.bb4 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $4=, 2 i32.const $9=, 8 i32.add $9=, $8, $9 @@ -50,9 +50,9 @@ BB0_5: # %sw.bb4 i32.add $0=, $0, $4 i32.load16_s $push9=, 8($8) call do_something, $pop9 - br BB0_1 -BB0_6: # %sw.bb8 - # in Loop: Header=BB0_1 Depth=1 + br .LBB0_1 +.LBB0_6: # %sw.bb8 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $4=, 4 i32.const $8=, 0 i32.add $8=, $8, $8 @@ -60,16 +60,16 @@ BB0_6: # %sw.bb8 i32.add $0=, $0, $4 i32.load $push8=, 0($8) call do_something, $pop8 - br BB0_1 -BB0_7: # %while.end + br .LBB0_1 +.LBB0_7: # %while.end i32.load8_s $push2=, 0($0) i32.const $7=, 16 i32.add $8=, $8, $7 i32.const $7=, __stack_pointer i32.store $8=, 0($7), $8 return $pop2 -func_end0: - .size pack_unpack, func_end0-pack_unpack +.Lfunc_end0: + .size pack_unpack, .Lfunc_end0-pack_unpack .type do_something,@function do_something: # @do_something @@ -78,27 +78,27 @@ do_something: # @do_something i32.const $push0=, 0 i32.store $discard=, a($pop0), $0 return -func_end1: - .size do_something, func_end1-do_something +.Lfunc_end1: + .size do_something, .Lfunc_end1-do_something .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push1=, .str i32.const $push0=, .str.1 i32.call $push2=, pack_unpack, $pop1, $pop0 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %if.end i32.const $push3=, 0 return $pop3 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/20111212-1.c.s b/test/torture-s/20111212-1.c.s index 4bf1c5c41..af4623643 100644 --- a/test/torture-s/20111212-1.c.s +++ b/test/torture-s/20111212-1.c.s @@ -11,7 +11,7 @@ frob_entry: # @frob_entry i32.const $push3=, 2 i32.add $3=, $0, $pop3 i32.const $2=, 8 - block BB0_2 + block .LBB0_2 i32.const $push8=, 1 i32.add $4=, $0, $pop8 i32.load8_u $push1=, 0($1) @@ -27,17 +27,17 @@ frob_entry: # @frob_entry i32.or $push13=, $pop7, $pop12 i32.const $push14=, 63 i32.gt_u $push15=, $pop13, $pop14 - br_if $pop15, BB0_2 + br_if $pop15, .LBB0_2 # BB#1: # %if.then i32.const $push16=, 255 i32.store8 $push17=, 0($0), $pop16 i32.store8 $push18=, 0($1), $pop17 i32.store8 $push19=, 0($3), $pop18 i32.store8 $discard=, 0($4), $pop19 -BB0_2: # %if.end +.LBB0_2: # %if.end return -func_end0: - .size frob_entry, func_end0-frob_entry +.Lfunc_end0: + .size frob_entry, .Lfunc_end0-frob_entry .globl main .type main,@function @@ -64,8 +64,8 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop3 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20111227-1.c.s b/test/torture-s/20111227-1.c.s index d21d5bcbd..8a93eb11f 100644 --- a/test/torture-s/20111227-1.c.s +++ b/test/torture-s/20111227-1.c.s @@ -5,17 +5,17 @@ bar: # @bar .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -23,23 +23,23 @@ foo: # @foo .param i32, i32 # BB#0: # %entry i32.load16_u $0=, 0($0) - block BB1_3 - block BB1_2 + block .LBB1_3 + block .LBB1_2 i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.then call bar, $0 - br BB1_3 -BB1_2: # %if.else + br .LBB1_3 +.LBB1_2: # %if.else i32.const $1=, 16 i32.shl $push1=, $0, $1 i32.shr_s $push0=, $pop1, $1 call bar, $pop0 -BB1_3: # %if.end +.LBB1_3: # %if.end return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.const $push0=, v call foo, $pop0, $0 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type v,@object # @v .data diff --git a/test/torture-s/20111227-2.c.s b/test/torture-s/20111227-2.c.s index 783052291..802d83491 100644 --- a/test/torture-s/20111227-2.c.s +++ b/test/torture-s/20111227-2.c.s @@ -7,48 +7,48 @@ bar: # @bar .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_3 + block .LBB0_3 i32.const $push1=, 2 i32.ne $push2=, $0, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#1: # %entry i32.load16_u $push0=, s($1) i32.const $push3=, 65535 i32.and $push4=, $pop0, $pop3 i32.const $push5=, 255 i32.eq $push6=, $pop4, $pop5 - br_if $pop6, BB0_3 + br_if $pop6, .LBB0_3 # BB#2: # %if.then call abort unreachable -BB0_3: # %if.end - block BB0_6 +.LBB0_3: # %if.end + block .LBB0_6 i32.const $push8=, 1 i32.ne $push9=, $0, $pop8 - br_if $pop9, BB0_6 + br_if $pop9, .LBB0_6 # BB#4: # %if.end i32.load $push7=, i($1) i32.const $push10=, 255 i32.eq $push11=, $pop7, $pop10 - br_if $pop11, BB0_6 + br_if $pop11, .LBB0_6 # BB#5: # %if.then8 call abort unreachable -BB0_6: # %if.end9 - block BB0_9 - br_if $0, BB0_9 +.LBB0_6: # %if.end9 + block .LBB0_9 + br_if $0, .LBB0_9 # BB#7: # %if.end9 i32.load $push12=, l($1) i32.const $push13=, 255 i32.eq $push14=, $pop12, $pop13 - br_if $pop14, BB0_9 + br_if $pop14, .LBB0_9 # BB#8: # %if.then15 call abort unreachable -BB0_9: # %if.end16 +.LBB0_9: # %if.end16 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -58,33 +58,33 @@ foo: # @foo # BB#0: # %entry i32.const $3=, 0 i32.load8_u $2=, v($3) - block BB1_6 - block BB1_5 + block .LBB1_6 + block .LBB1_5 i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB1_5 + br_if $pop5, .LBB1_5 # BB#1: # %entry - block BB1_4 + block .LBB1_4 i32.const $push0=, 1 i32.eq $push1=, $1, $pop0 - br_if $pop1, BB1_4 + br_if $pop1, .LBB1_4 # BB#2: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB1_6 + br_if $pop3, .LBB1_6 # BB#3: # %if.then i32.store16 $discard=, s($3), $2 - br BB1_6 -BB1_4: # %if.then3 + br .LBB1_6 +.LBB1_4: # %if.then3 i32.store $discard=, i($3), $2 - br BB1_6 -BB1_5: # %if.then8 + br .LBB1_6 +.LBB1_5: # %if.then8 i32.store $discard=, l($3), $2 -BB1_6: # %if.end11 +.LBB1_6: # %if.end11 call bar, $1 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -99,8 +99,8 @@ main: # @main i32.const $push1=, 2 call foo, $0, $pop1 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type v,@object # @v .data diff --git a/test/torture-s/20111227-3.c.s b/test/torture-s/20111227-3.c.s index bf1cdc57a..29f0e9796 100644 --- a/test/torture-s/20111227-3.c.s +++ b/test/torture-s/20111227-3.c.s @@ -7,47 +7,47 @@ bar: # @bar .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_3 + block .LBB0_3 i32.const $push1=, 2 i32.ne $push2=, $0, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#1: # %entry i32.const $2=, 65535 i32.load16_u $push0=, s($1) i32.and $push3=, $pop0, $2 i32.eq $push4=, $pop3, $2 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#2: # %if.then call abort unreachable -BB0_3: # %if.end - block BB0_6 +.LBB0_3: # %if.end + block .LBB0_6 i32.const $push6=, 1 i32.ne $push7=, $0, $pop6 - br_if $pop7, BB0_6 + br_if $pop7, .LBB0_6 # BB#4: # %if.end i32.load $push5=, i($1) i32.const $push8=, -1 i32.eq $push9=, $pop5, $pop8 - br_if $pop9, BB0_6 + br_if $pop9, .LBB0_6 # BB#5: # %if.then8 call abort unreachable -BB0_6: # %if.end9 - block BB0_9 - br_if $0, BB0_9 +.LBB0_6: # %if.end9 + block .LBB0_9 + br_if $0, .LBB0_9 # BB#7: # %if.end9 i32.load $push10=, l($1) i32.const $push11=, -1 i32.eq $push12=, $pop10, $pop11 - br_if $pop12, BB0_9 + br_if $pop12, .LBB0_9 # BB#8: # %if.then15 call abort unreachable -BB0_9: # %if.end16 +.LBB0_9: # %if.end16 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -57,33 +57,33 @@ foo: # @foo # BB#0: # %entry i32.const $3=, 0 i32.load8_s $2=, v($3) - block BB1_6 - block BB1_5 + block .LBB1_6 + block .LBB1_5 i32.const $push4=, 0 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB1_5 + br_if $pop5, .LBB1_5 # BB#1: # %entry - block BB1_4 + block .LBB1_4 i32.const $push0=, 1 i32.eq $push1=, $1, $pop0 - br_if $pop1, BB1_4 + br_if $pop1, .LBB1_4 # BB#2: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB1_6 + br_if $pop3, .LBB1_6 # BB#3: # %if.then i32.store16 $discard=, s($3), $2 - br BB1_6 -BB1_4: # %if.then3 + br .LBB1_6 +.LBB1_4: # %if.then3 i32.store $discard=, i($3), $2 - br BB1_6 -BB1_5: # %if.then8 + br .LBB1_6 +.LBB1_5: # %if.then8 i32.store $discard=, l($3), $2 -BB1_6: # %if.end11 +.LBB1_6: # %if.end11 call bar, $1 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -98,8 +98,8 @@ main: # @main i32.const $push1=, 2 call foo, $0, $pop1 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type v,@object # @v .data diff --git a/test/torture-s/20120105-1.c.s b/test/torture-s/20120105-1.c.s index 893b395f0..99588bb28 100644 --- a/test/torture-s/20120105-1.c.s +++ b/test/torture-s/20120105-1.c.s @@ -36,8 +36,8 @@ main: # @main i32.const $3=, __stack_pointer i32.store $7=, 0($3), $7 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type extract,@function extract: # @extract @@ -64,8 +64,8 @@ extract: # @extract i32.or $push15=, $pop13, $pop14 i32.or $push16=, $pop9, $pop15 return $pop16 -func_end1: - .size extract, func_end1-extract +.Lfunc_end1: + .size extract, .Lfunc_end1-extract .type i,@object # @i .bss diff --git a/test/torture-s/20120111-1.c.s b/test/torture-s/20120111-1.c.s index a88f12793..d2ca053a0 100644 --- a/test/torture-s/20120111-1.c.s +++ b/test/torture-s/20120111-1.c.s @@ -11,28 +11,28 @@ f0a: # @f0a i32.const $push2=, -1 i32.xor $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f0a, func_end0-f0a +.Lfunc_end0: + .size f0a, .Lfunc_end0-f0a .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i64.const $push0=, -6352373499721454287 i32.call $push1=, f0a, $pop0 i32.const $push2=, -1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20120207-1.c.s b/test/torture-s/20120207-1.c.s index 7b14cc70b..6559a3153 100644 --- a/test/torture-s/20120207-1.c.s +++ b/test/torture-s/20120207-1.c.s @@ -12,30 +12,30 @@ test: # @test i32.add $push3=, $pop1, $pop2 i32.load8_s $push4=, 0($pop3) return $pop4 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 2 i32.call $push1=, test, $pop0 i32.const $push2=, 255 i32.and $push3=, $pop1, $pop2 i32.const $push4=, 49 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end i32.const $push6=, 0 return $pop6 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.16,"aMS",@progbits,1 diff --git a/test/torture-s/20120427-1.c.s b/test/torture-s/20120427-1.c.s index d5484443c..513e66bc1 100644 --- a/test/torture-s/20120427-1.c.s +++ b/test/torture-s/20120427-1.c.s @@ -11,28 +11,28 @@ sreal_compare: # @sreal_compare i32.load $3=, 4($1) i32.const $4=, 1 copy_local $5=, $4 - block BB0_4 + block .LBB0_4 i32.gt_s $push0=, $2, $3 - br_if $pop0, BB0_4 + br_if $pop0, .LBB0_4 # BB#1: # %if.end i32.const $5=, -1 i32.lt_s $push1=, $2, $3 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#2: # %if.end6 i32.load $2=, 0($0) i32.load $3=, 0($1) copy_local $5=, $4 i32.gt_u $push2=, $2, $3 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %if.end10 i32.lt_u $push3=, $2, $3 i32.const $push5=, -1 i32.const $push4=, 0 i32.select $5=, $pop3, $pop5, $pop4 -BB0_4: # %return +.LBB0_4: # %return return $5 -func_end0: - .size sreal_compare, func_end0-sreal_compare +.Lfunc_end0: + .size sreal_compare, .Lfunc_end0-sreal_compare .globl main .type main,@function @@ -47,179 +47,179 @@ main: # @main i32.load $3=, a+8($6) i32.load $4=, a+20($6) i32.load $5=, a+16($6) -BB1_1: # %for.cond1.preheader +.LBB1_1: # %for.cond1.preheader # =>This Inner Loop Header: Depth=1 - block BB1_33 - loop BB1_32 + block .LBB1_33 + loop .LBB1_32 i32.const $10=, 3 i32.const $push1=, a i32.shl $push0=, $6, $10 i32.add $8=, $pop1, $pop0 i32.const $11=, 4 i32.add $7=, $8, $11 - block BB1_31 - block BB1_28 - block BB1_25 - block BB1_22 + block .LBB1_31 + block .LBB1_28 + block .LBB1_25 + block .LBB1_22 i32.const $push2=, -1 i32.le_s $push3=, $6, $pop2 - br_if $pop3, BB1_22 + br_if $pop3, .LBB1_22 # BB#2: # %if.end - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $9=, 0($7) - block BB1_21 - block BB1_19 + block .LBB1_21 + block .LBB1_19 i32.const $push44=, 0 i32.eq $push45=, $6, $pop44 - br_if $pop45, BB1_19 + br_if $pop45, .LBB1_19 # BB#3: # %land.lhs.true16 - # in Loop: Header=BB1_1 Depth=1 - block BB1_18 - block BB1_6 + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_18 + block .LBB1_6 i32.gt_s $push4=, $9, $0 - br_if $pop4, BB1_6 + br_if $pop4, .LBB1_6 # BB#4: # %if.end.i45 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push5=, $9, $0 - br_if $pop5, BB1_18 + br_if $pop5, .LBB1_18 # BB#5: # %if.end6.i49 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push6=, 0($8) i32.le_u $push7=, $pop6, $1 - br_if $pop7, BB1_18 -BB1_6: # %if.end.1 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop7, .LBB1_18 +.LBB1_6: # %if.end.1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $9=, 0($7) - block BB1_9 + block .LBB1_9 i32.const $push8=, 1 i32.ne $push9=, $6, $pop8 - br_if $pop9, BB1_9 + br_if $pop9, .LBB1_9 # BB#7: # %land.lhs.true8.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push23=, $9, $2 - br_if $pop23, BB1_21 + br_if $pop23, .LBB1_21 # BB#8: # %if.end6.i63.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push24=, 0($8) i32.eq $push25=, $pop24, $3 - br_if $pop25, BB1_28 - br BB1_21 -BB1_9: # %land.lhs.true16.1 - # in Loop: Header=BB1_1 Depth=1 - block BB1_12 + br_if $pop25, .LBB1_28 + br .LBB1_21 +.LBB1_9: # %land.lhs.true16.1 + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_12 i32.gt_s $push10=, $9, $2 - br_if $pop10, BB1_12 + br_if $pop10, .LBB1_12 # BB#10: # %if.end.i45.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push11=, $9, $2 - br_if $pop11, BB1_18 + br_if $pop11, .LBB1_18 # BB#11: # %if.end6.i49.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push12=, 0($8) i32.le_u $push13=, $pop12, $3 - br_if $pop13, BB1_18 -BB1_12: # %if.end.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop13, .LBB1_18 +.LBB1_12: # %if.end.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $7=, 0($7) - block BB1_15 + block .LBB1_15 i32.const $push14=, 2 i32.ne $push15=, $6, $pop14 - br_if $pop15, BB1_15 + br_if $pop15, .LBB1_15 # BB#13: # %land.lhs.true8.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push20=, $7, $4 - br_if $pop20, BB1_21 + br_if $pop20, .LBB1_21 # BB#14: # %if.end6.i63.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 copy_local $6=, $10 i32.load $push21=, 0($8) i32.eq $push22=, $pop21, $5 - br_if $pop22, BB1_1 - br BB1_21 -BB1_15: # %land.lhs.true16.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop22, .LBB1_1 + br .LBB1_21 +.LBB1_15: # %land.lhs.true16.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.gt_s $push16=, $7, $4 - br_if $pop16, BB1_31 + br_if $pop16, .LBB1_31 # BB#16: # %if.end.i45.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push17=, $7, $4 - br_if $pop17, BB1_18 + br_if $pop17, .LBB1_18 # BB#17: # %if.end6.i49.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push18=, 0($8) i32.gt_u $push19=, $pop18, $5 - br_if $pop19, BB1_31 -BB1_18: # %if.then21 + br_if $pop19, .LBB1_31 +.LBB1_18: # %if.then21 call abort unreachable -BB1_19: # %land.lhs.true8 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_19: # %land.lhs.true8 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push26=, $9, $0 - br_if $pop26, BB1_21 + br_if $pop26, .LBB1_21 # BB#20: # %if.end6.i63 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push27=, 0($8) i32.eq $push28=, $pop27, $1 - br_if $pop28, BB1_25 -BB1_21: # %if.then13 + br_if $pop28, .LBB1_25 +.LBB1_21: # %if.then13 call abort unreachable -BB1_22: # %land.lhs.true - # in Loop: Header=BB1_1 Depth=1 +.LBB1_22: # %land.lhs.true + # in Loop: Header=.LBB1_1 Depth=1 i32.load $10=, 0($7) i32.gt_s $push29=, $10, $0 - br_if $pop29, BB1_33 + br_if $pop29, .LBB1_33 # BB#23: # %if.end.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push30=, $10, $0 - br_if $pop30, BB1_25 + br_if $pop30, .LBB1_25 # BB#24: # %if.end6.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push31=, 0($8) i32.ge_u $push32=, $pop31, $1 - br_if $pop32, BB1_33 -BB1_25: # %land.lhs.true.1 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop32, .LBB1_33 +.LBB1_25: # %land.lhs.true.1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $10=, 0($7) i32.gt_s $push33=, $10, $2 - br_if $pop33, BB1_33 + br_if $pop33, .LBB1_33 # BB#26: # %if.end.i.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push34=, $10, $2 - br_if $pop34, BB1_28 + br_if $pop34, .LBB1_28 # BB#27: # %if.end6.i.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push35=, 0($8) i32.ge_u $push36=, $pop35, $3 - br_if $pop36, BB1_33 -BB1_28: # %land.lhs.true.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop36, .LBB1_33 +.LBB1_28: # %land.lhs.true.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $7=, 0($7) i32.gt_s $push37=, $7, $4 - br_if $pop37, BB1_33 + br_if $pop37, .LBB1_33 # BB#29: # %if.end.i.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push38=, $7, $4 - br_if $pop38, BB1_31 + br_if $pop38, .LBB1_31 # BB#30: # %if.end6.i.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push39=, 0($8) i32.ge_u $push40=, $pop39, $5 - br_if $pop40, BB1_33 -BB1_31: # %for.inc.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop40, .LBB1_33 +.LBB1_31: # %for.inc.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push41=, 1 i32.add $6=, $6, $pop41 i32.lt_s $push42=, $6, $11 - br_if $pop42, BB1_1 -BB1_32: # %for.end25 + br_if $pop42, .LBB1_1 +.LBB1_32: # %for.end25 i32.const $push43=, 0 return $pop43 -BB1_33: # %if.then +.LBB1_33: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20120427-2.c.s b/test/torture-s/20120427-2.c.s index 7a91d7eaa..882ad5e17 100644 --- a/test/torture-s/20120427-2.c.s +++ b/test/torture-s/20120427-2.c.s @@ -11,28 +11,28 @@ sreal_compare: # @sreal_compare i32.load $3=, 4($1) i32.const $4=, 1 copy_local $5=, $4 - block BB0_4 + block .LBB0_4 i32.gt_s $push0=, $2, $3 - br_if $pop0, BB0_4 + br_if $pop0, .LBB0_4 # BB#1: # %if.end i32.const $5=, -1 i32.lt_s $push1=, $2, $3 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#2: # %if.end6 i32.load $2=, 0($0) i32.load $3=, 0($1) copy_local $5=, $4 i32.gt_u $push2=, $2, $3 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %if.end10 i32.lt_u $push3=, $2, $3 i32.const $push5=, -1 i32.const $push4=, 0 i32.select $5=, $pop3, $pop5, $pop4 -BB0_4: # %return +.LBB0_4: # %return return $5 -func_end0: - .size sreal_compare, func_end0-sreal_compare +.Lfunc_end0: + .size sreal_compare, .Lfunc_end0-sreal_compare .globl main .type main,@function @@ -47,179 +47,179 @@ main: # @main i32.load $3=, a+8($6) i32.load $4=, a+20($6) i32.load $5=, a+16($6) -BB1_1: # %for.cond1.preheader +.LBB1_1: # %for.cond1.preheader # =>This Inner Loop Header: Depth=1 - block BB1_33 - loop BB1_32 + block .LBB1_33 + loop .LBB1_32 i32.const $10=, 3 i32.const $push1=, a i32.shl $push0=, $6, $10 i32.add $8=, $pop1, $pop0 i32.const $11=, 4 i32.add $7=, $8, $11 - block BB1_31 - block BB1_28 - block BB1_25 - block BB1_22 + block .LBB1_31 + block .LBB1_28 + block .LBB1_25 + block .LBB1_22 i32.const $push2=, -1 i32.le_s $push3=, $6, $pop2 - br_if $pop3, BB1_22 + br_if $pop3, .LBB1_22 # BB#2: # %if.end - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $9=, 0($7) - block BB1_21 - block BB1_19 + block .LBB1_21 + block .LBB1_19 i32.const $push44=, 0 i32.eq $push45=, $6, $pop44 - br_if $pop45, BB1_19 + br_if $pop45, .LBB1_19 # BB#3: # %land.lhs.true16 - # in Loop: Header=BB1_1 Depth=1 - block BB1_18 - block BB1_6 + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_18 + block .LBB1_6 i32.gt_s $push4=, $9, $0 - br_if $pop4, BB1_6 + br_if $pop4, .LBB1_6 # BB#4: # %if.end.i45 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push5=, $9, $0 - br_if $pop5, BB1_18 + br_if $pop5, .LBB1_18 # BB#5: # %if.end6.i49 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push6=, 0($8) i32.le_u $push7=, $pop6, $1 - br_if $pop7, BB1_18 -BB1_6: # %if.end.1 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop7, .LBB1_18 +.LBB1_6: # %if.end.1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $9=, 0($7) - block BB1_9 + block .LBB1_9 i32.const $push8=, 1 i32.ne $push9=, $6, $pop8 - br_if $pop9, BB1_9 + br_if $pop9, .LBB1_9 # BB#7: # %land.lhs.true8.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push23=, $9, $2 - br_if $pop23, BB1_21 + br_if $pop23, .LBB1_21 # BB#8: # %if.end6.i63.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push24=, 0($8) i32.eq $push25=, $pop24, $3 - br_if $pop25, BB1_28 - br BB1_21 -BB1_9: # %land.lhs.true16.1 - # in Loop: Header=BB1_1 Depth=1 - block BB1_12 + br_if $pop25, .LBB1_28 + br .LBB1_21 +.LBB1_9: # %land.lhs.true16.1 + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_12 i32.gt_s $push10=, $9, $2 - br_if $pop10, BB1_12 + br_if $pop10, .LBB1_12 # BB#10: # %if.end.i45.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push11=, $9, $2 - br_if $pop11, BB1_18 + br_if $pop11, .LBB1_18 # BB#11: # %if.end6.i49.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push12=, 0($8) i32.le_u $push13=, $pop12, $3 - br_if $pop13, BB1_18 -BB1_12: # %if.end.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop13, .LBB1_18 +.LBB1_12: # %if.end.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $7=, 0($7) - block BB1_15 + block .LBB1_15 i32.const $push14=, 2 i32.ne $push15=, $6, $pop14 - br_if $pop15, BB1_15 + br_if $pop15, .LBB1_15 # BB#13: # %land.lhs.true8.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push20=, $7, $4 - br_if $pop20, BB1_21 + br_if $pop20, .LBB1_21 # BB#14: # %if.end6.i63.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 copy_local $6=, $10 i32.load $push21=, 0($8) i32.eq $push22=, $pop21, $5 - br_if $pop22, BB1_1 - br BB1_21 -BB1_15: # %land.lhs.true16.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop22, .LBB1_1 + br .LBB1_21 +.LBB1_15: # %land.lhs.true16.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.gt_s $push16=, $7, $4 - br_if $pop16, BB1_31 + br_if $pop16, .LBB1_31 # BB#16: # %if.end.i45.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push17=, $7, $4 - br_if $pop17, BB1_18 + br_if $pop17, .LBB1_18 # BB#17: # %if.end6.i49.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push18=, 0($8) i32.gt_u $push19=, $pop18, $5 - br_if $pop19, BB1_31 -BB1_18: # %if.then21 + br_if $pop19, .LBB1_31 +.LBB1_18: # %if.then21 call abort unreachable -BB1_19: # %land.lhs.true8 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_19: # %land.lhs.true8 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push26=, $9, $0 - br_if $pop26, BB1_21 + br_if $pop26, .LBB1_21 # BB#20: # %if.end6.i63 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push27=, 0($8) i32.eq $push28=, $pop27, $1 - br_if $pop28, BB1_25 -BB1_21: # %if.then13 + br_if $pop28, .LBB1_25 +.LBB1_21: # %if.then13 call abort unreachable -BB1_22: # %land.lhs.true - # in Loop: Header=BB1_1 Depth=1 +.LBB1_22: # %land.lhs.true + # in Loop: Header=.LBB1_1 Depth=1 i32.load $10=, 0($7) i32.gt_s $push29=, $10, $0 - br_if $pop29, BB1_33 + br_if $pop29, .LBB1_33 # BB#23: # %if.end.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push30=, $10, $0 - br_if $pop30, BB1_25 + br_if $pop30, .LBB1_25 # BB#24: # %if.end6.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push31=, 0($8) i32.ge_u $push32=, $pop31, $1 - br_if $pop32, BB1_33 -BB1_25: # %land.lhs.true.1 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop32, .LBB1_33 +.LBB1_25: # %land.lhs.true.1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $10=, 0($7) i32.gt_s $push33=, $10, $2 - br_if $pop33, BB1_33 + br_if $pop33, .LBB1_33 # BB#26: # %if.end.i.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push34=, $10, $2 - br_if $pop34, BB1_28 + br_if $pop34, .LBB1_28 # BB#27: # %if.end6.i.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push35=, 0($8) i32.ge_u $push36=, $pop35, $3 - br_if $pop36, BB1_33 -BB1_28: # %land.lhs.true.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop36, .LBB1_33 +.LBB1_28: # %land.lhs.true.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $7=, 0($7) i32.gt_s $push37=, $7, $4 - br_if $pop37, BB1_33 + br_if $pop37, .LBB1_33 # BB#29: # %if.end.i.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.lt_s $push38=, $7, $4 - br_if $pop38, BB1_31 + br_if $pop38, .LBB1_31 # BB#30: # %if.end6.i.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.load $push39=, 0($8) i32.ge_u $push40=, $pop39, $5 - br_if $pop40, BB1_33 -BB1_31: # %for.inc.2 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop40, .LBB1_33 +.LBB1_31: # %for.inc.2 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push41=, 1 i32.add $6=, $6, $pop41 i32.lt_s $push42=, $6, $11 - br_if $pop42, BB1_1 -BB1_32: # %for.end25 + br_if $pop42, .LBB1_1 +.LBB1_32: # %for.end25 i32.const $push43=, 0 return $pop43 -BB1_33: # %if.then +.LBB1_33: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/20120615-1.c.s b/test/torture-s/20120615-1.c.s index cd57b877c..f0b3c1f6e 100644 --- a/test/torture-s/20120615-1.c.s +++ b/test/torture-s/20120615-1.c.s @@ -5,10 +5,10 @@ test1: # @test1 .param i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push0=, 17 i32.gt_u $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 1 i32.shl $push3=, $pop2, $0 @@ -16,14 +16,14 @@ test1: # @test1 i32.and $push5=, $pop3, $pop4 i32.const $push6=, 0 i32.eq $push7=, $pop5, $pop6 - br_if $pop7, BB0_3 + br_if $pop7, .LBB0_3 # BB#2: # %if.end6 return -BB0_3: # %if.end5 +.LBB0_3: # %if.end5 call abort unreachable -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main call test1, $pop0 i32.const $push1=, 0 return $pop1 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/20120817-1.c.s b/test/torture-s/20120817-1.c.s index d94412be4..aef14b242 100644 --- a/test/torture-s/20120817-1.c.s +++ b/test/torture-s/20120817-1.c.s @@ -15,28 +15,28 @@ f: # @f i64.const $push7=, 40 i64.add $push8=, $pop6, $pop7 return $pop8 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i64.call $push0=, f i64.const $push1=, 16 i64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end i32.const $push3=, 0 call exit, $pop3 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type foo,@object # @foo .bss diff --git a/test/torture-s/20120919-1.c.s b/test/torture-s/20120919-1.c.s index 9300c74ca..2ad50fd75 100644 --- a/test/torture-s/20120919-1.c.s +++ b/test/torture-s/20120919-1.c.s @@ -5,15 +5,15 @@ init: # @init .param i32, i32 # BB#0: # %entry - block BB0_2 - br_if $0, BB0_2 + block .LBB0_2 + br_if $0, .LBB0_2 # BB#1: # %if.then i32.const $push0=, 0 i32.store $discard=, 0($1), $pop0 -BB0_2: # %if.end +.LBB0_2: # %if.end return -func_end0: - .size init, func_end0-init +.Lfunc_end0: + .size init, .Lfunc_end0-init .globl main .type main,@function @@ -36,47 +36,47 @@ main: # @main call init, $12, $13 i32.load $0=, 12($14) i32.const $8=, 0 - block BB1_9 + block .LBB1_9 i32.lt_s $push1=, $0, $8 - br_if $pop1, BB1_9 + br_if $pop1, .LBB1_9 # BB#1: # %while.body.lr.ph i32.load $1=, pd($8) i32.load $2=, pi($8) i32.const $7=, -1 -BB1_2: # %while.body +.LBB1_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB1_7 - block BB1_6 - br_if $7, BB1_6 + loop .LBB1_7 + block .LBB1_6 + br_if $7, .LBB1_6 # BB#3: # %if.then - # in Loop: Header=BB1_2 Depth=1 + # in Loop: Header=.LBB1_2 Depth=1 f64.load $5=, 0($1) i32.load $3=, 0($2) - block BB1_5 + block .LBB1_5 f64.const $push2=, 0x0p0 f64.le $push3=, $5, $pop2 f64.ne $push4=, $5, $5 i32.or $push5=, $pop3, $pop4 - br_if $pop5, BB1_5 + br_if $pop5, .LBB1_5 # BB#4: # %if.then3 - # in Loop: Header=BB1_2 Depth=1 + # in Loop: Header=.LBB1_2 Depth=1 i32.const $6=, 0 i32.gt_s $push6=, $3, $6 i32.select $push7=, $pop6, $3, $6 i32.add $8=, $pop7, $8 -BB1_5: # %if.end8 - # in Loop: Header=BB1_2 Depth=1 +.LBB1_5: # %if.end8 + # in Loop: Header=.LBB1_2 Depth=1 f64.convert_s/i32 $push8=, $3 f64.store $discard=, 0($1), $pop8 -BB1_6: # %if.end11 - # in Loop: Header=BB1_2 Depth=1 +.LBB1_6: # %if.end11 + # in Loop: Header=.LBB1_2 Depth=1 i32.add $7=, $7, $4 i32.lt_s $push9=, $7, $0 - br_if $pop9, BB1_2 -BB1_7: # %while.end + br_if $pop9, .LBB1_2 +.LBB1_7: # %while.end i32.const $push10=, 1234567890 i32.ne $push11=, $8, $pop10 - br_if $pop11, BB1_9 + br_if $pop11, .LBB1_9 # BB#8: # %if.end15 i32.const $push12=, 0 i32.const $11=, 6144 @@ -84,11 +84,11 @@ BB1_7: # %while.end i32.const $11=, __stack_pointer i32.store $14=, 0($11), $14 return $pop12 -BB1_9: # %if.then14 +.LBB1_9: # %if.then14 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type vd,@object # @vd .data diff --git a/test/torture-s/20121108-1.c.s b/test/torture-s/20121108-1.c.s index 7efc20f84..4c2fd4323 100644 --- a/test/torture-s/20121108-1.c.s +++ b/test/torture-s/20121108-1.c.s @@ -10,32 +10,32 @@ strtoul1: # @strtoul1 i32.add $push1=, $0, $pop0 i32.store $discard=, 0($1), $pop1 i32.const $1=, 192 - block BB0_5 + block .LBB0_5 i32.const $push2=, temp i32.eq $push3=, $0, $pop2 - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#1: # %if.else i32.const $1=, 168 i32.const $push4=, temp+4 i32.eq $push5=, $0, $pop4 - br_if $pop5, BB0_5 + br_if $pop5, .LBB0_5 # BB#2: # %if.else3 i32.const $1=, 190 i32.const $push6=, temp+8 i32.eq $push7=, $0, $pop6 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#3: # %if.else6 i32.const $1=, 160 i32.const $push8=, temp+12 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB0_5 + br_if $pop9, .LBB0_5 # BB#4: # %if.end11 call abort unreachable -BB0_5: # %return +.LBB0_5: # %return return $1 -func_end0: - .size strtoul1, func_end0-strtoul1 +.Lfunc_end0: + .size strtoul1, .Lfunc_end0-strtoul1 .globl string_to_ip .type string_to_ip,@function @@ -51,10 +51,10 @@ string_to_ip: # @string_to_ip i32.const $7=, __stack_pointer i32.store $12=, 0($7), $12 i32.const $5=, 0 - block BB1_7 + block .LBB1_7 i32.const $push14=, 0 i32.eq $push15=, $0, $pop14 - br_if $pop15, BB1_7 + br_if $pop15, .LBB1_7 # BB#1: # %if.end9 i32.const $9=, 12 i32.add $9=, $12, $9 @@ -65,14 +65,14 @@ string_to_ip: # @string_to_ip i32.add $push1=, $0, $3 i32.select $1=, $pop0, $pop1, $0 i32.const $0=, 8 - block BB1_6 - block BB1_5 + block .LBB1_6 + block .LBB1_5 i32.shl $push2=, $5, $0 i32.const $push3=, 65280 i32.and $5=, $pop2, $pop3 i32.const $push16=, 0 i32.eq $push17=, $1, $pop16 - br_if $pop17, BB1_5 + br_if $pop17, .LBB1_5 # BB#2: # %if.end9.1 i32.const $10=, 12 i32.add $10=, $12, $10 @@ -86,7 +86,7 @@ string_to_ip: # @string_to_ip i32.or $5=, $pop4, $5 i32.const $push18=, 0 i32.eq $push19=, $2, $pop18 - br_if $pop19, BB1_5 + br_if $pop19, .LBB1_5 # BB#3: # %if.end9.2 i32.const $11=, 12 i32.add $11=, $12, $11 @@ -100,7 +100,7 @@ string_to_ip: # @string_to_ip i32.or $5=, $pop8, $pop7 i32.const $push20=, 0 i32.eq $push21=, $3, $pop20 - br_if $pop21, BB1_6 + br_if $pop21, .LBB1_6 # BB#4: # %if.then3.3 i32.const $12=, 12 i32.add $12=, $12, $12 @@ -108,19 +108,19 @@ string_to_ip: # @string_to_ip i32.and $push13=, $pop11, $1 i32.shl $push12=, $5, $0 i32.or $5=, $pop13, $pop12 - br BB1_7 -BB1_5: # %if.end9.2.thread + br .LBB1_7 +.LBB1_5: # %if.end9.2.thread i32.shl $5=, $5, $0 -BB1_6: # %cond.end.3 +.LBB1_6: # %cond.end.3 i32.shl $5=, $5, $0 -BB1_7: # %cleanup +.LBB1_7: # %cleanup i32.const $8=, 16 i32.add $12=, $12, $8 i32.const $8=, __stack_pointer i32.store $12=, 0($8), $12 return $5 -func_end1: - .size string_to_ip, func_end1-string_to_ip +.Lfunc_end1: + .size string_to_ip, .Lfunc_end1-string_to_ip .globl main .type main,@function @@ -167,10 +167,10 @@ main: # @main i32.add $14=, $9, $10 i32.const $10=, __stack_pointer i32.store $14=, 0($10), $14 - block BB2_2 + block .LBB2_2 i32.load $push2=, result($2) i32.ne $push3=, $0, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.end i32.const $push4=, str i32.call $discard=, puts, $pop4 @@ -179,11 +179,11 @@ main: # @main i32.const $13=, __stack_pointer i32.store $14=, 0($13), $14 return $2 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type temp,@object # @temp .data diff --git a/test/torture-s/20131127-1.c.s b/test/torture-s/20131127-1.c.s index 64ecdb7b2..bb1f468f0 100644 --- a/test/torture-s/20131127-1.c.s +++ b/test/torture-s/20131127-1.c.s @@ -9,8 +9,8 @@ fn1: # @fn1 i32.const $push1=, 14 call memcpy, $0, $pop0, $pop1 return -func_end0: - .size fn1, func_end0-fn1 +.Lfunc_end0: + .size fn1, .Lfunc_end0-fn1 .globl fn2 .type fn2,@function @@ -110,8 +110,8 @@ fn2: # @fn2 i32.const $12=, __stack_pointer i32.store $16=, 0($12), $16 return -func_end1: - .size fn2, func_end1-fn2 +.Lfunc_end1: + .size fn2, .Lfunc_end1-fn2 .globl main .type main,@function @@ -212,8 +212,8 @@ main: # @main i32.const $12=, __stack_pointer i32.store $16=, 0($12), $16 return $pop56 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .data diff --git a/test/torture-s/20140212-1.c.s b/test/torture-s/20140212-1.c.s index 58447f53a..5ebd60687 100644 --- a/test/torture-s/20140212-1.c.s +++ b/test/torture-s/20140212-1.c.s @@ -19,36 +19,36 @@ fn1: # @fn1 i32.select $1=, $0, $pop4, $5 i32.const $push5=, 147 i32.mul $2=, $1, $pop5 -BB0_1: # %for.cond +.LBB0_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB0_5 - block BB0_4 - block BB0_3 + loop .LBB0_5 + block .LBB0_4 + block .LBB0_3 i32.const $push9=, 0 i32.eq $push10=, $3, $pop9 - br_if $pop10, BB0_3 + br_if $pop10, .LBB0_3 # BB#2: # %if.then - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push6=, 1 i32.store $discard=, c($5), $pop6 - br BB0_4 -BB0_3: # %if.else - # in Loop: Header=BB0_1 Depth=1 + br .LBB0_4 +.LBB0_3: # %if.else + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push7=, 9 i32.store $push8=, i($5), $pop7 i32.store $discard=, h($5), $pop8 -BB0_4: # %if.end - # in Loop: Header=BB0_1 Depth=1 +.LBB0_4: # %if.end + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push11=, 0 i32.eq $push12=, $4, $pop11 - br_if $pop12, BB0_1 -BB0_5: # %if.then15 + br_if $pop12, .LBB0_1 +.LBB0_5: # %if.then15 i32.store $discard=, k($5), $0 i32.store8 $discard=, j($5), $1 i32.store8 $discard=, g($5), $2 return -func_end0: - .size fn1, func_end0-fn1 +.Lfunc_end0: + .size fn1, .Lfunc_end0-fn1 .globl main .type main,@function @@ -68,49 +68,49 @@ main: # @main i32.and $0=, $pop1, $pop3 i32.const $push4=, 54 i32.select $1=, $0, $pop4, $5 -BB1_1: # %for.cond.i +.LBB1_1: # %for.cond.i # =>This Inner Loop Header: Depth=1 - loop BB1_5 - block BB1_4 - block BB1_3 + loop .LBB1_5 + block .LBB1_4 + block .LBB1_3 i32.const $push13=, 0 i32.eq $push14=, $2, $pop13 - br_if $pop14, BB1_3 + br_if $pop14, .LBB1_3 # BB#2: # %if.then.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push6=, 0 i32.const $push5=, 1 i32.store $5=, c($pop6), $pop5 - br BB1_4 -BB1_3: # %if.else.i - # in Loop: Header=BB1_1 Depth=1 + br .LBB1_4 +.LBB1_3: # %if.else.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $4=, 0 i32.const $push7=, 9 i32.store $push8=, i($4), $pop7 i32.store $discard=, h($4), $pop8 -BB1_4: # %if.end.i - # in Loop: Header=BB1_1 Depth=1 +.LBB1_4: # %if.end.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push15=, 0 i32.eq $push16=, $3, $pop15 - br_if $pop16, BB1_1 -BB1_5: # %fn1.exit + br_if $pop16, .LBB1_1 +.LBB1_5: # %fn1.exit i32.const $4=, 0 i32.store $discard=, k($4), $0 i32.store8 $discard=, j($4), $1 - block BB1_7 + block .LBB1_7 i32.const $push9=, 147 i32.mul $push10=, $1, $pop9 i32.store8 $discard=, g($4), $pop10 i32.const $push11=, 1 i32.ne $push12=, $5, $pop11 - br_if $pop12, BB1_7 + br_if $pop12, .LBB1_7 # BB#6: # %if.end return $4 -BB1_7: # %if.then +.LBB1_7: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type d,@object # @d .data diff --git a/test/torture-s/20140326-1.c.s b/test/torture-s/20140326-1.c.s index f2ee724da..cb087e905 100644 --- a/test/torture-s/20140326-1.c.s +++ b/test/torture-s/20140326-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/20140425-1.c.s b/test/torture-s/20140425-1.c.s index 998ec82ce..45bbaaafa 100644 --- a/test/torture-s/20140425-1.c.s +++ b/test/torture-s/20140425-1.c.s @@ -16,13 +16,13 @@ main: # @main i32.add $4=, $5, $4 call set, $4 i32.load $0=, 12($5) - block BB0_2 + block .LBB0_2 i32.const $push0=, 2 i32.shl $push1=, $pop0, $0 i32.store $discard=, 12($5), $pop1 i32.const $push2=, 30 i32.le_u $push3=, $0, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end i32.const $push4=, 0 i32.const $3=, 16 @@ -30,11 +30,11 @@ main: # @main i32.const $3=, __stack_pointer i32.store $5=, 0($3), $5 return $pop4 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type set,@function set: # @set @@ -43,8 +43,8 @@ set: # @set i32.const $push0=, 31 i32.store $discard=, 0($0), $pop0 return -func_end1: - .size set, func_end1-set +.Lfunc_end1: + .size set, .Lfunc_end1-set .ident "clang version 3.8.0 " diff --git a/test/torture-s/900409-1.c.s b/test/torture-s/900409-1.c.s index c7b3cfc64..d8097c881 100644 --- a/test/torture-s/900409-1.c.s +++ b/test/torture-s/900409-1.c.s @@ -9,8 +9,8 @@ f1: # @f1 i32.const $push0=, -16777216 i32.and $push1=, $0, $pop0 return $pop1 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -21,8 +21,8 @@ f2: # @f2 i32.const $push0=, 16777215 i32.and $push1=, $0, $pop0 return $pop1 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -33,8 +33,8 @@ f3: # @f3 i32.const $push0=, 255 i32.and $push1=, $0, $pop0 return $pop1 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -45,8 +45,8 @@ f4: # @f4 i32.const $push0=, -256 i32.and $push1=, $0, $pop0 return $pop1 -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl f5 .type f5,@function @@ -57,8 +57,8 @@ f5: # @f5 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 return $pop1 -func_end4: - .size f5, func_end4-f5 +.Lfunc_end4: + .size f5, .Lfunc_end4-f5 .globl f6 .type f6,@function @@ -69,8 +69,8 @@ f6: # @f6 i32.const $push0=, -65536 i32.and $push1=, $0, $pop0 return $pop1 -func_end5: - .size f6, func_end5-f6 +.Lfunc_end5: + .size f6, .Lfunc_end5-f6 .globl main .type main,@function @@ -80,8 +80,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920202-1.c.s b/test/torture-s/920202-1.c.s index b79db6f56..90b610fae 100644 --- a/test/torture-s/920202-1.c.s +++ b/test/torture-s/920202-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920409-1.c.s b/test/torture-s/920409-1.c.s index aed8146e2..3fb396d15 100644 --- a/test/torture-s/920409-1.c.s +++ b/test/torture-s/920409-1.c.s @@ -7,8 +7,8 @@ x: # @x # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size x, func_end0-x +.Lfunc_end0: + .size x, .Lfunc_end0-x .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920410-1.c.s b/test/torture-s/920410-1.c.s index 53609d12c..ba3022dc2 100644 --- a/test/torture-s/920410-1.c.s +++ b/test/torture-s/920410-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920411-1.c.s b/test/torture-s/920411-1.c.s index 1fd1f2b68..19a70a9a5 100644 --- a/test/torture-s/920411-1.c.s +++ b/test/torture-s/920411-1.c.s @@ -39,8 +39,8 @@ f: # @f i32.const $3=, __stack_pointer i32.store $6=, 0($3), $6 return $pop10 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920428-1.c.s b/test/torture-s/920428-1.c.s index 0cca042fb..82b4dc368 100644 --- a/test/torture-s/920428-1.c.s +++ b/test/torture-s/920428-1.c.s @@ -8,28 +8,28 @@ x: # @x # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size x, func_end0-x +.Lfunc_end0: + .size x, .Lfunc_end0-x .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.const $push2=, 0 i32.eq $push3=, $pop0, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push1=, 0 call exit, $pop1 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/920429-1.c.s b/test/torture-s/920429-1.c.s index e60a5546a..e304b07e7 100644 --- a/test/torture-s/920429-1.c.s +++ b/test/torture-s/920429-1.c.s @@ -19,8 +19,8 @@ f: # @f i32.store $discard=, j($3), $pop5 i32.add $push0=, $0, $1 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main i32.store $discard=, j($0), $pop0 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type i,@object # @i .bss diff --git a/test/torture-s/920501-1.c.s b/test/torture-s/920501-1.c.s index c5b6f7a68..e3d8ac530 100644 --- a/test/torture-s/920501-1.c.s +++ b/test/torture-s/920501-1.c.s @@ -7,9 +7,9 @@ x: # @x .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, s($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then i32.load $0=, s+4($0) i32.const $push2=, 2 @@ -19,11 +19,11 @@ x: # @x i32.const $push5=, 4 i32.add $push6=, $pop4, $pop5 i32.store $discard=, 0($pop6), $0 -BB0_2: # %if.end +.LBB0_2: # %if.end i32.const $push7=, 1 return $pop7 -func_end0: - .size x, func_end0-x +.Lfunc_end0: + .size x, .Lfunc_end0-x .globl main .type main,@function @@ -36,8 +36,8 @@ main: # @main i32.store $push0=, s+4($0), $0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .bss diff --git a/test/torture-s/920501-2.c.s b/test/torture-s/920501-2.c.s index ef2effc6e..09060aaf8 100644 --- a/test/torture-s/920501-2.c.s +++ b/test/torture-s/920501-2.c.s @@ -9,27 +9,27 @@ gcd_ll: # @gcd_ll # BB#0: # %entry i64.const $2=, 0 copy_local $3=, $0 - block BB0_3 + block .LBB0_3 i64.eq $push0=, $1, $2 - br_if $pop0, BB0_3 -BB0_1: # %if.end + br_if $pop0, .LBB0_3 +.LBB0_1: # %if.end # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i64.rem_u $0=, $0, $1 copy_local $3=, $1 i64.eq $push1=, $0, $2 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#2: # %if.end5 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i64.rem_u $1=, $1, $0 copy_local $3=, $0 i64.ne $push2=, $1, $2 - br_if $pop2, BB0_1 -BB0_3: # %return + br_if $pop2, .LBB0_1 +.LBB0_3: # %return i32.wrap/i64 $push3=, $3 return $pop3 -func_end0: - .size gcd_ll, func_end0-gcd_ll +.Lfunc_end0: + .size gcd_ll, .Lfunc_end0-gcd_ll .globl powmod_ll .type powmod_ll,@function @@ -41,28 +41,28 @@ powmod_ll: # @powmod_ll i64.const $6=, 1 i32.const $4=, -1 copy_local $5=, $1 - block BB1_7 + block .LBB1_7 i32.const $push9=, 0 i32.eq $push10=, $1, $pop9 - br_if $pop10, BB1_7 -BB1_1: # %for.body + br_if $pop10, .LBB1_7 +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $3=, 1 i32.shr_u $5=, $5, $3 i32.add $4=, $4, $3 - br_if $5, BB1_1 -BB1_2: # %for.end + br_if $5, .LBB1_1 +.LBB1_2: # %for.end copy_local $6=, $0 i32.lt_s $push0=, $4, $3 - br_if $pop0, BB1_7 + br_if $pop0, .LBB1_7 # BB#3: # %for.body4.preheader i32.add $5=, $4, $3 copy_local $6=, $0 -BB1_4: # %for.body4 +.LBB1_4: # %for.body4 # =>This Inner Loop Header: Depth=1 - loop BB1_7 - block BB1_6 + loop .LBB1_7 + block .LBB1_6 i64.mul $push1=, $6, $6 i64.rem_u $6=, $pop1, $2 i32.const $push2=, -2 @@ -71,21 +71,21 @@ BB1_4: # %for.body4 i32.and $push5=, $pop4, $1 i32.const $push11=, 0 i32.eq $push12=, $pop5, $pop11 - br_if $pop12, BB1_6 + br_if $pop12, .LBB1_6 # BB#5: # %if.then5 - # in Loop: Header=BB1_4 Depth=1 + # in Loop: Header=.LBB1_4 Depth=1 i64.mul $push6=, $6, $0 i64.rem_u $6=, $pop6, $2 -BB1_6: # %for.inc9 - # in Loop: Header=BB1_4 Depth=1 +.LBB1_6: # %for.inc9 + # in Loop: Header=.LBB1_4 Depth=1 i32.const $push7=, -1 i32.add $5=, $5, $pop7 i32.gt_s $push8=, $5, $3 - br_if $pop8, BB1_4 -BB1_7: # %cleanup + br_if $pop8, .LBB1_4 +.LBB1_7: # %cleanup return $6 -func_end1: - .size powmod_ll, func_end1-powmod_ll +.Lfunc_end1: + .size powmod_ll, .Lfunc_end1-powmod_ll .globl facts .type facts,@function @@ -103,48 +103,48 @@ facts: # @facts i32.const $18=, 1 i32.const $19=, 0 copy_local $9=, $18 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB2_2 Depth 2 - # Child Loop BB2_5 Depth 2 - # Child Loop BB2_9 Depth 2 - # Child Loop BB2_12 Depth 2 - # Child Loop BB2_16 Depth 2 - # Child Loop BB2_19 Depth 2 - # Child Loop BB2_24 Depth 2 - loop BB2_29 + # Child Loop .LBB2_2 Depth 2 + # Child Loop .LBB2_5 Depth 2 + # Child Loop .LBB2_9 Depth 2 + # Child Loop .LBB2_12 Depth 2 + # Child Loop .LBB2_16 Depth 2 + # Child Loop .LBB2_19 Depth 2 + # Child Loop .LBB2_24 Depth 2 + loop .LBB2_29 copy_local $15=, $12 copy_local $12=, $5 copy_local $14=, $6 i32.const $13=, -1 copy_local $1=, $3 - block BB2_22 + block .LBB2_22 i32.const $push46=, 0 i32.eq $push47=, $3, $pop46 - br_if $pop47, BB2_22 -BB2_2: # %for.body.i - # Parent Loop BB2_1 Depth=1 + br_if $pop47, .LBB2_22 +.LBB2_2: # %for.body.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_3 + loop .LBB2_3 i32.const $2=, 1 i32.shr_u $1=, $1, $2 i32.add $13=, $13, $2 - br_if $1, BB2_2 -BB2_3: # %for.end.i - # in Loop: Header=BB2_1 Depth=1 + br_if $1, .LBB2_2 +.LBB2_3: # %for.end.i + # in Loop: Header=.LBB2_1 Depth=1 copy_local $14=, $15 - block BB2_8 + block .LBB2_8 i32.lt_s $push0=, $13, $2 - br_if $pop0, BB2_8 + br_if $pop0, .LBB2_8 # BB#4: # %for.body4.i.preheader - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.add $1=, $13, $2 copy_local $14=, $15 -BB2_5: # %for.body4.i - # Parent Loop BB2_1 Depth=1 +.LBB2_5: # %for.body4.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_8 - block BB2_7 + loop .LBB2_8 + block .LBB2_7 i64.mul $push1=, $14, $14 i64.rem_u $14=, $pop1, $0 i32.const $push2=, -2 @@ -153,44 +153,44 @@ BB2_5: # %for.body4.i i32.and $push5=, $pop4, $3 i32.const $push48=, 0 i32.eq $push49=, $pop5, $pop48 - br_if $pop49, BB2_7 + br_if $pop49, .LBB2_7 # BB#6: # %if.then5.i - # in Loop: Header=BB2_5 Depth=2 + # in Loop: Header=.LBB2_5 Depth=2 i64.mul $push6=, $14, $15 i64.rem_u $14=, $pop6, $0 -BB2_7: # %for.inc9.i - # in Loop: Header=BB2_5 Depth=2 +.LBB2_7: # %for.inc9.i + # in Loop: Header=.LBB2_5 Depth=2 i32.const $push7=, -1 i32.add $1=, $1, $pop7 i32.gt_s $push8=, $1, $2 - br_if $pop8, BB2_5 -BB2_8: # %for.body.i114.preheader - # in Loop: Header=BB2_1 Depth=1 + br_if $pop8, .LBB2_5 +.LBB2_8: # %for.body.i114.preheader + # in Loop: Header=.LBB2_1 Depth=1 i64.add $12=, $14, $4 i32.const $13=, -1 copy_local $1=, $3 -BB2_9: # %for.body.i114 - # Parent Loop BB2_1 Depth=1 +.LBB2_9: # %for.body.i114 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_10 + loop .LBB2_10 i32.shr_u $1=, $1, $2 i32.add $13=, $13, $2 - br_if $1, BB2_9 -BB2_10: # %for.end.i116 - # in Loop: Header=BB2_1 Depth=1 + br_if $1, .LBB2_9 +.LBB2_10: # %for.end.i116 + # in Loop: Header=.LBB2_1 Depth=1 copy_local $14=, $11 - block BB2_15 + block .LBB2_15 i32.lt_s $push9=, $13, $2 - br_if $pop9, BB2_15 + br_if $pop9, .LBB2_15 # BB#11: # %for.body4.i125.preheader - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.add $1=, $13, $2 copy_local $14=, $11 -BB2_12: # %for.body4.i125 - # Parent Loop BB2_1 Depth=1 +.LBB2_12: # %for.body4.i125 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_15 - block BB2_14 + loop .LBB2_15 + block .LBB2_14 i64.mul $push10=, $14, $14 i64.rem_u $14=, $pop10, $0 i32.const $push11=, -2 @@ -199,43 +199,43 @@ BB2_12: # %for.body4.i125 i32.and $push14=, $pop13, $3 i32.const $push50=, 0 i32.eq $push51=, $pop14, $pop50 - br_if $pop51, BB2_14 + br_if $pop51, .LBB2_14 # BB#13: # %if.then5.i128 - # in Loop: Header=BB2_12 Depth=2 + # in Loop: Header=.LBB2_12 Depth=2 i64.mul $push15=, $14, $11 i64.rem_u $14=, $pop15, $0 -BB2_14: # %for.inc9.i131 - # in Loop: Header=BB2_12 Depth=2 +.LBB2_14: # %for.inc9.i131 + # in Loop: Header=.LBB2_12 Depth=2 i32.const $push16=, -1 i32.add $1=, $1, $pop16 i32.gt_s $push17=, $1, $2 - br_if $pop17, BB2_12 -BB2_15: # %for.body.i88.preheader - # in Loop: Header=BB2_1 Depth=1 + br_if $pop17, .LBB2_12 +.LBB2_15: # %for.body.i88.preheader + # in Loop: Header=.LBB2_1 Depth=1 i64.add $15=, $14, $4 i32.const $13=, -1 copy_local $1=, $3 -BB2_16: # %for.body.i88 - # Parent Loop BB2_1 Depth=1 +.LBB2_16: # %for.body.i88 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_17 + loop .LBB2_17 i32.shr_u $1=, $1, $2 i32.add $13=, $13, $2 - br_if $1, BB2_16 -BB2_17: # %for.end.i90 - # in Loop: Header=BB2_1 Depth=1 + br_if $1, .LBB2_16 +.LBB2_17: # %for.end.i90 + # in Loop: Header=.LBB2_1 Depth=1 copy_local $14=, $15 i32.lt_s $push18=, $13, $2 - br_if $pop18, BB2_22 + br_if $pop18, .LBB2_22 # BB#18: # %for.body4.i99.preheader - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.add $1=, $13, $2 copy_local $14=, $15 -BB2_19: # %for.body4.i99 - # Parent Loop BB2_1 Depth=1 +.LBB2_19: # %for.body4.i99 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_22 - block BB2_21 + loop .LBB2_22 + block .LBB2_21 i64.mul $push19=, $14, $14 i64.rem_u $14=, $pop19, $0 i32.const $push20=, -2 @@ -244,22 +244,22 @@ BB2_19: # %for.body4.i99 i32.and $push23=, $pop22, $3 i32.const $push52=, 0 i32.eq $push53=, $pop23, $pop52 - br_if $pop53, BB2_21 + br_if $pop53, .LBB2_21 # BB#20: # %if.then5.i102 - # in Loop: Header=BB2_19 Depth=2 + # in Loop: Header=.LBB2_19 Depth=2 i64.mul $push24=, $14, $15 i64.rem_u $14=, $pop24, $0 -BB2_21: # %for.inc9.i105 - # in Loop: Header=BB2_19 Depth=2 +.LBB2_21: # %for.inc9.i105 + # in Loop: Header=.LBB2_19 Depth=2 i32.const $push25=, -1 i32.add $1=, $1, $pop25 i32.gt_s $push26=, $1, $2 - br_if $pop26, BB2_19 -BB2_22: # %powmod_ll.exit107 - # in Loop: Header=BB2_1 Depth=1 + br_if $pop26, .LBB2_19 +.LBB2_22: # %powmod_ll.exit107 + # in Loop: Header=.LBB2_1 Depth=1 i64.add $11=, $14, $4 i64.const $7=, 4294967295 - block BB2_28 + block .LBB2_28 i64.gt_u $push27=, $12, $11 i64.sub $push28=, $12, $11 i64.sub $push29=, $11, $12 @@ -269,40 +269,40 @@ BB2_22: # %powmod_ll.exit107 i64.mul $push33=, $pop32, $pop31 i64.rem_u $10=, $pop33, $0 i32.ne $push34=, $9, $18 - br_if $pop34, BB2_28 + br_if $pop34, .LBB2_28 # BB#23: # %if.then19 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $2=, 1 i32.add $19=, $19, $2 i64.and $14=, $10, $7 i64.const $8=, 0 copy_local $15=, $0 copy_local $16=, $14 - block BB2_26 + block .LBB2_26 i64.eq $push35=, $0, $8 - br_if $pop35, BB2_26 -BB2_24: # %if.end.i - # Parent Loop BB2_1 Depth=1 + br_if $pop35, .LBB2_26 +.LBB2_24: # %if.end.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_26 + loop .LBB2_26 i64.rem_u $14=, $14, $15 copy_local $16=, $15 i64.eq $push36=, $14, $8 - br_if $pop36, BB2_26 + br_if $pop36, .LBB2_26 # BB#25: # %if.end5.i - # in Loop: Header=BB2_24 Depth=2 + # in Loop: Header=.LBB2_24 Depth=2 i64.rem_u $15=, $15, $14 copy_local $16=, $14 i64.ne $push37=, $15, $8 - br_if $pop37, BB2_24 -BB2_26: # %gcd_ll.exit - # in Loop: Header=BB2_1 Depth=1 + br_if $pop37, .LBB2_24 +.LBB2_26: # %gcd_ll.exit + # in Loop: Header=.LBB2_1 Depth=1 i32.add $18=, $19, $18 i32.wrap/i64 $1=, $16 i32.eq $push38=, $1, $2 - br_if $pop38, BB2_28 + br_if $pop38, .LBB2_28 # BB#27: # %if.then26 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.store $discard=, 0($17), $1 i32.const $push39=, 4 i32.add $2=, $17, $pop39 @@ -311,18 +311,18 @@ BB2_26: # %gcd_ll.exit copy_local $17=, $2 i64.const $push41=, 1 i64.eq $push42=, $0, $pop41 - br_if $pop42, BB2_29 -BB2_28: # %for.inc - # in Loop: Header=BB2_1 Depth=1 + br_if $pop42, .LBB2_29 +.LBB2_28: # %for.inc + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push43=, 1 i32.add $9=, $9, $pop43 i32.const $push44=, 10000 i32.lt_s $push45=, $9, $pop44 - br_if $pop45, BB2_1 -BB2_29: # %cleanup + br_if $pop45, .LBB2_1 +.LBB2_29: # %cleanup return -func_end2: - .size facts, func_end2-facts +.Lfunc_end2: + .size facts, .Lfunc_end2-facts .globl main .type main,@function @@ -337,30 +337,30 @@ main: # @main call facts, $pop5, $pop4, $pop3, $pop2 i32.const $0=, 0 i64.load $1=, factab($0) - block BB3_4 + block .LBB3_4 i32.wrap/i64 $push6=, $1 i32.const $push7=, 7 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB3_4 + br_if $pop8, .LBB3_4 # BB#1: # %entry i64.const $push9=, -4294967296 i64.and $push0=, $1, $pop9 i64.const $push10=, 313532612608 i64.ne $push11=, $pop0, $pop10 - br_if $pop11, BB3_4 + br_if $pop11, .LBB3_4 # BB#2: # %entry i32.load $push1=, factab+8($0) i32.const $push12=, 262657 i32.ne $push13=, $pop1, $pop12 - br_if $pop13, BB3_4 + br_if $pop13, .LBB3_4 # BB#3: # %if.end call exit, $0 unreachable -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type factab,@object # @factab .bss diff --git a/test/torture-s/920501-9.c.s b/test/torture-s/920501-9.c.s index c03fdb6d8..e6fc2d52c 100644 --- a/test/torture-s/920501-9.c.s +++ b/test/torture-s/920501-9.c.s @@ -7,8 +7,8 @@ proc1: # @proc1 # BB#0: # %entry i64.const $push0=, 1 return $pop0 -func_end0: - .size proc1, func_end0-proc1 +.Lfunc_end0: + .size proc1, .Lfunc_end0-proc1 .globl proc2 .type proc2,@function @@ -17,8 +17,8 @@ proc2: # @proc2 # BB#0: # %entry i64.const $push0=, 305419896 return $pop0 -func_end1: - .size proc2, func_end1-proc2 +.Lfunc_end1: + .size proc2, .Lfunc_end1-proc2 .globl proc3 .type proc3,@function @@ -27,8 +27,8 @@ proc3: # @proc3 # BB#0: # %entry i64.const $push0=, -6144092016751651208 return $pop0 -func_end2: - .size proc3, func_end2-proc3 +.Lfunc_end2: + .size proc3, .Lfunc_end2-proc3 .globl proc4 .type proc4,@function @@ -37,8 +37,8 @@ proc4: # @proc4 # BB#0: # %entry i64.const $push0=, -1 return $pop0 -func_end3: - .size proc4, func_end3-proc4 +.Lfunc_end3: + .size proc4, .Lfunc_end3-proc4 .globl proc5 .type proc5,@function @@ -47,8 +47,8 @@ proc5: # @proc5 # BB#0: # %entry i64.const $push0=, 2864434397 return $pop0 -func_end4: - .size proc5, func_end4-proc5 +.Lfunc_end4: + .size proc5, .Lfunc_end4-proc5 .globl print_longlong .type print_longlong,@function @@ -67,11 +67,11 @@ print_longlong: # @print_longlong i64.shr_u $push1=, $0, $pop0 i32.wrap/i64 $2=, $pop1 i32.wrap/i64 $3=, $0 - block BB5_3 - block BB5_2 + block .LBB5_3 + block .LBB5_2 i32.const $push5=, 0 i32.eq $push6=, $2, $pop5 - br_if $pop6, BB5_2 + br_if $pop6, .LBB5_2 # BB#1: # %if.then i32.const $4=, __stack_pointer i32.load $4=, 0($4) @@ -91,8 +91,8 @@ print_longlong: # @print_longlong i32.add $13=, $6, $7 i32.const $7=, __stack_pointer i32.store $13=, 0($7), $13 - br BB5_3 -BB5_2: # %if.else + br .LBB5_3 +.LBB5_2: # %if.else i32.const $8=, __stack_pointer i32.load $8=, 0($8) i32.const $9=, 4 @@ -108,14 +108,14 @@ BB5_2: # %if.else i32.add $13=, $10, $11 i32.const $11=, __stack_pointer i32.store $13=, 0($11), $13 -BB5_3: # %if.end +.LBB5_3: # %if.end i32.const $14=, 16 i32.add $13=, $13, $14 i32.const $14=, __stack_pointer i32.store $13=, 0($14), $13 return $2 -func_end5: - .size print_longlong, func_end5-print_longlong +.Lfunc_end5: + .size print_longlong, .Lfunc_end5-print_longlong .globl main .type main,@function @@ -150,9 +150,9 @@ main: # @main i32.const $push1=, .str.2 i32.const $29=, 16 i32.add $29=, $38, $29 - block BB6_10 + block .LBB6_10 i32.call $1=, strcmp, $pop1, $29 - br_if $1, BB6_10 + br_if $1, .LBB6_10 # BB#1: # %if.end i32.const $10=, __stack_pointer i32.load $10=, 0($10) @@ -174,9 +174,9 @@ main: # @main i32.const $push3=, .str.3 i32.const $31=, 16 i32.add $31=, $38, $31 - block BB6_9 + block .LBB6_9 i32.call $1=, strcmp, $pop3, $31 - br_if $1, BB6_9 + br_if $1, .LBB6_9 # BB#2: # %if.end11 i32.const $14=, __stack_pointer i32.load $14=, 0($14) @@ -202,9 +202,9 @@ main: # @main i32.const $push5=, .str.4 i32.const $33=, 16 i32.add $33=, $38, $33 - block BB6_8 + block .LBB6_8 i32.call $2=, strcmp, $pop5, $33 - br_if $2, BB6_8 + br_if $2, .LBB6_8 # BB#3: # %if.end19 i32.const $18=, __stack_pointer i32.load $18=, 0($18) @@ -228,9 +228,9 @@ main: # @main i32.const $push7=, .str.5 i32.const $35=, 16 i32.add $35=, $38, $35 - block BB6_7 + block .LBB6_7 i32.call $1=, strcmp, $pop7, $35 - br_if $1, BB6_7 + br_if $1, .LBB6_7 # BB#4: # %if.end27 i32.const $22=, __stack_pointer i32.load $22=, 0($22) @@ -251,30 +251,30 @@ main: # @main i32.const $push8=, .str.6 i32.const $37=, 16 i32.add $37=, $38, $37 - block BB6_6 + block .LBB6_6 i32.call $0=, strcmp, $pop8, $37 - br_if $0, BB6_6 + br_if $0, .LBB6_6 # BB#5: # %if.end35 i32.const $push9=, 0 call exit, $pop9 unreachable -BB6_6: # %if.then34 +.LBB6_6: # %if.then34 call abort unreachable -BB6_7: # %if.then26 +.LBB6_7: # %if.then26 call abort unreachable -BB6_8: # %if.then18 +.LBB6_8: # %if.then18 call abort unreachable -BB6_9: # %if.then10 +.LBB6_9: # %if.then10 call abort unreachable -BB6_10: # %if.then +.LBB6_10: # %if.then call abort unreachable -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/920506-1.c.s b/test/torture-s/920506-1.c.s index d5a33f538..6857bcc78 100644 --- a/test/torture-s/920506-1.c.s +++ b/test/torture-s/920506-1.c.s @@ -7,17 +7,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, l($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %sw.bb call exit, $0 unreachable -BB0_2: # %sw.epilog +.LBB0_2: # %sw.epilog call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type l,@object # @l .data diff --git a/test/torture-s/920520-1.c.s b/test/torture-s/920520-1.c.s index c16019078..6badd1d20 100644 --- a/test/torture-s/920520-1.c.s +++ b/test/torture-s/920520-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 8 i32.store $discard=, 0($0), $pop0 return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bugger .type bugger,@function @@ -19,8 +19,8 @@ bugger: # @bugger # BB#0: # %sw.epilog i32.const $push0=, 0 return $pop0 -func_end1: - .size bugger, func_end1-bugger +.Lfunc_end1: + .size bugger, .Lfunc_end1-bugger .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920603-1.c.s b/test/torture-s/920603-1.c.s index 043c93622..ad9fef5f6 100644 --- a/test/torture-s/920603-1.c.s +++ b/test/torture-s/920603-1.c.s @@ -6,17 +6,17 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 65535 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920604-1.c.s b/test/torture-s/920604-1.c.s index fa5d67827..4d162073a 100644 --- a/test/torture-s/920604-1.c.s +++ b/test/torture-s/920604-1.c.s @@ -8,8 +8,8 @@ mod: # @mod # BB#0: # %entry i64.rem_s $push0=, $0, $1 return $pop0 -func_end0: - .size mod, func_end0-mod +.Lfunc_end0: + .size mod, .Lfunc_end0-mod .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920612-1.c.s b/test/torture-s/920612-1.c.s index ba57904d4..b88c3fb0f 100644 --- a/test/torture-s/920612-1.c.s +++ b/test/torture-s/920612-1.c.s @@ -11,8 +11,8 @@ f: # @f i32.const $push2=, 1 i32.xor $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main # BB#0: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920618-1.c.s b/test/torture-s/920618-1.c.s index 64b2f3d2f..1a0ad2dd9 100644 --- a/test/torture-s/920618-1.c.s +++ b/test/torture-s/920618-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920710-1.c.s b/test/torture-s/920710-1.c.s index 7baab056d..b7634056b 100644 --- a/test/torture-s/920710-1.c.s +++ b/test/torture-s/920710-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920711-1.c.s b/test/torture-s/920711-1.c.s index fcc495b48..480664d32 100644 --- a/test/torture-s/920711-1.c.s +++ b/test/torture-s/920711-1.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 1 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920721-1.c.s b/test/torture-s/920721-1.c.s index 87dd71497..6ab590de8 100644 --- a/test/torture-s/920721-1.c.s +++ b/test/torture-s/920721-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.div_s $push0=, $0, $1 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920721-2.c.s b/test/torture-s/920721-2.c.s index 1918bdcbc..5adb02325 100644 --- a/test/torture-s/920721-2.c.s +++ b/test/torture-s/920721-2.c.s @@ -7,8 +7,8 @@ f: # @f .local i32 # BB#0: # %entry return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920721-3.c.s b/test/torture-s/920721-3.c.s index 892b705ab..07c3b9af4 100644 --- a/test/torture-s/920721-3.c.s +++ b/test/torture-s/920721-3.c.s @@ -8,29 +8,29 @@ ru: # @ru .local i32 # BB#0: # %entry i32.const $1=, 65535 - block BB0_4 + block .LBB0_4 i32.and $push0=, $0, $1 i32.const $push1=, 5 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#1: # %if.end - block BB0_3 + block .LBB0_3 i32.const $push3=, 2 i32.add $push4=, $0, $pop3 i32.and $push5=, $pop4, $1 i32.const $push6=, 7 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB0_3 + br_if $pop7, .LBB0_3 # BB#2: # %if.end8 return $0 -BB0_3: # %if.then7 +.LBB0_3: # %if.then7 call abort unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size ru, func_end0-ru +.Lfunc_end0: + .size ru, .Lfunc_end0-ru .globl rs .type rs,@function @@ -38,19 +38,19 @@ rs: # @rs .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.const $push2=, 5 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end8 return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size rs, func_end1-rs +.Lfunc_end1: + .size rs, .Lfunc_end1-rs .globl main .type main,@function @@ -60,8 +60,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920730-1.c.s b/test/torture-s/920730-1.c.s index 7bb2673db..f5d818fea 100644 --- a/test/torture-s/920730-1.c.s +++ b/test/torture-s/920730-1.c.s @@ -7,8 +7,8 @@ f1: # @f1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -17,8 +17,8 @@ f2: # @f2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -27,8 +27,8 @@ f3: # @f3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -37,8 +37,8 @@ f4: # @f4 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920731-1.c.s b/test/torture-s/920731-1.c.s index e00a25671..86a47e26b 100644 --- a/test/torture-s/920731-1.c.s +++ b/test/torture-s/920731-1.c.s @@ -9,27 +9,27 @@ f: # @f # BB#0: # %entry i32.const $1=, 1 i32.const $2=, 0 - block BB0_3 + block .LBB0_3 i32.and $push0=, $0, $1 - br_if $pop0, BB0_3 -BB0_1: # %for.inc + br_if $pop0, .LBB0_3 +.LBB0_1: # %for.inc # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.add $2=, $2, $1 i32.const $push2=, 7 i32.gt_s $push3=, $2, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %for.inc - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.shr_s $0=, $0, $1 i32.and $push1=, $0, $1 i32.const $push4=, 0 i32.eq $push5=, $pop1, $pop4 - br_if $pop5, BB0_1 -BB0_3: # %for.end + br_if $pop5, .LBB0_1 +.LBB0_3: # %for.end return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -39,8 +39,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920810-1.c.s b/test/torture-s/920810-1.c.s index 7b26047dc..6a1673b95 100644 --- a/test/torture-s/920810-1.c.s +++ b/test/torture-s/920810-1.c.s @@ -15,8 +15,8 @@ f: # @f i32.store $discard=, 4($2), $pop1 i32.store $discard=, 8($2), $1 return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920812-1.c.s b/test/torture-s/920812-1.c.s index b6c6f77f9..3fddb8191 100644 --- a/test/torture-s/920812-1.c.s +++ b/test/torture-s/920812-1.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 1 i32.eq $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920829-1.c.s b/test/torture-s/920829-1.c.s index 994acbb4a..5bb6c0007 100644 --- a/test/torture-s/920829-1.c.s +++ b/test/torture-s/920829-1.c.s @@ -7,21 +7,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i64.load $push0=, c($0) i64.const $push1=, 3 i64.mul $push2=, $pop0, $pop1 i64.load $push3=, c3($0) i64.ne $push4=, $pop2, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/920909-1.c.s b/test/torture-s/920909-1.c.s index f1329242a..3b4edade3 100644 --- a/test/torture-s/920909-1.c.s +++ b/test/torture-s/920909-1.c.s @@ -6,12 +6,12 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -1026 i32.add $0=, $0, $pop0 i32.const $push1=, 5 i32.gt_u $push2=, $0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %switch.lookup i32.const $push6=, switch.table i32.const $push4=, 2 @@ -19,11 +19,11 @@ f: # @f i32.add $push7=, $pop6, $pop5 i32.load $push8=, 0($pop7) return $pop8 -BB0_2: # %return +.LBB0_2: # %return i32.const $push3=, 0 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type switch.table,@object # @switch.table .section .rodata,"a",@progbits diff --git a/test/torture-s/920922-1.c.s b/test/torture-s/920922-1.c.s index dfd84613f..5aadb863b 100644 --- a/test/torture-s/920922-1.c.s +++ b/test/torture-s/920922-1.c.s @@ -15,8 +15,8 @@ f: # @f i32.const $push6=, 4 i32.add $push7=, $pop5, $pop6 return $pop7 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/920929-1.c.s b/test/torture-s/920929-1.c.s index c2fdb07ea..308c41d55 100644 --- a/test/torture-s/920929-1.c.s +++ b/test/torture-s/920929-1.c.s @@ -8,8 +8,8 @@ f: # @f .local i32 # BB#0: # %entry return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921006-1.c.s b/test/torture-s/921006-1.c.s index a4355db43..d672944f6 100644 --- a/test/torture-s/921006-1.c.s +++ b/test/torture-s/921006-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921007-1.c.s b/test/torture-s/921007-1.c.s index 9bfc34ec0..dfd12193a 100644 --- a/test/torture-s/921007-1.c.s +++ b/test/torture-s/921007-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921013-1.c.s b/test/torture-s/921013-1.c.s index 95c8cc1f8..3ee94a649 100644 --- a/test/torture-s/921013-1.c.s +++ b/test/torture-s/921013-1.c.s @@ -7,13 +7,13 @@ f: # @f .result i32 .local i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push4=, 0 i32.eq $push5=, $3, $pop4 - br_if $pop5, BB0_2 -BB0_1: # %while.body + br_if $pop5, .LBB0_2 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 f32.load $push1=, 0($1) f32.load $push2=, 0($2) f32.eq $push3=, $pop1, $pop2 @@ -25,11 +25,11 @@ BB0_1: # %while.body i32.const $push0=, -1 i32.add $3=, $3, $pop0 copy_local $0=, $4 - br_if $3, BB0_1 -BB0_2: # %while.end + br_if $3, .LBB0_1 +.LBB0_2: # %while.end return $4 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -39,8 +39,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921016-1.c.s b/test/torture-s/921016-1.c.s index 9d3cae6c5..bf3f55c81 100644 --- a/test/torture-s/921016-1.c.s +++ b/test/torture-s/921016-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921019-1.c.s b/test/torture-s/921019-1.c.s index d8d76d597..860d09b80 100644 --- a/test/torture-s/921019-1.c.s +++ b/test/torture-s/921019-1.c.s @@ -7,20 +7,20 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, foo($0) i32.load8_u $push1=, 0($pop0) i32.const $push2=, 88 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/921019-2.c.s b/test/torture-s/921019-2.c.s index 0089a3cc9..3ed2eded9 100644 --- a/test/torture-s/921019-2.c.s +++ b/test/torture-s/921019-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921029-1.c.s b/test/torture-s/921029-1.c.s index 48f648883..0e273bead 100644 --- a/test/torture-s/921029-1.c.s +++ b/test/torture-s/921029-1.c.s @@ -17,8 +17,8 @@ build: # @build i64.or $push6=, $pop3, $pop5 i64.store $push7=, back($2), $pop6 return $pop7 -func_end0: - .size build, func_end0-build +.Lfunc_end0: + .size build, .Lfunc_end0-build .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i64.store $discard=, back($0), $pop2 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type hpart,@object # @hpart .bss diff --git a/test/torture-s/921104-1.c.s b/test/torture-s/921104-1.c.s index 22e162845..d93c1b019 100644 --- a/test/torture-s/921104-1.c.s +++ b/test/torture-s/921104-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921110-1.c.s b/test/torture-s/921110-1.c.s index d9d6cc065..f4a8179e5 100644 --- a/test/torture-s/921110-1.c.s +++ b/test/torture-s/921110-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type f,@object # @f .data diff --git a/test/torture-s/921113-1.c.s b/test/torture-s/921113-1.c.s index 1b6c47195..5bde5351d 100644 --- a/test/torture-s/921113-1.c.s +++ b/test/torture-s/921113-1.c.s @@ -8,8 +8,8 @@ w: # @w .local i32 # BB#0: # %entry return $2 -func_end0: - .size w, func_end0-w +.Lfunc_end0: + .size w, .Lfunc_end0-w .globl f1 .type f1,@function @@ -19,19 +19,19 @@ f1: # @f1 .local f32, i32 # BB#0: # %entry f32.const $2=, 0x0p0 - block BB1_3 + block .LBB1_3 f32.ne $push0=, $0, $2 - br_if $pop0, BB1_3 + br_if $pop0, .LBB1_3 # BB#1: # %entry f32.ne $push1=, $1, $2 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#2: # %if.end return $3 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .globl f2 .type f2,@function @@ -41,19 +41,19 @@ f2: # @f2 .local f32, i32 # BB#0: # %entry f32.const $2=, 0x1p0 - block BB2_3 + block .LBB2_3 f32.ne $push0=, $0, $2 - br_if $pop0, BB2_3 + br_if $pop0, .LBB2_3 # BB#1: # %entry f32.ne $push1=, $1, $2 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#2: # %if.end return $3 -BB2_3: # %if.then +.LBB2_3: # %if.then call abort unreachable -func_end2: - .size f2, func_end2-f2 +.Lfunc_end2: + .size f2, .Lfunc_end2-f2 .globl gitter .type gitter,@function @@ -63,35 +63,35 @@ gitter: # @gitter .local f32, f32, f64, f64 # BB#0: # %entry f32.const $7=, 0x0p0 - block BB3_9 + block .LBB3_9 f32.load $push1=, 0($4) f32.ne $push2=, $pop1, $7 - br_if $pop2, BB3_9 + br_if $pop2, .LBB3_9 # BB#1: # %entry f32.load $push0=, 4($4) f32.ne $push3=, $pop0, $7 - br_if $pop3, BB3_9 + br_if $pop3, .LBB3_9 # BB#2: # %f1.exit f32.const $6=, 0x1p0 - block BB3_8 + block .LBB3_8 f32.load $push5=, 8($4) f32.ne $push8=, $pop5, $6 - br_if $pop8, BB3_8 + br_if $pop8, .LBB3_8 # BB#3: # %f1.exit i32.const $push6=, 12 i32.add $push7=, $4, $pop6 f32.load $push4=, 0($pop7) f32.ne $push9=, $pop4, $6 - br_if $pop9, BB3_8 + br_if $pop9, .LBB3_8 # BB#4: # %f2.exit i32.const $push10=, 0 i32.store $discard=, 0($3), $pop10 f32.load $6=, 0($1) - block BB3_7 + block .LBB3_7 f32.gt $push11=, $6, $7 f32.ne $push12=, $6, $6 i32.or $push13=, $pop11, $pop12 - br_if $pop13, BB3_7 + br_if $pop13, .LBB3_7 # BB#5: # %if.then f64.promote/f32 $push14=, $5 f64.const $push15=, 0x1p-1 @@ -102,20 +102,20 @@ gitter: # @gitter f64.ne $push17=, $9, $9 i32.or $push19=, $pop18, $pop17 i32.or $push20=, $pop16, $pop19 - br_if $pop20, BB3_7 + br_if $pop20, .LBB3_7 # BB#6: # %if.then15 i32.const $push21=, 1065353216 i32.store $discard=, 0($2), $pop21 -BB3_7: # %if.end18 +.LBB3_7: # %if.end18 return $4 -BB3_8: # %if.then.i32 +.LBB3_8: # %if.then.i32 call abort unreachable -BB3_9: # %if.then.i +.LBB3_9: # %if.then.i call abort unreachable -func_end3: - .size gitter, func_end3-gitter +.Lfunc_end3: + .size gitter, .Lfunc_end3-gitter .globl main .type main,@function @@ -125,35 +125,35 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 f32.const $1=, 0x0p0 - block BB4_6 + block .LBB4_6 f32.load $push1=, limit($0) f32.ne $push2=, $pop1, $1 - br_if $pop2, BB4_6 + br_if $pop2, .LBB4_6 # BB#1: # %entry f32.load $push0=, limit+4($0) f32.ne $push3=, $pop0, $1 - br_if $pop3, BB4_6 + br_if $pop3, .LBB4_6 # BB#2: # %f1.exit.i f32.const $1=, 0x1p0 - block BB4_5 + block .LBB4_5 f32.load $push5=, limit+8($0) f32.ne $push6=, $pop5, $1 - br_if $pop6, BB4_5 + br_if $pop6, .LBB4_5 # BB#3: # %f1.exit.i f32.load $push4=, limit+12($0) f32.ne $push7=, $pop4, $1 - br_if $pop7, BB4_5 + br_if $pop7, .LBB4_5 # BB#4: # %f2.exit.i call exit, $0 unreachable -BB4_5: # %if.then.i32.i +.LBB4_5: # %if.then.i32.i call abort unreachable -BB4_6: # %if.then.i.i +.LBB4_6: # %if.then.i.i call abort unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type pos,@object # @pos .bss diff --git a/test/torture-s/921123-1.c.s b/test/torture-s/921123-1.c.s index e9fbd4cc9..6b51f9e44 100644 --- a/test/torture-s/921123-1.c.s +++ b/test/torture-s/921123-1.c.s @@ -14,8 +14,8 @@ f: # @f i32.const $push5=, 15 i32.shr_u $push6=, $pop4, $pop5 return $pop6 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921124-1.c.s b/test/torture-s/921124-1.c.s index 80a15a745..4549b9dbe 100644 --- a/test/torture-s/921124-1.c.s +++ b/test/torture-s/921124-1.c.s @@ -7,8 +7,8 @@ f: # @f .result i32 # BB#0: # %entry return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -16,29 +16,29 @@ g: # @g .param i32, i32, f64, f64, i32, i32 .result i32 # BB#0: # %entry - block BB1_5 + block .LBB1_5 f64.const $push0=, 0x1p0 f64.ne $push1=, $2, $pop0 - br_if $pop1, BB1_5 + br_if $pop1, .LBB1_5 # BB#1: # %entry f64.const $push2=, 0x1p1 f64.ne $push3=, $3, $pop2 - br_if $pop3, BB1_5 + br_if $pop3, .LBB1_5 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $4, $pop4 - br_if $pop5, BB1_5 + br_if $pop5, .LBB1_5 # BB#3: # %entry i32.const $push6=, 4 i32.ne $push7=, $5, $pop6 - br_if $pop7, BB1_5 + br_if $pop7, .LBB1_5 # BB#4: # %if.end return $4 -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921202-1.c.s b/test/torture-s/921202-1.c.s index 50bdc293a..03ecd0e17 100644 --- a/test/torture-s/921202-1.c.s +++ b/test/torture-s/921202-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %for.cond i32.call $discard=, exxit unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -17,8 +17,8 @@ foo: # @foo .local i32 # BB#0: # %entry return $0 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl mpn_mul_1 .type mpn_mul_1,@function @@ -27,8 +27,8 @@ mpn_mul_1: # @mpn_mul_1 .local i32 # BB#0: # %entry return $0 -func_end2: - .size mpn_mul_1, func_end2-mpn_mul_1 +.Lfunc_end2: + .size mpn_mul_1, .Lfunc_end2-mpn_mul_1 .globl mpn_print .type mpn_print,@function @@ -37,8 +37,8 @@ mpn_print: # @mpn_print .local i32 # BB#0: # %entry return $0 -func_end3: - .size mpn_print, func_end3-mpn_print +.Lfunc_end3: + .size mpn_print, .Lfunc_end3-mpn_print .globl mpn_random2 .type mpn_random2,@function @@ -47,8 +47,8 @@ mpn_random2: # @mpn_random2 .local i32 # BB#0: # %entry return $0 -func_end4: - .size mpn_random2, func_end4-mpn_random2 +.Lfunc_end4: + .size mpn_random2, .Lfunc_end4-mpn_random2 .globl mpn_cmp .type mpn_cmp,@function @@ -57,8 +57,8 @@ mpn_cmp: # @mpn_cmp .local i32 # BB#0: # %entry return $0 -func_end5: - .size mpn_cmp, func_end5-mpn_cmp +.Lfunc_end5: + .size mpn_cmp, .Lfunc_end5-mpn_cmp .globl exxit .type exxit,@function @@ -68,8 +68,8 @@ exxit: # @exxit i32.const $push0=, 0 call exit, $pop0 unreachable -func_end6: - .size exxit, func_end6-exxit +.Lfunc_end6: + .size exxit, .Lfunc_end6-exxit .ident "clang version 3.8.0 " diff --git a/test/torture-s/921202-2.c.s b/test/torture-s/921202-2.c.s index 570a95954..56c9ae101 100644 --- a/test/torture-s/921202-2.c.s +++ b/test/torture-s/921202-2.c.s @@ -12,8 +12,8 @@ f: # @f i32.const $push3=, 255 i32.and $push4=, $pop2, $pop3 return $pop4 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921207-1.c.s b/test/torture-s/921207-1.c.s index 576c60305..a443cb95f 100644 --- a/test/torture-s/921207-1.c.s +++ b/test/torture-s/921207-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921208-1.c.s b/test/torture-s/921208-1.c.s index 7ae609403..2cf70dcb3 100644 --- a/test/torture-s/921208-1.c.s +++ b/test/torture-s/921208-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry f64.mul $push0=, $0, $0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl Int .type Int,@function @@ -19,8 +19,8 @@ Int: # @Int # BB#0: # %entry f64.call_indirect $push0=, $0, $1 return $pop0 -func_end1: - .size Int, func_end1-Int +.Lfunc_end1: + .size Int, .Lfunc_end1-Int .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921208-2.c.s b/test/torture-s/921208-2.c.s index 793bd401a..13de0a7ac 100644 --- a/test/torture-s/921208-2.c.s +++ b/test/torture-s/921208-2.c.s @@ -7,8 +7,8 @@ g: # @g .local i32 # BB#0: # %entry return $0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -17,8 +17,8 @@ f: # @f .local i32 # BB#0: # %entry return $0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921218-1.c.s b/test/torture-s/921218-1.c.s index de4dfb47d..76fd71084 100644 --- a/test/torture-s/921218-1.c.s +++ b/test/torture-s/921218-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 255 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/921218-2.c.s b/test/torture-s/921218-2.c.s index bad12a662..7e9b95d79 100644 --- a/test/torture-s/921218-2.c.s +++ b/test/torture-s/921218-2.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 65535 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930106-1.c.s b/test/torture-s/930106-1.c.s index 208854f28..5100a7e4e 100644 --- a/test/torture-s/930106-1.c.s +++ b/test/torture-s/930106-1.c.s @@ -7,8 +7,8 @@ g: # @g # BB#0: # %entry f64.const $push0=, 0x1p0 return $pop0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -17,8 +17,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 3 return $pop0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930111-1.c.s b/test/torture-s/930111-1.c.s index 968d345bd..ee57eedfd 100644 --- a/test/torture-s/930111-1.c.s +++ b/test/torture-s/930111-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl wwrite .type wwrite,@function @@ -19,11 +19,11 @@ wwrite: # @wwrite .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB1_4 - block BB1_2 + block .LBB1_4 + block .LBB1_2 i64.const $push0=, 28 i64.gt_u $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %entry i64.const $push2=, 1 i64.shl $push3=, $pop2, $0 @@ -31,17 +31,17 @@ wwrite: # @wwrite i64.and $push5=, $pop3, $pop4 i64.const $push6=, 0 i64.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_4 -BB1_2: # %entry + br_if $pop7, .LBB1_4 +.LBB1_2: # %entry i64.const $push8=, 47 i64.eq $push9=, $0, $pop8 - br_if $pop9, BB1_4 + br_if $pop9, .LBB1_4 # BB#3: # %sw.default i32.const $1=, 123 -BB1_4: # %return +.LBB1_4: # %return return $1 -func_end1: - .size wwrite, func_end1-wwrite +.Lfunc_end1: + .size wwrite, .Lfunc_end1-wwrite .ident "clang version 3.8.0 " diff --git a/test/torture-s/930123-1.c.s b/test/torture-s/930123-1.c.s index 9417f7bc0..51f9fdfa8 100644 --- a/test/torture-s/930123-1.c.s +++ b/test/torture-s/930123-1.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930406-1.c.s b/test/torture-s/930406-1.c.s index d886b877a..8589094bf 100644 --- a/test/torture-s/930406-1.c.s +++ b/test/torture-s/930406-1.c.s @@ -8,8 +8,8 @@ f: # @f i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main # BB#0: # %entry i32.call $discard=, f unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930408-1.c.s b/test/torture-s/930408-1.c.s index 366abdb1e..a9d13f0a2 100644 --- a/test/torture-s/930408-1.c.s +++ b/test/torture-s/930408-1.c.s @@ -7,8 +7,8 @@ p: # @p # BB#0: # %entry call abort unreachable -func_end0: - .size p, func_end0-p +.Lfunc_end0: + .size p, .Lfunc_end0-p .globl f .type f,@function @@ -16,19 +16,19 @@ f: # @f .result i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 0 i32.load $push1=, s($pop0) i32.const $push2=, 0 i32.eq $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %sw.epilog return $0 -BB1_2: # %sw.bb +.LBB1_2: # %sw.bb i32.call $discard=, p unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -41,8 +41,8 @@ main: # @main i32.store $discard=, s($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type s,@object # @s .bss diff --git a/test/torture-s/930429-1.c.s b/test/torture-s/930429-1.c.s index f54267b20..b52cc8b4e 100644 --- a/test/torture-s/930429-1.c.s +++ b/test/torture-s/930429-1.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 1 i32.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930429-2.c.s b/test/torture-s/930429-2.c.s index d7792373f..900786480 100644 --- a/test/torture-s/930429-2.c.s +++ b/test/torture-s/930429-2.c.s @@ -11,8 +11,8 @@ f: # @f i32.const $push2=, 0 i32.gt_s $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -22,8 +22,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930513-1.c.s b/test/torture-s/930513-1.c.s index c6056cd9b..e31abcd40 100644 --- a/test/torture-s/930513-1.c.s +++ b/test/torture-s/930513-1.c.s @@ -35,8 +35,8 @@ f: # @f i32.const $7=, __stack_pointer i32.store $7=, 0($7), $7 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -68,24 +68,24 @@ main: # @main i32.const $4=, __stack_pointer i32.store $7=, 0($4), $7 i32.const $0=, 0 - block BB1_3 + block .LBB1_3 i32.load8_u $push4=, buf($0) i32.const $push5=, 53 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB1_3 + br_if $pop6, .LBB1_3 # BB#1: # %entry i32.load8_u $push0=, buf+1($0) i32.const $push7=, 255 i32.and $push8=, $pop0, $pop7 - br_if $pop8, BB1_3 + br_if $pop8, .LBB1_3 # BB#2: # %if.end call exit, $0 unreachable -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type buf,@object # @buf .bss diff --git a/test/torture-s/930513-2.c.s b/test/torture-s/930513-2.c.s index addb6f405..98d9a207a 100644 --- a/test/torture-s/930513-2.c.s +++ b/test/torture-s/930513-2.c.s @@ -8,8 +8,8 @@ sub3: # @sub3 .local i32 # BB#0: # %entry return $1 -func_end0: - .size sub3, func_end0-sub3 +.Lfunc_end0: + .size sub3, .Lfunc_end0-sub3 .globl eq .type eq,@function @@ -19,20 +19,20 @@ eq: # @eq .local i32 # BB#0: # %entry i32.const $2=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, eq.i($2) i32.ne $push1=, $pop0, $0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 1 i32.add $push3=, $0, $pop2 i32.store $discard=, eq.i($2), $pop3 return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size eq, func_end1-eq +.Lfunc_end1: + .size eq, .Lfunc_end1-eq .globl main .type main,@function @@ -41,19 +41,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, eq.i($0) - br_if $pop0, BB2_2 + br_if $pop0, .LBB2_2 # BB#1: # %eq.exit.3 i32.const $push1=, 4 i32.store $discard=, eq.i($0), $pop1 call exit, $0 unreachable -BB2_2: # %if.then.i +.LBB2_2: # %if.then.i call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type eq.i,@object # @eq.i .lcomm eq.i,4,2 diff --git a/test/torture-s/930526-1.c.s b/test/torture-s/930526-1.c.s index 8b017c18c..c64fcd4a8 100644 --- a/test/torture-s/930526-1.c.s +++ b/test/torture-s/930526-1.c.s @@ -8,8 +8,8 @@ f: # @f .local i32 # BB#0: # %entry return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930527-1.c.s b/test/torture-s/930527-1.c.s index bfe937e87..38790c2c3 100644 --- a/test/torture-s/930527-1.c.s +++ b/test/torture-s/930527-1.c.s @@ -11,8 +11,8 @@ f: # @f i32.const $push2=, 175 i32.xor $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -22,8 +22,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930529-1.c.s b/test/torture-s/930529-1.c.s index 24863d363..a8365d729 100644 --- a/test/torture-s/930529-1.c.s +++ b/test/torture-s/930529-1.c.s @@ -8,8 +8,8 @@ dd: # @dd # BB#0: # %entry i32.div_s $push0=, $0, $1 return $pop0 -func_end0: - .size dd, func_end0-dd +.Lfunc_end0: + .size dd, .Lfunc_end0-dd .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930603-1.c.s b/test/torture-s/930603-1.c.s index 162f0feb6..9ef7ddc10 100644 --- a/test/torture-s/930603-1.c.s +++ b/test/torture-s/930603-1.c.s @@ -16,8 +16,8 @@ fx: # @fx f64.add $push7=, $pop5, $pop6 f32.demote/f64 $push8=, $pop7 return $pop8 -func_end0: - .size fx, func_end0-fx +.Lfunc_end0: + .size fx, .Lfunc_end0-fx .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .globl inita .type inita,@function @@ -37,8 +37,8 @@ inita: # @inita # BB#0: # %entry f32.const $push0=, 0x1.8p1 return $pop0 -func_end2: - .size inita, func_end2-inita +.Lfunc_end2: + .size inita, .Lfunc_end2-inita .globl initc .type initc,@function @@ -47,8 +47,8 @@ initc: # @initc # BB#0: # %entry f32.const $push0=, 0x1p2 return $pop0 -func_end3: - .size initc, func_end3-initc +.Lfunc_end3: + .size initc, .Lfunc_end3-initc .globl f .type f,@function @@ -57,8 +57,8 @@ f: # @f .local i32 # BB#0: # %entry return $0 -func_end4: - .size f, func_end4-f +.Lfunc_end4: + .size f, .Lfunc_end4-f .ident "clang version 3.8.0 " diff --git a/test/torture-s/930603-2.c.s b/test/torture-s/930603-2.c.s index ea70beb8a..954569002 100644 --- a/test/torture-s/930603-2.c.s +++ b/test/torture-s/930603-2.c.s @@ -11,8 +11,8 @@ f: # @f i32.store $push1=, w($0), $pop0 i32.store $discard=, w+12($0), $pop1 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,20 +23,20 @@ main: # @main i32.const $0=, 0 i32.load $1=, w+8($0) i32.load $2=, w+4($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.store $push1=, w($0), $pop0 i32.store $discard=, w+12($0), $pop1 i32.or $push2=, $2, $1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type w,@object # @w .bss diff --git a/test/torture-s/930603-3.c.s b/test/torture-s/930603-3.c.s index 5138bb012..185916537 100644 --- a/test/torture-s/930603-3.c.s +++ b/test/torture-s/930603-3.c.s @@ -6,32 +6,32 @@ f: # @f .param i32, i32 .result i32 # BB#0: # %entry - block BB0_5 - block BB0_4 + block .LBB0_5 + block .LBB0_4 i32.const $push0=, 107 i32.eq $push1=, $1, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %entry - block BB0_3 + block .LBB0_3 i32.const $push2=, 100 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %sw.bb i32.load8_u $push6=, 0($0) i32.const $push7=, 1 i32.shr_u $1=, $pop6, $pop7 - br BB0_5 -BB0_3: # %sw.default + br .LBB0_5 +.LBB0_3: # %sw.default call abort unreachable -BB0_4: # %sw.bb3 +.LBB0_4: # %sw.bb3 i32.load8_u $push4=, 3($0) i32.const $push5=, 4 i32.shr_u $1=, $pop4, $pop5 -BB0_5: # %sw.epilog +.LBB0_5: # %sw.epilog return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -41,8 +41,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930608-1.c.s b/test/torture-s/930608-1.c.s index 91f35e977..65f69597f 100644 --- a/test/torture-s/930608-1.c.s +++ b/test/torture-s/930608-1.c.s @@ -8,8 +8,8 @@ f: # @f .local f64 # BB#0: # %entry return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .section .data.rel.ro,"aw",@progbits diff --git a/test/torture-s/930614-1.c.s b/test/torture-s/930614-1.c.s index 6790bf091..01415095a 100644 --- a/test/torture-s/930614-1.c.s +++ b/test/torture-s/930614-1.c.s @@ -9,8 +9,8 @@ f: # @f i64.const $push0=, -4616189618054758400 i64.store $discard=, 0($0), $pop0 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930614-2.c.s b/test/torture-s/930614-2.c.s index 61fa73964..080611011 100644 --- a/test/torture-s/930614-2.c.s +++ b/test/torture-s/930614-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930621-1.c.s b/test/torture-s/930621-1.c.s index bb8244b6f..9063b7a6c 100644 --- a/test/torture-s/930621-1.c.s +++ b/test/torture-s/930621-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 20 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930622-1.c.s b/test/torture-s/930622-1.c.s index 304072688..1091a4552 100644 --- a/test/torture-s/930622-1.c.s +++ b/test/torture-s/930622-1.c.s @@ -7,8 +7,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl h .type h,@function @@ -18,8 +18,8 @@ h: # @h .local i32 # BB#0: # %entry return $1 -func_end1: - .size h, func_end1-h +.Lfunc_end1: + .size h, .Lfunc_end1-h .globl f .type f,@function @@ -30,8 +30,8 @@ f: # @f i32.const $0=, 0 i32.store $push0=, a($0), $0 return $pop0 -func_end2: - .size f, func_end2-f +.Lfunc_end2: + .size f, .Lfunc_end2-f .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.store $push0=, a($0), $0 call exit, $pop0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type a,@object # @a .data diff --git a/test/torture-s/930622-2.c.s b/test/torture-s/930622-2.c.s index f46ca1d22..220c5560d 100644 --- a/test/torture-s/930622-2.c.s +++ b/test/torture-s/930622-2.c.s @@ -29,8 +29,8 @@ ll_to_ld: # @ll_to_ld i32.const $5=, __stack_pointer i32.store $6=, 0($5), $6 return -func_end0: - .size ll_to_ld, func_end0-ll_to_ld +.Lfunc_end0: + .size ll_to_ld, .Lfunc_end0-ll_to_ld .globl ld_to_ll .type ld_to_ll,@function @@ -40,8 +40,8 @@ ld_to_ll: # @ld_to_ll # BB#0: # %entry i64.call $push0=, __fixtfdi, $0, $1 return $pop0 -func_end1: - .size ld_to_ll, func_end1-ld_to_ll +.Lfunc_end1: + .size ld_to_ll, .Lfunc_end1-ld_to_ll .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930630-1.c.s b/test/torture-s/930630-1.c.s index d0e8c23cc..df1124e96 100644 --- a/test/torture-s/930630-1.c.s +++ b/test/torture-s/930630-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl f .type f,@function @@ -17,17 +17,17 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 7 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .ident "clang version 3.8.0 " diff --git a/test/torture-s/930702-1.c.s b/test/torture-s/930702-1.c.s index 891607faa..2854b6c61 100644 --- a/test/torture-s/930702-1.c.s +++ b/test/torture-s/930702-1.c.s @@ -6,21 +6,21 @@ fp: # @fp .param f64, i32 .result i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 f64.const $push0=, 0x1.08p5 f64.ne $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 11 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.end return $1 -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size fp, func_end0-fp +.Lfunc_end0: + .size fp, .Lfunc_end0-fp .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930713-1.c.s b/test/torture-s/930713-1.c.s index 35f61bc4a..c01b3afc0 100644 --- a/test/torture-s/930713-1.c.s +++ b/test/torture-s/930713-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 17 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930718-1.c.s b/test/torture-s/930718-1.c.s index 488165ab3..7e2d834d0 100644 --- a/test/torture-s/930718-1.c.s +++ b/test/torture-s/930718-1.c.s @@ -6,8 +6,8 @@ f2: # @f2 # BB#0: # %entry call abort unreachable -func_end0: - .size f2, func_end0-f2 +.Lfunc_end0: + .size f2, .Lfunc_end0-f2 .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930719-1.c.s b/test/torture-s/930719-1.c.s index fa2414bb7..9fdffa8f5 100644 --- a/test/torture-s/930719-1.c.s +++ b/test/torture-s/930719-1.c.s @@ -6,27 +6,27 @@ f: # @f .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB0_5 - br_if $0, BB0_5 + block .LBB0_5 + br_if $0, .LBB0_5 # BB#1: # %while.body.preheader - block BB0_4 + block .LBB0_4 i32.const $push0=, 1 i32.ne $push1=, $1, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#2: # %sw.bb.split - br_if $2, BB0_5 + br_if $2, .LBB0_5 # BB#3: # %if.end2 unreachable unreachable -BB0_4: # %while.body +.LBB0_4: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_5 - br BB0_4 -BB0_5: # %cleanup + loop .LBB0_5 + br .LBB0_4 +.LBB0_5: # %cleanup i32.const $push2=, 0 return $pop2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -36,8 +36,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930725-1.c.s b/test/torture-s/930725-1.c.s index c50cbe8c0..62e3afa13 100644 --- a/test/torture-s/930725-1.c.s +++ b/test/torture-s/930725-1.c.s @@ -7,8 +7,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, .str return $pop0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -21,8 +21,8 @@ f: # @f i32.const $push2=, .str i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i32.store $discard=, v($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/930818-1.c.s b/test/torture-s/930818-1.c.s index cfb67fa3e..46d98be27 100644 --- a/test/torture-s/930818-1.c.s +++ b/test/torture-s/930818-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930916-1.c.s b/test/torture-s/930916-1.c.s index 752ae9444..f1de4120c 100644 --- a/test/torture-s/930916-1.c.s +++ b/test/torture-s/930916-1.c.s @@ -6,17 +6,17 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.ge_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930921-1.c.s b/test/torture-s/930921-1.c.s index 754c78b72..2280ba742 100644 --- a/test/torture-s/930921-1.c.s +++ b/test/torture-s/930921-1.c.s @@ -13,8 +13,8 @@ f: # @f i64.shr_u $push4=, $pop2, $pop3 i32.wrap/i64 $push5=, $pop4 return $pop5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,10 +24,10 @@ main: # @main # BB#0: # %entry i64.const $0=, 2863311531 i32.const $2=, 0 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.const $push5=, 3 i32.div_u $1=, $2, $pop5 i64.extend_u/i32 $push0=, $2 @@ -36,23 +36,23 @@ BB1_1: # %for.body i64.shr_u $push3=, $pop1, $pop2 i32.wrap/i64 $push4=, $pop3 i32.ne $push6=, $pop4, $1 - br_if $pop6, BB1_4 + br_if $pop6, .LBB1_4 # BB#2: # %for.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push7=, 1 i32.add $2=, $2, $pop7 i32.const $push8=, 9999 i32.le_u $push9=, $2, $pop8 - br_if $pop9, BB1_1 -BB1_3: # %for.end + br_if $pop9, .LBB1_1 +.LBB1_3: # %for.end i32.const $push10=, 0 call exit, $pop10 unreachable -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930929-1.c.s b/test/torture-s/930929-1.c.s index 063f8faf6..dfc1b148a 100644 --- a/test/torture-s/930929-1.c.s +++ b/test/torture-s/930929-1.c.s @@ -11,8 +11,8 @@ sub1: # @sub1 i32.const $push2=, -5 i32.add $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size sub1, func_end0-sub1 +.Lfunc_end0: + .size sub1, .Lfunc_end0-sub1 .globl sub2 .type sub2,@function @@ -25,8 +25,8 @@ sub2: # @sub2 i32.const $push2=, 5 i32.add $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size sub2, func_end1-sub2 +.Lfunc_end1: + .size sub2, .Lfunc_end1-sub2 .globl sub3 .type sub3,@function @@ -36,8 +36,8 @@ sub3: # @sub3 # BB#0: # %entry i32.const $push0=, -5 return $pop0 -func_end2: - .size sub3, func_end2-sub3 +.Lfunc_end2: + .size sub3, .Lfunc_end2-sub3 .globl sub4 .type sub4,@function @@ -47,8 +47,8 @@ sub4: # @sub4 # BB#0: # %entry i32.const $push0=, 5 return $pop0 -func_end3: - .size sub4, func_end3-sub4 +.Lfunc_end3: + .size sub4, .Lfunc_end3-sub4 .globl main .type main,@function @@ -58,8 +58,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/930930-1.c.s b/test/torture-s/930930-1.c.s index fe7bd681a..4359ec722 100644 --- a/test/torture-s/930930-1.c.s +++ b/test/torture-s/930930-1.c.s @@ -8,41 +8,41 @@ f: # @f .local i32, i32 # BB#0: # %entry copy_local $6=, $0 - block BB0_7 + block .LBB0_7 i32.lt_u $push0=, $3, $4 - br_if $pop0, BB0_7 -BB0_1: # %if.end + br_if $pop0, .LBB0_7 +.LBB0_1: # %if.end # =>This Inner Loop Header: Depth=1 - loop BB0_5 + loop .LBB0_5 i32.load $5=, 0($3) - block BB0_4 + block .LBB0_4 i32.ge_u $push1=, $5, $2 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#2: # %if.end - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.lt_u $push2=, $5, $1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %if.then3 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push3=, -4 i32.add $6=, $6, $pop3 i32.store $discard=, 0($6), $5 -BB0_4: # %if.end4 - # in Loop: Header=BB0_1 Depth=1 +.LBB0_4: # %if.end4 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push4=, -4 i32.add $3=, $3, $pop4 i32.ge_u $push5=, $3, $4 - br_if $pop5, BB0_1 -BB0_5: # %out + br_if $pop5, .LBB0_1 +.LBB0_5: # %out i32.eq $push6=, $6, $0 - br_if $pop6, BB0_7 + br_if $pop6, .LBB0_7 # BB#6: # %if.then7 call abort unreachable -BB0_7: # %if.end8 +.LBB0_7: # %if.end8 return $3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main i32.store $discard=, mem+396($0), $pop0 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type mem,@object # @mem .bss diff --git a/test/torture-s/930930-2.c.s b/test/torture-s/930930-2.c.s index 753abd42a..c03cc4e4b 100644 --- a/test/torture-s/930930-2.c.s +++ b/test/torture-s/930930-2.c.s @@ -7,8 +7,8 @@ test_endianness: # @test_endianness # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size test_endianness, func_end0-test_endianness +.Lfunc_end0: + .size test_endianness, .Lfunc_end0-test_endianness .globl test_endianness_vol .type test_endianness_vol,@function @@ -32,8 +32,8 @@ test_endianness_vol: # @test_endianness_vol i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return $pop3 -func_end1: - .size test_endianness_vol, func_end1-test_endianness_vol +.Lfunc_end1: + .size test_endianness_vol, .Lfunc_end1-test_endianness_vol .globl main .type main,@function @@ -47,20 +47,20 @@ main: # @main i32.sub $2=, $0, $1 i32.const $1=, __stack_pointer i32.store $2=, 0($1), $2 - block BB2_2 + block .LBB2_2 i64.const $push0=, 4621819117588971520 i64.store $discard=, 8($2), $pop0 i32.load $push1=, 8($2) - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.end i32.const $push2=, 0 call exit, $pop2 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931004-1.c.s b/test/torture-s/931004-1.c.s index b42e12cd5..8f55c4a7b 100644 --- a/test/torture-s/931004-1.c.s +++ b/test/torture-s/931004-1.c.s @@ -6,41 +6,41 @@ f: # @f .param i32, i32, i32, i32, i32 .result i32 # BB#0: # %entry - block BB0_8 + block .LBB0_8 i32.const $push0=, 10 i32.ne $push1=, $1, $pop0 - br_if $pop1, BB0_8 + br_if $pop1, .LBB0_8 # BB#1: # %if.end - block BB0_7 + block .LBB0_7 i32.const $push2=, 11 i32.ne $push3=, $2, $pop2 - br_if $pop3, BB0_7 + br_if $pop3, .LBB0_7 # BB#2: # %if.end6 - block BB0_6 + block .LBB0_6 i32.const $push4=, 12 i32.ne $push5=, $3, $pop4 - br_if $pop5, BB0_6 + br_if $pop5, .LBB0_6 # BB#3: # %if.end10 - block BB0_5 + block .LBB0_5 i32.const $push6=, 123 i32.ne $push7=, $4, $pop6 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#4: # %if.end13 return $1 -BB0_5: # %if.then12 +.LBB0_5: # %if.then12 call abort unreachable -BB0_6: # %if.then9 +.LBB0_6: # %if.then9 call abort unreachable -BB0_7: # %if.then5 +.LBB0_7: # %if.then5 call abort unreachable -BB0_8: # %if.then +.LBB0_8: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931004-3.c.s b/test/torture-s/931004-3.c.s index 32d1fb4f7..1d8f3abbf 100644 --- a/test/torture-s/931004-3.c.s +++ b/test/torture-s/931004-3.c.s @@ -8,44 +8,44 @@ f: # @f .local i32 # BB#0: # %entry i32.const $5=, 65535 - block BB0_8 + block .LBB0_8 i32.and $push0=, $1, $5 i32.const $push1=, 10 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_8 + br_if $pop2, .LBB0_8 # BB#1: # %if.end - block BB0_7 + block .LBB0_7 i32.and $push3=, $2, $5 i32.const $push4=, 11 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_7 + br_if $pop5, .LBB0_7 # BB#2: # %if.end9 - block BB0_6 + block .LBB0_6 i32.and $push6=, $3, $5 i32.const $push7=, 12 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_6 + br_if $pop8, .LBB0_6 # BB#3: # %if.end15 - block BB0_5 + block .LBB0_5 i32.const $push9=, 123 i32.ne $push10=, $4, $pop9 - br_if $pop10, BB0_5 + br_if $pop10, .LBB0_5 # BB#4: # %if.end19 return $5 -BB0_5: # %if.then18 +.LBB0_5: # %if.then18 call abort unreachable -BB0_6: # %if.then14 +.LBB0_6: # %if.then14 call abort unreachable -BB0_7: # %if.then8 +.LBB0_7: # %if.then8 call abort unreachable -BB0_8: # %if.then +.LBB0_8: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931004-7.c.s b/test/torture-s/931004-7.c.s index 2c920c4da..edc1b9464 100644 --- a/test/torture-s/931004-7.c.s +++ b/test/torture-s/931004-7.c.s @@ -8,44 +8,44 @@ f: # @f .local i32 # BB#0: # %entry i32.const $5=, 255 - block BB0_8 + block .LBB0_8 i32.and $push0=, $1, $5 i32.const $push1=, 10 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_8 + br_if $pop2, .LBB0_8 # BB#1: # %if.end - block BB0_7 + block .LBB0_7 i32.and $push3=, $2, $5 i32.const $push4=, 11 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_7 + br_if $pop5, .LBB0_7 # BB#2: # %if.end9 - block BB0_6 + block .LBB0_6 i32.and $push6=, $3, $5 i32.const $push7=, 12 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_6 + br_if $pop8, .LBB0_6 # BB#3: # %if.end15 - block BB0_5 + block .LBB0_5 i32.const $push9=, 123 i32.ne $push10=, $4, $pop9 - br_if $pop10, BB0_5 + br_if $pop10, .LBB0_5 # BB#4: # %if.end19 return $5 -BB0_5: # %if.then18 +.LBB0_5: # %if.then18 call abort unreachable -BB0_6: # %if.then14 +.LBB0_6: # %if.then14 call abort unreachable -BB0_7: # %if.then8 +.LBB0_7: # %if.then8 call abort unreachable -BB0_8: # %if.then +.LBB0_8: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931005-1.c.s b/test/torture-s/931005-1.c.s index a91bfa9db..348019bda 100644 --- a/test/torture-s/931005-1.c.s +++ b/test/torture-s/931005-1.c.s @@ -7,8 +7,8 @@ f: # @f .result i32 # BB#0: # %entry return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931009-1.c.s b/test/torture-s/931009-1.c.s index d4e119056..70bb541d8 100644 --- a/test/torture-s/931009-1.c.s +++ b/test/torture-s/931009-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl f .type f,@function @@ -18,8 +18,8 @@ f: # @f .local i32 # BB#0: # %if.end return $0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .ident "clang version 3.8.0 " diff --git a/test/torture-s/931012-1.c.s b/test/torture-s/931012-1.c.s index 4bd13b7ba..827f6a172 100644 --- a/test/torture-s/931012-1.c.s +++ b/test/torture-s/931012-1.c.s @@ -12,8 +12,8 @@ f: # @f i32.select $push3=, $1, $pop2, $0 i32.select $push4=, $pop1, $pop3, $0 return $pop4 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931017-1.c.s b/test/torture-s/931017-1.c.s index 7b9f0d208..2ebe3d240 100644 --- a/test/torture-s/931017-1.c.s +++ b/test/torture-s/931017-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl h1 .type h1,@function @@ -18,8 +18,8 @@ h1: # @h1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size h1, func_end1-h1 +.Lfunc_end1: + .size h1, .Lfunc_end1-h1 .globl h2 .type h2,@function @@ -27,18 +27,18 @@ h2: # @h2 .param i32 .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, v i32.ne $push1=, $0, $pop0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.end i32.const $push2=, 0 return $pop2 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size h2, func_end2-h2 +.Lfunc_end2: + .size h2, .Lfunc_end2-h2 .globl g .type g,@function @@ -48,8 +48,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end3: - .size g, func_end3-g +.Lfunc_end3: + .size g, .Lfunc_end3-g .globl f .type f,@function @@ -58,8 +58,8 @@ f: # @f .local i32 # BB#0: # %entry return $0 -func_end4: - .size f, func_end4-f +.Lfunc_end4: + .size f, .Lfunc_end4-f .type v,@object # @v .bss diff --git a/test/torture-s/931018-1.c.s b/test/torture-s/931018-1.c.s index 621f90df7..e9d685bd6 100644 --- a/test/torture-s/931018-1.c.s +++ b/test/torture-s/931018-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl f .type f,@function @@ -17,17 +17,17 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -559038737 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .type v,@object # @v .section .rodata,"a",@progbits diff --git a/test/torture-s/931102-1.c.s b/test/torture-s/931102-1.c.s index aa9e0d206..af4d8b474 100644 --- a/test/torture-s/931102-1.c.s +++ b/test/torture-s/931102-1.c.s @@ -9,12 +9,12 @@ f: # @f # BB#0: # %entry i32.const $1=, 1 i32.const $2=, 0 - block BB0_2 + block .LBB0_2 i32.and $push0=, $0, $1 - br_if $pop0, BB0_2 -BB0_1: # %while.body + br_if $pop0, .LBB0_2 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push1=, 24 i32.shl $push2=, $0, $pop1 i32.const $push3=, 25 @@ -23,11 +23,11 @@ BB0_1: # %while.body i32.and $push4=, $0, $1 i32.const $push5=, 0 i32.eq $push6=, $pop4, $pop5 - br_if $pop6, BB0_1 -BB0_2: # %while.end + br_if $pop6, .LBB0_1 +.LBB0_2: # %while.end return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931102-2.c.s b/test/torture-s/931102-2.c.s index da19f4584..937f56b34 100644 --- a/test/torture-s/931102-2.c.s +++ b/test/torture-s/931102-2.c.s @@ -9,12 +9,12 @@ f: # @f # BB#0: # %entry i32.const $1=, 1 i32.const $2=, 0 - block BB0_2 + block .LBB0_2 i32.and $push0=, $0, $1 - br_if $pop0, BB0_2 -BB0_1: # %while.body + br_if $pop0, .LBB0_2 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push1=, 16 i32.shl $push2=, $0, $pop1 i32.const $push3=, 17 @@ -23,11 +23,11 @@ BB0_1: # %while.body i32.and $push4=, $0, $1 i32.const $push5=, 0 i32.eq $push6=, $pop4, $pop5 - br_if $pop6, BB0_1 -BB0_2: # %while.end + br_if $pop6, .LBB0_1 +.LBB0_2: # %while.end return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931110-1.c.s b/test/torture-s/931110-1.c.s index 79ac7cbef..dff864ef6 100644 --- a/test/torture-s/931110-1.c.s +++ b/test/torture-s/931110-1.c.s @@ -40,8 +40,8 @@ main: # @main i32.store16 $discard=, x+22($0), $pop10 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/931110-2.c.s b/test/torture-s/931110-2.c.s index 2db3e5132..095d9b8ca 100644 --- a/test/torture-s/931110-2.c.s +++ b/test/torture-s/931110-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931208-1.c.s b/test/torture-s/931208-1.c.s index 61b206e34..d39c42967 100644 --- a/test/torture-s/931208-1.c.s +++ b/test/torture-s/931208-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 498 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/931228-1.c.s b/test/torture-s/931228-1.c.s index 9949a4278..7bdd467c8 100644 --- a/test/torture-s/931228-1.c.s +++ b/test/torture-s/931228-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 8184 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/940115-1.c.s b/test/torture-s/940115-1.c.s index f1e0bff10..14a3e7801 100644 --- a/test/torture-s/940115-1.c.s +++ b/test/torture-s/940115-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.lt_u $push0=, $0, $1 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/940122-1.c.s b/test/torture-s/940122-1.c.s index 9cd366806..b307d2203 100644 --- a/test/torture-s/940122-1.c.s +++ b/test/torture-s/940122-1.c.s @@ -8,20 +8,20 @@ g: # @g .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($1) i32.ne $push1=, $pop0, $1 i32.load $push2=, b($1) i32.ne $push3=, $pop2, $1 i32.ne $push4=, $pop1, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.end return $1 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -31,20 +31,20 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, a($1) i32.ne $push1=, $pop0, $1 i32.load $push2=, b($1) i32.ne $push3=, $pop2, $1 i32.ne $push4=, $pop1, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %g.exit return $1 -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -53,21 +53,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, a($0) i32.ne $push1=, $pop0, $0 i32.load $push2=, b($0) i32.ne $push3=, $pop2, $0 i32.eq $push4=, $pop1, $pop3 - br_if $pop4, BB2_2 + br_if $pop4, .LBB2_2 # BB#1: # %if.then.i.i call abort unreachable -BB2_2: # %f.exit +.LBB2_2: # %f.exit call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .bss diff --git a/test/torture-s/941014-1.c.s b/test/torture-s/941014-1.c.s index cfb413571..c14b2d9f6 100644 --- a/test/torture-s/941014-1.c.s +++ b/test/torture-s/941014-1.c.s @@ -8,8 +8,8 @@ f: # @f .local i32 # BB#0: # %entry return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/941014-2.c.s b/test/torture-s/941014-2.c.s index 60df375dd..0ada83199 100644 --- a/test/torture-s/941014-2.c.s +++ b/test/torture-s/941014-2.c.s @@ -6,8 +6,8 @@ a1: # @a1 .param i32 # BB#0: # %entry return -func_end0: - .size a1, func_end0-a1 +.Lfunc_end0: + .size a1, .Lfunc_end0-a1 .globl f .type f,@function @@ -21,13 +21,13 @@ f: # @f i32.sub $9=, $6, $7 i32.const $7=, __stack_pointer i32.store $9=, 0($7), $9 - block BB1_2 + block .LBB1_2 i32.const $push0=, 4 i32.call $0=, malloc, $pop0 i32.load16_u $push1=, 0($0) i32.const $push2=, 4096 i32.lt_u $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.then i32.load16_u $1=, 0($0) i32.const $2=, __stack_pointer @@ -45,7 +45,7 @@ f: # @f i32.add $9=, $4, $5 i32.const $5=, __stack_pointer i32.store $9=, 0($5), $9 -BB1_2: # %if.end +.LBB1_2: # %if.end i32.const $push5=, 256 i32.store16 $discard=, 2($0), $pop5 i32.const $8=, 16 @@ -53,8 +53,8 @@ BB1_2: # %if.end i32.const $8=, __stack_pointer i32.store $9=, 0($8), $9 return $0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -68,13 +68,13 @@ main: # @main i32.sub $8=, $6, $7 i32.const $7=, __stack_pointer i32.store $8=, 0($7), $8 - block BB2_2 + block .LBB2_2 i32.const $push0=, 4 i32.call $0=, malloc, $pop0 i32.load16_u $push1=, 0($0) i32.const $push2=, 4096 i32.lt_u $push3=, $pop1, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.then.i i32.load16_u $1=, 0($0) i32.const $2=, __stack_pointer @@ -92,22 +92,22 @@ main: # @main i32.add $8=, $4, $5 i32.const $5=, __stack_pointer i32.store $8=, 0($5), $8 -BB2_2: # %f.exit - block BB2_4 +.LBB2_2: # %f.exit + block .LBB2_4 i32.load16_u $push7=, 2($0) i32.const $push5=, 256 i32.store16 $push6=, 2($0), $pop5 i32.ne $push8=, $pop7, $pop6 - br_if $pop8, BB2_4 + br_if $pop8, .LBB2_4 # BB#3: # %if.end i32.const $push9=, 0 call exit, $pop9 unreachable -BB2_4: # %if.then +.LBB2_4: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/941015-1.c.s b/test/torture-s/941015-1.c.s index cc422885d..dc4682a04 100644 --- a/test/torture-s/941015-1.c.s +++ b/test/torture-s/941015-1.c.s @@ -12,8 +12,8 @@ foo1: # @foo1 i32.const $push2=, 2 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end0: - .size foo1, func_end0-foo1 +.Lfunc_end0: + .size foo1, .Lfunc_end0-foo1 .globl foo2 .type foo2,@function @@ -27,8 +27,8 @@ foo2: # @foo2 i32.const $push2=, 2 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end1: - .size foo2, func_end1-foo2 +.Lfunc_end1: + .size foo2, .Lfunc_end1-foo2 .globl main .type main,@function @@ -38,8 +38,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/941021-1.c.s b/test/torture-s/941021-1.c.s index 2941170be..241338257 100644 --- a/test/torture-s/941021-1.c.s +++ b/test/torture-s/941021-1.c.s @@ -10,8 +10,8 @@ f: # @f i32.select $push1=, $0, $0, $pop0 f64.store $discard=, 0($pop1), $1 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i64.store $discard=, glob_dbl($0), $pop0 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type glob_dbl,@object # @glob_dbl .bss diff --git a/test/torture-s/941025-1.c.s b/test/torture-s/941025-1.c.s index 230f3263f..ddbf4376e 100644 --- a/test/torture-s/941025-1.c.s +++ b/test/torture-s/941025-1.c.s @@ -12,8 +12,8 @@ f: # @f i32.and $push1=, $1, $2 i32.select $push2=, $pop0, $1, $pop1 return $pop2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/941031-1.c.s b/test/torture-s/941031-1.c.s index b34ae8511..d55320e71 100644 --- a/test/torture-s/941031-1.c.s +++ b/test/torture-s/941031-1.c.s @@ -12,8 +12,8 @@ f: # @f i32.add $push1=, $1, $2 i32.xor $push2=, $pop1, $2 return $pop2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/941101-1.c.s b/test/torture-s/941101-1.c.s index 3ab8a6a88..6f5edf0d8 100644 --- a/test/torture-s/941101-1.c.s +++ b/test/torture-s/941101-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/941110-1.c.s b/test/torture-s/941110-1.c.s index fce131d6c..36422e7fc 100644 --- a/test/torture-s/941110-1.c.s +++ b/test/torture-s/941110-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/941202-1.c.s b/test/torture-s/941202-1.c.s index 28a0be21d..488caa017 100644 --- a/test/torture-s/941202-1.c.s +++ b/test/torture-s/941202-1.c.s @@ -6,17 +6,17 @@ g: # @g .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 3 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950221-1.c.s b/test/torture-s/950221-1.c.s index 8c5e63483..fa6cbdb78 100644 --- a/test/torture-s/950221-1.c.s +++ b/test/torture-s/950221-1.c.s @@ -8,8 +8,8 @@ g1: # @g1 .local i32 # BB#0: # %entry return $2 -func_end0: - .size g1, func_end0-g1 +.Lfunc_end0: + .size g1, .Lfunc_end0-g1 .globl g2 .type g2,@function @@ -17,19 +17,19 @@ g2: # @g2 .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -559038737 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 0 call exit, $pop2 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size g2, func_end1-g2 +.Lfunc_end1: + .size g2, .Lfunc_end1-g2 .globl f .type f,@function @@ -38,22 +38,22 @@ f: # @f .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB2_3 + block .LBB2_3 i32.load $push1=, parsefile($1) i32.load $0=, 0($pop1) - br_if $0, BB2_3 + br_if $0, .LBB2_3 # BB#1: # %entry i32.load $push0=, el($1) i32.const $push2=, 0 i32.eq $push3=, $pop0, $pop2 - br_if $pop3, BB2_3 + br_if $pop3, .LBB2_3 # BB#2: # %if.end return $1 -BB2_3: # %alabel +.LBB2_3: # %alabel i32.call $discard=, g2, $0 unreachable -func_end2: - .size f, func_end2-f +.Lfunc_end2: + .size f, .Lfunc_end2-f .globl main .type main,@function @@ -68,8 +68,8 @@ main: # @main i32.store $push3=, 0($pop1), $pop2 i32.call $discard=, g2, $pop3 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type basepf,@object # @basepf .bss diff --git a/test/torture-s/950322-1.c.s b/test/torture-s/950322-1.c.s index 97459602d..2c2cdcde4 100644 --- a/test/torture-s/950322-1.c.s +++ b/test/torture-s/950322-1.c.s @@ -17,8 +17,8 @@ f: # @f i32.shr_u $push4=, $0, $1 i32.add $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950426-1.c.s b/test/torture-s/950426-1.c.s index 9fdfd3ce1..e15adb128 100644 --- a/test/torture-s/950426-1.c.s +++ b/test/torture-s/950426-1.c.s @@ -17,8 +17,8 @@ main: # @main i32.store $discard=, s1+16($0), $pop3 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl func1 .type func1,@function @@ -28,8 +28,8 @@ func1: # @func1 # BB#0: # %entry i32.load $push0=, 0($0) return $pop0 -func_end1: - .size func1, func_end1-func1 +.Lfunc_end1: + .size func1, .Lfunc_end1-func1 .globl foo .type foo,@function @@ -39,8 +39,8 @@ foo: # @foo .local i32 # BB#0: # %entry return $1 -func_end2: - .size foo, func_end2-foo +.Lfunc_end2: + .size foo, .Lfunc_end2-foo .type s1,@object # @s1 .bss diff --git a/test/torture-s/950426-2.c.s b/test/torture-s/950426-2.c.s index da587ae42..41c293754 100644 --- a/test/torture-s/950426-2.c.s +++ b/test/torture-s/950426-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950503-1.c.s b/test/torture-s/950503-1.c.s index 0b26f04ea..78256fff4 100644 --- a/test/torture-s/950503-1.c.s +++ b/test/torture-s/950503-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950511-1.c.s b/test/torture-s/950511-1.c.s index 014063f7f..9a0903992 100644 --- a/test/torture-s/950511-1.c.s +++ b/test/torture-s/950511-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950512-1.c.s b/test/torture-s/950512-1.c.s index c4f41b42d..eb4107c4e 100644 --- a/test/torture-s/950512-1.c.s +++ b/test/torture-s/950512-1.c.s @@ -10,8 +10,8 @@ f1: # @f1 i32.const $push0=, 2147483646 i32.select $push2=, $0, $pop1, $pop0 return $pop2 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -23,8 +23,8 @@ f2: # @f2 i64.const $push0=, 9223372036854775806 i64.select $push2=, $0, $pop1, $pop0 return $pop2 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950605-1.c.s b/test/torture-s/950605-1.c.s index 4d60db8ce..4de4b655e 100644 --- a/test/torture-s/950605-1.c.s +++ b/test/torture-s/950605-1.c.s @@ -8,17 +8,17 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 255 - block BB0_2 + block .LBB0_2 i32.and $push0=, $0, $1 i32.ne $push1=, $pop0, $1 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $1 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950607-1.c.s b/test/torture-s/950607-1.c.s index f8e819a52..cc88123de 100644 --- a/test/torture-s/950607-1.c.s +++ b/test/torture-s/950607-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950612-1.c.s b/test/torture-s/950612-1.c.s index 5212376ae..151b7c0ca 100644 --- a/test/torture-s/950612-1.c.s +++ b/test/torture-s/950612-1.c.s @@ -12,8 +12,8 @@ f1: # @f1 i32.add $push1=, $0, $1 i32.xor $push2=, $pop1, $1 return $pop2 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -27,8 +27,8 @@ f2: # @f2 i32.add $push1=, $0, $1 i32.xor $push2=, $pop1, $1 return $pop2 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -42,8 +42,8 @@ f3: # @f3 i64.add $push1=, $0, $1 i64.xor $push2=, $pop1, $1 return $pop2 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -57,8 +57,8 @@ f4: # @f4 i64.add $push1=, $0, $1 i64.xor $push2=, $pop1, $1 return $pop2 -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl main .type main,@function @@ -68,8 +68,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950621-1.c.s b/test/torture-s/950621-1.c.s index 8eac240a2..881174002 100644 --- a/test/torture-s/950621-1.c.s +++ b/test/torture-s/950621-1.c.s @@ -8,22 +8,22 @@ f: # @f .local i32, i32 # BB#0: # %entry i32.const $2=, 0 - block BB0_3 + block .LBB0_3 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#1: # %land.lhs.true i32.const $1=, -1 i32.load $push0=, 0($0) i32.ne $push1=, $pop0, $1 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#2: # %land.rhs i32.load $push2=, 4($0) i32.eq $2=, $pop2, $1 -BB0_3: # %land.end +.LBB0_3: # %land.end return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950628-1.c.s b/test/torture-s/950628-1.c.s index a18b8160a..591aaf02a 100644 --- a/test/torture-s/950628-1.c.s +++ b/test/torture-s/950628-1.c.s @@ -14,8 +14,8 @@ g: # @g i32.const $push3=, 4 i32.store16 $discard=, 4($0), $pop3 return -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -31,8 +31,8 @@ f: # @f i32.const $push3=, 4 i32.store16 $discard=, 4($0), $pop3 return -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -42,8 +42,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950704-1.c.s b/test/torture-s/950704-1.c.s index f1ac6a6f4..1d677c4d9 100644 --- a/test/torture-s/950704-1.c.s +++ b/test/torture-s/950704-1.c.s @@ -11,34 +11,34 @@ f: # @f i32.store $discard=, errflag($2), $2 i64.add $4=, $1, $0 i64.const $3=, 0 - block BB0_6 - block BB0_5 - block BB0_3 + block .LBB0_6 + block .LBB0_5 + block .LBB0_3 i64.lt_s $push0=, $0, $3 - br_if $pop0, BB0_3 + br_if $pop0, .LBB0_3 # BB#1: # %if.then i64.const $push3=, 0 i64.lt_s $push4=, $1, $pop3 - br_if $pop4, BB0_6 + br_if $pop4, .LBB0_6 # BB#2: # %if.then i64.const $push5=, -1 i64.le_s $push6=, $4, $pop5 - br_if $pop6, BB0_5 - br BB0_6 -BB0_3: # %if.else + br_if $pop6, .LBB0_5 + br .LBB0_6 +.LBB0_3: # %if.else i64.gt_s $push1=, $1, $3 - br_if $pop1, BB0_6 + br_if $pop1, .LBB0_6 # BB#4: # %if.else i64.lt_s $push2=, $4, $3 - br_if $pop2, BB0_6 -BB0_5: # %if.end9 + br_if $pop2, .LBB0_6 +.LBB0_5: # %if.end9 i32.const $push7=, 1 i32.store $discard=, errflag($2), $pop7 copy_local $4=, $3 -BB0_6: # %cleanup +.LBB0_6: # %cleanup return $4 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.store $push0=, errflag($0), $0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type errflag,@object # @errflag .bss diff --git a/test/torture-s/950706-1.c.s b/test/torture-s/950706-1.c.s index 53998751c..305f5edde 100644 --- a/test/torture-s/950706-1.c.s +++ b/test/torture-s/950706-1.c.s @@ -12,8 +12,8 @@ f: # @f i32.shr_u $push3=, $0, $pop2 i32.sub $push4=, $pop1, $pop3 return $pop4 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950710-1.c.s b/test/torture-s/950710-1.c.s index 146017e84..274296937 100644 --- a/test/torture-s/950710-1.c.s +++ b/test/torture-s/950710-1.c.s @@ -6,8 +6,8 @@ g: # @g .param i32 # BB#0: # %entry return -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -26,23 +26,23 @@ main: # @main i32.const $5=, 16 i32.add $5=, $6, $5 i32.sub $0=, $4, $5 - block BB1_2 + block .LBB1_2 i32.const $push0=, 31 i32.shr_s $1=, $0, $pop0 i32.add $push1=, $0, $1 i32.xor $push2=, $pop1, $1 i32.const $push3=, 11 i32.gt_u $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.then.i call abort unreachable -BB1_2: # %f.exit +.LBB1_2: # %f.exit i32.const $push5=, 0 call exit, $pop5 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950714-1.c.s b/test/torture-s/950714-1.c.s index ee9d5bfa5..eb238d6f2 100644 --- a/test/torture-s/950714-1.c.s +++ b/test/torture-s/950714-1.c.s @@ -16,65 +16,65 @@ main: # @main i32.load $6=, array+24($9) i32.load $7=, array+28($9) i32.load $8=, array+32($9) -BB0_1: # %for.cond1.preheader +.LBB0_1: # %for.cond1.preheader # =>This Inner Loop Header: Depth=1 - block BB0_13 - loop BB0_11 + block .LBB0_13 + loop .LBB0_11 i32.eq $push0=, $0, $9 - br_if $pop0, BB0_11 + br_if $pop0, .LBB0_11 # BB#2: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push1=, $1, $9 - br_if $pop1, BB0_11 + br_if $pop1, .LBB0_11 # BB#3: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push2=, $2, $9 - br_if $pop2, BB0_11 + br_if $pop2, .LBB0_11 # BB#4: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push3=, $3, $9 - br_if $pop3, BB0_11 + br_if $pop3, .LBB0_11 # BB#5: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push4=, $4, $9 - br_if $pop4, BB0_11 + br_if $pop4, .LBB0_11 # BB#6: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push5=, $5, $9 - br_if $pop5, BB0_11 + br_if $pop5, .LBB0_11 # BB#7: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push6=, $6, $9 - br_if $pop6, BB0_11 + br_if $pop6, .LBB0_11 # BB#8: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push7=, $7, $9 - br_if $pop7, BB0_11 + br_if $pop7, .LBB0_11 # BB#9: # %for.cond1.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $push8=, $8, $9 - br_if $pop8, BB0_11 + br_if $pop8, .LBB0_11 # BB#10: # %for.cond1.8 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push9=, 1 i32.add $9=, $9, $pop9 i32.const $push10=, 10 i32.lt_s $push11=, $9, $pop10 - br_if $pop11, BB0_1 - br BB0_13 -BB0_11: # %label + br_if $pop11, .LBB0_1 + br .LBB0_13 +.LBB0_11: # %label i32.const $push12=, 1 i32.ne $push13=, $9, $pop12 - br_if $pop13, BB0_13 + br_if $pop13, .LBB0_13 # BB#12: # %if.end9 i32.const $push14=, 0 call exit, $pop14 unreachable -BB0_13: # %if.then8 +.LBB0_13: # %if.then8 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type array,@object # @array .data diff --git a/test/torture-s/950809-1.c.s b/test/torture-s/950809-1.c.s index 1232f7528..015734796 100644 --- a/test/torture-s/950809-1.c.s +++ b/test/torture-s/950809-1.c.s @@ -22,8 +22,8 @@ f: # @f i32.store $discard=, 4($0), $2 i32.store $discard=, 0($0), $1 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -33,21 +33,21 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, main.sc($0) - block BB1_2 + block .LBB1_2 i32.const $push1=, 11 i32.store $discard=, main.sc($0), $pop1 i32.store $push0=, main.sc+8($0), $1 i32.const $push2=, 2 i32.ne $push3=, $pop0, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.sc,@object # @main.sc .data diff --git a/test/torture-s/950906-1.c.s b/test/torture-s/950906-1.c.s index f4df36ad6..a743b7e0c 100644 --- a/test/torture-s/950906-1.c.s +++ b/test/torture-s/950906-1.c.s @@ -8,8 +8,8 @@ g: # @g .local i32 # BB#0: # %entry return $1 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -19,8 +19,8 @@ f: # @f .local i32 # BB#0: # %entry return $1 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/950915-1.c.s b/test/torture-s/950915-1.c.s index 8cc9cfb6d..3730117af 100644 --- a/test/torture-s/950915-1.c.s +++ b/test/torture-s/950915-1.c.s @@ -14,8 +14,8 @@ f: # @f i64.shr_u $push4=, $pop2, $pop3 i32.wrap/i64 $push5=, $pop4 return $pop5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,7 +24,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i64.load32_s $push1=, b($0) i64.load32_s $push0=, a($0) i64.mul $push2=, $pop1, $pop0 @@ -33,15 +33,15 @@ main: # @main i32.wrap/i64 $push5=, $pop4 i32.const $push6=, -1 i32.gt_s $push7=, $pop5, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %if.then call abort unreachable -BB1_2: # %if.end +.LBB1_2: # %if.end call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/950929-1.c.s b/test/torture-s/950929-1.c.s index 826093dd3..7c344da99 100644 --- a/test/torture-s/950929-1.c.s +++ b/test/torture-s/950929-1.c.s @@ -8,8 +8,8 @@ f: # @f .local i32 # BB#0: # %entry return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/951003-1.c.s b/test/torture-s/951003-1.c.s index 0f8320161..be1ed7c15 100644 --- a/test/torture-s/951003-1.c.s +++ b/test/torture-s/951003-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 12 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -18,8 +18,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/951115-1.c.s b/test/torture-s/951115-1.c.s index 7ccbbfb1a..f38a08d90 100644 --- a/test/torture-s/951115-1.c.s +++ b/test/torture-s/951115-1.c.s @@ -10,8 +10,8 @@ g: # @g i32.const $push1=, 1 i32.store $discard=, var($pop0), $pop1 return $0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -23,8 +23,8 @@ f: # @f i32.const $push1=, 1 i32.store $discard=, var($pop0), $pop1 return $0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.store $discard=, var($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type var,@object # @var .bss diff --git a/test/torture-s/951204-1.c.s b/test/torture-s/951204-1.c.s index 722d7fb60..12e0787d3 100644 --- a/test/torture-s/951204-1.c.s +++ b/test/torture-s/951204-1.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 120 i32.store8 $discard=, 0($0), $pop0 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960116-1.c.s b/test/torture-s/960116-1.c.s index 489075b23..06a8ce2e8 100644 --- a/test/torture-s/960116-1.c.s +++ b/test/torture-s/960116-1.c.s @@ -8,19 +8,19 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 1 - block BB0_3 - block BB0_2 + block .LBB0_3 + block .LBB0_2 i32.and $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %land.lhs.true i32.load $push1=, 0($0) - br_if $pop1, BB0_3 -BB0_2: # %if.end + br_if $pop1, .LBB0_3 +.LBB0_2: # %if.end i32.const $1=, 0 -BB0_3: # %return +.LBB0_3: # %return return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960117-1.c.s b/test/torture-s/960117-1.c.s index 04a0bcf25..b51c17846 100644 --- a/test/torture-s/960117-1.c.s +++ b/test/torture-s/960117-1.c.s @@ -18,8 +18,8 @@ get_id: # @get_id i32.or $push7=, $pop5, $pop6 i32.store8 $discard=, 0($pop7), $0 return $1 -func_end0: - .size get_id, func_end0-get_id +.Lfunc_end0: + .size get_id, .Lfunc_end0-get_id .globl get_tok .type get_tok,@function @@ -40,8 +40,8 @@ get_tok: # @get_tok i32.const $push6=, 99 i32.store8 $discard=, id_space($0), $pop6 return $0 -func_end1: - .size get_tok, func_end1-get_tok +.Lfunc_end1: + .size get_tok, .Lfunc_end1-get_tok .globl main .type main,@function @@ -63,8 +63,8 @@ main: # @main i32.store8 $discard=, id_space($0), $pop6 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type curval,@object # @curval .bss diff --git a/test/torture-s/960209-1.c.s b/test/torture-s/960209-1.c.s index 53d33c38e..44715b1da 100644 --- a/test/torture-s/960209-1.c.s +++ b/test/torture-s/960209-1.c.s @@ -8,21 +8,21 @@ f: # @f .local i32 # BB#0: # %entry i32.const $2=, 0 - block BB0_2 + block .LBB0_2 i32.const $push1=, -1 i32.select $1=, $1, $pop1, $2 i32.load $push0=, yabba($2) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end24 i32.const $push4=, an_array i32.const $push2=, 255 i32.and $push3=, $0, $pop2 i32.add $push5=, $pop4, $pop3 i32.store $discard=, a_ptr($2), $pop5 -BB0_2: # %cleanup +.LBB0_2: # %cleanup return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -31,17 +31,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, yabba($0) - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %if.end24.i i32.const $push1=, an_array+1 i32.store $discard=, a_ptr($0), $pop1 -BB1_2: # %if.end +.LBB1_2: # %if.end call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type yabba,@object # @yabba .data diff --git a/test/torture-s/960215-1.c.s b/test/torture-s/960215-1.c.s index e4001a54c..6ee344b14 100644 --- a/test/torture-s/960215-1.c.s +++ b/test/torture-s/960215-1.c.s @@ -198,20 +198,20 @@ main: # @main i64.load $push33=, 0($pop32) i64.store $discard=, Y1+8($0), $pop33 i64.store $discard=, Y1($0), $2 - block BB0_2 + block .LBB0_2 i64.const $push34=, 4612108230892453888 i32.call $push35=, __eqtf2, $12, $13, $1, $pop34 i32.const $push36=, 0 i32.eq $push37=, $pop35, $pop36 - br_if $pop37, BB0_2 + br_if $pop37, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type C,@object # @C .data diff --git a/test/torture-s/960218-1.c.s b/test/torture-s/960218-1.c.s index 4cd5bb543..1aeeecd87 100644 --- a/test/torture-s/960218-1.c.s +++ b/test/torture-s/960218-1.c.s @@ -10,8 +10,8 @@ g: # @g i32.const $1=, 0 i32.store $discard=, glob($1), $0 return $1 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -21,17 +21,17 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, -1 - block BB1_2 + block .LBB1_2 i32.eq $push0=, $0, $1 - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %while.cond.while.end_crit_edge i32.const $push2=, 0 i32.xor $push1=, $0, $1 i32.store $discard=, glob($pop2), $pop1 -BB1_2: # %while.end +.LBB1_2: # %while.end return $0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -44,8 +44,8 @@ main: # @main i32.store $discard=, glob($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type glob,@object # @glob .bss diff --git a/test/torture-s/960219-1.c.s b/test/torture-s/960219-1.c.s index a77758730..d552ed025 100644 --- a/test/torture-s/960219-1.c.s +++ b/test/torture-s/960219-1.c.s @@ -6,15 +6,15 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB0_2 - br_if $0, BB0_2 + block .LBB0_2 + br_if $0, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960301-1.c.s b/test/torture-s/960301-1.c.s index 1d29d08aa..b3945755a 100644 --- a/test/torture-s/960301-1.c.s +++ b/test/torture-s/960301-1.c.s @@ -21,8 +21,8 @@ bar: # @bar i32.const $push5=, 2 i32.select $push7=, $0, $pop6, $pop5 return $pop7 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -42,8 +42,8 @@ main: # @main i32.store16 $discard=, foo($0), $pop5 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type foo,@object # @foo .bss diff --git a/test/torture-s/960302-1.c.s b/test/torture-s/960302-1.c.s index 8e60ada06..5dc7c32a9 100644 --- a/test/torture-s/960302-1.c.s +++ b/test/torture-s/960302-1.c.s @@ -20,8 +20,8 @@ foo: # @foo i32.select $push7=, $pop5, $2, $pop6 i32.select $push8=, $1, $pop7, $0 return $pop8 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -31,7 +31,7 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, a($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 31 i32.shr_u $push1=, $1, $pop0 i32.add $push2=, $1, $pop1 @@ -40,15 +40,15 @@ main: # @main i32.sub $push5=, $1, $pop4 i32.const $push6=, 1 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/960311-1.c.s b/test/torture-s/960311-1.c.s index cf66522a7..1daf10176 100644 --- a/test/torture-s/960311-1.c.s +++ b/test/torture-s/960311-1.c.s @@ -11,8 +11,8 @@ a1: # @a1 i32.add $push2=, $pop0, $pop1 i32.store $discard=, count($0), $pop2 return -func_end0: - .size a1, func_end0-a1 +.Lfunc_end0: + .size a1, .Lfunc_end0-a1 .globl b .type b,@function @@ -20,48 +20,48 @@ b: # @b .param i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 128 i32.and $push1=, $0, $pop0 i32.const $push15=, 0 i32.eq $push16=, $pop1, $pop15 - br_if $pop16, BB1_2 + br_if $pop16, .LBB1_2 # BB#1: # %if.then i32.const $1=, 0 i32.load $push2=, count($1) i32.const $push3=, 1 i32.add $push4=, $pop2, $pop3 i32.store $discard=, count($1), $pop4 -BB1_2: # %if.end - block BB1_4 +.LBB1_2: # %if.end + block .LBB1_4 i32.const $push5=, 64 i32.and $push6=, $0, $pop5 i32.const $push17=, 0 i32.eq $push18=, $pop6, $pop17 - br_if $pop18, BB1_4 + br_if $pop18, .LBB1_4 # BB#3: # %if.then6 i32.const $1=, 0 i32.load $push7=, count($1) i32.const $push8=, 1 i32.add $push9=, $pop7, $pop8 i32.store $discard=, count($1), $pop9 -BB1_4: # %if.end7 - block BB1_6 +.LBB1_4: # %if.end7 + block .LBB1_6 i32.const $push10=, 32 i32.and $push11=, $0, $pop10 i32.const $push19=, 0 i32.eq $push20=, $pop11, $pop19 - br_if $pop20, BB1_6 + br_if $pop20, .LBB1_6 # BB#5: # %if.then14 i32.const $0=, 0 i32.load $push12=, count($0) i32.const $push13=, 1 i32.add $push14=, $pop12, $pop13 i32.store $discard=, count($0), $pop14 -BB1_6: # %if.end15 +.LBB1_6: # %if.end15 return -func_end1: - .size b, func_end1-b +.Lfunc_end1: + .size b, .Lfunc_end1-b .globl main .type main,@function @@ -74,8 +74,8 @@ main: # @main i32.store $discard=, count($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type count,@object # @count .bss diff --git a/test/torture-s/960311-2.c.s b/test/torture-s/960311-2.c.s index 081fae0a9..7b714defd 100644 --- a/test/torture-s/960311-2.c.s +++ b/test/torture-s/960311-2.c.s @@ -11,8 +11,8 @@ a1: # @a1 i32.add $push2=, $pop0, $pop1 i32.store $discard=, count($0), $pop2 return -func_end0: - .size a1, func_end0-a1 +.Lfunc_end0: + .size a1, .Lfunc_end0-a1 .globl b .type b,@function @@ -20,48 +20,48 @@ b: # @b .param i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 32768 i32.and $push1=, $0, $pop0 i32.const $push15=, 0 i32.eq $push16=, $pop1, $pop15 - br_if $pop16, BB1_2 + br_if $pop16, .LBB1_2 # BB#1: # %if.then i32.const $1=, 0 i32.load $push2=, count($1) i32.const $push3=, 1 i32.add $push4=, $pop2, $pop3 i32.store $discard=, count($1), $pop4 -BB1_2: # %if.end - block BB1_4 +.LBB1_2: # %if.end + block .LBB1_4 i32.const $push5=, 16384 i32.and $push6=, $0, $pop5 i32.const $push17=, 0 i32.eq $push18=, $pop6, $pop17 - br_if $pop18, BB1_4 + br_if $pop18, .LBB1_4 # BB#3: # %if.then6 i32.const $1=, 0 i32.load $push7=, count($1) i32.const $push8=, 1 i32.add $push9=, $pop7, $pop8 i32.store $discard=, count($1), $pop9 -BB1_4: # %if.end7 - block BB1_6 +.LBB1_4: # %if.end7 + block .LBB1_6 i32.const $push10=, 8192 i32.and $push11=, $0, $pop10 i32.const $push19=, 0 i32.eq $push20=, $pop11, $pop19 - br_if $pop20, BB1_6 + br_if $pop20, .LBB1_6 # BB#5: # %if.then14 i32.const $0=, 0 i32.load $push12=, count($0) i32.const $push13=, 1 i32.add $push14=, $pop12, $pop13 i32.store $discard=, count($0), $pop14 -BB1_6: # %if.end15 +.LBB1_6: # %if.end15 return -func_end1: - .size b, func_end1-b +.Lfunc_end1: + .size b, .Lfunc_end1-b .globl main .type main,@function @@ -74,8 +74,8 @@ main: # @main i32.store $discard=, count($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type count,@object # @count .bss diff --git a/test/torture-s/960311-3.c.s b/test/torture-s/960311-3.c.s index 153179996..13eea861a 100644 --- a/test/torture-s/960311-3.c.s +++ b/test/torture-s/960311-3.c.s @@ -11,8 +11,8 @@ a1: # @a1 i32.add $push2=, $pop0, $pop1 i32.store $discard=, count($0), $pop2 return -func_end0: - .size a1, func_end0-a1 +.Lfunc_end0: + .size a1, .Lfunc_end0-a1 .globl b .type b,@function @@ -20,46 +20,46 @@ b: # @b .param i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -1 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.then i32.const $1=, 0 i32.load $push2=, count($1) i32.const $push3=, 1 i32.add $push4=, $pop2, $pop3 i32.store $discard=, count($1), $pop4 -BB1_2: # %if.end - block BB1_4 +.LBB1_2: # %if.end + block .LBB1_4 i32.const $push5=, 1073741824 i32.and $push6=, $0, $pop5 i32.const $push15=, 0 i32.eq $push16=, $pop6, $pop15 - br_if $pop16, BB1_4 + br_if $pop16, .LBB1_4 # BB#3: # %if.then3 i32.const $1=, 0 i32.load $push7=, count($1) i32.const $push8=, 1 i32.add $push9=, $pop7, $pop8 i32.store $discard=, count($1), $pop9 -BB1_4: # %if.end4 - block BB1_6 +.LBB1_4: # %if.end4 + block .LBB1_6 i32.const $push10=, 536870912 i32.and $push11=, $0, $pop10 i32.const $push17=, 0 i32.eq $push18=, $pop11, $pop17 - br_if $pop18, BB1_6 + br_if $pop18, .LBB1_6 # BB#5: # %if.then8 i32.const $0=, 0 i32.load $push12=, count($0) i32.const $push13=, 1 i32.add $push14=, $pop12, $pop13 i32.store $discard=, count($0), $pop14 -BB1_6: # %if.end9 +.LBB1_6: # %if.end9 return -func_end1: - .size b, func_end1-b +.Lfunc_end1: + .size b, .Lfunc_end1-b .globl main .type main,@function @@ -72,8 +72,8 @@ main: # @main i32.store $discard=, count($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type count,@object # @count .bss diff --git a/test/torture-s/960312-1.c.s b/test/torture-s/960312-1.c.s index 9aa41f5fb..05b60d20a 100644 --- a/test/torture-s/960312-1.c.s +++ b/test/torture-s/960312-1.c.s @@ -24,8 +24,8 @@ f: # @f i32.store $discard=, 4($0), $1 i32.store $discard=, 0($0), $3 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -39,21 +39,21 @@ main: # @main i32.load $3=, main.sc($2) #APP #NO_APP - block BB1_2 + block .LBB1_2 i32.const $push1=, 11 i32.store $discard=, main.sc($2), $pop1 i32.store $push0=, main.sc+8($2), $3 i32.const $push2=, 2 i32.ne $push3=, $pop0, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end call exit, $2 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.sc,@object # @main.sc .data diff --git a/test/torture-s/960317-1.c.s b/test/torture-s/960317-1.c.s index 66b253bbd..2dc6b5f1b 100644 --- a/test/torture-s/960317-1.c.s +++ b/test/torture-s/960317-1.c.s @@ -10,21 +10,21 @@ f: # @f i32.const $3=, -1 i32.shl $2=, $3, $0 i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.sub $push0=, $0, $2 i32.and $push1=, $1, $pop0 i32.const $push5=, 0 i32.eq $push6=, $pop1, $pop5 - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.end i32.xor $push2=, $2, $3 i32.and $push3=, $1, $pop2 i32.ne $push4=, $pop3, $0 return $pop4 -BB0_2: # %cleanup +.LBB0_2: # %cleanup return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960321-1.c.s b/test/torture-s/960321-1.c.s index 4e5f6b011..943763654 100644 --- a/test/torture-s/960321-1.c.s +++ b/test/torture-s/960321-1.c.s @@ -12,8 +12,8 @@ acc_a: # @acc_a i32.add $push3=, $pop1, $pop2 i32.load8_s $push4=, 0($pop3) return $pop4 -func_end0: - .size acc_a, func_end0-acc_a +.Lfunc_end0: + .size acc_a, .Lfunc_end0-acc_a .globl main .type main,@function @@ -22,19 +22,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, a($0) i32.const $push1=, 100 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/960326-1.c.s b/test/torture-s/960326-1.c.s index 3767189dd..f5b0df920 100644 --- a/test/torture-s/960326-1.c.s +++ b/test/torture-s/960326-1.c.s @@ -7,19 +7,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, s+4($0) i32.const $push1=, 3 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .data diff --git a/test/torture-s/960327-1.c.s b/test/torture-s/960327-1.c.s index e0e444bcd..1fe4b11f7 100644 --- a/test/torture-s/960327-1.c.s +++ b/test/torture-s/960327-1.c.s @@ -7,8 +7,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, 10 return $pop0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -99,9 +99,9 @@ f: # @f i32.const $14=, 0 i32.add $14=, $15, $14 i32.add $8=, $14, $pop56 -BB1_1: # %while.cond +.LBB1_1: # %while.cond # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $push57=, -2 i32.add $7=, $8, $pop57 i32.const $push61=, -1 @@ -109,27 +109,27 @@ BB1_1: # %while.cond i32.load8_u $push58=, 0($7) i32.const $push59=, 48 i32.eq $push60=, $pop58, $pop59 - br_if $pop60, BB1_1 -BB1_2: # %while.end - block BB1_4 + br_if $pop60, .LBB1_1 +.LBB1_2: # %while.end + block .LBB1_4 i32.const $push62=, 88 i32.store8 $7=, 0($8), $pop62 i32.add $push63=, $8, $0 i32.store8 $discard=, 0($pop63), $1 i32.load8_u $push64=, 0($2) i32.ne $push65=, $pop64, $7 - br_if $pop65, BB1_4 + br_if $pop65, .LBB1_4 # BB#3: # %if.end i32.const $11=, 16 i32.add $15=, $15, $11 i32.const $11=, __stack_pointer i32.store $15=, 0($11), $15 return $8 -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -220,9 +220,9 @@ main: # @main i32.const $13=, 0 i32.add $13=, $14, $13 i32.add $8=, $13, $pop56 -BB2_1: # %while.cond.i +.LBB2_1: # %while.cond.i # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $push57=, -2 i32.add $7=, $8, $pop57 i32.const $push61=, -1 @@ -230,24 +230,24 @@ BB2_1: # %while.cond.i i32.load8_u $push58=, 0($7) i32.const $push59=, 48 i32.eq $push60=, $pop58, $pop59 - br_if $pop60, BB2_1 -BB2_2: # %while.end.i - block BB2_4 + br_if $pop60, .LBB2_1 +.LBB2_2: # %while.end.i + block .LBB2_4 i32.const $push62=, 88 i32.store8 $7=, 0($8), $pop62 i32.add $push63=, $8, $0 i32.store8 $8=, 0($pop63), $1 i32.load8_u $push64=, 0($2) i32.ne $push65=, $pop64, $7 - br_if $pop65, BB2_4 + br_if $pop65, .LBB2_4 # BB#3: # %f.exit call exit, $8 unreachable -BB2_4: # %if.then.i +.LBB2_4: # %if.then.i call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type f.s,@object # @f.s .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/960402-1.c.s b/test/torture-s/960402-1.c.s index de66831b1..ac14587ce 100644 --- a/test/torture-s/960402-1.c.s +++ b/test/torture-s/960402-1.c.s @@ -11,8 +11,8 @@ f: # @f i64.const $push2=, 6442450943 i64.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -22,8 +22,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960405-1.c.s b/test/torture-s/960405-1.c.s index 860391112..e64b7ce81 100644 --- a/test/torture-s/960405-1.c.s +++ b/test/torture-s/960405-1.c.s @@ -7,7 +7,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i64.load $push1=, x($0) i64.load $push0=, x+8($0) i64.load $push3=, y($0) @@ -15,15 +15,15 @@ main: # @main i32.call $push4=, __eqtf2, $pop1, $pop0, $pop3, $pop2 i32.const $push5=, 0 i32.eq $push6=, $pop4, $pop5 - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/960419-1.c.s b/test/torture-s/960419-1.c.s index 4d74f27e2..806548b1c 100644 --- a/test/torture-s/960419-1.c.s +++ b/test/torture-s/960419-1.c.s @@ -5,17 +5,17 @@ check: # @check .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960419-2.c.s b/test/torture-s/960419-2.c.s index 77857274e..5c8d4d506 100644 --- a/test/torture-s/960419-2.c.s +++ b/test/torture-s/960419-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960512-1.c.s b/test/torture-s/960512-1.c.s index 806ce249e..de809ba12 100644 --- a/test/torture-s/960512-1.c.s +++ b/test/torture-s/960512-1.c.s @@ -9,8 +9,8 @@ f: # @f i64.store $push1=, 0($0), $pop0 i64.store $discard=, 8($0), $pop1 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960513-1.c.s b/test/torture-s/960513-1.c.s index b1ffe952f..27e999e5a 100644 --- a/test/torture-s/960513-1.c.s +++ b/test/torture-s/960513-1.c.s @@ -124,8 +124,8 @@ f: # @f i32.const $10=, __stack_pointer i32.store $31=, 0($10), $31 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -135,8 +135,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960521-1.c.s b/test/torture-s/960521-1.c.s index 6df1889de..4072bd88a 100644 --- a/test/torture-s/960521-1.c.s +++ b/test/torture-s/960521-1.c.s @@ -8,17 +8,17 @@ foo: # @foo # BB#0: # %entry i32.const $4=, 0 i32.const $0=, 1 - block BB0_3 + block .LBB0_3 i32.load $push0=, n($4) i32.lt_s $push1=, $pop0, $0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %for.body.lr.ph i32.const $1=, 0 i32.load $2=, a($1) copy_local $3=, $1 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $push2=, -1 i32.store $discard=, 0($2), $pop2 i32.const $push4=, 4 @@ -26,12 +26,12 @@ BB0_2: # %for.body i32.add $3=, $3, $0 i32.load $push3=, n($1) i32.lt_s $push5=, $3, $pop3 - br_if $pop5, BB0_2 -BB0_3: # %for.cond1.preheader + br_if $pop5, .LBB0_2 +.LBB0_3: # %for.cond1.preheader i32.load $2=, b($4) -BB0_4: # %for.body3 +.LBB0_4: # %for.body3 # =>This Inner Loop Header: Depth=1 - loop BB0_5 + loop .LBB0_5 i32.add $push6=, $2, $4 i32.const $push7=, -1 i32.store $discard=, 0($pop6), $pop7 @@ -39,11 +39,11 @@ BB0_4: # %for.body3 i32.add $4=, $4, $pop8 i32.const $push9=, 131068 i32.ne $push10=, $4, $pop9 - br_if $pop10, BB0_4 -BB0_5: # %for.end7 + br_if $pop10, .LBB0_4 +.LBB0_5: # %for.end7 return $4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -63,43 +63,43 @@ main: # @main i32.const $3=, 4 i32.add $push2=, $2, $3 i32.store $discard=, b($4), $pop2 -BB1_1: # %for.body.i +.LBB1_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $push4=, 1 i32.add $5=, $5, $pop4 i32.const $push3=, -1 i32.store $4=, 0($1), $pop3 i32.add $1=, $1, $3 i32.lt_s $push5=, $5, $0 - br_if $pop5, BB1_1 -BB1_2: # %for.cond1.preheader.i + br_if $pop5, .LBB1_1 +.LBB1_2: # %for.cond1.preheader.i i32.const $5=, 0 i32.load $1=, b($5) -BB1_3: # %for.body3.i +.LBB1_3: # %for.body3.i # =>This Inner Loop Header: Depth=1 - loop BB1_4 + loop .LBB1_4 i32.add $push6=, $1, $5 i32.store $discard=, 0($pop6), $4 i32.add $5=, $5, $3 i32.const $push7=, 131068 i32.ne $push8=, $5, $pop7 - br_if $pop8, BB1_3 -BB1_4: # %foo.exit - block BB1_6 + br_if $pop8, .LBB1_3 +.LBB1_4: # %foo.exit + block .LBB1_6 i32.const $push9=, -4 i32.add $push10=, $1, $pop9 i32.load $push11=, 0($pop10) - br_if $pop11, BB1_6 + br_if $pop11, .LBB1_6 # BB#5: # %if.end i32.const $push12=, 0 call exit, $pop12 unreachable -BB1_6: # %if.then +.LBB1_6: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type n,@object # @n .bss diff --git a/test/torture-s/960608-1.c.s b/test/torture-s/960608-1.c.s index 5561adae2..21ae7ced7 100644 --- a/test/torture-s/960608-1.c.s +++ b/test/torture-s/960608-1.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, 206 i32.ne $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960801-1.c.s b/test/torture-s/960801-1.c.s index 224200585..8c8e5a207 100644 --- a/test/torture-s/960801-1.c.s +++ b/test/torture-s/960801-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 65535 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -17,8 +17,8 @@ g: # @g # BB#0: # %entry i64.const $push0=, 65535 return $pop0 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960802-1.c.s b/test/torture-s/960802-1.c.s index 9dda215a0..050ee0b12 100644 --- a/test/torture-s/960802-1.c.s +++ b/test/torture-s/960802-1.c.s @@ -7,8 +7,8 @@ f1: # @f1 # BB#0: # %entry i32.const $push0=, 306 return $pop0 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -17,8 +17,8 @@ f2: # @f2 # BB#0: # %entry i32.const $push0=, 1577058304 return $pop0 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -28,8 +28,8 @@ f3: # @f3 i32.const $push0=, 0 i32.store $discard=, val($pop0), $0 return -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -39,8 +39,8 @@ f4: # @f4 i32.const $push1=, 1577058610 i32.store $discard=, val($pop0), $pop1 return -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl main .type main,@function @@ -53,8 +53,8 @@ main: # @main i32.store $discard=, val($0), $pop0 call exit, $0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type val,@object # @val .data diff --git a/test/torture-s/960830-1.c.s b/test/torture-s/960830-1.c.s index c2a8741aa..eab8be9cb 100644 --- a/test/torture-s/960830-1.c.s +++ b/test/torture-s/960830-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/960909-1.c.s b/test/torture-s/960909-1.c.s index a2b9a70b8..98e6b0a67 100644 --- a/test/torture-s/960909-1.c.s +++ b/test/torture-s/960909-1.c.s @@ -8,29 +8,29 @@ ffs: # @ffs .local i32, i32, i32 # BB#0: # %entry i32.const $3=, 0 - block BB0_3 + block .LBB0_3 i32.const $push2=, 0 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#1: # %for.cond.preheader i32.const $1=, 1 copy_local $2=, $1 copy_local $3=, $1 i32.and $push0=, $0, $1 - br_if $pop0, BB0_3 -BB0_2: # %for.inc + br_if $pop0, .LBB0_3 +.LBB0_2: # %for.inc # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.add $3=, $3, $1 i32.shl $2=, $2, $1 i32.and $push1=, $2, $0 i32.const $push4=, 0 i32.eq $push5=, $pop1, $pop4 - br_if $pop5, BB0_2 -BB0_3: # %cleanup + br_if $pop5, .LBB0_2 +.LBB0_3: # %cleanup return $3 -func_end0: - .size ffs, func_end0-ffs +.Lfunc_end0: + .size ffs, .Lfunc_end0-ffs .globl f .type f,@function @@ -38,17 +38,17 @@ f: # @f .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -58,8 +58,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961004-1.c.s b/test/torture-s/961004-1.c.s index d0e83527b..0f67cc9d8 100644 --- a/test/torture-s/961004-1.c.s +++ b/test/torture-s/961004-1.c.s @@ -7,17 +7,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, k($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.else i32.const $push1=, 1 i32.store $discard=, k($0), $pop1 -BB0_2: # %for.inc.1 +.LBB0_2: # %for.inc.1 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type k,@object # @k .bss diff --git a/test/torture-s/961017-1.c.s b/test/torture-s/961017-1.c.s index 9e989f906..1f8bffc53 100644 --- a/test/torture-s/961017-1.c.s +++ b/test/torture-s/961017-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961017-2.c.s b/test/torture-s/961017-2.c.s index b6d8501af..dee37dde6 100644 --- a/test/torture-s/961017-2.c.s +++ b/test/torture-s/961017-2.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 -BB0_1: # %do.cond +.LBB0_1: # %do.cond # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, 16384 i32.add $0=, $0, $pop0 - br_if $0, BB0_1 -BB0_2: # %do.end + br_if $0, .LBB0_1 +.LBB0_2: # %do.end i32.const $push1=, 0 call exit, $pop1 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961026-1.c.s b/test/torture-s/961026-1.c.s index 786de4314..4cedddca3 100644 --- a/test/torture-s/961026-1.c.s +++ b/test/torture-s/961026-1.c.s @@ -9,8 +9,8 @@ test: # @test i32.const $push0=, 31 i32.shr_s $push1=, $0, $pop0 return $pop1 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961112-1.c.s b/test/torture-s/961112-1.c.s index 95b344287..7695524d9 100644 --- a/test/torture-s/961112-1.c.s +++ b/test/torture-s/961112-1.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961122-1.c.s b/test/torture-s/961122-1.c.s index 9bde07c1e..cb5dc4cef 100644 --- a/test/torture-s/961122-1.c.s +++ b/test/torture-s/961122-1.c.s @@ -15,8 +15,8 @@ addhi: # @addhi i64.add $push4=, $pop3, $pop2 i64.store $discard=, acc($1), $pop4 return $1 -func_end0: - .size addhi, func_end0-addhi +.Lfunc_end0: + .size addhi, .Lfunc_end0-addhi .globl subhi .type subhi,@function @@ -33,8 +33,8 @@ subhi: # @subhi i64.sub $push4=, $pop3, $pop2 i64.store $discard=, acc($1), $pop4 return $1 -func_end1: - .size subhi, func_end1-subhi +.Lfunc_end1: + .size subhi, .Lfunc_end1-subhi .globl main .type main,@function @@ -47,8 +47,8 @@ main: # @main i64.store $discard=, acc($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type acc,@object # @acc .bss diff --git a/test/torture-s/961122-2.c.s b/test/torture-s/961122-2.c.s index 29acfa431..749bb2b70 100644 --- a/test/torture-s/961122-2.c.s +++ b/test/torture-s/961122-2.c.s @@ -8,8 +8,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961125-1.c.s b/test/torture-s/961125-1.c.s index e7d690bcf..72d993d77 100644 --- a/test/torture-s/961125-1.c.s +++ b/test/torture-s/961125-1.c.s @@ -8,48 +8,48 @@ main: # @main # BB#0: # %entry i32.const $3=, 1 i32.const $5=, .str -BB0_1: # %land.rhs.i +.LBB0_1: # %land.rhs.i # =>This Loop Header: Depth=1 - # Child Loop BB0_3 Depth 2 - loop BB0_6 + # Child Loop .LBB0_3 Depth 2 + loop .LBB0_6 i32.const $push16=, 0 i32.eq $push17=, $3, $pop16 - br_if $pop17, BB0_6 + br_if $pop17, .LBB0_6 # BB#2: # %while.cond2.preheader.i - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $0=, -1 i32.const $1=, 0 i32.const $2=, .str+3 copy_local $4=, $1 - block BB0_5 + block .LBB0_5 i32.ge_u $push0=, $5, $2 - br_if $pop0, BB0_5 -BB0_3: # %land.rhs4.i - # Parent Loop BB0_1 Depth=1 + br_if $pop0, .LBB0_5 +.LBB0_3: # %land.rhs4.i + # Parent Loop .LBB0_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB0_5 + loop .LBB0_5 i32.const $4=, 1 i32.load8_u $push1=, 0($5) i32.const $push2=, 58 i32.eq $push3=, $pop1, $pop2 - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#4: # %while.body8.i - # in Loop: Header=BB0_3 Depth=2 + # in Loop: Header=.LBB0_3 Depth=2 i32.const $push4=, 1 i32.add $5=, $5, $pop4 copy_local $4=, $1 i32.lt_u $push5=, $5, $2 - br_if $pop5, BB0_3 -BB0_5: # %while.end.i - # in Loop: Header=BB0_1 Depth=1 + br_if $pop5, .LBB0_3 +.LBB0_5: # %while.end.i + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push6=, 1 i32.add $push7=, $5, $pop6 i32.select $5=, $4, $pop7, $5 i32.add $3=, $3, $0 i32.lt_u $push8=, $5, $2 - br_if $pop8, BB0_1 -BB0_6: # %begfield.exit - block BB0_8 + br_if $pop8, .LBB0_1 +.LBB0_6: # %begfield.exit + block .LBB0_8 i32.const $push9=, 1 i32.add $4=, $5, $pop9 i32.const $push10=, .str+3 @@ -57,16 +57,16 @@ BB0_6: # %begfield.exit i32.select $push12=, $pop11, $5, $4 i32.const $push13=, .str+2 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB0_8 + br_if $pop14, .LBB0_8 # BB#7: # %if.end i32.const $push15=, 0 call exit, $pop15 unreachable -BB0_8: # %if.then +.LBB0_8: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/961206-1.c.s b/test/torture-s/961206-1.c.s index aa6521264..4407a0c08 100644 --- a/test/torture-s/961206-1.c.s +++ b/test/torture-s/961206-1.c.s @@ -9,8 +9,8 @@ sub1: # @sub1 i64.const $push0=, 2147483648 i64.lt_u $push1=, $0, $pop0 return $pop1 -func_end0: - .size sub1, func_end0-sub1 +.Lfunc_end0: + .size sub1, .Lfunc_end0-sub1 .globl sub2 .type sub2,@function @@ -21,8 +21,8 @@ sub2: # @sub2 i64.const $push0=, 2147483648 i64.lt_u $push1=, $0, $pop0 return $pop1 -func_end1: - .size sub2, func_end1-sub2 +.Lfunc_end1: + .size sub2, .Lfunc_end1-sub2 .globl sub3 .type sub3,@function @@ -33,8 +33,8 @@ sub3: # @sub3 i64.const $push0=, 2147483648 i64.lt_u $push1=, $0, $pop0 return $pop1 -func_end2: - .size sub3, func_end2-sub3 +.Lfunc_end2: + .size sub3, .Lfunc_end2-sub3 .globl sub4 .type sub4,@function @@ -45,8 +45,8 @@ sub4: # @sub4 i64.const $push0=, 2147483648 i64.lt_u $push1=, $0, $pop0 return $pop1 -func_end3: - .size sub4, func_end3-sub4 +.Lfunc_end3: + .size sub4, .Lfunc_end3-sub4 .globl main .type main,@function @@ -56,8 +56,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961213-1.c.s b/test/torture-s/961213-1.c.s index e3508d25b..75f536a20 100644 --- a/test/torture-s/961213-1.c.s +++ b/test/torture-s/961213-1.c.s @@ -7,18 +7,18 @@ g: # @g .result i32 .local i64, i64, i64 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i64.const $push0=, 0 i64.store $6=, 0($0), $pop0 i32.const $push1=, 1 i32.lt_s $push2=, $1, $pop1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#1: # %for.body.lr.ph i64.extend_s/i32 $4=, $3 copy_local $3=, $1 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i64.load32_u $5=, 0($2) i32.const $push4=, 4 i32.add $2=, $2, $pop4 @@ -26,13 +26,13 @@ BB0_2: # %for.body i32.add $3=, $3, $pop5 i64.mul $push3=, $6, $4 i64.add $6=, $5, $pop3 - br_if $3, BB0_2 -BB0_3: # %for.cond.for.end_crit_edge + br_if $3, .LBB0_2 +.LBB0_3: # %for.cond.for.end_crit_edge i64.store $discard=, 0($0), $6 -BB0_4: # %for.end +.LBB0_4: # %for.end return $1 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -42,8 +42,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/961223-1.c.s b/test/torture-s/961223-1.c.s index 78f64f3dc..aec356a01 100644 --- a/test/torture-s/961223-1.c.s +++ b/test/torture-s/961223-1.c.s @@ -9,8 +9,8 @@ sub: # @sub f64.const $push0=, 0x1p0 f64.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size sub, func_end0-sub +.Lfunc_end0: + .size sub, .Lfunc_end0-sub .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/970214-1.c.s b/test/torture-s/970214-1.c.s index 4dad6e1e1..81c3a729c 100644 --- a/test/torture-s/970214-1.c.s +++ b/test/torture-s/970214-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/970214-2.c.s b/test/torture-s/970214-2.c.s index ada166ac7..3371877b4 100644 --- a/test/torture-s/970214-2.c.s +++ b/test/torture-s/970214-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/970217-1.c.s b/test/torture-s/970217-1.c.s index 05c85ce38..722db196d 100644 --- a/test/torture-s/970217-1.c.s +++ b/test/torture-s/970217-1.c.s @@ -9,8 +9,8 @@ sub: # @sub i32.const $push0=, 1 i32.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size sub, func_end0-sub +.Lfunc_end0: + .size sub, .Lfunc_end0-sub .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/970923-1.c.s b/test/torture-s/970923-1.c.s index 0cf6d4250..a7b84191e 100644 --- a/test/torture-s/970923-1.c.s +++ b/test/torture-s/970923-1.c.s @@ -8,8 +8,8 @@ ts: # @ts # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size ts, func_end0-ts +.Lfunc_end0: + .size ts, .Lfunc_end0-ts .globl tu .type tu,@function @@ -19,8 +19,8 @@ tu: # @tu # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size tu, func_end1-tu +.Lfunc_end1: + .size tu, .Lfunc_end1-tu .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980424-1.c.s b/test/torture-s/980424-1.c.s index 856d460e5..bae2a9cd0 100644 --- a/test/torture-s/980424-1.c.s +++ b/test/torture-s/980424-1.c.s @@ -5,23 +5,23 @@ f: # @f .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function g: # @g # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push6=, a i32.const $push0=, 0 i32.load $push1=, i($pop0) @@ -33,14 +33,14 @@ g: # @g i32.load $push8=, 0($pop7) i32.const $push9=, 1 i32.ne $push10=, $pop8, $pop9 - br_if $pop10, BB1_2 + br_if $pop10, .LBB1_2 # BB#1: # %f.exit return -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -55,8 +55,8 @@ main: # @main i32.store $discard=, i($0), $pop1 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type i,@object # @i .bss diff --git a/test/torture-s/980505-1.c.s b/test/torture-s/980505-1.c.s index 2878c0d61..db4e075e6 100644 --- a/test/torture-s/980505-1.c.s +++ b/test/torture-s/980505-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980505-2.c.s b/test/torture-s/980505-2.c.s index a6ccb517f..9e881992a 100644 --- a/test/torture-s/980505-2.c.s +++ b/test/torture-s/980505-2.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 147 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980506-1.c.s b/test/torture-s/980506-1.c.s index b63be3f25..51b0ab564 100644 --- a/test/torture-s/980506-1.c.s +++ b/test/torture-s/980506-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980506-2.c.s b/test/torture-s/980506-2.c.s index e3f751477..d89e56ec1 100644 --- a/test/torture-s/980506-2.c.s +++ b/test/torture-s/980506-2.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980506-3.c.s b/test/torture-s/980506-3.c.s index 57d0b25c5..8217b168e 100644 --- a/test/torture-s/980506-3.c.s +++ b/test/torture-s/980506-3.c.s @@ -13,8 +13,8 @@ main: # @main i32.const $push3=, 0 call exit, $pop3 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type lookup_table,@object # @lookup_table .bss diff --git a/test/torture-s/980526-2.c.s b/test/torture-s/980526-2.c.s index b5dca109e..1be4006de 100644 --- a/test/torture-s/980526-2.c.s +++ b/test/torture-s/980526-2.c.s @@ -5,19 +5,19 @@ do_mknod: # @do_mknod .param i32, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 360710264 i32.ne $push1=, $2, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.then i32.const $push2=, 0 call exit, $pop2 unreachable -BB0_2: # %if.else +.LBB0_2: # %if.else call abort unreachable -func_end0: - .size do_mknod, func_end0-do_mknod +.Lfunc_end0: + .size do_mknod, .Lfunc_end0-do_mknod .globl getname .type getname,@function @@ -65,8 +65,8 @@ getname: # @getname i32.add $push34=, $pop33, $pop30 i32.add $push35=, $pop34, $1 return $pop35 -func_end1: - .size getname, func_end1-getname +.Lfunc_end1: + .size getname, .Lfunc_end1-getname .globl sys_mknod .type sys_mknod,@function @@ -74,7 +74,7 @@ sys_mknod: # @sys_mknod .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, 14 i32.shl $push1=, $2, $pop0 i32.const $push2=, -4194304 @@ -84,16 +84,16 @@ sys_mknod: # @sys_mknod i32.or $push6=, $pop3, $pop5 i32.const $push7=, 360710264 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB2_2 + br_if $pop8, .LBB2_2 # BB#1: # %if.then.i i32.const $push9=, 0 call exit, $pop9 unreachable -BB2_2: # %if.else.i +.LBB2_2: # %if.else.i call abort unreachable -func_end2: - .size sys_mknod, func_end2-sys_mknod +.Lfunc_end2: + .size sys_mknod, .Lfunc_end2-sys_mknod .globl main .type main,@function @@ -105,8 +105,8 @@ main: # @main i32.const $push1=, 305419896 i32.call $discard=, sys_mknod, $pop0, $0, $pop1 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/980526-3.c.s b/test/torture-s/980526-3.c.s index ca646038e..525557f37 100644 --- a/test/torture-s/980526-3.c.s +++ b/test/torture-s/980526-3.c.s @@ -8,8 +8,8 @@ compare: # @compare # BB#0: # %entry i32.ne $push0=, $0, $1 return $pop0 -func_end0: - .size compare, func_end0-compare +.Lfunc_end0: + .size compare, .Lfunc_end0-compare .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980602-1.c.s b/test/torture-s/980602-1.c.s index cef0c813b..f1de0864f 100644 --- a/test/torture-s/980602-1.c.s +++ b/test/torture-s/980602-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980602-2.c.s b/test/torture-s/980602-2.c.s index 0f108a282..9f413c4d4 100644 --- a/test/torture-s/980602-2.c.s +++ b/test/torture-s/980602-2.c.s @@ -9,7 +9,7 @@ main: # @main i32.const $0=, 0 i32.load $1=, t($0) i32.const $2=, 1073741823 - block BB0_2 + block .LBB0_2 i32.const $push1=, 1 i32.add $push2=, $1, $pop1 i32.and $push3=, $pop2, $2 @@ -18,15 +18,15 @@ main: # @main i32.or $push6=, $pop3, $pop5 i32.store $discard=, t($0), $pop6 i32.and $push0=, $1, $2 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then call exit, $0 unreachable -BB0_2: # %if.else +.LBB0_2: # %if.else call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type t,@object # @t .bss diff --git a/test/torture-s/980604-1.c.s b/test/torture-s/980604-1.c.s index c9016486b..1870be4d5 100644 --- a/test/torture-s/980604-1.c.s +++ b/test/torture-s/980604-1.c.s @@ -7,7 +7,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push2=, a($0) i32.load $push3=, b($0) i32.lt_s $push4=, $pop2, $pop3 @@ -15,15 +15,15 @@ main: # @main i32.const $push1=, d i32.select $push5=, $pop4, $pop0, $pop1 i32.load $push6=, 0($pop5) - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/980605-1.c.s b/test/torture-s/980605-1.c.s index d1b5b2b24..6feaecdd3 100644 --- a/test/torture-s/980605-1.c.s +++ b/test/torture-s/980605-1.c.s @@ -18,8 +18,8 @@ f2: # @f2 i32.const $push4=, 45 i32.add $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size f2, func_end0-f2 +.Lfunc_end0: + .size f2, .Lfunc_end0-f2 .globl getval .type getval,@function @@ -33,8 +33,8 @@ getval: # @getval i32.add $push1=, $1, $pop0 i32.store $discard=, x($0), $pop1 return $1 -func_end1: - .size getval, func_end1-getval +.Lfunc_end1: + .size getval, .Lfunc_end1-getval .globl f .type f,@function @@ -71,21 +71,21 @@ f: # @f i32.add $10=, $5, $6 i32.const $6=, __stack_pointer i32.store $10=, 0($6), $10 - block BB2_2 + block .LBB2_2 i32.const $push6=, 227 i32.ne $push7=, $0, $pop6 - br_if $pop7, BB2_2 + br_if $pop7, .LBB2_2 # BB#1: # %if.end i32.const $9=, 16 i32.add $10=, $10, $9 i32.const $9=, __stack_pointer i32.store $10=, 0($9), $10 return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size f, func_end2-f +.Lfunc_end2: + .size f, .Lfunc_end2-f .globl main .type main,@function @@ -123,18 +123,18 @@ main: # @main i32.add $9=, $5, $6 i32.const $6=, __stack_pointer i32.store $9=, 0($6), $9 - block BB3_2 + block .LBB3_2 i32.const $push6=, 227 i32.ne $push7=, $1, $pop6 - br_if $pop7, BB3_2 + br_if $pop7, .LBB3_2 # BB#1: # %f.exit call exit, $0 unreachable -BB3_2: # %if.then.i +.LBB3_2: # %if.then.i call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type x,@object # @x .data diff --git a/test/torture-s/980612-1.c.s b/test/torture-s/980612-1.c.s index f0d71b66c..a61ae2d2c 100644 --- a/test/torture-s/980612-1.c.s +++ b/test/torture-s/980612-1.c.s @@ -7,8 +7,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, f return $pop0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl h .type h,@function @@ -17,8 +17,8 @@ h: # @h # BB#0: # %entry i32.const $push0=, -1 return $pop0 -func_end1: - .size h, func_end1-h +.Lfunc_end1: + .size h, .Lfunc_end1-h .globl main .type main,@function @@ -28,22 +28,22 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load8_u $1=, f($0) - block BB2_2 + block .LBB2_2 i32.const $push0=, 255 i32.store8 $discard=, f+1($0), $pop0 i32.const $push1=, 111 i32.and $push2=, $1, $pop1 i32.const $push3=, 2 i32.gt_u $push4=, $pop2, $pop3 - br_if $pop4, BB2_2 + br_if $pop4, .LBB2_2 # BB#1: # %if.then call abort unreachable -BB2_2: # %if.end +.LBB2_2: # %if.end call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type f,@object # @f .data diff --git a/test/torture-s/980617-1.c.s b/test/torture-s/980617-1.c.s index 32b42df98..12f6121a5 100644 --- a/test/torture-s/980617-1.c.s +++ b/test/torture-s/980617-1.c.s @@ -5,20 +5,20 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.load8_s $push0=, 0($0) i32.const $push1=, -17 i32.add $push2=, $pop0, $pop1 i32.const $push3=, 1 i32.gt_u $push4=, $pop2, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.then return -BB0_2: # %if.else +.LBB0_2: # %if.else call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/980618-1.c.s b/test/torture-s/980618-1.c.s index 833368c04..185599d55 100644 --- a/test/torture-s/980618-1.c.s +++ b/test/torture-s/980618-1.c.s @@ -8,24 +8,24 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl func .type func,@function func: # @func .param i32, i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.ne $push0=, $0, $1 - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %if.then return -BB1_2: # %if.else +.LBB1_2: # %if.else call abort unreachable -func_end1: - .size func, func_end1-func +.Lfunc_end1: + .size func, .Lfunc_end1-func .ident "clang version 3.8.0 " diff --git a/test/torture-s/980701-1.c.s b/test/torture-s/980701-1.c.s index bfacf786a..c2d896fde 100644 --- a/test/torture-s/980701-1.c.s +++ b/test/torture-s/980701-1.c.s @@ -9,8 +9,8 @@ ns_name_skip: # @ns_name_skip i32.const $push0=, 0 i32.store $push1=, 0($0), $pop0 return $pop1 -func_end0: - .size ns_name_skip, func_end0-ns_name_skip +.Lfunc_end0: + .size ns_name_skip, .Lfunc_end0-ns_name_skip .globl dn_skipname .type dn_skipname,@function @@ -21,26 +21,26 @@ dn_skipname: # @dn_skipname i32.const $push0=, 0 i32.sub $push1=, $pop0, $0 return $pop1 -func_end1: - .size dn_skipname, func_end1-dn_skipname +.Lfunc_end1: + .size dn_skipname, .Lfunc_end1-dn_skipname .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, a - br_if $pop0, BB2_2 + br_if $pop0, .LBB2_2 # BB#1: # %if.then call abort unreachable -BB2_2: # %if.end +.LBB2_2: # %if.end i32.const $push1=, 0 call exit, $pop1 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .bss diff --git a/test/torture-s/980929-1.c.s b/test/torture-s/980929-1.c.s index cedebc79f..2c3172d6f 100644 --- a/test/torture-s/980929-1.c.s +++ b/test/torture-s/980929-1.c.s @@ -5,17 +5,17 @@ f: # @f .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1000 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/981001-1.c.s b/test/torture-s/981001-1.c.s index 03526ebbd..b957d1dc3 100644 --- a/test/torture-s/981001-1.c.s +++ b/test/torture-s/981001-1.c.s @@ -7,19 +7,19 @@ sub: # @sub .result i32 .local i32, i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 2 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %if.then i32.const $2=, 1 - block BB0_3 + block .LBB0_3 i32.const $push3=, 31 i32.shr_u $push4=, $0, $pop3 i32.add $push5=, $0, $pop4 i32.shr_s $1=, $pop5, $2 i32.and $push2=, $0, $2 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#2: # %if.then2 i32.call $0=, sub, $1 i32.const $push10=, -1 @@ -29,7 +29,7 @@ sub: # @sub i32.add $push14=, $pop13, $0 i32.mul $push15=, $pop14, $0 return $pop15 -BB0_3: # %if.else +.LBB0_3: # %if.else i32.add $push6=, $1, $2 i32.call $0=, sub, $pop6 i32.call $2=, sub, $1 @@ -37,10 +37,10 @@ BB0_3: # %if.else i32.mul $push7=, $0, $0 i32.add $push9=, $pop8, $pop7 return $pop9 -BB0_4: # %cleanup +.LBB0_4: # %cleanup return $0 -func_end0: - .size sub, func_end0-sub +.Lfunc_end0: + .size sub, .Lfunc_end0-sub .globl main .type main,@function @@ -52,25 +52,25 @@ main: # @main i32.call $1=, sub, $pop0 i32.const $2=, 0 i32.load $0=, flg($2) - block BB1_4 - block BB1_3 + block .LBB1_4 + block .LBB1_3 i32.const $push1=, 832040 i32.ne $push2=, $1, $pop1 - br_if $pop2, BB1_3 + br_if $pop2, .LBB1_3 # BB#1: # %if.end - br_if $0, BB1_4 + br_if $0, .LBB1_4 # BB#2: # %if.end2 call exit, $2 unreachable -BB1_3: # %if.end.thread +.LBB1_3: # %if.end.thread i32.const $push3=, 256 i32.or $push4=, $0, $pop3 i32.store $discard=, flg($2), $pop4 -BB1_4: # %if.then1 +.LBB1_4: # %if.then1 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type flg,@object # @flg .bss diff --git a/test/torture-s/981019-1.c.s b/test/torture-s/981019-1.c.s index 320461611..85f3aa05c 100644 --- a/test/torture-s/981019-1.c.s +++ b/test/torture-s/981019-1.c.s @@ -6,47 +6,47 @@ ff: # @ff .param i32, i32, i32 .local i32, i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 0 i32.eq $push3=, $2, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.then2 call f1 unreachable -BB0_3: # %while.cond.preheader +.LBB0_3: # %while.cond.preheader i32.const $3=, 0 i32.load $4=, f3.x($3) -BB0_4: # %while.cond +.LBB0_4: # %while.cond # =>This Inner Loop Header: Depth=1 - block BB0_7 - loop BB0_6 + block .LBB0_7 + loop .LBB0_6 copy_local $0=, $4 i32.eq $4=, $0, $3 - br_if $0, BB0_7 + br_if $0, .LBB0_7 # BB#5: # %while.body - # in Loop: Header=BB0_4 Depth=1 + # in Loop: Header=.LBB0_4 Depth=1 i32.const $push4=, 0 i32.eq $push5=, $2, $pop4 - br_if $pop5, BB0_4 -BB0_6: # %land.lhs.true + br_if $pop5, .LBB0_4 +.LBB0_6: # %land.lhs.true i32.store $discard=, f3.x($3), $4 i32.call $discard=, f2 unreachable -BB0_7: # %while.end +.LBB0_7: # %while.end i32.store $discard=, f3.x($3), $4 - block BB0_9 - br_if $2, BB0_9 + block .LBB0_9 + br_if $2, .LBB0_9 # BB#8: # %if.end16 return -BB0_9: # %if.then15 +.LBB0_9: # %if.then15 call f1 unreachable -func_end0: - .size ff, func_end0-ff +.Lfunc_end0: + .size ff, .Lfunc_end0-ff .globl f1 .type f1,@function @@ -54,8 +54,8 @@ f1: # @f1 # BB#0: # %entry call abort unreachable -func_end1: - .size f1, func_end1-f1 +.Lfunc_end1: + .size f1, .Lfunc_end1-f1 .globl f3 .type f3,@function @@ -68,8 +68,8 @@ f3: # @f3 i32.eq $push1=, $pop0, $0 i32.store $push2=, f3.x($0), $pop1 return $pop2 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f2 .type f2,@function @@ -78,8 +78,8 @@ f2: # @f2 # BB#0: # %entry call abort unreachable -func_end3: - .size f2, func_end3-f2 +.Lfunc_end3: + .size f2, .Lfunc_end3-f2 .globl main .type main,@function @@ -89,19 +89,19 @@ main: # @main # BB#0: # %entry i32.const $1=, 0 i32.load $2=, f3.x($1) -BB4_1: # %while.cond.i +.LBB4_1: # %while.cond.i # =>This Inner Loop Header: Depth=1 - loop BB4_2 + loop .LBB4_2 copy_local $0=, $2 i32.eq $2=, $0, $1 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB4_1 -BB4_2: # %ff.exit + br_if $pop1, .LBB4_1 +.LBB4_2: # %ff.exit i32.store $discard=, f3.x($1), $2 return $1 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type f3.x,@object # @f3.x .lcomm f3.x,4,2 diff --git a/test/torture-s/981130-1.c.s b/test/torture-s/981130-1.c.s index 5bb5347c6..be3740e99 100644 --- a/test/torture-s/981130-1.c.s +++ b/test/torture-s/981130-1.c.s @@ -5,18 +5,18 @@ check: # @check .param i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.ne $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then i32.const $push1=, 0 call exit, $pop1 unreachable -BB0_2: # %if.else +.LBB0_2: # %if.else call abort unreachable -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl main .type main,@function @@ -25,21 +25,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i64.load $push0=, s2($0) i64.store $push1=, s1($0), $pop0 i32.wrap/i64 $push2=, $pop1 i32.const $push3=, 1 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.then.i call exit, $0 unreachable -BB1_2: # %if.else.i +.LBB1_2: # %if.else.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s2,@object # @s2 .data diff --git a/test/torture-s/981206-1.c.s b/test/torture-s/981206-1.c.s index e567f7337..79220579b 100644 --- a/test/torture-s/981206-1.c.s +++ b/test/torture-s/981206-1.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.store8 $push1=, x($0), $pop0 i32.store8 $discard=, y($0), $pop1 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.store8 $discard=, y($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .lcomm x,1 diff --git a/test/torture-s/990106-1.c.s b/test/torture-s/990106-1.c.s index ac2370705..3e8ba16e6 100644 --- a/test/torture-s/990106-1.c.s +++ b/test/torture-s/990106-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 97 i32.store8 $push1=, 0($0), $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990106-2.c.s b/test/torture-s/990106-2.c.s index b926ae581..c09e51c83 100644 --- a/test/torture-s/990106-2.c.s +++ b/test/torture-s/990106-2.c.s @@ -16,8 +16,8 @@ calc_mp: # @calc_mp i32.select $push5=, $pop3, $0, $pop4 i32.sub $push6=, $1, $pop5 return $pop6 -func_end0: - .size calc_mp, func_end0-calc_mp +.Lfunc_end0: + .size calc_mp, .Lfunc_end0-calc_mp .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990117-1.c.s b/test/torture-s/990117-1.c.s index 0b9335179..a250c80d1 100644 --- a/test/torture-s/990117-1.c.s +++ b/test/torture-s/990117-1.c.s @@ -14,8 +14,8 @@ foo: # @foo f64.div $push5=, $pop3, $pop4 f64.lt $push6=, $pop2, $pop5 return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990127-2.c.s b/test/torture-s/990127-2.c.s index 52adeae9f..09729cedb 100644 --- a/test/torture-s/990127-2.c.s +++ b/test/torture-s/990127-2.c.s @@ -5,36 +5,36 @@ fpEq: # @fpEq .param f64, f64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 f64.ne $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size fpEq, func_end0-fpEq +.Lfunc_end0: + .size fpEq, .Lfunc_end0-fpEq .globl fpTest .type fpTest,@function fpTest: # @fpTest .param f64, f64 # BB#0: # %entry - block BB1_2 + block .LBB1_2 f64.const $push0=, 0x1.9p6 f64.mul $push1=, $0, $pop0 f64.div $push2=, $pop1, $1 f64.const $push3=, 0x1.3d55555555556p6 f64.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %fpEq.exit return -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size fpTest, func_end1-fpTest +.Lfunc_end1: + .size fpTest, .Lfunc_end1-fpTest .globl main .type main,@function @@ -44,8 +44,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990128-1.c.s b/test/torture-s/990128-1.c.s index f4ca654fb..b1a178ddd 100644 --- a/test/torture-s/990128-1.c.s +++ b/test/torture-s/990128-1.c.s @@ -31,40 +31,40 @@ main: # @main i32.store $discard=, sss+32($2), $pop10 i32.const $push0=, ss i32.store $2=, p($2), $pop0 -BB0_1: # %for.inc.i.preheader.i +.LBB0_1: # %for.inc.i.preheader.i # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - loop BB0_4 + # Child Loop .LBB0_2 Depth 2 + loop .LBB0_4 copy_local $0=, $3 copy_local $3=, $2 -BB0_2: # %for.inc.i.i - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %for.inc.i.i + # Parent Loop .LBB0_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB0_3 + loop .LBB0_3 i32.load $3=, 0($3) - br_if $3, BB0_2 -BB0_3: # %if.then.i - # in Loop: Header=BB0_1 Depth=1 + br_if $3, .LBB0_2 +.LBB0_3: # %if.then.i + # in Loop: Header=.LBB0_1 Depth=1 i32.load $2=, 0($2) i32.const $push11=, 1 i32.add $3=, $0, $pop11 - br_if $2, BB0_1 -BB0_4: # %sub.exit - block BB0_6 + br_if $2, .LBB0_1 +.LBB0_4: # %sub.exit + block .LBB0_6 i32.const $push12=, 2 i32.add $push13=, $0, $pop12 i32.store $push14=, count($1), $pop13 i32.const $push15=, 12 i32.ne $push16=, $pop14, $pop15 - br_if $pop16, BB0_6 + br_if $pop16, .LBB0_6 # BB#5: # %if.end call exit, $1 unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl sub .type sub,@function @@ -74,38 +74,38 @@ sub: # @sub # BB#0: # %entry i32.const $2=, 0 i32.load $3=, count($2) - block BB1_5 + block .LBB1_5 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB1_5 -BB1_1: # %for.inc.i.preheader + br_if $pop4, .LBB1_5 +.LBB1_1: # %for.inc.i.preheader # =>This Loop Header: Depth=1 - # Child Loop BB1_2 Depth 2 - loop BB1_4 + # Child Loop .LBB1_2 Depth 2 + loop .LBB1_4 copy_local $4=, $0 -BB1_2: # %for.inc.i - # Parent Loop BB1_1 Depth=1 +.LBB1_2: # %for.inc.i + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_3 + loop .LBB1_3 i32.load $4=, 0($4) - br_if $4, BB1_2 -BB1_3: # %if.then - # in Loop: Header=BB1_1 Depth=1 + br_if $4, .LBB1_2 +.LBB1_3: # %if.then + # in Loop: Header=.LBB1_1 Depth=1 i32.store $4=, 0($1), $2 i32.load $0=, 0($0) i32.const $push0=, 1 i32.add $3=, $3, $pop0 - br_if $0, BB1_1 -BB1_4: # %for.cond.look.exit.thread_crit_edge + br_if $0, .LBB1_1 +.LBB1_4: # %for.cond.look.exit.thread_crit_edge i32.store $discard=, count($4), $3 -BB1_5: # %for.end +.LBB1_5: # %for.end i32.store $4=, 0($1), $2 i32.const $push1=, 1 i32.add $push2=, $3, $pop1 i32.store $discard=, count($4), $pop2 return -func_end1: - .size sub, func_end1-sub +.Lfunc_end1: + .size sub, .Lfunc_end1-sub .globl look .type look,@function @@ -113,16 +113,16 @@ look: # @look .param i32, i32 .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB2_2 -BB2_1: # %for.inc + br_if $pop4, .LBB2_2 +.LBB2_1: # %for.inc # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.load $0=, 0($0) - br_if $0, BB2_1 -BB2_2: # %for.end + br_if $0, .LBB2_1 +.LBB2_2: # %for.end i32.const $push0=, 0 i32.store $0=, 0($1), $pop0 i32.const $1=, 1 @@ -130,8 +130,8 @@ BB2_2: # %for.end i32.add $push2=, $pop1, $1 i32.store $discard=, count($0), $pop2 return $1 -func_end2: - .size look, func_end2-look +.Lfunc_end2: + .size look, .Lfunc_end2-look .type count,@object # @count .bss diff --git a/test/torture-s/990130-1.c.s b/test/torture-s/990130-1.c.s index 015a0a6af..7348050a8 100644 --- a/test/torture-s/990130-1.c.s +++ b/test/torture-s/990130-1.c.s @@ -15,16 +15,16 @@ main: # @main #APP #NO_APP i32.store $discard=, dummy($1), $0 - block BB0_2 - br_if $2, BB0_2 + block .LBB0_2 + br_if $2, .LBB0_2 # BB#1: # %if.end call exit, $1 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type count,@object # @count .bss diff --git a/test/torture-s/990211-1.c.s b/test/torture-s/990211-1.c.s index f7c629345..fc9071bea 100644 --- a/test/torture-s/990211-1.c.s +++ b/test/torture-s/990211-1.c.s @@ -6,8 +6,8 @@ func: # @func .param i32 # BB#0: # %entry return -func_end0: - .size func, func_end0-func +.Lfunc_end0: + .size func, .Lfunc_end0-func .globl main .type main,@function @@ -16,8 +16,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990222-1.c.s b/test/torture-s/990222-1.c.s index 24e23f8c4..38a4acd2c 100644 --- a/test/torture-s/990222-1.c.s +++ b/test/torture-s/990222-1.c.s @@ -15,13 +15,13 @@ main: # @main i32.shl $push1=, $4, $2 i32.shr_s $3=, $pop1, $2 i32.const $4=, line+1 - block BB0_3 + block .LBB0_3 i32.const $push2=, 58 i32.lt_s $push3=, $3, $pop2 - br_if $pop3, BB0_3 -BB0_1: # %while.body + br_if $pop3, .LBB0_3 +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.load8_u $3=, 0($4) i32.add $push4=, $4, $1 i32.const $push5=, 48 @@ -34,33 +34,33 @@ BB0_1: # %while.body i32.shr_s $push7=, $pop6, $2 i32.const $push8=, 57 i32.gt_s $push9=, $pop7, $pop8 - br_if $pop9, BB0_1 -BB0_2: # %while.end.loopexit + br_if $pop9, .LBB0_1 +.LBB0_2: # %while.end.loopexit i32.load8_u $3=, line+2($0) -BB0_3: # %while.end - block BB0_7 +.LBB0_3: # %while.end + block .LBB0_7 i32.load8_u $push12=, line($0) i32.const $push13=, 50 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB0_7 + br_if $pop14, .LBB0_7 # BB#4: # %while.end i32.const $4=, 255 i32.const $2=, 48 i32.load8_u $push11=, line+1($0) i32.and $push15=, $pop11, $4 i32.ne $push16=, $pop15, $2 - br_if $pop16, BB0_7 + br_if $pop16, .LBB0_7 # BB#5: # %while.end i32.and $push17=, $3, $4 i32.ne $push18=, $pop17, $2 - br_if $pop18, BB0_7 + br_if $pop18, .LBB0_7 # BB#6: # %if.end return $0 -BB0_7: # %if.then +.LBB0_7: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type line,@object # @line .data diff --git a/test/torture-s/990324-1.c.s b/test/torture-s/990324-1.c.s index e02e27a05..00f066e25 100644 --- a/test/torture-s/990324-1.c.s +++ b/test/torture-s/990324-1.c.s @@ -7,19 +7,19 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_2 + block .LBB0_2 i32.const $push0=, 24 i32.shl $push1=, $0, $pop0 i32.gt_s $push2=, $pop1, $1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.else +.LBB0_2: # %if.else call exit, $1 unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main i32.const $push0=, -255 call f, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990326-1.c.s b/test/torture-s/990326-1.c.s index ffc749321..151740dc5 100644 --- a/test/torture-s/990326-1.c.s +++ b/test/torture-s/990326-1.c.s @@ -7,8 +7,8 @@ a1: # @a1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size a1, func_end0-a1 +.Lfunc_end0: + .size a1, .Lfunc_end0-a1 .globl a2 .type a2,@function @@ -17,8 +17,8 @@ a2: # @a2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end1: - .size a2, func_end1-a2 +.Lfunc_end1: + .size a2, .Lfunc_end1-a2 .globl a3 .type a3,@function @@ -27,8 +27,8 @@ a3: # @a3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end2: - .size a3, func_end2-a3 +.Lfunc_end2: + .size a3, .Lfunc_end2-a3 .globl b1 .type b1,@function @@ -37,8 +37,8 @@ b1: # @b1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end3: - .size b1, func_end3-b1 +.Lfunc_end3: + .size b1, .Lfunc_end3-b1 .globl b2 .type b2,@function @@ -47,8 +47,8 @@ b2: # @b2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end4: - .size b2, func_end4-b2 +.Lfunc_end4: + .size b2, .Lfunc_end4-b2 .globl b3 .type b3,@function @@ -57,8 +57,8 @@ b3: # @b3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end5: - .size b3, func_end5-b3 +.Lfunc_end5: + .size b3, .Lfunc_end5-b3 .globl c1 .type c1,@function @@ -67,8 +67,8 @@ c1: # @c1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end6: - .size c1, func_end6-c1 +.Lfunc_end6: + .size c1, .Lfunc_end6-c1 .globl c2 .type c2,@function @@ -77,8 +77,8 @@ c2: # @c2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end7: - .size c2, func_end7-c2 +.Lfunc_end7: + .size c2, .Lfunc_end7-c2 .globl c3 .type c3,@function @@ -87,8 +87,8 @@ c3: # @c3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end8: - .size c3, func_end8-c3 +.Lfunc_end8: + .size c3, .Lfunc_end8-c3 .globl d1 .type d1,@function @@ -97,8 +97,8 @@ d1: # @d1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end9: - .size d1, func_end9-d1 +.Lfunc_end9: + .size d1, .Lfunc_end9-d1 .globl d2 .type d2,@function @@ -107,8 +107,8 @@ d2: # @d2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end10: - .size d2, func_end10-d2 +.Lfunc_end10: + .size d2, .Lfunc_end10-d2 .globl d3 .type d3,@function @@ -117,8 +117,8 @@ d3: # @d3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end11: - .size d3, func_end11-d3 +.Lfunc_end11: + .size d3, .Lfunc_end11-d3 .globl e1 .type e1,@function @@ -127,8 +127,8 @@ e1: # @e1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end12: - .size e1, func_end12-e1 +.Lfunc_end12: + .size e1, .Lfunc_end12-e1 .globl e2 .type e2,@function @@ -137,8 +137,8 @@ e2: # @e2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end13: - .size e2, func_end13-e2 +.Lfunc_end13: + .size e2, .Lfunc_end13-e2 .globl e3 .type e3,@function @@ -147,8 +147,8 @@ e3: # @e3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end14: - .size e3, func_end14-e3 +.Lfunc_end14: + .size e3, .Lfunc_end14-e3 .globl e4 .type e4,@function @@ -157,8 +157,8 @@ e4: # @e4 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end15: - .size e4, func_end15-e4 +.Lfunc_end15: + .size e4, .Lfunc_end15-e4 .globl f1 .type f1,@function @@ -167,8 +167,8 @@ f1: # @f1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end16: - .size f1, func_end16-f1 +.Lfunc_end16: + .size f1, .Lfunc_end16-f1 .globl f2 .type f2,@function @@ -177,8 +177,8 @@ f2: # @f2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end17: - .size f2, func_end17-f2 +.Lfunc_end17: + .size f2, .Lfunc_end17-f2 .globl f3 .type f3,@function @@ -187,8 +187,8 @@ f3: # @f3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end18: - .size f3, func_end18-f3 +.Lfunc_end18: + .size f3, .Lfunc_end18-f3 .globl f4 .type f4,@function @@ -197,8 +197,8 @@ f4: # @f4 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end19: - .size f4, func_end19-f4 +.Lfunc_end19: + .size f4, .Lfunc_end19-f4 .globl g1 .type g1,@function @@ -207,8 +207,8 @@ g1: # @g1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end20: - .size g1, func_end20-g1 +.Lfunc_end20: + .size g1, .Lfunc_end20-g1 .globl g2 .type g2,@function @@ -217,8 +217,8 @@ g2: # @g2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end21: - .size g2, func_end21-g2 +.Lfunc_end21: + .size g2, .Lfunc_end21-g2 .globl g3 .type g3,@function @@ -227,8 +227,8 @@ g3: # @g3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end22: - .size g3, func_end22-g3 +.Lfunc_end22: + .size g3, .Lfunc_end22-g3 .globl g4 .type g4,@function @@ -237,8 +237,8 @@ g4: # @g4 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end23: - .size g4, func_end23-g4 +.Lfunc_end23: + .size g4, .Lfunc_end23-g4 .globl g5 .type g5,@function @@ -247,8 +247,8 @@ g5: # @g5 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end24: - .size g5, func_end24-g5 +.Lfunc_end24: + .size g5, .Lfunc_end24-g5 .globl g6 .type g6,@function @@ -257,8 +257,8 @@ g6: # @g6 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end25: - .size g6, func_end25-g6 +.Lfunc_end25: + .size g6, .Lfunc_end25-g6 .globl g7 .type g7,@function @@ -267,8 +267,8 @@ g7: # @g7 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end26: - .size g7, func_end26-g7 +.Lfunc_end26: + .size g7, .Lfunc_end26-g7 .globl h1 .type h1,@function @@ -277,8 +277,8 @@ h1: # @h1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end27: - .size h1, func_end27-h1 +.Lfunc_end27: + .size h1, .Lfunc_end27-h1 .globl h2 .type h2,@function @@ -287,8 +287,8 @@ h2: # @h2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end28: - .size h2, func_end28-h2 +.Lfunc_end28: + .size h2, .Lfunc_end28-h2 .globl h3 .type h3,@function @@ -297,8 +297,8 @@ h3: # @h3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end29: - .size h3, func_end29-h3 +.Lfunc_end29: + .size h3, .Lfunc_end29-h3 .globl h4 .type h4,@function @@ -307,8 +307,8 @@ h4: # @h4 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end30: - .size h4, func_end30-h4 +.Lfunc_end30: + .size h4, .Lfunc_end30-h4 .globl h5 .type h5,@function @@ -317,8 +317,8 @@ h5: # @h5 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end31: - .size h5, func_end31-h5 +.Lfunc_end31: + .size h5, .Lfunc_end31-h5 .globl h6 .type h6,@function @@ -327,8 +327,8 @@ h6: # @h6 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end32: - .size h6, func_end32-h6 +.Lfunc_end32: + .size h6, .Lfunc_end32-h6 .globl h7 .type h7,@function @@ -337,8 +337,8 @@ h7: # @h7 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end33: - .size h7, func_end33-h7 +.Lfunc_end33: + .size h7, .Lfunc_end33-h7 .globl main .type main,@function @@ -348,8 +348,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end34: - .size main, func_end34-main +.Lfunc_end34: + .size main, .Lfunc_end34-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990404-1.c.s b/test/torture-s/990404-1.c.s index 70c0e3161..194f715d6 100644 --- a/test/torture-s/990404-1.c.s +++ b/test/torture-s/990404-1.c.s @@ -8,10 +8,10 @@ main: # @main # BB#0: # %entry i32.const $13=, -1 # implicit-def: %vreg66 -BB0_1: # %for.cond +.LBB0_1: # %for.cond # =>This Inner Loop Header: Depth=1 - block BB0_4 - loop BB0_3 + block .LBB0_4 + loop .LBB0_3 i32.const $0=, 0 i32.load $1=, x($0) i32.load $3=, x+4($0) @@ -45,9 +45,9 @@ BB0_1: # %for.cond i32.select $push16=, $5, $12, $1 i32.const $push22=, 0 i32.eq $push23=, $pop16, $pop22 - br_if $pop23, BB0_4 + br_if $pop23, .LBB0_4 # BB#2: # %if.end7 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $1=, 1 i32.const $12=, 2 i32.const $push15=, 9 @@ -74,15 +74,15 @@ BB0_1: # %for.cond i32.add $13=, $13, $1 i32.const $push20=, 10 i32.lt_s $push21=, $13, $pop20 - br_if $pop21, BB0_1 -BB0_3: # %if.then11 + br_if $pop21, .LBB0_1 +.LBB0_3: # %if.then11 call abort unreachable -BB0_4: # %for.end15 +.LBB0_4: # %for.end15 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/990513-1.c.s b/test/torture-s/990513-1.c.s index 8811bc957..c5f2038d5 100644 --- a/test/torture-s/990513-1.c.s +++ b/test/torture-s/990513-1.c.s @@ -7,9 +7,9 @@ foo: # @foo .local i32, i32, i32, i32 # BB#0: # %entry i32.const $5=, 1024 -BB0_1: # %while.body +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.add $2=, $0, $5 i32.const $push0=, -4 i32.add $push1=, $2, $pop0 @@ -24,11 +24,11 @@ BB0_1: # %while.body i32.add $push6=, $2, $4 i32.store $discard=, 0($pop6), $3 i32.add $5=, $5, $4 - br_if $5, BB0_1 -BB0_2: # %while.end + br_if $5, .LBB0_1 +.LBB0_2: # %while.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -47,9 +47,9 @@ main: # @main i32.const $8=, 0 i32.add $8=, $10, $8 call memset, $8, $0, $4 -BB1_1: # %while.body.i +.LBB1_1: # %while.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $9=, 0 i32.add $9=, $10, $9 i32.add $1=, $9, $4 @@ -67,23 +67,23 @@ BB1_1: # %while.body.i i32.add $push7=, $1, $3 i32.store $1=, 0($pop7), $2 i32.add $4=, $4, $3 - br_if $4, BB1_1 -BB1_2: # %foo.exit - block BB1_4 + br_if $4, .LBB1_1 +.LBB1_2: # %foo.exit + block .LBB1_4 i32.load $push8=, 0($10) i32.ne $push9=, $pop8, $1 - br_if $pop9, BB1_4 + br_if $pop9, .LBB1_4 # BB#3: # %if.end i32.const $7=, 1024 i32.add $10=, $10, $7 i32.const $7=, __stack_pointer i32.store $10=, 0($7), $10 return $0 -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990524-1.c.s b/test/torture-s/990524-1.c.s index 4a53d59a9..afc72bbcc 100644 --- a/test/torture-s/990524-1.c.s +++ b/test/torture-s/990524-1.c.s @@ -6,9 +6,9 @@ loop: # @loop .param i32, i32 .local i32, i32, i32, i32 # BB#0: # %entry -BB0_1: # %for.cond +.LBB0_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB0_8 + loop .LBB0_8 i32.load8_u $push0=, 0($1) i32.store8 $4=, 0($0), $pop0 i32.const $5=, 24 @@ -16,35 +16,35 @@ BB0_1: # %for.cond i32.shr_s $3=, $pop1, $5 i32.const $5=, 1 i32.add $2=, $1, $5 - block BB0_7 + block .LBB0_7 i32.const $push2=, 34 i32.eq $push3=, $4, $pop2 - br_if $pop3, BB0_7 + br_if $pop3, .LBB0_7 # BB#2: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push4=, 92 i32.eq $push5=, $3, $pop4 - br_if $pop5, BB0_7 + br_if $pop5, .LBB0_7 # BB#3: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $0=, $0, $5 copy_local $1=, $2 - br_if $3, BB0_1 + br_if $3, .LBB0_1 # BB#4: # %loopDone2 - block BB0_6 + block .LBB0_6 i32.const $push10=, a i32.sub $push11=, $pop10, $0 i32.const $push12=, b i32.sub $push13=, $pop12, $2 i32.ne $push14=, $pop11, $pop13 - br_if $pop14, BB0_6 + br_if $pop14, .LBB0_6 # BB#5: # %if.end return -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -BB0_7: # %sw.bb2 - # in Loop: Header=BB0_1 Depth=1 +.LBB0_7: # %sw.bb2 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push6=, 92 i32.store8 $discard=, 0($0), $pop6 i32.const $push8=, 2 @@ -54,10 +54,10 @@ BB0_7: # %sw.bb2 i32.store8 $discard=, 0($pop9), $pop7 copy_local $0=, $4 copy_local $1=, $2 - br BB0_1 -BB0_8: -func_end0: - .size loop, func_end0-loop + br .LBB0_1 +.LBB0_8: +.Lfunc_end0: + .size loop, .Lfunc_end0-loop .globl main .type main,@function @@ -67,9 +67,9 @@ main: # @main # BB#0: # %entry i32.const $0=, b i32.const $4=, a -BB1_1: # %for.cond.i +.LBB1_1: # %for.cond.i # =>This Inner Loop Header: Depth=1 - loop BB1_8 + loop .LBB1_8 i32.load8_u $push0=, 0($0) i32.store8 $2=, 0($4), $pop0 i32.const $3=, 24 @@ -77,36 +77,36 @@ BB1_1: # %for.cond.i i32.shr_s $1=, $pop1, $3 i32.const $3=, 1 i32.add $0=, $0, $3 - block BB1_7 + block .LBB1_7 i32.const $push2=, 34 i32.eq $push3=, $2, $pop2 - br_if $pop3, BB1_7 + br_if $pop3, .LBB1_7 # BB#2: # %for.cond.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push4=, 92 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB1_7 + br_if $pop5, .LBB1_7 # BB#3: # %for.cond.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $4=, $4, $3 - br_if $1, BB1_1 + br_if $1, .LBB1_1 # BB#4: # %loopDone2.i - block BB1_6 + block .LBB1_6 i32.const $push9=, a i32.sub $push10=, $pop9, $4 i32.const $push11=, b i32.sub $push12=, $pop11, $0 i32.ne $push13=, $pop10, $pop12 - br_if $pop13, BB1_6 + br_if $pop13, .LBB1_6 # BB#5: # %loop.exit i32.const $push14=, 0 call exit, $pop14 unreachable -BB1_6: # %if.then.i +.LBB1_6: # %if.then.i call abort unreachable -BB1_7: # %sw.bb2.i - # in Loop: Header=BB1_1 Depth=1 +.LBB1_7: # %sw.bb2.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push6=, 92 i32.store8 $discard=, 0($4), $pop6 i32.const $push7=, 2 @@ -114,10 +114,10 @@ BB1_7: # %sw.bb2.i i32.add $push8=, $4, $3 i32.store8 $discard=, 0($pop8), $2 copy_local $4=, $1 - br BB1_1 -BB1_8: -func_end1: - .size main, func_end1-main + br .LBB1_1 +.LBB1_8: +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/990525-2.c.s b/test/torture-s/990525-2.c.s index 241264847..a5b6478de 100644 --- a/test/torture-s/990525-2.c.s +++ b/test/torture-s/990525-2.c.s @@ -7,8 +7,8 @@ func1: # @func1 .local i32 # BB#0: # %if.end15 return $0 -func_end0: - .size func1, func_end0-func1 +.Lfunc_end0: + .size func1, .Lfunc_end0-func1 .globl func2 .type func2,@function @@ -24,8 +24,8 @@ func2: # @func2 i32.const $push3=, 40 i32.store $discard=, 12($0), $pop3 return -func_end1: - .size func2, func_end1-func2 +.Lfunc_end1: + .size func2, .Lfunc_end1-func2 .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990527-1.c.s b/test/torture-s/990527-1.c.s index 041b567ef..63c93f474 100644 --- a/test/torture-s/990527-1.c.s +++ b/test/torture-s/990527-1.c.s @@ -11,8 +11,8 @@ g: # @g i32.add $push1=, $pop0, $0 i32.store $discard=, sum($1), $pop1 return -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -27,8 +27,8 @@ f: # @f i32.add $push3=, $pop1, $pop2 i32.store $discard=, sum($1), $pop3 return -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -38,19 +38,19 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, sum($0) - block BB2_2 + block .LBB2_2 i32.const $push0=, 81 i32.add $push1=, $1, $pop0 i32.store $discard=, sum($0), $pop1 - br_if $1, BB2_2 + br_if $1, .LBB2_2 # BB#1: # %if.end call exit, $0 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type sum,@object # @sum .bss diff --git a/test/torture-s/990531-1.c.s b/test/torture-s/990531-1.c.s index 6feaec9b5..72be7723a 100644 --- a/test/torture-s/990531-1.c.s +++ b/test/torture-s/990531-1.c.s @@ -25,8 +25,8 @@ bad: # @bad i32.const $4=, __stack_pointer i32.store $4=, 0($4), $4 return $pop2 -func_end0: - .size bad, func_end0-bad +.Lfunc_end0: + .size bad, .Lfunc_end0-bad .globl main .type main,@function @@ -36,8 +36,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990604-1.c.s b/test/torture-s/990604-1.c.s index 6d833422d..c4dcdbb16 100644 --- a/test/torture-s/990604-1.c.s +++ b/test/torture-s/990604-1.c.s @@ -6,16 +6,16 @@ f: # @f .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, b($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %do.body.preheader i32.const $push1=, 9 i32.store $discard=, b($0), $pop1 -BB0_2: # %if.end +.LBB0_2: # %if.end return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -26,22 +26,22 @@ main: # @main i32.const $1=, 0 i32.load $0=, b($1) i32.const $2=, 9 - block BB1_4 + block .LBB1_4 i32.eq $push0=, $0, $2 - br_if $pop0, BB1_4 + br_if $pop0, .LBB1_4 # BB#1: # %entry - block BB1_3 - br_if $0, BB1_3 + block .LBB1_3 + br_if $0, .LBB1_3 # BB#2: # %f.exit.thread i32.store $discard=, b($1), $2 - br BB1_4 -BB1_3: # %if.then + br .LBB1_4 +.LBB1_3: # %if.then call abort unreachable -BB1_4: # %if.end +.LBB1_4: # %if.end return $1 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type b,@object # @b .bss diff --git a/test/torture-s/990628-1.c.s b/test/torture-s/990628-1.c.s index cd4b3fd15..bf0c96c0c 100644 --- a/test/torture-s/990628-1.c.s +++ b/test/torture-s/990628-1.c.s @@ -7,8 +7,8 @@ num_records: # @num_records # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size num_records, func_end0-num_records +.Lfunc_end0: + .size num_records, .Lfunc_end0-num_records .globl fetch .type fetch,@function @@ -29,8 +29,8 @@ fetch: # @fetch i32.select $push7=, $pop5, $pop6, $0 i32.store $discard=, sqlca($0), $pop7 return -func_end1: - .size fetch, func_end1-fetch +.Lfunc_end1: + .size fetch, .Lfunc_end1-fetch .globl load_data .type load_data,@function @@ -52,13 +52,13 @@ load_data: # @load_data i32.store $discard=, fetch.fetch_count($2), $pop2 i32.gt_s $0=, $7, $2 i32.const $6=, 100 - block BB2_3 + block .LBB2_3 i32.select $push3=, $0, $6, $2 i32.store $discard=, sqlca($2), $pop3 - br_if $0, BB2_3 -BB2_1: # %while.body + br_if $0, .LBB2_3 +.LBB2_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 copy_local $0=, $7 i32.add $7=, $8, $1 call memcpy, $8, $3, $1 @@ -66,16 +66,16 @@ BB2_1: # %while.body copy_local $8=, $7 i32.add $7=, $0, $5 i32.lt_s $push5=, $7, $5 - br_if $pop5, BB2_1 -BB2_2: # %while.cond.while.end_crit_edge + br_if $pop5, .LBB2_1 +.LBB2_2: # %while.cond.while.end_crit_edge i32.const $push4=, 2 i32.add $push0=, $0, $pop4 i32.store $discard=, fetch.fetch_count($2), $pop0 i32.store $discard=, sqlca($2), $6 -BB2_3: # %while.end +.LBB2_3: # %while.end return -func_end2: - .size load_data, func_end2-load_data +.Lfunc_end2: + .size load_data, .Lfunc_end2-load_data .globl main .type main,@function @@ -98,40 +98,40 @@ main: # @main i32.store $discard=, fetch.fetch_count($3), $pop1 i32.gt_s $9=, $8, $3 i32.const $7=, 100 - block BB3_4 + block .LBB3_4 i32.select $push2=, $9, $7, $3 i32.store $discard=, sqlca($3), $pop2 - br_if $9, BB3_4 + br_if $9, .LBB3_4 # BB#1: # %while.body.lr.ph.i copy_local $9=, $0 -BB3_2: # %while.body.i +.LBB3_2: # %while.body.i # =>This Inner Loop Header: Depth=1 - loop BB3_3 + loop .LBB3_3 i32.add $1=, $9, $2 call memcpy, $9, $4, $2 call memset, $4, $5, $2 i32.add $8=, $8, $6 copy_local $9=, $1 i32.lt_s $push3=, $8, $6 - br_if $pop3, BB3_2 -BB3_3: # %while.cond.while.end_crit_edge.i + br_if $pop3, .LBB3_2 +.LBB3_3: # %while.cond.while.end_crit_edge.i i32.const $push4=, 2 i32.store $discard=, fetch.fetch_count($3), $pop4 i32.store $discard=, sqlca($3), $7 -BB3_4: # %load_data.exit - block BB3_6 +.LBB3_4: # %load_data.exit + block .LBB3_6 i32.load $push5=, 0($0) i32.const $push6=, 1431655765 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB3_6 + br_if $pop7, .LBB3_6 # BB#5: # %if.end call exit, $3 unreachable -BB3_6: # %if.then +.LBB3_6: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type fetch.fetch_count,@object # @fetch.fetch_count .lcomm fetch.fetch_count,4,2 diff --git a/test/torture-s/990804-1.c.s b/test/torture-s/990804-1.c.s index 558f45d85..cd0e7fc99 100644 --- a/test/torture-s/990804-1.c.s +++ b/test/torture-s/990804-1.c.s @@ -7,8 +7,8 @@ gfbyte: # @gfbyte # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size gfbyte, func_end0-gfbyte +.Lfunc_end0: + .size gfbyte, .Lfunc_end0-gfbyte .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990811-1.c.s b/test/torture-s/990811-1.c.s index 33be26ba8..2e657f6b1 100644 --- a/test/torture-s/990811-1.c.s +++ b/test/torture-s/990811-1.c.s @@ -6,34 +6,34 @@ foo: # @foo .param i32, i32 .result i32 # BB#0: # %entry - block BB0_7 - block BB0_6 + block .LBB0_7 + block .LBB0_6 i32.const $push0=, 2 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB0_6 + br_if $pop1, .LBB0_6 # BB#1: # %entry - block BB0_5 + block .LBB0_5 i32.const $push2=, 1 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#2: # %entry - block BB0_4 - br_if $0, BB0_4 + block .LBB0_4 + br_if $0, .LBB0_4 # BB#3: # %sw.bb i32.load $0=, 0($1) - br BB0_7 -BB0_4: # %sw.epilog + br .LBB0_7 +.LBB0_4: # %sw.epilog call abort unreachable -BB0_5: # %sw.bb1 +.LBB0_5: # %sw.bb1 i32.load8_s $0=, 0($1) - br BB0_7 -BB0_6: # %sw.bb2 + br .LBB0_7 +.LBB0_6: # %sw.bb2 i32.load16_s $0=, 0($1) -BB0_7: # %return +.LBB0_7: # %return return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990827-1.c.s b/test/torture-s/990827-1.c.s index fd304ec2c..b51e96227 100644 --- a/test/torture-s/990827-1.c.s +++ b/test/torture-s/990827-1.c.s @@ -14,8 +14,8 @@ test: # @test i32.shr_u $push1=, $0, $2 i32.add $push4=, $pop3, $pop1 return $pop4 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990829-1.c.s b/test/torture-s/990829-1.c.s index 796d16ffc..24a8a81d6 100644 --- a/test/torture-s/990829-1.c.s +++ b/test/torture-s/990829-1.c.s @@ -12,8 +12,8 @@ test: # @test f64.mul $push3=, $pop2, $1 f64.div $push4=, $pop0, $pop3 return $pop4 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/990923-1.c.s b/test/torture-s/990923-1.c.s index a4d534273..4e808294b 100644 --- a/test/torture-s/990923-1.c.s +++ b/test/torture-s/990923-1.c.s @@ -15,8 +15,8 @@ foo: # @foo i32.const $push6=, 1 i32.select $push7=, $pop3, $pop5, $pop6 return $pop7 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991014-1.c.s b/test/torture-s/991014-1.c.s index 6370b5e99..6f5ac3977 100644 --- a/test/torture-s/991014-1.c.s +++ b/test/torture-s/991014-1.c.s @@ -7,8 +7,8 @@ union_size: # @union_size # BB#0: # %entry i32.const $push0=, 1073741568 return $pop0 -func_end0: - .size union_size, func_end0-union_size +.Lfunc_end0: + .size union_size, .Lfunc_end0-union_size .globl struct_size .type struct_size,@function @@ -17,8 +17,8 @@ struct_size: # @struct_size # BB#0: # %entry i32.const $push0=, 2147483152 return $pop0 -func_end1: - .size struct_size, func_end1-struct_size +.Lfunc_end1: + .size struct_size, .Lfunc_end1-struct_size .globl struct_a_offset .type struct_a_offset,@function @@ -27,8 +27,8 @@ struct_a_offset: # @struct_a_offset # BB#0: # %entry i32.const $push0=, 2147483136 return $pop0 -func_end2: - .size struct_a_offset, func_end2-struct_a_offset +.Lfunc_end2: + .size struct_a_offset, .Lfunc_end2-struct_a_offset .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991016-1.c.s b/test/torture-s/991016-1.c.s index 06b29ebb1..e5bfc3c7c 100644 --- a/test/torture-s/991016-1.c.s +++ b/test/torture-s/991016-1.c.s @@ -7,74 +7,74 @@ doit: # @doit .result i32 .local i32, i64, i32, i64 # BB#0: # %entry - block BB0_13 - block BB0_10 + block .LBB0_13 + block .LBB0_10 i32.const $push11=, 0 i32.eq $push12=, $0, $pop11 - br_if $pop12, BB0_10 + br_if $pop12, .LBB0_10 # BB#1: # %entry i32.const $5=, 1 - block BB0_7 + block .LBB0_7 i32.eq $push0=, $0, $5 - br_if $pop0, BB0_7 + br_if $pop0, .LBB0_7 # BB#2: # %entry - block BB0_6 + block .LBB0_6 i32.const $push1=, 2 i32.ne $push2=, $0, $pop1 - br_if $pop2, BB0_6 + br_if $pop2, .LBB0_6 # BB#3: # %do.body11.preheader i64.load $6=, 0($2) -BB0_4: # %do.body11 +.LBB0_4: # %do.body11 # =>This Inner Loop Header: Depth=1 - loop BB0_5 + loop .LBB0_5 i32.const $push4=, -1 i32.add $1=, $1, $pop4 copy_local $4=, $6 i64.const $push3=, 1 i64.shl $6=, $4, $pop3 - br_if $1, BB0_4 -BB0_5: # %do.end16 + br_if $1, .LBB0_4 +.LBB0_5: # %do.end16 i64.store $discard=, 0($2), $6 i64.const $push5=, 0 i64.eq $1=, $4, $pop5 - br BB0_13 -BB0_6: # %sw.default + br .LBB0_13 +.LBB0_6: # %sw.default call abort unreachable -BB0_7: # %do.body2.preheader +.LBB0_7: # %do.body2.preheader i32.load $0=, 0($2) -BB0_8: # %do.body2 +.LBB0_8: # %do.body2 # =>This Inner Loop Header: Depth=1 - loop BB0_9 + loop .LBB0_9 i32.const $push6=, -1 i32.add $1=, $1, $pop6 copy_local $3=, $0 i32.shl $0=, $3, $5 - br_if $1, BB0_8 -BB0_9: # %do.end7 + br_if $1, .LBB0_8 +.LBB0_9: # %do.end7 i32.store $discard=, 0($2), $0 i32.const $push7=, 0 i32.eq $1=, $3, $pop7 - br BB0_13 -BB0_10: # %do.body.preheader + br .LBB0_13 +.LBB0_10: # %do.body.preheader i32.load $0=, 0($2) -BB0_11: # %do.body +.LBB0_11: # %do.body # =>This Inner Loop Header: Depth=1 - loop BB0_12 + loop .LBB0_12 i32.const $push9=, -1 i32.add $1=, $1, $pop9 copy_local $3=, $0 i32.const $push8=, 1 i32.shl $0=, $3, $pop8 - br_if $1, BB0_11 -BB0_12: # %do.end + br_if $1, .LBB0_11 +.LBB0_12: # %do.end i32.store $discard=, 0($2), $0 i32.const $push10=, 0 i32.eq $1=, $3, $pop10 -BB0_13: # %cleanup +.LBB0_13: # %cleanup return $1 -func_end0: - .size doit, func_end0-doit +.Lfunc_end0: + .size doit, .Lfunc_end0-doit .globl main .type main,@function @@ -84,8 +84,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991019-1.c.s b/test/torture-s/991019-1.c.s index 9fa7196ec..8c25c731e 100644 --- a/test/torture-s/991019-1.c.s +++ b/test/torture-s/991019-1.c.s @@ -9,8 +9,8 @@ foo: # @foo f64.const $push0=, 0x1p0 f64.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991023-1.c.s b/test/torture-s/991023-1.c.s index fbed30433..2ac14a1cf 100644 --- a/test/torture-s/991023-1.c.s +++ b/test/torture-s/991023-1.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push1=, 4044 i32.store $push2=, blah($pop0), $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.store $discard=, blah($0), $pop0 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type blah,@object # @blah .bss diff --git a/test/torture-s/991030-1.c.s b/test/torture-s/991030-1.c.s index dc0b63da7..a24c3816b 100644 --- a/test/torture-s/991030-1.c.s +++ b/test/torture-s/991030-1.c.s @@ -7,19 +7,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 f64.load $push0=, x($0) f64.const $push1=, 0x1.fp1 f64.eq $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/991112-1.c.s b/test/torture-s/991112-1.c.s index b64104a29..58f388e23 100644 --- a/test/torture-s/991112-1.c.s +++ b/test/torture-s/991112-1.c.s @@ -8,8 +8,8 @@ rl_show_char: # @rl_show_char # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size rl_show_char, func_end0-rl_show_char +.Lfunc_end0: + .size rl_show_char, .Lfunc_end0-rl_show_char .globl rl_character_len .type rl_character_len,@function @@ -22,36 +22,36 @@ rl_character_len: # @rl_character_len i32.const $push1=, 2 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end1: - .size rl_character_len, func_end1-rl_character_len +.Lfunc_end1: + .size rl_character_len, .Lfunc_end1-rl_character_len .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB2_4 + block .LBB2_4 i32.const $push0=, 97 i32.call $push1=, isprint, $pop0 i32.const $push5=, 0 i32.eq $push6=, $pop1, $pop5 - br_if $pop6, BB2_4 + br_if $pop6, .LBB2_4 # BB#1: # %if.end - block BB2_3 + block .LBB2_3 i32.const $push2=, 2 i32.call $push3=, isprint, $pop2 - br_if $pop3, BB2_3 + br_if $pop3, .LBB2_3 # BB#2: # %if.end4 i32.const $push4=, 0 return $pop4 -BB2_3: # %if.then3 +.LBB2_3: # %if.then3 call abort unreachable -BB2_4: # %if.then +.LBB2_4: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991201-1.c.s b/test/torture-s/991201-1.c.s index 3e9c894e4..3b57ad8d0 100644 --- a/test/torture-s/991201-1.c.s +++ b/test/torture-s/991201-1.c.s @@ -12,9 +12,9 @@ reset_palette: # @reset_palette i32.add $1=, $pop2, $pop1 i32.const $3=, 6 i32.const $0=, -64 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $2=, 64 i32.load $push7=, 0($1) i32.add $push8=, $pop7, $3 @@ -45,28 +45,28 @@ BB0_1: # %for.body i32.add $3=, $3, $pop25 i32.const $push26=, 4 i32.add $0=, $0, $pop26 - br_if $0, BB0_1 -BB0_2: # %bar.exit + br_if $0, .LBB0_1 +.LBB0_2: # %bar.exit return -func_end0: - .size reset_palette, func_end0-reset_palette +.Lfunc_end0: + .size reset_palette, .Lfunc_end0-reset_palette .globl bar .type bar,@function bar: # @bar .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 48 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -77,9 +77,9 @@ main: # @main i32.const $0=, 0 i32.const $2=, 6 copy_local $1=, $0 -BB2_1: # %for.body.i +.LBB2_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.load $push3=, vc_cons($0) i32.add $push4=, $pop3, $2 i32.const $push5=, -2 @@ -108,13 +108,13 @@ BB2_1: # %for.body.i i32.add $1=, $1, $pop20 i32.const $push21=, 54 i32.ne $push22=, $2, $pop21 - br_if $pop22, BB2_1 -BB2_2: # %reset_palette.exit + br_if $pop22, .LBB2_1 +.LBB2_2: # %reset_palette.exit i32.const $push23=, 0 call exit, $pop23 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a_con,@object # @a_con .bss diff --git a/test/torture-s/991202-1.c.s b/test/torture-s/991202-1.c.s index 3adfe246d..a7cf68af4 100644 --- a/test/torture-s/991202-1.c.s +++ b/test/torture-s/991202-1.c.s @@ -13,8 +13,8 @@ main: # @main i32.store $discard=, y($0), $pop1 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/991202-2.c.s b/test/torture-s/991202-2.c.s index 3d0ca7394..9047f939a 100644 --- a/test/torture-s/991202-2.c.s +++ b/test/torture-s/991202-2.c.s @@ -7,8 +7,8 @@ f1: # @f1 # BB#0: # %entry i32.const $push0=, 8 return $pop0 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991202-3.c.s b/test/torture-s/991202-3.c.s index e5c46e109..7c8f0fd7b 100644 --- a/test/torture-s/991202-3.c.s +++ b/test/torture-s/991202-3.c.s @@ -11,8 +11,8 @@ f: # @f i32.const $push2=, 536862720 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -23,8 +23,8 @@ g: # @g i32.const $push0=, 16 i32.shl $push1=, $0, $pop0 return $pop1 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl h .type h,@function @@ -35,8 +35,8 @@ h: # @h i32.const $push0=, 3 i32.shr_u $push1=, $0, $pop0 return $pop1 -func_end2: - .size h, func_end2-h +.Lfunc_end2: + .size h, .Lfunc_end2-h .globl main .type main,@function @@ -46,8 +46,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991216-1.c.s b/test/torture-s/991216-1.c.s index 075950d82..acccf76a9 100644 --- a/test/torture-s/991216-1.c.s +++ b/test/torture-s/991216-1.c.s @@ -5,312 +5,312 @@ test1: # @test1 .param i32, i64, i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %entry i64.const $push2=, 81985529216486895 i64.ne $push3=, $1, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#2: # %entry i32.const $push4=, 85 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.end return -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function test2: # @test2 .param i32, i32, i64, i32 # BB#0: # %entry - block BB1_5 + block .LBB1_5 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_5 + br_if $pop1, .LBB1_5 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB1_5 + br_if $pop3, .LBB1_5 # BB#2: # %entry i64.const $push4=, 81985529216486895 i64.ne $push5=, $2, $pop4 - br_if $pop5, BB1_5 + br_if $pop5, .LBB1_5 # BB#3: # %entry i32.const $push6=, 85 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB1_5 + br_if $pop7, .LBB1_5 # BB#4: # %if.end return -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function test3: # @test3 .param i32, i32, i32, i64, i32 # BB#0: # %entry - block BB2_6 + block .LBB2_6 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB2_6 + br_if $pop1, .LBB2_6 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB2_6 + br_if $pop3, .LBB2_6 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB2_6 + br_if $pop5, .LBB2_6 # BB#3: # %entry i64.const $push6=, 81985529216486895 i64.ne $push7=, $3, $pop6 - br_if $pop7, BB2_6 + br_if $pop7, .LBB2_6 # BB#4: # %entry i32.const $push8=, 85 i32.ne $push9=, $4, $pop8 - br_if $pop9, BB2_6 + br_if $pop9, .LBB2_6 # BB#5: # %if.end return -BB2_6: # %if.then +.LBB2_6: # %if.then call abort unreachable -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function test4: # @test4 .param i32, i32, i32, i32, i64, i32 # BB#0: # %entry - block BB3_7 + block .LBB3_7 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB3_7 + br_if $pop1, .LBB3_7 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB3_7 + br_if $pop3, .LBB3_7 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB3_7 + br_if $pop5, .LBB3_7 # BB#3: # %entry i32.const $push6=, 4 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB3_7 + br_if $pop7, .LBB3_7 # BB#4: # %entry i64.const $push8=, 81985529216486895 i64.ne $push9=, $4, $pop8 - br_if $pop9, BB3_7 + br_if $pop9, .LBB3_7 # BB#5: # %entry i32.const $push10=, 85 i32.ne $push11=, $5, $pop10 - br_if $pop11, BB3_7 + br_if $pop11, .LBB3_7 # BB#6: # %if.end return -BB3_7: # %if.then +.LBB3_7: # %if.then call abort unreachable -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function test5: # @test5 .param i32, i32, i32, i32, i32, i64, i32 # BB#0: # %entry - block BB4_8 + block .LBB4_8 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB4_8 + br_if $pop1, .LBB4_8 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB4_8 + br_if $pop3, .LBB4_8 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB4_8 + br_if $pop5, .LBB4_8 # BB#3: # %entry i32.const $push6=, 4 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB4_8 + br_if $pop7, .LBB4_8 # BB#4: # %entry i32.const $push8=, 5 i32.ne $push9=, $4, $pop8 - br_if $pop9, BB4_8 + br_if $pop9, .LBB4_8 # BB#5: # %entry i64.const $push10=, 81985529216486895 i64.ne $push11=, $5, $pop10 - br_if $pop11, BB4_8 + br_if $pop11, .LBB4_8 # BB#6: # %entry i32.const $push12=, 85 i32.ne $push13=, $6, $pop12 - br_if $pop13, BB4_8 + br_if $pop13, .LBB4_8 # BB#7: # %if.end return -BB4_8: # %if.then +.LBB4_8: # %if.then call abort unreachable -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function test6: # @test6 .param i32, i32, i32, i32, i32, i32, i64, i32 # BB#0: # %entry - block BB5_9 + block .LBB5_9 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB5_9 + br_if $pop1, .LBB5_9 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB5_9 + br_if $pop3, .LBB5_9 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB5_9 + br_if $pop5, .LBB5_9 # BB#3: # %entry i32.const $push6=, 4 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB5_9 + br_if $pop7, .LBB5_9 # BB#4: # %entry i32.const $push8=, 5 i32.ne $push9=, $4, $pop8 - br_if $pop9, BB5_9 + br_if $pop9, .LBB5_9 # BB#5: # %entry i32.const $push10=, 6 i32.ne $push11=, $5, $pop10 - br_if $pop11, BB5_9 + br_if $pop11, .LBB5_9 # BB#6: # %entry i64.const $push12=, 81985529216486895 i64.ne $push13=, $6, $pop12 - br_if $pop13, BB5_9 + br_if $pop13, .LBB5_9 # BB#7: # %entry i32.const $push14=, 85 i32.ne $push15=, $7, $pop14 - br_if $pop15, BB5_9 + br_if $pop15, .LBB5_9 # BB#8: # %if.end return -BB5_9: # %if.then +.LBB5_9: # %if.then call abort unreachable -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl test7 .type test7,@function test7: # @test7 .param i32, i32, i32, i32, i32, i32, i32, i64, i32 # BB#0: # %entry - block BB6_10 + block .LBB6_10 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB6_10 + br_if $pop1, .LBB6_10 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB6_10 + br_if $pop3, .LBB6_10 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB6_10 + br_if $pop5, .LBB6_10 # BB#3: # %entry i32.const $push6=, 4 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB6_10 + br_if $pop7, .LBB6_10 # BB#4: # %entry i32.const $push8=, 5 i32.ne $push9=, $4, $pop8 - br_if $pop9, BB6_10 + br_if $pop9, .LBB6_10 # BB#5: # %entry i32.const $push10=, 6 i32.ne $push11=, $5, $pop10 - br_if $pop11, BB6_10 + br_if $pop11, .LBB6_10 # BB#6: # %entry i32.const $push12=, 7 i32.ne $push13=, $6, $pop12 - br_if $pop13, BB6_10 + br_if $pop13, .LBB6_10 # BB#7: # %entry i64.const $push14=, 81985529216486895 i64.ne $push15=, $7, $pop14 - br_if $pop15, BB6_10 + br_if $pop15, .LBB6_10 # BB#8: # %entry i32.const $push16=, 85 i32.ne $push17=, $8, $pop16 - br_if $pop17, BB6_10 + br_if $pop17, .LBB6_10 # BB#9: # %if.end return -BB6_10: # %if.then +.LBB6_10: # %if.then call abort unreachable -func_end6: - .size test7, func_end6-test7 +.Lfunc_end6: + .size test7, .Lfunc_end6-test7 .globl test8 .type test8,@function test8: # @test8 .param i32, i32, i32, i32, i32, i32, i32, i32, i64, i32 # BB#0: # %entry - block BB7_11 + block .LBB7_11 i32.const $push0=, 1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB7_11 + br_if $pop1, .LBB7_11 # BB#1: # %entry i32.const $push2=, 2 i32.ne $push3=, $1, $pop2 - br_if $pop3, BB7_11 + br_if $pop3, .LBB7_11 # BB#2: # %entry i32.const $push4=, 3 i32.ne $push5=, $2, $pop4 - br_if $pop5, BB7_11 + br_if $pop5, .LBB7_11 # BB#3: # %entry i32.const $push6=, 4 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB7_11 + br_if $pop7, .LBB7_11 # BB#4: # %entry i32.const $push8=, 5 i32.ne $push9=, $4, $pop8 - br_if $pop9, BB7_11 + br_if $pop9, .LBB7_11 # BB#5: # %entry i32.const $push10=, 6 i32.ne $push11=, $5, $pop10 - br_if $pop11, BB7_11 + br_if $pop11, .LBB7_11 # BB#6: # %entry i32.const $push12=, 7 i32.ne $push13=, $6, $pop12 - br_if $pop13, BB7_11 + br_if $pop13, .LBB7_11 # BB#7: # %entry i32.const $push14=, 8 i32.ne $push15=, $7, $pop14 - br_if $pop15, BB7_11 + br_if $pop15, .LBB7_11 # BB#8: # %entry i64.const $push16=, 81985529216486895 i64.ne $push17=, $8, $pop16 - br_if $pop17, BB7_11 + br_if $pop17, .LBB7_11 # BB#9: # %entry i32.const $push18=, 85 i32.ne $push19=, $9, $pop18 - br_if $pop19, BB7_11 + br_if $pop19, .LBB7_11 # BB#10: # %if.end return -BB7_11: # %if.then +.LBB7_11: # %if.then call abort unreachable -func_end7: - .size test8, func_end7-test8 +.Lfunc_end7: + .size test8, .Lfunc_end7-test8 .globl main .type main,@function @@ -320,8 +320,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end8: - .size main, func_end8-main +.Lfunc_end8: + .size main, .Lfunc_end8-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991216-4.c.s b/test/torture-s/991216-4.c.s index 7166be8bc..9d35700ff 100644 --- a/test/torture-s/991216-4.c.s +++ b/test/torture-s/991216-4.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991221-1.c.s b/test/torture-s/991221-1.c.s index 1e09a68a0..74062d099 100644 --- a/test/torture-s/991221-1.c.s +++ b/test/torture-s/991221-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/991227-1.c.s b/test/torture-s/991227-1.c.s index d63773cd2..9bc58fcef 100644 --- a/test/torture-s/991227-1.c.s +++ b/test/torture-s/991227-1.c.s @@ -12,8 +12,8 @@ doit: # @doit i32.const $push3=, 1 i32.add $push4=, $pop2, $pop3 return $pop4 -func_end0: - .size doit, func_end0-doit +.Lfunc_end0: + .size doit, .Lfunc_end0-doit .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.cst8,"aM",@progbits,8 diff --git a/test/torture-s/991228-1.c.s b/test/torture-s/991228-1.c.s index 2e3f386be..a7cc2b753 100644 --- a/test/torture-s/991228-1.c.s +++ b/test/torture-s/991228-1.c.s @@ -29,8 +29,8 @@ signbit: # @signbit i32.const $4=, __stack_pointer i32.store $5=, 0($4), $5 return $pop6 -func_end0: - .size signbit, func_end0-signbit +.Lfunc_end0: + .size signbit, .Lfunc_end0-signbit .globl main .type main,@function @@ -45,7 +45,7 @@ main: # @main i32.const $3=, __stack_pointer i32.store $5=, 0($3), $5 i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, endianness_test($0) i32.const $push1=, 2 i32.shl $1=, $pop0, $pop1 @@ -53,28 +53,28 @@ main: # @main i32.add $push3=, $pop2, $1 i32.load $push4=, 0($pop3) i32.lt_s $push5=, $pop4, $0 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.then call exit, $0 unreachable -BB1_2: # %if.end +.LBB1_2: # %if.end i64.const $push6=, -4625196817309499392 i64.store $discard=, 8($5), $pop6 i32.const $4=, 8 i32.add $4=, $5, $4 - block BB1_4 + block .LBB1_4 i32.add $push7=, $4, $1 i32.load $push8=, 0($pop7) i32.lt_s $push9=, $pop8, $0 - br_if $pop9, BB1_4 + br_if $pop9, .LBB1_4 # BB#3: # %if.then1 call abort unreachable -BB1_4: # %if.end2 +.LBB1_4: # %if.end2 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type u,@object # @u .data diff --git a/test/torture-s/align-1.c.s b/test/torture-s/align-1.c.s index a7f78ba30..6b3dd50e2 100644 --- a/test/torture-s/align-1.c.s +++ b/test/torture-s/align-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/align-2.c.s b/test/torture-s/align-2.c.s index fd728a5d5..e18cadf81 100644 --- a/test/torture-s/align-2.c.s +++ b/test/torture-s/align-2.c.s @@ -7,267 +7,267 @@ main: # @main .local i32, i64 # BB#0: # %entry i32.const $0=, 0 - block BB0_56 + block .LBB0_56 i32.load8_u $push0=, s_c_s($0) i32.const $push1=, 97 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_56 + br_if $pop2, .LBB0_56 # BB#1: # %if.end - block BB0_55 + block .LBB0_55 i32.load16_u $push3=, s_c_s+2($0) i32.const $push4=, 13 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_55 + br_if $pop5, .LBB0_55 # BB#2: # %if.end6 - block BB0_54 + block .LBB0_54 i32.load8_u $push6=, s_c_i($0) i32.const $push7=, 98 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_54 + br_if $pop8, .LBB0_54 # BB#3: # %if.end11 - block BB0_53 + block .LBB0_53 i32.load $push9=, s_c_i+4($0) i32.const $push10=, 14 i32.ne $push11=, $pop9, $pop10 - br_if $pop11, BB0_53 + br_if $pop11, .LBB0_53 # BB#4: # %if.end15 - block BB0_52 + block .LBB0_52 i32.load16_u $push12=, s_s_i($0) i32.const $push13=, 15 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB0_52 + br_if $pop14, .LBB0_52 # BB#5: # %if.end20 - block BB0_51 + block .LBB0_51 i32.load $push15=, s_s_i+4($0) i32.const $push16=, 16 i32.ne $push17=, $pop15, $pop16 - br_if $pop17, BB0_51 + br_if $pop17, .LBB0_51 # BB#6: # %if.end24 - block BB0_50 + block .LBB0_50 i32.load8_u $push18=, s_c_f($0) i32.const $push19=, 99 i32.ne $push20=, $pop18, $pop19 - br_if $pop20, BB0_50 + br_if $pop20, .LBB0_50 # BB#7: # %if.end29 - block BB0_49 + block .LBB0_49 f32.load $push21=, s_c_f+4($0) f32.const $push22=, 0x1.1p4 f32.ne $push23=, $pop21, $pop22 - br_if $pop23, BB0_49 + br_if $pop23, .LBB0_49 # BB#8: # %if.end34 - block BB0_48 + block .LBB0_48 i32.load16_u $push24=, s_s_f($0) i32.const $push25=, 18 i32.ne $push26=, $pop24, $pop25 - br_if $pop26, BB0_48 + br_if $pop26, .LBB0_48 # BB#9: # %if.end39 - block BB0_47 + block .LBB0_47 f32.load $push27=, s_s_f+4($0) f32.const $push28=, 0x1.3p4 f32.ne $push29=, $pop27, $pop28 - br_if $pop29, BB0_47 + br_if $pop29, .LBB0_47 # BB#10: # %if.end44 - block BB0_46 + block .LBB0_46 i32.load8_u $push30=, s_c_d($0) i32.const $push31=, 100 i32.ne $push32=, $pop30, $pop31 - br_if $pop32, BB0_46 + br_if $pop32, .LBB0_46 # BB#11: # %if.end49 - block BB0_45 + block .LBB0_45 f64.load $push33=, s_c_d+8($0) f64.const $push34=, 0x1.4p4 f64.ne $push35=, $pop33, $pop34 - br_if $pop35, BB0_45 + br_if $pop35, .LBB0_45 # BB#12: # %if.end53 - block BB0_44 + block .LBB0_44 i32.load16_u $push36=, s_s_d($0) i32.const $push37=, 21 i32.ne $push38=, $pop36, $pop37 - br_if $pop38, BB0_44 + br_if $pop38, .LBB0_44 # BB#13: # %if.end58 - block BB0_43 + block .LBB0_43 f64.load $push39=, s_s_d+8($0) f64.const $push40=, 0x1.6p4 f64.ne $push41=, $pop39, $pop40 - br_if $pop41, BB0_43 + br_if $pop41, .LBB0_43 # BB#14: # %if.end62 - block BB0_42 + block .LBB0_42 i32.load $push42=, s_i_d($0) i32.const $push43=, 23 i32.ne $push44=, $pop42, $pop43 - br_if $pop44, BB0_42 + br_if $pop44, .LBB0_42 # BB#15: # %if.end66 - block BB0_41 + block .LBB0_41 f64.load $push45=, s_i_d+8($0) f64.const $push46=, 0x1.8p4 f64.ne $push47=, $pop45, $pop46 - br_if $pop47, BB0_41 + br_if $pop47, .LBB0_41 # BB#16: # %if.end70 - block BB0_40 + block .LBB0_40 f32.load $push48=, s_f_d($0) f32.const $push49=, 0x1.9p4 f32.ne $push50=, $pop48, $pop49 - br_if $pop50, BB0_40 + br_if $pop50, .LBB0_40 # BB#17: # %if.end75 - block BB0_39 + block .LBB0_39 f64.load $push51=, s_f_d+8($0) f64.const $push52=, 0x1.ap4 f64.ne $push53=, $pop51, $pop52 - br_if $pop53, BB0_39 + br_if $pop53, .LBB0_39 # BB#18: # %if.end79 - block BB0_38 + block .LBB0_38 i32.load8_u $push54=, s_c_ld($0) i32.const $push55=, 101 i32.ne $push56=, $pop54, $pop55 - br_if $pop56, BB0_38 + br_if $pop56, .LBB0_38 # BB#19: # %if.end84 i64.const $1=, 0 - block BB0_37 + block .LBB0_37 i64.load $push58=, s_c_ld+16($0) i64.load $push57=, s_c_ld+24($0) i64.const $push59=, 4612723957404008448 i32.call $push60=, __eqtf2, $pop58, $pop57, $1, $pop59 - br_if $pop60, BB0_37 + br_if $pop60, .LBB0_37 # BB#20: # %if.end88 - block BB0_36 + block .LBB0_36 i32.load16_u $push61=, s_s_ld($0) i32.const $push62=, 28 i32.ne $push63=, $pop61, $pop62 - br_if $pop63, BB0_36 + br_if $pop63, .LBB0_36 # BB#21: # %if.end93 - block BB0_35 + block .LBB0_35 i64.load $push65=, s_s_ld+16($0) i64.load $push64=, s_s_ld+24($0) i64.const $push66=, 4612759141776097280 i32.call $push67=, __eqtf2, $pop65, $pop64, $1, $pop66 - br_if $pop67, BB0_35 + br_if $pop67, .LBB0_35 # BB#22: # %if.end97 - block BB0_34 + block .LBB0_34 i32.load $push68=, s_i_ld($0) i32.const $push69=, 30 i32.ne $push70=, $pop68, $pop69 - br_if $pop70, BB0_34 + br_if $pop70, .LBB0_34 # BB#23: # %if.end101 - block BB0_33 + block .LBB0_33 i64.load $push72=, s_i_ld+16($0) i64.load $push71=, s_i_ld+24($0) i64.const $push73=, 4612794326148186112 i32.call $push74=, __eqtf2, $pop72, $pop71, $1, $pop73 - br_if $pop74, BB0_33 + br_if $pop74, .LBB0_33 # BB#24: # %if.end105 - block BB0_32 + block .LBB0_32 f32.load $push75=, s_f_ld($0) f32.const $push76=, 0x1p5 f32.ne $push77=, $pop75, $pop76 - br_if $pop77, BB0_32 + br_if $pop77, .LBB0_32 # BB#25: # %if.end110 - block BB0_31 + block .LBB0_31 i64.load $push79=, s_f_ld+16($0) i64.load $push78=, s_f_ld+24($0) i64.const $push80=, 4612820714427252736 i32.call $push81=, __eqtf2, $pop79, $pop78, $1, $pop80 - br_if $pop81, BB0_31 + br_if $pop81, .LBB0_31 # BB#26: # %if.end114 - block BB0_30 + block .LBB0_30 f64.load $push82=, s_d_ld($0) f64.const $push83=, 0x1.1p5 f64.ne $push84=, $pop82, $pop83 - br_if $pop84, BB0_30 + br_if $pop84, .LBB0_30 # BB#27: # %if.end118 - block BB0_29 + block .LBB0_29 i64.load $push86=, s_d_ld+16($0) i64.load $push85=, s_d_ld+24($0) i64.const $push87=, 4612838306613297152 i32.call $push88=, __eqtf2, $pop86, $pop85, $1, $pop87 - br_if $pop88, BB0_29 + br_if $pop88, .LBB0_29 # BB#28: # %if.end122 return $0 -BB0_29: # %if.then121 +.LBB0_29: # %if.then121 call abort unreachable -BB0_30: # %if.then117 +.LBB0_30: # %if.then117 call abort unreachable -BB0_31: # %if.then113 +.LBB0_31: # %if.then113 call abort unreachable -BB0_32: # %if.then109 +.LBB0_32: # %if.then109 call abort unreachable -BB0_33: # %if.then104 +.LBB0_33: # %if.then104 call abort unreachable -BB0_34: # %if.then100 +.LBB0_34: # %if.then100 call abort unreachable -BB0_35: # %if.then96 +.LBB0_35: # %if.then96 call abort unreachable -BB0_36: # %if.then92 +.LBB0_36: # %if.then92 call abort unreachable -BB0_37: # %if.then87 +.LBB0_37: # %if.then87 call abort unreachable -BB0_38: # %if.then83 +.LBB0_38: # %if.then83 call abort unreachable -BB0_39: # %if.then78 +.LBB0_39: # %if.then78 call abort unreachable -BB0_40: # %if.then74 +.LBB0_40: # %if.then74 call abort unreachable -BB0_41: # %if.then69 +.LBB0_41: # %if.then69 call abort unreachable -BB0_42: # %if.then65 +.LBB0_42: # %if.then65 call abort unreachable -BB0_43: # %if.then61 +.LBB0_43: # %if.then61 call abort unreachable -BB0_44: # %if.then57 +.LBB0_44: # %if.then57 call abort unreachable -BB0_45: # %if.then52 +.LBB0_45: # %if.then52 call abort unreachable -BB0_46: # %if.then48 +.LBB0_46: # %if.then48 call abort unreachable -BB0_47: # %if.then43 +.LBB0_47: # %if.then43 call abort unreachable -BB0_48: # %if.then38 +.LBB0_48: # %if.then38 call abort unreachable -BB0_49: # %if.then33 +.LBB0_49: # %if.then33 call abort unreachable -BB0_50: # %if.then28 +.LBB0_50: # %if.then28 call abort unreachable -BB0_51: # %if.then23 +.LBB0_51: # %if.then23 call abort unreachable -BB0_52: # %if.then19 +.LBB0_52: # %if.then19 call abort unreachable -BB0_53: # %if.then14 +.LBB0_53: # %if.then14 call abort unreachable -BB0_54: # %if.then10 +.LBB0_54: # %if.then10 call abort unreachable -BB0_55: # %if.then5 +.LBB0_55: # %if.then5 call abort unreachable -BB0_56: # %if.then +.LBB0_56: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s_c_s,@object # @s_c_s .data diff --git a/test/torture-s/align-3.c.s b/test/torture-s/align-3.c.s index e49c3458c..44fff641a 100644 --- a/test/torture-s/align-3.c.s +++ b/test/torture-s/align-3.c.s @@ -6,8 +6,8 @@ func: # @func # BB#0: # %entry return -func_end0: - .size func, func_end0-func +.Lfunc_end0: + .size func, .Lfunc_end0-func .globl main .type main,@function @@ -16,8 +16,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/alloca-1.c.s b/test/torture-s/alloca-1.c.s index b120fcdf6..e49204d8f 100644 --- a/test/torture-s/alloca-1.c.s +++ b/test/torture-s/alloca-1.c.s @@ -23,8 +23,8 @@ foo: # @foo i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -41,9 +41,9 @@ main: # @main i32.const $push0=, 15 i32.const $3=, 0 i32.add $3=, $4, $3 - block BB1_2 + block .LBB1_2 i32.and $push1=, $3, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 0 i32.const $2=, 32 @@ -51,11 +51,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop2 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/anon-1.c.s b/test/torture-s/anon-1.c.s index 8d49542ee..65265ad9d 100644 --- a/test/torture-s/anon-1.c.s +++ b/test/torture-s/anon-1.c.s @@ -13,8 +13,8 @@ main: # @main i32.const $push1=, 5 i32.store $discard=, foo+4($2), $pop1 return $2 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@object # @foo .bss diff --git a/test/torture-s/arith-1.c.s b/test/torture-s/arith-1.c.s index c34ee5f24..71656e387 100644 --- a/test/torture-s/arith-1.c.s +++ b/test/torture-s/arith-1.c.s @@ -13,8 +13,8 @@ sat_add: # @sat_add i32.add $push1=, $0, $pop0 i32.select $push3=, $pop2, $1, $pop1 return $pop3 -func_end0: - .size sat_add, func_end0-sat_add +.Lfunc_end0: + .size sat_add, .Lfunc_end0-sat_add .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/arith-rand-ll.c.s b/test/torture-s/arith-rand-ll.c.s index f6fd013c0..9a38f1c53 100644 --- a/test/torture-s/arith-rand-ll.c.s +++ b/test/torture-s/arith-rand-ll.c.s @@ -16,8 +16,8 @@ simple_rand: # @simple_rand i64.const $push6=, 8 i64.shr_u $push7=, $pop5, $pop6 return $pop7 -func_end0: - .size simple_rand, func_end0-simple_rand +.Lfunc_end0: + .size simple_rand, .Lfunc_end0-simple_rand .globl random_bitstring .type random_bitstring,@function @@ -28,9 +28,9 @@ random_bitstring: # @random_bitstring i32.const $3=, 0 i64.load $2=, simple_rand.seed($3) i64.const $4=, 0 -BB1_1: # %for.cond +.LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB1_5 + loop .LBB1_5 i64.const $push0=, 1103515245 i64.mul $push1=, $2, $pop0 i64.const $push2=, 12345 @@ -42,38 +42,38 @@ BB1_1: # %for.cond i32.and $1=, $pop4, $pop5 i32.const $push20=, 0 i32.eq $push21=, $1, $pop20 - br_if $pop21, BB1_5 + br_if $pop21, .LBB1_5 # BB#2: # %if.else - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i64.const $push6=, 15 i64.and $push7=, $0, $pop6 i64.shl $4=, $4, $pop7 i32.add $3=, $1, $3 - block BB1_4 + block .LBB1_4 i64.const $push8=, 256 i64.and $push9=, $2, $pop8 i64.const $push10=, 0 i64.eq $push11=, $pop9, $pop10 - br_if $pop11, BB1_4 + br_if $pop11, .LBB1_4 # BB#3: # %if.then2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push12=, 1 i32.shl $push13=, $pop12, $1 i32.const $push14=, -1 i32.add $push15=, $pop13, $pop14 i64.extend_s/i32 $push16=, $pop15 i64.or $4=, $pop16, $4 -BB1_4: # %if.end - # in Loop: Header=BB1_1 Depth=1 +.LBB1_4: # %if.end + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push17=, 71 i32.lt_u $push18=, $3, $pop17 - br_if $pop18, BB1_1 -BB1_5: # %cleanup + br_if $pop18, .LBB1_1 +.LBB1_5: # %cleanup i32.const $push19=, 0 i64.store $discard=, simple_rand.seed($pop19), $2 return $4 -func_end1: - .size random_bitstring, func_end1-random_bitstring +.Lfunc_end1: + .size random_bitstring, .Lfunc_end1-random_bitstring .globl main .type main,@function @@ -86,17 +86,17 @@ main: # @main i64.const $7=, 0 copy_local $0=, $7 i32.const $12=, 15 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB2_2 Depth 2 - # Child Loop BB2_7 Depth 2 - loop BB2_32 + # Child Loop .LBB2_2 Depth 2 + # Child Loop .LBB2_7 Depth 2 + loop .LBB2_32 copy_local $20=, $7 copy_local $19=, $8 -BB2_2: # %for.cond.i - # Parent Loop BB2_1 Depth=1 +.LBB2_2: # %for.cond.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_6 + loop .LBB2_6 i64.const $9=, 1103515245 i64.const $10=, 12345 i64.mul $push0=, $2, $9 @@ -107,40 +107,40 @@ BB2_2: # %for.cond.i i32.and $1=, $pop1, $12 i32.const $push92=, 0 i32.eq $push93=, $1, $pop92 - br_if $pop93, BB2_6 + br_if $pop93, .LBB2_6 # BB#3: # %if.else.i - # in Loop: Header=BB2_2 Depth=2 + # in Loop: Header=.LBB2_2 Depth=2 i64.const $push2=, 15 i64.and $push3=, $21, $pop2 i64.shl $20=, $20, $pop3 i32.add $19=, $1, $19 - block BB2_5 + block .LBB2_5 i64.const $push4=, 256 i64.and $push5=, $2, $pop4 i64.const $push6=, 0 i64.eq $push7=, $pop5, $pop6 - br_if $pop7, BB2_5 + br_if $pop7, .LBB2_5 # BB#4: # %if.then2.i - # in Loop: Header=BB2_2 Depth=2 + # in Loop: Header=.LBB2_2 Depth=2 i32.const $push8=, 1 i32.shl $push9=, $pop8, $1 i32.const $push10=, -1 i32.add $push11=, $pop9, $pop10 i64.extend_s/i32 $push12=, $pop11 i64.or $20=, $pop12, $20 -BB2_5: # %if.end.i - # in Loop: Header=BB2_2 Depth=2 +.LBB2_5: # %if.end.i + # in Loop: Header=.LBB2_2 Depth=2 i32.const $push13=, 71 i32.lt_u $push14=, $19, $pop13 - br_if $pop14, BB2_2 -BB2_6: # %random_bitstring.exit - # in Loop: Header=BB2_1 Depth=1 + br_if $pop14, .LBB2_2 +.LBB2_6: # %random_bitstring.exit + # in Loop: Header=.LBB2_1 Depth=1 i64.const $21=, 0 i32.const $19=, 0 -BB2_7: # %for.cond.i452 - # Parent Loop BB2_1 Depth=1 +.LBB2_7: # %for.cond.i452 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_11 + loop .LBB2_11 i64.mul $push15=, $2, $9 i64.add $2=, $pop15, $10 i64.shr_u $3=, $2, $11 @@ -148,115 +148,115 @@ BB2_7: # %for.cond.i452 i32.and $1=, $pop16, $12 i32.const $push94=, 0 i32.eq $push95=, $1, $pop94 - br_if $pop95, BB2_11 + br_if $pop95, .LBB2_11 # BB#8: # %if.else.i457 - # in Loop: Header=BB2_7 Depth=2 + # in Loop: Header=.LBB2_7 Depth=2 i64.const $push17=, 15 i64.and $push18=, $3, $pop17 i64.shl $21=, $21, $pop18 i32.add $19=, $1, $19 - block BB2_10 + block .LBB2_10 i64.const $push19=, 256 i64.and $push20=, $2, $pop19 i64.const $push21=, 0 i64.eq $push22=, $pop20, $pop21 - br_if $pop22, BB2_10 + br_if $pop22, .LBB2_10 # BB#9: # %if.then2.i462 - # in Loop: Header=BB2_7 Depth=2 + # in Loop: Header=.LBB2_7 Depth=2 i32.const $push23=, 1 i32.shl $push24=, $pop23, $1 i32.const $push25=, -1 i32.add $push26=, $pop24, $pop25 i64.extend_s/i32 $push27=, $pop26 i64.or $21=, $pop27, $21 -BB2_10: # %if.end.i465 - # in Loop: Header=BB2_7 Depth=2 +.LBB2_10: # %if.end.i465 + # in Loop: Header=.LBB2_7 Depth=2 i32.const $push28=, 71 i32.lt_u $push29=, $19, $pop28 - br_if $pop29, BB2_7 -BB2_11: # %random_bitstring.exit467 - # in Loop: Header=BB2_1 Depth=1 + br_if $pop29, .LBB2_7 +.LBB2_11: # %random_bitstring.exit467 + # in Loop: Header=.LBB2_1 Depth=1 i64.const $9=, 0 - block BB2_31 + block .LBB2_31 i64.eq $push30=, $21, $9 - br_if $pop30, BB2_31 + br_if $pop30, .LBB2_31 # BB#12: # %cleanup.cont - # in Loop: Header=BB2_1 Depth=1 - block BB2_14 + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_14 i64.const $push31=, 9223372036854775807 i64.and $push32=, $20, $pop31 i64.ne $push33=, $pop32, $9 - br_if $pop33, BB2_14 + br_if $pop33, .LBB2_14 # BB#13: # %cleanup.cont - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i64.const $push34=, -1 i64.eq $push35=, $21, $pop34 - br_if $pop35, BB2_31 -BB2_14: # %if.end17 - # in Loop: Header=BB2_1 Depth=1 + br_if $pop35, .LBB2_31 +.LBB2_14: # %if.end17 + # in Loop: Header=.LBB2_1 Depth=1 i64.const $9=, 63 i64.shr_s $10=, $21, $9 i64.rem_s $11=, $20, $21 i64.shr_s $9=, $11, $9 - block BB2_30 + block .LBB2_30 i64.add $push38=, $11, $9 i64.xor $push39=, $pop38, $9 i64.add $push36=, $21, $10 i64.xor $push37=, $pop36, $10 i64.ge_u $push40=, $pop39, $pop37 - br_if $pop40, BB2_30 + br_if $pop40, .LBB2_30 # BB#15: # %save_time - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.wrap/i64 $1=, $21 i32.const $push96=, 0 i32.eq $push97=, $1, $pop96 - br_if $pop97, BB2_31 + br_if $pop97, .LBB2_31 # BB#16: # %cleanup.cont65 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.wrap/i64 $19=, $20 - block BB2_18 + block .LBB2_18 i32.const $push42=, 2147483647 i32.and $push43=, $19, $pop42 - br_if $pop43, BB2_18 + br_if $pop43, .LBB2_18 # BB#17: # %cleanup.cont65 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push44=, -1 i32.eq $push45=, $1, $pop44 - br_if $pop45, BB2_31 -BB2_18: # %if.end79 - # in Loop: Header=BB2_1 Depth=1 + br_if $pop45, .LBB2_31 +.LBB2_18: # %if.end79 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $5=, 31 i32.shr_s $13=, $1, $5 i32.rem_s $15=, $19, $1 i32.shr_s $5=, $15, $5 - block BB2_29 + block .LBB2_29 i32.add $push48=, $15, $5 i32.xor $push49=, $pop48, $5 i32.add $push46=, $1, $13 i32.xor $push47=, $pop46, $13 i32.ge_u $push50=, $pop49, $pop47 - br_if $pop50, BB2_29 + br_if $pop50, .LBB2_29 # BB#19: # %lor.lhs.false103 - # in Loop: Header=BB2_1 Depth=1 - block BB2_21 + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_21 i32.const $push98=, 0 i32.eq $push99=, $15, $pop98 - br_if $pop99, BB2_21 + br_if $pop99, .LBB2_21 # BB#20: # %lor.lhs.false103 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.xor $push51=, $15, $19 i32.const $push52=, -1 i32.le_s $push53=, $pop51, $pop52 - br_if $pop53, BB2_29 -BB2_21: # %cleanup.cont118 - # in Loop: Header=BB2_1 Depth=1 + br_if $pop53, .LBB2_29 +.LBB2_21: # %cleanup.cont118 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $14=, 65535 i32.and $push54=, $1, $14 i32.const $push100=, 0 i32.eq $push101=, $pop54, $pop100 - br_if $pop101, BB2_31 + br_if $pop101, .LBB2_31 # BB#22: # %cleanup.cont158 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $15=, 16 i32.shl $push55=, $19, $15 i32.shr_s $4=, $pop55, $15 @@ -267,7 +267,7 @@ BB2_21: # %cleanup.cont118 i32.shr_s $6=, $17, $15 i32.const $18=, -65536 i32.const $13=, 0 - block BB2_28 + block .LBB2_28 i32.gt_s $push57=, $17, $18 i32.sub $push58=, $13, $6 i32.select $push59=, $pop57, $6, $pop58 @@ -276,25 +276,25 @@ BB2_21: # %cleanup.cont118 i32.select $push62=, $pop60, $5, $pop61 i32.and $push63=, $pop62, $14 i32.ge_s $push64=, $pop59, $pop63 - br_if $pop64, BB2_28 + br_if $pop64, .LBB2_28 # BB#23: # %lor.lhs.false197 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.div_s $push65=, $4, $5 i32.mul $push66=, $pop65, $5 i32.add $push67=, $pop66, $6 i32.shl $push68=, $pop67, $15 i32.shr_s $push69=, $pop68, $15 i32.ne $push70=, $pop69, $4 - br_if $pop70, BB2_28 + br_if $pop70, .LBB2_28 # BB#24: # %if.end209 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $5=, 255 i32.and $push71=, $1, $5 i32.const $push102=, 0 i32.eq $push103=, $pop71, $pop102 - br_if $pop103, BB2_31 + br_if $pop103, .LBB2_31 # BB#25: # %cleanup.cont249 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $15=, 24 i32.shl $push72=, $19, $15 i32.shr_s $14=, $pop72, $15 @@ -304,7 +304,7 @@ BB2_21: # %cleanup.cont118 i32.shl $4=, $pop73, $15 i32.shr_s $19=, $4, $15 i32.const $16=, -16777216 - block BB2_27 + block .LBB2_27 i32.gt_s $push74=, $4, $16 i32.sub $push75=, $13, $19 i32.select $push76=, $pop74, $19, $pop75 @@ -313,48 +313,48 @@ BB2_21: # %cleanup.cont118 i32.select $push79=, $pop77, $1, $pop78 i32.and $push80=, $pop79, $5 i32.ge_s $push81=, $pop76, $pop80 - br_if $pop81, BB2_27 + br_if $pop81, .LBB2_27 # BB#26: # %lor.lhs.false288 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.div_s $push82=, $14, $1 i32.mul $push83=, $pop82, $1 i32.add $push84=, $pop83, $19 i32.shl $push85=, $pop84, $15 i32.shr_s $push86=, $pop85, $15 i32.eq $push87=, $pop86, $14 - br_if $pop87, BB2_31 -BB2_27: # %if.then299 + br_if $pop87, .LBB2_31 +.LBB2_27: # %if.then299 i64.store $discard=, simple_rand.seed($13), $2 call abort unreachable -BB2_28: # %if.then208 +.LBB2_28: # %if.then208 i64.store $discard=, simple_rand.seed($13), $2 call abort unreachable -BB2_29: # %if.then111 +.LBB2_29: # %if.then111 i32.const $push88=, 0 i64.store $discard=, simple_rand.seed($pop88), $2 call abort unreachable -BB2_30: # %if.then32 +.LBB2_30: # %if.then32 i32.const $push41=, 0 i64.store $discard=, simple_rand.seed($pop41), $2 call abort unreachable -BB2_31: # %cleanup301 - # in Loop: Header=BB2_1 Depth=1 +.LBB2_31: # %cleanup301 + # in Loop: Header=.LBB2_1 Depth=1 i64.const $push89=, 1 i64.add $0=, $0, $pop89 i64.const $push90=, 10000 i64.lt_s $push91=, $0, $pop90 - br_if $pop91, BB2_1 -BB2_32: # %for.end + br_if $pop91, .LBB2_1 +.LBB2_32: # %for.end i32.const $1=, 0 i64.store $discard=, simple_rand.seed($1), $2 call exit, $1 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type simple_rand.seed,@object # @simple_rand.seed .data diff --git a/test/torture-s/arith-rand.c.s b/test/torture-s/arith-rand.c.s index 4f0a2e139..9e3774dac 100644 --- a/test/torture-s/arith-rand.c.s +++ b/test/torture-s/arith-rand.c.s @@ -16,8 +16,8 @@ simple_rand: # @simple_rand i32.const $push6=, 8 i32.shr_u $push7=, $pop5, $pop6 return $pop7 -func_end0: - .size simple_rand, func_end0-simple_rand +.Lfunc_end0: + .size simple_rand, .Lfunc_end0-simple_rand .globl random_bitstring .type random_bitstring,@function @@ -28,9 +28,9 @@ random_bitstring: # @random_bitstring i32.const $3=, 0 i32.load $1=, simple_rand.seed($3) copy_local $2=, $3 -BB1_1: # %for.cond +.LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB1_5 + loop .LBB1_5 i32.const $push0=, 1103515245 i32.mul $push1=, $1, $pop0 i32.const $push2=, 12345 @@ -41,35 +41,35 @@ BB1_1: # %for.cond i32.and $0=, $pop4, $pop5 i32.const $push15=, 0 i32.eq $push16=, $0, $pop15 - br_if $pop16, BB1_5 + br_if $pop16, .LBB1_5 # BB#2: # %if.else - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $2=, $0, $2 i32.shl $3=, $3, $0 - block BB1_4 + block .LBB1_4 i32.const $push6=, 256 i32.and $push7=, $1, $pop6 i32.const $push17=, 0 i32.eq $push18=, $pop7, $pop17 - br_if $pop18, BB1_4 + br_if $pop18, .LBB1_4 # BB#3: # %if.then1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push8=, 1 i32.shl $push9=, $pop8, $0 i32.const $push10=, -1 i32.add $push11=, $pop9, $pop10 i32.or $3=, $pop11, $3 -BB1_4: # %if.end - # in Loop: Header=BB1_1 Depth=1 +.LBB1_4: # %if.end + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push12=, 39 i32.lt_u $push13=, $2, $pop12 - br_if $pop13, BB1_1 -BB1_5: # %cleanup + br_if $pop13, .LBB1_1 +.LBB1_5: # %cleanup i32.const $push14=, 0 i32.store $discard=, simple_rand.seed($pop14), $1 return $3 -func_end1: - .size random_bitstring, func_end1-random_bitstring +.Lfunc_end1: + .size random_bitstring, .Lfunc_end1-random_bitstring .globl main .type main,@function @@ -80,17 +80,17 @@ main: # @main i32.const $3=, 0 i32.load $2=, simple_rand.seed($3) copy_local $0=, $3 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB2_2 Depth 2 - # Child Loop BB2_7 Depth 2 - loop BB2_25 + # Child Loop .LBB2_2 Depth 2 + # Child Loop .LBB2_7 Depth 2 + loop .LBB2_25 copy_local $11=, $3 copy_local $13=, $3 -BB2_2: # %for.cond.i - # Parent Loop BB2_1 Depth=1 +.LBB2_2: # %for.cond.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_6 + loop .LBB2_6 i32.const $4=, 1103515245 i32.const $5=, 12345 i32.mul $push0=, $2, $4 @@ -101,105 +101,105 @@ BB2_2: # %for.cond.i i32.and $1=, $pop1, $7 i32.const $push67=, 0 i32.eq $push68=, $1, $pop67 - br_if $pop68, BB2_6 + br_if $pop68, .LBB2_6 # BB#3: # %if.else.i - # in Loop: Header=BB2_2 Depth=2 + # in Loop: Header=.LBB2_2 Depth=2 i32.add $13=, $1, $13 i32.shl $11=, $11, $1 - block BB2_5 + block .LBB2_5 i32.const $push2=, 256 i32.and $push3=, $2, $pop2 i32.const $push69=, 0 i32.eq $push70=, $pop3, $pop69 - br_if $pop70, BB2_5 + br_if $pop70, .LBB2_5 # BB#4: # %if.then1.i - # in Loop: Header=BB2_2 Depth=2 + # in Loop: Header=.LBB2_2 Depth=2 i32.const $push4=, 1 i32.shl $push5=, $pop4, $1 i32.const $push6=, -1 i32.add $push7=, $pop5, $pop6 i32.or $11=, $pop7, $11 -BB2_5: # %if.end.i - # in Loop: Header=BB2_2 Depth=2 +.LBB2_5: # %if.end.i + # in Loop: Header=.LBB2_2 Depth=2 i32.const $push8=, 39 i32.lt_u $push9=, $13, $pop8 - br_if $pop9, BB2_2 -BB2_6: # %random_bitstring.exit - # in Loop: Header=BB2_1 Depth=1 + br_if $pop9, .LBB2_2 +.LBB2_6: # %random_bitstring.exit + # in Loop: Header=.LBB2_1 Depth=1 i32.const $13=, 0 copy_local $12=, $13 -BB2_7: # %for.cond.i339 - # Parent Loop BB2_1 Depth=1 +.LBB2_7: # %for.cond.i339 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_11 + loop .LBB2_11 i32.mul $push10=, $2, $4 i32.add $2=, $pop10, $5 i32.shr_u $push11=, $2, $6 i32.and $1=, $pop11, $7 i32.const $push71=, 0 i32.eq $push72=, $1, $pop71 - br_if $pop72, BB2_11 + br_if $pop72, .LBB2_11 # BB#8: # %if.else.i343 - # in Loop: Header=BB2_7 Depth=2 + # in Loop: Header=.LBB2_7 Depth=2 i32.add $12=, $1, $12 i32.shl $13=, $13, $1 - block BB2_10 + block .LBB2_10 i32.const $push12=, 256 i32.and $push13=, $2, $pop12 i32.const $push73=, 0 i32.eq $push74=, $pop13, $pop73 - br_if $pop74, BB2_10 + br_if $pop74, .LBB2_10 # BB#9: # %if.then1.i347 - # in Loop: Header=BB2_7 Depth=2 + # in Loop: Header=.LBB2_7 Depth=2 i32.const $push14=, 1 i32.shl $push15=, $pop14, $1 i32.const $push16=, -1 i32.add $push17=, $pop15, $pop16 i32.or $13=, $pop17, $13 -BB2_10: # %if.end.i350 - # in Loop: Header=BB2_7 Depth=2 +.LBB2_10: # %if.end.i350 + # in Loop: Header=.LBB2_7 Depth=2 i32.const $push18=, 39 i32.lt_u $push19=, $12, $pop18 - br_if $pop19, BB2_7 -BB2_11: # %random_bitstring.exit352 - # in Loop: Header=BB2_1 Depth=1 - block BB2_24 + br_if $pop19, .LBB2_7 +.LBB2_11: # %random_bitstring.exit352 + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_24 i32.const $push75=, 0 i32.eq $push76=, $13, $pop75 - br_if $pop76, BB2_24 + br_if $pop76, .LBB2_24 # BB#12: # %cleanup.cont - # in Loop: Header=BB2_1 Depth=1 - block BB2_14 + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_14 i32.const $push20=, 2147483647 i32.and $push21=, $11, $pop20 - br_if $pop21, BB2_14 + br_if $pop21, .LBB2_14 # BB#13: # %cleanup.cont - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push22=, -1 i32.eq $push23=, $13, $pop22 - br_if $pop23, BB2_24 -BB2_14: # %if.end25 - # in Loop: Header=BB2_1 Depth=1 + br_if $pop23, .LBB2_24 +.LBB2_14: # %if.end25 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $1=, 31 i32.shr_s $4=, $13, $1 i32.rem_s $5=, $11, $13 i32.shr_s $1=, $5, $1 - block BB2_23 + block .LBB2_23 i32.add $push26=, $5, $1 i32.xor $push27=, $pop26, $1 i32.add $push24=, $13, $4 i32.xor $push25=, $pop24, $4 i32.ge_u $push28=, $pop27, $pop25 - br_if $pop28, BB2_23 + br_if $pop28, .LBB2_23 # BB#15: # %cleanup.cont47 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $6=, 65535 i32.and $push30=, $13, $6 i32.const $push77=, 0 i32.eq $push78=, $pop30, $pop77 - br_if $pop78, BB2_24 + br_if $pop78, .LBB2_24 # BB#16: # %cleanup.cont86 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $1=, 16 i32.shl $push31=, $11, $1 i32.shr_s $12=, $pop31, $1 @@ -210,7 +210,7 @@ BB2_14: # %if.end25 i32.shr_s $7=, $9, $1 i32.const $10=, -65536 i32.const $5=, 0 - block BB2_22 + block .LBB2_22 i32.gt_s $push33=, $9, $10 i32.sub $push34=, $5, $7 i32.select $push35=, $pop33, $7, $pop34 @@ -219,25 +219,25 @@ BB2_14: # %if.end25 i32.select $push38=, $pop36, $4, $pop37 i32.and $push39=, $pop38, $6 i32.ge_s $push40=, $pop35, $pop39 - br_if $pop40, BB2_22 + br_if $pop40, .LBB2_22 # BB#17: # %lor.lhs.false125 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.div_s $push41=, $12, $4 i32.mul $push42=, $pop41, $4 i32.add $push43=, $pop42, $7 i32.shl $push44=, $pop43, $1 i32.shr_s $push45=, $pop44, $1 i32.ne $push46=, $pop45, $12 - br_if $pop46, BB2_22 + br_if $pop46, .LBB2_22 # BB#18: # %if.end137 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $4=, 255 i32.and $push47=, $13, $4 i32.const $push79=, 0 i32.eq $push80=, $pop47, $pop79 - br_if $pop80, BB2_24 + br_if $pop80, .LBB2_24 # BB#19: # %cleanup.cont177 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $1=, 24 i32.shl $push48=, $11, $1 i32.shr_s $6=, $pop48, $1 @@ -247,7 +247,7 @@ BB2_14: # %if.end25 i32.shl $12=, $pop49, $1 i32.shr_s $11=, $12, $1 i32.const $8=, -16777216 - block BB2_21 + block .LBB2_21 i32.gt_s $push50=, $12, $8 i32.sub $push51=, $5, $11 i32.select $push52=, $pop50, $11, $pop51 @@ -256,43 +256,43 @@ BB2_14: # %if.end25 i32.select $push55=, $pop53, $13, $pop54 i32.and $push56=, $pop55, $4 i32.ge_s $push57=, $pop52, $pop56 - br_if $pop57, BB2_21 + br_if $pop57, .LBB2_21 # BB#20: # %lor.lhs.false216 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.div_s $push58=, $6, $13 i32.mul $push59=, $pop58, $13 i32.add $push60=, $pop59, $11 i32.shl $push61=, $pop60, $1 i32.shr_s $push62=, $pop61, $1 i32.eq $push63=, $pop62, $6 - br_if $pop63, BB2_24 -BB2_21: # %if.then227 + br_if $pop63, .LBB2_24 +.LBB2_21: # %if.then227 i32.store $discard=, simple_rand.seed($5), $2 call abort unreachable -BB2_22: # %if.then136 +.LBB2_22: # %if.then136 i32.store $discard=, simple_rand.seed($5), $2 call abort unreachable -BB2_23: # %if.then40 +.LBB2_23: # %if.then40 i32.const $push29=, 0 i32.store $discard=, simple_rand.seed($pop29), $2 call abort unreachable -BB2_24: # %cleanup229 - # in Loop: Header=BB2_1 Depth=1 +.LBB2_24: # %cleanup229 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push64=, 1 i32.add $0=, $0, $pop64 i32.const $push65=, 1000 i32.lt_s $push66=, $0, $pop65 - br_if $pop66, BB2_1 -BB2_25: # %for.end + br_if $pop66, .LBB2_1 +.LBB2_25: # %for.end i32.const $1=, 0 i32.store $discard=, simple_rand.seed($1), $2 call exit, $1 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type simple_rand.seed,@object # @simple_rand.seed .data diff --git a/test/torture-s/ashldi-1.c.s b/test/torture-s/ashldi-1.c.s index 5421c31d6..40e5eb258 100644 --- a/test/torture-s/ashldi-1.c.s +++ b/test/torture-s/ashldi-1.c.s @@ -8,17 +8,17 @@ main: # @main # BB#0: # %entry i64.const $2=, 0 i32.const $1=, switch.table -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB0_7 - loop BB0_3 + block .LBB0_7 + loop .LBB0_3 i64.const $push0=, 81985529216486895 i64.shl $push1=, $pop0, $2 i64.load $push2=, 0($1) i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_7 + br_if $pop3, .LBB0_7 # BB#2: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i64.const $push4=, 1 i64.add $2=, $2, $pop4 i32.const $0=, 8 @@ -27,34 +27,34 @@ BB0_1: # %for.body i32.const $3=, switch.table i64.const $push5=, 63 i64.le_s $push6=, $2, $pop5 - br_if $pop6, BB0_1 -BB0_3: # %constant_shift.exit + br_if $pop6, .LBB0_1 +.LBB0_3: # %constant_shift.exit # =>This Inner Loop Header: Depth=1 - block BB0_6 - loop BB0_5 + block .LBB0_6 + loop .LBB0_5 i32.const $1=, 1 i32.const $push10=, 0 i32.eq $push11=, $1, $pop10 - br_if $pop11, BB0_6 + br_if $pop11, .LBB0_6 # BB#4: # %for.cond2 - # in Loop: Header=BB0_3 Depth=1 + # in Loop: Header=.LBB0_3 Depth=1 i32.add $4=, $4, $1 i32.add $3=, $3, $0 i32.const $push7=, 63 i32.le_s $push8=, $4, $pop7 - br_if $pop8, BB0_3 -BB0_5: # %for.end13 + br_if $pop8, .LBB0_3 +.LBB0_5: # %for.end13 i32.const $push9=, 0 call exit, $pop9 unreachable -BB0_6: # %if.then9 +.LBB0_6: # %if.then9 call abort unreachable -BB0_7: # %if.then +.LBB0_7: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type switch.table,@object # @switch.table .section .rodata,"a",@progbits diff --git a/test/torture-s/ashrdi-1.c.s b/test/torture-s/ashrdi-1.c.s index 22040b4c3..7a4b03d81 100644 --- a/test/torture-s/ashrdi-1.c.s +++ b/test/torture-s/ashrdi-1.c.s @@ -8,17 +8,17 @@ main: # @main # BB#0: # %entry i64.const $4=, 0 i32.const $10=, zext -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB0_13 - loop BB0_3 + block .LBB0_13 + loop .LBB0_3 i64.const $0=, 8526495107234113920 i64.shr_u $push0=, $0, $4 i64.load $push1=, 0($10) i64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_13 + br_if $pop2, .LBB0_13 # BB#2: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i64.const $1=, 1 i64.add $4=, $4, $1 i32.const $2=, 8 @@ -27,34 +27,34 @@ BB0_1: # %for.body i64.const $3=, 63 i32.const $11=, sext i64.le_s $push3=, $4, $3 - br_if $pop3, BB0_1 -BB0_3: # %for.body4 + br_if $pop3, .LBB0_1 +.LBB0_3: # %for.body4 # =>This Inner Loop Header: Depth=1 - block BB0_12 - loop BB0_5 + block .LBB0_12 + loop .LBB0_5 i64.const $4=, -8152436031399644656 i64.shr_s $push4=, $4, $7 i64.load $push5=, 0($11) i64.ne $push6=, $pop4, $pop5 - br_if $pop6, BB0_12 + br_if $pop6, .LBB0_12 # BB#4: # %for.cond2 - # in Loop: Header=BB0_3 Depth=1 + # in Loop: Header=.LBB0_3 Depth=1 i64.add $7=, $7, $1 i32.add $11=, $11, $2 i32.const $9=, 0 i32.const $8=, zext i64.le_s $push7=, $7, $3 - br_if $pop7, BB0_3 -BB0_5: # %for.body16 + br_if $pop7, .LBB0_3 +.LBB0_5: # %for.body16 # =>This Inner Loop Header: Depth=1 - block BB0_11 - loop BB0_7 + block .LBB0_11 + loop .LBB0_7 i64.call $push8=, constant_shift, $0, $9 i64.load $push9=, 0($8) i64.ne $push10=, $pop8, $pop9 - br_if $pop10, BB0_11 + br_if $pop10, .LBB0_11 # BB#6: # %for.cond14 - # in Loop: Header=BB0_5 Depth=1 + # in Loop: Header=.LBB0_5 Depth=1 i32.const $5=, 1 i32.add $9=, $9, $5 i32.add $8=, $8, $2 @@ -62,373 +62,373 @@ BB0_5: # %for.body16 i32.const $10=, sext i32.const $6=, 63 i32.le_s $push11=, $9, $6 - br_if $pop11, BB0_5 -BB0_7: # %for.body28 + br_if $pop11, .LBB0_5 +.LBB0_7: # %for.body28 # =>This Inner Loop Header: Depth=1 - block BB0_10 - loop BB0_9 + block .LBB0_10 + loop .LBB0_9 i64.call $push12=, constant_shift, $4, $11 i64.load $push13=, 0($10) i64.ne $push14=, $pop12, $pop13 - br_if $pop14, BB0_10 + br_if $pop14, .LBB0_10 # BB#8: # %for.cond26 - # in Loop: Header=BB0_7 Depth=1 + # in Loop: Header=.LBB0_7 Depth=1 i32.add $11=, $11, $5 i32.add $10=, $10, $2 i32.le_s $push15=, $11, $6 - br_if $pop15, BB0_7 -BB0_9: # %for.end37 + br_if $pop15, .LBB0_7 +.LBB0_9: # %for.end37 i32.const $push16=, 0 call exit, $pop16 unreachable -BB0_10: # %if.then33 +.LBB0_10: # %if.then33 call abort unreachable -BB0_11: # %if.then21 +.LBB0_11: # %if.then21 call abort unreachable -BB0_12: # %if.then9 +.LBB0_12: # %if.then9 call abort unreachable -BB0_13: # %if.then +.LBB0_13: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type constant_shift,@function constant_shift: # @constant_shift .param i64, i32 .result i64 # BB#0: # %entry - block BB1_66 + block .LBB1_66 i32.const $push0=, 63 i32.gt_u $push1=, $1, $pop0 - br_if $pop1, BB1_66 + br_if $pop1, .LBB1_66 # BB#1: # %entry - block BB1_65 - block BB1_64 - block BB1_63 - block BB1_62 - block BB1_61 - block BB1_60 - block BB1_59 - block BB1_58 - block BB1_57 - block BB1_56 - block BB1_55 - block BB1_54 - block BB1_53 - block BB1_52 - block BB1_51 - block BB1_50 - block BB1_49 - block BB1_48 - block BB1_47 - block BB1_46 - block BB1_45 - block BB1_44 - block BB1_43 - block BB1_42 - block BB1_41 - block BB1_40 - block BB1_39 - block BB1_38 - block BB1_37 - block BB1_36 - block BB1_35 - block BB1_34 - block BB1_33 - block BB1_32 - block BB1_31 - block BB1_30 - block BB1_29 - block BB1_28 - block BB1_27 - block BB1_26 - block BB1_25 - block BB1_24 - block BB1_23 - block BB1_22 - block BB1_21 - block BB1_20 - block BB1_19 - block BB1_18 - block BB1_17 - block BB1_16 - block BB1_15 - block BB1_14 - block BB1_13 - block BB1_12 - block BB1_11 - block BB1_10 - block BB1_9 - block BB1_8 - block BB1_7 - block BB1_6 - block BB1_5 - block BB1_4 - block BB1_3 - block BB1_2 - tableswitch $1, BB1_65, BB1_65, BB1_2, BB1_3, BB1_4, BB1_5, BB1_6, BB1_7, BB1_8, BB1_9, BB1_10, BB1_11, BB1_12, BB1_13, BB1_14, BB1_15, BB1_16, BB1_17, BB1_18, BB1_19, BB1_20, BB1_21, BB1_22, BB1_23, BB1_24, BB1_25, BB1_26, BB1_27, BB1_28, BB1_29, BB1_30, BB1_31, BB1_32, BB1_33, BB1_34, BB1_35, BB1_36, BB1_37, BB1_38, BB1_39, BB1_40, BB1_41, BB1_42, BB1_43, BB1_44, BB1_45, BB1_46, BB1_47, BB1_48, BB1_49, BB1_50, BB1_51, BB1_52, BB1_53, BB1_54, BB1_55, BB1_56, BB1_57, BB1_58, BB1_59, BB1_60, BB1_61, BB1_62, BB1_63, BB1_64 -BB1_2: # %sw.bb1 + block .LBB1_65 + block .LBB1_64 + block .LBB1_63 + block .LBB1_62 + block .LBB1_61 + block .LBB1_60 + block .LBB1_59 + block .LBB1_58 + block .LBB1_57 + block .LBB1_56 + block .LBB1_55 + block .LBB1_54 + block .LBB1_53 + block .LBB1_52 + block .LBB1_51 + block .LBB1_50 + block .LBB1_49 + block .LBB1_48 + block .LBB1_47 + block .LBB1_46 + block .LBB1_45 + block .LBB1_44 + block .LBB1_43 + block .LBB1_42 + block .LBB1_41 + block .LBB1_40 + block .LBB1_39 + block .LBB1_38 + block .LBB1_37 + block .LBB1_36 + block .LBB1_35 + block .LBB1_34 + block .LBB1_33 + block .LBB1_32 + block .LBB1_31 + block .LBB1_30 + block .LBB1_29 + block .LBB1_28 + block .LBB1_27 + block .LBB1_26 + block .LBB1_25 + block .LBB1_24 + block .LBB1_23 + block .LBB1_22 + block .LBB1_21 + block .LBB1_20 + block .LBB1_19 + block .LBB1_18 + block .LBB1_17 + block .LBB1_16 + block .LBB1_15 + block .LBB1_14 + block .LBB1_13 + block .LBB1_12 + block .LBB1_11 + block .LBB1_10 + block .LBB1_9 + block .LBB1_8 + block .LBB1_7 + block .LBB1_6 + block .LBB1_5 + block .LBB1_4 + block .LBB1_3 + block .LBB1_2 + tableswitch $1, .LBB1_65, .LBB1_65, .LBB1_2, .LBB1_3, .LBB1_4, .LBB1_5, .LBB1_6, .LBB1_7, .LBB1_8, .LBB1_9, .LBB1_10, .LBB1_11, .LBB1_12, .LBB1_13, .LBB1_14, .LBB1_15, .LBB1_16, .LBB1_17, .LBB1_18, .LBB1_19, .LBB1_20, .LBB1_21, .LBB1_22, .LBB1_23, .LBB1_24, .LBB1_25, .LBB1_26, .LBB1_27, .LBB1_28, .LBB1_29, .LBB1_30, .LBB1_31, .LBB1_32, .LBB1_33, .LBB1_34, .LBB1_35, .LBB1_36, .LBB1_37, .LBB1_38, .LBB1_39, .LBB1_40, .LBB1_41, .LBB1_42, .LBB1_43, .LBB1_44, .LBB1_45, .LBB1_46, .LBB1_47, .LBB1_48, .LBB1_49, .LBB1_50, .LBB1_51, .LBB1_52, .LBB1_53, .LBB1_54, .LBB1_55, .LBB1_56, .LBB1_57, .LBB1_58, .LBB1_59, .LBB1_60, .LBB1_61, .LBB1_62, .LBB1_63, .LBB1_64 +.LBB1_2: # %sw.bb1 i64.const $push64=, 1 i64.shr_s $0=, $0, $pop64 - br BB1_65 -BB1_3: # %sw.bb3 + br .LBB1_65 +.LBB1_3: # %sw.bb3 i64.const $push63=, 2 i64.shr_s $0=, $0, $pop63 - br BB1_65 -BB1_4: # %sw.bb5 + br .LBB1_65 +.LBB1_4: # %sw.bb5 i64.const $push62=, 3 i64.shr_s $0=, $0, $pop62 - br BB1_65 -BB1_5: # %sw.bb7 + br .LBB1_65 +.LBB1_5: # %sw.bb7 i64.const $push61=, 4 i64.shr_s $0=, $0, $pop61 - br BB1_65 -BB1_6: # %sw.bb9 + br .LBB1_65 +.LBB1_6: # %sw.bb9 i64.const $push60=, 5 i64.shr_s $0=, $0, $pop60 - br BB1_65 -BB1_7: # %sw.bb11 + br .LBB1_65 +.LBB1_7: # %sw.bb11 i64.const $push59=, 6 i64.shr_s $0=, $0, $pop59 - br BB1_65 -BB1_8: # %sw.bb13 + br .LBB1_65 +.LBB1_8: # %sw.bb13 i64.const $push58=, 7 i64.shr_s $0=, $0, $pop58 - br BB1_65 -BB1_9: # %sw.bb15 + br .LBB1_65 +.LBB1_9: # %sw.bb15 i64.const $push57=, 8 i64.shr_s $0=, $0, $pop57 - br BB1_65 -BB1_10: # %sw.bb17 + br .LBB1_65 +.LBB1_10: # %sw.bb17 i64.const $push56=, 9 i64.shr_s $0=, $0, $pop56 - br BB1_65 -BB1_11: # %sw.bb19 + br .LBB1_65 +.LBB1_11: # %sw.bb19 i64.const $push55=, 10 i64.shr_s $0=, $0, $pop55 - br BB1_65 -BB1_12: # %sw.bb21 + br .LBB1_65 +.LBB1_12: # %sw.bb21 i64.const $push54=, 11 i64.shr_s $0=, $0, $pop54 - br BB1_65 -BB1_13: # %sw.bb23 + br .LBB1_65 +.LBB1_13: # %sw.bb23 i64.const $push53=, 12 i64.shr_s $0=, $0, $pop53 - br BB1_65 -BB1_14: # %sw.bb25 + br .LBB1_65 +.LBB1_14: # %sw.bb25 i64.const $push52=, 13 i64.shr_s $0=, $0, $pop52 - br BB1_65 -BB1_15: # %sw.bb27 + br .LBB1_65 +.LBB1_15: # %sw.bb27 i64.const $push51=, 14 i64.shr_s $0=, $0, $pop51 - br BB1_65 -BB1_16: # %sw.bb29 + br .LBB1_65 +.LBB1_16: # %sw.bb29 i64.const $push50=, 15 i64.shr_s $0=, $0, $pop50 - br BB1_65 -BB1_17: # %sw.bb31 + br .LBB1_65 +.LBB1_17: # %sw.bb31 i64.const $push49=, 16 i64.shr_s $0=, $0, $pop49 - br BB1_65 -BB1_18: # %sw.bb33 + br .LBB1_65 +.LBB1_18: # %sw.bb33 i64.const $push48=, 17 i64.shr_s $0=, $0, $pop48 - br BB1_65 -BB1_19: # %sw.bb35 + br .LBB1_65 +.LBB1_19: # %sw.bb35 i64.const $push47=, 18 i64.shr_s $0=, $0, $pop47 - br BB1_65 -BB1_20: # %sw.bb37 + br .LBB1_65 +.LBB1_20: # %sw.bb37 i64.const $push46=, 19 i64.shr_s $0=, $0, $pop46 - br BB1_65 -BB1_21: # %sw.bb39 + br .LBB1_65 +.LBB1_21: # %sw.bb39 i64.const $push45=, 20 i64.shr_s $0=, $0, $pop45 - br BB1_65 -BB1_22: # %sw.bb41 + br .LBB1_65 +.LBB1_22: # %sw.bb41 i64.const $push44=, 21 i64.shr_s $0=, $0, $pop44 - br BB1_65 -BB1_23: # %sw.bb43 + br .LBB1_65 +.LBB1_23: # %sw.bb43 i64.const $push43=, 22 i64.shr_s $0=, $0, $pop43 - br BB1_65 -BB1_24: # %sw.bb45 + br .LBB1_65 +.LBB1_24: # %sw.bb45 i64.const $push42=, 23 i64.shr_s $0=, $0, $pop42 - br BB1_65 -BB1_25: # %sw.bb47 + br .LBB1_65 +.LBB1_25: # %sw.bb47 i64.const $push41=, 24 i64.shr_s $0=, $0, $pop41 - br BB1_65 -BB1_26: # %sw.bb49 + br .LBB1_65 +.LBB1_26: # %sw.bb49 i64.const $push40=, 25 i64.shr_s $0=, $0, $pop40 - br BB1_65 -BB1_27: # %sw.bb51 + br .LBB1_65 +.LBB1_27: # %sw.bb51 i64.const $push39=, 26 i64.shr_s $0=, $0, $pop39 - br BB1_65 -BB1_28: # %sw.bb53 + br .LBB1_65 +.LBB1_28: # %sw.bb53 i64.const $push38=, 27 i64.shr_s $0=, $0, $pop38 - br BB1_65 -BB1_29: # %sw.bb55 + br .LBB1_65 +.LBB1_29: # %sw.bb55 i64.const $push37=, 28 i64.shr_s $0=, $0, $pop37 - br BB1_65 -BB1_30: # %sw.bb57 + br .LBB1_65 +.LBB1_30: # %sw.bb57 i64.const $push36=, 29 i64.shr_s $0=, $0, $pop36 - br BB1_65 -BB1_31: # %sw.bb59 + br .LBB1_65 +.LBB1_31: # %sw.bb59 i64.const $push35=, 30 i64.shr_s $0=, $0, $pop35 - br BB1_65 -BB1_32: # %sw.bb61 + br .LBB1_65 +.LBB1_32: # %sw.bb61 i64.const $push34=, 31 i64.shr_s $0=, $0, $pop34 - br BB1_65 -BB1_33: # %sw.bb63 + br .LBB1_65 +.LBB1_33: # %sw.bb63 i64.const $push33=, 32 i64.shr_s $0=, $0, $pop33 - br BB1_65 -BB1_34: # %sw.bb65 + br .LBB1_65 +.LBB1_34: # %sw.bb65 i64.const $push32=, 33 i64.shr_s $0=, $0, $pop32 - br BB1_65 -BB1_35: # %sw.bb67 + br .LBB1_65 +.LBB1_35: # %sw.bb67 i64.const $push31=, 34 i64.shr_s $0=, $0, $pop31 - br BB1_65 -BB1_36: # %sw.bb69 + br .LBB1_65 +.LBB1_36: # %sw.bb69 i64.const $push30=, 35 i64.shr_s $0=, $0, $pop30 - br BB1_65 -BB1_37: # %sw.bb71 + br .LBB1_65 +.LBB1_37: # %sw.bb71 i64.const $push29=, 36 i64.shr_s $0=, $0, $pop29 - br BB1_65 -BB1_38: # %sw.bb73 + br .LBB1_65 +.LBB1_38: # %sw.bb73 i64.const $push28=, 37 i64.shr_s $0=, $0, $pop28 - br BB1_65 -BB1_39: # %sw.bb75 + br .LBB1_65 +.LBB1_39: # %sw.bb75 i64.const $push27=, 38 i64.shr_s $0=, $0, $pop27 - br BB1_65 -BB1_40: # %sw.bb77 + br .LBB1_65 +.LBB1_40: # %sw.bb77 i64.const $push26=, 39 i64.shr_s $0=, $0, $pop26 - br BB1_65 -BB1_41: # %sw.bb79 + br .LBB1_65 +.LBB1_41: # %sw.bb79 i64.const $push25=, 40 i64.shr_s $0=, $0, $pop25 - br BB1_65 -BB1_42: # %sw.bb81 + br .LBB1_65 +.LBB1_42: # %sw.bb81 i64.const $push24=, 41 i64.shr_s $0=, $0, $pop24 - br BB1_65 -BB1_43: # %sw.bb83 + br .LBB1_65 +.LBB1_43: # %sw.bb83 i64.const $push23=, 42 i64.shr_s $0=, $0, $pop23 - br BB1_65 -BB1_44: # %sw.bb85 + br .LBB1_65 +.LBB1_44: # %sw.bb85 i64.const $push22=, 43 i64.shr_s $0=, $0, $pop22 - br BB1_65 -BB1_45: # %sw.bb87 + br .LBB1_65 +.LBB1_45: # %sw.bb87 i64.const $push21=, 44 i64.shr_s $0=, $0, $pop21 - br BB1_65 -BB1_46: # %sw.bb89 + br .LBB1_65 +.LBB1_46: # %sw.bb89 i64.const $push20=, 45 i64.shr_s $0=, $0, $pop20 - br BB1_65 -BB1_47: # %sw.bb91 + br .LBB1_65 +.LBB1_47: # %sw.bb91 i64.const $push19=, 46 i64.shr_s $0=, $0, $pop19 - br BB1_65 -BB1_48: # %sw.bb93 + br .LBB1_65 +.LBB1_48: # %sw.bb93 i64.const $push18=, 47 i64.shr_s $0=, $0, $pop18 - br BB1_65 -BB1_49: # %sw.bb95 + br .LBB1_65 +.LBB1_49: # %sw.bb95 i64.const $push17=, 48 i64.shr_s $0=, $0, $pop17 - br BB1_65 -BB1_50: # %sw.bb97 + br .LBB1_65 +.LBB1_50: # %sw.bb97 i64.const $push16=, 49 i64.shr_s $0=, $0, $pop16 - br BB1_65 -BB1_51: # %sw.bb99 + br .LBB1_65 +.LBB1_51: # %sw.bb99 i64.const $push15=, 50 i64.shr_s $0=, $0, $pop15 - br BB1_65 -BB1_52: # %sw.bb101 + br .LBB1_65 +.LBB1_52: # %sw.bb101 i64.const $push14=, 51 i64.shr_s $0=, $0, $pop14 - br BB1_65 -BB1_53: # %sw.bb103 + br .LBB1_65 +.LBB1_53: # %sw.bb103 i64.const $push13=, 52 i64.shr_s $0=, $0, $pop13 - br BB1_65 -BB1_54: # %sw.bb105 + br .LBB1_65 +.LBB1_54: # %sw.bb105 i64.const $push12=, 53 i64.shr_s $0=, $0, $pop12 - br BB1_65 -BB1_55: # %sw.bb107 + br .LBB1_65 +.LBB1_55: # %sw.bb107 i64.const $push11=, 54 i64.shr_s $0=, $0, $pop11 - br BB1_65 -BB1_56: # %sw.bb109 + br .LBB1_65 +.LBB1_56: # %sw.bb109 i64.const $push10=, 55 i64.shr_s $0=, $0, $pop10 - br BB1_65 -BB1_57: # %sw.bb111 + br .LBB1_65 +.LBB1_57: # %sw.bb111 i64.const $push9=, 56 i64.shr_s $0=, $0, $pop9 - br BB1_65 -BB1_58: # %sw.bb113 + br .LBB1_65 +.LBB1_58: # %sw.bb113 i64.const $push8=, 57 i64.shr_s $0=, $0, $pop8 - br BB1_65 -BB1_59: # %sw.bb115 + br .LBB1_65 +.LBB1_59: # %sw.bb115 i64.const $push7=, 58 i64.shr_s $0=, $0, $pop7 - br BB1_65 -BB1_60: # %sw.bb117 + br .LBB1_65 +.LBB1_60: # %sw.bb117 i64.const $push6=, 59 i64.shr_s $0=, $0, $pop6 - br BB1_65 -BB1_61: # %sw.bb119 + br .LBB1_65 +.LBB1_61: # %sw.bb119 i64.const $push5=, 60 i64.shr_s $0=, $0, $pop5 - br BB1_65 -BB1_62: # %sw.bb121 + br .LBB1_65 +.LBB1_62: # %sw.bb121 i64.const $push4=, 61 i64.shr_s $0=, $0, $pop4 - br BB1_65 -BB1_63: # %sw.bb123 + br .LBB1_65 +.LBB1_63: # %sw.bb123 i64.const $push3=, 62 i64.shr_s $0=, $0, $pop3 - br BB1_65 -BB1_64: # %sw.bb125 + br .LBB1_65 +.LBB1_64: # %sw.bb125 i64.const $push2=, 63 i64.shr_s $0=, $0, $pop2 -BB1_65: # %sw.epilog +.LBB1_65: # %sw.epilog return $0 -BB1_66: # %sw.default +.LBB1_66: # %sw.default call abort unreachable -func_end1: - .size constant_shift, func_end1-constant_shift +.Lfunc_end1: + .size constant_shift, .Lfunc_end1-constant_shift .type zext,@object # @zext .section .rodata,"a",@progbits diff --git a/test/torture-s/bcp-1.c.s b/test/torture-s/bcp-1.c.s index 16ab2c74b..cdb123bb5 100644 --- a/test/torture-s/bcp-1.c.s +++ b/test/torture-s/bcp-1.c.s @@ -7,8 +7,8 @@ bad0: # @bad0 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size bad0, func_end0-bad0 +.Lfunc_end0: + .size bad0, .Lfunc_end0-bad0 .globl bad1 .type bad1,@function @@ -17,8 +17,8 @@ bad1: # @bad1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size bad1, func_end1-bad1 +.Lfunc_end1: + .size bad1, .Lfunc_end1-bad1 .globl bad2 .type bad2,@function @@ -28,8 +28,8 @@ bad2: # @bad2 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size bad2, func_end2-bad2 +.Lfunc_end2: + .size bad2, .Lfunc_end2-bad2 .globl bad3 .type bad3,@function @@ -39,8 +39,8 @@ bad3: # @bad3 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end3: - .size bad3, func_end3-bad3 +.Lfunc_end3: + .size bad3, .Lfunc_end3-bad3 .globl bad4 .type bad4,@function @@ -50,8 +50,8 @@ bad4: # @bad4 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end4: - .size bad4, func_end4-bad4 +.Lfunc_end4: + .size bad4, .Lfunc_end4-bad4 .globl bad5 .type bad5,@function @@ -60,8 +60,8 @@ bad5: # @bad5 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end5: - .size bad5, func_end5-bad5 +.Lfunc_end5: + .size bad5, .Lfunc_end5-bad5 .globl bad6 .type bad6,@function @@ -71,8 +71,8 @@ bad6: # @bad6 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end6: - .size bad6, func_end6-bad6 +.Lfunc_end6: + .size bad6, .Lfunc_end6-bad6 .globl bad7 .type bad7,@function @@ -81,8 +81,8 @@ bad7: # @bad7 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end7: - .size bad7, func_end7-bad7 +.Lfunc_end7: + .size bad7, .Lfunc_end7-bad7 .globl bad8 .type bad8,@function @@ -91,8 +91,8 @@ bad8: # @bad8 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end8: - .size bad8, func_end8-bad8 +.Lfunc_end8: + .size bad8, .Lfunc_end8-bad8 .globl bad9 .type bad9,@function @@ -102,8 +102,8 @@ bad9: # @bad9 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end9: - .size bad9, func_end9-bad9 +.Lfunc_end9: + .size bad9, .Lfunc_end9-bad9 .globl bad10 .type bad10,@function @@ -112,8 +112,8 @@ bad10: # @bad10 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end10: - .size bad10, func_end10-bad10 +.Lfunc_end10: + .size bad10, .Lfunc_end10-bad10 .globl good0 .type good0,@function @@ -122,8 +122,8 @@ good0: # @good0 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end11: - .size good0, func_end11-good0 +.Lfunc_end11: + .size good0, .Lfunc_end11-good0 .globl good1 .type good1,@function @@ -132,8 +132,8 @@ good1: # @good1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end12: - .size good1, func_end12-good1 +.Lfunc_end12: + .size good1, .Lfunc_end12-good1 .globl good2 .type good2,@function @@ -142,8 +142,8 @@ good2: # @good2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end13: - .size good2, func_end13-good2 +.Lfunc_end13: + .size good2, .Lfunc_end13-good2 .globl opt0 .type opt0,@function @@ -152,8 +152,8 @@ opt0: # @opt0 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end14: - .size opt0, func_end14-opt0 +.Lfunc_end14: + .size opt0, .Lfunc_end14-opt0 .globl opt1 .type opt1,@function @@ -162,8 +162,8 @@ opt1: # @opt1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end15: - .size opt1, func_end15-opt1 +.Lfunc_end15: + .size opt1, .Lfunc_end15-opt1 .globl opt2 .type opt2,@function @@ -172,8 +172,8 @@ opt2: # @opt2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end16: - .size opt2, func_end16-opt2 +.Lfunc_end16: + .size opt2, .Lfunc_end16-opt2 .globl main .type main,@function @@ -182,112 +182,112 @@ main: # @main .local i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB17_22 + block .LBB17_22 i32.load $push0=, bad_t0($0) i32.call_indirect $push1=, $pop0 - br_if $pop1, BB17_22 + br_if $pop1, .LBB17_22 # BB#1: # %for.cond i32.load $push2=, bad_t0+4($0) i32.call_indirect $push3=, $pop2 - br_if $pop3, BB17_22 + br_if $pop3, .LBB17_22 # BB#2: # %for.cond.1 i32.load $push4=, bad_t0+8($0) i32.call_indirect $push5=, $pop4 - br_if $pop5, BB17_22 + br_if $pop5, .LBB17_22 # BB#3: # %for.cond.2 i32.load $push6=, bad_t0+12($0) i32.call_indirect $push7=, $pop6 - br_if $pop7, BB17_22 + br_if $pop7, .LBB17_22 # BB#4: # %for.cond.3 i32.load $push8=, bad_t0+16($0) i32.call_indirect $push9=, $pop8 - br_if $pop9, BB17_22 + br_if $pop9, .LBB17_22 # BB#5: # %for.cond.4 i32.load $push10=, bad_t0+20($0) i32.call_indirect $push11=, $pop10 - br_if $pop11, BB17_22 + br_if $pop11, .LBB17_22 # BB#6: # %for.cond.5 i32.load $1=, bad_t1($0) i32.const $2=, 1 - block BB17_21 + block .LBB17_21 i32.call_indirect $push12=, $1, $2 - br_if $pop12, BB17_21 + br_if $pop12, .LBB17_21 # BB#7: # %for.cond1 i32.load $push13=, bad_t1+4($0) i32.call_indirect $push14=, $pop13, $2 - br_if $pop14, BB17_21 + br_if $pop14, .LBB17_21 # BB#8: # %for.cond1.1 i32.load $push15=, bad_t1+8($0) i32.call_indirect $push16=, $pop15, $2 - br_if $pop16, BB17_21 + br_if $pop16, .LBB17_21 # BB#9: # %for.cond1.2 i32.load $1=, bad_t2($0) i32.const $2=, .str - block BB17_20 + block .LBB17_20 i32.call_indirect $push17=, $1, $2 - br_if $pop17, BB17_20 + br_if $pop17, .LBB17_20 # BB#10: # %for.cond12 i32.load $push18=, bad_t2+4($0) i32.call_indirect $push19=, $pop18, $2 - br_if $pop19, BB17_20 + br_if $pop19, .LBB17_20 # BB#11: # %for.cond12.1 - block BB17_19 + block .LBB17_19 i32.load $push20=, good_t0($0) i32.call_indirect $push21=, $pop20 i32.const $push32=, 0 i32.eq $push33=, $pop21, $pop32 - br_if $pop33, BB17_19 + br_if $pop33, .LBB17_19 # BB#12: # %for.cond23 i32.load $push22=, good_t0+4($0) i32.call_indirect $push23=, $pop22 i32.const $push34=, 0 i32.eq $push35=, $pop23, $pop34 - br_if $pop35, BB17_19 + br_if $pop35, .LBB17_19 # BB#13: # %for.cond23.1 i32.load $push24=, good_t0+8($0) i32.call_indirect $push25=, $pop24 i32.const $push36=, 0 i32.eq $push37=, $pop25, $pop36 - br_if $pop37, BB17_19 + br_if $pop37, .LBB17_19 # BB#14: # %for.cond23.2 - block BB17_18 + block .LBB17_18 i32.load $push26=, opt_t0($0) i32.call_indirect $push27=, $pop26 i32.const $push38=, 0 i32.eq $push39=, $pop27, $pop38 - br_if $pop39, BB17_18 + br_if $pop39, .LBB17_18 # BB#15: # %for.cond34 i32.load $push28=, opt_t0+4($0) i32.call_indirect $push29=, $pop28 i32.const $push40=, 0 i32.eq $push41=, $pop29, $pop40 - br_if $pop41, BB17_18 + br_if $pop41, .LBB17_18 # BB#16: # %for.cond34.1 i32.load $push30=, opt_t0+8($0) i32.call_indirect $push31=, $pop30 i32.const $push42=, 0 i32.eq $push43=, $pop31, $pop42 - br_if $pop43, BB17_18 + br_if $pop43, .LBB17_18 # BB#17: # %for.cond34.2 call exit, $0 unreachable -BB17_18: # %if.then40 +.LBB17_18: # %if.then40 call abort unreachable -BB17_19: # %if.then29 +.LBB17_19: # %if.then29 call abort unreachable -BB17_20: # %if.then18 +.LBB17_20: # %if.then18 call abort unreachable -BB17_21: # %if.then7 +.LBB17_21: # %if.then7 call abort unreachable -BB17_22: # %if.then +.LBB17_22: # %if.then call abort unreachable -func_end17: - .size main, func_end17-main +.Lfunc_end17: + .size main, .Lfunc_end17-main .type bad_t0,@object # @bad_t0 .data diff --git a/test/torture-s/bf-layout-1.c.s b/test/torture-s/bf-layout-1.c.s index 44f7f6219..0909d0f58 100644 --- a/test/torture-s/bf-layout-1.c.s +++ b/test/torture-s/bf-layout-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/bf-pack-1.c.s b/test/torture-s/bf-pack-1.c.s index 5f440faac..6e94f0b66 100644 --- a/test/torture-s/bf-pack-1.c.s +++ b/test/torture-s/bf-pack-1.c.s @@ -7,7 +7,7 @@ f: # @f .result i32 .local i64 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 4 i32.add $push1=, $0, $pop0 i64.load32_u $push2=, 0($pop1) @@ -19,24 +19,24 @@ f: # @f i64.and $push7=, $1, $pop6 i64.const $push8=, 4660 i64.ne $push9=, $pop7, $pop8 - br_if $pop9, BB0_4 + br_if $pop9, .LBB0_4 # BB#1: # %if.end - block BB0_3 + block .LBB0_3 i64.const $push10=, 281474976645120 i64.and $push11=, $1, $pop10 i64.const $push12=, 95075992076288 i64.ne $push13=, $pop11, $pop12 - br_if $pop13, BB0_3 + br_if $pop13, .LBB0_3 # BB#2: # %if.end6 return $0 -BB0_3: # %if.then5 +.LBB0_3: # %if.then5 call abort unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -46,8 +46,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/bf-sign-1.c.s b/test/torture-s/bf-sign-1.c.s index 12d1cde5f..4fcbbcbb4 100644 --- a/test/torture-s/bf-sign-1.c.s +++ b/test/torture-s/bf-sign-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/bf-sign-2.c.s b/test/torture-s/bf-sign-2.c.s index 105d849fe..9de0b1b05 100644 --- a/test/torture-s/bf-sign-2.c.s +++ b/test/torture-s/bf-sign-2.c.s @@ -10,17 +10,17 @@ main: # @main i64.load $0=, x($1) i32.const $2=, 7 i32.const $3=, -2 - block BB0_2 + block .LBB0_2 i32.wrap/i64 $push0=, $0 i32.and $push1=, $pop0, $2 i32.add $push2=, $pop1, $3 i32.lt_s $push3=, $pop2, $1 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end - block BB0_4 +.LBB0_2: # %if.end + block .LBB0_4 i64.const $push4=, 31 i64.shr_u $push5=, $0, $pop4 i32.wrap/i64 $push6=, $pop5 @@ -28,22 +28,22 @@ BB0_2: # %if.end i32.shr_s $push8=, $pop6, $pop7 i32.add $push9=, $pop8, $3 i32.lt_s $push10=, $pop9, $1 - br_if $pop10, BB0_4 + br_if $pop10, .LBB0_4 # BB#3: # %if.then4 call abort unreachable -BB0_4: # %if.end5 +.LBB0_4: # %if.end5 i64.load $0=, x+8($1) - block BB0_6 + block .LBB0_6 i32.wrap/i64 $push11=, $0 i32.add $push12=, $pop11, $3 i32.lt_s $push13=, $pop12, $1 - br_if $pop13, BB0_6 + br_if $pop13, .LBB0_6 # BB#5: # %if.then12 call abort unreachable -BB0_6: # %if.end13 - block BB0_8 +.LBB0_6: # %if.end13 + block .LBB0_8 i64.load $push14=, x+24($1) i64.const $push15=, 35 i64.shr_u $push16=, $pop14, $pop15 @@ -52,12 +52,12 @@ BB0_6: # %if.end13 i32.and $push19=, $pop17, $pop18 i32.add $push20=, $pop19, $3 i32.lt_s $push21=, $pop20, $1 - br_if $pop21, BB0_8 + br_if $pop21, .LBB0_8 # BB#7: # %if.then19 call abort unreachable -BB0_8: # %if.end20 - block BB0_10 +.LBB0_8: # %if.end20 + block .LBB0_10 i64.const $push22=, 32 i64.shr_u $push23=, $0, $pop22 i32.wrap/i64 $push24=, $pop23 @@ -65,25 +65,25 @@ BB0_8: # %if.end20 i32.and $push26=, $pop24, $pop25 i32.add $push27=, $pop26, $3 i32.lt_s $push28=, $pop27, $1 - br_if $pop28, BB0_10 + br_if $pop28, .LBB0_10 # BB#9: # %if.then27 call abort unreachable -BB0_10: # %if.end35 - block BB0_12 +.LBB0_10: # %if.end35 + block .LBB0_12 i32.load $push29=, x+20($1) i32.and $push30=, $pop29, $2 i32.add $push31=, $pop30, $3 i32.lt_s $push32=, $pop31, $1 - br_if $pop32, BB0_12 + br_if $pop32, .LBB0_12 # BB#11: # %if.then42 call abort unreachable -BB0_12: # %if.end50 +.LBB0_12: # %if.end50 call exit, $1 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/bitfld-1.c.s b/test/torture-s/bitfld-1.c.s index 5200b7d94..b1caee3c8 100644 --- a/test/torture-s/bitfld-1.c.s +++ b/test/torture-s/bitfld-1.c.s @@ -8,8 +8,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/bitfld-2.c.s b/test/torture-s/bitfld-2.c.s index a18ff6880..ceb7a5752 100644 --- a/test/torture-s/bitfld-2.c.s +++ b/test/torture-s/bitfld-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/bitfld-3.c.s b/test/torture-s/bitfld-3.c.s index a047a4ce4..6658a1135 100644 --- a/test/torture-s/bitfld-3.c.s +++ b/test/torture-s/bitfld-3.c.s @@ -11,10 +11,10 @@ main: # @main i64.const $push1=, 8589934591 i64.and $0=, $pop0, $pop1 i64.const $2=, 0 - block BB0_3 + block .LBB0_3 i64.mul $push2=, $0, $0 i64.ne $push3=, $pop2, $2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#1: # %lor.lhs.false i64.load $push4=, a+8($1) i64.const $push5=, 1099511627775 @@ -23,15 +23,15 @@ main: # @main i64.mul $push7=, $3, $3 i64.or $push8=, $pop6, $pop7 i64.ne $push9=, $pop8, $2 - br_if $pop9, BB0_3 + br_if $pop9, .LBB0_3 # BB#2: # %if.end call abort unreachable -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/bitfld-4.c.s b/test/torture-s/bitfld-4.c.s index 1b8e5b271..b7603cd9d 100644 --- a/test/torture-s/bitfld-4.c.s +++ b/test/torture-s/bitfld-4.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, x($0) i32.const $push1=, -1863803 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/bitfld-6.c.s b/test/torture-s/bitfld-6.c.s index e80e774e7..3b28e5441 100644 --- a/test/torture-s/bitfld-6.c.s +++ b/test/torture-s/bitfld-6.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/bswap-1.c.s b/test/torture-s/bswap-1.c.s index 80e9bf420..80c71ccec 100644 --- a/test/torture-s/bswap-1.c.s +++ b/test/torture-s/bswap-1.c.s @@ -39,8 +39,8 @@ g: # @g i64.or $push12=, $pop11, $pop4 i64.or $push26=, $pop25, $pop12 return $pop26 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -81,98 +81,98 @@ f: # @f i64.or $push12=, $pop11, $pop4 i64.or $push26=, $pop25, $pop12 return $pop26 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB2_16 + block .LBB2_16 i64.const $push0=, 18 i64.call $push1=, g, $pop0 i64.const $push2=, 1297036692682702848 i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB2_16 + br_if $pop3, .LBB2_16 # BB#1: # %if.end - block BB2_15 + block .LBB2_15 i64.const $push4=, 4660 i64.call $push5=, g, $pop4 i64.const $push6=, 3752061439553044480 i64.ne $push7=, $pop5, $pop6 - br_if $pop7, BB2_15 + br_if $pop7, .LBB2_15 # BB#2: # %if.end6 - block BB2_14 + block .LBB2_14 i64.const $push8=, 1193046 i64.call $push9=, g, $pop8 i64.const $push10=, 6211609577260056576 i64.ne $push11=, $pop9, $pop10 - br_if $pop11, BB2_14 + br_if $pop11, .LBB2_14 # BB#3: # %if.end11 - block BB2_13 + block .LBB2_13 i64.const $push12=, 305419896 i64.call $push13=, g, $pop12 i64.const $push14=, 8671175384462524416 i64.ne $push15=, $pop13, $pop14 - br_if $pop15, BB2_13 + br_if $pop15, .LBB2_13 # BB#4: # %if.end16 - block BB2_12 + block .LBB2_12 i64.const $push16=, 78187493520 i64.call $push17=, g, $pop16 i64.const $push18=, -8036578753402372096 i64.ne $push19=, $pop17, $pop18 - br_if $pop19, BB2_12 + br_if $pop19, .LBB2_12 # BB#5: # %if.end21 - block BB2_11 + block .LBB2_11 i64.const $push20=, 20015998341138 i64.call $push21=, g, $pop20 i64.const $push22=, 1337701400965152768 i64.ne $push23=, $pop21, $pop22 - br_if $pop23, BB2_11 + br_if $pop23, .LBB2_11 # BB#6: # %if.end26 - block BB2_10 + block .LBB2_10 i64.const $push24=, 5124095575331380 i64.call $push25=, g, $pop24 i64.const $push26=, 3752220286069772800 i64.ne $push27=, $pop25, $pop26 - br_if $pop27, BB2_10 + br_if $pop27, .LBB2_10 # BB#7: # %if.end31 - block BB2_9 + block .LBB2_9 i64.const $push28=, 1311768467284833366 i64.call $push29=, g, $pop28 i64.const $push30=, 6211610197754262546 i64.ne $push31=, $pop29, $pop30 - br_if $pop31, BB2_9 + br_if $pop31, .LBB2_9 # BB#8: # %if.end36 i32.const $push32=, 0 return $pop32 -BB2_9: # %if.then35 +.LBB2_9: # %if.then35 call abort unreachable -BB2_10: # %if.then30 +.LBB2_10: # %if.then30 call abort unreachable -BB2_11: # %if.then25 +.LBB2_11: # %if.then25 call abort unreachable -BB2_12: # %if.then20 +.LBB2_12: # %if.then20 call abort unreachable -BB2_13: # %if.then15 +.LBB2_13: # %if.then15 call abort unreachable -BB2_14: # %if.then10 +.LBB2_14: # %if.then10 call abort unreachable -BB2_15: # %if.then5 +.LBB2_15: # %if.then5 call abort unreachable -BB2_16: # %if.then +.LBB2_16: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/builtin-bitops-1.c.s b/test/torture-s/builtin-bitops-1.c.s index 912af7a6b..693f76075 100644 --- a/test/torture-s/builtin-bitops-1.c.s +++ b/test/torture-s/builtin-bitops-1.c.s @@ -8,29 +8,29 @@ my_ffs: # @my_ffs .local i32, i32 # BB#0: # %entry i32.const $2=, 0 - block BB0_4 + block .LBB0_4 i32.const $push4=, 0 i32.eq $push5=, $0, $pop4 - br_if $pop5, BB0_4 -BB0_1: # %for.body + br_if $pop5, .LBB0_4 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $1=, 1 i32.shl $push0=, $1, $2 i32.and $push1=, $pop0, $0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#2: # %for.inc - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $2=, $2, $1 i32.const $push2=, 32 i32.lt_u $push3=, $2, $pop2 - br_if $pop3, BB0_1 -BB0_3: # %for.end + br_if $pop3, .LBB0_1 +.LBB0_3: # %for.end i32.add $2=, $2, $1 -BB0_4: # %cleanup +.LBB0_4: # %cleanup return $2 -func_end0: - .size my_ffs, func_end0-my_ffs +.Lfunc_end0: + .size my_ffs, .Lfunc_end0-my_ffs .globl my_ctz .type my_ctz,@function @@ -40,23 +40,23 @@ my_ctz: # @my_ctz .local i32, i32 # BB#0: # %entry i32.const $2=, 0 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $1=, 1 i32.shl $push0=, $1, $2 i32.and $push1=, $pop0, $0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#2: # %for.inc - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $2=, $2, $1 i32.const $push2=, 32 i32.lt_u $push3=, $2, $pop2 - br_if $pop3, BB1_1 -BB1_3: # %for.end + br_if $pop3, .LBB1_1 +.LBB1_3: # %for.end return $2 -func_end1: - .size my_ctz, func_end1-my_ctz +.Lfunc_end1: + .size my_ctz, .Lfunc_end1-my_ctz .globl my_clz .type my_clz,@function @@ -67,25 +67,25 @@ my_clz: # @my_clz # BB#0: # %entry i32.const $3=, 0 i32.const $2=, 31 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_3 + loop .LBB2_3 i32.const $1=, 1 i32.shl $push0=, $1, $2 i32.and $push1=, $pop0, $0 - br_if $pop1, BB2_3 + br_if $pop1, .LBB2_3 # BB#2: # %for.inc - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.add $3=, $3, $1 i32.const $push2=, -1 i32.add $2=, $2, $pop2 i32.const $push3=, 32 i32.lt_u $push4=, $3, $pop3 - br_if $pop4, BB2_1 -BB2_3: # %for.end + br_if $pop4, .LBB2_1 +.LBB2_3: # %for.end return $3 -func_end2: - .size my_clz, func_end2-my_clz +.Lfunc_end2: + .size my_clz, .Lfunc_end2-my_clz .globl my_clrsb .type my_clrsb,@function @@ -99,28 +99,28 @@ my_clrsb: # @my_clrsb i32.const $2=, 1 i32.const $3=, 30 copy_local $4=, $2 -BB3_1: # %for.body +.LBB3_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB3_3 + loop .LBB3_3 i32.shr_u $push1=, $0, $3 i32.and $push2=, $pop1, $2 i32.ne $push3=, $pop2, $1 - br_if $pop3, BB3_3 + br_if $pop3, .LBB3_3 # BB#2: # %for.inc - # in Loop: Header=BB3_1 Depth=1 + # in Loop: Header=.LBB3_1 Depth=1 i32.const $push4=, 1 i32.add $4=, $4, $pop4 i32.const $push5=, -1 i32.add $3=, $3, $pop5 i32.const $push6=, 32 i32.lt_u $push7=, $4, $pop6 - br_if $pop7, BB3_1 -BB3_3: # %for.end + br_if $pop7, .LBB3_1 +.LBB3_3: # %for.end i32.const $push8=, -1 i32.add $push9=, $4, $pop8 return $pop9 -func_end3: - .size my_clrsb, func_end3-my_clrsb +.Lfunc_end3: + .size my_clrsb, .Lfunc_end3-my_clrsb .globl my_popcount .type my_popcount,@function @@ -132,9 +132,9 @@ my_popcount: # @my_popcount i32.const $1=, 0 copy_local $3=, $1 copy_local $4=, $1 -BB4_1: # %for.body +.LBB4_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB4_2 + loop .LBB4_2 i32.const $2=, 1 i32.shl $push0=, $2, $4 i32.and $push1=, $pop0, $0 @@ -143,11 +143,11 @@ BB4_1: # %for.body i32.add $4=, $4, $2 i32.const $push3=, 32 i32.ne $push4=, $4, $pop3 - br_if $pop4, BB4_1 -BB4_2: # %for.end + br_if $pop4, .LBB4_1 +.LBB4_2: # %for.end return $3 -func_end4: - .size my_popcount, func_end4-my_popcount +.Lfunc_end4: + .size my_popcount, .Lfunc_end4-my_popcount .globl my_parity .type my_parity,@function @@ -159,9 +159,9 @@ my_parity: # @my_parity i32.const $1=, 0 copy_local $3=, $1 copy_local $4=, $1 -BB5_1: # %for.body +.LBB5_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB5_2 + loop .LBB5_2 i32.const $2=, 1 i32.shl $push0=, $2, $4 i32.and $push1=, $pop0, $0 @@ -170,12 +170,12 @@ BB5_1: # %for.body i32.add $4=, $4, $2 i32.const $push3=, 32 i32.ne $push4=, $4, $pop3 - br_if $pop4, BB5_1 -BB5_2: # %for.end + br_if $pop4, .LBB5_1 +.LBB5_2: # %for.end i32.and $push5=, $3, $2 return $pop5 -func_end5: - .size my_parity, func_end5-my_parity +.Lfunc_end5: + .size my_parity, .Lfunc_end5-my_parity .globl my_ffsl .type my_ffsl,@function @@ -185,29 +185,29 @@ my_ffsl: # @my_ffsl .local i32, i32 # BB#0: # %entry i32.const $2=, 0 - block BB6_4 + block .LBB6_4 i32.const $push4=, 0 i32.eq $push5=, $0, $pop4 - br_if $pop5, BB6_4 -BB6_1: # %for.body + br_if $pop5, .LBB6_4 +.LBB6_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB6_3 + loop .LBB6_3 i32.const $1=, 1 i32.shl $push0=, $1, $2 i32.and $push1=, $pop0, $0 - br_if $pop1, BB6_3 + br_if $pop1, .LBB6_3 # BB#2: # %for.inc - # in Loop: Header=BB6_1 Depth=1 + # in Loop: Header=.LBB6_1 Depth=1 i32.add $2=, $2, $1 i32.const $push2=, 32 i32.lt_u $push3=, $2, $pop2 - br_if $pop3, BB6_1 -BB6_3: # %for.end + br_if $pop3, .LBB6_1 +.LBB6_3: # %for.end i32.add $2=, $2, $1 -BB6_4: # %cleanup +.LBB6_4: # %cleanup return $2 -func_end6: - .size my_ffsl, func_end6-my_ffsl +.Lfunc_end6: + .size my_ffsl, .Lfunc_end6-my_ffsl .globl my_ctzl .type my_ctzl,@function @@ -217,23 +217,23 @@ my_ctzl: # @my_ctzl .local i32, i32 # BB#0: # %entry i32.const $2=, 0 -BB7_1: # %for.body +.LBB7_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB7_3 + loop .LBB7_3 i32.const $1=, 1 i32.shl $push0=, $1, $2 i32.and $push1=, $pop0, $0 - br_if $pop1, BB7_3 + br_if $pop1, .LBB7_3 # BB#2: # %for.inc - # in Loop: Header=BB7_1 Depth=1 + # in Loop: Header=.LBB7_1 Depth=1 i32.add $2=, $2, $1 i32.const $push2=, 32 i32.lt_u $push3=, $2, $pop2 - br_if $pop3, BB7_1 -BB7_3: # %for.end + br_if $pop3, .LBB7_1 +.LBB7_3: # %for.end return $2 -func_end7: - .size my_ctzl, func_end7-my_ctzl +.Lfunc_end7: + .size my_ctzl, .Lfunc_end7-my_ctzl .globl my_clzl .type my_clzl,@function @@ -244,25 +244,25 @@ my_clzl: # @my_clzl # BB#0: # %entry i32.const $3=, 0 i32.const $2=, 31 -BB8_1: # %for.body +.LBB8_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB8_3 + loop .LBB8_3 i32.const $1=, 1 i32.shl $push0=, $1, $2 i32.and $push1=, $pop0, $0 - br_if $pop1, BB8_3 + br_if $pop1, .LBB8_3 # BB#2: # %for.inc - # in Loop: Header=BB8_1 Depth=1 + # in Loop: Header=.LBB8_1 Depth=1 i32.add $3=, $3, $1 i32.const $push2=, -1 i32.add $2=, $2, $pop2 i32.const $push3=, 32 i32.lt_u $push4=, $3, $pop3 - br_if $pop4, BB8_1 -BB8_3: # %for.end + br_if $pop4, .LBB8_1 +.LBB8_3: # %for.end return $3 -func_end8: - .size my_clzl, func_end8-my_clzl +.Lfunc_end8: + .size my_clzl, .Lfunc_end8-my_clzl .globl my_clrsbl .type my_clrsbl,@function @@ -276,28 +276,28 @@ my_clrsbl: # @my_clrsbl i32.const $2=, 1 i32.const $3=, 30 copy_local $4=, $2 -BB9_1: # %for.body +.LBB9_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB9_3 + loop .LBB9_3 i32.shr_u $push1=, $0, $3 i32.and $push2=, $pop1, $2 i32.ne $push3=, $pop2, $1 - br_if $pop3, BB9_3 + br_if $pop3, .LBB9_3 # BB#2: # %for.inc - # in Loop: Header=BB9_1 Depth=1 + # in Loop: Header=.LBB9_1 Depth=1 i32.const $push4=, 1 i32.add $4=, $4, $pop4 i32.const $push5=, -1 i32.add $3=, $3, $pop5 i32.const $push6=, 32 i32.lt_u $push7=, $4, $pop6 - br_if $pop7, BB9_1 -BB9_3: # %for.end + br_if $pop7, .LBB9_1 +.LBB9_3: # %for.end i32.const $push8=, -1 i32.add $push9=, $4, $pop8 return $pop9 -func_end9: - .size my_clrsbl, func_end9-my_clrsbl +.Lfunc_end9: + .size my_clrsbl, .Lfunc_end9-my_clrsbl .globl my_popcountl .type my_popcountl,@function @@ -309,9 +309,9 @@ my_popcountl: # @my_popcountl i32.const $1=, 0 copy_local $3=, $1 copy_local $4=, $1 -BB10_1: # %for.body +.LBB10_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB10_2 + loop .LBB10_2 i32.const $2=, 1 i32.shl $push0=, $2, $4 i32.and $push1=, $pop0, $0 @@ -320,11 +320,11 @@ BB10_1: # %for.body i32.add $4=, $4, $2 i32.const $push3=, 32 i32.ne $push4=, $4, $pop3 - br_if $pop4, BB10_1 -BB10_2: # %for.end + br_if $pop4, .LBB10_1 +.LBB10_2: # %for.end return $3 -func_end10: - .size my_popcountl, func_end10-my_popcountl +.Lfunc_end10: + .size my_popcountl, .Lfunc_end10-my_popcountl .globl my_parityl .type my_parityl,@function @@ -336,9 +336,9 @@ my_parityl: # @my_parityl i32.const $1=, 0 copy_local $3=, $1 copy_local $4=, $1 -BB11_1: # %for.body +.LBB11_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB11_2 + loop .LBB11_2 i32.const $2=, 1 i32.shl $push0=, $2, $4 i32.and $push1=, $pop0, $0 @@ -347,12 +347,12 @@ BB11_1: # %for.body i32.add $4=, $4, $2 i32.const $push3=, 32 i32.ne $push4=, $4, $pop3 - br_if $pop4, BB11_1 -BB11_2: # %for.end + br_if $pop4, .LBB11_1 +.LBB11_2: # %for.end i32.and $push5=, $3, $2 return $pop5 -func_end11: - .size my_parityl, func_end11-my_parityl +.Lfunc_end11: + .size my_parityl, .Lfunc_end11-my_parityl .globl my_ffsll .type my_ffsll,@function @@ -364,32 +364,32 @@ my_ffsll: # @my_ffsll i64.const $1=, 0 copy_local $3=, $1 i32.const $4=, 0 - block BB12_4 + block .LBB12_4 i64.eq $push0=, $0, $1 - br_if $pop0, BB12_4 -BB12_1: # %for.body + br_if $pop0, .LBB12_4 +.LBB12_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB12_3 + loop .LBB12_3 i64.const $2=, 1 i64.shl $push1=, $2, $3 i64.and $push2=, $pop1, $0 i64.ne $push3=, $pop2, $1 - br_if $pop3, BB12_3 + br_if $pop3, .LBB12_3 # BB#2: # %for.inc - # in Loop: Header=BB12_1 Depth=1 + # in Loop: Header=.LBB12_1 Depth=1 i32.const $push4=, 1 i32.add $4=, $4, $pop4 i64.add $3=, $3, $2 i64.const $push5=, 64 i64.lt_u $push6=, $3, $pop5 - br_if $pop6, BB12_1 -BB12_3: # %for.end + br_if $pop6, .LBB12_1 +.LBB12_3: # %for.end i32.const $push7=, 1 i32.add $4=, $4, $pop7 -BB12_4: # %cleanup +.LBB12_4: # %cleanup return $4 -func_end12: - .size my_ffsll, func_end12-my_ffsll +.Lfunc_end12: + .size my_ffsll, .Lfunc_end12-my_ffsll .globl my_ctzll .type my_ctzll,@function @@ -401,26 +401,26 @@ my_ctzll: # @my_ctzll i64.const $1=, 0 copy_local $3=, $1 i32.const $4=, 0 -BB13_1: # %for.body +.LBB13_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB13_3 + loop .LBB13_3 i64.const $2=, 1 i64.shl $push0=, $2, $3 i64.and $push1=, $pop0, $0 i64.ne $push2=, $pop1, $1 - br_if $pop2, BB13_3 + br_if $pop2, .LBB13_3 # BB#2: # %for.inc - # in Loop: Header=BB13_1 Depth=1 + # in Loop: Header=.LBB13_1 Depth=1 i32.const $push3=, 1 i32.add $4=, $4, $pop3 i64.add $3=, $3, $2 i64.const $push4=, 64 i64.lt_u $push5=, $3, $pop4 - br_if $pop5, BB13_1 -BB13_3: # %for.end + br_if $pop5, .LBB13_1 +.LBB13_3: # %for.end return $4 -func_end13: - .size my_ctzll, func_end13-my_ctzll +.Lfunc_end13: + .size my_ctzll, .Lfunc_end13-my_ctzll .globl my_clzll .type my_clzll,@function @@ -433,18 +433,18 @@ my_clzll: # @my_clzll i64.const $3=, 63 copy_local $4=, $1 i32.const $5=, 0 -BB14_1: # %for.body +.LBB14_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB14_3 + loop .LBB14_3 i64.const $2=, 1 i64.const $push0=, 4294967295 i64.and $push1=, $3, $pop0 i64.shl $push2=, $2, $pop1 i64.and $push3=, $pop2, $0 i64.ne $push4=, $pop3, $1 - br_if $pop4, BB14_3 + br_if $pop4, .LBB14_3 # BB#2: # %for.inc - # in Loop: Header=BB14_1 Depth=1 + # in Loop: Header=.LBB14_1 Depth=1 i32.const $push5=, 1 i32.add $5=, $5, $pop5 i64.add $4=, $4, $2 @@ -452,11 +452,11 @@ BB14_1: # %for.body i64.add $3=, $3, $pop6 i64.const $push7=, 64 i64.lt_u $push8=, $4, $pop7 - br_if $pop8, BB14_1 -BB14_3: # %for.end + br_if $pop8, .LBB14_1 +.LBB14_3: # %for.end return $5 -func_end14: - .size my_clzll, func_end14-my_clzll +.Lfunc_end14: + .size my_clzll, .Lfunc_end14-my_clzll .globl my_clrsbll .type my_clrsbll,@function @@ -471,15 +471,15 @@ my_clrsbll: # @my_clrsbll i64.const $3=, 62 copy_local $4=, $2 i32.const $5=, 1 -BB15_1: # %for.body +.LBB15_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB15_3 + loop .LBB15_3 i64.shr_u $push1=, $0, $3 i64.and $push2=, $pop1, $2 i64.ne $push3=, $pop2, $1 - br_if $pop3, BB15_3 + br_if $pop3, .LBB15_3 # BB#2: # %for.inc - # in Loop: Header=BB15_1 Depth=1 + # in Loop: Header=.LBB15_1 Depth=1 i32.const $push5=, 1 i32.add $5=, $5, $pop5 i64.const $push4=, 1 @@ -488,13 +488,13 @@ BB15_1: # %for.body i64.add $3=, $3, $pop6 i64.const $push7=, 64 i64.lt_u $push8=, $4, $pop7 - br_if $pop8, BB15_1 -BB15_3: # %for.end + br_if $pop8, .LBB15_1 +.LBB15_3: # %for.end i32.const $push9=, -1 i32.add $push10=, $5, $pop9 return $pop10 -func_end15: - .size my_clrsbll, func_end15-my_clrsbll +.Lfunc_end15: + .size my_clrsbll, .Lfunc_end15-my_clrsbll .globl my_popcountll .type my_popcountll,@function @@ -506,9 +506,9 @@ my_popcountll: # @my_popcountll i64.const $1=, 0 copy_local $3=, $1 i32.const $4=, 0 -BB16_1: # %for.body +.LBB16_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB16_2 + loop .LBB16_2 i64.const $2=, 1 i64.shl $push0=, $2, $3 i64.and $push1=, $pop0, $0 @@ -517,11 +517,11 @@ BB16_1: # %for.body i64.add $3=, $3, $2 i64.const $push3=, 64 i64.ne $push4=, $3, $pop3 - br_if $pop4, BB16_1 -BB16_2: # %for.end + br_if $pop4, .LBB16_1 +.LBB16_2: # %for.end return $4 -func_end16: - .size my_popcountll, func_end16-my_popcountll +.Lfunc_end16: + .size my_popcountll, .Lfunc_end16-my_popcountll .globl my_parityll .type my_parityll,@function @@ -533,9 +533,9 @@ my_parityll: # @my_parityll i64.const $1=, 0 copy_local $3=, $1 i32.const $4=, 0 -BB17_1: # %for.body +.LBB17_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB17_2 + loop .LBB17_2 i64.const $2=, 1 i64.shl $push0=, $2, $3 i64.and $push1=, $pop0, $0 @@ -544,13 +544,13 @@ BB17_1: # %for.body i64.add $3=, $3, $2 i64.const $push3=, 64 i64.ne $push4=, $3, $pop3 - br_if $pop4, BB17_1 -BB17_2: # %for.end + br_if $pop4, .LBB17_1 +.LBB17_2: # %for.end i32.const $push5=, 1 i32.and $push6=, $4, $pop5 return $pop6 -func_end17: - .size my_parityll, func_end17-my_parityll +.Lfunc_end17: + .size my_parityll, .Lfunc_end17-my_parityll .globl main .type main,@function @@ -560,19 +560,19 @@ main: # @main # BB#0: # %entry i32.const $3=, 0 copy_local $11=, $3 -BB18_1: # %for.body +.LBB18_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB18_2 Depth 2 - # Child Loop BB18_8 Depth 2 - # Child Loop BB18_12 Depth 2 - # Child Loop BB18_18 Depth 2 - # Child Loop BB18_21 Depth 2 - # Child Loop BB18_23 Depth 2 - block BB18_166 - block BB18_165 - block BB18_164 - block BB18_163 - loop BB18_26 + # Child Loop .LBB18_2 Depth 2 + # Child Loop .LBB18_8 Depth 2 + # Child Loop .LBB18_12 Depth 2 + # Child Loop .LBB18_18 Depth 2 + # Child Loop .LBB18_21 Depth 2 + # Child Loop .LBB18_23 Depth 2 + block .LBB18_166 + block .LBB18_165 + block .LBB18_164 + block .LBB18_163 + loop .LBB18_26 i32.const $4=, 2 i32.const $push1=, ints i32.shl $push0=, $11, $4 @@ -584,125 +584,125 @@ BB18_1: # %for.body i32.select $20=, $10, $pop2, $3 copy_local $7=, $3 copy_local $19=, $3 - block BB18_5 + block .LBB18_5 i32.const $push222=, 0 i32.eq $push223=, $10, $pop222 - br_if $pop223, BB18_5 -BB18_2: # %for.body.i - # Parent Loop BB18_1 Depth=1 + br_if $pop223, .LBB18_5 +.LBB18_2: # %for.body.i + # Parent Loop .LBB18_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_4 + loop .LBB18_4 i32.shl $push3=, $14, $7 i32.and $push4=, $pop3, $10 - br_if $pop4, BB18_4 + br_if $pop4, .LBB18_4 # BB#3: # %for.inc.i - # in Loop: Header=BB18_2 Depth=2 + # in Loop: Header=.LBB18_2 Depth=2 i32.add $7=, $7, $14 i32.const $push5=, 32 i32.lt_u $push6=, $7, $pop5 - br_if $pop6, BB18_2 -BB18_4: # %for.end.i - # in Loop: Header=BB18_1 Depth=1 + br_if $pop6, .LBB18_2 +.LBB18_4: # %for.end.i + # in Loop: Header=.LBB18_1 Depth=1 i32.add $19=, $7, $14 -BB18_5: # %my_ffs.exit - # in Loop: Header=BB18_1 Depth=1 +.LBB18_5: # %my_ffs.exit + # in Loop: Header=.LBB18_1 Depth=1 i32.ne $push7=, $20, $19 - br_if $pop7, BB18_166 + br_if $pop7, .LBB18_166 # BB#6: # %if.end - # in Loop: Header=BB18_1 Depth=1 - block BB18_17 + # in Loop: Header=.LBB18_1 Depth=1 + block .LBB18_17 i32.const $push224=, 0 i32.eq $push225=, $10, $pop224 - br_if $pop225, BB18_17 + br_if $pop225, .LBB18_17 # BB#7: # %land.lhs.true - # in Loop: Header=BB18_1 Depth=1 + # in Loop: Header=.LBB18_1 Depth=1 i32.clz $20=, $10 i32.const $7=, 0 i32.const $19=, 31 -BB18_8: # %for.body.i822 - # Parent Loop BB18_1 Depth=1 +.LBB18_8: # %for.body.i822 + # Parent Loop .LBB18_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_10 + loop .LBB18_10 i32.shl $push8=, $14, $19 i32.and $push9=, $pop8, $10 - br_if $pop9, BB18_10 + br_if $pop9, .LBB18_10 # BB#9: # %for.inc.i825 - # in Loop: Header=BB18_8 Depth=2 + # in Loop: Header=.LBB18_8 Depth=2 i32.const $push10=, -1 i32.add $19=, $19, $pop10 i32.add $7=, $7, $14 i32.const $push11=, 32 i32.lt_u $push12=, $7, $pop11 - br_if $pop12, BB18_8 -BB18_10: # %my_clz.exit - # in Loop: Header=BB18_1 Depth=1 - block BB18_16 + br_if $pop12, .LBB18_8 +.LBB18_10: # %my_clz.exit + # in Loop: Header=.LBB18_1 Depth=1 + block .LBB18_16 i32.ne $push13=, $20, $7 - br_if $pop13, BB18_16 + br_if $pop13, .LBB18_16 # BB#11: # %land.lhs.true13 - # in Loop: Header=BB18_1 Depth=1 + # in Loop: Header=.LBB18_1 Depth=1 i32.const $7=, 0 -BB18_12: # %for.body.i889 - # Parent Loop BB18_1 Depth=1 +.LBB18_12: # %for.body.i889 + # Parent Loop .LBB18_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_14 + loop .LBB18_14 i32.shl $push14=, $14, $7 i32.and $push15=, $pop14, $10 - br_if $pop15, BB18_14 + br_if $pop15, .LBB18_14 # BB#13: # %for.inc.i892 - # in Loop: Header=BB18_12 Depth=2 + # in Loop: Header=.LBB18_12 Depth=2 i32.add $7=, $7, $14 i32.const $push16=, 32 i32.lt_u $push17=, $7, $pop16 - br_if $pop17, BB18_12 -BB18_14: # %my_ctz.exit - # in Loop: Header=BB18_1 Depth=1 + br_if $pop17, .LBB18_12 +.LBB18_14: # %my_ctz.exit + # in Loop: Header=.LBB18_1 Depth=1 i32.eq $push18=, $18, $7 - br_if $pop18, BB18_17 + br_if $pop18, .LBB18_17 # BB#15: # %if.then18 call abort unreachable -BB18_16: # %if.then9 +.LBB18_16: # %if.then9 call abort unreachable -BB18_17: # %if.end19 - # in Loop: Header=BB18_1 Depth=1 +.LBB18_17: # %if.end19 + # in Loop: Header=.LBB18_1 Depth=1 i32.call $20=, __builtin_clrsb, $10 i32.load $19=, 0($1) i32.const $5=, 31 i32.shr_u $1=, $19, $5 i32.const $10=, 30 copy_local $7=, $14 -BB18_18: # %for.body.i974 - # Parent Loop BB18_1 Depth=1 +.LBB18_18: # %for.body.i974 + # Parent Loop .LBB18_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_20 + loop .LBB18_20 i32.shr_u $push19=, $19, $10 i32.and $push20=, $pop19, $14 i32.ne $push21=, $pop20, $1 - br_if $pop21, BB18_20 + br_if $pop21, .LBB18_20 # BB#19: # %for.inc.i977 - # in Loop: Header=BB18_18 Depth=2 + # in Loop: Header=.LBB18_18 Depth=2 i32.const $push22=, 1 i32.add $7=, $7, $pop22 i32.const $push23=, -1 i32.add $10=, $10, $pop23 i32.const $push24=, 32 i32.lt_u $push25=, $7, $pop24 - br_if $pop25, BB18_18 -BB18_20: # %my_clrsb.exit - # in Loop: Header=BB18_1 Depth=1 + br_if $pop25, .LBB18_18 +.LBB18_20: # %my_clrsb.exit + # in Loop: Header=.LBB18_1 Depth=1 i32.const $6=, -1 i32.const $18=, 0 copy_local $1=, $18 copy_local $10=, $18 i32.add $push26=, $7, $6 i32.ne $push27=, $20, $pop26 - br_if $pop27, BB18_165 -BB18_21: # %for.body.i1069 - # Parent Loop BB18_1 Depth=1 + br_if $pop27, .LBB18_165 +.LBB18_21: # %for.body.i1069 + # Parent Loop .LBB18_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_22 + loop .LBB18_22 i32.const $14=, 1 i32.shl $push28=, $14, $10 i32.and $push29=, $pop28, $19 @@ -711,52 +711,52 @@ BB18_21: # %for.body.i1069 i32.add $10=, $10, $14 i32.const $7=, 32 i32.ne $push31=, $10, $7 - br_if $pop31, BB18_21 -BB18_22: # %my_popcount.exit - # in Loop: Header=BB18_1 Depth=1 + br_if $pop31, .LBB18_21 +.LBB18_22: # %my_popcount.exit + # in Loop: Header=.LBB18_1 Depth=1 i32.const $20=, 0 copy_local $18=, $20 copy_local $10=, $20 i32.popcnt $push32=, $19 i32.ne $push33=, $pop32, $1 - br_if $pop33, BB18_164 -BB18_23: # %for.body.i1161 - # Parent Loop BB18_1 Depth=1 + br_if $pop33, .LBB18_164 +.LBB18_23: # %for.body.i1161 + # Parent Loop .LBB18_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_24 + loop .LBB18_24 i32.shl $push34=, $14, $10 i32.and $push35=, $pop34, $19 i32.ne $push36=, $pop35, $20 i32.add $18=, $pop36, $18 i32.add $10=, $10, $14 i32.ne $push37=, $10, $7 - br_if $pop37, BB18_23 -BB18_24: # %my_parity.exit - # in Loop: Header=BB18_1 Depth=1 + br_if $pop37, .LBB18_23 +.LBB18_24: # %my_parity.exit + # in Loop: Header=.LBB18_1 Depth=1 i32.xor $push38=, $18, $1 i32.and $push39=, $pop38, $14 - br_if $pop39, BB18_163 + br_if $pop39, .LBB18_163 # BB#25: # %for.cond - # in Loop: Header=BB18_1 Depth=1 + # in Loop: Header=.LBB18_1 Depth=1 i32.add $11=, $11, $14 i32.const $8=, 0 i32.const $9=, 12 copy_local $0=, $8 i32.le_u $push40=, $11, $9 - br_if $pop40, BB18_1 -BB18_26: # %for.body41 + br_if $pop40, .LBB18_1 +.LBB18_26: # %for.body41 # =>This Loop Header: Depth=1 - # Child Loop BB18_27 Depth 2 - # Child Loop BB18_33 Depth 2 - # Child Loop BB18_37 Depth 2 - # Child Loop BB18_43 Depth 2 - # Child Loop BB18_46 Depth 2 - # Child Loop BB18_48 Depth 2 - block BB18_162 - block BB18_161 - block BB18_160 - block BB18_159 - loop BB18_51 + # Child Loop .LBB18_27 Depth 2 + # Child Loop .LBB18_33 Depth 2 + # Child Loop .LBB18_37 Depth 2 + # Child Loop .LBB18_43 Depth 2 + # Child Loop .LBB18_46 Depth 2 + # Child Loop .LBB18_48 Depth 2 + block .LBB18_162 + block .LBB18_161 + block .LBB18_160 + block .LBB18_159 + loop .LBB18_51 i32.const $push42=, longs i32.shl $push41=, $0, $4 i32.add $18=, $pop42, $pop41 @@ -766,118 +766,118 @@ BB18_26: # %for.body41 i32.select $11=, $19, $pop43, $8 copy_local $10=, $8 copy_local $1=, $8 - block BB18_30 + block .LBB18_30 i32.const $push226=, 0 i32.eq $push227=, $19, $pop226 - br_if $pop227, BB18_30 -BB18_27: # %for.body.i1251 - # Parent Loop BB18_26 Depth=1 + br_if $pop227, .LBB18_30 +.LBB18_27: # %for.body.i1251 + # Parent Loop .LBB18_26 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_29 + loop .LBB18_29 i32.shl $push44=, $14, $10 i32.and $push45=, $pop44, $19 - br_if $pop45, BB18_29 + br_if $pop45, .LBB18_29 # BB#28: # %for.inc.i1254 - # in Loop: Header=BB18_27 Depth=2 + # in Loop: Header=.LBB18_27 Depth=2 i32.add $10=, $10, $14 i32.lt_u $push46=, $10, $7 - br_if $pop46, BB18_27 -BB18_29: # %for.end.i1257 - # in Loop: Header=BB18_26 Depth=1 + br_if $pop46, .LBB18_27 +.LBB18_29: # %for.end.i1257 + # in Loop: Header=.LBB18_26 Depth=1 i32.add $1=, $10, $14 -BB18_30: # %my_ffsl.exit - # in Loop: Header=BB18_26 Depth=1 +.LBB18_30: # %my_ffsl.exit + # in Loop: Header=.LBB18_26 Depth=1 i32.ne $push47=, $11, $1 - br_if $pop47, BB18_162 + br_if $pop47, .LBB18_162 # BB#31: # %if.end49 - # in Loop: Header=BB18_26 Depth=1 - block BB18_42 + # in Loop: Header=.LBB18_26 Depth=1 + block .LBB18_42 i32.const $push228=, 0 i32.eq $push229=, $19, $pop228 - br_if $pop229, BB18_42 + br_if $pop229, .LBB18_42 # BB#32: # %land.lhs.true52 - # in Loop: Header=BB18_26 Depth=1 + # in Loop: Header=.LBB18_26 Depth=1 i32.clz $11=, $19 i32.const $10=, 0 copy_local $1=, $5 -BB18_33: # %for.body.i1346 - # Parent Loop BB18_26 Depth=1 +.LBB18_33: # %for.body.i1346 + # Parent Loop .LBB18_26 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_35 + loop .LBB18_35 i32.shl $push48=, $14, $1 i32.and $push49=, $pop48, $19 - br_if $pop49, BB18_35 + br_if $pop49, .LBB18_35 # BB#34: # %for.inc.i1349 - # in Loop: Header=BB18_33 Depth=2 + # in Loop: Header=.LBB18_33 Depth=2 i32.add $10=, $10, $14 i32.add $1=, $1, $6 i32.lt_u $push50=, $10, $7 - br_if $pop50, BB18_33 -BB18_35: # %my_clzl.exit - # in Loop: Header=BB18_26 Depth=1 - block BB18_41 + br_if $pop50, .LBB18_33 +.LBB18_35: # %my_clzl.exit + # in Loop: Header=.LBB18_26 Depth=1 + block .LBB18_41 i32.ne $push51=, $11, $10 - br_if $pop51, BB18_41 + br_if $pop51, .LBB18_41 # BB#36: # %land.lhs.true61 - # in Loop: Header=BB18_26 Depth=1 + # in Loop: Header=.LBB18_26 Depth=1 i32.const $10=, 0 -BB18_37: # %for.body.i1438 - # Parent Loop BB18_26 Depth=1 +.LBB18_37: # %for.body.i1438 + # Parent Loop .LBB18_26 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_39 + loop .LBB18_39 i32.shl $push52=, $14, $10 i32.and $push53=, $pop52, $19 - br_if $pop53, BB18_39 + br_if $pop53, .LBB18_39 # BB#38: # %for.inc.i1441 - # in Loop: Header=BB18_37 Depth=2 + # in Loop: Header=.LBB18_37 Depth=2 i32.add $10=, $10, $14 i32.lt_u $push54=, $10, $7 - br_if $pop54, BB18_37 -BB18_39: # %my_ctzl.exit - # in Loop: Header=BB18_26 Depth=1 + br_if $pop54, .LBB18_37 +.LBB18_39: # %my_ctzl.exit + # in Loop: Header=.LBB18_26 Depth=1 i32.eq $push55=, $20, $10 - br_if $pop55, BB18_42 + br_if $pop55, .LBB18_42 # BB#40: # %if.then66 call abort unreachable -BB18_41: # %if.then57 +.LBB18_41: # %if.then57 call abort unreachable -BB18_42: # %if.end67 - # in Loop: Header=BB18_26 Depth=1 +.LBB18_42: # %if.end67 + # in Loop: Header=.LBB18_26 Depth=1 i32.call $11=, __builtin_clrsbl, $19 i32.load $1=, 0($18) i32.const $3=, 31 i32.shr_u $18=, $1, $3 i32.const $19=, 30 copy_local $10=, $14 -BB18_43: # %for.body.i1532 - # Parent Loop BB18_26 Depth=1 +.LBB18_43: # %for.body.i1532 + # Parent Loop .LBB18_26 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_45 + loop .LBB18_45 i32.shr_u $push56=, $1, $19 i32.and $push57=, $pop56, $14 i32.ne $push58=, $pop57, $18 - br_if $pop58, BB18_45 + br_if $pop58, .LBB18_45 # BB#44: # %for.inc.i1535 - # in Loop: Header=BB18_43 Depth=2 + # in Loop: Header=.LBB18_43 Depth=2 i32.const $push59=, 1 i32.add $10=, $10, $pop59 i32.add $19=, $19, $6 i32.lt_u $push60=, $10, $7 - br_if $pop60, BB18_43 -BB18_45: # %my_clrsbl.exit - # in Loop: Header=BB18_26 Depth=1 + br_if $pop60, .LBB18_43 +.LBB18_45: # %my_clrsbl.exit + # in Loop: Header=.LBB18_26 Depth=1 i32.const $20=, 0 copy_local $18=, $20 copy_local $19=, $20 i32.add $push61=, $10, $6 i32.ne $push62=, $11, $pop61 - br_if $pop62, BB18_161 -BB18_46: # %for.body.i1630 - # Parent Loop BB18_26 Depth=1 + br_if $pop62, .LBB18_161 +.LBB18_46: # %for.body.i1630 + # Parent Loop .LBB18_26 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_47 + loop .LBB18_47 i32.const $10=, 1 i32.shl $push63=, $10, $19 i32.and $push64=, $pop63, $1 @@ -885,51 +885,51 @@ BB18_46: # %for.body.i1630 i32.add $18=, $pop65, $18 i32.add $19=, $19, $10 i32.ne $push66=, $19, $7 - br_if $pop66, BB18_46 -BB18_47: # %my_popcountl.exit - # in Loop: Header=BB18_26 Depth=1 + br_if $pop66, .LBB18_46 +.LBB18_47: # %my_popcountl.exit + # in Loop: Header=.LBB18_26 Depth=1 i32.const $11=, 0 copy_local $20=, $11 copy_local $19=, $11 i32.popcnt $push67=, $1 i32.ne $push68=, $pop67, $18 - br_if $pop68, BB18_160 -BB18_48: # %for.body.i1723 - # Parent Loop BB18_26 Depth=1 + br_if $pop68, .LBB18_160 +.LBB18_48: # %for.body.i1723 + # Parent Loop .LBB18_26 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_49 + loop .LBB18_49 i32.shl $push69=, $10, $19 i32.and $push70=, $pop69, $1 i32.ne $push71=, $pop70, $11 i32.add $20=, $pop71, $20 i32.add $19=, $19, $10 i32.ne $push72=, $19, $7 - br_if $pop72, BB18_48 -BB18_49: # %my_parityl.exit - # in Loop: Header=BB18_26 Depth=1 + br_if $pop72, .LBB18_48 +.LBB18_49: # %my_parityl.exit + # in Loop: Header=.LBB18_26 Depth=1 i32.xor $push73=, $20, $18 i32.and $push74=, $pop73, $10 - br_if $pop74, BB18_159 + br_if $pop74, .LBB18_159 # BB#50: # %for.cond39 - # in Loop: Header=BB18_26 Depth=1 + # in Loop: Header=.LBB18_26 Depth=1 i32.add $0=, $0, $10 i32.const $1=, 0 copy_local $18=, $1 i32.le_u $push75=, $0, $9 - br_if $pop75, BB18_26 -BB18_51: # %for.body92 + br_if $pop75, .LBB18_26 +.LBB18_51: # %for.body92 # =>This Loop Header: Depth=1 - # Child Loop BB18_52 Depth 2 - # Child Loop BB18_58 Depth 2 - # Child Loop BB18_62 Depth 2 - # Child Loop BB18_68 Depth 2 - # Child Loop BB18_72 Depth 2 - # Child Loop BB18_74 Depth 2 - block BB18_158 - block BB18_157 - block BB18_156 - block BB18_155 - loop BB18_77 + # Child Loop .LBB18_52 Depth 2 + # Child Loop .LBB18_58 Depth 2 + # Child Loop .LBB18_62 Depth 2 + # Child Loop .LBB18_68 Depth 2 + # Child Loop .LBB18_72 Depth 2 + # Child Loop .LBB18_74 Depth 2 + block .LBB18_158 + block .LBB18_157 + block .LBB18_156 + block .LBB18_155 + loop .LBB18_77 i32.const $push78=, longlongs i32.const $push76=, 3 i32.shl $push77=, $18, $pop76 @@ -945,100 +945,100 @@ BB18_51: # %for.body92 copy_local $22=, $12 copy_local $14=, $1 copy_local $11=, $1 - block BB18_55 - br_if $19, BB18_55 -BB18_52: # %for.body.i1814 - # Parent Loop BB18_51 Depth=1 + block .LBB18_55 + br_if $19, .LBB18_55 +.LBB18_52: # %for.body.i1814 + # Parent Loop .LBB18_51 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_54 + loop .LBB18_54 i64.shl $push81=, $21, $22 i64.and $push82=, $pop81, $17 i64.ne $push83=, $pop82, $12 - br_if $pop83, BB18_54 + br_if $pop83, .LBB18_54 # BB#53: # %for.inc.i1818 - # in Loop: Header=BB18_52 Depth=2 + # in Loop: Header=.LBB18_52 Depth=2 i64.add $22=, $22, $21 i32.add $14=, $14, $10 i64.const $push84=, 64 i64.lt_u $push85=, $22, $pop84 - br_if $pop85, BB18_52 -BB18_54: # %for.end.i1821 - # in Loop: Header=BB18_51 Depth=1 + br_if $pop85, .LBB18_52 +.LBB18_54: # %for.end.i1821 + # in Loop: Header=.LBB18_51 Depth=1 i32.add $11=, $14, $10 -BB18_55: # %my_ffsll.exit1823 - # in Loop: Header=BB18_51 Depth=1 +.LBB18_55: # %my_ffsll.exit1823 + # in Loop: Header=.LBB18_51 Depth=1 i32.ne $push86=, $8, $11 - br_if $pop86, BB18_158 + br_if $pop86, .LBB18_158 # BB#56: # %if.end100 - # in Loop: Header=BB18_51 Depth=1 + # in Loop: Header=.LBB18_51 Depth=1 i64.const $13=, 0 - block BB18_67 + block .LBB18_67 i64.eq $push87=, $17, $13 - br_if $pop87, BB18_67 + br_if $pop87, .LBB18_67 # BB#57: # %land.lhs.true103 - # in Loop: Header=BB18_51 Depth=1 + # in Loop: Header=.LBB18_51 Depth=1 i64.const $22=, 63 copy_local $12=, $13 i64.clz $push88=, $17 i32.wrap/i64 $19=, $pop88 i32.const $14=, 0 -BB18_58: # %for.body.i1902 - # Parent Loop BB18_51 Depth=1 +.LBB18_58: # %for.body.i1902 + # Parent Loop .LBB18_51 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_60 + loop .LBB18_60 i64.const $push89=, 4294967295 i64.and $push90=, $22, $pop89 i64.shl $push91=, $21, $pop90 i64.and $push92=, $pop91, $17 i64.ne $push93=, $pop92, $13 - br_if $pop93, BB18_60 + br_if $pop93, .LBB18_60 # BB#59: # %for.inc.i1906 - # in Loop: Header=BB18_58 Depth=2 + # in Loop: Header=.LBB18_58 Depth=2 i64.const $push94=, -1 i64.add $22=, $22, $pop94 i64.add $12=, $12, $21 i32.add $14=, $14, $10 i64.const $push95=, 64 i64.lt_u $push96=, $12, $pop95 - br_if $pop96, BB18_58 -BB18_60: # %my_clzll.exit1909 - # in Loop: Header=BB18_51 Depth=1 - block BB18_66 + br_if $pop96, .LBB18_58 +.LBB18_60: # %my_clzll.exit1909 + # in Loop: Header=.LBB18_51 Depth=1 + block .LBB18_66 i32.ne $push97=, $19, $14 - br_if $pop97, BB18_66 + br_if $pop97, .LBB18_66 # BB#61: # %land.lhs.true113 - # in Loop: Header=BB18_51 Depth=1 + # in Loop: Header=.LBB18_51 Depth=1 i64.const $12=, 0 copy_local $22=, $12 i32.wrap/i64 $19=, $16 i32.const $14=, 0 -BB18_62: # %for.body.i1948 - # Parent Loop BB18_51 Depth=1 +.LBB18_62: # %for.body.i1948 + # Parent Loop .LBB18_51 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_64 + loop .LBB18_64 i64.shl $push98=, $21, $22 i64.and $push99=, $pop98, $17 i64.ne $push100=, $pop99, $12 - br_if $pop100, BB18_64 + br_if $pop100, .LBB18_64 # BB#63: # %for.inc.i1952 - # in Loop: Header=BB18_62 Depth=2 + # in Loop: Header=.LBB18_62 Depth=2 i64.add $22=, $22, $21 i32.add $14=, $14, $10 i64.const $push101=, 64 i64.lt_u $push102=, $22, $pop101 - br_if $pop102, BB18_62 -BB18_64: # %my_ctzll.exit1955 - # in Loop: Header=BB18_51 Depth=1 + br_if $pop102, .LBB18_62 +.LBB18_64: # %my_ctzll.exit1955 + # in Loop: Header=.LBB18_51 Depth=1 i32.eq $push103=, $19, $14 - br_if $pop103, BB18_67 + br_if $pop103, .LBB18_67 # BB#65: # %if.then119 call abort unreachable -BB18_66: # %if.then109 +.LBB18_66: # %if.then109 call abort unreachable -BB18_67: # %if.end120 - # in Loop: Header=BB18_51 Depth=1 +.LBB18_67: # %if.end120 + # in Loop: Header=.LBB18_51 Depth=1 i32.call $19=, __builtin_clrsbll, $17 i64.load $17=, 0($20) i64.const $16=, 63 @@ -1046,16 +1046,16 @@ BB18_67: # %if.end120 i64.const $22=, 62 copy_local $12=, $21 copy_local $14=, $10 -BB18_68: # %for.body.i2018 - # Parent Loop BB18_51 Depth=1 +.LBB18_68: # %for.body.i2018 + # Parent Loop .LBB18_51 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_70 + loop .LBB18_70 i64.shr_u $push104=, $17, $22 i64.and $push105=, $pop104, $21 i64.ne $push106=, $pop105, $13 - br_if $pop106, BB18_70 + br_if $pop106, .LBB18_70 # BB#69: # %for.inc.i2022 - # in Loop: Header=BB18_68 Depth=2 + # in Loop: Header=.LBB18_68 Depth=2 i32.const $push108=, 1 i32.add $14=, $14, $pop108 i64.const $push107=, 1 @@ -1064,22 +1064,22 @@ BB18_68: # %for.body.i2018 i64.add $22=, $22, $pop109 i64.const $push110=, 64 i64.lt_u $push111=, $12, $pop110 - br_if $pop111, BB18_68 -BB18_70: # %my_clrsbll.exit2026 - # in Loop: Header=BB18_51 Depth=1 + br_if $pop111, .LBB18_68 +.LBB18_70: # %my_clrsbll.exit2026 + # in Loop: Header=.LBB18_51 Depth=1 i32.add $push112=, $14, $6 i32.ne $push113=, $19, $pop112 - br_if $pop113, BB18_157 + br_if $pop113, .LBB18_157 # BB#71: # %if.end127 - # in Loop: Header=BB18_51 Depth=1 + # in Loop: Header=.LBB18_51 Depth=1 i64.const $13=, 0 i64.popcnt $2=, $17 copy_local $22=, $13 i32.const $14=, 0 -BB18_72: # %for.body.i2110 - # Parent Loop BB18_51 Depth=1 +.LBB18_72: # %for.body.i2110 + # Parent Loop .LBB18_51 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_73 + loop .LBB18_73 i64.const $21=, 1 i64.shl $push114=, $21, $22 i64.and $push115=, $pop114, $17 @@ -1088,283 +1088,283 @@ BB18_72: # %for.body.i2110 i64.add $22=, $22, $21 i64.const $12=, 64 i64.ne $push117=, $22, $12 - br_if $pop117, BB18_72 -BB18_73: # %my_popcountll.exit2112 - # in Loop: Header=BB18_51 Depth=1 + br_if $pop117, .LBB18_72 +.LBB18_73: # %my_popcountll.exit2112 + # in Loop: Header=.LBB18_51 Depth=1 i64.const $13=, 0 copy_local $22=, $13 i32.const $19=, 0 i32.wrap/i64 $push118=, $2 i32.ne $push119=, $pop118, $14 - br_if $pop119, BB18_156 -BB18_74: # %for.body.i2196 - # Parent Loop BB18_51 Depth=1 + br_if $pop119, .LBB18_156 +.LBB18_74: # %for.body.i2196 + # Parent Loop .LBB18_51 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB18_75 + loop .LBB18_75 i64.shl $push120=, $21, $22 i64.and $push121=, $pop120, $17 i64.ne $push122=, $pop121, $13 i32.add $19=, $pop122, $19 i64.add $22=, $22, $21 i64.ne $push123=, $22, $12 - br_if $pop123, BB18_74 -BB18_75: # %my_parityll.exit2199 - # in Loop: Header=BB18_51 Depth=1 + br_if $pop123, .LBB18_74 +.LBB18_75: # %my_parityll.exit2199 + # in Loop: Header=.LBB18_51 Depth=1 i32.const $20=, 1 i32.xor $push124=, $19, $14 i32.and $push125=, $pop124, $20 - br_if $pop125, BB18_155 + br_if $pop125, .LBB18_155 # BB#76: # %for.cond90 - # in Loop: Header=BB18_51 Depth=1 + # in Loop: Header=.LBB18_51 Depth=1 i32.add $18=, $18, $20 i32.le_u $push126=, $18, $9 - br_if $pop126, BB18_51 -BB18_77: # %if.end148 + br_if $pop126, .LBB18_51 +.LBB18_77: # %if.end148 i32.const $19=, 0 - block BB18_154 + block .LBB18_154 i32.call $push127=, __builtin_clrsb, $19 i32.ne $push128=, $pop127, $3 - br_if $pop128, BB18_154 + br_if $pop128, .LBB18_154 # BB#78: # %my_clrsb.exit2770 i32.call $10=, __builtin_clrsb, $20 i32.const $14=, 30 - block BB18_153 + block .LBB18_153 i32.ne $push129=, $10, $14 - br_if $pop129, BB18_153 + br_if $pop129, .LBB18_153 # BB#79: # %if.end198 - block BB18_152 + block .LBB18_152 i32.const $push130=, -2147483648 i32.call $push131=, __builtin_clrsb, $pop130 - br_if $pop131, BB18_152 + br_if $pop131, .LBB18_152 # BB#80: # %my_clrsb.exit2597 - block BB18_151 + block .LBB18_151 i32.const $push132=, 1073741824 i32.call $push133=, __builtin_clrsb, $pop132 - br_if $pop133, BB18_151 + br_if $pop133, .LBB18_151 # BB#81: # %my_clrsb.exit2514 - block BB18_150 + block .LBB18_150 i32.const $push134=, 65536 i32.call $push135=, __builtin_clrsb, $pop134 i32.const $push136=, 14 i32.ne $push137=, $pop135, $pop136 - br_if $pop137, BB18_150 + br_if $pop137, .LBB18_150 # BB#82: # %my_clrsb.exit2432 i32.const $push138=, 32768 i32.call $10=, __builtin_clrsb, $pop138 i32.const $1=, 15 - block BB18_149 + block .LBB18_149 i32.ne $push139=, $10, $1 - br_if $pop139, BB18_149 + br_if $pop139, .LBB18_149 # BB#83: # %my_clrsb.exit2348 - block BB18_148 + block .LBB18_148 i32.const $push140=, -1515870811 i32.call $push141=, __builtin_clrsb, $pop140 - br_if $pop141, BB18_148 + br_if $pop141, .LBB18_148 # BB#84: # %my_clrsb.exit2273 - block BB18_147 + block .LBB18_147 i32.const $push142=, 1515870810 i32.call $push143=, __builtin_clrsb, $pop142 - br_if $pop143, BB18_147 + br_if $pop143, .LBB18_147 # BB#85: # %for.body.i2179 - block BB18_146 + block .LBB18_146 i32.const $push144=, -889323520 i32.call $push145=, __builtin_clrsb, $pop144 i32.ne $push146=, $pop145, $20 - br_if $pop146, BB18_146 + br_if $pop146, .LBB18_146 # BB#86: # %for.body.i2093 - block BB18_145 + block .LBB18_145 i32.const $push147=, 13303296 i32.call $push148=, __builtin_clrsb, $pop147 i32.const $push149=, 7 i32.ne $push150=, $pop148, $pop149 - br_if $pop150, BB18_145 + br_if $pop150, .LBB18_145 # BB#87: # %for.body.i2004 - block BB18_144 + block .LBB18_144 i32.const $push151=, 51966 i32.call $push152=, __builtin_clrsb, $pop151 i32.ne $push153=, $pop152, $1 - br_if $pop153, BB18_144 + br_if $pop153, .LBB18_144 # BB#88: # %if.end423 i32.call $18=, __builtin_clrsb, $6 copy_local $10=, $20 -BB18_89: # %for.body.i1935 +.LBB18_89: # %for.body.i1935 # =>This Inner Loop Header: Depth=1 - loop BB18_91 + loop .LBB18_91 i32.shr_u $push154=, $6, $14 i32.and $push155=, $pop154, $20 i32.const $push230=, 0 i32.eq $push231=, $pop155, $pop230 - br_if $pop231, BB18_91 + br_if $pop231, .LBB18_91 # BB#90: # %for.inc.i1938 - # in Loop: Header=BB18_89 Depth=1 + # in Loop: Header=.LBB18_89 Depth=1 i32.const $push156=, 1 i32.add $10=, $10, $pop156 i32.add $14=, $14, $6 i32.lt_u $push157=, $10, $7 - br_if $pop157, BB18_89 -BB18_91: # %my_clrsb.exit1942 - block BB18_143 + br_if $pop157, .LBB18_89 +.LBB18_91: # %my_clrsb.exit1942 + block .LBB18_143 i32.add $push158=, $10, $6 i32.ne $push159=, $18, $pop158 - br_if $pop159, BB18_143 + br_if $pop159, .LBB18_143 # BB#92: # %if.end440 i64.const $22=, 0 i32.call $14=, __builtin_clrsbll, $22 i32.const $10=, 63 - block BB18_142 + block .LBB18_142 i32.ne $push160=, $14, $10 - br_if $pop160, BB18_142 -BB18_93: # %for.body.i1844 + br_if $pop160, .LBB18_142 +.LBB18_93: # %for.body.i1844 # =>This Inner Loop Header: Depth=1 - loop BB18_95 + loop .LBB18_95 i32.wrap/i64 $push161=, $16 i32.const $push232=, 0 i32.eq $push233=, $pop161, $pop232 - br_if $pop233, BB18_95 + br_if $pop233, .LBB18_95 # BB#94: # %for.inc.i1848 - # in Loop: Header=BB18_93 Depth=1 + # in Loop: Header=.LBB18_93 Depth=1 i32.const $push162=, 1 i32.add $19=, $19, $pop162 i64.const $push163=, -1 i64.add $16=, $16, $pop163 i64.add $22=, $22, $21 i64.lt_u $push164=, $22, $12 - br_if $pop164, BB18_93 -BB18_95: # %my_clzll.exit1851 - block BB18_141 + br_if $pop164, .LBB18_93 +.LBB18_95: # %my_clzll.exit1851 + block .LBB18_141 i32.ne $push165=, $19, $10 - br_if $pop165, BB18_141 + br_if $pop165, .LBB18_141 # BB#96: # %if.end465 i32.call $19=, __builtin_clrsbll, $21 -BB18_97: # %for.body.i1799 +.LBB18_97: # %for.body.i1799 # =>This Inner Loop Header: Depth=1 - loop BB18_99 + loop .LBB18_99 i64.const $22=, 63 i32.const $14=, 62 i64.eq $push166=, $21, $22 - br_if $pop166, BB18_99 + br_if $pop166, .LBB18_99 # BB#98: # %for.inc.i1803 - # in Loop: Header=BB18_97 Depth=1 + # in Loop: Header=.LBB18_97 Depth=1 i64.const $push167=, 1 i64.add $21=, $21, $pop167 copy_local $14=, $10 i64.lt_u $push168=, $21, $12 - br_if $pop168, BB18_97 -BB18_99: # %my_clrsbll.exit1807 + br_if $pop168, .LBB18_97 +.LBB18_99: # %my_clrsbll.exit1807 i64.const $21=, 0 copy_local $17=, $21 - block BB18_140 + block .LBB18_140 i32.ne $push169=, $19, $14 - br_if $pop169, BB18_140 -BB18_100: # %for.body.i1759 + br_if $pop169, .LBB18_140 +.LBB18_100: # %for.body.i1759 # =>This Inner Loop Header: Depth=1 - block BB18_103 - loop BB18_102 + block .LBB18_103 + loop .LBB18_102 i64.eq $push170=, $17, $22 - br_if $pop170, BB18_103 + br_if $pop170, .LBB18_103 # BB#101: # %for.inc.i1763 - # in Loop: Header=BB18_100 Depth=1 + # in Loop: Header=.LBB18_100 Depth=1 i64.const $push171=, 1 i64.add $17=, $17, $pop171 i64.lt_u $push172=, $17, $12 - br_if $pop172, BB18_100 -BB18_102: # %if.then481 + br_if $pop172, .LBB18_100 +.LBB18_102: # %if.then481 call abort unreachable -BB18_103: # %for.body.i1731 +.LBB18_103: # %for.body.i1731 # =>This Inner Loop Header: Depth=1 - block BB18_106 - loop BB18_105 + block .LBB18_106 + loop .LBB18_105 i64.eq $push173=, $21, $22 - br_if $pop173, BB18_106 + br_if $pop173, .LBB18_106 # BB#104: # %for.inc.i1735 - # in Loop: Header=BB18_103 Depth=1 + # in Loop: Header=.LBB18_103 Depth=1 i64.const $push174=, 1 i64.add $21=, $21, $pop174 i64.lt_u $push175=, $21, $12 - br_if $pop175, BB18_103 -BB18_105: # %if.then489 + br_if $pop175, .LBB18_103 +.LBB18_105: # %if.then489 call abort unreachable -BB18_106: # %if.end490 - block BB18_139 +.LBB18_106: # %if.end490 + block .LBB18_139 i64.const $push176=, -9223372036854775808 i32.call $push177=, __builtin_clrsbll, $pop176 - br_if $pop177, BB18_139 + br_if $pop177, .LBB18_139 # BB#107: # %for.body.i1665 i64.const $16=, -1 copy_local $21=, $16 i32.const $14=, 1 -BB18_108: # %for.body.i1652 +.LBB18_108: # %for.body.i1652 # =>This Inner Loop Header: Depth=1 - loop BB18_109 + loop .LBB18_109 i64.const $13=, 1 i64.add $21=, $21, $13 i64.add $17=, $22, $16 i32.wrap/i64 $10=, $22 copy_local $22=, $17 i32.ne $push178=, $10, $14 - br_if $pop178, BB18_108 -BB18_109: # %my_clzll.exit1659 - block BB18_138 + br_if $pop178, .LBB18_108 +.LBB18_109: # %my_clzll.exit1659 + block .LBB18_138 i32.wrap/i64 $push179=, $21 i32.const $push180=, 62 i32.ne $push181=, $pop179, $pop180 - br_if $pop181, BB18_138 + br_if $pop181, .LBB18_138 # BB#110: # %for.body.i1612 - block BB18_137 + block .LBB18_137 i64.const $push182=, 2 i32.call $push183=, __builtin_clrsbll, $pop182 i32.const $push184=, 61 i32.ne $push185=, $pop183, $pop184 - br_if $pop185, BB18_137 + br_if $pop185, .LBB18_137 # BB#111: # %my_clrsbll.exit1525 - block BB18_136 + block .LBB18_136 i64.const $push186=, 4611686018427387904 i32.call $push187=, __builtin_clrsbll, $pop186 - br_if $pop187, BB18_136 + br_if $pop187, .LBB18_136 # BB#112: # %for.body.i1425 - block BB18_135 + block .LBB18_135 i64.const $push188=, 4294967296 i32.call $push189=, __builtin_clrsbll, $pop188 i32.const $push190=, 30 i32.ne $push191=, $pop189, $pop190 - br_if $pop191, BB18_135 + br_if $pop191, .LBB18_135 # BB#113: # %for.body.i1332 - block BB18_134 + block .LBB18_134 i64.const $push192=, 2147483648 i32.call $push193=, __builtin_clrsbll, $pop192 i32.ne $push194=, $pop193, $3 - br_if $pop194, BB18_134 + br_if $pop194, .LBB18_134 # BB#114: # %my_clrsbll.exit1245 - block BB18_133 + block .LBB18_133 i64.const $push195=, -6510615555426900571 i32.call $push196=, __builtin_clrsbll, $pop195 - br_if $pop196, BB18_133 + br_if $pop196, .LBB18_133 # BB#115: # %my_clrsbll.exit1152 - block BB18_132 + block .LBB18_132 i64.const $push197=, 6510615555426900570 i32.call $push198=, __builtin_clrsbll, $pop197 - br_if $pop198, BB18_132 + br_if $pop198, .LBB18_132 # BB#116: # %for.body.i1053 - block BB18_131 + block .LBB18_131 i64.const $push199=, -3819392241693097984 i32.call $push200=, __builtin_clrsbll, $pop199 i32.ne $push201=, $pop200, $14 - br_if $pop201, BB18_131 + br_if $pop201, .LBB18_131 # BB#117: # %for.body.i964 - block BB18_130 + block .LBB18_130 i64.const $push202=, 223195676147712 i32.call $push203=, __builtin_clrsbll, $pop202 i32.ne $push204=, $pop203, $1 - br_if $pop204, BB18_130 + br_if $pop204, .LBB18_130 # BB#118: # %for.body.i925 i64.const $15=, -1 i64.const $21=, 63 copy_local $22=, $15 -BB18_119: # %for.body.i913 +.LBB18_119: # %for.body.i913 # =>This Inner Loop Header: Depth=1 - loop BB18_120 + loop .LBB18_120 i64.const $push205=, 4294967295 i64.and $2=, $21, $pop205 i64.const $17=, 3405695742 @@ -1374,169 +1374,169 @@ BB18_119: # %for.body.i913 i64.shl $push206=, $13, $2 i64.and $push207=, $pop206, $17 i64.eq $push208=, $pop207, $16 - br_if $pop208, BB18_119 -BB18_120: # %my_clzll.exit - block BB18_129 + br_if $pop208, .LBB18_119 +.LBB18_120: # %my_clzll.exit + block .LBB18_129 i32.wrap/i64 $push209=, $22 i32.ne $push210=, $pop209, $7 - br_if $pop210, BB18_129 + br_if $pop210, .LBB18_129 # BB#121: # %for.body.i877 - block BB18_128 + block .LBB18_128 i32.call $push211=, __builtin_clrsbll, $17 i32.ne $push212=, $pop211, $3 - br_if $pop212, BB18_128 + br_if $pop212, .LBB18_128 # BB#122: # %if.end740 i64.const $17=, -1 i32.call $7=, __builtin_clrsbll, $17 i64.const $21=, 62 copy_local $22=, $13 -BB18_123: # %for.body.i812 +.LBB18_123: # %for.body.i812 # =>This Inner Loop Header: Depth=1 - loop BB18_125 + loop .LBB18_125 i64.shr_u $push213=, $17, $21 i64.and $push214=, $pop213, $13 i64.eq $push215=, $pop214, $16 - br_if $pop215, BB18_125 + br_if $pop215, .LBB18_125 # BB#124: # %for.inc.i816 - # in Loop: Header=BB18_123 Depth=1 + # in Loop: Header=.LBB18_123 Depth=1 i32.const $push217=, 1 i32.add $14=, $14, $pop217 i64.const $push216=, 1 i64.add $22=, $22, $pop216 i64.add $21=, $21, $17 i64.lt_u $push218=, $22, $12 - br_if $pop218, BB18_123 -BB18_125: # %my_clrsbll.exit - block BB18_127 + br_if $pop218, .LBB18_123 +.LBB18_125: # %my_clrsbll.exit + block .LBB18_127 i32.add $push219=, $14, $6 i32.ne $push220=, $7, $pop219 - br_if $pop220, BB18_127 + br_if $pop220, .LBB18_127 # BB#126: # %if.end753 i32.const $push221=, 0 call exit, $pop221 unreachable -BB18_127: # %if.then744 +.LBB18_127: # %if.then744 call abort unreachable -BB18_128: # %if.then719 +.LBB18_128: # %if.then719 call abort unreachable -BB18_129: # %if.then710 +.LBB18_129: # %if.then710 call abort unreachable -BB18_130: # %if.then694 +.LBB18_130: # %if.then694 call abort unreachable -BB18_131: # %if.then669 +.LBB18_131: # %if.then669 call abort unreachable -BB18_132: # %if.then644 +.LBB18_132: # %if.then644 call abort unreachable -BB18_133: # %if.then619 +.LBB18_133: # %if.then619 call abort unreachable -BB18_134: # %if.then594 +.LBB18_134: # %if.then594 call abort unreachable -BB18_135: # %if.then569 +.LBB18_135: # %if.then569 call abort unreachable -BB18_136: # %if.then544 +.LBB18_136: # %if.then544 call abort unreachable -BB18_137: # %if.then519 +.LBB18_137: # %if.then519 call abort unreachable -BB18_138: # %if.then510 +.LBB18_138: # %if.then510 call abort unreachable -BB18_139: # %if.then494 +.LBB18_139: # %if.then494 call abort unreachable -BB18_140: # %if.then469 +.LBB18_140: # %if.then469 call abort unreachable -BB18_141: # %if.then460 +.LBB18_141: # %if.then460 call abort unreachable -BB18_142: # %if.then444 +.LBB18_142: # %if.then444 call abort unreachable -BB18_143: # %if.then427 +.LBB18_143: # %if.then427 call abort unreachable -BB18_144: # %if.then402 +.LBB18_144: # %if.then402 call abort unreachable -BB18_145: # %if.then377 +.LBB18_145: # %if.then377 call abort unreachable -BB18_146: # %if.then352 +.LBB18_146: # %if.then352 call abort unreachable -BB18_147: # %if.then327 +.LBB18_147: # %if.then327 call abort unreachable -BB18_148: # %if.then302 +.LBB18_148: # %if.then302 call abort unreachable -BB18_149: # %if.then277 +.LBB18_149: # %if.then277 call abort unreachable -BB18_150: # %if.then252 +.LBB18_150: # %if.then252 call abort unreachable -BB18_151: # %if.then227 +.LBB18_151: # %if.then227 call abort unreachable -BB18_152: # %if.then202 +.LBB18_152: # %if.then202 call abort unreachable -BB18_153: # %if.then177 +.LBB18_153: # %if.then177 call abort unreachable -BB18_154: # %if.then152 +.LBB18_154: # %if.then152 call abort unreachable -BB18_155: # %if.then140 +.LBB18_155: # %if.then140 call abort unreachable -BB18_156: # %if.then133 +.LBB18_156: # %if.then133 call abort unreachable -BB18_157: # %if.then126 +.LBB18_157: # %if.then126 call abort unreachable -BB18_158: # %if.then99 +.LBB18_158: # %if.then99 call abort unreachable -BB18_159: # %if.then85 +.LBB18_159: # %if.then85 call abort unreachable -BB18_160: # %if.then79 +.LBB18_160: # %if.then79 call abort unreachable -BB18_161: # %if.then73 +.LBB18_161: # %if.then73 call abort unreachable -BB18_162: # %if.then48 +.LBB18_162: # %if.then48 call abort unreachable -BB18_163: # %if.then37 +.LBB18_163: # %if.then37 call abort unreachable -BB18_164: # %if.then31 +.LBB18_164: # %if.then31 call abort unreachable -BB18_165: # %if.then25 +.LBB18_165: # %if.then25 call abort unreachable -BB18_166: # %if.then +.LBB18_166: # %if.then call abort unreachable -func_end18: - .size main, func_end18-main +.Lfunc_end18: + .size main, .Lfunc_end18-main .type ints,@object # @ints .data diff --git a/test/torture-s/builtin-constant.c.s b/test/torture-s/builtin-constant.c.s index 4b2922560..30e7daeb8 100644 --- a/test/torture-s/builtin-constant.c.s +++ b/test/torture-s/builtin-constant.c.s @@ -5,18 +5,18 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.load8_u $push0=, 0($0) i32.const $push1=, 48 i32.eq $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main # BB#0: # %entry call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/builtin-prefetch-1.c.s b/test/torture-s/builtin-prefetch-1.c.s index 88d8f5c77..1f90ba311 100644 --- a/test/torture-s/builtin-prefetch-1.c.s +++ b/test/torture-s/builtin-prefetch-1.c.s @@ -6,8 +6,8 @@ good_const: # @good_const .param i32 # BB#0: # %entry return -func_end0: - .size good_const, func_end0-good_const +.Lfunc_end0: + .size good_const, .Lfunc_end0-good_const .globl good_enum .type good_enum,@function @@ -15,8 +15,8 @@ good_enum: # @good_enum .param i32 # BB#0: # %entry return -func_end1: - .size good_enum, func_end1-good_enum +.Lfunc_end1: + .size good_enum, .Lfunc_end1-good_enum .globl good_expr .type good_expr,@function @@ -24,8 +24,8 @@ good_expr: # @good_expr .param i32 # BB#0: # %entry return -func_end2: - .size good_expr, func_end2-good_expr +.Lfunc_end2: + .size good_expr, .Lfunc_end2-good_expr .globl good_vararg .type good_vararg,@function @@ -33,8 +33,8 @@ good_vararg: # @good_vararg .param i32 # BB#0: # %entry return -func_end3: - .size good_vararg, func_end3-good_vararg +.Lfunc_end3: + .size good_vararg, .Lfunc_end3-good_vararg .globl main .type main,@function @@ -44,8 +44,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type arr,@object # @arr .bss diff --git a/test/torture-s/builtin-prefetch-2.c.s b/test/torture-s/builtin-prefetch-2.c.s index 0590c8959..4894a1c84 100644 --- a/test/torture-s/builtin-prefetch-2.c.s +++ b/test/torture-s/builtin-prefetch-2.c.s @@ -5,24 +5,24 @@ simple_global: # @simple_global # BB#0: # %entry return -func_end0: - .size simple_global, func_end0-simple_global +.Lfunc_end0: + .size simple_global, .Lfunc_end0-simple_global .globl simple_file .type simple_file,@function simple_file: # @simple_file # BB#0: # %entry return -func_end1: - .size simple_file, func_end1-simple_file +.Lfunc_end1: + .size simple_file, .Lfunc_end1-simple_file .globl simple_static_local .type simple_static_local,@function simple_static_local: # @simple_static_local # BB#0: # %entry return -func_end2: - .size simple_static_local, func_end2-simple_static_local +.Lfunc_end2: + .size simple_static_local, .Lfunc_end2-simple_static_local .globl simple_local .type simple_local,@function @@ -40,8 +40,8 @@ simple_local: # @simple_local i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return -func_end3: - .size simple_local, func_end3-simple_local +.Lfunc_end3: + .size simple_local, .Lfunc_end3-simple_local .globl simple_arg .type simple_arg,@function @@ -61,16 +61,16 @@ simple_arg: # @simple_arg i32.const $5=, __stack_pointer i32.store $3=, 0($5), $3 return -func_end4: - .size simple_arg, func_end4-simple_arg +.Lfunc_end4: + .size simple_arg, .Lfunc_end4-simple_arg .globl expr_global .type expr_global,@function expr_global: # @expr_global # BB#0: # %entry return -func_end5: - .size expr_global, func_end5-expr_global +.Lfunc_end5: + .size expr_global, .Lfunc_end5-expr_global .globl expr_local .type expr_local,@function @@ -88,8 +88,8 @@ expr_local: # @expr_local i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return -func_end6: - .size expr_local, func_end6-expr_local +.Lfunc_end6: + .size expr_local, .Lfunc_end6-expr_local .globl main .type main,@function @@ -110,8 +110,8 @@ main: # @main i32.store $discard=, str+16($0), $pop1 call exit, $0 unreachable -func_end7: - .size main, func_end7-main +.Lfunc_end7: + .size main, .Lfunc_end7-main .type glob_int_arr,@object # @glob_int_arr .bss diff --git a/test/torture-s/builtin-prefetch-3.c.s b/test/torture-s/builtin-prefetch-3.c.s index 7aa1aee3f..3c9b5f345 100644 --- a/test/torture-s/builtin-prefetch-3.c.s +++ b/test/torture-s/builtin-prefetch-3.c.s @@ -9,8 +9,8 @@ simple_vol_global: # @simple_vol_global i32.load $discard=, glob_vol_ptr_int($0) i32.load $discard=, glob_vol_ptr_vol_int($0) return -func_end0: - .size simple_vol_global, func_end0-simple_vol_global +.Lfunc_end0: + .size simple_vol_global, .Lfunc_end0-simple_vol_global .globl simple_vol_file .type simple_vol_file,@function @@ -21,8 +21,8 @@ simple_vol_file: # @simple_vol_file i32.load $discard=, stat_vol_ptr_int($0) i32.load $discard=, stat_vol_ptr_vol_int($0) return -func_end1: - .size simple_vol_file, func_end1-simple_vol_file +.Lfunc_end1: + .size simple_vol_file, .Lfunc_end1-simple_vol_file .globl expr_vol_global .type expr_vol_global,@function @@ -61,8 +61,8 @@ expr_vol_global: # @expr_vol_global i32.load $discard=, glob_vol_ptr_vol_int($0) i32.load $discard=, glob_vol_int($0) return -func_end2: - .size expr_vol_global, func_end2-expr_vol_global +.Lfunc_end2: + .size expr_vol_global, .Lfunc_end2-expr_vol_global .globl main .type main,@function @@ -81,8 +81,8 @@ main: # @main call expr_vol_global call exit, $0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type glob_int,@object # @glob_int .data diff --git a/test/torture-s/builtin-prefetch-4.c.s b/test/torture-s/builtin-prefetch-4.c.s index e63e1cd43..753fb04bc 100644 --- a/test/torture-s/builtin-prefetch-4.c.s +++ b/test/torture-s/builtin-prefetch-4.c.s @@ -8,8 +8,8 @@ assign_arg_ptr: # @assign_arg_ptr # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size assign_arg_ptr, func_end0-assign_arg_ptr +.Lfunc_end0: + .size assign_arg_ptr, .Lfunc_end0-assign_arg_ptr .globl assign_glob_ptr .type assign_glob_ptr,@function @@ -21,8 +21,8 @@ assign_glob_ptr: # @assign_glob_ptr i32.load $0=, ptr($pop0) i32.eq $push1=, $0, $0 return $pop1 -func_end1: - .size assign_glob_ptr, func_end1-assign_glob_ptr +.Lfunc_end1: + .size assign_glob_ptr, .Lfunc_end1-assign_glob_ptr .globl assign_arg_idx .type assign_arg_idx,@function @@ -32,8 +32,8 @@ assign_arg_idx: # @assign_arg_idx # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end2: - .size assign_arg_idx, func_end2-assign_arg_idx +.Lfunc_end2: + .size assign_arg_idx, .Lfunc_end2-assign_arg_idx .globl assign_glob_idx .type assign_glob_idx,@function @@ -45,8 +45,8 @@ assign_glob_idx: # @assign_glob_idx i32.load $0=, arrindex($pop0) i32.eq $push1=, $0, $0 return $pop1 -func_end3: - .size assign_glob_idx, func_end3-assign_glob_idx +.Lfunc_end3: + .size assign_glob_idx, .Lfunc_end3-assign_glob_idx .globl preinc_arg_ptr .type preinc_arg_ptr,@function @@ -56,8 +56,8 @@ preinc_arg_ptr: # @preinc_arg_ptr # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end4: - .size preinc_arg_ptr, func_end4-preinc_arg_ptr +.Lfunc_end4: + .size preinc_arg_ptr, .Lfunc_end4-preinc_arg_ptr .globl preinc_glob_ptr .type preinc_glob_ptr,@function @@ -72,8 +72,8 @@ preinc_glob_ptr: # @preinc_glob_ptr i32.store $discard=, ptr($0), $pop2 i32.const $push3=, 1 return $pop3 -func_end5: - .size preinc_glob_ptr, func_end5-preinc_glob_ptr +.Lfunc_end5: + .size preinc_glob_ptr, .Lfunc_end5-preinc_glob_ptr .globl postinc_arg_ptr .type postinc_arg_ptr,@function @@ -83,8 +83,8 @@ postinc_arg_ptr: # @postinc_arg_ptr # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end6: - .size postinc_arg_ptr, func_end6-postinc_arg_ptr +.Lfunc_end6: + .size postinc_arg_ptr, .Lfunc_end6-postinc_arg_ptr .globl postinc_glob_ptr .type postinc_glob_ptr,@function @@ -99,8 +99,8 @@ postinc_glob_ptr: # @postinc_glob_ptr i32.store $discard=, ptr($0), $pop2 i32.const $push3=, 1 return $pop3 -func_end7: - .size postinc_glob_ptr, func_end7-postinc_glob_ptr +.Lfunc_end7: + .size postinc_glob_ptr, .Lfunc_end7-postinc_glob_ptr .globl predec_arg_ptr .type predec_arg_ptr,@function @@ -110,8 +110,8 @@ predec_arg_ptr: # @predec_arg_ptr # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end8: - .size predec_arg_ptr, func_end8-predec_arg_ptr +.Lfunc_end8: + .size predec_arg_ptr, .Lfunc_end8-predec_arg_ptr .globl predec_glob_ptr .type predec_glob_ptr,@function @@ -126,8 +126,8 @@ predec_glob_ptr: # @predec_glob_ptr i32.store $discard=, ptr($0), $pop2 i32.const $push3=, 1 return $pop3 -func_end9: - .size predec_glob_ptr, func_end9-predec_glob_ptr +.Lfunc_end9: + .size predec_glob_ptr, .Lfunc_end9-predec_glob_ptr .globl postdec_arg_ptr .type postdec_arg_ptr,@function @@ -137,8 +137,8 @@ postdec_arg_ptr: # @postdec_arg_ptr # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end10: - .size postdec_arg_ptr, func_end10-postdec_arg_ptr +.Lfunc_end10: + .size postdec_arg_ptr, .Lfunc_end10-postdec_arg_ptr .globl postdec_glob_ptr .type postdec_glob_ptr,@function @@ -153,8 +153,8 @@ postdec_glob_ptr: # @postdec_glob_ptr i32.store $discard=, ptr($0), $pop2 i32.const $push3=, 1 return $pop3 -func_end11: - .size postdec_glob_ptr, func_end11-postdec_glob_ptr +.Lfunc_end11: + .size postdec_glob_ptr, .Lfunc_end11-postdec_glob_ptr .globl preinc_arg_idx .type preinc_arg_idx,@function @@ -164,8 +164,8 @@ preinc_arg_idx: # @preinc_arg_idx # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end12: - .size preinc_arg_idx, func_end12-preinc_arg_idx +.Lfunc_end12: + .size preinc_arg_idx, .Lfunc_end12-preinc_arg_idx .globl preinc_glob_idx .type preinc_glob_idx,@function @@ -181,8 +181,8 @@ preinc_glob_idx: # @preinc_glob_idx i32.load $push3=, arrindex($0) i32.eq $push4=, $pop3, $1 return $pop4 -func_end13: - .size preinc_glob_idx, func_end13-preinc_glob_idx +.Lfunc_end13: + .size preinc_glob_idx, .Lfunc_end13-preinc_glob_idx .globl postinc_arg_idx .type postinc_arg_idx,@function @@ -192,8 +192,8 @@ postinc_arg_idx: # @postinc_arg_idx # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end14: - .size postinc_arg_idx, func_end14-postinc_arg_idx +.Lfunc_end14: + .size postinc_arg_idx, .Lfunc_end14-postinc_arg_idx .globl postinc_glob_idx .type postinc_glob_idx,@function @@ -209,8 +209,8 @@ postinc_glob_idx: # @postinc_glob_idx i32.load $push3=, arrindex($0) i32.eq $push4=, $pop3, $1 return $pop4 -func_end15: - .size postinc_glob_idx, func_end15-postinc_glob_idx +.Lfunc_end15: + .size postinc_glob_idx, .Lfunc_end15-postinc_glob_idx .globl predec_arg_idx .type predec_arg_idx,@function @@ -220,8 +220,8 @@ predec_arg_idx: # @predec_arg_idx # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end16: - .size predec_arg_idx, func_end16-predec_arg_idx +.Lfunc_end16: + .size predec_arg_idx, .Lfunc_end16-predec_arg_idx .globl predec_glob_idx .type predec_glob_idx,@function @@ -237,8 +237,8 @@ predec_glob_idx: # @predec_glob_idx i32.load $push3=, arrindex($0) i32.eq $push4=, $pop3, $1 return $pop4 -func_end17: - .size predec_glob_idx, func_end17-predec_glob_idx +.Lfunc_end17: + .size predec_glob_idx, .Lfunc_end17-predec_glob_idx .globl postdec_arg_idx .type postdec_arg_idx,@function @@ -248,8 +248,8 @@ postdec_arg_idx: # @postdec_arg_idx # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end18: - .size postdec_arg_idx, func_end18-postdec_arg_idx +.Lfunc_end18: + .size postdec_arg_idx, .Lfunc_end18-postdec_arg_idx .globl postdec_glob_idx .type postdec_glob_idx,@function @@ -265,8 +265,8 @@ postdec_glob_idx: # @postdec_glob_idx i32.load $push3=, arrindex($0) i32.eq $push4=, $pop3, $1 return $pop4 -func_end19: - .size postdec_glob_idx, func_end19-postdec_glob_idx +.Lfunc_end19: + .size postdec_glob_idx, .Lfunc_end19-postdec_glob_idx .globl getptr .type getptr,@function @@ -283,8 +283,8 @@ getptr: # @getptr i32.const $push3=, 4 i32.add $push4=, $0, $pop3 return $pop4 -func_end20: - .size getptr, func_end20-getptr +.Lfunc_end20: + .size getptr, .Lfunc_end20-getptr .globl funccall_arg_ptr .type funccall_arg_ptr,@function @@ -300,8 +300,8 @@ funccall_arg_ptr: # @funccall_arg_ptr i32.store $push2=, getptrcnt($1), $pop1 i32.eq $push3=, $pop2, $2 return $pop3 -func_end21: - .size funccall_arg_ptr, func_end21-funccall_arg_ptr +.Lfunc_end21: + .size funccall_arg_ptr, .Lfunc_end21-funccall_arg_ptr .globl getint .type getint,@function @@ -317,8 +317,8 @@ getint: # @getint i32.store $discard=, getintcnt($1), $pop1 i32.add $push2=, $0, $2 return $pop2 -func_end22: - .size getint, func_end22-getint +.Lfunc_end22: + .size getint, .Lfunc_end22-getint .globl funccall_arg_idx .type funccall_arg_idx,@function @@ -334,8 +334,8 @@ funccall_arg_idx: # @funccall_arg_idx i32.store $push2=, getintcnt($2), $pop1 i32.eq $push3=, $pop2, $3 return $pop3 -func_end23: - .size funccall_arg_idx, func_end23-funccall_arg_idx +.Lfunc_end23: + .size funccall_arg_idx, .Lfunc_end23-funccall_arg_idx .globl main .type main,@function @@ -345,137 +345,137 @@ main: # @main # BB#0: # %entry i32.const $1=, 0 i32.load $0=, ptr($1) - block BB24_24 + block .LBB24_24 i32.ne $push4=, $0, $0 - br_if $pop4, BB24_24 + br_if $pop4, .LBB24_24 # BB#1: # %if.end4 i32.load $0=, arrindex($1) - block BB24_23 + block .LBB24_23 i32.ne $push5=, $0, $0 - br_if $pop5, BB24_23 + br_if $pop5, .LBB24_23 # BB#2: # %if.end12 i32.const $2=, 4 i32.load $push6=, ptr($1) i32.add $push0=, $pop6, $2 i32.store $discard=, ptr($1), $pop0 i32.const $0=, 1 - block BB24_22 + block .LBB24_22 i32.const $push34=, 0 i32.eq $push35=, $0, $pop34 - br_if $pop35, BB24_22 + br_if $pop35, .LBB24_22 # BB#3: # %if.end20 - block BB24_21 + block .LBB24_21 i32.load $push1=, ptr($1) i32.add $push7=, $pop1, $2 i32.store $discard=, ptr($1), $pop7 i32.const $push36=, 0 i32.eq $push37=, $0, $pop36 - br_if $pop37, BB24_21 + br_if $pop37, .LBB24_21 # BB#4: # %if.end28 i32.const $2=, -4 - block BB24_20 + block .LBB24_20 i32.load $push8=, ptr($1) i32.add $push2=, $pop8, $2 i32.store $discard=, ptr($1), $pop2 i32.const $push38=, 0 i32.eq $push39=, $0, $pop38 - br_if $pop39, BB24_20 + br_if $pop39, .LBB24_20 # BB#5: # %if.end36 - block BB24_19 + block .LBB24_19 i32.load $push3=, ptr($1) i32.add $push9=, $pop3, $2 i32.store $discard=, ptr($1), $pop9 i32.const $push40=, 0 i32.eq $push41=, $0, $pop40 - br_if $pop41, BB24_19 + br_if $pop41, .LBB24_19 # BB#6: # %if.end44 - block BB24_18 + block .LBB24_18 i32.load $push10=, arrindex($1) i32.add $push11=, $pop10, $0 i32.store $2=, arrindex($1), $pop11 i32.load $push12=, arrindex($1) i32.ne $push13=, $pop12, $2 - br_if $pop13, BB24_18 + br_if $pop13, .LBB24_18 # BB#7: # %if.end52 - block BB24_17 + block .LBB24_17 i32.load $push14=, arrindex($1) i32.add $push15=, $pop14, $0 i32.store $2=, arrindex($1), $pop15 i32.load $push16=, arrindex($1) i32.ne $push17=, $pop16, $2 - br_if $pop17, BB24_17 + br_if $pop17, .LBB24_17 # BB#8: # %if.end64 i32.const $2=, -1 - block BB24_16 + block .LBB24_16 i32.load $push18=, arrindex($1) i32.add $push19=, $pop18, $2 i32.store $3=, arrindex($1), $pop19 i32.load $push20=, arrindex($1) i32.ne $push21=, $pop20, $3 - br_if $pop21, BB24_16 + br_if $pop21, .LBB24_16 # BB#9: # %if.end72 - block BB24_15 + block .LBB24_15 i32.load $push22=, arrindex($1) i32.add $push23=, $pop22, $2 i32.store $2=, arrindex($1), $pop23 i32.load $push24=, arrindex($1) i32.ne $push25=, $pop24, $2 - br_if $pop25, BB24_15 + br_if $pop25, .LBB24_15 # BB#10: # %if.end76 - block BB24_14 + block .LBB24_14 i32.load $push26=, getptrcnt($1) i32.add $push27=, $pop26, $0 i32.store $push28=, getptrcnt($1), $pop27 i32.ne $push29=, $pop28, $0 - br_if $pop29, BB24_14 + br_if $pop29, .LBB24_14 # BB#11: # %if.end80 - block BB24_13 + block .LBB24_13 i32.load $push30=, getintcnt($1) i32.add $push31=, $pop30, $0 i32.store $push32=, getintcnt($1), $pop31 i32.ne $push33=, $pop32, $0 - br_if $pop33, BB24_13 + br_if $pop33, .LBB24_13 # BB#12: # %if.end84 call exit, $1 unreachable -BB24_13: # %if.then83 +.LBB24_13: # %if.then83 call abort unreachable -BB24_14: # %if.then79 +.LBB24_14: # %if.then79 call abort unreachable -BB24_15: # %if.then75 +.LBB24_15: # %if.then75 call abort unreachable -BB24_16: # %if.then67 +.LBB24_16: # %if.then67 call abort unreachable -BB24_17: # %if.then59 +.LBB24_17: # %if.then59 call abort unreachable -BB24_18: # %if.then51 +.LBB24_18: # %if.then51 call abort unreachable -BB24_19: # %if.then43 +.LBB24_19: # %if.then43 call abort unreachable -BB24_20: # %if.then35 +.LBB24_20: # %if.then35 call abort unreachable -BB24_21: # %if.then27 +.LBB24_21: # %if.then27 call abort unreachable -BB24_22: # %if.then19 +.LBB24_22: # %if.then19 call abort unreachable -BB24_23: # %if.then11 +.LBB24_23: # %if.then11 call abort unreachable -BB24_24: # %if.then3 +.LBB24_24: # %if.then3 call abort unreachable -func_end24: - .size main, func_end24-main +.Lfunc_end24: + .size main, .Lfunc_end24-main .type arr,@object # @arr .bss diff --git a/test/torture-s/builtin-prefetch-5.c.s b/test/torture-s/builtin-prefetch-5.c.s index c3179916f..a3f64274b 100644 --- a/test/torture-s/builtin-prefetch-5.c.s +++ b/test/torture-s/builtin-prefetch-5.c.s @@ -6,8 +6,8 @@ arg_ptr: # @arg_ptr .param i32 # BB#0: # %entry return -func_end0: - .size arg_ptr, func_end0-arg_ptr +.Lfunc_end0: + .size arg_ptr, .Lfunc_end0-arg_ptr .globl arg_idx .type arg_idx,@function @@ -15,24 +15,24 @@ arg_idx: # @arg_idx .param i32, i32 # BB#0: # %entry return -func_end1: - .size arg_idx, func_end1-arg_idx +.Lfunc_end1: + .size arg_idx, .Lfunc_end1-arg_idx .globl glob_ptr .type glob_ptr,@function glob_ptr: # @glob_ptr # BB#0: # %entry return -func_end2: - .size glob_ptr, func_end2-glob_ptr +.Lfunc_end2: + .size glob_ptr, .Lfunc_end2-glob_ptr .globl glob_idx .type glob_idx,@function glob_idx: # @glob_idx # BB#0: # %entry return -func_end3: - .size glob_idx, func_end3-glob_idx +.Lfunc_end3: + .size glob_idx, .Lfunc_end3-glob_idx .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.store $discard=, idx($0), $pop3 call exit, $0 unreachable -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .type arr,@object # @arr .bss diff --git a/test/torture-s/builtin-prefetch-6.c.s b/test/torture-s/builtin-prefetch-6.c.s index a6ca8fba9..bff3c1429 100644 --- a/test/torture-s/builtin-prefetch-6.c.s +++ b/test/torture-s/builtin-prefetch-6.c.s @@ -63,8 +63,8 @@ init_addrs: # @init_addrs i64.const $push4=, 2199023255808 i64.store $discard=, bad_addr+32($0), $pop4 return -func_end0: - .size init_addrs, func_end0-init_addrs +.Lfunc_end0: + .size init_addrs, .Lfunc_end0-init_addrs .globl prefetch_for_read .type prefetch_for_read,@function @@ -72,16 +72,16 @@ prefetch_for_read: # @prefetch_for_read .local i32 # BB#0: # %entry i32.const $0=, -260 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $push0=, 4 i32.add $0=, $0, $pop0 - br_if $0, BB1_1 -BB1_2: # %for.end + br_if $0, .LBB1_1 +.LBB1_2: # %for.end return -func_end1: - .size prefetch_for_read, func_end1-prefetch_for_read +.Lfunc_end1: + .size prefetch_for_read, .Lfunc_end1-prefetch_for_read .globl prefetch_for_write .type prefetch_for_write,@function @@ -89,16 +89,16 @@ prefetch_for_write: # @prefetch_for_write .local i32 # BB#0: # %entry i32.const $0=, -260 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $push0=, 4 i32.add $0=, $0, $pop0 - br_if $0, BB2_1 -BB2_2: # %for.end + br_if $0, .LBB2_1 +.LBB2_2: # %for.end return -func_end2: - .size prefetch_for_write, func_end2-prefetch_for_write +.Lfunc_end2: + .size prefetch_for_write, .Lfunc_end2-prefetch_for_write .globl main .type main,@function @@ -165,25 +165,25 @@ main: # @main i64.const $push4=, 2199023255808 i64.store $discard=, bad_addr+32($1), $pop4 copy_local $2=, $0 -BB3_1: # %for.body.i5.for.body.i5_crit_edge +.LBB3_1: # %for.body.i5.for.body.i5_crit_edge # =>This Inner Loop Header: Depth=1 - loop BB3_2 + loop .LBB3_2 i32.add $2=, $2, $0 i32.const $3=, -260 i32.const $push28=, 260 i32.ne $push29=, $2, $pop28 - br_if $pop29, BB3_1 -BB3_2: # %for.body.i + br_if $pop29, .LBB3_1 +.LBB3_2: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB3_3 + loop .LBB3_3 i32.const $push30=, 4 i32.add $3=, $3, $pop30 - br_if $3, BB3_2 -BB3_3: # %prefetch_for_write.exit + br_if $3, .LBB3_2 +.LBB3_3: # %prefetch_for_write.exit call exit, $1 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type bad_addr,@object # @bad_addr .bss diff --git a/test/torture-s/builtin-types-compatible-p.c.s b/test/torture-s/builtin-types-compatible-p.c.s index 6d3324dac..81e2701ef 100644 --- a/test/torture-s/builtin-types-compatible-p.c.s +++ b/test/torture-s/builtin-types-compatible-p.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type i,@object # @i .bss diff --git a/test/torture-s/call-trap-1.c.s b/test/torture-s/call-trap-1.c.s index bdf7734cf..7bb39c5b6 100644 --- a/test/torture-s/call-trap-1.c.s +++ b/test/torture-s/call-trap-1.c.s @@ -8,16 +8,16 @@ foo: # @foo i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function bar: # @bar # BB#0: # %entry return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main # BB#0: # %entry i32.call $discard=, foo unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/cbrt.c.s b/test/torture-s/cbrt.c.s index bec28963c..febce177d 100644 --- a/test/torture-s/cbrt.c.s +++ b/test/torture-s/cbrt.c.s @@ -23,31 +23,31 @@ cbrtl: # @cbrtl i32.const $push2=, -2147483648 i32.and $2=, $4, $pop2 i32.xor $4=, $2, $4 - block BB0_7 - block BB0_2 + block .LBB0_7 + block .LBB0_2 i32.const $push3=, 2146435072 i32.lt_s $push4=, $4, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.then f64.add $0=, $0, $0 - br BB0_7 -BB0_2: # %if.end + br .LBB0_7 +.LBB0_2: # %if.end i32.wrap/i64 $push5=, $1 i32.or $push6=, $pop5, $4 i32.const $push62=, 0 i32.eq $push63=, $pop6, $pop62 - br_if $pop63, BB0_7 + br_if $pop63, .LBB0_7 # BB#3: # %if.end13 i32.const $5=, 4 i32.const $12=, 0 i32.add $12=, $15, $12 - block BB0_6 - block BB0_5 + block .LBB0_6 + block .LBB0_5 i32.or $push7=, $12, $5 i32.store $discard=, 0($pop7), $4 i32.const $push8=, 1048575 i32.gt_s $push9=, $4, $pop8 - br_if $pop9, BB0_5 + br_if $pop9, .LBB0_5 # BB#4: # %if.then18 i32.const $13=, 8 i32.add $13=, $15, $13 @@ -65,8 +65,8 @@ BB0_2: # %if.end i32.const $push23=, 696219795 i32.add $push24=, $pop22, $pop23 i32.store $discard=, 0($4), $pop24 - br BB0_6 -BB0_5: # %if.else + br .LBB0_6 +.LBB0_5: # %if.else i32.const $push10=, 3 i32.div_s $4=, $4, $pop10 i32.const $15=, 8 @@ -75,7 +75,7 @@ BB0_5: # %if.else i32.const $push11=, 715094163 i32.add $push12=, $4, $pop11 i32.store $discard=, 0($pop13), $pop12 -BB0_6: # %if.end31 +.LBB0_6: # %if.end31 f64.load $8=, 8($15) f64.load $6=, 0($15) f64.mul $push25=, $8, $8 @@ -127,14 +127,14 @@ BB0_6: # %if.end31 f64.const $push60=, -0x1.5555555555555p-2 f64.mul $push61=, $pop59, $pop60 f64.add $0=, $8, $pop61 -BB0_7: # %cleanup +.LBB0_7: # %cleanup i32.const $11=, 16 i32.add $15=, $15, $11 i32.const $11=, __stack_pointer i32.store $15=, 0($11), $15 return $0 -func_end0: - .size cbrtl, func_end0-cbrtl +.Lfunc_end0: + .size cbrtl, .Lfunc_end0-cbrtl .globl main .type main,@function @@ -144,8 +144,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/cmpdi-1.c.s b/test/torture-s/cmpdi-1.c.s index 11d420f4a..d7026f1e5 100644 --- a/test/torture-s/cmpdi-1.c.s +++ b/test/torture-s/cmpdi-1.c.s @@ -11,8 +11,8 @@ feq: # @feq i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end0: - .size feq, func_end0-feq +.Lfunc_end0: + .size feq, .Lfunc_end0-feq .globl fne .type fne,@function @@ -25,8 +25,8 @@ fne: # @fne i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end1: - .size fne, func_end1-fne +.Lfunc_end1: + .size fne, .Lfunc_end1-fne .globl flt .type flt,@function @@ -39,8 +39,8 @@ flt: # @flt i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end2: - .size flt, func_end2-flt +.Lfunc_end2: + .size flt, .Lfunc_end2-flt .globl fge .type fge,@function @@ -53,8 +53,8 @@ fge: # @fge i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end3: - .size fge, func_end3-fge +.Lfunc_end3: + .size fge, .Lfunc_end3-fge .globl fgt .type fgt,@function @@ -67,8 +67,8 @@ fgt: # @fgt i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end4: - .size fgt, func_end4-fgt +.Lfunc_end4: + .size fgt, .Lfunc_end4-fgt .globl fle .type fle,@function @@ -81,8 +81,8 @@ fle: # @fle i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end5: - .size fle, func_end5-fle +.Lfunc_end5: + .size fle, .Lfunc_end5-fle .globl fltu .type fltu,@function @@ -95,8 +95,8 @@ fltu: # @fltu i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end6: - .size fltu, func_end6-fltu +.Lfunc_end6: + .size fltu, .Lfunc_end6-fltu .globl fgeu .type fgeu,@function @@ -109,8 +109,8 @@ fgeu: # @fgeu i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end7: - .size fgeu, func_end7-fgeu +.Lfunc_end7: + .size fgeu, .Lfunc_end7-fgeu .globl fgtu .type fgtu,@function @@ -123,8 +123,8 @@ fgtu: # @fgtu i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end8: - .size fgtu, func_end8-fgtu +.Lfunc_end8: + .size fgtu, .Lfunc_end8-fgtu .globl fleu .type fleu,@function @@ -137,8 +137,8 @@ fleu: # @fleu i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end9: - .size fleu, func_end9-fleu +.Lfunc_end9: + .size fleu, .Lfunc_end9-fleu .globl main .type main,@function @@ -149,30 +149,30 @@ main: # @main i32.const $6=, 0 i32.const $4=, correct_results copy_local $0=, $6 -BB10_1: # %for.body +.LBB10_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB10_2 Depth 2 - block BB10_24 - block BB10_23 - block BB10_22 - block BB10_21 - block BB10_20 - block BB10_19 - block BB10_18 - block BB10_17 - block BB10_16 - block BB10_15 - loop BB10_14 + # Child Loop .LBB10_2 Depth 2 + block .LBB10_24 + block .LBB10_23 + block .LBB10_22 + block .LBB10_21 + block .LBB10_20 + block .LBB10_19 + block .LBB10_18 + block .LBB10_17 + block .LBB10_16 + block .LBB10_15 + loop .LBB10_14 i32.const $2=, args i32.const $push0=, 3 i32.shl $push1=, $0, $pop0 i32.add $push2=, $2, $pop1 i64.load $1=, 0($pop2) copy_local $3=, $6 -BB10_2: # %for.body3 - # Parent Loop BB10_1 Depth=1 +.LBB10_2: # %for.body3 + # Parent Loop .LBB10_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB10_13 + loop .LBB10_13 i64.load $5=, 0($2) i64.eq $10=, $1, $5 i32.const $7=, 140 @@ -180,133 +180,133 @@ BB10_2: # %for.body3 i32.select $push3=, $10, $8, $7 i32.load $push4=, 0($4) i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB10_24 + br_if $pop5, .LBB10_24 # BB#3: # %if.end - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push6=, $10, $7, $8 i32.const $push7=, 4 i32.add $push8=, $4, $pop7 i32.load $push9=, 0($pop8) i32.ne $push10=, $pop6, $pop9 - br_if $pop10, BB10_23 + br_if $pop10, .LBB10_23 # BB#4: # %if.end10 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.const $10=, 8 i64.lt_s $9=, $1, $5 i32.select $push11=, $9, $8, $7 i32.add $push12=, $4, $10 i32.load $push13=, 0($pop12) i32.ne $push14=, $pop11, $pop13 - br_if $pop14, BB10_22 + br_if $pop14, .LBB10_22 # BB#5: # %if.end15 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push15=, $9, $7, $8 i32.const $push16=, 12 i32.add $push17=, $4, $pop16 i32.load $push18=, 0($pop17) i32.ne $push19=, $pop15, $pop18 - br_if $pop19, BB10_21 + br_if $pop19, .LBB10_21 # BB#6: # %if.end20 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i64.gt_s $9=, $1, $5 i32.select $push20=, $9, $8, $7 i32.const $push21=, 16 i32.add $push22=, $4, $pop21 i32.load $push23=, 0($pop22) i32.ne $push24=, $pop20, $pop23 - br_if $pop24, BB10_20 + br_if $pop24, .LBB10_20 # BB#7: # %if.end25 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push25=, $9, $7, $8 i32.const $push26=, 20 i32.add $push27=, $4, $pop26 i32.load $push28=, 0($pop27) i32.ne $push29=, $pop25, $pop28 - br_if $pop29, BB10_19 + br_if $pop29, .LBB10_19 # BB#8: # %if.end30 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i64.lt_u $9=, $1, $5 i32.select $push30=, $9, $8, $7 i32.const $push31=, 24 i32.add $push32=, $4, $pop31 i32.load $push33=, 0($pop32) i32.ne $push34=, $pop30, $pop33 - br_if $pop34, BB10_18 + br_if $pop34, .LBB10_18 # BB#9: # %if.end35 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push35=, $9, $7, $8 i32.const $push36=, 28 i32.add $push37=, $4, $pop36 i32.load $push38=, 0($pop37) i32.ne $push39=, $pop35, $pop38 - br_if $pop39, BB10_17 + br_if $pop39, .LBB10_17 # BB#10: # %if.end40 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i64.gt_u $9=, $1, $5 i32.select $push40=, $9, $8, $7 i32.const $push41=, 32 i32.add $push42=, $4, $pop41 i32.load $push43=, 0($pop42) i32.ne $push44=, $pop40, $pop43 - br_if $pop44, BB10_16 + br_if $pop44, .LBB10_16 # BB#11: # %if.end45 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push45=, $9, $7, $8 i32.const $push46=, 36 i32.add $push47=, $4, $pop46 i32.load $push48=, 0($pop47) i32.ne $push49=, $pop45, $pop48 - br_if $pop49, BB10_15 + br_if $pop49, .LBB10_15 # BB#12: # %if.end50 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.const $push50=, 40 i32.add $4=, $4, $pop50 i32.const $7=, 1 i32.add $3=, $3, $7 i32.add $2=, $2, $10 i32.lt_s $push51=, $3, $10 - br_if $pop51, BB10_2 -BB10_13: # %for.end - # in Loop: Header=BB10_1 Depth=1 + br_if $pop51, .LBB10_2 +.LBB10_13: # %for.end + # in Loop: Header=.LBB10_1 Depth=1 i32.add $0=, $0, $7 i32.lt_s $push52=, $0, $10 - br_if $pop52, BB10_1 -BB10_14: # %for.end53 + br_if $pop52, .LBB10_1 +.LBB10_14: # %for.end53 i32.const $push53=, 0 call exit, $pop53 unreachable -BB10_15: # %if.then49 +.LBB10_15: # %if.then49 call abort unreachable -BB10_16: # %if.then44 +.LBB10_16: # %if.then44 call abort unreachable -BB10_17: # %if.then39 +.LBB10_17: # %if.then39 call abort unreachable -BB10_18: # %if.then34 +.LBB10_18: # %if.then34 call abort unreachable -BB10_19: # %if.then29 +.LBB10_19: # %if.then29 call abort unreachable -BB10_20: # %if.then24 +.LBB10_20: # %if.then24 call abort unreachable -BB10_21: # %if.then19 +.LBB10_21: # %if.then19 call abort unreachable -BB10_22: # %if.then14 +.LBB10_22: # %if.then14 call abort unreachable -BB10_23: # %if.then9 +.LBB10_23: # %if.then9 call abort unreachable -BB10_24: # %if.then +.LBB10_24: # %if.then call abort unreachable -func_end10: - .size main, func_end10-main +.Lfunc_end10: + .size main, .Lfunc_end10-main .type args,@object # @args .data diff --git a/test/torture-s/cmpsf-1.c.s b/test/torture-s/cmpsf-1.c.s index e6111056e..d2b8e9a1c 100644 --- a/test/torture-s/cmpsf-1.c.s +++ b/test/torture-s/cmpsf-1.c.s @@ -11,8 +11,8 @@ feq: # @feq i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end0: - .size feq, func_end0-feq +.Lfunc_end0: + .size feq, .Lfunc_end0-feq .globl fne .type fne,@function @@ -25,8 +25,8 @@ fne: # @fne i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end1: - .size fne, func_end1-fne +.Lfunc_end1: + .size fne, .Lfunc_end1-fne .globl flt .type flt,@function @@ -39,8 +39,8 @@ flt: # @flt i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end2: - .size flt, func_end2-flt +.Lfunc_end2: + .size flt, .Lfunc_end2-flt .globl fge .type fge,@function @@ -57,8 +57,8 @@ fge: # @fge i32.const $push5=, 13 i32.select $push7=, $pop4, $pop6, $pop5 return $pop7 -func_end3: - .size fge, func_end3-fge +.Lfunc_end3: + .size fge, .Lfunc_end3-fge .globl fgt .type fgt,@function @@ -71,8 +71,8 @@ fgt: # @fgt i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end4: - .size fgt, func_end4-fgt +.Lfunc_end4: + .size fgt, .Lfunc_end4-fgt .globl fle .type fle,@function @@ -89,8 +89,8 @@ fle: # @fle i32.const $push5=, 13 i32.select $push7=, $pop4, $pop6, $pop5 return $pop7 -func_end5: - .size fle, func_end5-fle +.Lfunc_end5: + .size fle, .Lfunc_end5-fle .globl main .type main,@function @@ -101,26 +101,26 @@ main: # @main i32.const $6=, 0 i32.const $4=, correct_results copy_local $0=, $6 -BB6_1: # %for.body +.LBB6_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB6_2 Depth 2 - block BB6_16 - block BB6_15 - block BB6_14 - block BB6_13 - block BB6_12 - block BB6_11 - loop BB6_10 + # Child Loop .LBB6_2 Depth 2 + block .LBB6_16 + block .LBB6_15 + block .LBB6_14 + block .LBB6_13 + block .LBB6_12 + block .LBB6_11 + loop .LBB6_10 i32.const $2=, args i32.const $push0=, 2 i32.shl $push1=, $0, $pop0 i32.add $push2=, $2, $pop1 f32.load $1=, 0($pop2) copy_local $3=, $6 -BB6_2: # %for.body3 - # Parent Loop BB6_1 Depth=1 +.LBB6_2: # %for.body3 + # Parent Loop .LBB6_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB6_9 + loop .LBB6_9 f32.load $5=, 0($2) i32.const $7=, 140 i32.const $8=, 13 @@ -128,27 +128,27 @@ BB6_2: # %for.body3 i32.select $push4=, $pop3, $8, $7 i32.load $push5=, 0($4) i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB6_16 + br_if $pop6, .LBB6_16 # BB#3: # %if.end - # in Loop: Header=BB6_2 Depth=2 + # in Loop: Header=.LBB6_2 Depth=2 i32.const $9=, 4 f32.ne $push7=, $1, $5 i32.select $push8=, $pop7, $8, $7 i32.add $push9=, $4, $9 i32.load $push10=, 0($pop9) i32.ne $push11=, $pop8, $pop10 - br_if $pop11, BB6_15 + br_if $pop11, .LBB6_15 # BB#4: # %if.end10 - # in Loop: Header=BB6_2 Depth=2 + # in Loop: Header=.LBB6_2 Depth=2 i32.const $11=, 8 f32.lt $10=, $1, $5 i32.select $push12=, $10, $8, $7 i32.add $push13=, $4, $11 i32.load $push14=, 0($pop13) i32.ne $push15=, $pop12, $pop14 - br_if $pop15, BB6_14 + br_if $pop15, .LBB6_14 # BB#5: # %if.end15 - # in Loop: Header=BB6_2 Depth=2 + # in Loop: Header=.LBB6_2 Depth=2 f32.ne $push17=, $1, $1 f32.ne $push16=, $5, $5 i32.or $12=, $pop17, $pop16 @@ -158,63 +158,63 @@ BB6_2: # %for.body3 i32.add $push21=, $4, $pop20 i32.load $push22=, 0($pop21) i32.ne $push23=, $pop19, $pop22 - br_if $pop23, BB6_13 + br_if $pop23, .LBB6_13 # BB#6: # %if.end20 - # in Loop: Header=BB6_2 Depth=2 + # in Loop: Header=.LBB6_2 Depth=2 f32.gt $10=, $1, $5 i32.select $push24=, $10, $8, $7 i32.const $push25=, 16 i32.add $push26=, $4, $pop25 i32.load $push27=, 0($pop26) i32.ne $push28=, $pop24, $pop27 - br_if $pop28, BB6_12 + br_if $pop28, .LBB6_12 # BB#7: # %if.end25 - # in Loop: Header=BB6_2 Depth=2 + # in Loop: Header=.LBB6_2 Depth=2 i32.or $push29=, $10, $12 i32.select $push30=, $pop29, $7, $8 i32.const $push31=, 20 i32.add $push32=, $4, $pop31 i32.load $push33=, 0($pop32) i32.ne $push34=, $pop30, $pop33 - br_if $pop34, BB6_11 + br_if $pop34, .LBB6_11 # BB#8: # %if.end30 - # in Loop: Header=BB6_2 Depth=2 + # in Loop: Header=.LBB6_2 Depth=2 i32.const $push35=, 24 i32.add $4=, $4, $pop35 i32.add $2=, $2, $9 i32.const $7=, 1 i32.add $3=, $3, $7 i32.lt_s $push36=, $3, $11 - br_if $pop36, BB6_2 -BB6_9: # %for.end - # in Loop: Header=BB6_1 Depth=1 + br_if $pop36, .LBB6_2 +.LBB6_9: # %for.end + # in Loop: Header=.LBB6_1 Depth=1 i32.add $0=, $0, $7 i32.lt_s $push37=, $0, $11 - br_if $pop37, BB6_1 -BB6_10: # %for.end33 + br_if $pop37, .LBB6_1 +.LBB6_10: # %for.end33 i32.const $push38=, 0 call exit, $pop38 unreachable -BB6_11: # %if.then29 +.LBB6_11: # %if.then29 call abort unreachable -BB6_12: # %if.then24 +.LBB6_12: # %if.then24 call abort unreachable -BB6_13: # %if.then19 +.LBB6_13: # %if.then19 call abort unreachable -BB6_14: # %if.then14 +.LBB6_14: # %if.then14 call abort unreachable -BB6_15: # %if.then9 +.LBB6_15: # %if.then9 call abort unreachable -BB6_16: # %if.then +.LBB6_16: # %if.then call abort unreachable -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .type args,@object # @args .data diff --git a/test/torture-s/cmpsi-1.c.s b/test/torture-s/cmpsi-1.c.s index b2420c40a..51eabc44c 100644 --- a/test/torture-s/cmpsi-1.c.s +++ b/test/torture-s/cmpsi-1.c.s @@ -7,17 +7,17 @@ f1: # @f1 .result i32 # BB#0: # %entry i32.sub $1=, $0, $1 - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.ge_s $push1=, $1, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end3 return $1 -BB0_2: # %if.then2 +.LBB0_2: # %if.then2 call abort unreachable -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -26,17 +26,17 @@ f2: # @f2 .result i32 # BB#0: # %entry i32.sub $1=, $0, $1 - block BB1_2 + block .LBB1_2 i32.const $push0=, 0 i32.ge_s $push1=, $1, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end3 return $1 -BB1_2: # %if.then2 +.LBB1_2: # %if.then2 call abort unreachable -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl dummy .type dummy,@function @@ -45,8 +45,8 @@ dummy: # @dummy .local i32 # BB#0: # %entry return $0 -func_end2: - .size dummy, func_end2-dummy +.Lfunc_end2: + .size dummy, .Lfunc_end2-dummy .globl main .type main,@function @@ -56,8 +56,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/cmpsi-2.c.s b/test/torture-s/cmpsi-2.c.s index 269cde636..64cd45c17 100644 --- a/test/torture-s/cmpsi-2.c.s +++ b/test/torture-s/cmpsi-2.c.s @@ -11,8 +11,8 @@ feq: # @feq i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end0: - .size feq, func_end0-feq +.Lfunc_end0: + .size feq, .Lfunc_end0-feq .globl fne .type fne,@function @@ -25,8 +25,8 @@ fne: # @fne i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end1: - .size fne, func_end1-fne +.Lfunc_end1: + .size fne, .Lfunc_end1-fne .globl flt .type flt,@function @@ -39,8 +39,8 @@ flt: # @flt i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end2: - .size flt, func_end2-flt +.Lfunc_end2: + .size flt, .Lfunc_end2-flt .globl fge .type fge,@function @@ -53,8 +53,8 @@ fge: # @fge i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end3: - .size fge, func_end3-fge +.Lfunc_end3: + .size fge, .Lfunc_end3-fge .globl fgt .type fgt,@function @@ -67,8 +67,8 @@ fgt: # @fgt i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end4: - .size fgt, func_end4-fgt +.Lfunc_end4: + .size fgt, .Lfunc_end4-fgt .globl fle .type fle,@function @@ -81,8 +81,8 @@ fle: # @fle i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end5: - .size fle, func_end5-fle +.Lfunc_end5: + .size fle, .Lfunc_end5-fle .globl fltu .type fltu,@function @@ -95,8 +95,8 @@ fltu: # @fltu i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end6: - .size fltu, func_end6-fltu +.Lfunc_end6: + .size fltu, .Lfunc_end6-fltu .globl fgeu .type fgeu,@function @@ -109,8 +109,8 @@ fgeu: # @fgeu i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end7: - .size fgeu, func_end7-fgeu +.Lfunc_end7: + .size fgeu, .Lfunc_end7-fgeu .globl fgtu .type fgtu,@function @@ -123,8 +123,8 @@ fgtu: # @fgtu i32.const $push1=, 140 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end8: - .size fgtu, func_end8-fgtu +.Lfunc_end8: + .size fgtu, .Lfunc_end8-fgtu .globl fleu .type fleu,@function @@ -137,8 +137,8 @@ fleu: # @fleu i32.const $push1=, 13 i32.select $push3=, $pop0, $pop2, $pop1 return $pop3 -func_end9: - .size fleu, func_end9-fleu +.Lfunc_end9: + .size fleu, .Lfunc_end9-fleu .globl main .type main,@function @@ -149,30 +149,30 @@ main: # @main i32.const $6=, 0 i32.const $4=, correct_results copy_local $0=, $6 -BB10_1: # %for.body +.LBB10_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB10_2 Depth 2 - block BB10_24 - block BB10_23 - block BB10_22 - block BB10_21 - block BB10_20 - block BB10_19 - block BB10_18 - block BB10_17 - block BB10_16 - block BB10_15 - loop BB10_14 + # Child Loop .LBB10_2 Depth 2 + block .LBB10_24 + block .LBB10_23 + block .LBB10_22 + block .LBB10_21 + block .LBB10_20 + block .LBB10_19 + block .LBB10_18 + block .LBB10_17 + block .LBB10_16 + block .LBB10_15 + loop .LBB10_14 i32.const $2=, args i32.const $push0=, 2 i32.shl $push1=, $0, $pop0 i32.add $push2=, $2, $pop1 i32.load $1=, 0($pop2) copy_local $3=, $6 -BB10_2: # %for.body3 - # Parent Loop BB10_1 Depth=1 +.LBB10_2: # %for.body3 + # Parent Loop .LBB10_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB10_13 + loop .LBB10_13 i32.load $5=, 0($2) i32.eq $11=, $1, $5 i32.const $7=, 140 @@ -180,133 +180,133 @@ BB10_2: # %for.body3 i32.select $push3=, $11, $8, $7 i32.load $push4=, 0($4) i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB10_24 + br_if $pop5, .LBB10_24 # BB#3: # %if.end - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.const $9=, 4 i32.select $push6=, $11, $7, $8 i32.add $push7=, $4, $9 i32.load $push8=, 0($pop7) i32.ne $push9=, $pop6, $pop8 - br_if $pop9, BB10_23 + br_if $pop9, .LBB10_23 # BB#4: # %if.end10 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.const $11=, 8 i32.lt_s $10=, $1, $5 i32.select $push10=, $10, $8, $7 i32.add $push11=, $4, $11 i32.load $push12=, 0($pop11) i32.ne $push13=, $pop10, $pop12 - br_if $pop13, BB10_22 + br_if $pop13, .LBB10_22 # BB#5: # %if.end15 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push14=, $10, $7, $8 i32.const $push15=, 12 i32.add $push16=, $4, $pop15 i32.load $push17=, 0($pop16) i32.ne $push18=, $pop14, $pop17 - br_if $pop18, BB10_21 + br_if $pop18, .LBB10_21 # BB#6: # %if.end20 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.gt_s $10=, $1, $5 i32.select $push19=, $10, $8, $7 i32.const $push20=, 16 i32.add $push21=, $4, $pop20 i32.load $push22=, 0($pop21) i32.ne $push23=, $pop19, $pop22 - br_if $pop23, BB10_20 + br_if $pop23, .LBB10_20 # BB#7: # %if.end25 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push24=, $10, $7, $8 i32.const $push25=, 20 i32.add $push26=, $4, $pop25 i32.load $push27=, 0($pop26) i32.ne $push28=, $pop24, $pop27 - br_if $pop28, BB10_19 + br_if $pop28, .LBB10_19 # BB#8: # %if.end30 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.lt_u $10=, $1, $5 i32.select $push29=, $10, $8, $7 i32.const $push30=, 24 i32.add $push31=, $4, $pop30 i32.load $push32=, 0($pop31) i32.ne $push33=, $pop29, $pop32 - br_if $pop33, BB10_18 + br_if $pop33, .LBB10_18 # BB#9: # %if.end35 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push34=, $10, $7, $8 i32.const $push35=, 28 i32.add $push36=, $4, $pop35 i32.load $push37=, 0($pop36) i32.ne $push38=, $pop34, $pop37 - br_if $pop38, BB10_17 + br_if $pop38, .LBB10_17 # BB#10: # %if.end40 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.gt_u $5=, $1, $5 i32.select $push39=, $5, $8, $7 i32.const $push40=, 32 i32.add $push41=, $4, $pop40 i32.load $push42=, 0($pop41) i32.ne $push43=, $pop39, $pop42 - br_if $pop43, BB10_16 + br_if $pop43, .LBB10_16 # BB#11: # %if.end45 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.select $push44=, $5, $7, $8 i32.const $push45=, 36 i32.add $push46=, $4, $pop45 i32.load $push47=, 0($pop46) i32.ne $push48=, $pop44, $pop47 - br_if $pop48, BB10_15 + br_if $pop48, .LBB10_15 # BB#12: # %if.end50 - # in Loop: Header=BB10_2 Depth=2 + # in Loop: Header=.LBB10_2 Depth=2 i32.const $push49=, 40 i32.add $4=, $4, $pop49 i32.add $2=, $2, $9 i32.const $7=, 1 i32.add $3=, $3, $7 i32.lt_s $push50=, $3, $11 - br_if $pop50, BB10_2 -BB10_13: # %for.end - # in Loop: Header=BB10_1 Depth=1 + br_if $pop50, .LBB10_2 +.LBB10_13: # %for.end + # in Loop: Header=.LBB10_1 Depth=1 i32.add $0=, $0, $7 i32.lt_s $push51=, $0, $11 - br_if $pop51, BB10_1 -BB10_14: # %for.end53 + br_if $pop51, .LBB10_1 +.LBB10_14: # %for.end53 i32.const $push52=, 0 call exit, $pop52 unreachable -BB10_15: # %if.then49 +.LBB10_15: # %if.then49 call abort unreachable -BB10_16: # %if.then44 +.LBB10_16: # %if.then44 call abort unreachable -BB10_17: # %if.then39 +.LBB10_17: # %if.then39 call abort unreachable -BB10_18: # %if.then34 +.LBB10_18: # %if.then34 call abort unreachable -BB10_19: # %if.then29 +.LBB10_19: # %if.then29 call abort unreachable -BB10_20: # %if.then24 +.LBB10_20: # %if.then24 call abort unreachable -BB10_21: # %if.then19 +.LBB10_21: # %if.then19 call abort unreachable -BB10_22: # %if.then14 +.LBB10_22: # %if.then14 call abort unreachable -BB10_23: # %if.then9 +.LBB10_23: # %if.then9 call abort unreachable -BB10_24: # %if.then +.LBB10_24: # %if.then call abort unreachable -func_end10: - .size main, func_end10-main +.Lfunc_end10: + .size main, .Lfunc_end10-main .type args,@object # @args .data diff --git a/test/torture-s/compare-1.c.s b/test/torture-s/compare-1.c.s index cb6528d48..c86356e4f 100644 --- a/test/torture-s/compare-1.c.s +++ b/test/torture-s/compare-1.c.s @@ -7,81 +7,81 @@ ieq: # @ieq .result i32 # BB#0: # %entry i32.ne $1=, $0, $1 - block BB0_20 - block BB0_4 - block BB0_3 + block .LBB0_20 + block .LBB0_4 + block .LBB0_3 i32.const $push0=, 0 i32.eq $push1=, $1, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %if.else i32.const $push2=, 0 i32.eq $push3=, $2, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#2: # %if.then4 call abort unreachable -BB0_3: # %if.then +.LBB0_3: # %if.then i32.const $push4=, 0 i32.eq $push5=, $2, $pop4 - br_if $pop5, BB0_20 -BB0_4: # %if.end6 - block BB0_19 - block BB0_8 - block BB0_7 - br_if $1, BB0_7 + br_if $pop5, .LBB0_20 +.LBB0_4: # %if.end6 + block .LBB0_19 + block .LBB0_8 + block .LBB0_7 + br_if $1, .LBB0_7 # BB#5: # %if.then10 - br_if $2, BB0_8 + br_if $2, .LBB0_8 # BB#6: # %if.then12 call abort unreachable -BB0_7: # %if.else14 - br_if $2, BB0_19 -BB0_8: # %if.end18 - block BB0_18 - block BB0_12 - block BB0_11 +.LBB0_7: # %if.else14 + br_if $2, .LBB0_19 +.LBB0_8: # %if.end18 + block .LBB0_18 + block .LBB0_12 + block .LBB0_11 i32.const $push6=, 0 i32.eq $push7=, $1, $pop6 - br_if $pop7, BB0_11 + br_if $pop7, .LBB0_11 # BB#9: # %if.else26 i32.const $push8=, 0 i32.eq $push9=, $2, $pop8 - br_if $pop9, BB0_12 + br_if $pop9, .LBB0_12 # BB#10: # %if.then28 call abort unreachable -BB0_11: # %if.then22 +.LBB0_11: # %if.then22 i32.const $push10=, 0 i32.eq $push11=, $2, $pop10 - br_if $pop11, BB0_18 -BB0_12: # %if.end30 - block BB0_17 - block BB0_16 - block BB0_15 - br_if $1, BB0_15 + br_if $pop11, .LBB0_18 +.LBB0_12: # %if.end30 + block .LBB0_17 + block .LBB0_16 + block .LBB0_15 + br_if $1, .LBB0_15 # BB#13: # %if.then34 - br_if $2, BB0_16 + br_if $2, .LBB0_16 # BB#14: # %if.then36 call abort unreachable -BB0_15: # %if.else38 - br_if $2, BB0_17 -BB0_16: # %if.end42 +.LBB0_15: # %if.else38 + br_if $2, .LBB0_17 +.LBB0_16: # %if.end42 return $2 -BB0_17: # %if.then40 +.LBB0_17: # %if.then40 call abort unreachable -BB0_18: # %if.then24 +.LBB0_18: # %if.then24 call abort unreachable -BB0_19: # %if.then16 +.LBB0_19: # %if.then16 call abort unreachable -BB0_20: # %if.then2 +.LBB0_20: # %if.then2 call abort unreachable -func_end0: - .size ieq, func_end0-ieq +.Lfunc_end0: + .size ieq, .Lfunc_end0-ieq .globl ine .type ine,@function @@ -89,29 +89,29 @@ ine: # @ine .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB1_5 - block BB1_4 - block BB1_3 + block .LBB1_5 + block .LBB1_4 + block .LBB1_3 i32.ne $push0=, $0, $1 - br_if $pop0, BB1_3 + br_if $pop0, .LBB1_3 # BB#1: # %if.else i32.const $push1=, 0 i32.eq $push2=, $2, $pop1 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#2: # %if.then4 call abort unreachable -BB1_3: # %if.then +.LBB1_3: # %if.then i32.const $push3=, 0 i32.eq $push4=, $2, $pop3 - br_if $pop4, BB1_5 -BB1_4: # %if.end6 + br_if $pop4, .LBB1_5 +.LBB1_4: # %if.end6 return $2 -BB1_5: # %if.then2 +.LBB1_5: # %if.then2 call abort unreachable -func_end1: - .size ine, func_end1-ine +.Lfunc_end1: + .size ine, .Lfunc_end1-ine .globl ilt .type ilt,@function @@ -119,25 +119,25 @@ ilt: # @ilt .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB2_5 - block BB2_4 - block BB2_3 + block .LBB2_5 + block .LBB2_4 + block .LBB2_3 i32.ge_s $push0=, $0, $1 - br_if $pop0, BB2_3 + br_if $pop0, .LBB2_3 # BB#1: # %if.then - br_if $2, BB2_4 + br_if $2, .LBB2_4 # BB#2: # %if.then2 call abort unreachable -BB2_3: # %if.else - br_if $2, BB2_5 -BB2_4: # %if.end6 +.LBB2_3: # %if.else + br_if $2, .LBB2_5 +.LBB2_4: # %if.end6 return $2 -BB2_5: # %if.then4 +.LBB2_5: # %if.then4 call abort unreachable -func_end2: - .size ilt, func_end2-ilt +.Lfunc_end2: + .size ilt, .Lfunc_end2-ilt .globl ile .type ile,@function @@ -145,29 +145,29 @@ ile: # @ile .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB3_5 - block BB3_4 - block BB3_3 + block .LBB3_5 + block .LBB3_4 + block .LBB3_3 i32.le_s $push0=, $0, $1 - br_if $pop0, BB3_3 + br_if $pop0, .LBB3_3 # BB#1: # %if.else i32.const $push1=, 0 i32.eq $push2=, $2, $pop1 - br_if $pop2, BB3_4 + br_if $pop2, .LBB3_4 # BB#2: # %if.then4 call abort unreachable -BB3_3: # %if.then +.LBB3_3: # %if.then i32.const $push3=, 0 i32.eq $push4=, $2, $pop3 - br_if $pop4, BB3_5 -BB3_4: # %if.end6 + br_if $pop4, .LBB3_5 +.LBB3_4: # %if.end6 return $2 -BB3_5: # %if.then2 +.LBB3_5: # %if.then2 call abort unreachable -func_end3: - .size ile, func_end3-ile +.Lfunc_end3: + .size ile, .Lfunc_end3-ile .globl igt .type igt,@function @@ -175,25 +175,25 @@ igt: # @igt .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB4_5 - block BB4_4 - block BB4_3 + block .LBB4_5 + block .LBB4_4 + block .LBB4_3 i32.le_s $push0=, $0, $1 - br_if $pop0, BB4_3 + br_if $pop0, .LBB4_3 # BB#1: # %if.then - br_if $2, BB4_4 + br_if $2, .LBB4_4 # BB#2: # %if.then2 call abort unreachable -BB4_3: # %if.else - br_if $2, BB4_5 -BB4_4: # %if.end6 +.LBB4_3: # %if.else + br_if $2, .LBB4_5 +.LBB4_4: # %if.end6 return $2 -BB4_5: # %if.then4 +.LBB4_5: # %if.then4 call abort unreachable -func_end4: - .size igt, func_end4-igt +.Lfunc_end4: + .size igt, .Lfunc_end4-igt .globl ige .type ige,@function @@ -201,29 +201,29 @@ ige: # @ige .param i32, i32, i32 .result i32 # BB#0: # %entry - block BB5_5 - block BB5_4 - block BB5_3 + block .LBB5_5 + block .LBB5_4 + block .LBB5_3 i32.ge_s $push0=, $0, $1 - br_if $pop0, BB5_3 + br_if $pop0, .LBB5_3 # BB#1: # %if.else i32.const $push1=, 0 i32.eq $push2=, $2, $pop1 - br_if $pop2, BB5_4 + br_if $pop2, .LBB5_4 # BB#2: # %if.then4 call abort unreachable -BB5_3: # %if.then +.LBB5_3: # %if.then i32.const $push3=, 0 i32.eq $push4=, $2, $pop3 - br_if $pop4, BB5_5 -BB5_4: # %if.end6 + br_if $pop4, .LBB5_5 +.LBB5_4: # %if.end6 return $2 -BB5_5: # %if.then2 +.LBB5_5: # %if.then2 call abort unreachable -func_end5: - .size ige, func_end5-ige +.Lfunc_end5: + .size ige, .Lfunc_end5-ige .globl main .type main,@function @@ -232,8 +232,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/compare-2.c.s b/test/torture-s/compare-2.c.s index 1de669f4f..86ee22632 100644 --- a/test/torture-s/compare-2.c.s +++ b/test/torture-s/compare-2.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.le_s $push1=, $0, $1 i32.and $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/compare-3.c.s b/test/torture-s/compare-3.c.s index f3a02546a..f845c7191 100644 --- a/test/torture-s/compare-3.c.s +++ b/test/torture-s/compare-3.c.s @@ -6,8 +6,8 @@ test1: # @test1 .param i32, i32 # BB#0: # %entry return -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -15,8 +15,8 @@ test2: # @test2 .param i32, i32 # BB#0: # %entry return -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -24,8 +24,8 @@ test3: # @test3 .param i32, i32 # BB#0: # %entry return -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -33,8 +33,8 @@ test4: # @test4 .param i32, i32 # BB#0: # %entry return -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function @@ -42,8 +42,8 @@ test5: # @test5 .param i32, i32 # BB#0: # %entry return -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function @@ -51,8 +51,8 @@ test6: # @test6 .param i32, i32 # BB#0: # %entry return -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl all_tests .type all_tests,@function @@ -60,8 +60,8 @@ all_tests: # @all_tests .param i32, i32 # BB#0: # %entry return -func_end6: - .size all_tests, func_end6-all_tests +.Lfunc_end6: + .size all_tests, .Lfunc_end6-all_tests .globl main .type main,@function @@ -70,8 +70,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end7: - .size main, func_end7-main +.Lfunc_end7: + .size main, .Lfunc_end7-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/complex-3.c.s b/test/torture-s/complex-3.c.s index b39c6a3ac..b36f15a31 100644 --- a/test/torture-s/complex-3.c.s +++ b/test/torture-s/complex-3.c.s @@ -8,8 +8,8 @@ f: # @f f32.store $discard=, 0($0), $1 f32.store $discard=, 4($0), $2 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/complex-4.c.s b/test/torture-s/complex-4.c.s index 1069f9c64..88d578240 100644 --- a/test/torture-s/complex-4.c.s +++ b/test/torture-s/complex-4.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/compndlit-1.c.s b/test/torture-s/compndlit-1.c.s index 72ce26272..e767e0c35 100644 --- a/test/torture-s/compndlit-1.c.s +++ b/test/torture-s/compndlit-1.c.s @@ -7,7 +7,7 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, x($0) i32.const $push1=, 7 i32.and $push2=, $pop0, $pop1 @@ -19,15 +19,15 @@ main: # @main i32.store $discard=, x($0), $pop6 i32.const $push7=, 0 i32.eq $push8=, $1, $pop7 - br_if $pop8, BB0_2 + br_if $pop8, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/const-addr-expr-1.c.s b/test/torture-s/const-addr-expr-1.c.s index 5b41d7468..80a713eba 100644 --- a/test/torture-s/const-addr-expr-1.c.s +++ b/test/torture-s/const-addr-expr-1.c.s @@ -8,29 +8,29 @@ main: # @main .local i32 # BB#0: # %entry i32.const $2=, 0 - block BB0_4 + block .LBB0_4 i32.load $push0=, Upgd_minor_ID($2) i32.load $push1=, 0($pop0) i32.const $push2=, 2 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#1: # %if.end - block BB0_3 + block .LBB0_3 i32.load $push4=, Upgd_minor_ID1($2) i32.load $push5=, 0($pop4) i32.const $push6=, 1 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB0_3 + br_if $pop7, .LBB0_3 # BB#2: # %if.end3 return $2 -BB0_3: # %if.then2 +.LBB0_3: # %if.then2 call abort unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/conversion.c.s b/test/torture-s/conversion.c.s index a6a1d96a4..599e054cf 100644 --- a/test/torture-s/conversion.c.s +++ b/test/torture-s/conversion.c.s @@ -8,8 +8,8 @@ u2f: # @u2f # BB#0: # %entry f32.convert_u/i32 $push0=, $0 return $pop0 -func_end0: - .size u2f, func_end0-u2f +.Lfunc_end0: + .size u2f, .Lfunc_end0-u2f .globl u2d .type u2d,@function @@ -19,8 +19,8 @@ u2d: # @u2d # BB#0: # %entry f64.convert_u/i32 $push0=, $0 return $pop0 -func_end1: - .size u2d, func_end1-u2d +.Lfunc_end1: + .size u2d, .Lfunc_end1-u2d .globl u2ld .type u2ld,@function @@ -51,8 +51,8 @@ u2ld: # @u2ld i32.const $5=, __stack_pointer i32.store $6=, 0($5), $6 return -func_end2: - .size u2ld, func_end2-u2ld +.Lfunc_end2: + .size u2ld, .Lfunc_end2-u2ld .globl s2f .type s2f,@function @@ -62,8 +62,8 @@ s2f: # @s2f # BB#0: # %entry f32.convert_s/i32 $push0=, $0 return $pop0 -func_end3: - .size s2f, func_end3-s2f +.Lfunc_end3: + .size s2f, .Lfunc_end3-s2f .globl s2d .type s2d,@function @@ -73,8 +73,8 @@ s2d: # @s2d # BB#0: # %entry f64.convert_s/i32 $push0=, $0 return $pop0 -func_end4: - .size s2d, func_end4-s2d +.Lfunc_end4: + .size s2d, .Lfunc_end4-s2d .globl s2ld .type s2ld,@function @@ -105,8 +105,8 @@ s2ld: # @s2ld i32.const $5=, __stack_pointer i32.store $6=, 0($5), $6 return -func_end5: - .size s2ld, func_end5-s2ld +.Lfunc_end5: + .size s2ld, .Lfunc_end5-s2ld .globl fnear .type fnear,@function @@ -117,18 +117,18 @@ fnear: # @fnear # BB#0: # %entry f32.sub $1=, $0, $1 i32.const $2=, 1 - block BB6_2 + block .LBB6_2 f32.const $push0=, 0x0p0 f32.eq $push1=, $1, $pop0 - br_if $pop1, BB6_2 + br_if $pop1, .LBB6_2 # BB#1: # %lor.rhs f32.div $push2=, $0, $1 f32.const $push3=, 0x1.e848p19 f32.gt $2=, $pop2, $pop3 -BB6_2: # %lor.end +.LBB6_2: # %lor.end return $2 -func_end6: - .size fnear, func_end6-fnear +.Lfunc_end6: + .size fnear, .Lfunc_end6-fnear .globl dnear .type dnear,@function @@ -139,18 +139,18 @@ dnear: # @dnear # BB#0: # %entry f64.sub $1=, $0, $1 i32.const $2=, 1 - block BB7_2 + block .LBB7_2 f64.const $push0=, 0x0p0 f64.eq $push1=, $1, $pop0 - br_if $pop1, BB7_2 + br_if $pop1, .LBB7_2 # BB#1: # %lor.rhs f64.div $push2=, $0, $1 f64.const $push3=, 0x1.6bcc41e9p46 f64.gt $2=, $pop2, $pop3 -BB7_2: # %lor.end +.LBB7_2: # %lor.end return $2 -func_end7: - .size dnear, func_end7-dnear +.Lfunc_end7: + .size dnear, .Lfunc_end7-dnear .globl ldnear .type ldnear,@function @@ -177,10 +177,10 @@ ldnear: # @ldnear i64.const $3=, 0 i32.call $6=, __eqtf2, $4, $2, $3, $3 i32.const $7=, 1 - block BB8_2 + block .LBB8_2 i32.const $push8=, 0 i32.eq $push9=, $6, $pop8 - br_if $pop9, BB8_2 + br_if $pop9, .LBB8_2 # BB#1: # %lor.rhs i32.const $13=, 0 i32.add $13=, $11, $13 @@ -195,14 +195,14 @@ ldnear: # @ldnear i32.call $push6=, __gttf2, $pop3, $pop2, $pop5, $pop4 i32.const $push7=, 0 i32.gt_s $7=, $pop6, $pop7 -BB8_2: # %lor.end +.LBB8_2: # %lor.end i32.const $10=, 32 i32.add $11=, $11, $10 i32.const $10=, __stack_pointer i32.store $11=, 0($10), $11 return $7 -func_end8: - .size ldnear, func_end8-ldnear +.Lfunc_end8: + .size ldnear, .Lfunc_end8-ldnear .globl test_integer_to_float .type test_integer_to_float,@function @@ -211,8 +211,8 @@ test_integer_to_float: # @test_integer_to_float .local i32 # BB#0: # %fnear.exit178 return $0 -func_end9: - .size test_integer_to_float, func_end9-test_integer_to_float +.Lfunc_end9: + .size test_integer_to_float, .Lfunc_end9-test_integer_to_float .globl ull2f .type ull2f,@function @@ -222,8 +222,8 @@ ull2f: # @ull2f # BB#0: # %entry f32.convert_u/i64 $push0=, $0 return $pop0 -func_end10: - .size ull2f, func_end10-ull2f +.Lfunc_end10: + .size ull2f, .Lfunc_end10-ull2f .globl ull2d .type ull2d,@function @@ -233,8 +233,8 @@ ull2d: # @ull2d # BB#0: # %entry f64.convert_u/i64 $push0=, $0 return $pop0 -func_end11: - .size ull2d, func_end11-ull2d +.Lfunc_end11: + .size ull2d, .Lfunc_end11-ull2d .globl ull2ld .type ull2ld,@function @@ -265,8 +265,8 @@ ull2ld: # @ull2ld i32.const $5=, __stack_pointer i32.store $6=, 0($5), $6 return -func_end12: - .size ull2ld, func_end12-ull2ld +.Lfunc_end12: + .size ull2ld, .Lfunc_end12-ull2ld .globl sll2f .type sll2f,@function @@ -276,8 +276,8 @@ sll2f: # @sll2f # BB#0: # %entry f32.convert_s/i64 $push0=, $0 return $pop0 -func_end13: - .size sll2f, func_end13-sll2f +.Lfunc_end13: + .size sll2f, .Lfunc_end13-sll2f .globl sll2d .type sll2d,@function @@ -287,8 +287,8 @@ sll2d: # @sll2d # BB#0: # %entry f64.convert_s/i64 $push0=, $0 return $pop0 -func_end14: - .size sll2d, func_end14-sll2d +.Lfunc_end14: + .size sll2d, .Lfunc_end14-sll2d .globl sll2ld .type sll2ld,@function @@ -319,8 +319,8 @@ sll2ld: # @sll2ld i32.const $5=, __stack_pointer i32.store $6=, 0($5), $6 return -func_end15: - .size sll2ld, func_end15-sll2ld +.Lfunc_end15: + .size sll2ld, .Lfunc_end15-sll2ld .globl test_longlong_integer_to_float .type test_longlong_integer_to_float,@function @@ -329,8 +329,8 @@ test_longlong_integer_to_float: # @test_longlong_integer_to_float .local i32 # BB#0: # %fnear.exit return $0 -func_end16: - .size test_longlong_integer_to_float, func_end16-test_longlong_integer_to_float +.Lfunc_end16: + .size test_longlong_integer_to_float, .Lfunc_end16-test_longlong_integer_to_float .globl f2u .type f2u,@function @@ -340,8 +340,8 @@ f2u: # @f2u # BB#0: # %entry i32.trunc_u/f32 $push0=, $0 return $pop0 -func_end17: - .size f2u, func_end17-f2u +.Lfunc_end17: + .size f2u, .Lfunc_end17-f2u .globl d2u .type d2u,@function @@ -351,8 +351,8 @@ d2u: # @d2u # BB#0: # %entry i32.trunc_u/f64 $push0=, $0 return $pop0 -func_end18: - .size d2u, func_end18-d2u +.Lfunc_end18: + .size d2u, .Lfunc_end18-d2u .globl ld2u .type ld2u,@function @@ -362,8 +362,8 @@ ld2u: # @ld2u # BB#0: # %entry i32.call $push0=, __fixunstfsi, $0, $1 return $pop0 -func_end19: - .size ld2u, func_end19-ld2u +.Lfunc_end19: + .size ld2u, .Lfunc_end19-ld2u .globl f2s .type f2s,@function @@ -373,8 +373,8 @@ f2s: # @f2s # BB#0: # %entry i32.trunc_s/f32 $push0=, $0 return $pop0 -func_end20: - .size f2s, func_end20-f2s +.Lfunc_end20: + .size f2s, .Lfunc_end20-f2s .globl d2s .type d2s,@function @@ -384,8 +384,8 @@ d2s: # @d2s # BB#0: # %entry i32.trunc_s/f64 $push0=, $0 return $pop0 -func_end21: - .size d2s, func_end21-d2s +.Lfunc_end21: + .size d2s, .Lfunc_end21-d2s .globl ld2s .type ld2s,@function @@ -395,8 +395,8 @@ ld2s: # @ld2s # BB#0: # %entry i32.call $push0=, __fixtfsi, $0, $1 return $pop0 -func_end22: - .size ld2s, func_end22-ld2s +.Lfunc_end22: + .size ld2s, .Lfunc_end22-ld2s .globl test_float_to_integer .type test_float_to_integer,@function @@ -405,8 +405,8 @@ test_float_to_integer: # @test_float_to_integer .local i32 # BB#0: # %if.end182 return $0 -func_end23: - .size test_float_to_integer, func_end23-test_float_to_integer +.Lfunc_end23: + .size test_float_to_integer, .Lfunc_end23-test_float_to_integer .globl f2ull .type f2ull,@function @@ -416,8 +416,8 @@ f2ull: # @f2ull # BB#0: # %entry i64.trunc_u/f32 $push0=, $0 return $pop0 -func_end24: - .size f2ull, func_end24-f2ull +.Lfunc_end24: + .size f2ull, .Lfunc_end24-f2ull .globl d2ull .type d2ull,@function @@ -427,8 +427,8 @@ d2ull: # @d2ull # BB#0: # %entry i64.trunc_u/f64 $push0=, $0 return $pop0 -func_end25: - .size d2ull, func_end25-d2ull +.Lfunc_end25: + .size d2ull, .Lfunc_end25-d2ull .globl ld2ull .type ld2ull,@function @@ -438,8 +438,8 @@ ld2ull: # @ld2ull # BB#0: # %entry i64.call $push0=, __fixunstfdi, $0, $1 return $pop0 -func_end26: - .size ld2ull, func_end26-ld2ull +.Lfunc_end26: + .size ld2ull, .Lfunc_end26-ld2ull .globl f2sll .type f2sll,@function @@ -449,8 +449,8 @@ f2sll: # @f2sll # BB#0: # %entry i64.trunc_s/f32 $push0=, $0 return $pop0 -func_end27: - .size f2sll, func_end27-f2sll +.Lfunc_end27: + .size f2sll, .Lfunc_end27-f2sll .globl d2sll .type d2sll,@function @@ -460,8 +460,8 @@ d2sll: # @d2sll # BB#0: # %entry i64.trunc_s/f64 $push0=, $0 return $pop0 -func_end28: - .size d2sll, func_end28-d2sll +.Lfunc_end28: + .size d2sll, .Lfunc_end28-d2sll .globl ld2sll .type ld2sll,@function @@ -471,8 +471,8 @@ ld2sll: # @ld2sll # BB#0: # %entry i64.call $push0=, __fixtfdi, $0, $1 return $pop0 -func_end29: - .size ld2sll, func_end29-ld2sll +.Lfunc_end29: + .size ld2sll, .Lfunc_end29-ld2sll .globl test_float_to_longlong_integer .type test_float_to_longlong_integer,@function @@ -481,8 +481,8 @@ test_float_to_longlong_integer: # @test_float_to_longlong_integer .local i32 # BB#0: # %if.end172 return $0 -func_end30: - .size test_float_to_longlong_integer, func_end30-test_float_to_longlong_integer +.Lfunc_end30: + .size test_float_to_longlong_integer, .Lfunc_end30-test_float_to_longlong_integer .globl main .type main,@function @@ -492,8 +492,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end31: - .size main, func_end31-main +.Lfunc_end31: + .size main, .Lfunc_end31-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/cvt-1.c.s b/test/torture-s/cvt-1.c.s index 7aa98e51b..c88261b14 100644 --- a/test/torture-s/cvt-1.c.s +++ b/test/torture-s/cvt-1.c.s @@ -8,8 +8,8 @@ g2: # @g2 # BB#0: # %entry i32.trunc_s/f64 $push0=, $0 return $pop0 -func_end0: - .size g2, func_end0-g2 +.Lfunc_end0: + .size g2, .Lfunc_end0-g2 .globl f .type f,@function @@ -19,8 +19,8 @@ f: # @f # BB#0: # %if.end f64.convert_s/i32 $push0=, $0 return $pop0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/dbra-1.c.s b/test/torture-s/dbra-1.c.s index 95d78ed97..06d7dfebc 100644 --- a/test/torture-s/dbra-1.c.s +++ b/test/torture-s/dbra-1.c.s @@ -8,52 +8,52 @@ f1: # @f1 .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_10 + block .LBB0_10 i32.const $push11=, 0 i32.eq $push12=, $0, $pop11 - br_if $pop12, BB0_10 + br_if $pop12, .LBB0_10 # BB#1: # %for.inc i32.const $1=, 1 i32.eq $push0=, $0, $1 - br_if $pop0, BB0_10 + br_if $pop0, .LBB0_10 # BB#2: # %for.inc.1 i32.const $1=, 2 i32.eq $push1=, $0, $1 - br_if $pop1, BB0_10 + br_if $pop1, .LBB0_10 # BB#3: # %for.inc.2 i32.const $1=, 3 i32.eq $push2=, $0, $1 - br_if $pop2, BB0_10 + br_if $pop2, .LBB0_10 # BB#4: # %for.inc.3 i32.const $1=, 4 i32.eq $push3=, $0, $1 - br_if $pop3, BB0_10 + br_if $pop3, .LBB0_10 # BB#5: # %for.inc.4 i32.const $1=, 5 i32.eq $push4=, $0, $1 - br_if $pop4, BB0_10 + br_if $pop4, .LBB0_10 # BB#6: # %for.inc.5 i32.const $1=, 6 i32.eq $push5=, $0, $1 - br_if $pop5, BB0_10 + br_if $pop5, .LBB0_10 # BB#7: # %for.inc.6 i32.const $1=, 7 i32.eq $push6=, $0, $1 - br_if $pop6, BB0_10 + br_if $pop6, .LBB0_10 # BB#8: # %for.inc.7 i32.const $1=, 8 i32.eq $push7=, $0, $1 - br_if $pop7, BB0_10 + br_if $pop7, .LBB0_10 # BB#9: # %for.inc.8 i32.const $1=, 9 i32.eq $push8=, $0, $1 i32.const $push9=, -1 i32.select $push10=, $pop8, $1, $pop9 return $pop10 -BB0_10: # %cleanup +.LBB0_10: # %cleanup return $1 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -64,8 +64,8 @@ f2: # @f2 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 return $pop1 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -76,59 +76,59 @@ f3: # @f3 # BB#0: # %entry i32.const $1=, 1 i32.const $2=, 0 - block BB2_10 + block .LBB2_10 i32.eq $push0=, $0, $1 - br_if $pop0, BB2_10 + br_if $pop0, .LBB2_10 # BB#1: # %for.inc copy_local $2=, $1 i32.const $1=, 2 i32.eq $push1=, $0, $1 - br_if $pop1, BB2_10 + br_if $pop1, .LBB2_10 # BB#2: # %for.inc.1 copy_local $2=, $1 i32.const $1=, 3 i32.eq $push2=, $0, $1 - br_if $pop2, BB2_10 + br_if $pop2, .LBB2_10 # BB#3: # %for.inc.2 copy_local $2=, $1 i32.const $1=, 4 i32.eq $push3=, $0, $1 - br_if $pop3, BB2_10 + br_if $pop3, .LBB2_10 # BB#4: # %for.inc.3 copy_local $2=, $1 i32.const $1=, 5 i32.eq $push4=, $0, $1 - br_if $pop4, BB2_10 + br_if $pop4, .LBB2_10 # BB#5: # %for.inc.4 copy_local $2=, $1 i32.const $1=, 6 i32.eq $push5=, $0, $1 - br_if $pop5, BB2_10 + br_if $pop5, .LBB2_10 # BB#6: # %for.inc.5 copy_local $2=, $1 i32.const $1=, 7 i32.eq $push6=, $0, $1 - br_if $pop6, BB2_10 + br_if $pop6, .LBB2_10 # BB#7: # %for.inc.6 copy_local $2=, $1 i32.const $1=, 8 i32.eq $push7=, $0, $1 - br_if $pop7, BB2_10 + br_if $pop7, .LBB2_10 # BB#8: # %for.inc.7 copy_local $2=, $1 i32.const $1=, 9 i32.eq $push8=, $0, $1 - br_if $pop8, BB2_10 + br_if $pop8, .LBB2_10 # BB#9: # %for.inc.8 i32.const $push9=, 10 i32.eq $push10=, $0, $pop9 i32.const $push11=, -1 i32.select $push12=, $pop10, $1, $pop11 return $pop12 -BB2_10: # %cleanup +.LBB2_10: # %cleanup return $2 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -139,8 +139,8 @@ f4: # @f4 i32.const $push0=, 1 i32.eq $push1=, $0, $pop0 return $pop1 -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl f5 .type f5,@function @@ -151,59 +151,59 @@ f5: # @f5 # BB#0: # %entry i32.const $1=, -1 i32.const $2=, 0 - block BB4_10 + block .LBB4_10 i32.eq $push0=, $0, $1 - br_if $pop0, BB4_10 + br_if $pop0, .LBB4_10 # BB#1: # %for.inc i32.const $2=, 1 i32.const $push1=, -2 i32.eq $push2=, $0, $pop1 - br_if $pop2, BB4_10 + br_if $pop2, .LBB4_10 # BB#2: # %for.inc.1 i32.const $2=, 2 i32.const $push3=, -3 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB4_10 + br_if $pop4, .LBB4_10 # BB#3: # %for.inc.2 i32.const $2=, 3 i32.const $push5=, -4 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB4_10 + br_if $pop6, .LBB4_10 # BB#4: # %for.inc.3 i32.const $2=, 4 i32.const $push7=, -5 i32.eq $push8=, $0, $pop7 - br_if $pop8, BB4_10 + br_if $pop8, .LBB4_10 # BB#5: # %for.inc.4 i32.const $2=, 5 i32.const $push9=, -6 i32.eq $push10=, $0, $pop9 - br_if $pop10, BB4_10 + br_if $pop10, .LBB4_10 # BB#6: # %for.inc.5 i32.const $2=, 6 i32.const $push11=, -7 i32.eq $push12=, $0, $pop11 - br_if $pop12, BB4_10 + br_if $pop12, .LBB4_10 # BB#7: # %for.inc.6 i32.const $2=, 7 i32.const $push13=, -8 i32.eq $push14=, $0, $pop13 - br_if $pop14, BB4_10 + br_if $pop14, .LBB4_10 # BB#8: # %for.inc.7 i32.const $2=, 8 i32.const $push15=, -9 i32.eq $push16=, $0, $pop15 - br_if $pop16, BB4_10 + br_if $pop16, .LBB4_10 # BB#9: # %for.inc.8 i32.const $push17=, -10 i32.eq $push18=, $0, $pop17 i32.const $push19=, 9 i32.select $push20=, $pop18, $pop19, $1 return $pop20 -BB4_10: # %cleanup +.LBB4_10: # %cleanup return $2 -func_end4: - .size f5, func_end4-f5 +.Lfunc_end4: + .size f5, .Lfunc_end4-f5 .globl f6 .type f6,@function @@ -214,8 +214,8 @@ f6: # @f6 i32.const $push0=, -1 i32.eq $push1=, $0, $pop0 return $pop1 -func_end5: - .size f6, func_end5-f6 +.Lfunc_end5: + .size f6, .Lfunc_end5-f6 .globl main .type main,@function @@ -225,8 +225,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divcmp-1.c.s b/test/torture-s/divcmp-1.c.s index c303dc64a..899aa2e75 100644 --- a/test/torture-s/divcmp-1.c.s +++ b/test/torture-s/divcmp-1.c.s @@ -11,8 +11,8 @@ test1: # @test1 i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test1u .type test1u,@function @@ -25,8 +25,8 @@ test1u: # @test1u i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size test1u, func_end1-test1u +.Lfunc_end1: + .size test1u, .Lfunc_end1-test1u .globl test2 .type test2,@function @@ -39,8 +39,8 @@ test2: # @test2 i32.const $push2=, 19 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test2u .type test2u,@function @@ -51,8 +51,8 @@ test2u: # @test2u i32.const $push0=, 10 i32.lt_u $push1=, $0, $pop0 return $pop1 -func_end3: - .size test2u, func_end3-test2u +.Lfunc_end3: + .size test2u, .Lfunc_end3-test2u .globl test3 .type test3,@function @@ -65,8 +65,8 @@ test3: # @test3 i32.const $push2=, 9 i32.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end4: - .size test3, func_end4-test3 +.Lfunc_end4: + .size test3, .Lfunc_end4-test3 .globl test3u .type test3u,@function @@ -79,8 +79,8 @@ test3u: # @test3u i32.const $push2=, 9 i32.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end5: - .size test3u, func_end5-test3u +.Lfunc_end5: + .size test3u, .Lfunc_end5-test3u .globl test4 .type test4,@function @@ -93,8 +93,8 @@ test4: # @test4 i32.const $push2=, 18 i32.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end6: - .size test4, func_end6-test4 +.Lfunc_end6: + .size test4, .Lfunc_end6-test4 .globl test4u .type test4u,@function @@ -105,8 +105,8 @@ test4u: # @test4u i32.const $push0=, 9 i32.gt_u $push1=, $0, $pop0 return $pop1 -func_end7: - .size test4u, func_end7-test4u +.Lfunc_end7: + .size test4u, .Lfunc_end7-test4u .globl test5 .type test5,@function @@ -117,8 +117,8 @@ test5: # @test5 i32.const $push0=, 20 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end8: - .size test5, func_end8-test5 +.Lfunc_end8: + .size test5, .Lfunc_end8-test5 .globl test5u .type test5u,@function @@ -129,8 +129,8 @@ test5u: # @test5u i32.const $push0=, 20 i32.lt_u $push1=, $0, $pop0 return $pop1 -func_end9: - .size test5u, func_end9-test5u +.Lfunc_end9: + .size test5u, .Lfunc_end9-test5u .globl test6 .type test6,@function @@ -141,8 +141,8 @@ test6: # @test6 i32.const $push0=, -9 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end10: - .size test6, func_end10-test6 +.Lfunc_end10: + .size test6, .Lfunc_end10-test6 .globl test7 .type test7,@function @@ -153,8 +153,8 @@ test7: # @test7 i32.const $push0=, 30 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end11: - .size test7, func_end11-test7 +.Lfunc_end11: + .size test7, .Lfunc_end11-test7 .globl test7u .type test7u,@function @@ -165,8 +165,8 @@ test7u: # @test7u i32.const $push0=, 30 i32.lt_u $push1=, $0, $pop0 return $pop1 -func_end12: - .size test7u, func_end12-test7u +.Lfunc_end12: + .size test7u, .Lfunc_end12-test7u .globl test8 .type test8,@function @@ -177,8 +177,8 @@ test8: # @test8 i32.const $push0=, 10 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end13: - .size test8, func_end13-test8 +.Lfunc_end13: + .size test8, .Lfunc_end13-test8 .globl test8u .type test8u,@function @@ -189,8 +189,8 @@ test8u: # @test8u i32.const $push0=, 10 i32.lt_u $push1=, $0, $pop0 return $pop1 -func_end14: - .size test8u, func_end14-test8u +.Lfunc_end14: + .size test8u, .Lfunc_end14-test8u .globl test9 .type test9,@function @@ -201,8 +201,8 @@ test9: # @test9 i32.const $push0=, 29 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end15: - .size test9, func_end15-test9 +.Lfunc_end15: + .size test9, .Lfunc_end15-test9 .globl test9u .type test9u,@function @@ -213,8 +213,8 @@ test9u: # @test9u i32.const $push0=, 29 i32.gt_u $push1=, $0, $pop0 return $pop1 -func_end16: - .size test9u, func_end16-test9u +.Lfunc_end16: + .size test9u, .Lfunc_end16-test9u .globl test10 .type test10,@function @@ -225,8 +225,8 @@ test10: # @test10 i32.const $push0=, 9 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end17: - .size test10, func_end17-test10 +.Lfunc_end17: + .size test10, .Lfunc_end17-test10 .globl test10u .type test10u,@function @@ -237,8 +237,8 @@ test10u: # @test10u i32.const $push0=, 9 i32.gt_u $push1=, $0, $pop0 return $pop1 -func_end18: - .size test10u, func_end18-test10u +.Lfunc_end18: + .size test10u, .Lfunc_end18-test10u .globl test11 .type test11,@function @@ -249,8 +249,8 @@ test11: # @test11 i32.const $push0=, 19 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end19: - .size test11, func_end19-test11 +.Lfunc_end19: + .size test11, .Lfunc_end19-test11 .globl test11u .type test11u,@function @@ -261,8 +261,8 @@ test11u: # @test11u i32.const $push0=, 19 i32.gt_u $push1=, $0, $pop0 return $pop1 -func_end20: - .size test11u, func_end20-test11u +.Lfunc_end20: + .size test11u, .Lfunc_end20-test11u .globl test12 .type test12,@function @@ -273,8 +273,8 @@ test12: # @test12 i32.const $push0=, -10 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end21: - .size test12, func_end21-test12 +.Lfunc_end21: + .size test12, .Lfunc_end21-test12 .globl main .type main,@function @@ -283,8 +283,8 @@ main: # @main # BB#0: # %if.end428 i32.const $push0=, 0 return $pop0 -func_end22: - .size main, func_end22-main +.Lfunc_end22: + .size main, .Lfunc_end22-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divcmp-2.c.s b/test/torture-s/divcmp-2.c.s index 44e0ef46d..06b574453 100644 --- a/test/torture-s/divcmp-2.c.s +++ b/test/torture-s/divcmp-2.c.s @@ -11,8 +11,8 @@ test1: # @test1 i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -25,8 +25,8 @@ test2: # @test2 i32.const $push2=, 19 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -39,8 +39,8 @@ test3: # @test3 i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -53,8 +53,8 @@ test4: # @test4 i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function @@ -67,8 +67,8 @@ test5: # @test5 i32.const $push2=, 19 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function @@ -81,8 +81,8 @@ test6: # @test6 i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl main .type main,@function @@ -91,8 +91,8 @@ main: # @main # BB#0: # %if.end92 i32.const $push0=, 0 return $pop0 -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divcmp-3.c.s b/test/torture-s/divcmp-3.c.s index 7e6e6fd4b..76a8dbf42 100644 --- a/test/torture-s/divcmp-3.c.s +++ b/test/torture-s/divcmp-3.c.s @@ -11,8 +11,8 @@ test1: # @test1 i32.const $push2=, 100 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test1u .type test1u,@function @@ -22,8 +22,8 @@ test1u: # @test1u # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size test1u, func_end1-test1u +.Lfunc_end1: + .size test1u, .Lfunc_end1-test1u .globl test2 .type test2,@function @@ -36,8 +36,8 @@ test2: # @test2 i32.const $push2=, 99 i32.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl test2u .type test2u,@function @@ -47,8 +47,8 @@ test2u: # @test2u # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end3: - .size test2u, func_end3-test2u +.Lfunc_end3: + .size test2u, .Lfunc_end3-test2u .globl test3 .type test3,@function @@ -58,8 +58,8 @@ test3: # @test3 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end4: - .size test3, func_end4-test3 +.Lfunc_end4: + .size test3, .Lfunc_end4-test3 .globl test3u .type test3u,@function @@ -69,8 +69,8 @@ test3u: # @test3u # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end5: - .size test3u, func_end5-test3u +.Lfunc_end5: + .size test3u, .Lfunc_end5-test3u .globl test4 .type test4,@function @@ -80,8 +80,8 @@ test4: # @test4 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end6: - .size test4, func_end6-test4 +.Lfunc_end6: + .size test4, .Lfunc_end6-test4 .globl test4u .type test4u,@function @@ -91,8 +91,8 @@ test4u: # @test4u # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end7: - .size test4u, func_end7-test4u +.Lfunc_end7: + .size test4u, .Lfunc_end7-test4u .globl test5 .type test5,@function @@ -102,8 +102,8 @@ test5: # @test5 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end8: - .size test5, func_end8-test5 +.Lfunc_end8: + .size test5, .Lfunc_end8-test5 .globl test5u .type test5u,@function @@ -113,8 +113,8 @@ test5u: # @test5u # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end9: - .size test5u, func_end9-test5u +.Lfunc_end9: + .size test5u, .Lfunc_end9-test5u .globl test6 .type test6,@function @@ -124,8 +124,8 @@ test6: # @test6 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end10: - .size test6, func_end10-test6 +.Lfunc_end10: + .size test6, .Lfunc_end10-test6 .globl test6u .type test6u,@function @@ -135,8 +135,8 @@ test6u: # @test6u # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end11: - .size test6u, func_end11-test6u +.Lfunc_end11: + .size test6u, .Lfunc_end11-test6u .globl main .type main,@function @@ -146,34 +146,34 @@ main: # @main # BB#0: # %entry i32.const $1=, -128 i32.const $0=, -2147483648 -BB12_1: # %for.body +.LBB12_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB12_4 - loop BB12_3 + block .LBB12_4 + loop .LBB12_3 i32.const $push0=, 24 i32.shr_s $push1=, $0, $pop0 i32.const $push2=, -300 i32.add $push3=, $pop1, $pop2 i32.const $push5=, 99 i32.le_u $push6=, $pop3, $pop5 - br_if $pop6, BB12_4 + br_if $pop6, .LBB12_4 # BB#2: # %for.cond - # in Loop: Header=BB12_1 Depth=1 + # in Loop: Header=.LBB12_1 Depth=1 i32.const $push4=, 1 i32.add $1=, $1, $pop4 i32.const $push7=, 16777216 i32.add $0=, $0, $pop7 i32.const $push8=, 255 i32.le_s $push9=, $1, $pop8 - br_if $pop9, BB12_1 -BB12_3: # %for.end + br_if $pop9, .LBB12_1 +.LBB12_3: # %for.end i32.const $push10=, 0 return $pop10 -BB12_4: # %if.then +.LBB12_4: # %if.then call abort unreachable -func_end12: - .size main, func_end12-main +.Lfunc_end12: + .size main, .Lfunc_end12-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divcmp-4.c.s b/test/torture-s/divcmp-4.c.s index c6e272f23..869710a5e 100644 --- a/test/torture-s/divcmp-4.c.s +++ b/test/torture-s/divcmp-4.c.s @@ -11,8 +11,8 @@ test1: # @test1 i32.const $push2=, 10 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -25,8 +25,8 @@ test2: # @test2 i32.const $push2=, 19 i32.lt_u $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -39,8 +39,8 @@ test3: # @test3 i32.const $push2=, 9 i32.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -53,8 +53,8 @@ test4: # @test4 i32.const $push2=, 18 i32.gt_u $push3=, $pop1, $pop2 return $pop3 -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function @@ -65,8 +65,8 @@ test5: # @test5 i32.const $push0=, -20 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function @@ -77,8 +77,8 @@ test6: # @test6 i32.const $push0=, 9 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl test7 .type test7,@function @@ -89,8 +89,8 @@ test7: # @test7 i32.const $push0=, -30 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end6: - .size test7, func_end6-test7 +.Lfunc_end6: + .size test7, .Lfunc_end6-test7 .globl test8 .type test8,@function @@ -101,8 +101,8 @@ test8: # @test8 i32.const $push0=, -10 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end7: - .size test8, func_end7-test8 +.Lfunc_end7: + .size test8, .Lfunc_end7-test8 .globl test9 .type test9,@function @@ -113,8 +113,8 @@ test9: # @test9 i32.const $push0=, -29 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end8: - .size test9, func_end8-test9 +.Lfunc_end8: + .size test9, .Lfunc_end8-test9 .globl test10 .type test10,@function @@ -125,8 +125,8 @@ test10: # @test10 i32.const $push0=, -9 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end9: - .size test10, func_end9-test10 +.Lfunc_end9: + .size test10, .Lfunc_end9-test10 .globl test11 .type test11,@function @@ -137,8 +137,8 @@ test11: # @test11 i32.const $push0=, -19 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end10: - .size test11, func_end10-test11 +.Lfunc_end10: + .size test11, .Lfunc_end10-test11 .globl test12 .type test12,@function @@ -149,8 +149,8 @@ test12: # @test12 i32.const $push0=, 10 i32.lt_s $push1=, $0, $pop0 return $pop1 -func_end11: - .size test12, func_end11-test12 +.Lfunc_end11: + .size test12, .Lfunc_end11-test12 .globl main .type main,@function @@ -159,8 +159,8 @@ main: # @main # BB#0: # %if.end236 i32.const $push0=, 0 return $pop0 -func_end12: - .size main, func_end12-main +.Lfunc_end12: + .size main, .Lfunc_end12-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divcmp-5.c.s b/test/torture-s/divcmp-5.c.s index fb52e397b..7c22d054c 100644 --- a/test/torture-s/divcmp-5.c.s +++ b/test/torture-s/divcmp-5.c.s @@ -8,8 +8,8 @@ always_one_1: # @always_one_1 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size always_one_1, func_end0-always_one_1 +.Lfunc_end0: + .size always_one_1, .Lfunc_end0-always_one_1 .globl always_one_2 .type always_one_2,@function @@ -19,8 +19,8 @@ always_one_2: # @always_one_2 # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end1: - .size always_one_2, func_end1-always_one_2 +.Lfunc_end1: + .size always_one_2, .Lfunc_end1-always_one_2 .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divconst-1.c.s b/test/torture-s/divconst-1.c.s index 77ae4f75a..70941deca 100644 --- a/test/torture-s/divconst-1.c.s +++ b/test/torture-s/divconst-1.c.s @@ -13,8 +13,8 @@ f: # @f i32.store $push3=, 4($0), $pop2 i32.store $discard=, 12($0), $pop3 return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divconst-2.c.s b/test/torture-s/divconst-2.c.s index c52e817bd..43a55e62e 100644 --- a/test/torture-s/divconst-2.c.s +++ b/test/torture-s/divconst-2.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, -2147483648 i32.eq $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl r .type r,@function @@ -30,8 +30,8 @@ r: # @r i32.shl $push7=, $pop6, $1 i32.sub $push8=, $0, $pop7 return $pop8 -func_end1: - .size r, func_end1-r +.Lfunc_end1: + .size r, .Lfunc_end1-r .globl std_eqn .type std_eqn,@function @@ -44,8 +44,8 @@ std_eqn: # @std_eqn i32.add $push2=, $pop1, $3 i32.eq $push3=, $pop2, $0 return $pop3 -func_end2: - .size std_eqn, func_end2-std_eqn +.Lfunc_end2: + .size std_eqn, .Lfunc_end2-std_eqn .globl main .type main,@function @@ -58,7 +58,7 @@ main: # @main i32.const $3=, 31 i32.const $4=, 1 i32.const $2=, -2147483648 - block BB3_4 + block .LBB3_4 i32.eq $push0=, $1, $2 i32.shl $push8=, $pop0, $3 i32.shr_s $push1=, $1, $3 @@ -70,7 +70,7 @@ main: # @main i32.sub $push7=, $1, $pop6 i32.add $push9=, $pop8, $pop7 i32.ne $push10=, $pop9, $1 - br_if $pop10, BB3_4 + br_if $pop10, .LBB3_4 # BB#1: # %for.cond i32.load $1=, nums+4($0) i32.eq $push11=, $1, $2 @@ -84,7 +84,7 @@ main: # @main i32.sub $push18=, $1, $pop17 i32.add $push20=, $pop19, $pop18 i32.ne $push21=, $pop20, $1 - br_if $pop21, BB3_4 + br_if $pop21, .LBB3_4 # BB#2: # %for.cond.1 i32.load $1=, nums+8($0) i32.eq $push22=, $1, $2 @@ -98,15 +98,15 @@ main: # @main i32.sub $push29=, $1, $pop28 i32.add $push31=, $pop30, $pop29 i32.ne $push32=, $pop31, $1 - br_if $pop32, BB3_4 + br_if $pop32, .LBB3_4 # BB#3: # %for.cond.2 call exit, $0 unreachable -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type nums,@object # @nums .data diff --git a/test/torture-s/divconst-3.c.s b/test/torture-s/divconst-3.c.s index 6bdcb348a..421896009 100644 --- a/test/torture-s/divconst-3.c.s +++ b/test/torture-s/divconst-3.c.s @@ -9,8 +9,8 @@ f: # @f i64.const $push0=, 10000000000 i64.div_s $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/divmod-1.c.s b/test/torture-s/divmod-1.c.s index 2902153d8..1cc995d5c 100644 --- a/test/torture-s/divmod-1.c.s +++ b/test/torture-s/divmod-1.c.s @@ -9,8 +9,8 @@ div1: # @div1 i32.const $push0=, 0 i32.sub $push1=, $pop0, $0 return $pop1 -func_end0: - .size div1, func_end0-div1 +.Lfunc_end0: + .size div1, .Lfunc_end0-div1 .globl div2 .type div2,@function @@ -21,8 +21,8 @@ div2: # @div2 i32.const $push0=, 0 i32.sub $push1=, $pop0, $0 return $pop1 -func_end1: - .size div2, func_end1-div2 +.Lfunc_end1: + .size div2, .Lfunc_end1-div2 .globl div3 .type div3,@function @@ -32,8 +32,8 @@ div3: # @div3 # BB#0: # %entry i32.div_s $push0=, $0, $1 return $pop0 -func_end2: - .size div3, func_end2-div3 +.Lfunc_end2: + .size div3, .Lfunc_end2-div3 .globl div4 .type div4,@function @@ -43,8 +43,8 @@ div4: # @div4 # BB#0: # %entry i32.div_s $push0=, $0, $1 return $pop0 -func_end3: - .size div4, func_end3-div4 +.Lfunc_end3: + .size div4, .Lfunc_end3-div4 .globl mod1 .type mod1,@function @@ -54,8 +54,8 @@ mod1: # @mod1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end4: - .size mod1, func_end4-mod1 +.Lfunc_end4: + .size mod1, .Lfunc_end4-mod1 .globl mod2 .type mod2,@function @@ -65,8 +65,8 @@ mod2: # @mod2 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end5: - .size mod2, func_end5-mod2 +.Lfunc_end5: + .size mod2, .Lfunc_end5-mod2 .globl mod3 .type mod3,@function @@ -76,8 +76,8 @@ mod3: # @mod3 # BB#0: # %entry i32.rem_s $push0=, $0, $1 return $pop0 -func_end6: - .size mod3, func_end6-mod3 +.Lfunc_end6: + .size mod3, .Lfunc_end6-mod3 .globl mod4 .type mod4,@function @@ -87,8 +87,8 @@ mod4: # @mod4 # BB#0: # %entry i32.rem_s $push0=, $0, $1 return $pop0 -func_end7: - .size mod4, func_end7-mod4 +.Lfunc_end7: + .size mod4, .Lfunc_end7-mod4 .globl mod5 .type mod5,@function @@ -98,8 +98,8 @@ mod5: # @mod5 # BB#0: # %entry i32.rem_s $push0=, $0, $1 return $pop0 -func_end8: - .size mod5, func_end8-mod5 +.Lfunc_end8: + .size mod5, .Lfunc_end8-mod5 .globl mod6 .type mod6,@function @@ -109,8 +109,8 @@ mod6: # @mod6 # BB#0: # %entry i32.rem_u $push0=, $0, $1 return $pop0 -func_end9: - .size mod6, func_end9-mod6 +.Lfunc_end9: + .size mod6, .Lfunc_end9-mod6 .globl main .type main,@function @@ -120,8 +120,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end10: - .size main, func_end10-main +.Lfunc_end10: + .size main, .Lfunc_end10-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/doloop-1.c.s b/test/torture-s/doloop-1.c.s index a394e17ab..4938554c4 100644 --- a/test/torture-s/doloop-1.c.s +++ b/test/torture-s/doloop-1.c.s @@ -8,9 +8,9 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 copy_local $1=, $0 -BB0_1: # %do.body +.LBB0_1: # %do.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.load $push0=, i($0) i32.const $push1=, 1 i32.add $push2=, $pop0, $pop1 @@ -19,22 +19,22 @@ BB0_1: # %do.body i32.add $1=, $1, $pop3 i32.const $push4=, 255 i32.and $push5=, $1, $pop4 - br_if $pop5, BB0_1 -BB0_2: # %do.end + br_if $pop5, .LBB0_1 +.LBB0_2: # %do.end i32.const $1=, 0 - block BB0_4 + block .LBB0_4 i32.load $push6=, i($1) i32.const $push7=, 256 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %if.end call exit, $1 unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type i,@object # @i .bss diff --git a/test/torture-s/doloop-2.c.s b/test/torture-s/doloop-2.c.s index ec8fcfd68..0b77121a7 100644 --- a/test/torture-s/doloop-2.c.s +++ b/test/torture-s/doloop-2.c.s @@ -8,9 +8,9 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 copy_local $1=, $0 -BB0_1: # %do.body +.LBB0_1: # %do.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.load $push0=, i($0) i32.const $push1=, 1 i32.add $push2=, $pop0, $pop1 @@ -19,22 +19,22 @@ BB0_1: # %do.body i32.add $1=, $1, $pop3 i32.const $push4=, 65535 i32.and $push5=, $1, $pop4 - br_if $pop5, BB0_1 -BB0_2: # %do.end + br_if $pop5, .LBB0_1 +.LBB0_2: # %do.end i32.const $1=, 0 - block BB0_4 + block .LBB0_4 i32.load $push6=, i($1) i32.const $push7=, 65536 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %if.end call exit, $1 unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type i,@object # @i .bss diff --git a/test/torture-s/eeprof-1.c.s b/test/torture-s/eeprof-1.c.s index c1ea4f24f..ccc4662c0 100644 --- a/test/torture-s/eeprof-1.c.s +++ b/test/torture-s/eeprof-1.c.s @@ -4,19 +4,19 @@ .type foo,@function foo: # @foo # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.load $push1=, last_fn_entered($pop0) i32.const $push2=, foo i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl nfoo .type nfoo,@function @@ -25,69 +25,69 @@ nfoo: # @nfoo # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 2 - block BB1_14 + block .LBB1_14 i32.load $push1=, entry_calls($0) i32.ne $push2=, $pop1, $1 - br_if $pop2, BB1_14 + br_if $pop2, .LBB1_14 # BB#1: # %entry i32.load $push0=, exit_calls($0) i32.ne $push3=, $pop0, $1 - br_if $pop3, BB1_14 + br_if $pop3, .LBB1_14 # BB#2: # %if.end i32.const $1=, foo - block BB1_13 + block .LBB1_13 i32.load $push4=, last_fn_entered($0) i32.ne $push5=, $pop4, $1 - br_if $pop5, BB1_13 + br_if $pop5, .LBB1_13 # BB#3: # %if.end4 - block BB1_12 + block .LBB1_12 i32.load $push6=, last_fn_exited($0) i32.const $push7=, foo2 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB1_12 + br_if $pop8, .LBB1_12 # BB#4: # %if.end7 call foo i32.const $2=, 3 - block BB1_11 + block .LBB1_11 i32.load $push10=, entry_calls($0) i32.ne $push11=, $pop10, $2 - br_if $pop11, BB1_11 + br_if $pop11, .LBB1_11 # BB#5: # %if.end7 i32.load $push9=, exit_calls($0) i32.ne $push12=, $pop9, $2 - br_if $pop12, BB1_11 + br_if $pop12, .LBB1_11 # BB#6: # %if.end12 - block BB1_10 + block .LBB1_10 i32.load $push13=, last_fn_entered($0) i32.ne $push14=, $pop13, $1 - br_if $pop14, BB1_10 + br_if $pop14, .LBB1_10 # BB#7: # %if.end15 - block BB1_9 + block .LBB1_9 i32.load $push15=, last_fn_exited($0) i32.ne $push16=, $pop15, $1 - br_if $pop16, BB1_9 + br_if $pop16, .LBB1_9 # BB#8: # %if.end18 return -BB1_9: # %if.then17 +.LBB1_9: # %if.then17 call abort unreachable -BB1_10: # %if.then14 +.LBB1_10: # %if.then14 call abort unreachable -BB1_11: # %if.then11 +.LBB1_11: # %if.then11 call abort unreachable -BB1_12: # %if.then6 +.LBB1_12: # %if.then6 call abort unreachable -BB1_13: # %if.then3 +.LBB1_13: # %if.then3 call abort unreachable -BB1_14: # %if.then +.LBB1_14: # %if.then call abort unreachable -func_end1: - .size nfoo, func_end1-nfoo +.Lfunc_end1: + .size nfoo, .Lfunc_end1-nfoo .globl main .type main,@function @@ -96,72 +96,72 @@ main: # @main .local i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_14 + block .LBB2_14 i32.load $push1=, exit_calls($0) i32.load $push0=, entry_calls($0) i32.or $push2=, $pop1, $pop0 - br_if $pop2, BB2_14 + br_if $pop2, .LBB2_14 # BB#1: # %if.end call foo2 i32.const $1=, 2 - block BB2_13 + block .LBB2_13 i32.load $push4=, entry_calls($0) i32.ne $push5=, $pop4, $1 - br_if $pop5, BB2_13 + br_if $pop5, .LBB2_13 # BB#2: # %if.end i32.load $push3=, exit_calls($0) i32.ne $push6=, $pop3, $1 - br_if $pop6, BB2_13 + br_if $pop6, .LBB2_13 # BB#3: # %if.end6 i32.const $1=, foo - block BB2_12 + block .LBB2_12 i32.load $push7=, last_fn_entered($0) i32.ne $push8=, $pop7, $1 - br_if $pop8, BB2_12 + br_if $pop8, .LBB2_12 # BB#4: # %if.end9 - block BB2_11 + block .LBB2_11 i32.load $push9=, last_fn_exited($0) i32.const $push10=, foo2 i32.ne $push11=, $pop9, $pop10 - br_if $pop11, BB2_11 + br_if $pop11, .LBB2_11 # BB#5: # %if.end12 call nfoo i32.const $2=, 3 - block BB2_10 + block .LBB2_10 i32.load $push13=, entry_calls($0) i32.ne $push14=, $pop13, $2 - br_if $pop14, BB2_10 + br_if $pop14, .LBB2_10 # BB#6: # %if.end12 i32.load $push12=, exit_calls($0) i32.ne $push15=, $pop12, $2 - br_if $pop15, BB2_10 + br_if $pop15, .LBB2_10 # BB#7: # %if.end17 - block BB2_9 + block .LBB2_9 i32.load $push16=, last_fn_entered($0) i32.ne $push17=, $pop16, $1 - br_if $pop17, BB2_9 + br_if $pop17, .LBB2_9 # BB#8: # %if.end20 return $0 -BB2_9: # %if.then19 +.LBB2_9: # %if.then19 call abort unreachable -BB2_10: # %if.then16 +.LBB2_10: # %if.then16 call abort unreachable -BB2_11: # %if.then11 +.LBB2_11: # %if.then11 call abort unreachable -BB2_12: # %if.then8 +.LBB2_12: # %if.then8 call abort unreachable -BB2_13: # %if.then5 +.LBB2_13: # %if.then5 call abort unreachable -BB2_14: # %if.then +.LBB2_14: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .globl __cyg_profile_func_enter .type __cyg_profile_func_enter,@function @@ -176,8 +176,8 @@ __cyg_profile_func_enter: # @__cyg_profile_func_enter i32.store $discard=, entry_calls($2), $pop2 i32.store $discard=, last_fn_entered($2), $0 return -func_end3: - .size __cyg_profile_func_enter, func_end3-__cyg_profile_func_enter +.Lfunc_end3: + .size __cyg_profile_func_enter, .Lfunc_end3-__cyg_profile_func_enter .globl __cyg_profile_func_exit .type __cyg_profile_func_exit,@function @@ -192,8 +192,8 @@ __cyg_profile_func_exit: # @__cyg_profile_func_exit i32.store $discard=, exit_calls($2), $pop2 i32.store $discard=, last_fn_exited($2), $0 return -func_end4: - .size __cyg_profile_func_exit, func_end4-__cyg_profile_func_exit +.Lfunc_end4: + .size __cyg_profile_func_exit, .Lfunc_end4-__cyg_profile_func_exit .type foo2,@function foo2: # @foo2 @@ -201,60 +201,60 @@ foo2: # @foo2 # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 1 - block BB5_12 + block .LBB5_12 i32.load $push1=, entry_calls($0) i32.ne $push2=, $pop1, $1 - br_if $pop2, BB5_12 + br_if $pop2, .LBB5_12 # BB#1: # %entry i32.load $push0=, exit_calls($0) - br_if $pop0, BB5_12 + br_if $pop0, .LBB5_12 # BB#2: # %if.end - block BB5_11 + block .LBB5_11 i32.load $push3=, last_fn_entered($0) i32.const $push4=, foo2 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB5_11 + br_if $pop5, .LBB5_11 # BB#3: # %if.end4 call foo - block BB5_10 + block .LBB5_10 i32.load $push7=, entry_calls($0) i32.const $push8=, 2 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB5_10 + br_if $pop9, .LBB5_10 # BB#4: # %if.end4 i32.load $push6=, exit_calls($0) i32.ne $push10=, $pop6, $1 - br_if $pop10, BB5_10 + br_if $pop10, .LBB5_10 # BB#5: # %if.end9 i32.const $1=, foo - block BB5_9 + block .LBB5_9 i32.load $push11=, last_fn_entered($0) i32.ne $push12=, $pop11, $1 - br_if $pop12, BB5_9 + br_if $pop12, .LBB5_9 # BB#6: # %if.end12 - block BB5_8 + block .LBB5_8 i32.load $push13=, last_fn_exited($0) i32.ne $push14=, $pop13, $1 - br_if $pop14, BB5_8 + br_if $pop14, .LBB5_8 # BB#7: # %if.end15 return -BB5_8: # %if.then14 +.LBB5_8: # %if.then14 call abort unreachable -BB5_9: # %if.then11 +.LBB5_9: # %if.then11 call abort unreachable -BB5_10: # %if.then8 +.LBB5_10: # %if.then8 call abort unreachable -BB5_11: # %if.then3 +.LBB5_11: # %if.then3 call abort unreachable -BB5_12: # %if.then +.LBB5_12: # %if.then call abort unreachable -func_end5: - .size foo2, func_end5-foo2 +.Lfunc_end5: + .size foo2, .Lfunc_end5-foo2 .type last_fn_entered,@object # @last_fn_entered .bss diff --git a/test/torture-s/enum-1.c.s b/test/torture-s/enum-1.c.s index 7e0996cda..bc41467f6 100644 --- a/test/torture-s/enum-1.c.s +++ b/test/torture-s/enum-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/enum-2.c.s b/test/torture-s/enum-2.c.s index ba6bbeaba..e27f392cb 100644 --- a/test/torture-s/enum-2.c.s +++ b/test/torture-s/enum-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/extzvsi.c.s b/test/torture-s/extzvsi.c.s index 5355bab81..6de1b25e5 100644 --- a/test/torture-s/extzvsi.c.s +++ b/test/torture-s/extzvsi.c.s @@ -16,8 +16,8 @@ foo: # @foo i32.shl $push5=, $pop4, $0 i32.select $push6=, $1, $pop5, $0 return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i64.or $push4=, $pop2, $pop3 i64.store $discard=, x($0), $pop4 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .bss diff --git a/test/torture-s/ffs-1.c.s b/test/torture-s/ffs-1.c.s index 5bec628d2..4bab8c3dd 100644 --- a/test/torture-s/ffs-1.c.s +++ b/test/torture-s/ffs-1.c.s @@ -7,17 +7,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/ffs-2.c.s b/test/torture-s/ffs-2.c.s index 689c656f8..c5c7e4165 100644 --- a/test/torture-s/ffs-2.c.s +++ b/test/torture-s/ffs-2.c.s @@ -11,14 +11,14 @@ main: # @main i32.wrap/i64 $2=, $1 i32.const $3=, 1 i64.const $4=, 32 - block BB0_9 + block .LBB0_9 i32.ctz $push0=, $2 i32.add $push1=, $pop0, $3 i32.select $push2=, $2, $pop1, $0 i64.shr_u $push3=, $1, $4 i32.wrap/i64 $push4=, $pop3 i32.ne $push5=, $pop2, $pop4 - br_if $pop5, BB0_9 + br_if $pop5, .LBB0_9 # BB#1: # %for.cond i64.load $1=, ffstesttab+8($0) i32.wrap/i64 $2=, $1 @@ -28,7 +28,7 @@ main: # @main i64.shr_u $push9=, $1, $4 i32.wrap/i64 $push10=, $pop9 i32.ne $push11=, $pop8, $pop10 - br_if $pop11, BB0_9 + br_if $pop11, .LBB0_9 # BB#2: # %for.cond.1 i64.load $1=, ffstesttab+16($0) i32.wrap/i64 $2=, $1 @@ -38,7 +38,7 @@ main: # @main i64.shr_u $push15=, $1, $4 i32.wrap/i64 $push16=, $pop15 i32.ne $push17=, $pop14, $pop16 - br_if $pop17, BB0_9 + br_if $pop17, .LBB0_9 # BB#3: # %for.cond.2 i64.load $1=, ffstesttab+24($0) i32.wrap/i64 $2=, $1 @@ -48,7 +48,7 @@ main: # @main i64.shr_u $push21=, $1, $4 i32.wrap/i64 $push22=, $pop21 i32.ne $push23=, $pop20, $pop22 - br_if $pop23, BB0_9 + br_if $pop23, .LBB0_9 # BB#4: # %for.cond.3 i64.load $1=, ffstesttab+32($0) i32.wrap/i64 $2=, $1 @@ -58,7 +58,7 @@ main: # @main i64.shr_u $push27=, $1, $4 i32.wrap/i64 $push28=, $pop27 i32.ne $push29=, $pop26, $pop28 - br_if $pop29, BB0_9 + br_if $pop29, .LBB0_9 # BB#5: # %for.cond.4 i64.load $1=, ffstesttab+40($0) i32.wrap/i64 $2=, $1 @@ -68,7 +68,7 @@ main: # @main i64.shr_u $push33=, $1, $4 i32.wrap/i64 $push34=, $pop33 i32.ne $push35=, $pop32, $pop34 - br_if $pop35, BB0_9 + br_if $pop35, .LBB0_9 # BB#6: # %for.cond.5 i64.load $1=, ffstesttab+48($0) i32.wrap/i64 $2=, $1 @@ -78,7 +78,7 @@ main: # @main i64.shr_u $push39=, $1, $4 i32.wrap/i64 $push40=, $pop39 i32.ne $push41=, $pop38, $pop40 - br_if $pop41, BB0_9 + br_if $pop41, .LBB0_9 # BB#7: # %for.cond.6 i64.load $1=, ffstesttab+56($0) i32.wrap/i64 $2=, $1 @@ -88,15 +88,15 @@ main: # @main i64.shr_u $push45=, $1, $4 i32.wrap/i64 $push46=, $pop45 i32.ne $push47=, $pop44, $pop46 - br_if $pop47, BB0_9 + br_if $pop47, .LBB0_9 # BB#8: # %for.cond.7 call exit, $0 unreachable -BB0_9: # %if.then +.LBB0_9: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type ffstesttab,@object # @ffstesttab .data diff --git a/test/torture-s/float-floor.c.s b/test/torture-s/float-floor.c.s index 9620af79f..ffb3f4805 100644 --- a/test/torture-s/float-floor.c.s +++ b/test/torture-s/float-floor.c.s @@ -11,21 +11,21 @@ main: # @main f64.floor $0=, $pop0 i32.trunc_s/f64 $2=, $0 i32.const $3=, 1023 - block BB0_3 + block .LBB0_3 i32.ne $push1=, $2, $3 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %lor.lhs.false f32.demote/f64 $push2=, $0 i32.trunc_s/f32 $push3=, $pop2 i32.ne $push4=, $pop3, $3 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#2: # %if.end return $1 -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type d,@object # @d .data diff --git a/test/torture-s/floatunsisf-1.c.s b/test/torture-s/floatunsisf-1.c.s index 8a08a5a0a..4c3632b98 100644 --- a/test/torture-s/floatunsisf-1.c.s +++ b/test/torture-s/floatunsisf-1.c.s @@ -7,7 +7,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, u($0) f32.convert_u/i32 $push1=, $pop0 f32.store $discard=, f1($0), $pop1 @@ -16,15 +16,15 @@ main: # @main f32.load $push3=, f1($0) f32.load $push4=, f2($0) f32.eq $push5=, $pop3, $pop4 - br_if $pop5, BB0_2 + br_if $pop5, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type u,@object # @u .data diff --git a/test/torture-s/fprintf-1.c.s b/test/torture-s/fprintf-1.c.s index 647db99fa..1cc59aa67 100644 --- a/test/torture-s/fprintf-1.c.s +++ b/test/torture-s/fprintf-1.c.s @@ -16,39 +16,39 @@ main: # @main i32.const $1=, .str i32.const $2=, 1 i32.const $3=, 5 - block BB0_22 + block .LBB0_22 i32.load $push0=, stdout($0) i32.call $discard=, fwrite, $1, $3, $2, $pop0 i32.load $push1=, stdout($0) i32.call $4=, fiprintf, $pop1, $1 i32.ne $push2=, $4, $3 - br_if $pop2, BB0_22 + br_if $pop2, .LBB0_22 # BB#1: # %if.end i32.const $4=, .str.1 i32.const $5=, 6 - block BB0_21 + block .LBB0_21 i32.load $push3=, stdout($0) i32.call $discard=, fwrite, $4, $5, $2, $pop3 i32.load $push4=, stdout($0) i32.call $10=, fiprintf, $pop4, $4 i32.ne $push5=, $10, $5 - br_if $pop5, BB0_21 + br_if $pop5, .LBB0_21 # BB#2: # %if.end6 i32.const $6=, 97 i32.load $push6=, stdout($0) i32.call $discard=, fputc, $6, $pop6 i32.const $7=, .str.2 - block BB0_20 + block .LBB0_20 i32.load $push7=, stdout($0) i32.call $10=, fiprintf, $pop7, $7 i32.ne $push8=, $10, $2 - br_if $pop8, BB0_20 + br_if $pop8, .LBB0_20 # BB#3: # %if.end11 i32.const $8=, .str.3 - block BB0_19 + block .LBB0_19 i32.load $push9=, stdout($0) i32.call $10=, fiprintf, $pop9, $8 - br_if $10, BB0_19 + br_if $10, .LBB0_19 # BB#4: # %if.end16 i32.load $push10=, stdout($0) i32.call $discard=, fwrite, $1, $3, $2, $pop10 @@ -68,9 +68,9 @@ main: # @main i32.add $50=, $13, $14 i32.const $14=, __stack_pointer i32.store $50=, 0($14), $50 - block BB0_18 + block .LBB0_18 i32.ne $push11=, $1, $3 - br_if $pop11, BB0_18 + br_if $pop11, .LBB0_18 # BB#5: # %if.end21 i32.load $push12=, stdout($0) i32.call $discard=, fwrite, $4, $5, $2, $pop12 @@ -89,9 +89,9 @@ main: # @main i32.add $50=, $17, $18 i32.const $18=, __stack_pointer i32.store $50=, 0($18), $50 - block BB0_17 + block .LBB0_17 i32.ne $push13=, $1, $5 - br_if $pop13, BB0_17 + br_if $pop13, .LBB0_17 # BB#6: # %if.end26 i32.load $push14=, stdout($0) i32.call $discard=, fputc, $6, $pop14 @@ -110,9 +110,9 @@ main: # @main i32.add $50=, $21, $22 i32.const $22=, __stack_pointer i32.store $50=, 0($22), $50 - block BB0_16 + block .LBB0_16 i32.ne $push15=, $1, $2 - br_if $pop15, BB0_16 + br_if $pop15, .LBB0_16 # BB#7: # %if.end31 i32.load $1=, stdout($0) i32.const $23=, __stack_pointer @@ -129,8 +129,8 @@ main: # @main i32.add $50=, $25, $26 i32.const $26=, __stack_pointer i32.store $50=, 0($26), $50 - block BB0_15 - br_if $1, BB0_15 + block .LBB0_15 + br_if $1, .LBB0_15 # BB#8: # %if.end36 i32.const $1=, 120 i32.load $push16=, stdout($0) @@ -151,9 +151,9 @@ main: # @main i32.add $50=, $29, $30 i32.const $30=, __stack_pointer i32.store $50=, 0($30), $50 - block BB0_14 + block .LBB0_14 i32.ne $push18=, $1, $2 - br_if $pop18, BB0_14 + br_if $pop18, .LBB0_14 # BB#9: # %if.end41 i32.load $1=, stdout($0) i32.const $31=, __stack_pointer @@ -186,10 +186,10 @@ main: # @main i32.add $50=, $37, $38 i32.const $38=, __stack_pointer i32.store $50=, 0($38), $50 - block BB0_13 + block .LBB0_13 i32.const $push19=, 7 i32.ne $push20=, $2, $pop19 - br_if $pop20, BB0_13 + br_if $pop20, .LBB0_13 # BB#10: # %if.end46 i32.load $1=, stdout($0) i32.const $39=, __stack_pointer @@ -222,51 +222,51 @@ main: # @main i32.add $50=, $45, $46 i32.const $46=, __stack_pointer i32.store $50=, 0($46), $50 - block BB0_12 + block .LBB0_12 i32.const $push21=, 2 i32.ne $push22=, $0, $pop21 - br_if $pop22, BB0_12 + br_if $pop22, .LBB0_12 # BB#11: # %if.end51 i32.const $49=, 16 i32.add $50=, $50, $49 i32.const $49=, __stack_pointer i32.store $50=, 0($49), $50 return $3 -BB0_12: # %if.then50 +.LBB0_12: # %if.then50 call abort unreachable -BB0_13: # %if.then45 +.LBB0_13: # %if.then45 call abort unreachable -BB0_14: # %if.then40 +.LBB0_14: # %if.then40 call abort unreachable -BB0_15: # %if.then35 +.LBB0_15: # %if.then35 call abort unreachable -BB0_16: # %if.then30 +.LBB0_16: # %if.then30 call abort unreachable -BB0_17: # %if.then25 +.LBB0_17: # %if.then25 call abort unreachable -BB0_18: # %if.then20 +.LBB0_18: # %if.then20 call abort unreachable -BB0_19: # %if.then15 +.LBB0_19: # %if.then15 call abort unreachable -BB0_20: # %if.then10 +.LBB0_20: # %if.then10 call abort unreachable -BB0_21: # %if.then5 +.LBB0_21: # %if.then5 call abort unreachable -BB0_22: # %if.then +.LBB0_22: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/func-ptr-1.c.s b/test/torture-s/func-ptr-1.c.s index d45767c0d..646949571 100644 --- a/test/torture-s/func-ptr-1.c.s +++ b/test/torture-s/func-ptr-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/gofast.c.s b/test/torture-s/gofast.c.s index 0c2264713..985e3ef79 100644 --- a/test/torture-s/gofast.c.s +++ b/test/torture-s/gofast.c.s @@ -8,8 +8,8 @@ fp_add: # @fp_add # BB#0: # %entry f32.add $push0=, $0, $1 return $pop0 -func_end0: - .size fp_add, func_end0-fp_add +.Lfunc_end0: + .size fp_add, .Lfunc_end0-fp_add .globl fp_sub .type fp_sub,@function @@ -19,8 +19,8 @@ fp_sub: # @fp_sub # BB#0: # %entry f32.sub $push0=, $0, $1 return $pop0 -func_end1: - .size fp_sub, func_end1-fp_sub +.Lfunc_end1: + .size fp_sub, .Lfunc_end1-fp_sub .globl fp_mul .type fp_mul,@function @@ -30,8 +30,8 @@ fp_mul: # @fp_mul # BB#0: # %entry f32.mul $push0=, $0, $1 return $pop0 -func_end2: - .size fp_mul, func_end2-fp_mul +.Lfunc_end2: + .size fp_mul, .Lfunc_end2-fp_mul .globl fp_div .type fp_div,@function @@ -41,8 +41,8 @@ fp_div: # @fp_div # BB#0: # %entry f32.div $push0=, $0, $1 return $pop0 -func_end3: - .size fp_div, func_end3-fp_div +.Lfunc_end3: + .size fp_div, .Lfunc_end3-fp_div .globl fp_neg .type fp_neg,@function @@ -52,8 +52,8 @@ fp_neg: # @fp_neg # BB#0: # %entry f32.neg $push0=, $0 return $pop0 -func_end4: - .size fp_neg, func_end4-fp_neg +.Lfunc_end4: + .size fp_neg, .Lfunc_end4-fp_neg .globl dp_add .type dp_add,@function @@ -63,8 +63,8 @@ dp_add: # @dp_add # BB#0: # %entry f64.add $push0=, $0, $1 return $pop0 -func_end5: - .size dp_add, func_end5-dp_add +.Lfunc_end5: + .size dp_add, .Lfunc_end5-dp_add .globl dp_sub .type dp_sub,@function @@ -74,8 +74,8 @@ dp_sub: # @dp_sub # BB#0: # %entry f64.sub $push0=, $0, $1 return $pop0 -func_end6: - .size dp_sub, func_end6-dp_sub +.Lfunc_end6: + .size dp_sub, .Lfunc_end6-dp_sub .globl dp_mul .type dp_mul,@function @@ -85,8 +85,8 @@ dp_mul: # @dp_mul # BB#0: # %entry f64.mul $push0=, $0, $1 return $pop0 -func_end7: - .size dp_mul, func_end7-dp_mul +.Lfunc_end7: + .size dp_mul, .Lfunc_end7-dp_mul .globl dp_div .type dp_div,@function @@ -96,8 +96,8 @@ dp_div: # @dp_div # BB#0: # %entry f64.div $push0=, $0, $1 return $pop0 -func_end8: - .size dp_div, func_end8-dp_div +.Lfunc_end8: + .size dp_div, .Lfunc_end8-dp_div .globl dp_neg .type dp_neg,@function @@ -107,8 +107,8 @@ dp_neg: # @dp_neg # BB#0: # %entry f64.neg $push0=, $0 return $pop0 -func_end9: - .size dp_neg, func_end9-dp_neg +.Lfunc_end9: + .size dp_neg, .Lfunc_end9-dp_neg .globl fp_to_dp .type fp_to_dp,@function @@ -118,8 +118,8 @@ fp_to_dp: # @fp_to_dp # BB#0: # %entry f64.promote/f32 $push0=, $0 return $pop0 -func_end10: - .size fp_to_dp, func_end10-fp_to_dp +.Lfunc_end10: + .size fp_to_dp, .Lfunc_end10-fp_to_dp .globl dp_to_fp .type dp_to_fp,@function @@ -129,8 +129,8 @@ dp_to_fp: # @dp_to_fp # BB#0: # %entry f32.demote/f64 $push0=, $0 return $pop0 -func_end11: - .size dp_to_fp, func_end11-dp_to_fp +.Lfunc_end11: + .size dp_to_fp, .Lfunc_end11-dp_to_fp .globl eqsf2 .type eqsf2,@function @@ -140,8 +140,8 @@ eqsf2: # @eqsf2 # BB#0: # %entry f32.eq $push0=, $0, $1 return $pop0 -func_end12: - .size eqsf2, func_end12-eqsf2 +.Lfunc_end12: + .size eqsf2, .Lfunc_end12-eqsf2 .globl nesf2 .type nesf2,@function @@ -151,8 +151,8 @@ nesf2: # @nesf2 # BB#0: # %entry f32.ne $push0=, $0, $1 return $pop0 -func_end13: - .size nesf2, func_end13-nesf2 +.Lfunc_end13: + .size nesf2, .Lfunc_end13-nesf2 .globl gtsf2 .type gtsf2,@function @@ -162,8 +162,8 @@ gtsf2: # @gtsf2 # BB#0: # %entry f32.gt $push0=, $0, $1 return $pop0 -func_end14: - .size gtsf2, func_end14-gtsf2 +.Lfunc_end14: + .size gtsf2, .Lfunc_end14-gtsf2 .globl gesf2 .type gesf2,@function @@ -173,8 +173,8 @@ gesf2: # @gesf2 # BB#0: # %entry f32.ge $push0=, $0, $1 return $pop0 -func_end15: - .size gesf2, func_end15-gesf2 +.Lfunc_end15: + .size gesf2, .Lfunc_end15-gesf2 .globl ltsf2 .type ltsf2,@function @@ -184,8 +184,8 @@ ltsf2: # @ltsf2 # BB#0: # %entry f32.lt $push0=, $0, $1 return $pop0 -func_end16: - .size ltsf2, func_end16-ltsf2 +.Lfunc_end16: + .size ltsf2, .Lfunc_end16-ltsf2 .globl lesf2 .type lesf2,@function @@ -195,8 +195,8 @@ lesf2: # @lesf2 # BB#0: # %entry f32.le $push0=, $0, $1 return $pop0 -func_end17: - .size lesf2, func_end17-lesf2 +.Lfunc_end17: + .size lesf2, .Lfunc_end17-lesf2 .globl eqdf2 .type eqdf2,@function @@ -206,8 +206,8 @@ eqdf2: # @eqdf2 # BB#0: # %entry f64.eq $push0=, $0, $1 return $pop0 -func_end18: - .size eqdf2, func_end18-eqdf2 +.Lfunc_end18: + .size eqdf2, .Lfunc_end18-eqdf2 .globl nedf2 .type nedf2,@function @@ -217,8 +217,8 @@ nedf2: # @nedf2 # BB#0: # %entry f64.ne $push0=, $0, $1 return $pop0 -func_end19: - .size nedf2, func_end19-nedf2 +.Lfunc_end19: + .size nedf2, .Lfunc_end19-nedf2 .globl gtdf2 .type gtdf2,@function @@ -228,8 +228,8 @@ gtdf2: # @gtdf2 # BB#0: # %entry f64.gt $push0=, $0, $1 return $pop0 -func_end20: - .size gtdf2, func_end20-gtdf2 +.Lfunc_end20: + .size gtdf2, .Lfunc_end20-gtdf2 .globl gedf2 .type gedf2,@function @@ -239,8 +239,8 @@ gedf2: # @gedf2 # BB#0: # %entry f64.ge $push0=, $0, $1 return $pop0 -func_end21: - .size gedf2, func_end21-gedf2 +.Lfunc_end21: + .size gedf2, .Lfunc_end21-gedf2 .globl ltdf2 .type ltdf2,@function @@ -250,8 +250,8 @@ ltdf2: # @ltdf2 # BB#0: # %entry f64.lt $push0=, $0, $1 return $pop0 -func_end22: - .size ltdf2, func_end22-ltdf2 +.Lfunc_end22: + .size ltdf2, .Lfunc_end22-ltdf2 .globl ledf2 .type ledf2,@function @@ -261,8 +261,8 @@ ledf2: # @ledf2 # BB#0: # %entry f64.le $push0=, $0, $1 return $pop0 -func_end23: - .size ledf2, func_end23-ledf2 +.Lfunc_end23: + .size ledf2, .Lfunc_end23-ledf2 .globl floatsisf .type floatsisf,@function @@ -272,8 +272,8 @@ floatsisf: # @floatsisf # BB#0: # %entry f32.convert_s/i32 $push0=, $0 return $pop0 -func_end24: - .size floatsisf, func_end24-floatsisf +.Lfunc_end24: + .size floatsisf, .Lfunc_end24-floatsisf .globl floatsidf .type floatsidf,@function @@ -283,8 +283,8 @@ floatsidf: # @floatsidf # BB#0: # %entry f64.convert_s/i32 $push0=, $0 return $pop0 -func_end25: - .size floatsidf, func_end25-floatsidf +.Lfunc_end25: + .size floatsidf, .Lfunc_end25-floatsidf .globl fixsfsi .type fixsfsi,@function @@ -294,8 +294,8 @@ fixsfsi: # @fixsfsi # BB#0: # %entry i32.trunc_s/f32 $push0=, $0 return $pop0 -func_end26: - .size fixsfsi, func_end26-fixsfsi +.Lfunc_end26: + .size fixsfsi, .Lfunc_end26-fixsfsi .globl fixdfsi .type fixdfsi,@function @@ -305,8 +305,8 @@ fixdfsi: # @fixdfsi # BB#0: # %entry i32.trunc_s/f64 $push0=, $0 return $pop0 -func_end27: - .size fixdfsi, func_end27-fixdfsi +.Lfunc_end27: + .size fixdfsi, .Lfunc_end27-fixdfsi .globl fixunssfsi .type fixunssfsi,@function @@ -316,8 +316,8 @@ fixunssfsi: # @fixunssfsi # BB#0: # %entry i32.trunc_u/f32 $push0=, $0 return $pop0 -func_end28: - .size fixunssfsi, func_end28-fixunssfsi +.Lfunc_end28: + .size fixunssfsi, .Lfunc_end28-fixunssfsi .globl fixunsdfsi .type fixunsdfsi,@function @@ -327,8 +327,8 @@ fixunsdfsi: # @fixunsdfsi # BB#0: # %entry i32.trunc_u/f64 $push0=, $0 return $pop0 -func_end29: - .size fixunsdfsi, func_end29-fixunsdfsi +.Lfunc_end29: + .size fixunsdfsi, .Lfunc_end29-fixunsdfsi .globl fail .type fail,@function @@ -369,8 +369,8 @@ fail: # @fail i32.const $9=, __stack_pointer i32.store $9=, 0($9), $9 return $1 -func_end30: - .size fail, func_end30-fail +.Lfunc_end30: + .size fail, .Lfunc_end30-fail .globl main .type main,@function @@ -379,17 +379,17 @@ main: # @main .local i32 # BB#0: # %if.end11 i32.const $0=, 0 - block BB31_2 + block .LBB31_2 i32.load $push0=, fail_count($0) - br_if $pop0, BB31_2 + br_if $pop0, .LBB31_2 # BB#1: # %if.end202 call exit, $0 unreachable -BB31_2: # %if.then201 +.LBB31_2: # %if.then201 call abort unreachable -func_end31: - .size main, func_end31-main +.Lfunc_end31: + .size main, .Lfunc_end31-main .type fail_count,@object # @fail_count .bss diff --git a/test/torture-s/ifcvt-onecmpl-abs-1.c.s b/test/torture-s/ifcvt-onecmpl-abs-1.c.s index 36dd3a103..34be20732 100644 --- a/test/torture-s/ifcvt-onecmpl-abs-1.c.s +++ b/test/torture-s/ifcvt-onecmpl-abs-1.c.s @@ -10,26 +10,26 @@ foo: # @foo i32.shr_s $push1=, $0, $pop0 i32.xor $push2=, $pop1, $0 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -1 i32.call $push1=, foo, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 0 return $pop2 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/index-1.c.s b/test/torture-s/index-1.c.s index 48f8fcdff..6f204d039 100644 --- a/test/torture-s/index-1.c.s +++ b/test/torture-s/index-1.c.s @@ -14,8 +14,8 @@ f: # @f i32.add $push5=, $pop3, $pop4 i32.load $push6=, 0($pop5) return $pop6 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,19 +24,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, a+120($0) i32.const $push1=, 30 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/inst-check.c.s b/test/torture-s/inst-check.c.s index b8bd97dd3..cc1a5e680 100644 --- a/test/torture-s/inst-check.c.s +++ b/test/torture-s/inst-check.c.s @@ -8,10 +8,10 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %for.body.preheader i32.const $1=, -1 i32.add $push2=, $0, $1 @@ -25,10 +25,10 @@ f: # @f i32.wrap/i64 $push10=, $pop9 i32.add $push11=, $pop10, $0 i32.add $1=, $pop11, $1 -BB0_2: # %for.end +.LBB0_2: # %for.end return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -38,8 +38,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/int-compare.c.s b/test/torture-s/int-compare.c.s index 74c64f7bc..f851858c7 100644 --- a/test/torture-s/int-compare.c.s +++ b/test/torture-s/int-compare.c.s @@ -8,8 +8,8 @@ gt: # @gt # BB#0: # %entry i32.gt_s $push0=, $0, $1 return $pop0 -func_end0: - .size gt, func_end0-gt +.Lfunc_end0: + .size gt, .Lfunc_end0-gt .globl ge .type ge,@function @@ -19,8 +19,8 @@ ge: # @ge # BB#0: # %entry i32.ge_s $push0=, $0, $1 return $pop0 -func_end1: - .size ge, func_end1-ge +.Lfunc_end1: + .size ge, .Lfunc_end1-ge .globl lt .type lt,@function @@ -30,8 +30,8 @@ lt: # @lt # BB#0: # %entry i32.lt_s $push0=, $0, $1 return $pop0 -func_end2: - .size lt, func_end2-lt +.Lfunc_end2: + .size lt, .Lfunc_end2-lt .globl le .type le,@function @@ -41,40 +41,40 @@ le: # @le # BB#0: # %entry i32.le_s $push0=, $0, $1 return $pop0 -func_end3: - .size le, func_end3-le +.Lfunc_end3: + .size le, .Lfunc_end3-le .globl true .type true,@function true: # @true .param i32 # BB#0: # %entry - block BB4_2 + block .LBB4_2 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB4_2 + br_if $pop1, .LBB4_2 # BB#1: # %if.end return -BB4_2: # %if.then +.LBB4_2: # %if.then call abort unreachable -func_end4: - .size true, func_end4-true +.Lfunc_end4: + .size true, .Lfunc_end4-true .globl false .type false,@function false: # @false .param i32 # BB#0: # %entry - block BB5_2 - br_if $0, BB5_2 + block .LBB5_2 + br_if $0, .LBB5_2 # BB#1: # %if.end return -BB5_2: # %if.then +.LBB5_2: # %if.then call abort unreachable -func_end5: - .size false, func_end5-false +.Lfunc_end5: + .size false, .Lfunc_end5-false .globl f .type f,@function @@ -83,8 +83,8 @@ f: # @f .local i32 # BB#0: # %true.exit return $0 -func_end6: - .size f, func_end6-f +.Lfunc_end6: + .size f, .Lfunc_end6-f .globl main .type main,@function @@ -94,8 +94,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end7: - .size main, func_end7-main +.Lfunc_end7: + .size main, .Lfunc_end7-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/ipa-sra-1.c.s b/test/torture-s/ipa-sra-1.c.s index f2a390c46..b29be7e78 100644 --- a/test/torture-s/ipa-sra-1.c.s +++ b/test/torture-s/ipa-sra-1.c.s @@ -10,8 +10,8 @@ main: # @main i32.gt_s $push1=, $0, $pop0 i32.call $push2=, ox, $pop1 return $pop2 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type ox,@function ox: # @ox @@ -20,8 +20,8 @@ ox: # @ox # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size ox, func_end1-ox +.Lfunc_end1: + .size ox, .Lfunc_end1-ox .ident "clang version 3.8.0 " diff --git a/test/torture-s/ipa-sra-2.c.s b/test/torture-s/ipa-sra-2.c.s index 353734e15..1742eb345 100644 --- a/test/torture-s/ipa-sra-2.c.s +++ b/test/torture-s/ipa-sra-2.c.s @@ -15,8 +15,8 @@ main: # @main i32.gt_s $push3=, $0, $pop2 i32.call $push4=, foo, $pop3, $2 return $pop4 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@function foo: # @foo @@ -28,8 +28,8 @@ foo: # @foo i32.select $push2=, $0, $pop1, $1 i32.load $push3=, 0($pop2) return $pop3 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .ident "clang version 3.8.0 " diff --git a/test/torture-s/longlong.c.s b/test/torture-s/longlong.c.s index 8f41f48bc..95681bfd4 100644 --- a/test/torture-s/longlong.c.s +++ b/test/torture-s/longlong.c.s @@ -9,9 +9,9 @@ alpha_ep_extbl_i_eq_0: # @alpha_ep_extbl_i_eq_0 i32.load $0=, pars($2) i32.const $3=, 31 i32.and $1=, $0, $3 - block BB0_2 + block .LBB0_2 i32.eq $push0=, $1, $3 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then i32.load $3=, r($2) i32.const $2=, 248 @@ -36,10 +36,10 @@ alpha_ep_extbl_i_eq_0: # @alpha_ep_extbl_i_eq_0 i64.const $push16=, 255 i64.and $push17=, $pop15, $pop16 i64.store $discard=, 0($pop20), $pop17 -BB0_2: # %if.end +.LBB0_2: # %if.end return -func_end0: - .size alpha_ep_extbl_i_eq_0, func_end0-alpha_ep_extbl_i_eq_0 +.Lfunc_end0: + .size alpha_ep_extbl_i_eq_0, .Lfunc_end0-alpha_ep_extbl_i_eq_0 .globl main .type main,@function @@ -51,7 +51,7 @@ main: # @main i32.const $push2=, -2013265854 i32.store $discard=, pars($0), $pop2 i32.load $1=, r($0) - block BB1_2 + block .LBB1_2 i64.const $push0=, 3160194 i64.store $discard=, b+136($0), $pop0 i64.const $push1=, 6003104017374052362 @@ -69,15 +69,15 @@ main: # @main i64.load $push12=, b+16($0) i64.const $push13=, 77 i64.ne $push14=, $pop12, $pop13 - br_if $pop14, BB1_2 + br_if $pop14, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type b,@object # @b .bss diff --git a/test/torture-s/loop-1.c.s b/test/torture-s/loop-1.c.s index 8ba52a6f8..4db2b8b7e 100644 --- a/test/torture-s/loop-1.c.s +++ b/test/torture-s/loop-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-10.c.s b/test/torture-s/loop-10.c.s index 1ade0b74e..b0655a2d0 100644 --- a/test/torture-s/loop-10.c.s +++ b/test/torture-s/loop-10.c.s @@ -8,18 +8,18 @@ main: # @main # BB#0: # %while.end i32.const $0=, 0 i32.load $1=, count($0) - block BB0_2 + block .LBB0_2 i32.const $push0=, 2 i32.add $push1=, $1, $pop0 i32.store $discard=, count($0), $pop1 - br_if $1, BB0_2 + br_if $1, .LBB0_2 # BB#1: # %if.end4 return $0 -BB0_2: # %if.then3 +.LBB0_2: # %if.then3 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type count,@object # @count .lcomm count,4,2 diff --git a/test/torture-s/loop-11.c.s b/test/torture-s/loop-11.c.s index c0f9f9632..d89fdfd4e 100644 --- a/test/torture-s/loop-11.c.s +++ b/test/torture-s/loop-11.c.s @@ -8,9 +8,9 @@ main: # @main # BB#0: # %entry i32.const $1=, 199 i32.const $0=, a+792 -BB0_1: # %for.body.i +.LBB0_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push1=, -1 i32.add $push0=, $1, $pop1 i32.store $1=, 0($0), $pop0 @@ -19,31 +19,31 @@ BB0_1: # %for.body.i i32.const $3=, 0 i32.const $2=, a i32.gt_s $push3=, $1, $3 - br_if $pop3, BB0_1 -BB0_2: # %for.body + br_if $pop3, .LBB0_1 +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - block BB0_5 - loop BB0_4 + block .LBB0_5 + loop .LBB0_4 i32.load $push4=, 0($2) i32.ne $push5=, $3, $pop4 - br_if $pop5, BB0_5 + br_if $pop5, .LBB0_5 # BB#3: # %for.cond - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push6=, 1 i32.add $3=, $3, $pop6 i32.const $push7=, 4 i32.add $2=, $2, $pop7 i32.const $push8=, 198 i32.le_s $push9=, $3, $pop8 - br_if $pop9, BB0_2 -BB0_4: # %for.end + br_if $pop9, .LBB0_2 +.LBB0_4: # %for.end i32.const $push10=, 0 return $pop10 -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .lcomm a,796,4 diff --git a/test/torture-s/loop-12.c.s b/test/torture-s/loop-12.c.s index 07a447627..56f84dc92 100644 --- a/test/torture-s/loop-12.c.s +++ b/test/torture-s/loop-12.c.s @@ -8,10 +8,10 @@ foo: # @foo i32.const $0=, 0 i32.load $3=, p($0) i64.const $2=, 562949961809921 -BB0_1: # %while.cond +.LBB0_1: # %while.cond # =>This Inner Loop Header: Depth=1 - loop BB0_5 - block BB0_4 + loop .LBB0_5 + block .LBB0_4 i32.load8_u $push2=, 0($3) i32.const $push3=, -10 i32.add $push0=, $pop2, $pop3 @@ -19,9 +19,9 @@ BB0_1: # %while.cond i32.and $1=, $pop0, $pop4 i32.const $push5=, 49 i32.gt_u $push6=, $1, $pop5 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#2: # %is_end_of_statement.exit - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i64.extend_u/i32 $push7=, $1 i64.shr_u $push8=, $2, $pop7 i64.const $push9=, 1 @@ -29,18 +29,18 @@ BB0_1: # %while.cond i32.wrap/i64 $push11=, $pop10 i32.const $push13=, 0 i32.eq $push14=, $pop11, $pop13 - br_if $pop14, BB0_4 + br_if $pop14, .LBB0_4 # BB#3: # %while.end return -BB0_4: # %while.body - # in Loop: Header=BB0_1 Depth=1 +.LBB0_4: # %while.body + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push12=, 1 i32.add $push1=, $3, $pop12 i32.store $3=, p($0), $pop1 - br BB0_1 -BB0_5: -func_end0: - .size foo, func_end0-foo + br .LBB0_1 +.LBB0_5: +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -50,12 +50,12 @@ main: # @main # BB#0: # %entry i64.const $3=, 562949961809921 i32.const $1=, .str -BB1_1: # %while.cond.i +.LBB1_1: # %while.cond.i # =>This Inner Loop Header: Depth=1 - loop BB1_5 + loop .LBB1_5 i32.const $0=, 0 i32.store $discard=, p($0), $1 - block BB1_4 + block .LBB1_4 i32.load8_u $push1=, 0($1) i32.const $push2=, -10 i32.add $push0=, $pop1, $pop2 @@ -63,9 +63,9 @@ BB1_1: # %while.cond.i i32.and $2=, $pop0, $pop3 i32.const $push4=, 49 i32.gt_u $push5=, $2, $pop4 - br_if $pop5, BB1_4 + br_if $pop5, .LBB1_4 # BB#2: # %is_end_of_statement.exit.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i64.extend_u/i32 $push6=, $2 i64.shr_u $push7=, $3, $pop6 i64.const $push8=, 1 @@ -73,17 +73,17 @@ BB1_1: # %while.cond.i i32.wrap/i64 $push10=, $pop9 i32.const $push12=, 0 i32.eq $push13=, $pop10, $pop12 - br_if $pop13, BB1_4 + br_if $pop13, .LBB1_4 # BB#3: # %foo.exit return $0 -BB1_4: # %while.body.i - # in Loop: Header=BB1_1 Depth=1 +.LBB1_4: # %while.body.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push11=, 1 i32.add $1=, $1, $pop11 - br BB1_1 -BB1_5: -func_end1: - .size main, func_end1-main + br .LBB1_1 +.LBB1_5: +.Lfunc_end1: + .size main, .Lfunc_end1-main .type p,@object # @p .bss diff --git a/test/torture-s/loop-13.c.s b/test/torture-s/loop-13.c.s index 94c0fd3fd..42a69eef5 100644 --- a/test/torture-s/loop-13.c.s +++ b/test/torture-s/loop-13.c.s @@ -8,12 +8,12 @@ scale: # @scale # BB#0: # %entry i32.load $4=, 0($0) i32.const $6=, 1 - block BB0_5 + block .LBB0_5 i32.eq $push0=, $4, $6 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %entry i32.lt_s $push1=, $2, $6 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %for.body.preheader i32.load $5=, 4($1) i32.load $push2=, 0($1) @@ -22,15 +22,15 @@ scale: # @scale i32.mul $push4=, $5, $4 i32.store $discard=, 4($1), $pop4 i32.eq $push5=, $2, $6 - br_if $pop5, BB0_5 + br_if $pop5, .LBB0_5 # BB#3: # %for.body.for.body_crit_edge.preheader i32.const $push6=, 12 i32.add $1=, $1, $pop6 i32.const $3=, -1 i32.add $6=, $2, $3 -BB0_4: # %for.body.for.body_crit_edge +.LBB0_4: # %for.body.for.body_crit_edge # =>This Inner Loop Header: Depth=1 - loop BB0_5 + loop .LBB0_5 i32.const $push7=, -4 i32.add $4=, $1, $pop7 i32.load $2=, 0($0) @@ -43,11 +43,11 @@ BB0_4: # %for.body.for.body_crit_edge i32.const $push11=, 8 i32.add $1=, $1, $pop11 i32.add $6=, $6, $3 - br_if $6, BB0_4 -BB0_5: # %if.end + br_if $6, .LBB0_4 +.LBB0_5: # %if.end return -func_end0: - .size scale, func_end0-scale +.Lfunc_end0: + .size scale, .Lfunc_end0-scale .globl main .type main,@function @@ -56,8 +56,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-14.c.s b/test/torture-s/loop-14.c.s index a448017dc..e98434c0b 100644 --- a/test/torture-s/loop-14.c.s +++ b/test/torture-s/loop-14.c.s @@ -10,8 +10,8 @@ f: # @f i32.const $push1=, 42 i32.store $discard=, 4($0), $pop1 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -26,8 +26,8 @@ main: # @main i32.store $discard=, a3+4($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a3,@object # @a3 .bss diff --git a/test/torture-s/loop-2.c.s b/test/torture-s/loop-2.c.s index 53a4a7303..6487e5a13 100644 --- a/test/torture-s/loop-2.c.s +++ b/test/torture-s/loop-2.c.s @@ -9,13 +9,13 @@ f: # @f # BB#0: # %entry i32.const $2=, 0 i32.const $1=, a - block BB0_2 + block .LBB0_2 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB0_2 -BB0_1: # %for.body + br_if $pop6, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, -2 i32.add $push1=, $2, $pop0 i32.store $discard=, 0($1), $pop1 @@ -24,11 +24,11 @@ BB0_1: # %for.body i32.const $push3=, 4 i32.add $1=, $1, $pop3 i32.ne $push4=, $0, $2 - br_if $pop4, BB0_1 -BB0_2: # %for.end + br_if $pop4, .LBB0_1 +.LBB0_2: # %for.end return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.store $discard=, a+4($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/loop-2b.c.s b/test/torture-s/loop-2b.c.s index b9ce98c02..be81a556f 100644 --- a/test/torture-s/loop-2b.c.s +++ b/test/torture-s/loop-2b.c.s @@ -7,10 +7,10 @@ f: # @f .result i32 .local i32, i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push0=, 2147483647 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %for.body.preheader i32.const $push4=, a i32.const $push2=, 2 @@ -18,26 +18,26 @@ f: # @f i32.add $2=, $pop4, $pop3 i32.const $push5=, 2147483646 i32.sub $1=, $pop5, $0 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.const $push6=, -2 i32.store $discard=, 0($2), $pop6 copy_local $0=, $1 i32.const $push7=, 2147483645 i32.eq $push8=, $0, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %for.body - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push9=, 4 i32.add $2=, $2, $pop9 i32.const $push10=, -1 i32.add $1=, $0, $pop10 - br_if $0, BB0_2 -BB0_4: # %for.end + br_if $0, .LBB0_2 +.LBB0_4: # %for.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.store $discard=, a+4($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/loop-2c.c.s b/test/torture-s/loop-2c.c.s index 6365d1e68..be3aa45d4 100644 --- a/test/torture-s/loop-2c.c.s +++ b/test/torture-s/loop-2c.c.s @@ -7,10 +7,10 @@ f: # @f .result i32 .local i32, i32, i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push9=, 0 i32.eq $push10=, $0, $pop9 - br_if $pop10, BB0_3 + br_if $pop10, .LBB0_3 # BB#1: # %for.body.preheader i32.const $2=, -3 i32.const $push0=, 3 @@ -23,19 +23,19 @@ f: # @f i32.const $push5=, a i32.add $push6=, $pop4, $pop5 i32.add $1=, $pop6, $3 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 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, BB0_2 -BB0_3: # %for.end + br_if $0, .LBB0_2 +.LBB0_3: # %for.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -44,10 +44,10 @@ g: # @g .result i32 .local i32, i32, i32, i32 # BB#0: # %entry - block BB1_3 + block .LBB1_3 i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB1_3 + br_if $pop9, .LBB1_3 # BB#1: # %for.body.preheader.i i32.const $3=, a i32.const $1=, -3 @@ -60,19 +60,19 @@ g: # @g i32.shl $push3=, $0, $pop2 i32.add $push4=, $pop3, $3 i32.add $3=, $pop4, $2 -BB1_2: # %for.body.i +.LBB1_2: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 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, BB1_2 -BB1_3: # %f.exit + br_if $0, .LBB1_2 +.LBB1_3: # %f.exit return $0 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -87,8 +87,8 @@ main: # @main i32.store $discard=, a($0), $pop1 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .bss diff --git a/test/torture-s/loop-2d.c.s b/test/torture-s/loop-2d.c.s index e5d5b1d2f..d6242a6bb 100644 --- a/test/torture-s/loop-2d.c.s +++ b/test/torture-s/loop-2d.c.s @@ -7,10 +7,10 @@ f: # @f .result i32 .local i32, i32, i32, i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push8=, 0 i32.eq $push9=, $0, $pop8 - br_if $pop9, BB0_3 + br_if $pop9, .LBB0_3 # BB#1: # %for.body.preheader i32.const $3=, a i32.const $1=, -3 @@ -23,19 +23,19 @@ f: # @f i32.shl $push3=, $0, $pop2 i32.add $push4=, $pop3, $3 i32.add $3=, $pop4, $2 -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 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, BB0_2 -BB0_3: # %for.end + br_if $0, .LBB0_2 +.LBB0_3: # %for.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.store $discard=, a($0), $pop1 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/loop-2e.c.s b/test/torture-s/loop-2e.c.s index 611447f1c..5e60cce9e 100644 --- a/test/torture-s/loop-2e.c.s +++ b/test/torture-s/loop-2e.c.s @@ -124,8 +124,8 @@ f: # @f i32.add $push77=, $0, $pop76 i32.store $discard=, 156($1), $pop77 return -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -134,8 +134,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-2f.c.s b/test/torture-s/loop-2f.c.s index 340d35d13..33663bbc5 100644 --- a/test/torture-s/loop-2f.c.s +++ b/test/torture-s/loop-2f.c.s @@ -6,13 +6,13 @@ f: # @f .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 39 i32.gt_u $push1=, $0, $pop0 - br_if $pop1, BB0_2 -BB0_1: # %for.body + br_if $pop1, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.add $push2=, $1, $0 i32.const $push3=, 254 i32.store8 $discard=, 0($pop2), $pop3 @@ -20,11 +20,11 @@ BB0_1: # %for.body i32.add $0=, $0, $pop4 i32.const $push5=, 40 i32.ne $push6=, $0, $pop5 - br_if $pop6, BB0_1 -BB0_2: # %for.end + br_if $pop6, .LBB0_1 +.LBB0_2: # %for.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -33,7 +33,7 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB1_2 + block .LBB1_2 i32.const $push0=, .str i32.call $0=, open, $pop0, $1 i32.const $push4=, 2147450880 @@ -43,7 +43,7 @@ main: # @main i32.call $0=, mmap, $pop4, $pop3, $pop2, $pop1, $0, $1 i32.const $push5=, -1 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB1_2 + br_if $pop6, .LBB1_2 # BB#1: # %if.end i32.const $push7=, 254 i32.store8 $push8=, 32766($0), $pop7 @@ -86,11 +86,11 @@ main: # @main i32.store8 $push45=, 32803($0), $pop44 i32.store8 $discard=, 32804($0), $pop45 i32.store8 $discard=, 32805($0), $1 -BB1_2: # %if.end15 +.LBB1_2: # %if.end15 call exit, $1 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/loop-2g.c.s b/test/torture-s/loop-2g.c.s index 4c6012f01..73ce2d546 100644 --- a/test/torture-s/loop-2g.c.s +++ b/test/torture-s/loop-2g.c.s @@ -6,13 +6,13 @@ f: # @f .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 39 i32.gt_u $push1=, $0, $pop0 - br_if $pop1, BB0_2 -BB0_1: # %for.body + br_if $pop1, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.add $push2=, $1, $0 i32.const $push3=, 254 i32.store8 $discard=, 0($pop2), $pop3 @@ -20,11 +20,11 @@ BB0_1: # %for.body i32.add $0=, $0, $pop4 i32.const $push5=, 40 i32.ne $push6=, $0, $pop5 - br_if $pop6, BB0_1 -BB0_2: # %for.end + br_if $pop6, .LBB0_1 +.LBB0_2: # %for.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -33,7 +33,7 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB1_2 + block .LBB1_2 i32.const $push0=, .str i32.call $0=, open, $pop0, $1 i32.const $push4=, 2147450880 @@ -43,7 +43,7 @@ main: # @main i32.call $0=, mmap, $pop4, $pop3, $pop2, $pop1, $0, $1 i32.const $push5=, -1 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB1_2 + br_if $pop6, .LBB1_2 # BB#1: # %if.end i32.const $push7=, 254 i32.store8 $push8=, 32766($0), $pop7 @@ -86,11 +86,11 @@ main: # @main i32.store8 $push45=, 32803($0), $pop44 i32.store8 $discard=, 32804($0), $pop45 i32.store8 $discard=, 32805($0), $1 -BB1_2: # %if.end15 +.LBB1_2: # %if.end15 call exit, $1 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/loop-3.c.s b/test/torture-s/loop-3.c.s index ab1403fb7..eb7d08e6e 100644 --- a/test/torture-s/loop-3.c.s +++ b/test/torture-s/loop-3.c.s @@ -13,8 +13,8 @@ g: # @g i32.add $push2=, $pop0, $pop1 i32.store $discard=, n($1), $pop2 return $1 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -36,8 +36,8 @@ f: # @f i32.add $push8=, $pop6, $pop7 i32.store $discard=, n($1), $pop8 return $0 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -47,19 +47,19 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, n($0) - block BB2_2 + block .LBB2_2 i32.const $push0=, 4 i32.add $push1=, $1, $pop0 i32.store $discard=, n($0), $pop1 - br_if $1, BB2_2 + br_if $1, .LBB2_2 # BB#1: # %if.end call exit, $0 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type n,@object # @n .bss diff --git a/test/torture-s/loop-3b.c.s b/test/torture-s/loop-3b.c.s index 9e34aa6dc..312ed54c7 100644 --- a/test/torture-s/loop-3b.c.s +++ b/test/torture-s/loop-3b.c.s @@ -13,8 +13,8 @@ g: # @g i32.add $push2=, $pop0, $pop1 i32.store $discard=, n($1), $pop2 return $1 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -38,8 +38,8 @@ f: # @f i32.add $push10=, $pop8, $pop9 i32.store $discard=, n($1), $pop10 return $2 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -49,19 +49,19 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, n($0) - block BB2_2 + block .LBB2_2 i32.const $push0=, 4 i32.add $push1=, $1, $pop0 i32.store $discard=, n($0), $pop1 - br_if $1, BB2_2 + br_if $1, .LBB2_2 # BB#1: # %if.end call exit, $0 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type n,@object # @n .bss diff --git a/test/torture-s/loop-3c.c.s b/test/torture-s/loop-3c.c.s index e222d01d7..85f5178e7 100644 --- a/test/torture-s/loop-3c.c.s +++ b/test/torture-s/loop-3c.c.s @@ -12,9 +12,9 @@ f: # @f i32.shl $push1=, $0, $pop0 i32.add $2=, $1, $pop1 i32.const $3=, 256 -BB0_1: # %do.body +.LBB0_1: # %do.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push2=, 1 i32.shr_s $3=, $3, $pop2 i32.const $push3=, 2 @@ -27,11 +27,11 @@ BB0_1: # %do.body i32.add $2=, $2, $pop7 i32.const $push8=, 1073741840 i32.lt_s $push9=, $0, $pop8 - br_if $pop9, BB0_1 -BB0_2: # %do.end + br_if $pop9, .LBB0_1 +.LBB0_2: # %do.end return $0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main i32.store $discard=, a+64($0), $pop3 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/loop-4.c.s b/test/torture-s/loop-4.c.s index 083179ae6..3087cd88a 100644 --- a/test/torture-s/loop-4.c.s +++ b/test/torture-s/loop-4.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 8192 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-4b.c.s b/test/torture-s/loop-4b.c.s index 96ca039c5..ee65bd0a7 100644 --- a/test/torture-s/loop-4b.c.s +++ b/test/torture-s/loop-4b.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 2 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-5.c.s b/test/torture-s/loop-5.c.s index ddcd30ebc..a01f96050 100644 --- a/test/torture-s/loop-5.c.s +++ b/test/torture-s/loop-5.c.s @@ -9,9 +9,9 @@ main: # @main i32.const $2=, 0 i32.load $0=, t($2) i32.const $3=, 4 - block BB0_13 + block .LBB0_13 i32.ge_s $push3=, $0, $3 - br_if $pop3, BB0_13 + br_if $pop3, .LBB0_13 # BB#1: # %ap.exit.i i32.const $4=, 1 i32.add $push0=, $0, $4 @@ -22,7 +22,7 @@ main: # @main i32.add $push5=, $7, $pop4 i32.store $discard=, 0($pop5), $2 i32.gt_s $push6=, $0, $6 - br_if $pop6, BB0_13 + br_if $pop6, .LBB0_13 # BB#2: # %ap.exit.1.i i32.shl $push7=, $5, $6 i32.add $push8=, $7, $pop7 @@ -31,7 +31,7 @@ main: # @main i32.add $push1=, $0, $6 i32.store $8=, t($2), $pop1 i32.gt_s $push10=, $8, $5 - br_if $pop10, BB0_13 + br_if $pop10, .LBB0_13 # BB#3: # %ap.exit.2.i i32.shl $push11=, $8, $6 i32.add $push12=, $7, $pop11 @@ -39,56 +39,56 @@ main: # @main i32.add $push2=, $0, $5 i32.store $5=, t($2), $pop2 i32.gt_s $push13=, $0, $2 - br_if $pop13, BB0_13 + br_if $pop13, .LBB0_13 # BB#4: # %testit.exit i32.shl $push15=, $5, $6 i32.add $push16=, $7, $pop15 i32.store $discard=, 0($pop16), $4 i64.load $1=, a($2) - block BB0_12 + block .LBB0_12 i32.add $push14=, $0, $3 i32.store $discard=, t($2), $pop14 i32.wrap/i64 $push17=, $1 - br_if $pop17, BB0_12 + br_if $pop17, .LBB0_12 # BB#5: # %if.end i64.const $9=, -4294967296 - block BB0_11 + block .LBB0_11 i64.and $push18=, $1, $9 i64.const $push19=, 12884901888 i64.ne $push20=, $pop18, $pop19 - br_if $pop20, BB0_11 + br_if $pop20, .LBB0_11 # BB#6: # %if.end3 i64.load $1=, a+8($2) - block BB0_10 + block .LBB0_10 i32.wrap/i64 $push21=, $1 i32.ne $push22=, $pop21, $6 - br_if $pop22, BB0_10 + br_if $pop22, .LBB0_10 # BB#7: # %if.end6 - block BB0_9 + block .LBB0_9 i64.and $push23=, $1, $9 i64.const $push24=, 4294967296 i64.ne $push25=, $pop23, $pop24 - br_if $pop25, BB0_9 + br_if $pop25, .LBB0_9 # BB#8: # %if.end9 call exit, $2 unreachable -BB0_9: # %if.then8 +.LBB0_9: # %if.then8 call abort unreachable -BB0_10: # %if.then5 +.LBB0_10: # %if.then5 call abort unreachable -BB0_11: # %if.then2 +.LBB0_11: # %if.then2 call abort unreachable -BB0_12: # %if.then +.LBB0_12: # %if.then call abort unreachable -BB0_13: # %if.then.i.i +.LBB0_13: # %if.then.i.i call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .lcomm a,16,4 diff --git a/test/torture-s/loop-6.c.s b/test/torture-s/loop-6.c.s index 36d18dff0..471bba384 100644 --- a/test/torture-s/loop-6.c.s +++ b/test/torture-s/loop-6.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-7.c.s b/test/torture-s/loop-7.c.s index e80db2738..168390ba0 100644 --- a/test/torture-s/loop-7.c.s +++ b/test/torture-s/loop-7.c.s @@ -8,9 +8,9 @@ foo: # @foo # BB#0: # %entry i32.const $3=, 0 i32.const $2=, -1 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $1=, 1 i32.shl $push0=, $1, $3 i32.eq $push1=, $pop0, $0 @@ -18,24 +18,24 @@ BB0_1: # %for.body i32.add $3=, $3, $1 i32.const $push2=, 9 i32.gt_s $push3=, $3, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %for.body - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push4=, 0 i32.lt_s $push5=, $2, $pop4 - br_if $pop5, BB0_1 -BB0_3: # %for.end - block BB0_5 + br_if $pop5, .LBB0_1 +.LBB0_3: # %for.end + block .LBB0_5 i32.const $push6=, -1 i32.le_s $push7=, $2, $pop6 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#4: # %if.end5 return -BB0_5: # %if.then4 +.LBB0_5: # %if.then4 call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -46,36 +46,36 @@ main: # @main i32.const $0=, 1 i32.const $2=, -1 copy_local $1=, $0 -BB1_1: # %for.body.i +.LBB1_1: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $push0=, 7 i32.eq $push1=, $1, $pop0 i32.const $push2=, 6 i32.select $2=, $pop1, $pop2, $2 i32.const $push3=, 9 i32.gt_s $push4=, $1, $pop3 - br_if $pop4, BB1_3 + br_if $pop4, .LBB1_3 # BB#2: # %for.body.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $1=, $1, $0 i32.const $push5=, 0 i32.lt_s $push6=, $2, $pop5 - br_if $pop6, BB1_1 -BB1_3: # %for.end.i - block BB1_5 + br_if $pop6, .LBB1_1 +.LBB1_3: # %for.end.i + block .LBB1_5 i32.const $push7=, -1 i32.gt_s $push8=, $2, $pop7 - br_if $pop8, BB1_5 + br_if $pop8, .LBB1_5 # BB#4: # %if.then4.i call abort unreachable -BB1_5: # %foo.exit +.LBB1_5: # %foo.exit i32.const $push9=, 0 call exit, $pop9 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-8.c.s b/test/torture-s/loop-8.c.s index 5bd4b4ace..9aa8b9ce5 100644 --- a/test/torture-s/loop-8.c.s +++ b/test/torture-s/loop-8.c.s @@ -5,20 +5,20 @@ bar: # @bar .param i32, i32 # BB#0: # %entry - block BB0_3 - br_if $0, BB0_3 + block .LBB0_3 + br_if $0, .LBB0_3 # BB#1: # %lor.lhs.false f64.load $push0=, 0($1) f64.const $push1=, 0x1p0 f64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#2: # %if.end return -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -29,9 +29,9 @@ main: # @main i32.const $0=, 0 f64.load $2=, a($0) f64.const $1=, 0x0p0 - block BB1_4 + block .LBB1_4 f64.gt $push0=, $2, $1 - br_if $pop0, BB1_4 + br_if $pop0, .LBB1_4 # BB#1: # %for.cond f64.load $2=, a+8($0) f64.le $push1=, $2, $1 @@ -39,27 +39,27 @@ main: # @main i32.or $push3=, $pop1, $pop2 i32.const $push7=, 0 i32.eq $push8=, $pop3, $pop7 - br_if $pop8, BB1_4 + br_if $pop8, .LBB1_4 # BB#2: # %for.cond.1 f64.load $2=, a+16($0) f64.gt $push4=, $2, $1 - br_if $pop4, BB1_4 + br_if $pop4, .LBB1_4 # BB#3: # %for.cond.2 call abort unreachable -BB1_4: # %e - block BB1_6 +.LBB1_4: # %e + block .LBB1_6 f64.const $push5=, 0x1p0 f64.eq $push6=, $2, $pop5 - br_if $pop6, BB1_6 + br_if $pop6, .LBB1_6 # BB#5: # %if.then.i call abort unreachable -BB1_6: # %bar.exit4 +.LBB1_6: # %bar.exit4 call exit, $0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/loop-9.c.s b/test/torture-s/loop-9.c.s index f62f7b625..d5ff1ce0a 100644 --- a/test/torture-s/loop-9.c.s +++ b/test/torture-s/loop-9.c.s @@ -7,8 +7,8 @@ false: # @false # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size false, func_end0-false +.Lfunc_end0: + .size false, .Lfunc_end0-false .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/loop-ivopts-1.c.s b/test/torture-s/loop-ivopts-1.c.s index e0fe1ecfe..f9502104f 100644 --- a/test/torture-s/loop-ivopts-1.c.s +++ b/test/torture-s/loop-ivopts-1.c.s @@ -12,8 +12,8 @@ main: # @main i64.const $push1=, 4803089003686395904 i64.store $discard=, foo.tmp($0), $pop1 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -36,8 +36,8 @@ foo: # @foo i64.shr_u $push7=, $pop5, $pop6 i64.store32 $discard=, 12($0), $pop7 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .type foo.tmp,@object # @foo.tmp .lcomm foo.tmp,16,4 diff --git a/test/torture-s/lshrdi-1.c.s b/test/torture-s/lshrdi-1.c.s index 7ab47afa8..4a6e780b4 100644 --- a/test/torture-s/lshrdi-1.c.s +++ b/test/torture-s/lshrdi-1.c.s @@ -8,17 +8,17 @@ main: # @main # BB#0: # %entry i64.const $2=, 0 i32.const $1=, switch.table -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB0_7 - loop BB0_3 + block .LBB0_7 + loop .LBB0_3 i64.const $push0=, -8690466092652643696 i64.shr_u $push1=, $pop0, $2 i64.load $push2=, 0($1) i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_7 + br_if $pop3, .LBB0_7 # BB#2: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i64.const $push4=, 1 i64.add $2=, $2, $pop4 i32.const $0=, 8 @@ -27,34 +27,34 @@ BB0_1: # %for.body i32.const $3=, switch.table i64.const $push5=, 63 i64.le_s $push6=, $2, $pop5 - br_if $pop6, BB0_1 -BB0_3: # %constant_shift.exit + br_if $pop6, .LBB0_1 +.LBB0_3: # %constant_shift.exit # =>This Inner Loop Header: Depth=1 - block BB0_6 - loop BB0_5 + block .LBB0_6 + loop .LBB0_5 i32.const $1=, 1 i32.const $push10=, 0 i32.eq $push11=, $1, $pop10 - br_if $pop11, BB0_6 + br_if $pop11, .LBB0_6 # BB#4: # %for.cond2 - # in Loop: Header=BB0_3 Depth=1 + # in Loop: Header=.LBB0_3 Depth=1 i32.add $4=, $4, $1 i32.add $3=, $3, $0 i32.const $push7=, 63 i32.le_s $push8=, $4, $pop7 - br_if $pop8, BB0_3 -BB0_5: # %for.end13 + br_if $pop8, .LBB0_3 +.LBB0_5: # %for.end13 i32.const $push9=, 0 call exit, $pop9 unreachable -BB0_6: # %if.then9 +.LBB0_6: # %if.then9 call abort unreachable -BB0_7: # %if.then +.LBB0_7: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type switch.table,@object # @switch.table .section .rodata,"a",@progbits diff --git a/test/torture-s/mayalias-1.c.s b/test/torture-s/mayalias-1.c.s index 631006a78..f726e34cb 100644 --- a/test/torture-s/mayalias-1.c.s +++ b/test/torture-s/mayalias-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/mayalias-2.c.s b/test/torture-s/mayalias-2.c.s index 769858ccf..c00aa5f70 100644 --- a/test/torture-s/mayalias-2.c.s +++ b/test/torture-s/mayalias-2.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/medce-1.c.s b/test/torture-s/medce-1.c.s index 9585ff94b..17a53e4c2 100644 --- a/test/torture-s/medce-1.c.s +++ b/test/torture-s/medce-1.c.s @@ -8,8 +8,8 @@ bar: # @bar i32.const $push1=, 1 i32.store8 $discard=, ok($pop0), $pop1 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -18,16 +18,16 @@ foo: # @foo .local i32 # BB#0: # %entry i32.const $1=, 1 - block BB1_2 + block .LBB1_2 i32.ne $push0=, $0, $1 - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %sw.bb1 i32.const $push1=, 0 i32.store8 $discard=, ok($pop1), $1 -BB1_2: # %sw.epilog +.LBB1_2: # %sw.epilog return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -39,8 +39,8 @@ main: # @main i32.const $push0=, 1 i32.store8 $discard=, ok($0), $pop0 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type ok,@object # @ok .lcomm ok,1 diff --git a/test/torture-s/memcpy-1.c.s b/test/torture-s/memcpy-1.c.s index f761a8d63..c9da1eed4 100644 --- a/test/torture-s/memcpy-1.c.s +++ b/test/torture-s/memcpy-1.c.s @@ -8,8 +8,8 @@ copy: # @copy # BB#0: # %entry call memcpy, $0, $1, $2 return $0 -func_end0: - .size copy, func_end0-copy +.Lfunc_end0: + .size copy, .Lfunc_end0-copy .globl main .type main,@function @@ -25,9 +25,9 @@ main: # @main i32.store $28=, 0($9), $28 i32.const $4=, 0 copy_local $2=, $4 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $10=, 131072 i32.add $10=, $28, $10 i32.add $push0=, $10, $2 @@ -40,8 +40,8 @@ BB1_1: # %for.body i32.add $2=, $2, $7 i32.const $0=, 131072 i32.ne $push2=, $2, $0 - br_if $pop2, BB1_1 -BB1_2: # %for.end + br_if $pop2, .LBB1_1 +.LBB1_2: # %for.end i32.const $1=, 1024 i32.const $12=, 0 i32.add $12=, $28, $12 @@ -49,10 +49,10 @@ BB1_2: # %for.end i32.add $13=, $28, $13 call memcpy, $12, $13, $1 i32.const $4=, 0 -BB1_3: # %for.body6 +.LBB1_3: # %for.body6 # =>This Inner Loop Header: Depth=1 - block BB1_26 - loop BB1_5 + block .LBB1_26 + loop .LBB1_5 i32.const $2=, 255 i32.const $14=, 0 i32.add $14=, $28, $14 @@ -60,25 +60,25 @@ BB1_3: # %for.body6 i32.load8_u $push4=, 0($pop3) i32.and $push5=, $4, $2 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB1_26 + br_if $pop6, .LBB1_26 # BB#4: # %for.cond3 - # in Loop: Header=BB1_3 Depth=1 + # in Loop: Header=.LBB1_3 Depth=1 i32.add $4=, $4, $7 i32.const $3=, 1023 i32.le_u $push7=, $4, $3 - br_if $pop7, BB1_3 -BB1_5: # %for.end15 + br_if $pop7, .LBB1_3 +.LBB1_5: # %for.end15 i32.const $15=, 0 i32.add $15=, $28, $15 call memset, $15, $7, $1 -BB1_6: # %for.cond17 +.LBB1_6: # %for.cond17 # =>This Inner Loop Header: Depth=1 - block BB1_9 - loop BB1_8 + block .LBB1_9 + loop .LBB1_8 i32.gt_u $push8=, $7, $3 - br_if $pop8, BB1_9 + br_if $pop8, .LBB1_9 # BB#7: # %for.cond17.for.body20_crit_edge - # in Loop: Header=BB1_6 Depth=1 + # in Loop: Header=.LBB1_6 Depth=1 i32.const $16=, 0 i32.add $16=, $28, $16 i32.add $5=, $16, $7 @@ -86,48 +86,48 @@ BB1_6: # %for.cond17 i32.add $7=, $7, $4 i32.load8_u $push28=, 0($5) i32.eq $push29=, $pop28, $4 - br_if $pop29, BB1_6 -BB1_8: # %if.then25 + br_if $pop29, .LBB1_6 +.LBB1_8: # %if.then25 call abort unreachable -BB1_9: # %for.end29 +.LBB1_9: # %for.end29 i32.const $17=, 0 i32.add $17=, $28, $17 i32.const $18=, 131072 i32.add $18=, $28, $18 call memcpy, $17, $18, $0 i32.const $5=, 0 -BB1_10: # %for.body35 +.LBB1_10: # %for.body35 # =>This Inner Loop Header: Depth=1 - block BB1_25 - loop BB1_12 + block .LBB1_25 + loop .LBB1_12 i32.const $19=, 0 i32.add $19=, $28, $19 i32.add $push9=, $19, $5 i32.load8_u $push10=, 0($pop9) i32.and $push11=, $5, $2 i32.ne $push12=, $pop10, $pop11 - br_if $pop12, BB1_25 + br_if $pop12, .LBB1_25 # BB#11: # %for.cond32 - # in Loop: Header=BB1_10 Depth=1 + # in Loop: Header=.LBB1_10 Depth=1 i32.const $7=, 1 i32.add $5=, $5, $7 i32.const $4=, 131071 i32.le_u $push13=, $5, $4 - br_if $pop13, BB1_10 -BB1_12: # %for.end46 + br_if $pop13, .LBB1_10 +.LBB1_12: # %for.end46 i32.const $6=, 0 i32.const $20=, 0 i32.add $20=, $28, $20 call memset, $20, $6, $0 -BB1_13: # %for.cond48 +.LBB1_13: # %for.cond48 # =>This Inner Loop Header: Depth=1 - block BB1_16 - loop BB1_15 + block .LBB1_16 + loop .LBB1_15 i32.gt_u $push14=, $7, $4 - br_if $pop14, BB1_16 + br_if $pop14, .LBB1_16 # BB#14: # %for.cond48.for.body51_crit_edge - # in Loop: Header=BB1_13 Depth=1 + # in Loop: Header=.LBB1_13 Depth=1 i32.const $21=, 0 i32.add $21=, $28, $21 i32.add $5=, $21, $7 @@ -136,74 +136,74 @@ BB1_13: # %for.cond48 i32.load8_u $push26=, 0($5) i32.const $push30=, 0 i32.eq $push31=, $pop26, $pop30 - br_if $pop31, BB1_13 -BB1_15: # %if.then56 + br_if $pop31, .LBB1_13 +.LBB1_15: # %if.then56 call abort unreachable -BB1_16: # %for.end60 +.LBB1_16: # %for.end60 i32.const $22=, 0 i32.add $22=, $28, $22 i32.const $23=, 131072 i32.add $23=, $28, $23 call memcpy, $22, $23, $1 -BB1_17: # %for.body66 +.LBB1_17: # %for.body66 # =>This Inner Loop Header: Depth=1 - block BB1_24 - loop BB1_19 + block .LBB1_24 + loop .LBB1_19 i32.const $24=, 0 i32.add $24=, $28, $24 i32.add $push15=, $24, $6 i32.load8_u $push16=, 0($pop15) i32.and $push17=, $6, $2 i32.ne $push18=, $pop16, $pop17 - br_if $pop18, BB1_24 + br_if $pop18, .LBB1_24 # BB#18: # %for.cond63 - # in Loop: Header=BB1_17 Depth=1 + # in Loop: Header=.LBB1_17 Depth=1 i32.const $5=, 1 i32.add $6=, $6, $5 i32.le_u $push19=, $6, $3 - br_if $pop19, BB1_17 -BB1_19: # %for.end77 + br_if $pop19, .LBB1_17 +.LBB1_19: # %for.end77 i32.const $25=, 0 i32.add $25=, $28, $25 i32.const $26=, 131072 i32.add $26=, $28, $26 call memcpy, $25, $26, $0 i32.const $7=, 0 -BB1_20: # %for.body85 +.LBB1_20: # %for.body85 # =>This Inner Loop Header: Depth=1 - block BB1_23 - loop BB1_22 + block .LBB1_23 + loop .LBB1_22 i32.const $27=, 0 i32.add $27=, $28, $27 i32.add $push20=, $27, $7 i32.load8_u $push21=, 0($pop20) i32.and $push22=, $7, $2 i32.ne $push23=, $pop21, $pop22 - br_if $pop23, BB1_23 + br_if $pop23, .LBB1_23 # BB#21: # %for.cond82 - # in Loop: Header=BB1_20 Depth=1 + # in Loop: Header=.LBB1_20 Depth=1 i32.add $7=, $7, $5 i32.le_u $push24=, $7, $4 - br_if $pop24, BB1_20 -BB1_22: # %for.end96 + br_if $pop24, .LBB1_20 +.LBB1_22: # %for.end96 i32.const $push25=, 0 call exit, $pop25 unreachable -BB1_23: # %if.then92 +.LBB1_23: # %if.then92 call abort unreachable -BB1_24: # %if.then73 +.LBB1_24: # %if.then73 call abort unreachable -BB1_25: # %if.then42 +.LBB1_25: # %if.then42 call abort unreachable -BB1_26: # %if.then +.LBB1_26: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/memcpy-2.c.s b/test/torture-s/memcpy-2.c.s index b6f89a302..c78a1ffae 100644 --- a/test/torture-s/memcpy-2.c.s +++ b/test/torture-s/memcpy-2.c.s @@ -8,48 +8,48 @@ main: # @main # BB#0: # %entry i32.const $6=, 0 copy_local $0=, $6 -BB0_1: # %for.cond1.preheader +.LBB0_1: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_4 Depth 4 - # Child Loop BB0_6 Depth 4 - # Child Loop BB0_10 Depth 4 - block BB0_25 - block BB0_24 - loop BB0_23 + # Child Loop .LBB0_2 Depth 2 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_4 Depth 4 + # Child Loop .LBB0_6 Depth 4 + # Child Loop .LBB0_10 Depth 4 + block .LBB0_25 + block .LBB0_24 + loop .LBB0_23 i32.const $7=, u1 i32.add $1=, $7, $0 copy_local $2=, $6 -BB0_2: # %for.cond4.preheader - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %for.cond4.preheader + # Parent Loop .LBB0_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_4 Depth 4 - # Child Loop BB0_6 Depth 4 - # Child Loop BB0_10 Depth 4 - loop BB0_22 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_4 Depth 4 + # Child Loop .LBB0_6 Depth 4 + # Child Loop .LBB0_10 Depth 4 + loop .LBB0_22 i32.const $8=, u2 i32.add $3=, $8, $2 i32.const $9=, 65 i32.add $4=, $2, $9 i32.const $5=, 1 -BB0_3: # %for.cond7.preheader - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_3: # %for.cond7.preheader + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Loop Header: Depth=3 - # Child Loop BB0_4 Depth 4 - # Child Loop BB0_6 Depth 4 - # Child Loop BB0_10 Depth 4 - loop BB0_21 + # Child Loop .LBB0_4 Depth 4 + # Child Loop .LBB0_6 Depth 4 + # Child Loop .LBB0_10 Depth 4 + loop .LBB0_21 i32.const $14=, -96 copy_local $15=, $9 -BB0_4: # %for.body9 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 - # Parent Loop BB0_3 Depth=3 +.LBB0_4: # %for.body9 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 + # Parent Loop .LBB0_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB0_5 + loop .LBB0_5 i32.const $13=, 96 i32.add $push0=, $7, $14 i32.add $push1=, $pop0, $13 @@ -67,46 +67,46 @@ BB0_4: # %for.body9 i32.const $13=, 1 i32.add $15=, $15, $13 i32.add $14=, $14, $13 - br_if $14, BB0_4 -BB0_5: # %for.end - # in Loop: Header=BB0_3 Depth=3 + br_if $14, .LBB0_4 +.LBB0_5: # %for.end + # in Loop: Header=.LBB0_3 Depth=3 call memcpy, $1, $3, $5 i32.const $14=, 0 copy_local $16=, $7 - block BB0_9 + block .LBB0_9 i32.lt_s $push9=, $0, $13 - br_if $pop9, BB0_9 -BB0_6: # %for.body23 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 - # Parent Loop BB0_3 Depth=3 + br_if $pop9, .LBB0_9 +.LBB0_6: # %for.body23 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 + # Parent Loop .LBB0_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB0_8 + loop .LBB0_8 i32.const $15=, u1 i32.add $push10=, $15, $14 i32.load8_u $push11=, 0($pop10) i32.ne $push12=, $pop11, $10 - br_if $pop12, BB0_8 + br_if $pop12, .LBB0_8 # BB#7: # %for.inc29 - # in Loop: Header=BB0_6 Depth=4 + # in Loop: Header=.LBB0_6 Depth=4 i32.add $14=, $14, $13 i32.add $16=, $15, $14 i32.lt_s $push13=, $14, $0 - br_if $pop13, BB0_6 - br BB0_9 -BB0_8: # %if.then27 + br_if $pop13, .LBB0_6 + br .LBB0_9 +.LBB0_8: # %if.then27 call abort unreachable -BB0_9: # %for.body36.preheader - # in Loop: Header=BB0_3 Depth=3 +.LBB0_9: # %for.body36.preheader + # in Loop: Header=.LBB0_3 Depth=3 i32.const $14=, 0 copy_local $15=, $4 -BB0_10: # %for.body36 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 - # Parent Loop BB0_3 Depth=3 +.LBB0_10: # %for.body36 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 + # Parent Loop .LBB0_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB0_12 + loop .LBB0_12 i32.shl $push14=, $15, $11 i32.shr_s $push15=, $pop14, $11 i32.gt_s $push16=, $pop15, $12 @@ -117,96 +117,96 @@ BB0_10: # %for.body36 i32.const $push18=, 255 i32.and $push19=, $15, $pop18 i32.ne $push22=, $pop21, $pop19 - br_if $pop22, BB0_25 + br_if $pop22, .LBB0_25 # BB#11: # %for.inc48 - # in Loop: Header=BB0_10 Depth=4 + # in Loop: Header=.LBB0_10 Depth=4 i32.add $14=, $14, $13 i32.add $15=, $15, $13 i32.lt_s $push23=, $14, $5 - br_if $pop23, BB0_10 -BB0_12: # %for.body56.preheader - # in Loop: Header=BB0_3 Depth=3 + br_if $pop23, .LBB0_10 +.LBB0_12: # %for.body56.preheader + # in Loop: Header=.LBB0_3 Depth=3 i32.add $14=, $16, $14 i32.load8_u $push24=, 0($14) i32.ne $push25=, $pop24, $10 - br_if $pop25, BB0_24 + br_if $pop25, .LBB0_24 # BB#13: # %for.inc62 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.add $push26=, $14, $13 i32.load8_u $push27=, 0($pop26) i32.ne $push28=, $pop27, $10 - br_if $pop28, BB0_24 + br_if $pop28, .LBB0_24 # BB#14: # %for.inc62.1 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push29=, 2 i32.add $push30=, $14, $pop29 i32.load8_u $push31=, 0($pop30) i32.ne $push32=, $pop31, $10 - br_if $pop32, BB0_24 + br_if $pop32, .LBB0_24 # BB#15: # %for.inc62.2 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push33=, 3 i32.add $push34=, $14, $pop33 i32.load8_u $push35=, 0($pop34) i32.ne $push36=, $pop35, $10 - br_if $pop36, BB0_24 + br_if $pop36, .LBB0_24 # BB#16: # %for.inc62.3 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push37=, 4 i32.add $push38=, $14, $pop37 i32.load8_u $push39=, 0($pop38) i32.ne $push40=, $pop39, $10 - br_if $pop40, BB0_24 + br_if $pop40, .LBB0_24 # BB#17: # %for.inc62.4 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push41=, 5 i32.add $push42=, $14, $pop41 i32.load8_u $push43=, 0($pop42) i32.ne $push44=, $pop43, $10 - br_if $pop44, BB0_24 + br_if $pop44, .LBB0_24 # BB#18: # %for.inc62.5 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push45=, 6 i32.add $push46=, $14, $pop45 i32.load8_u $push47=, 0($pop46) i32.ne $push48=, $pop47, $10 - br_if $pop48, BB0_24 + br_if $pop48, .LBB0_24 # BB#19: # %for.inc62.6 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push49=, 7 i32.add $push50=, $14, $pop49 i32.load8_u $push51=, 0($pop50) i32.ne $push52=, $pop51, $10 - br_if $pop52, BB0_24 + br_if $pop52, .LBB0_24 # BB#20: # %for.inc62.7 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.add $5=, $5, $13 i32.const $push53=, 80 i32.lt_u $push54=, $5, $pop53 - br_if $pop54, BB0_3 -BB0_21: # %for.inc69 - # in Loop: Header=BB0_2 Depth=2 + br_if $pop54, .LBB0_3 +.LBB0_21: # %for.inc69 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $2=, $2, $13 i32.const $14=, 8 i32.lt_u $push55=, $2, $14 - br_if $pop55, BB0_2 -BB0_22: # %for.inc72 - # in Loop: Header=BB0_1 Depth=1 + br_if $pop55, .LBB0_2 +.LBB0_22: # %for.inc72 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $0=, $0, $13 i32.lt_u $push56=, $0, $14 - br_if $pop56, BB0_1 -BB0_23: # %for.end74 + br_if $pop56, .LBB0_1 +.LBB0_23: # %for.end74 i32.const $push57=, 0 call exit, $pop57 unreachable -BB0_24: # %if.then60 +.LBB0_24: # %if.then60 call abort unreachable -BB0_25: # %if.then46 +.LBB0_25: # %if.then46 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type u1,@object # @u1 .lcomm u1,96,4 diff --git a/test/torture-s/memcpy-bi.c.s b/test/torture-s/memcpy-bi.c.s index 1c815719d..fa8d03d1a 100644 --- a/test/torture-s/memcpy-bi.c.s +++ b/test/torture-s/memcpy-bi.c.s @@ -5,16 +5,16 @@ check: # @check .param i32, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.call $push0=, memcmp, $0, $1, $2 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl main .type main,@function @@ -23,9 +23,9 @@ main: # @main .local i32, i32, i32, i32, i32, i32, i64, i64, i64 # BB#0: # %entry i32.const $2=, 0 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $0=, 26 i32.rem_s $4=, $2, $0 i32.const $1=, src @@ -37,43 +37,43 @@ BB1_1: # %for.body i32.add $2=, $2, $4 i32.const $push3=, 80 i32.ne $push4=, $2, $pop3 - br_if $pop4, BB1_1 -BB1_2: # %check.exit + br_if $pop4, .LBB1_1 +.LBB1_2: # %check.exit i32.const $2=, 0 - block BB1_154 + block .LBB1_154 i32.load16_u $push5=, src($2) i32.store16 $discard=, dst($2), $pop5 i32.const $push134=, 0 i32.eq $push135=, $4, $pop134 - br_if $pop135, BB1_154 + br_if $pop135, .LBB1_154 # BB#3: # %check.exit13 i32.load16_u $3=, src($2) i32.load8_u $push6=, src+2($2) i32.store8 $discard=, dst+2($2), $pop6 i32.const $4=, dst i32.store16 $discard=, dst($2), $3 - block BB1_153 + block .LBB1_153 i32.const $push7=, 3 i32.call $push8=, memcmp, $4, $1, $pop7 - br_if $pop8, BB1_153 + br_if $pop8, .LBB1_153 # BB#4: # %check.exit17 i32.load $3=, src($2) i32.load8_u $push9=, src+4($2) i32.store8 $discard=, dst+4($2), $pop9 i32.store $discard=, dst($2), $3 - block BB1_152 + block .LBB1_152 i32.const $push10=, 5 i32.call $push11=, memcmp, $4, $1, $pop10 - br_if $pop11, BB1_152 + br_if $pop11, .LBB1_152 # BB#5: # %check.exit25 i32.load $3=, src($2) i32.load16_u $push12=, src+4($2) i32.store16 $discard=, dst+4($2), $pop12 i32.store $discard=, dst($2), $3 - block BB1_151 + block .LBB1_151 i32.const $push13=, 6 i32.call $push14=, memcmp, $4, $1, $pop13 - br_if $pop14, BB1_151 + br_if $pop14, .LBB1_151 # BB#6: # %check.exit29 i32.load16_u $3=, src+4($2) i32.load $5=, src($2) @@ -81,28 +81,28 @@ BB1_2: # %check.exit i32.store8 $discard=, dst+6($2), $pop15 i32.store16 $discard=, dst+4($2), $3 i32.store $discard=, dst($2), $5 - block BB1_150 + block .LBB1_150 i32.const $push16=, 7 i32.call $push17=, memcmp, $4, $1, $pop16 - br_if $pop17, BB1_150 + br_if $pop17, .LBB1_150 # BB#7: # %check.exit33 i64.load $6=, src($2) i32.load8_u $push18=, src+8($2) i32.store8 $discard=, dst+8($2), $pop18 i64.store $discard=, dst($2), $6 - block BB1_149 + block .LBB1_149 i32.const $push19=, 9 i32.call $push20=, memcmp, $4, $1, $pop19 - br_if $pop20, BB1_149 + br_if $pop20, .LBB1_149 # BB#8: # %check.exit41 i64.load $6=, src($2) i32.load16_u $push21=, src+8($2) i32.store16 $discard=, dst+8($2), $pop21 i64.store $discard=, dst($2), $6 - block BB1_148 + block .LBB1_148 i32.const $push22=, 10 i32.call $push23=, memcmp, $4, $1, $pop22 - br_if $pop23, BB1_148 + br_if $pop23, .LBB1_148 # BB#9: # %check.exit45 i32.load16_u $3=, src+8($2) i64.load $6=, src($2) @@ -110,19 +110,19 @@ BB1_2: # %check.exit i32.store8 $discard=, dst+10($2), $pop24 i32.store16 $discard=, dst+8($2), $3 i64.store $discard=, dst($2), $6 - block BB1_147 + block .LBB1_147 i32.const $push25=, 11 i32.call $push26=, memcmp, $4, $1, $pop25 - br_if $pop26, BB1_147 + br_if $pop26, .LBB1_147 # BB#10: # %check.exit49 i64.load $6=, src($2) i32.load $push27=, src+8($2) i32.store $discard=, dst+8($2), $pop27 i64.store $discard=, dst($2), $6 - block BB1_146 + block .LBB1_146 i32.const $push28=, 12 i32.call $push29=, memcmp, $4, $1, $pop28 - br_if $pop29, BB1_146 + br_if $pop29, .LBB1_146 # BB#11: # %check.exit53 i32.load $3=, src+8($2) i64.load $6=, src($2) @@ -130,10 +130,10 @@ BB1_2: # %check.exit i32.store8 $discard=, dst+12($2), $pop30 i32.store $discard=, dst+8($2), $3 i64.store $discard=, dst($2), $6 - block BB1_145 + block .LBB1_145 i32.const $push31=, 13 i32.call $push32=, memcmp, $4, $1, $pop31 - br_if $pop32, BB1_145 + br_if $pop32, .LBB1_145 # BB#12: # %check.exit57 i32.load $3=, src+8($2) i64.load $6=, src($2) @@ -141,10 +141,10 @@ BB1_2: # %check.exit i32.store16 $discard=, dst+12($2), $pop33 i32.store $discard=, dst+8($2), $3 i64.store $discard=, dst($2), $6 - block BB1_144 + block .LBB1_144 i32.const $push34=, 14 i32.call $push35=, memcmp, $4, $1, $pop34 - br_if $pop35, BB1_144 + br_if $pop35, .LBB1_144 # BB#13: # %check.exit61 i32.load16_u $3=, src+12($2) i32.load $5=, src+8($2) @@ -154,19 +154,19 @@ BB1_2: # %check.exit i32.store16 $discard=, dst+12($2), $3 i32.store $discard=, dst+8($2), $5 i64.store $discard=, dst($2), $6 - block BB1_143 + block .LBB1_143 i32.const $push37=, 15 i32.call $push38=, memcmp, $4, $1, $pop37 - br_if $pop38, BB1_143 + br_if $pop38, .LBB1_143 # BB#14: # %check.exit65 i64.load $6=, src($2) i64.load $push39=, src+8($2) i64.store $discard=, dst+8($2), $pop39 i64.store $discard=, dst($2), $6 - block BB1_142 + block .LBB1_142 i32.const $push40=, 16 i32.call $push41=, memcmp, $4, $1, $pop40 - br_if $pop41, BB1_142 + br_if $pop41, .LBB1_142 # BB#15: # %check.exit69 i64.load $6=, src+8($2) i64.load $7=, src($2) @@ -174,10 +174,10 @@ BB1_2: # %check.exit i32.store8 $discard=, dst+16($2), $pop42 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_141 + block .LBB1_141 i32.const $push43=, 17 i32.call $push44=, memcmp, $4, $1, $pop43 - br_if $pop44, BB1_141 + br_if $pop44, .LBB1_141 # BB#16: # %check.exit73 i64.load $6=, src+8($2) i64.load $7=, src($2) @@ -185,10 +185,10 @@ BB1_2: # %check.exit i32.store16 $discard=, dst+16($2), $pop45 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_140 + block .LBB1_140 i32.const $push46=, 18 i32.call $push47=, memcmp, $4, $1, $pop46 - br_if $pop47, BB1_140 + br_if $pop47, .LBB1_140 # BB#17: # %check.exit77 i32.load16_u $3=, src+16($2) i64.load $6=, src+8($2) @@ -198,10 +198,10 @@ BB1_2: # %check.exit i32.store16 $discard=, dst+16($2), $3 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_139 + block .LBB1_139 i32.const $push49=, 19 i32.call $push50=, memcmp, $4, $1, $pop49 - br_if $pop50, BB1_139 + br_if $pop50, .LBB1_139 # BB#18: # %check.exit81 i64.load $6=, src+8($2) i64.load $7=, src($2) @@ -209,10 +209,10 @@ BB1_2: # %check.exit i32.store $discard=, dst+16($2), $pop51 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_138 + block .LBB1_138 i32.const $push52=, 20 i32.call $push53=, memcmp, $4, $1, $pop52 - br_if $pop53, BB1_138 + br_if $pop53, .LBB1_138 # BB#19: # %check.exit85 i32.load $3=, src+16($2) i64.load $6=, src+8($2) @@ -222,10 +222,10 @@ BB1_2: # %check.exit i32.store $discard=, dst+16($2), $3 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_137 + block .LBB1_137 i32.const $push55=, 21 i32.call $push56=, memcmp, $4, $1, $pop55 - br_if $pop56, BB1_137 + br_if $pop56, .LBB1_137 # BB#20: # %check.exit89 i32.load $3=, src+16($2) i64.load $6=, src+8($2) @@ -235,10 +235,10 @@ BB1_2: # %check.exit i32.store $discard=, dst+16($2), $3 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_136 + block .LBB1_136 i32.const $push58=, 22 i32.call $push59=, memcmp, $4, $1, $pop58 - br_if $pop59, BB1_136 + br_if $pop59, .LBB1_136 # BB#21: # %check.exit93 i32.load16_u $3=, src+20($2) i32.load8_u $push60=, src+22($2) @@ -250,10 +250,10 @@ BB1_2: # %check.exit i32.store $discard=, dst+16($2), $5 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_135 + block .LBB1_135 i32.const $push61=, 23 i32.call $push62=, memcmp, $4, $1, $pop61 - br_if $pop62, BB1_135 + br_if $pop62, .LBB1_135 # BB#22: # %check.exit97 i64.load $6=, src+8($2) i64.load $7=, src($2) @@ -261,10 +261,10 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $pop63 i64.store $discard=, dst+8($2), $6 i64.store $discard=, dst($2), $7 - block BB1_134 + block .LBB1_134 i32.const $push64=, 24 i32.call $push65=, memcmp, $4, $1, $pop64 - br_if $pop65, BB1_134 + br_if $pop65, .LBB1_134 # BB#23: # %check.exit101 i64.load $6=, src+16($2) i64.load $7=, src+8($2) @@ -274,10 +274,10 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_133 + block .LBB1_133 i32.const $push67=, 25 i32.call $push68=, memcmp, $4, $1, $pop67 - br_if $pop68, BB1_133 + br_if $pop68, .LBB1_133 # BB#24: # %check.exit105 i64.load $6=, src+16($2) i64.load $7=, src+8($2) @@ -287,9 +287,9 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_132 + block .LBB1_132 i32.call $push70=, memcmp, $4, $1, $0 - br_if $pop70, BB1_132 + br_if $pop70, .LBB1_132 # BB#25: # %check.exit109 i32.load16_u $0=, src+24($2) i32.load8_u $push71=, src+26($2) @@ -301,10 +301,10 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_131 + block .LBB1_131 i32.const $push72=, 27 i32.call $push73=, memcmp, $4, $1, $pop72 - br_if $pop73, BB1_131 + br_if $pop73, .LBB1_131 # BB#26: # %check.exit113 i64.load $6=, src+16($2) i64.load $7=, src+8($2) @@ -314,10 +314,10 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_130 + block .LBB1_130 i32.const $push75=, 28 i32.call $push76=, memcmp, $4, $1, $pop75 - br_if $pop76, BB1_130 + br_if $pop76, .LBB1_130 # BB#27: # %check.exit117 i32.load $0=, src+24($2) i32.load8_u $push77=, src+28($2) @@ -329,10 +329,10 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_129 + block .LBB1_129 i32.const $push78=, 29 i32.call $push79=, memcmp, $4, $1, $pop78 - br_if $pop79, BB1_129 + br_if $pop79, .LBB1_129 # BB#28: # %check.exit121 i32.load $0=, src+24($2) i32.load16_u $push80=, src+28($2) @@ -344,16 +344,16 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_128 + block .LBB1_128 i32.const $push81=, 30 i32.call $push82=, memcmp, $4, $1, $pop81 - br_if $pop82, BB1_128 + br_if $pop82, .LBB1_128 # BB#29: # %check.exit125 i32.const $0=, 31 call memcpy, $4, $1, $0 - block BB1_127 + block .LBB1_127 i32.call $push83=, memcmp, $4, $1, $0 - br_if $pop83, BB1_127 + br_if $pop83, .LBB1_127 # BB#30: # %check.exit129 i64.load $6=, src+16($2) i64.load $7=, src+8($2) @@ -363,524 +363,524 @@ BB1_2: # %check.exit i64.store $discard=, dst+16($2), $6 i64.store $discard=, dst+8($2), $7 i64.store $discard=, dst($2), $8 - block BB1_126 + block .LBB1_126 i32.const $push85=, 32 i32.call $push86=, memcmp, $4, $1, $pop85 - br_if $pop86, BB1_126 + br_if $pop86, .LBB1_126 # BB#31: # %check.exit133 i32.const $0=, 33 call memcpy, $4, $1, $0 - block BB1_125 + block .LBB1_125 i32.call $push87=, memcmp, $4, $1, $0 - br_if $pop87, BB1_125 + br_if $pop87, .LBB1_125 # BB#32: # %check.exit137 i32.const $0=, 34 call memcpy, $4, $1, $0 - block BB1_124 + block .LBB1_124 i32.call $push88=, memcmp, $4, $1, $0 - br_if $pop88, BB1_124 + br_if $pop88, .LBB1_124 # BB#33: # %check.exit141 i32.const $0=, 35 call memcpy, $4, $1, $0 - block BB1_123 + block .LBB1_123 i32.call $push89=, memcmp, $4, $1, $0 - br_if $pop89, BB1_123 + br_if $pop89, .LBB1_123 # BB#34: # %check.exit145 i32.const $0=, 36 call memcpy, $4, $1, $0 - block BB1_122 + block .LBB1_122 i32.call $push90=, memcmp, $4, $1, $0 - br_if $pop90, BB1_122 + br_if $pop90, .LBB1_122 # BB#35: # %check.exit149 i32.const $0=, 37 call memcpy, $4, $1, $0 - block BB1_121 + block .LBB1_121 i32.call $push91=, memcmp, $4, $1, $0 - br_if $pop91, BB1_121 + br_if $pop91, .LBB1_121 # BB#36: # %check.exit153 i32.const $0=, 38 call memcpy, $4, $1, $0 - block BB1_120 + block .LBB1_120 i32.call $push92=, memcmp, $4, $1, $0 - br_if $pop92, BB1_120 + br_if $pop92, .LBB1_120 # BB#37: # %check.exit157 i32.const $0=, 39 call memcpy, $4, $1, $0 - block BB1_119 + block .LBB1_119 i32.call $push93=, memcmp, $4, $1, $0 - br_if $pop93, BB1_119 + br_if $pop93, .LBB1_119 # BB#38: # %check.exit161 i32.const $0=, 40 call memcpy, $4, $1, $0 - block BB1_118 + block .LBB1_118 i32.call $push94=, memcmp, $4, $1, $0 - br_if $pop94, BB1_118 + br_if $pop94, .LBB1_118 # BB#39: # %check.exit165 i32.const $0=, 41 call memcpy, $4, $1, $0 - block BB1_117 + block .LBB1_117 i32.call $push95=, memcmp, $4, $1, $0 - br_if $pop95, BB1_117 + br_if $pop95, .LBB1_117 # BB#40: # %check.exit169 i32.const $0=, 42 call memcpy, $4, $1, $0 - block BB1_116 + block .LBB1_116 i32.call $push96=, memcmp, $4, $1, $0 - br_if $pop96, BB1_116 + br_if $pop96, .LBB1_116 # BB#41: # %check.exit173 i32.const $0=, 43 call memcpy, $4, $1, $0 - block BB1_115 + block .LBB1_115 i32.call $push97=, memcmp, $4, $1, $0 - br_if $pop97, BB1_115 + br_if $pop97, .LBB1_115 # BB#42: # %check.exit177 i32.const $0=, 44 call memcpy, $4, $1, $0 - block BB1_114 + block .LBB1_114 i32.call $push98=, memcmp, $4, $1, $0 - br_if $pop98, BB1_114 + br_if $pop98, .LBB1_114 # BB#43: # %check.exit181 i32.const $0=, 45 call memcpy, $4, $1, $0 - block BB1_113 + block .LBB1_113 i32.call $push99=, memcmp, $4, $1, $0 - br_if $pop99, BB1_113 + br_if $pop99, .LBB1_113 # BB#44: # %check.exit185 i32.const $0=, 46 call memcpy, $4, $1, $0 - block BB1_112 + block .LBB1_112 i32.call $push100=, memcmp, $4, $1, $0 - br_if $pop100, BB1_112 + br_if $pop100, .LBB1_112 # BB#45: # %check.exit189 i32.const $0=, 47 call memcpy, $4, $1, $0 - block BB1_111 + block .LBB1_111 i32.call $push101=, memcmp, $4, $1, $0 - br_if $pop101, BB1_111 + br_if $pop101, .LBB1_111 # BB#46: # %check.exit193 i32.const $0=, 48 call memcpy, $4, $1, $0 - block BB1_110 + block .LBB1_110 i32.call $push102=, memcmp, $4, $1, $0 - br_if $pop102, BB1_110 + br_if $pop102, .LBB1_110 # BB#47: # %check.exit197 i32.const $0=, 49 call memcpy, $4, $1, $0 - block BB1_109 + block .LBB1_109 i32.call $push103=, memcmp, $4, $1, $0 - br_if $pop103, BB1_109 + br_if $pop103, .LBB1_109 # BB#48: # %check.exit201 i32.const $0=, 50 call memcpy, $4, $1, $0 - block BB1_108 + block .LBB1_108 i32.call $push104=, memcmp, $4, $1, $0 - br_if $pop104, BB1_108 + br_if $pop104, .LBB1_108 # BB#49: # %check.exit205 i32.const $0=, 51 call memcpy, $4, $1, $0 - block BB1_107 + block .LBB1_107 i32.call $push105=, memcmp, $4, $1, $0 - br_if $pop105, BB1_107 + br_if $pop105, .LBB1_107 # BB#50: # %check.exit209 i32.const $0=, 52 call memcpy, $4, $1, $0 - block BB1_106 + block .LBB1_106 i32.call $push106=, memcmp, $4, $1, $0 - br_if $pop106, BB1_106 + br_if $pop106, .LBB1_106 # BB#51: # %check.exit213 i32.const $0=, 53 call memcpy, $4, $1, $0 - block BB1_105 + block .LBB1_105 i32.call $push107=, memcmp, $4, $1, $0 - br_if $pop107, BB1_105 + br_if $pop107, .LBB1_105 # BB#52: # %check.exit217 i32.const $0=, 54 call memcpy, $4, $1, $0 - block BB1_104 + block .LBB1_104 i32.call $push108=, memcmp, $4, $1, $0 - br_if $pop108, BB1_104 + br_if $pop108, .LBB1_104 # BB#53: # %check.exit221 i32.const $0=, 55 call memcpy, $4, $1, $0 - block BB1_103 + block .LBB1_103 i32.call $push109=, memcmp, $4, $1, $0 - br_if $pop109, BB1_103 + br_if $pop109, .LBB1_103 # BB#54: # %check.exit225 i32.const $0=, 56 call memcpy, $4, $1, $0 - block BB1_102 + block .LBB1_102 i32.call $push110=, memcmp, $4, $1, $0 - br_if $pop110, BB1_102 + br_if $pop110, .LBB1_102 # BB#55: # %check.exit229 i32.const $0=, 57 call memcpy, $4, $1, $0 - block BB1_101 + block .LBB1_101 i32.call $push111=, memcmp, $4, $1, $0 - br_if $pop111, BB1_101 + br_if $pop111, .LBB1_101 # BB#56: # %check.exit233 i32.const $0=, 58 call memcpy, $4, $1, $0 - block BB1_100 + block .LBB1_100 i32.call $push112=, memcmp, $4, $1, $0 - br_if $pop112, BB1_100 + br_if $pop112, .LBB1_100 # BB#57: # %check.exit237 i32.const $0=, 59 call memcpy, $4, $1, $0 - block BB1_99 + block .LBB1_99 i32.call $push113=, memcmp, $4, $1, $0 - br_if $pop113, BB1_99 + br_if $pop113, .LBB1_99 # BB#58: # %check.exit241 i32.const $0=, 60 call memcpy, $4, $1, $0 - block BB1_98 + block .LBB1_98 i32.call $push114=, memcmp, $4, $1, $0 - br_if $pop114, BB1_98 + br_if $pop114, .LBB1_98 # BB#59: # %check.exit245 i32.const $0=, 61 call memcpy, $4, $1, $0 - block BB1_97 + block .LBB1_97 i32.call $push115=, memcmp, $4, $1, $0 - br_if $pop115, BB1_97 + br_if $pop115, .LBB1_97 # BB#60: # %check.exit249 i32.const $0=, 62 call memcpy, $4, $1, $0 - block BB1_96 + block .LBB1_96 i32.call $push116=, memcmp, $4, $1, $0 - br_if $pop116, BB1_96 + br_if $pop116, .LBB1_96 # BB#61: # %check.exit253 i32.const $0=, 63 call memcpy, $4, $1, $0 - block BB1_95 + block .LBB1_95 i32.call $push117=, memcmp, $4, $1, $0 - br_if $pop117, BB1_95 + br_if $pop117, .LBB1_95 # BB#62: # %check.exit257 i32.const $0=, 64 call memcpy, $4, $1, $0 - block BB1_94 + block .LBB1_94 i32.call $push118=, memcmp, $4, $1, $0 - br_if $pop118, BB1_94 + br_if $pop118, .LBB1_94 # BB#63: # %check.exit261 i32.const $0=, 65 call memcpy, $4, $1, $0 - block BB1_93 + block .LBB1_93 i32.call $push119=, memcmp, $4, $1, $0 - br_if $pop119, BB1_93 + br_if $pop119, .LBB1_93 # BB#64: # %check.exit265 i32.const $0=, 66 call memcpy, $4, $1, $0 - block BB1_92 + block .LBB1_92 i32.call $push120=, memcmp, $4, $1, $0 - br_if $pop120, BB1_92 + br_if $pop120, .LBB1_92 # BB#65: # %check.exit269 i32.const $0=, 67 call memcpy, $4, $1, $0 - block BB1_91 + block .LBB1_91 i32.call $push121=, memcmp, $4, $1, $0 - br_if $pop121, BB1_91 + br_if $pop121, .LBB1_91 # BB#66: # %check.exit273 i32.const $0=, 68 call memcpy, $4, $1, $0 - block BB1_90 + block .LBB1_90 i32.call $push122=, memcmp, $4, $1, $0 - br_if $pop122, BB1_90 + br_if $pop122, .LBB1_90 # BB#67: # %check.exit277 i32.const $0=, 69 call memcpy, $4, $1, $0 - block BB1_89 + block .LBB1_89 i32.call $push123=, memcmp, $4, $1, $0 - br_if $pop123, BB1_89 + br_if $pop123, .LBB1_89 # BB#68: # %check.exit281 i32.const $0=, 70 call memcpy, $4, $1, $0 - block BB1_88 + block .LBB1_88 i32.call $push124=, memcmp, $4, $1, $0 - br_if $pop124, BB1_88 + br_if $pop124, .LBB1_88 # BB#69: # %check.exit285 i32.const $0=, 71 call memcpy, $4, $1, $0 - block BB1_87 + block .LBB1_87 i32.call $push125=, memcmp, $4, $1, $0 - br_if $pop125, BB1_87 + br_if $pop125, .LBB1_87 # BB#70: # %check.exit289 i32.const $0=, 72 call memcpy, $4, $1, $0 - block BB1_86 + block .LBB1_86 i32.call $push126=, memcmp, $4, $1, $0 - br_if $pop126, BB1_86 + br_if $pop126, .LBB1_86 # BB#71: # %check.exit293 i32.const $0=, 73 call memcpy, $4, $1, $0 - block BB1_85 + block .LBB1_85 i32.call $push127=, memcmp, $4, $1, $0 - br_if $pop127, BB1_85 + br_if $pop127, .LBB1_85 # BB#72: # %check.exit297 i32.const $0=, 74 call memcpy, $4, $1, $0 - block BB1_84 + block .LBB1_84 i32.call $push128=, memcmp, $4, $1, $0 - br_if $pop128, BB1_84 + br_if $pop128, .LBB1_84 # BB#73: # %check.exit301 i32.const $0=, 75 call memcpy, $4, $1, $0 - block BB1_83 + block .LBB1_83 i32.call $push129=, memcmp, $4, $1, $0 - br_if $pop129, BB1_83 + br_if $pop129, .LBB1_83 # BB#74: # %check.exit305 i32.const $0=, 76 call memcpy, $4, $1, $0 - block BB1_82 + block .LBB1_82 i32.call $push130=, memcmp, $4, $1, $0 - br_if $pop130, BB1_82 + br_if $pop130, .LBB1_82 # BB#75: # %check.exit309 i32.const $0=, 77 call memcpy, $4, $1, $0 - block BB1_81 + block .LBB1_81 i32.call $push131=, memcmp, $4, $1, $0 - br_if $pop131, BB1_81 + br_if $pop131, .LBB1_81 # BB#76: # %check.exit313 i32.const $0=, 78 call memcpy, $4, $1, $0 - block BB1_80 + block .LBB1_80 i32.call $push132=, memcmp, $4, $1, $0 - br_if $pop132, BB1_80 + br_if $pop132, .LBB1_80 # BB#77: # %check.exit317 i32.const $0=, 79 call memcpy, $4, $1, $0 - block BB1_79 + block .LBB1_79 i32.call $push133=, memcmp, $4, $1, $0 - br_if $pop133, BB1_79 + br_if $pop133, .LBB1_79 # BB#78: # %check.exit321 return $2 -BB1_79: # %if.then.i320 +.LBB1_79: # %if.then.i320 call abort unreachable -BB1_80: # %if.then.i316 +.LBB1_80: # %if.then.i316 call abort unreachable -BB1_81: # %if.then.i312 +.LBB1_81: # %if.then.i312 call abort unreachable -BB1_82: # %if.then.i308 +.LBB1_82: # %if.then.i308 call abort unreachable -BB1_83: # %if.then.i304 +.LBB1_83: # %if.then.i304 call abort unreachable -BB1_84: # %if.then.i300 +.LBB1_84: # %if.then.i300 call abort unreachable -BB1_85: # %if.then.i296 +.LBB1_85: # %if.then.i296 call abort unreachable -BB1_86: # %if.then.i292 +.LBB1_86: # %if.then.i292 call abort unreachable -BB1_87: # %if.then.i288 +.LBB1_87: # %if.then.i288 call abort unreachable -BB1_88: # %if.then.i284 +.LBB1_88: # %if.then.i284 call abort unreachable -BB1_89: # %if.then.i280 +.LBB1_89: # %if.then.i280 call abort unreachable -BB1_90: # %if.then.i276 +.LBB1_90: # %if.then.i276 call abort unreachable -BB1_91: # %if.then.i272 +.LBB1_91: # %if.then.i272 call abort unreachable -BB1_92: # %if.then.i268 +.LBB1_92: # %if.then.i268 call abort unreachable -BB1_93: # %if.then.i264 +.LBB1_93: # %if.then.i264 call abort unreachable -BB1_94: # %if.then.i260 +.LBB1_94: # %if.then.i260 call abort unreachable -BB1_95: # %if.then.i256 +.LBB1_95: # %if.then.i256 call abort unreachable -BB1_96: # %if.then.i252 +.LBB1_96: # %if.then.i252 call abort unreachable -BB1_97: # %if.then.i248 +.LBB1_97: # %if.then.i248 call abort unreachable -BB1_98: # %if.then.i244 +.LBB1_98: # %if.then.i244 call abort unreachable -BB1_99: # %if.then.i240 +.LBB1_99: # %if.then.i240 call abort unreachable -BB1_100: # %if.then.i236 +.LBB1_100: # %if.then.i236 call abort unreachable -BB1_101: # %if.then.i232 +.LBB1_101: # %if.then.i232 call abort unreachable -BB1_102: # %if.then.i228 +.LBB1_102: # %if.then.i228 call abort unreachable -BB1_103: # %if.then.i224 +.LBB1_103: # %if.then.i224 call abort unreachable -BB1_104: # %if.then.i220 +.LBB1_104: # %if.then.i220 call abort unreachable -BB1_105: # %if.then.i216 +.LBB1_105: # %if.then.i216 call abort unreachable -BB1_106: # %if.then.i212 +.LBB1_106: # %if.then.i212 call abort unreachable -BB1_107: # %if.then.i208 +.LBB1_107: # %if.then.i208 call abort unreachable -BB1_108: # %if.then.i204 +.LBB1_108: # %if.then.i204 call abort unreachable -BB1_109: # %if.then.i200 +.LBB1_109: # %if.then.i200 call abort unreachable -BB1_110: # %if.then.i196 +.LBB1_110: # %if.then.i196 call abort unreachable -BB1_111: # %if.then.i192 +.LBB1_111: # %if.then.i192 call abort unreachable -BB1_112: # %if.then.i188 +.LBB1_112: # %if.then.i188 call abort unreachable -BB1_113: # %if.then.i184 +.LBB1_113: # %if.then.i184 call abort unreachable -BB1_114: # %if.then.i180 +.LBB1_114: # %if.then.i180 call abort unreachable -BB1_115: # %if.then.i176 +.LBB1_115: # %if.then.i176 call abort unreachable -BB1_116: # %if.then.i172 +.LBB1_116: # %if.then.i172 call abort unreachable -BB1_117: # %if.then.i168 +.LBB1_117: # %if.then.i168 call abort unreachable -BB1_118: # %if.then.i164 +.LBB1_118: # %if.then.i164 call abort unreachable -BB1_119: # %if.then.i160 +.LBB1_119: # %if.then.i160 call abort unreachable -BB1_120: # %if.then.i156 +.LBB1_120: # %if.then.i156 call abort unreachable -BB1_121: # %if.then.i152 +.LBB1_121: # %if.then.i152 call abort unreachable -BB1_122: # %if.then.i148 +.LBB1_122: # %if.then.i148 call abort unreachable -BB1_123: # %if.then.i144 +.LBB1_123: # %if.then.i144 call abort unreachable -BB1_124: # %if.then.i140 +.LBB1_124: # %if.then.i140 call abort unreachable -BB1_125: # %if.then.i136 +.LBB1_125: # %if.then.i136 call abort unreachable -BB1_126: # %if.then.i132 +.LBB1_126: # %if.then.i132 call abort unreachable -BB1_127: # %if.then.i128 +.LBB1_127: # %if.then.i128 call abort unreachable -BB1_128: # %if.then.i124 +.LBB1_128: # %if.then.i124 call abort unreachable -BB1_129: # %if.then.i120 +.LBB1_129: # %if.then.i120 call abort unreachable -BB1_130: # %if.then.i116 +.LBB1_130: # %if.then.i116 call abort unreachable -BB1_131: # %if.then.i112 +.LBB1_131: # %if.then.i112 call abort unreachable -BB1_132: # %if.then.i108 +.LBB1_132: # %if.then.i108 call abort unreachable -BB1_133: # %if.then.i104 +.LBB1_133: # %if.then.i104 call abort unreachable -BB1_134: # %if.then.i100 +.LBB1_134: # %if.then.i100 call abort unreachable -BB1_135: # %if.then.i96 +.LBB1_135: # %if.then.i96 call abort unreachable -BB1_136: # %if.then.i92 +.LBB1_136: # %if.then.i92 call abort unreachable -BB1_137: # %if.then.i88 +.LBB1_137: # %if.then.i88 call abort unreachable -BB1_138: # %if.then.i84 +.LBB1_138: # %if.then.i84 call abort unreachable -BB1_139: # %if.then.i80 +.LBB1_139: # %if.then.i80 call abort unreachable -BB1_140: # %if.then.i76 +.LBB1_140: # %if.then.i76 call abort unreachable -BB1_141: # %if.then.i72 +.LBB1_141: # %if.then.i72 call abort unreachable -BB1_142: # %if.then.i68 +.LBB1_142: # %if.then.i68 call abort unreachable -BB1_143: # %if.then.i64 +.LBB1_143: # %if.then.i64 call abort unreachable -BB1_144: # %if.then.i60 +.LBB1_144: # %if.then.i60 call abort unreachable -BB1_145: # %if.then.i56 +.LBB1_145: # %if.then.i56 call abort unreachable -BB1_146: # %if.then.i52 +.LBB1_146: # %if.then.i52 call abort unreachable -BB1_147: # %if.then.i48 +.LBB1_147: # %if.then.i48 call abort unreachable -BB1_148: # %if.then.i44 +.LBB1_148: # %if.then.i44 call abort unreachable -BB1_149: # %if.then.i40 +.LBB1_149: # %if.then.i40 call abort unreachable -BB1_150: # %if.then.i32 +.LBB1_150: # %if.then.i32 call abort unreachable -BB1_151: # %if.then.i28 +.LBB1_151: # %if.then.i28 call abort unreachable -BB1_152: # %if.then.i24 +.LBB1_152: # %if.then.i24 call abort unreachable -BB1_153: # %if.then.i16 +.LBB1_153: # %if.then.i16 call abort unreachable -BB1_154: # %if.then.i12 +.LBB1_154: # %if.then.i12 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type src,@object # @src .bss diff --git a/test/torture-s/memset-1.c.s b/test/torture-s/memset-1.c.s index 34ba1e8f9..2bf50e5e8 100644 --- a/test/torture-s/memset-1.c.s +++ b/test/torture-s/memset-1.c.s @@ -7,43 +7,43 @@ main: # @main .local i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 -BB0_1: # %for.cond1.preheader +.LBB0_1: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_5 Depth 3 - # Child Loop BB0_9 Depth 3 - # Child Loop BB0_20 Depth 3 - # Child Loop BB0_24 Depth 3 - # Child Loop BB0_35 Depth 3 - # Child Loop BB0_39 Depth 3 - block BB0_57 - block BB0_56 - block BB0_55 - block BB0_54 - block BB0_53 - block BB0_52 - loop BB0_51 + # Child Loop .LBB0_2 Depth 2 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_5 Depth 3 + # Child Loop .LBB0_9 Depth 3 + # Child Loop .LBB0_20 Depth 3 + # Child Loop .LBB0_24 Depth 3 + # Child Loop .LBB0_35 Depth 3 + # Child Loop .LBB0_39 Depth 3 + block .LBB0_57 + block .LBB0_56 + block .LBB0_55 + block .LBB0_54 + block .LBB0_53 + block .LBB0_52 + loop .LBB0_51 i32.const $3=, u i32.add $1=, $3, $0 i32.const $2=, 1 -BB0_2: # %for.cond4.preheader - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %for.cond4.preheader + # Parent Loop .LBB0_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_5 Depth 3 - # Child Loop BB0_9 Depth 3 - # Child Loop BB0_20 Depth 3 - # Child Loop BB0_24 Depth 3 - # Child Loop BB0_35 Depth 3 - # Child Loop BB0_39 Depth 3 - loop BB0_50 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_5 Depth 3 + # Child Loop .LBB0_9 Depth 3 + # Child Loop .LBB0_20 Depth 3 + # Child Loop .LBB0_24 Depth 3 + # Child Loop .LBB0_35 Depth 3 + # Child Loop .LBB0_39 Depth 3 + loop .LBB0_50 i32.const $14=, -96 -BB0_3: # %for.body6 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_3: # %for.body6 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_4 + loop .LBB0_4 i32.add $push0=, $3, $14 i32.const $push1=, 96 i32.add $push2=, $pop0, $pop1 @@ -51,330 +51,330 @@ BB0_3: # %for.body6 i32.store8 $4=, 0($pop2), $pop3 i32.const $5=, 1 i32.add $14=, $14, $5 - br_if $14, BB0_3 -BB0_4: # %for.end - # in Loop: Header=BB0_2 Depth=2 + br_if $14, .LBB0_3 +.LBB0_4: # %for.end + # in Loop: Header=.LBB0_2 Depth=2 i32.const $14=, 0 call memset, $1, $14, $2 copy_local $6=, $3 - block BB0_8 + block .LBB0_8 i32.lt_s $push4=, $0, $5 - br_if $pop4, BB0_8 -BB0_5: # %for.body11 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 + br_if $pop4, .LBB0_8 +.LBB0_5: # %for.body11 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_7 + loop .LBB0_7 i32.const $6=, u i32.add $push5=, $6, $14 i32.load8_u $push6=, 0($pop5) i32.ne $push7=, $pop6, $4 - br_if $pop7, BB0_7 + br_if $pop7, .LBB0_7 # BB#6: # %for.inc16 - # in Loop: Header=BB0_5 Depth=3 + # in Loop: Header=.LBB0_5 Depth=3 i32.add $14=, $14, $5 i32.add $6=, $6, $14 i32.lt_s $push8=, $14, $0 - br_if $pop8, BB0_5 - br BB0_8 -BB0_7: # %if.then14 + br_if $pop8, .LBB0_5 + br .LBB0_8 +.LBB0_7: # %if.then14 call abort unreachable -BB0_8: # %for.body22.preheader - # in Loop: Header=BB0_2 Depth=2 +.LBB0_8: # %for.body22.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.const $14=, 0 -BB0_9: # %for.body22 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_9: # %for.body22 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_11 + loop .LBB0_11 i32.add $push9=, $6, $14 i32.load8_u $push10=, 0($pop9) - br_if $pop10, BB0_57 + br_if $pop10, .LBB0_57 # BB#10: # %for.inc28 - # in Loop: Header=BB0_9 Depth=3 + # in Loop: Header=.LBB0_9 Depth=3 i32.add $14=, $14, $5 i32.lt_s $push11=, $14, $2 - br_if $pop11, BB0_9 -BB0_11: # %for.body35.preheader - # in Loop: Header=BB0_2 Depth=2 + br_if $pop11, .LBB0_9 +.LBB0_11: # %for.body35.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.add $14=, $6, $14 i32.load8_u $push12=, 0($14) i32.ne $push13=, $pop12, $4 - br_if $pop13, BB0_56 + br_if $pop13, .LBB0_56 # BB#12: # %for.inc41 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push14=, $14, $5 i32.load8_u $push15=, 0($pop14) i32.ne $push16=, $pop15, $4 - br_if $pop16, BB0_56 + br_if $pop16, .LBB0_56 # BB#13: # %for.inc41.1 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $7=, 2 i32.add $push17=, $14, $7 i32.load8_u $push18=, 0($pop17) i32.ne $push19=, $pop18, $4 - br_if $pop19, BB0_56 + br_if $pop19, .LBB0_56 # BB#14: # %for.inc41.2 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $8=, 3 i32.add $push20=, $14, $8 i32.load8_u $push21=, 0($pop20) i32.ne $push22=, $pop21, $4 - br_if $pop22, BB0_56 + br_if $pop22, .LBB0_56 # BB#15: # %for.inc41.3 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $9=, 4 i32.add $push23=, $14, $9 i32.load8_u $push24=, 0($pop23) i32.ne $push25=, $pop24, $4 - br_if $pop25, BB0_56 + br_if $pop25, .LBB0_56 # BB#16: # %for.inc41.4 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $10=, 5 i32.add $push26=, $14, $10 i32.load8_u $push27=, 0($pop26) i32.ne $push28=, $pop27, $4 - br_if $pop28, BB0_56 + br_if $pop28, .LBB0_56 # BB#17: # %for.inc41.5 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $11=, 6 i32.add $push29=, $14, $11 i32.load8_u $push30=, 0($pop29) i32.ne $push31=, $pop30, $4 - br_if $pop31, BB0_56 + br_if $pop31, .LBB0_56 # BB#18: # %for.inc41.6 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $12=, 7 i32.add $push32=, $14, $12 i32.load8_u $push33=, 0($pop32) i32.ne $push34=, $pop33, $4 - br_if $pop34, BB0_56 + br_if $pop34, .LBB0_56 # BB#19: # %for.inc41.7 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $14=, 0 i32.load8_u $push36=, A($14) call memset, $1, $pop36, $2 i32.const $6=, u - block BB0_23 + block .LBB0_23 i32.le_s $push35=, $0, $14 - br_if $pop35, BB0_23 -BB0_20: # %for.body55 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 + br_if $pop35, .LBB0_23 +.LBB0_20: # %for.body55 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_22 + loop .LBB0_22 i32.const $6=, u i32.add $push37=, $6, $14 i32.load8_u $push38=, 0($pop37) i32.ne $push39=, $pop38, $4 - br_if $pop39, BB0_22 + br_if $pop39, .LBB0_22 # BB#21: # %for.inc61 - # in Loop: Header=BB0_20 Depth=3 + # in Loop: Header=.LBB0_20 Depth=3 i32.add $14=, $14, $5 i32.add $6=, $6, $14 i32.lt_s $push40=, $14, $0 - br_if $pop40, BB0_20 - br BB0_23 -BB0_22: # %if.then59 + br_if $pop40, .LBB0_20 + br .LBB0_23 +.LBB0_22: # %if.then59 call abort unreachable -BB0_23: # %for.body68.preheader - # in Loop: Header=BB0_2 Depth=2 +.LBB0_23: # %for.body68.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.const $14=, 0 -BB0_24: # %for.body68 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_24: # %for.body68 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_26 + loop .LBB0_26 i32.add $push41=, $6, $14 i32.load8_u $push42=, 0($pop41) i32.const $push43=, 65 i32.ne $push44=, $pop42, $pop43 - br_if $pop44, BB0_55 + br_if $pop44, .LBB0_55 # BB#25: # %for.inc74 - # in Loop: Header=BB0_24 Depth=3 + # in Loop: Header=.LBB0_24 Depth=3 i32.add $14=, $14, $5 i32.lt_s $push45=, $14, $2 - br_if $pop45, BB0_24 -BB0_26: # %for.body81.preheader - # in Loop: Header=BB0_2 Depth=2 + br_if $pop45, .LBB0_24 +.LBB0_26: # %for.body81.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.add $14=, $6, $14 i32.load8_u $push46=, 0($14) i32.ne $push47=, $pop46, $4 - br_if $pop47, BB0_54 + br_if $pop47, .LBB0_54 # BB#27: # %for.inc87 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push48=, $14, $5 i32.load8_u $push49=, 0($pop48) i32.ne $push50=, $pop49, $4 - br_if $pop50, BB0_54 + br_if $pop50, .LBB0_54 # BB#28: # %for.inc87.1 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push51=, $14, $7 i32.load8_u $push52=, 0($pop51) i32.ne $push53=, $pop52, $4 - br_if $pop53, BB0_54 + br_if $pop53, .LBB0_54 # BB#29: # %for.inc87.2 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push54=, $14, $8 i32.load8_u $push55=, 0($pop54) i32.ne $push56=, $pop55, $4 - br_if $pop56, BB0_54 + br_if $pop56, .LBB0_54 # BB#30: # %for.inc87.3 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push57=, $14, $9 i32.load8_u $push58=, 0($pop57) i32.ne $push59=, $pop58, $4 - br_if $pop59, BB0_54 + br_if $pop59, .LBB0_54 # BB#31: # %for.inc87.4 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push60=, $14, $10 i32.load8_u $push61=, 0($pop60) i32.ne $push62=, $pop61, $4 - br_if $pop62, BB0_54 + br_if $pop62, .LBB0_54 # BB#32: # %for.inc87.5 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push63=, $14, $11 i32.load8_u $push64=, 0($pop63) i32.ne $push65=, $pop64, $4 - br_if $pop65, BB0_54 + br_if $pop65, .LBB0_54 # BB#33: # %for.inc87.6 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push66=, $14, $12 i32.load8_u $push67=, 0($pop66) i32.ne $push68=, $pop67, $4 - br_if $pop68, BB0_54 + br_if $pop68, .LBB0_54 # BB#34: # %for.inc87.7 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $14=, 0 i32.const $13=, 66 call memset, $1, $13, $2 i32.const $6=, u - block BB0_38 + block .LBB0_38 i32.le_s $push69=, $0, $14 - br_if $pop69, BB0_38 -BB0_35: # %for.body100 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 + br_if $pop69, .LBB0_38 +.LBB0_35: # %for.body100 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_37 + loop .LBB0_37 i32.const $6=, u i32.add $push70=, $6, $14 i32.load8_u $push71=, 0($pop70) i32.ne $push72=, $pop71, $4 - br_if $pop72, BB0_37 + br_if $pop72, .LBB0_37 # BB#36: # %for.inc106 - # in Loop: Header=BB0_35 Depth=3 + # in Loop: Header=.LBB0_35 Depth=3 i32.add $14=, $14, $5 i32.add $6=, $6, $14 i32.lt_s $push73=, $14, $0 - br_if $pop73, BB0_35 - br BB0_38 -BB0_37: # %if.then104 + br_if $pop73, .LBB0_35 + br .LBB0_38 +.LBB0_37: # %if.then104 call abort unreachable -BB0_38: # %for.body113.preheader - # in Loop: Header=BB0_2 Depth=2 +.LBB0_38: # %for.body113.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.const $14=, 0 -BB0_39: # %for.body113 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_39: # %for.body113 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_41 + loop .LBB0_41 i32.add $push74=, $6, $14 i32.load8_u $push75=, 0($pop74) i32.ne $push76=, $pop75, $13 - br_if $pop76, BB0_53 + br_if $pop76, .LBB0_53 # BB#40: # %for.inc119 - # in Loop: Header=BB0_39 Depth=3 + # in Loop: Header=.LBB0_39 Depth=3 i32.add $14=, $14, $5 i32.lt_s $push77=, $14, $2 - br_if $pop77, BB0_39 -BB0_41: # %for.body126.preheader - # in Loop: Header=BB0_2 Depth=2 + br_if $pop77, .LBB0_39 +.LBB0_41: # %for.body126.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.add $14=, $6, $14 i32.load8_u $push78=, 0($14) i32.ne $push79=, $pop78, $4 - br_if $pop79, BB0_52 + br_if $pop79, .LBB0_52 # BB#42: # %for.inc132 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push80=, $14, $5 i32.load8_u $push81=, 0($pop80) i32.ne $push82=, $pop81, $4 - br_if $pop82, BB0_52 + br_if $pop82, .LBB0_52 # BB#43: # %for.inc132.1 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push83=, $14, $7 i32.load8_u $push84=, 0($pop83) i32.ne $push85=, $pop84, $4 - br_if $pop85, BB0_52 + br_if $pop85, .LBB0_52 # BB#44: # %for.inc132.2 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push86=, $14, $8 i32.load8_u $push87=, 0($pop86) i32.ne $push88=, $pop87, $4 - br_if $pop88, BB0_52 + br_if $pop88, .LBB0_52 # BB#45: # %for.inc132.3 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push89=, $14, $9 i32.load8_u $push90=, 0($pop89) i32.ne $push91=, $pop90, $4 - br_if $pop91, BB0_52 + br_if $pop91, .LBB0_52 # BB#46: # %for.inc132.4 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push92=, $14, $10 i32.load8_u $push93=, 0($pop92) i32.ne $push94=, $pop93, $4 - br_if $pop94, BB0_52 + br_if $pop94, .LBB0_52 # BB#47: # %for.inc132.5 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push95=, $14, $11 i32.load8_u $push96=, 0($pop95) i32.ne $push97=, $pop96, $4 - br_if $pop97, BB0_52 + br_if $pop97, .LBB0_52 # BB#48: # %for.inc132.6 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $push98=, $14, $12 i32.load8_u $push99=, 0($pop98) i32.ne $push100=, $pop99, $4 - br_if $pop100, BB0_52 + br_if $pop100, .LBB0_52 # BB#49: # %for.inc132.7 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $2=, $2, $5 i32.const $push101=, 80 i32.lt_u $push102=, $2, $pop101 - br_if $pop102, BB0_2 -BB0_50: # %for.inc139 - # in Loop: Header=BB0_1 Depth=1 + br_if $pop102, .LBB0_2 +.LBB0_50: # %for.inc139 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $0=, $0, $5 i32.const $push103=, 8 i32.lt_u $push104=, $0, $pop103 - br_if $pop104, BB0_1 -BB0_51: # %for.end141 + br_if $pop104, .LBB0_1 +.LBB0_51: # %for.end141 i32.const $push105=, 0 call exit, $pop105 unreachable -BB0_52: # %if.then130 +.LBB0_52: # %if.then130 call abort unreachable -BB0_53: # %if.then117 +.LBB0_53: # %if.then117 call abort unreachable -BB0_54: # %if.then85 +.LBB0_54: # %if.then85 call abort unreachable -BB0_55: # %if.then72 +.LBB0_55: # %if.then72 call abort unreachable -BB0_56: # %if.then39 +.LBB0_56: # %if.then39 call abort unreachable -BB0_57: # %if.then26 +.LBB0_57: # %if.then26 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type A,@object # @A .data diff --git a/test/torture-s/memset-2.c.s b/test/torture-s/memset-2.c.s index 15e504a54..ec977ffd6 100644 --- a/test/torture-s/memset-2.c.s +++ b/test/torture-s/memset-2.c.s @@ -37,8 +37,8 @@ reset: # @reset i32.store8 $push26=, u+29($0), $pop25 i32.store8 $discard=, u+30($0), $pop26 return -func_end0: - .size reset, func_end0-reset +.Lfunc_end0: + .size reset, .Lfunc_end0-reset .globl check .type check,@function @@ -48,94 +48,94 @@ check: # @check # BB#0: # %entry i32.const $4=, 0 i32.const $3=, u - block BB1_4 + block .LBB1_4 i32.le_s $push0=, $0, $4 - br_if $pop0, BB1_4 -BB1_1: # %for.body + br_if $pop0, .LBB1_4 +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $3=, u i32.add $push1=, $3, $4 i32.load8_u $push2=, 0($pop1) i32.const $push3=, 97 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_3 + br_if $pop4, .LBB1_3 # BB#2: # %for.inc - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push5=, 1 i32.add $4=, $4, $pop5 i32.add $3=, $3, $4 i32.lt_s $push6=, $4, $0 - br_if $pop6, BB1_1 - br BB1_4 -BB1_3: # %if.then + br_if $pop6, .LBB1_1 + br .LBB1_4 +.LBB1_3: # %if.then call abort unreachable -BB1_4: # %for.cond3.preheader +.LBB1_4: # %for.cond3.preheader i32.const $4=, 0 copy_local $0=, $3 - block BB1_8 + block .LBB1_8 i32.le_s $push7=, $1, $4 - br_if $pop7, BB1_8 -BB1_5: # %for.body6 + br_if $pop7, .LBB1_8 +.LBB1_5: # %for.body6 # =>This Inner Loop Header: Depth=1 - loop BB1_7 + loop .LBB1_7 i32.add $push8=, $3, $4 i32.load8_s $push9=, 0($pop8) i32.ne $push10=, $pop9, $2 - br_if $pop10, BB1_7 + br_if $pop10, .LBB1_7 # BB#6: # %for.inc12 - # in Loop: Header=BB1_5 Depth=1 + # in Loop: Header=.LBB1_5 Depth=1 i32.const $push11=, 1 i32.add $4=, $4, $pop11 i32.add $0=, $3, $4 i32.lt_s $push12=, $4, $1 - br_if $pop12, BB1_5 - br BB1_8 -BB1_7: # %if.then10 + br_if $pop12, .LBB1_5 + br .LBB1_8 +.LBB1_7: # %if.then10 call abort unreachable -BB1_8: # %for.body19.preheader +.LBB1_8: # %for.body19.preheader i32.const $4=, 97 - block BB1_17 + block .LBB1_17 i32.load8_u $push13=, 0($0) i32.ne $push14=, $pop13, $4 - br_if $pop14, BB1_17 + br_if $pop14, .LBB1_17 # BB#9: # %for.inc25 i32.load8_u $push15=, 1($0) i32.ne $push16=, $pop15, $4 - br_if $pop16, BB1_17 + br_if $pop16, .LBB1_17 # BB#10: # %for.inc25.1 i32.load8_u $push17=, 2($0) i32.ne $push18=, $pop17, $4 - br_if $pop18, BB1_17 + br_if $pop18, .LBB1_17 # BB#11: # %for.inc25.2 i32.load8_u $push19=, 3($0) i32.ne $push20=, $pop19, $4 - br_if $pop20, BB1_17 + br_if $pop20, .LBB1_17 # BB#12: # %for.inc25.3 i32.load8_u $push21=, 4($0) i32.ne $push22=, $pop21, $4 - br_if $pop22, BB1_17 + br_if $pop22, .LBB1_17 # BB#13: # %for.inc25.4 i32.load8_u $push23=, 5($0) i32.ne $push24=, $pop23, $4 - br_if $pop24, BB1_17 + br_if $pop24, .LBB1_17 # BB#14: # %for.inc25.5 i32.load8_u $push25=, 6($0) i32.ne $push26=, $pop25, $4 - br_if $pop26, BB1_17 + br_if $pop26, .LBB1_17 # BB#15: # %for.inc25.6 i32.load8_u $push27=, 7($0) i32.ne $push28=, $pop27, $4 - br_if $pop28, BB1_17 + br_if $pop28, .LBB1_17 # BB#16: # %for.inc25.7 return -BB1_17: # %if.then23 +.LBB1_17: # %if.then23 call abort unreachable -func_end1: - .size check, func_end1-check +.Lfunc_end1: + .size check, .Lfunc_end1-check .globl main .type main,@function @@ -145,9 +145,9 @@ main: # @main # BB#0: # %entry i32.const $27=, 0 copy_local $25=, $27 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $push0=, 1633771873 i32.store $22=, u($27), $pop0 i32.const $push1=, 24929 @@ -194,10 +194,10 @@ BB2_1: # %for.body i32.const $3=, 8 copy_local $24=, $17 i32.ne $push29=, $25, $3 - br_if $pop29, BB2_1 -BB2_2: # %for.body18 + br_if $pop29, .LBB2_1 +.LBB2_2: # %for.body18 # =>This Inner Loop Header: Depth=1 - loop BB2_3 + loop .LBB2_3 i32.store8 $push30=, u+6($17), $13 i32.store8 $push31=, u+7($17), $pop30 i32.store8 $push32=, u+8($17), $pop31 @@ -241,10 +241,10 @@ BB2_2: # %for.body18 i32.add $24=, $24, $1 copy_local $18=, $27 i32.ne $push58=, $24, $3 - br_if $pop58, BB2_2 -BB2_3: # %for.body44 + br_if $pop58, .LBB2_2 +.LBB2_3: # %for.body44 # =>This Inner Loop Header: Depth=1 - loop BB2_4 + loop .LBB2_4 i32.store8 $push59=, u+6($27), $8 i32.store8 $push60=, u+7($27), $pop59 i32.store8 $push61=, u+8($27), $pop60 @@ -292,10 +292,10 @@ BB2_3: # %for.body44 i32.add $18=, $18, $1 copy_local $24=, $17 i32.ne $push89=, $18, $3 - br_if $pop89, BB2_3 -BB2_4: # %for.body70 + br_if $pop89, .LBB2_3 +.LBB2_4: # %for.body70 # =>This Inner Loop Header: Depth=1 - loop BB2_5 + loop .LBB2_5 i32.store8 $push90=, u+6($17), $15 i32.store8 $push91=, u+7($17), $pop90 i32.store8 $push92=, u+8($17), $pop91 @@ -347,10 +347,10 @@ BB2_4: # %for.body70 i32.add $24=, $24, $1 copy_local $18=, $27 i32.ne $push122=, $24, $3 - br_if $pop122, BB2_4 -BB2_5: # %for.body96 + br_if $pop122, .LBB2_4 +.LBB2_5: # %for.body96 # =>This Inner Loop Header: Depth=1 - loop BB2_6 + loop .LBB2_6 i32.store8 $push123=, u+6($27), $12 i32.store8 $push124=, u+7($27), $pop123 i32.store8 $push125=, u+8($27), $pop124 @@ -406,10 +406,10 @@ BB2_5: # %for.body96 i32.add $18=, $18, $1 copy_local $22=, $17 i32.ne $push157=, $18, $3 - br_if $pop157, BB2_5 -BB2_6: # %for.body122 + br_if $pop157, .LBB2_5 +.LBB2_6: # %for.body122 # =>This Inner Loop Header: Depth=1 - loop BB2_7 + loop .LBB2_7 i32.store8 $push158=, u+6($17), $16 i32.store8 $push159=, u+7($17), $pop158 i32.store8 $push160=, u+8($17), $pop159 @@ -469,10 +469,10 @@ BB2_6: # %for.body122 i32.add $22=, $22, $1 copy_local $26=, $27 i32.ne $push194=, $22, $3 - br_if $pop194, BB2_6 -BB2_7: # %for.body148 + br_if $pop194, .LBB2_6 +.LBB2_7: # %for.body148 # =>This Inner Loop Header: Depth=1 - loop BB2_8 + loop .LBB2_8 i32.store8 $push195=, u+6($27), $4 i32.store8 $push196=, u+7($27), $pop195 i32.store8 $push197=, u+8($27), $pop196 @@ -536,10 +536,10 @@ BB2_7: # %for.body148 i32.add $26=, $26, $1 copy_local $24=, $17 i32.ne $push233=, $26, $3 - br_if $pop233, BB2_7 -BB2_8: # %for.body174 + br_if $pop233, .LBB2_7 +.LBB2_8: # %for.body174 # =>This Inner Loop Header: Depth=1 - loop BB2_9 + loop .LBB2_9 i32.store8 $push234=, u+6($17), $6 i32.store8 $push235=, u+7($17), $pop234 i32.store8 $push236=, u+8($17), $pop235 @@ -608,10 +608,10 @@ BB2_8: # %for.body174 i32.add $24=, $24, $1 copy_local $27=, $17 i32.ne $push276=, $24, $3 - br_if $pop276, BB2_8 -BB2_9: # %for.body200 + br_if $pop276, .LBB2_8 +.LBB2_9: # %for.body200 # =>This Inner Loop Header: Depth=1 - loop BB2_10 + loop .LBB2_10 i32.store8 $push277=, u+6($17), $4 i32.store8 $push278=, u+7($17), $pop277 i32.store8 $push279=, u+8($17), $pop278 @@ -651,10 +651,10 @@ BB2_9: # %for.body200 i32.add $27=, $27, $1 copy_local $25=, $17 i32.ne $push302=, $27, $3 - br_if $pop302, BB2_9 -BB2_10: # %for.body226 + br_if $pop302, .LBB2_9 +.LBB2_10: # %for.body226 # =>This Inner Loop Header: Depth=1 - loop BB2_11 + loop .LBB2_11 i32.store8 $push303=, u+6($17), $23 i32.store8 $push304=, u+7($17), $pop303 i32.store8 $push305=, u+8($17), $pop304 @@ -694,10 +694,10 @@ BB2_10: # %for.body226 i32.add $25=, $25, $1 copy_local $27=, $17 i32.ne $push328=, $25, $3 - br_if $pop328, BB2_10 -BB2_11: # %for.body252 + br_if $pop328, .LBB2_10 +.LBB2_11: # %for.body252 # =>This Inner Loop Header: Depth=1 - loop BB2_12 + loop .LBB2_12 i32.store8 $push329=, u+6($17), $26 i32.store8 $push330=, u+7($17), $pop329 i32.store8 $push331=, u+8($17), $pop330 @@ -737,10 +737,10 @@ BB2_11: # %for.body252 i32.add $27=, $27, $1 copy_local $25=, $17 i32.ne $push354=, $27, $3 - br_if $pop354, BB2_11 -BB2_12: # %for.body278 + br_if $pop354, .LBB2_11 +.LBB2_12: # %for.body278 # =>This Inner Loop Header: Depth=1 - loop BB2_13 + loop .LBB2_13 i32.store8 $push355=, u+6($17), $23 i32.store8 $push356=, u+7($17), $pop355 i32.store8 $push357=, u+8($17), $pop356 @@ -780,10 +780,10 @@ BB2_12: # %for.body278 i32.add $25=, $25, $1 copy_local $27=, $17 i32.ne $push380=, $25, $3 - br_if $pop380, BB2_12 -BB2_13: # %for.body304 + br_if $pop380, .LBB2_12 +.LBB2_13: # %for.body304 # =>This Inner Loop Header: Depth=1 - loop BB2_14 + loop .LBB2_14 i32.store8 $push381=, u+6($17), $26 i32.store8 $push382=, u+7($17), $pop381 i32.store8 $push383=, u+8($17), $pop382 @@ -823,10 +823,10 @@ BB2_13: # %for.body304 i32.add $27=, $27, $1 copy_local $25=, $17 i32.ne $push406=, $27, $3 - br_if $pop406, BB2_13 -BB2_14: # %for.body330 + br_if $pop406, .LBB2_13 +.LBB2_14: # %for.body330 # =>This Inner Loop Header: Depth=1 - loop BB2_15 + loop .LBB2_15 i32.store8 $push407=, u+6($17), $8 i32.store8 $push408=, u+7($17), $pop407 i32.store8 $push409=, u+8($17), $pop408 @@ -866,10 +866,10 @@ BB2_14: # %for.body330 i32.add $25=, $25, $1 copy_local $27=, $17 i32.ne $push432=, $25, $3 - br_if $pop432, BB2_14 -BB2_15: # %for.body356 + br_if $pop432, .LBB2_14 +.LBB2_15: # %for.body356 # =>This Inner Loop Header: Depth=1 - loop BB2_16 + loop .LBB2_16 i32.store8 $push433=, u+6($17), $23 i32.store8 $push434=, u+7($17), $pop433 i32.store8 $push435=, u+8($17), $pop434 @@ -908,13 +908,13 @@ BB2_15: # %for.body356 call check, $27, $25, $18 i32.add $27=, $27, $1 i32.ne $push458=, $27, $3 - br_if $pop458, BB2_15 -BB2_16: # %for.end378 + br_if $pop458, .LBB2_15 +.LBB2_16: # %for.end378 i32.const $push459=, 0 call exit, $pop459 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type A,@object # @A .data diff --git a/test/torture-s/memset-3.c.s b/test/torture-s/memset-3.c.s index 9415f43c2..2f8de8063 100644 --- a/test/torture-s/memset-3.c.s +++ b/test/torture-s/memset-3.c.s @@ -37,8 +37,8 @@ reset: # @reset i32.store8 $push26=, u+29($0), $pop25 i32.store8 $discard=, u+30($0), $pop26 return -func_end0: - .size reset, func_end0-reset +.Lfunc_end0: + .size reset, .Lfunc_end0-reset .globl check .type check,@function @@ -48,94 +48,94 @@ check: # @check # BB#0: # %entry i32.const $4=, 0 i32.const $3=, u - block BB1_4 + block .LBB1_4 i32.le_s $push0=, $0, $4 - br_if $pop0, BB1_4 -BB1_1: # %for.body + br_if $pop0, .LBB1_4 +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $3=, u i32.add $push1=, $3, $4 i32.load8_u $push2=, 0($pop1) i32.const $push3=, 97 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_3 + br_if $pop4, .LBB1_3 # BB#2: # %for.inc - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push5=, 1 i32.add $4=, $4, $pop5 i32.add $3=, $3, $4 i32.lt_s $push6=, $4, $0 - br_if $pop6, BB1_1 - br BB1_4 -BB1_3: # %if.then + br_if $pop6, .LBB1_1 + br .LBB1_4 +.LBB1_3: # %if.then call abort unreachable -BB1_4: # %for.cond3.preheader +.LBB1_4: # %for.cond3.preheader i32.const $4=, 0 copy_local $0=, $3 - block BB1_8 + block .LBB1_8 i32.le_s $push7=, $1, $4 - br_if $pop7, BB1_8 -BB1_5: # %for.body6 + br_if $pop7, .LBB1_8 +.LBB1_5: # %for.body6 # =>This Inner Loop Header: Depth=1 - loop BB1_7 + loop .LBB1_7 i32.add $push8=, $3, $4 i32.load8_s $push9=, 0($pop8) i32.ne $push10=, $pop9, $2 - br_if $pop10, BB1_7 + br_if $pop10, .LBB1_7 # BB#6: # %for.inc12 - # in Loop: Header=BB1_5 Depth=1 + # in Loop: Header=.LBB1_5 Depth=1 i32.const $push11=, 1 i32.add $4=, $4, $pop11 i32.add $0=, $3, $4 i32.lt_s $push12=, $4, $1 - br_if $pop12, BB1_5 - br BB1_8 -BB1_7: # %if.then10 + br_if $pop12, .LBB1_5 + br .LBB1_8 +.LBB1_7: # %if.then10 call abort unreachable -BB1_8: # %for.body19.preheader +.LBB1_8: # %for.body19.preheader i32.const $4=, 97 - block BB1_17 + block .LBB1_17 i32.load8_u $push13=, 0($0) i32.ne $push14=, $pop13, $4 - br_if $pop14, BB1_17 + br_if $pop14, .LBB1_17 # BB#9: # %for.inc25 i32.load8_u $push15=, 1($0) i32.ne $push16=, $pop15, $4 - br_if $pop16, BB1_17 + br_if $pop16, .LBB1_17 # BB#10: # %for.inc25.1 i32.load8_u $push17=, 2($0) i32.ne $push18=, $pop17, $4 - br_if $pop18, BB1_17 + br_if $pop18, .LBB1_17 # BB#11: # %for.inc25.2 i32.load8_u $push19=, 3($0) i32.ne $push20=, $pop19, $4 - br_if $pop20, BB1_17 + br_if $pop20, .LBB1_17 # BB#12: # %for.inc25.3 i32.load8_u $push21=, 4($0) i32.ne $push22=, $pop21, $4 - br_if $pop22, BB1_17 + br_if $pop22, .LBB1_17 # BB#13: # %for.inc25.4 i32.load8_u $push23=, 5($0) i32.ne $push24=, $pop23, $4 - br_if $pop24, BB1_17 + br_if $pop24, .LBB1_17 # BB#14: # %for.inc25.5 i32.load8_u $push25=, 6($0) i32.ne $push26=, $pop25, $4 - br_if $pop26, BB1_17 + br_if $pop26, .LBB1_17 # BB#15: # %for.inc25.6 i32.load8_u $push27=, 7($0) i32.ne $push28=, $pop27, $4 - br_if $pop28, BB1_17 + br_if $pop28, .LBB1_17 # BB#16: # %for.inc25.7 return -BB1_17: # %if.then23 +.LBB1_17: # %if.then23 call abort unreachable -func_end1: - .size check, func_end1-check +.Lfunc_end1: + .size check, .Lfunc_end1-check .globl main .type main,@function @@ -145,15 +145,15 @@ main: # @main # BB#0: # %entry i32.const $12=, 0 copy_local $13=, $12 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Loop Header: Depth=1 - # Child Loop BB2_2 Depth 2 - # Child Loop BB2_14 Depth 2 - # Child Loop BB2_26 Depth 2 - block BB2_48 - block BB2_47 - block BB2_46 - loop BB2_38 + # Child Loop .LBB2_2 Depth 2 + # Child Loop .LBB2_14 Depth 2 + # Child Loop .LBB2_26 Depth 2 + block .LBB2_48 + block .LBB2_47 + block .LBB2_46 + loop .LBB2_38 i32.const $push0=, 1633771873 i32.store $8=, u($12), $pop0 i32.const $push1=, 24929 @@ -189,212 +189,212 @@ BB2_1: # %for.body i32.const $0=, 1 i32.lt_s $6=, $13, $0 copy_local $2=, $12 - block BB2_5 - br_if $6, BB2_5 -BB2_2: # %for.body6.i - # Parent Loop BB2_1 Depth=1 + block .LBB2_5 + br_if $6, .LBB2_5 +.LBB2_2: # %for.body6.i + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_4 + loop .LBB2_4 i32.const $11=, u i32.add $push26=, $11, $2 i32.load8_u $push27=, 0($pop26) - br_if $pop27, BB2_4 + br_if $pop27, .LBB2_4 # BB#3: # %for.inc12.i - # in Loop: Header=BB2_2 Depth=2 + # in Loop: Header=.LBB2_2 Depth=2 i32.add $2=, $2, $0 i32.add $11=, $11, $2 i32.lt_s $push28=, $2, $13 - br_if $pop28, BB2_2 - br BB2_5 -BB2_4: # %if.then10.i + br_if $pop28, .LBB2_2 + br .LBB2_5 +.LBB2_4: # %if.then10.i call abort unreachable -BB2_5: # %for.body19.preheader.i - # in Loop: Header=BB2_1 Depth=1 +.LBB2_5: # %for.body19.preheader.i + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push29=, 0($11) i32.ne $push30=, $pop29, $10 - br_if $pop30, BB2_48 + br_if $pop30, .LBB2_48 # BB#6: # %for.inc25.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push31=, 1($11) i32.ne $push32=, $pop31, $10 - br_if $pop32, BB2_48 + br_if $pop32, .LBB2_48 # BB#7: # %for.inc25.1.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push33=, 2($11) i32.ne $push34=, $pop33, $10 - br_if $pop34, BB2_48 + br_if $pop34, .LBB2_48 # BB#8: # %for.inc25.2.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push35=, 3($11) i32.ne $push36=, $pop35, $10 - br_if $pop36, BB2_48 + br_if $pop36, .LBB2_48 # BB#9: # %for.inc25.3.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push37=, 4($11) i32.ne $push38=, $pop37, $10 - br_if $pop38, BB2_48 + br_if $pop38, .LBB2_48 # BB#10: # %for.inc25.4.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push39=, 5($11) i32.ne $push40=, $pop39, $10 - br_if $pop40, BB2_48 + br_if $pop40, .LBB2_48 # BB#11: # %for.inc25.5.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push41=, 6($11) i32.ne $push42=, $pop41, $10 - br_if $pop42, BB2_48 + br_if $pop42, .LBB2_48 # BB#12: # %for.inc25.6.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push43=, 7($11) i32.ne $push44=, $pop43, $10 - br_if $pop44, BB2_48 + br_if $pop44, .LBB2_48 # BB#13: # %check.exit - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $2=, 0 i32.const $11=, u - block BB2_17 + block .LBB2_17 i32.load8_u $push45=, A($2) call memset, $11, $pop45, $13 - br_if $6, BB2_17 -BB2_14: # %for.body6.i241 - # Parent Loop BB2_1 Depth=1 + br_if $6, .LBB2_17 +.LBB2_14: # %for.body6.i241 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_16 + loop .LBB2_16 i32.const $11=, u i32.add $push46=, $11, $2 i32.load8_u $push47=, 0($pop46) i32.const $push48=, 65 i32.ne $push49=, $pop47, $pop48 - br_if $pop49, BB2_16 + br_if $pop49, .LBB2_16 # BB#15: # %for.inc12.i246 - # in Loop: Header=BB2_14 Depth=2 + # in Loop: Header=.LBB2_14 Depth=2 i32.add $2=, $2, $0 i32.add $11=, $11, $2 i32.lt_s $push50=, $2, $13 - br_if $pop50, BB2_14 - br BB2_17 -BB2_16: # %if.then10.i242 + br_if $pop50, .LBB2_14 + br .LBB2_17 +.LBB2_16: # %if.then10.i242 call abort unreachable -BB2_17: # %for.body19.preheader.i249 - # in Loop: Header=BB2_1 Depth=1 +.LBB2_17: # %for.body19.preheader.i249 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push51=, 0($11) i32.ne $push52=, $pop51, $10 - br_if $pop52, BB2_47 + br_if $pop52, .LBB2_47 # BB#18: # %for.inc25.i253 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push53=, 1($11) i32.ne $push54=, $pop53, $10 - br_if $pop54, BB2_47 + br_if $pop54, .LBB2_47 # BB#19: # %for.inc25.1.i256 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push55=, 2($11) i32.ne $push56=, $pop55, $10 - br_if $pop56, BB2_47 + br_if $pop56, .LBB2_47 # BB#20: # %for.inc25.2.i259 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push57=, 3($11) i32.ne $push58=, $pop57, $10 - br_if $pop58, BB2_47 + br_if $pop58, .LBB2_47 # BB#21: # %for.inc25.3.i262 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push59=, 4($11) i32.ne $push60=, $pop59, $10 - br_if $pop60, BB2_47 + br_if $pop60, .LBB2_47 # BB#22: # %for.inc25.4.i265 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push61=, 5($11) i32.ne $push62=, $pop61, $10 - br_if $pop62, BB2_47 + br_if $pop62, .LBB2_47 # BB#23: # %for.inc25.5.i268 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push63=, 6($11) i32.ne $push64=, $pop63, $10 - br_if $pop64, BB2_47 + br_if $pop64, .LBB2_47 # BB#24: # %for.inc25.6.i271 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push65=, 7($11) i32.ne $push66=, $pop65, $10 - br_if $pop66, BB2_47 + br_if $pop66, .LBB2_47 # BB#25: # %check.exit272 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $11=, u i32.const $1=, 66 call memset, $11, $1, $13 i32.const $2=, 0 - block BB2_29 - br_if $6, BB2_29 -BB2_26: # %for.body6.i278 - # Parent Loop BB2_1 Depth=1 + block .LBB2_29 + br_if $6, .LBB2_29 +.LBB2_26: # %for.body6.i278 + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_28 + loop .LBB2_28 i32.const $11=, u i32.add $push67=, $11, $2 i32.load8_u $push68=, 0($pop67) i32.ne $push69=, $pop68, $1 - br_if $pop69, BB2_28 + br_if $pop69, .LBB2_28 # BB#27: # %for.inc12.i283 - # in Loop: Header=BB2_26 Depth=2 + # in Loop: Header=.LBB2_26 Depth=2 i32.add $2=, $2, $0 i32.add $11=, $11, $2 i32.lt_s $push70=, $2, $13 - br_if $pop70, BB2_26 - br BB2_29 -BB2_28: # %if.then10.i279 + br_if $pop70, .LBB2_26 + br .LBB2_29 +.LBB2_28: # %if.then10.i279 call abort unreachable -BB2_29: # %for.body19.preheader.i286 - # in Loop: Header=BB2_1 Depth=1 +.LBB2_29: # %for.body19.preheader.i286 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push71=, 0($11) i32.ne $push72=, $pop71, $10 - br_if $pop72, BB2_46 + br_if $pop72, .LBB2_46 # BB#30: # %for.inc25.i290 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push73=, 1($11) i32.ne $push74=, $pop73, $10 - br_if $pop74, BB2_46 + br_if $pop74, .LBB2_46 # BB#31: # %for.inc25.1.i293 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push75=, 2($11) i32.ne $push76=, $pop75, $10 - br_if $pop76, BB2_46 + br_if $pop76, .LBB2_46 # BB#32: # %for.inc25.2.i296 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push77=, 3($11) i32.ne $push78=, $pop77, $10 - br_if $pop78, BB2_46 + br_if $pop78, .LBB2_46 # BB#33: # %for.inc25.3.i299 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push79=, 4($11) i32.ne $push80=, $pop79, $10 - br_if $pop80, BB2_46 + br_if $pop80, .LBB2_46 # BB#34: # %for.inc25.4.i302 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push81=, 5($11) i32.ne $push82=, $pop81, $10 - br_if $pop82, BB2_46 + br_if $pop82, .LBB2_46 # BB#35: # %for.inc25.5.i305 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push83=, 6($11) i32.ne $push84=, $pop83, $10 - br_if $pop84, BB2_46 + br_if $pop84, .LBB2_46 # BB#36: # %for.inc25.6.i308 - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push85=, 7($11) i32.ne $push86=, $pop85, $10 - br_if $pop86, BB2_46 + br_if $pop86, .LBB2_46 # BB#37: # %for.cond - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.add $13=, $13, $0 i32.const $2=, 0 copy_local $11=, $2 i32.const $push87=, 14 i32.le_s $push88=, $13, $pop87 - br_if $pop88, BB2_1 -BB2_38: # %for.body13 + br_if $pop88, .LBB2_1 +.LBB2_38: # %for.body13 # =>This Inner Loop Header: Depth=1 - loop BB2_39 + loop .LBB2_39 i32.store8 $push89=, u+6($2), $10 i32.store8 $push90=, u+7($2), $pop89 i32.store8 $push91=, u+8($2), $pop90 @@ -435,10 +435,10 @@ BB2_38: # %for.body13 i32.const $7=, 15 copy_local $13=, $2 i32.ne $push114=, $11, $7 - br_if $pop114, BB2_38 -BB2_39: # %for.body33 + br_if $pop114, .LBB2_38 +.LBB2_39: # %for.body33 # =>This Inner Loop Header: Depth=1 - loop BB2_40 + loop .LBB2_40 i32.store8 $push115=, u+6($2), $5 i32.store8 $push116=, u+7($2), $pop115 i32.store8 $push117=, u+8($2), $pop116 @@ -478,10 +478,10 @@ BB2_39: # %for.body33 i32.add $13=, $13, $0 copy_local $11=, $2 i32.ne $push140=, $13, $7 - br_if $pop140, BB2_39 -BB2_40: # %for.body53 + br_if $pop140, .LBB2_39 +.LBB2_40: # %for.body53 # =>This Inner Loop Header: Depth=1 - loop BB2_41 + loop .LBB2_41 i32.store8 $push141=, u+6($2), $10 i32.store8 $push142=, u+7($2), $pop141 i32.store8 $push143=, u+8($2), $pop142 @@ -521,10 +521,10 @@ BB2_40: # %for.body53 i32.add $11=, $11, $0 copy_local $13=, $2 i32.ne $push166=, $11, $7 - br_if $pop166, BB2_40 -BB2_41: # %for.body73 + br_if $pop166, .LBB2_40 +.LBB2_41: # %for.body73 # =>This Inner Loop Header: Depth=1 - loop BB2_42 + loop .LBB2_42 i32.store8 $push167=, u+6($2), $5 i32.store8 $push168=, u+7($2), $pop167 i32.store8 $push169=, u+8($2), $pop168 @@ -564,10 +564,10 @@ BB2_41: # %for.body73 i32.add $13=, $13, $0 copy_local $11=, $2 i32.ne $push192=, $13, $7 - br_if $pop192, BB2_41 -BB2_42: # %for.body93 + br_if $pop192, .LBB2_41 +.LBB2_42: # %for.body93 # =>This Inner Loop Header: Depth=1 - loop BB2_43 + loop .LBB2_43 i32.store8 $push193=, u+6($2), $10 i32.store8 $push194=, u+7($2), $pop193 i32.store8 $push195=, u+8($2), $pop194 @@ -607,10 +607,10 @@ BB2_42: # %for.body93 i32.add $11=, $11, $0 copy_local $12=, $2 i32.ne $push218=, $11, $7 - br_if $pop218, BB2_42 -BB2_43: # %for.body113 + br_if $pop218, .LBB2_42 +.LBB2_43: # %for.body113 # =>This Inner Loop Header: Depth=1 - loop BB2_44 + loop .LBB2_44 i32.store8 $push219=, u+6($2), $5 i32.store8 $push220=, u+7($2), $pop219 i32.store8 $push221=, u+8($2), $pop220 @@ -650,10 +650,10 @@ BB2_43: # %for.body113 i32.add $12=, $12, $0 copy_local $13=, $2 i32.ne $push244=, $12, $7 - br_if $pop244, BB2_43 -BB2_44: # %for.body133 + br_if $pop244, .LBB2_43 +.LBB2_44: # %for.body133 # =>This Inner Loop Header: Depth=1 - loop BB2_45 + loop .LBB2_45 i32.store8 $push245=, u+6($2), $10 i32.store8 $push246=, u+7($2), $pop245 i32.store8 $push247=, u+8($2), $pop246 @@ -692,22 +692,22 @@ BB2_44: # %for.body133 call check, $12, $13, $1 i32.add $13=, $13, $0 i32.ne $push270=, $13, $7 - br_if $pop270, BB2_44 -BB2_45: # %for.end149 + br_if $pop270, .LBB2_44 +.LBB2_45: # %for.end149 i32.const $push271=, 0 call exit, $pop271 unreachable -BB2_46: # %if.then23.i287 +.LBB2_46: # %if.then23.i287 call abort unreachable -BB2_47: # %if.then23.i250 +.LBB2_47: # %if.then23.i250 call abort unreachable -BB2_48: # %if.then23.i +.LBB2_48: # %if.then23.i call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type A,@object # @A .data diff --git a/test/torture-s/mod-1.c.s b/test/torture-s/mod-1.c.s index 21798a558..371f323d4 100644 --- a/test/torture-s/mod-1.c.s +++ b/test/torture-s/mod-1.c.s @@ -6,16 +6,16 @@ f: # @f .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.rem_s $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end return $1 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/mode-dependent-address.c.s b/test/torture-s/mode-dependent-address.c.s index ca617ae82..934f6cced 100644 --- a/test/torture-s/mode-dependent-address.c.s +++ b/test/torture-s/mode-dependent-address.c.s @@ -7,9 +7,9 @@ f883b: # @f883b .local i32, i32, i32 # BB#0: # %entry i32.const $7=, 0 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.load16_s $5=, 0($1) i32.const $6=, 1 i32.add $push16=, $0, $7 @@ -39,11 +39,11 @@ BB0_1: # %for.body i32.add $3=, $3, $pop19 i32.const $push20=, 96 i32.ne $push21=, $7, $pop20 - br_if $pop21, BB0_1 -BB0_2: # %for.end + br_if $pop21, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size f883b, func_end0-f883b +.Lfunc_end0: + .size f883b, .Lfunc_end0-f883b .globl main .type main,@function @@ -58,9 +58,9 @@ main: # @main i32.const $12=, arg1 copy_local $5=, $10 copy_local $6=, $9 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $push1=, arg4 i32.add $push2=, $pop1, $7 i32.store8 $8=, 0($pop2), $7 @@ -83,10 +83,10 @@ BB1_1: # %for.body i32.const $8=, -192 i32.const $push7=, 96 i32.ne $push8=, $7, $pop7 - br_if $pop8, BB1_1 -BB1_2: # %for.body.i + br_if $pop8, .LBB1_1 +.LBB1_2: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $push9=, arg1 i32.add $push10=, $pop9, $8 i32.const $push11=, 192 @@ -115,32 +115,32 @@ BB1_2: # %for.body.i i32.add $8=, $8, $2 i32.const $7=, 0 i32.const $12=, main.correct - br_if $8, BB1_2 -BB1_3: # %for.body10 + br_if $8, .LBB1_2 +.LBB1_3: # %for.body10 # =>This Inner Loop Header: Depth=1 - block BB1_6 - loop BB1_5 + block .LBB1_6 + loop .LBB1_5 i32.const $push29=, result i32.add $push30=, $pop29, $7 i32.load8_s $push31=, 0($pop30) i32.load $push32=, 0($12) i32.ne $push33=, $pop31, $pop32 - br_if $pop33, BB1_6 + br_if $pop33, .LBB1_6 # BB#4: # %for.cond7 - # in Loop: Header=BB1_3 Depth=1 + # in Loop: Header=.LBB1_3 Depth=1 i32.add $7=, $7, $1 i32.add $12=, $12, $3 i32.const $push34=, 95 i32.le_s $push35=, $7, $pop34 - br_if $pop35, BB1_3 -BB1_5: # %for.end18 + br_if $pop35, .LBB1_3 +.LBB1_5: # %for.end18 i32.const $push36=, 0 return $pop36 -BB1_6: # %if.then +.LBB1_6: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.correct,@object # @main.correct .section .rodata,"a",@progbits diff --git a/test/torture-s/multdi-1.c.s b/test/torture-s/multdi-1.c.s index af61ef56f..e5d558e4a 100644 --- a/test/torture-s/multdi-1.c.s +++ b/test/torture-s/multdi-1.c.s @@ -10,8 +10,8 @@ mpy: # @mpy i64.extend_s/i32 $push0=, $0 i64.mul $push2=, $pop1, $pop0 return $pop2 -func_end0: - .size mpy, func_end0-mpy +.Lfunc_end0: + .size mpy, .Lfunc_end0-mpy .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main i64.const $push0=, -1 i64.store $discard=, mpy_res($0), $pop0 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type mpy_res,@object # @mpy_res .bss diff --git a/test/torture-s/nestfunc-4.c.s b/test/torture-s/nestfunc-4.c.s index fd0036ba0..ec2dfab62 100644 --- a/test/torture-s/nestfunc-4.c.s +++ b/test/torture-s/nestfunc-4.c.s @@ -16,8 +16,8 @@ main: # @main i32.store $discard=, level($0), $pop3 call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -35,8 +35,8 @@ foo: # @foo i32.store $discard=, level($0), $pop3 i32.const $push4=, -42 return $pop4 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl bar .type bar,@function @@ -47,17 +47,17 @@ bar: # @bar i32.const $push0=, 0 i32.load $0=, level($pop0) i32.const $1=, -42 - block BB2_2 + block .LBB2_2 i32.const $push1=, 499 i32.gt_s $push2=, $0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %cond.false i32.call $1=, foo -BB2_2: # %cond.end +.LBB2_2: # %cond.end i32.sub $push3=, $1, $0 return $pop3 -func_end2: - .size bar, func_end2-bar +.Lfunc_end2: + .size bar, .Lfunc_end2-bar .type level,@object # @level .bss diff --git a/test/torture-s/p18298.c.s b/test/torture-s/p18298.c.s index a7771f085..5be32e052 100644 --- a/test/torture-s/p18298.c.s +++ b/test/torture-s/p18298.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.const $push2=, 0 i32.eq $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,17 +21,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load8_u $push0=, s($0) i32.const $push1=, 0 i32.eq $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %while.body i32.store8 $discard=, s($0), $0 -BB1_2: # %while.end +.LBB1_2: # %while.end return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .data diff --git a/test/torture-s/packed-1.c.s b/test/torture-s/packed-1.c.s index e1cbc0416..1322f6d89 100644 --- a/test/torture-s/packed-1.c.s +++ b/test/torture-s/packed-1.c.s @@ -7,19 +7,19 @@ f: # @f .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load16_u $push0=, x1($0) i32.store16 $push1=, t($0), $pop0 i32.const $push2=, 17 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -28,20 +28,20 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load16_u $push0=, x1($0) i32.store16 $push1=, t($0), $pop0 i32.const $push2=, 17 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %f.exit call exit, $0 unreachable -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x1,@object # @x1 .data diff --git a/test/torture-s/packed-2.c.s b/test/torture-s/packed-2.c.s index 07de6f449..5b3ea7c59 100644 --- a/test/torture-s/packed-2.c.s +++ b/test/torture-s/packed-2.c.s @@ -13,8 +13,8 @@ main: # @main i32.store16 $0=, 0($pop2), $pop3 i32.store16 $push4=, t+2($0), $0 return $pop4 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type t,@object # @t .bss diff --git a/test/torture-s/pending-4.c.s b/test/torture-s/pending-4.c.s index 4e151893f..554c52719 100644 --- a/test/torture-s/pending-4.c.s +++ b/test/torture-s/pending-4.c.s @@ -6,8 +6,8 @@ dummy: # @dummy .param i32, i32 # BB#0: # %entry return -func_end0: - .size dummy, func_end0-dummy +.Lfunc_end0: + .size dummy, .Lfunc_end0-dummy .globl main .type main,@function @@ -19,50 +19,50 @@ main: # @main i32.const $2=, 0 i32.const $5=, 8 copy_local $3=, $2 -BB1_1: # %for.cond +.LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB1_10 + loop .LBB1_10 i32.const $4=, 1 - block BB1_9 - block BB1_8 + block .LBB1_9 + block .LBB1_8 i32.eq $push0=, $5, $4 - br_if $pop0, BB1_8 + br_if $pop0, .LBB1_8 # BB#2: # %for.cond - # in Loop: Header=BB1_1 Depth=1 - block BB1_4 + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_4 i32.const $push6=, 0 i32.eq $push7=, $5, $pop6 - br_if $pop7, BB1_4 + br_if $pop7, .LBB1_4 # BB#3: # %if.else - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $3=, $3, $4 - br BB1_9 -BB1_4: # %for.end - block BB1_7 + br .LBB1_9 +.LBB1_4: # %for.end + block .LBB1_7 i32.ne $push1=, $2, $4 - br_if $pop1, BB1_7 + br_if $pop1, .LBB1_7 # BB#5: # %for.end i32.const $push2=, 7 i32.ne $push3=, $3, $pop2 - br_if $pop3, BB1_7 + br_if $pop3, .LBB1_7 # BB#6: # %if.end7 i32.const $push4=, 0 call exit, $pop4 unreachable -BB1_7: # %if.then6 +.LBB1_7: # %if.then6 call abort unreachable -BB1_8: # %if.then - # in Loop: Header=BB1_1 Depth=1 +.LBB1_8: # %if.then + # in Loop: Header=.LBB1_1 Depth=1 i32.add $2=, $2, $4 -BB1_9: # %for.inc - # in Loop: Header=BB1_1 Depth=1 +.LBB1_9: # %for.inc + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push5=, -1 i32.add $5=, $5, $pop5 - br BB1_1 -BB1_10: -func_end1: - .size main, func_end1-main + br .LBB1_1 +.LBB1_10: +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/postmod-1.c.s b/test/torture-s/postmod-1.c.s index a49d16755..8c009c757 100644 --- a/test/torture-s/postmod-1.c.s +++ b/test/torture-s/postmod-1.c.s @@ -20,10 +20,10 @@ foo: # @foo i32.add $20=, $pop5, $6 i32.const $push6=, array5 i32.add $19=, $pop6, $6 -BB0_1: # %do.body +.LBB0_1: # %do.body # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - loop BB0_4 + # Child Loop .LBB0_2 Depth 2 + loop .LBB0_4 i32.const $0=, 0 f32.load $8=, 0($23) f32.load $9=, counter1($0) @@ -86,10 +86,10 @@ BB0_1: # %do.body i32.load $4=, vol($0) i32.load $5=, vol($0) i32.const $25=, 10 -BB0_2: # %for.body - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %for.body + # Parent Loop .LBB0_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB0_3 + loop .LBB0_3 i32.load $push32=, vol($0) i32.add $push33=, $pop32, $1 i32.store $discard=, vol($0), $pop33 @@ -107,17 +107,17 @@ BB0_2: # %for.body i32.store $discard=, vol($0), $pop41 i32.const $push42=, -1 i32.add $25=, $25, $pop42 - br_if $25, BB0_2 -BB0_3: # %for.end - # in Loop: Header=BB0_1 Depth=1 + br_if $25, .LBB0_2 +.LBB0_3: # %for.end + # in Loop: Header=.LBB0_1 Depth=1 i32.load $push43=, stop($0) i32.const $push44=, 0 i32.eq $push45=, $pop43, $pop44 - br_if $pop45, BB0_1 -BB0_4: # %do.end + br_if $pop45, .LBB0_1 +.LBB0_4: # %do.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -161,8 +161,8 @@ main: # @main f32.ne $push28=, $pop27, $1 i32.or $push29=, $pop26, $pop28 return $pop29 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type counter0,@object # @counter0 .bss diff --git a/test/torture-s/pr15262-1.c.s b/test/torture-s/pr15262-1.c.s index 0fd683a54..c5f0cca9c 100644 --- a/test/torture-s/pr15262-1.c.s +++ b/test/torture-s/pr15262-1.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 3 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr15262.c.s b/test/torture-s/pr15262.c.s index fb6adaf09..c60abb5b1 100644 --- a/test/torture-s/pr15262.c.s +++ b/test/torture-s/pr15262.c.s @@ -8,8 +8,8 @@ bar: # @bar i32.const $push0=, 1084647014 i32.store $discard=, 0($0), $pop0 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -38,8 +38,8 @@ foo: # @foo i32.const $5=, __stack_pointer i32.store $5=, 0($5), $5 return $pop3 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -48,8 +48,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr15296.c.s b/test/torture-s/pr15296.c.s index a94be66cc..0801676a5 100644 --- a/test/torture-s/pr15296.c.s +++ b/test/torture-s/pr15296.c.s @@ -5,65 +5,65 @@ f: # @f .param i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.ge_s $push1=, $3, $4 - br_if $pop1, BB0_2 -BB0_1: # %l0 + br_if $pop1, .LBB0_2 +.LBB0_1: # %l0 # =>This Inner Loop Header: Depth=1 - loop BB0_2 - br BB0_1 -BB0_2: # %if.end.split + loop .LBB0_2 + br .LBB0_1 +.LBB0_2: # %if.end.split i32.const $4=, 0 - block BB0_12 - block BB0_11 - block BB0_10 - block BB0_7 + block .LBB0_12 + block .LBB0_11 + block .LBB0_10 + block .LBB0_7 i32.const $push12=, 0 i32.eq $push13=, $3, $pop12 - br_if $pop13, BB0_7 + br_if $pop13, .LBB0_7 # BB#3: # %if.end3 copy_local $4=, $5 - br_if $5, BB0_7 + br_if $5, .LBB0_7 # BB#4: # %if.end6 - block BB0_6 + block .LBB0_6 i32.const $push3=, 4 i32.add $push4=, $1, $pop3 i32.load $push0=, 0($1) i32.load $push2=, 0($pop0) i32.store $push5=, 0($pop4), $pop2 - br_if $pop5, BB0_6 + br_if $pop5, .LBB0_6 # BB#5: # %if.end12 i32.const $push6=, 0 i32.const $push7=, -1 i32.store $discard=, 12($pop6), $pop7 - br BB0_10 -BB0_6: # %if.then11 + br .LBB0_10 +.LBB0_6: # %if.then11 call g, $3, $3 unreachable -BB0_7: # %l3 +.LBB0_7: # %l3 i32.const $push8=, 4 i32.add $push9=, $1, $pop8 i32.store $discard=, 0($pop9), $4 i32.const $push10=, 8 i32.add $push11=, $1, $pop10 i32.load $3=, 0($pop11) - br_if $3, BB0_12 + br_if $3, .LBB0_12 # BB#8: # %if.end19 i32.const $push14=, 0 i32.eq $push15=, $4, $pop14 - br_if $pop15, BB0_11 + br_if $pop15, .LBB0_11 # BB#9: # %if.end24 i32.store $discard=, 8($4), $3 -BB0_10: # %l4 +.LBB0_10: # %l4 return -BB0_11: # %if.then23 +.LBB0_11: # %if.then23 call g, $3, $3 unreachable -BB0_12: # %if.then18 +.LBB0_12: # %if.then18 call g, $3, $3 unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -72,8 +72,8 @@ g: # @g # BB#0: # %entry call abort unreachable -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -134,12 +134,12 @@ main: # @main i32.load $push19=, 0($pop18) i32.const $14=, 32 i32.add $14=, $16, $14 - block BB2_7 + block .LBB2_7 i32.ne $push20=, $pop19, $14 - br_if $pop20, BB2_7 + br_if $pop20, .LBB2_7 # BB#1: # %lor.lhs.false i32.load $push21=, 0($1) - br_if $pop21, BB2_7 + br_if $pop21, .LBB2_7 # BB#2: # %lor.lhs.false6 i32.const $push22=, 12 i32.const $15=, 8 @@ -148,30 +148,30 @@ main: # @main i32.load $push24=, 0($pop23) i32.const $push25=, 999 i32.ne $push26=, $pop24, $pop25 - br_if $pop26, BB2_7 + br_if $pop26, .LBB2_7 # BB#3: # %lor.lhs.false11 i32.load $push27=, 0($3) i32.const $push28=, 777 i32.ne $push29=, $pop27, $pop28 - br_if $pop29, BB2_7 + br_if $pop29, .LBB2_7 # BB#4: # %lor.lhs.false16 i64.load $push30=, 32($16) i64.const $push31=, 953482739823 i64.ne $push32=, $pop30, $pop31 - br_if $pop32, BB2_7 + br_if $pop32, .LBB2_7 # BB#5: # %lor.lhs.false24 i64.load $push33=, 0($2) i64.const $push34=, 1906965479424 i64.ne $push35=, $pop33, $pop34 - br_if $pop35, BB2_7 + br_if $pop35, .LBB2_7 # BB#6: # %if.end call exit, $0 unreachable -BB2_7: # %if.then +.LBB2_7: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type main.uv,@object # @main.uv .section .rodata.cst16,"aM",@progbits,16 diff --git a/test/torture-s/pr16790-1.c.s b/test/torture-s/pr16790-1.c.s index ec371144f..3aeafe8b5 100644 --- a/test/torture-s/pr16790-1.c.s +++ b/test/torture-s/pr16790-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr17078-1.c.s b/test/torture-s/pr17078-1.c.s index 369b1db07..f7be2c5ce 100644 --- a/test/torture-s/pr17078-1.c.s +++ b/test/torture-s/pr17078-1.c.s @@ -8,8 +8,8 @@ test: # @test i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr17133.c.s b/test/torture-s/pr17133.c.s index cae8442bb..a4d0be793 100644 --- a/test/torture-s/pr17133.c.s +++ b/test/torture-s/pr17133.c.s @@ -11,26 +11,26 @@ pure_alloc: # @pure_alloc i32.load $0=, bar($2) i32.load $1=, baz($2) i32.const $3=, 2 - block BB0_3 + block .LBB0_3 i32.add $push0=, $4, $3 i32.store $push1=, foo($2), $pop0 i32.lt_u $push2=, $pop1, $1 - br_if $pop2, BB0_3 -BB0_1: # %if.end + br_if $pop2, .LBB0_3 +.LBB0_1: # %if.end # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.le_u $push3=, $1, $3 - br_if $pop3, BB0_1 -BB0_2: # %while.body.if.then_crit_edge + br_if $pop3, .LBB0_1 +.LBB0_2: # %while.body.if.then_crit_edge i32.store $discard=, foo($2), $3 copy_local $4=, $2 -BB0_3: # %if.then +.LBB0_3: # %if.then i32.add $push4=, $0, $4 i32.const $push5=, -2 i32.and $push6=, $pop4, $pop5 return $pop6 -func_end0: - .size pure_alloc, func_end0-pure_alloc +.Lfunc_end0: + .size pure_alloc, .Lfunc_end0-pure_alloc .globl main .type main,@function @@ -41,34 +41,34 @@ main: # @main i32.const $1=, 0 i32.load $0=, baz($1) i32.const $2=, 2 - block BB1_6 - block BB1_5 - block BB1_3 + block .LBB1_6 + block .LBB1_5 + block .LBB1_3 i32.load $push1=, foo($1) i32.add $push0=, $pop1, $2 i32.store $3=, foo($1), $pop0 i32.ge_u $push2=, $3, $0 - br_if $pop2, BB1_3 + br_if $pop2, .LBB1_3 # BB#1: # %pure_alloc.exit - br_if $3, BB1_5 + br_if $3, .LBB1_5 # BB#2: # %if.then call abort unreachable -BB1_3: # %if.end.lr.ph.i +.LBB1_3: # %if.end.lr.ph.i i32.const $push3=, 3 i32.lt_u $push4=, $0, $pop3 - br_if $pop4, BB1_6 + br_if $pop4, .LBB1_6 # BB#4: # %pure_alloc.exit.thread.split i32.store $discard=, foo($1), $2 -BB1_5: # %if.end +.LBB1_5: # %if.end return $1 -BB1_6: # %if.end.i +.LBB1_6: # %if.end.i # =>This Inner Loop Header: Depth=1 - loop BB1_7 - br BB1_6 -BB1_7: -func_end1: - .size main, func_end1-main + loop .LBB1_7 + br .LBB1_6 +.LBB1_7: +.Lfunc_end1: + .size main, .Lfunc_end1-main .type foo,@object # @foo .bss diff --git a/test/torture-s/pr17252.c.s b/test/torture-s/pr17252.c.s index ff87f96c2..840da5e0c 100644 --- a/test/torture-s/pr17252.c.s +++ b/test/torture-s/pr17252.c.s @@ -7,21 +7,21 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.const $push0=, a i32.store $1=, a($0), $pop0 i32.const $push1=, a+1 i32.store8 $discard=, a($0), $pop1 i32.load $push2=, a($0) i32.eq $push3=, $pop2, $1 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/pr19005.c.s b/test/torture-s/pr19005.c.s index 06d2e4f44..0e0907f6b 100644 --- a/test/torture-s/pr19005.c.s +++ b/test/torture-s/pr19005.c.s @@ -11,44 +11,44 @@ bar: # @bar i32.load $3=, s($5) i32.const $6=, 255 i32.and $4=, $2, $6 - block BB0_7 - block BB0_6 - block BB0_4 + block .LBB0_7 + block .LBB0_6 + block .LBB0_4 i32.const $push12=, 0 i32.eq $push13=, $3, $pop12 - br_if $pop13, BB0_4 + br_if $pop13, .LBB0_4 # BB#1: # %if.else - block BB0_3 + block .LBB0_3 i32.ne $push3=, $4, $1 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.else i32.const $push1=, 1 i32.add $push2=, $2, $pop1 i32.and $push0=, $pop2, $6 i32.eq $push4=, $pop0, $0 - br_if $pop4, BB0_6 -BB0_3: # %if.then19 + br_if $pop4, .LBB0_6 +.LBB0_3: # %if.then19 call abort unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then i32.ne $push5=, $4, $0 - br_if $pop5, BB0_7 + br_if $pop5, .LBB0_7 # BB#5: # %lor.lhs.false i32.const $push6=, 1 i32.add $push7=, $2, $pop6 i32.and $push8=, $pop7, $6 i32.ne $push9=, $pop8, $1 - br_if $pop9, BB0_7 -BB0_6: # %if.end21 + br_if $pop9, .LBB0_7 +.LBB0_6: # %if.end21 i32.const $push10=, 1 i32.xor $push11=, $3, $pop10 i32.store $discard=, s($5), $pop11 return -BB0_7: # %if.then8 +.LBB0_7: # %if.then8 call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -66,59 +66,59 @@ foo: # @foo i32.add $push0=, $0, $5 i32.and $2=, $pop0, $6 i32.and $0=, $3, $6 - block BB1_12 - block BB1_11 - block BB1_10 - block BB1_8 - block BB1_5 + block .LBB1_12 + block .LBB1_11 + block .LBB1_10 + block .LBB1_8 + block .LBB1_5 i32.const $push11=, 0 i32.eq $push12=, $4, $pop11 - br_if $pop12, BB1_5 + br_if $pop12, .LBB1_5 # BB#1: # %if.else.i - block BB1_4 + block .LBB1_4 i32.ne $push2=, $0, $2 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#2: # %if.else.i i32.add $push1=, $3, $5 i32.and $6=, $pop1, $6 i32.ne $push3=, $6, $1 - br_if $pop3, BB1_4 + br_if $pop3, .LBB1_4 # BB#3: # %bar.exit i32.xor $push4=, $4, $5 i32.store $discard=, s($7), $pop4 i32.eq $push5=, $4, $5 - br_if $pop5, BB1_10 - br BB1_8 -BB1_4: # %if.then19.i + br_if $pop5, .LBB1_10 + br .LBB1_8 +.LBB1_4: # %if.then19.i call abort unreachable -BB1_5: # %if.then.i +.LBB1_5: # %if.then.i i32.ne $push6=, $0, $1 - br_if $pop6, BB1_12 + br_if $pop6, .LBB1_12 # BB#6: # %lor.lhs.false.i i32.add $push7=, $3, $5 i32.and $6=, $pop7, $6 i32.ne $push8=, $6, $2 - br_if $pop8, BB1_12 + br_if $pop8, .LBB1_12 # BB#7: # %bar.exit.thread i32.store $discard=, s($7), $5 -BB1_8: # %if.else.i40 +.LBB1_8: # %if.else.i40 i32.ne $push9=, $0, $1 - br_if $pop9, BB1_11 + br_if $pop9, .LBB1_11 # BB#9: # %if.else.i40 i32.ne $push10=, $6, $2 - br_if $pop10, BB1_11 -BB1_10: # %bar.exit43 + br_if $pop10, .LBB1_11 +.LBB1_10: # %bar.exit43 i32.store $discard=, s($7), $4 return $7 -BB1_11: # %if.then19.i41 +.LBB1_11: # %if.then19.i41 call abort unreachable -BB1_12: # %if.then8.i +.LBB1_12: # %if.then8.i call abort unreachable -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -129,9 +129,9 @@ main: # @main i32.const $0=, 0 i32.const $push1=, -10 i32.store $1=, v($0), $pop1 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.call $discard=, foo, $1 i32.load $push2=, v($0) i32.const $push3=, 1 @@ -139,11 +139,11 @@ BB2_1: # %for.body i32.store $1=, v($0), $pop0 i32.const $push4=, 266 i32.lt_s $push5=, $1, $pop4 - br_if $pop5, BB2_1 -BB2_2: # %for.end + br_if $pop5, .LBB2_1 +.LBB2_2: # %for.end return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type v,@object # @v .bss diff --git a/test/torture-s/pr19449.c.s b/test/torture-s/pr19449.c.s index d8f9c691a..7b84fed9d 100644 --- a/test/torture-s/pr19449.c.s +++ b/test/torture-s/pr19449.c.s @@ -8,8 +8,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 3 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,21 +18,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_3 + block .LBB1_3 i32.load $push1=, y($0) - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#1: # %entry i32.load $push0=, z($0) i32.const $push2=, 3 i32.ne $push3=, $pop0, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#2: # %lor.lhs.false1 return $0 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type z,@object # @z .data diff --git a/test/torture-s/pr19515.c.s b/test/torture-s/pr19515.c.s index 700b966eb..ee8914f52 100644 --- a/test/torture-s/pr19515.c.s +++ b/test/torture-s/pr19515.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr19606.c.s b/test/torture-s/pr19606.c.s index dae4a64f0..9c0014b0c 100644 --- a/test/torture-s/pr19606.c.s +++ b/test/torture-s/pr19606.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push2=, 1 i32.shr_u $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -23,8 +23,8 @@ bar: # @bar i32.const $push2=, 5 i32.rem_u $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -34,30 +34,30 @@ main: # @main # BB#0: # %entry i32.const $1=, 0 i32.load8_s $0=, a($1) - block BB2_4 + block .LBB2_4 i32.const $push0=, 1 i32.shr_u $push1=, $0, $pop0 i32.const $push2=, 2147483646 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB2_4 + br_if $pop3, .LBB2_4 # BB#1: # %if.end - block BB2_3 + block .LBB2_3 i32.const $push4=, 5 i32.rem_u $push5=, $0, $pop4 i32.const $push6=, 2 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB2_3 + br_if $pop7, .LBB2_3 # BB#2: # %if.end7 call exit, $1 unreachable -BB2_3: # %if.then6 +.LBB2_3: # %if.then6 call abort unreachable -BB2_4: # %if.then +.LBB2_4: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .data diff --git a/test/torture-s/pr19687.c.s b/test/torture-s/pr19687.c.s index c2e5bbc5e..a6c2b4fdb 100644 --- a/test/torture-s/pr19687.c.s +++ b/test/torture-s/pr19687.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %for.cond.3 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr19689.c.s b/test/torture-s/pr19689.c.s index 3ede465f9..620c75d71 100644 --- a/test/torture-s/pr19689.c.s +++ b/test/torture-s/pr19689.c.s @@ -15,8 +15,8 @@ foo: # @foo i32.or $push5=, $pop4, $pop2 i32.store $discard=, f($1), $pop5 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main i32.or $push4=, $pop2, $pop3 i32.store $discard=, f($0), $pop4 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type f,@object # @f .bss diff --git a/test/torture-s/pr20100-1.c.s b/test/torture-s/pr20100-1.c.s index 85104999a..3d10412d3 100644 --- a/test/torture-s/pr20100-1.c.s +++ b/test/torture-s/pr20100-1.c.s @@ -21,8 +21,8 @@ frob: # @frob i32.and $push7=, $0, $pop6 i32.eq $push8=, $pop7, $1 return $pop8 -func_end0: - .size frob, func_end0-frob +.Lfunc_end0: + .size frob, .Lfunc_end0-frob .globl get_n .type get_n,@function @@ -33,18 +33,18 @@ get_n: # @get_n i32.const $6=, 0 i32.load16_u $0=, p($6) i32.load16_u $5=, g($6) - block BB1_5 + block .LBB1_5 i32.eq $push0=, $0, $5 - br_if $pop0, BB1_5 + br_if $pop0, .LBB1_5 # BB#1: # %while.body.lr.ph i32.const $2=, 0 i32.load8_u $push1=, e($2) i32.const $push2=, -1 i32.add $1=, $pop1, $pop2 copy_local $6=, $2 -BB1_2: # %while.body +.LBB1_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB1_4 + loop .LBB1_4 i32.const $3=, 65535 i32.and $5=, $5, $3 i32.const $4=, 1 @@ -55,21 +55,21 @@ BB1_2: # %while.body i32.and $push5=, $6, $3 i32.const $push6=, 4 i32.gt_u $push7=, $pop5, $pop6 - br_if $pop7, BB1_4 + br_if $pop7, .LBB1_4 # BB#3: # %while.body - # in Loop: Header=BB1_2 Depth=1 + # in Loop: Header=.LBB1_2 Depth=1 i32.and $push8=, $5, $3 i32.ne $push9=, $0, $pop8 - br_if $pop9, BB1_2 -BB1_4: # %while.cond.while.end_crit_edge + br_if $pop9, .LBB1_2 +.LBB1_4: # %while.cond.while.end_crit_edge i32.const $push10=, 0 i32.store16 $discard=, g($pop10), $5 -BB1_5: # %while.end +.LBB1_5: # %while.end i32.const $push11=, 65535 i32.and $push12=, $6, $pop11 return $pop12 -func_end1: - .size get_n, func_end1-get_n +.Lfunc_end1: + .size get_n, .Lfunc_end1-get_n .globl main .type main,@function @@ -85,8 +85,8 @@ main: # @main i32.store16 $discard=, g($0), $pop2 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type g,@object # @g .lcomm g,2,1 diff --git a/test/torture-s/pr20187-1.c.s b/test/torture-s/pr20187-1.c.s index 839617c5e..67bcdc1ac 100644 --- a/test/torture-s/pr20187-1.c.s +++ b/test/torture-s/pr20187-1.c.s @@ -17,8 +17,8 @@ test: # @test i32.and $push6=, $pop4, $pop5 i32.eq $push7=, $pop6, $0 return $pop7 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.and $push6=, $pop4, $pop5 i32.ne $push7=, $pop6, $0 return $pop7 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/pr20601-1.c.s b/test/torture-s/pr20601-1.c.s index 124c58f93..49dfe6699 100644 --- a/test/torture-s/pr20601-1.c.s +++ b/test/torture-s/pr20601-1.c.s @@ -4,13 +4,13 @@ .type foo,@function foo: # @foo # BB#0: # %entry -BB0_1: # %while.body +.LBB0_1: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 - br BB0_1 -BB0_2: -func_end0: - .size foo, func_end0-foo + loop .LBB0_2 + br .LBB0_1 +.LBB0_2: +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -20,8 +20,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -39,48 +39,48 @@ main: # @main i32.const $push6=, 3 i32.store $6=, d($2), $pop6 i32.const $1=, 1 -BB2_1: # %land.rhs.i +.LBB2_1: # %land.rhs.i # =>This Inner Loop Header: Depth=1 - block BB2_17 - loop BB2_14 + block .LBB2_17 + loop .LBB2_14 i32.load $5=, 0($0) i32.const $4=, 45 i32.load8_u $push10=, 0($5) i32.ne $push11=, $pop10, $4 - br_if $pop11, BB2_14 + br_if $pop11, .LBB2_14 # BB#2: # %while.body.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_s $7=, 1($5) - block BB2_5 + block .LBB2_5 i32.const $push48=, 0 i32.eq $push49=, $7, $pop48 - br_if $pop49, BB2_5 + br_if $pop49, .LBB2_5 # BB#3: # %land.lhs.true.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.load8_u $push12=, 2($5) i32.const $push50=, 0 i32.eq $push51=, $pop12, $pop50 - br_if $pop51, BB2_5 + br_if $pop51, .LBB2_5 # BB#4: # %if.then.i call abort unreachable -BB2_5: # %if.end.i - # in Loop: Header=BB2_1 Depth=1 - block BB2_13 - block BB2_12 +.LBB2_5: # %if.end.i + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_13 + block .LBB2_12 i32.const $push13=, 80 i32.eq $push14=, $7, $pop13 - br_if $pop14, BB2_12 + br_if $pop14, .LBB2_12 # BB#6: # %if.end.i - # in Loop: Header=BB2_1 Depth=1 - block BB2_9 + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_9 i32.const $push15=, 117 i32.eq $push16=, $7, $pop15 - br_if $pop16, BB2_9 + br_if $pop16, .LBB2_9 # BB#7: # %if.end.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.ne $push17=, $7, $4 - br_if $pop17, BB2_13 + br_if $pop17, .LBB2_13 # BB#8: # %sw.bb22.i i32.const $push20=, 1 i32.eq $push21=, $1, $pop20 @@ -93,16 +93,16 @@ BB2_5: # %if.end.i i32.const $push19=, 4 i32.add $push3=, $0, $pop19 i32.store $0=, e($2), $pop3 - br BB2_17 -BB2_9: # %sw.bb.i - # in Loop: Header=BB2_1 Depth=1 - block BB2_11 + br .LBB2_17 +.LBB2_9: # %sw.bb.i + # in Loop: Header=.LBB2_1 Depth=1 + block .LBB2_11 i32.load $push26=, 4($0) i32.const $push52=, 0 i32.eq $push53=, $pop26, $pop52 - br_if $pop53, BB2_11 + br_if $pop53, .LBB2_11 # BB#10: # %if.end19.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push28=, -1 i32.add $push1=, $6, $pop28 i32.store $6=, d($2), $pop1 @@ -110,16 +110,16 @@ BB2_9: # %sw.bb.i i32.add $push0=, $0, $pop25 i32.store $push27=, t+4100($2), $pop0 i32.store $0=, e($2), $pop27 - br BB2_13 -BB2_11: # %if.then18.i + br .LBB2_13 +.LBB2_11: # %if.then18.i call abort unreachable -BB2_12: # %sw.bb21.i - # in Loop: Header=BB2_1 Depth=1 +.LBB2_12: # %sw.bb21.i + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push24=, 4096 i32.or $1=, $1, $pop24 -BB2_13: # %sw.epilog.i - # in Loop: Header=BB2_1 Depth=1 +.LBB2_13: # %sw.epilog.i + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push31=, 1 i32.gt_s $7=, $6, $pop31 i32.const $push29=, -1 @@ -128,26 +128,26 @@ BB2_13: # %sw.epilog.i i32.const $push30=, 4 i32.add $push5=, $0, $pop30 i32.store $0=, e($2), $pop5 - br_if $7, BB2_1 -BB2_14: # %while.end.i + br_if $7, .LBB2_1 +.LBB2_14: # %while.end.i i32.const $7=, 1 i32.lt_s $push33=, $6, $7 - br_if $pop33, BB2_17 + br_if $pop33, .LBB2_17 # BB#15: # %while.end.i i32.and $push32=, $1, $7 - br_if $pop32, BB2_17 + br_if $pop32, .LBB2_17 # BB#16: # %if.then36.i call abort unreachable -BB2_17: # %setup2.exit - block BB2_20 +.LBB2_17: # %setup2.exit + block .LBB2_20 i32.const $push34=, .str.4 i32.store $7=, t($2), $pop34 i32.const $push35=, 512 i32.and $push36=, $1, $pop35 i32.const $push54=, 0 i32.eq $push55=, $pop36, $pop54 - br_if $pop55, BB2_20 + br_if $pop55, .LBB2_20 # BB#18: # %if.then6.i i32.const $push37=, 1 i32.add $push38=, $6, $pop37 @@ -156,9 +156,9 @@ BB2_17: # %setup2.exit i32.const $push39=, f i32.store $5=, e($2), $pop39 copy_local $7=, $3 -BB2_19: # %for.cond.i +.LBB2_19: # %for.cond.i # =>This Inner Loop Header: Depth=1 - loop BB2_20 + loop .LBB2_20 i32.add $push44=, $5, $7 i32.add $push40=, $0, $7 i32.const $push41=, -4 @@ -166,25 +166,25 @@ BB2_19: # %for.cond.i i32.load $push43=, 0($pop42) i32.store $6=, 0($pop44), $pop43 i32.add $7=, $7, $3 - br_if $6, BB2_19 -BB2_20: # %setup1.exit - block BB2_23 + br_if $6, .LBB2_19 +.LBB2_20: # %setup1.exit + block .LBB2_23 i32.const $push46=, 1024 i32.and $push47=, $1, $pop46 i32.const $push56=, 0 i32.eq $push57=, $pop47, $pop56 - br_if $pop57, BB2_23 + br_if $pop57, .LBB2_23 # BB#21: # %setup1.exit i32.load $push45=, a+16($2) - br_if $pop45, BB2_23 + br_if $pop45, .LBB2_23 # BB#22: # %if.then call abort unreachable -BB2_23: # %if.end +.LBB2_23: # %if.end call exit, $2 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr21173.c.s b/test/torture-s/pr21173.c.s index 301898beb..46527200d 100644 --- a/test/torture-s/pr21173.c.s +++ b/test/torture-s/pr21173.c.s @@ -16,8 +16,8 @@ foo: # @foo i32.add $push3=, $2, $0 i32.store $discard=, a+4($1), $pop3 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -26,18 +26,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, a($0) i32.load $push1=, a+4($0) i32.or $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %for.cond.1 return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type q,@object # @q .bss diff --git a/test/torture-s/pr21331.c.s b/test/torture-s/pr21331.c.s index e5a2330d1..887ad6832 100644 --- a/test/torture-s/pr21331.c.s +++ b/test/torture-s/pr21331.c.s @@ -7,8 +7,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, -1 return $pop0 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -17,8 +17,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr21964-1.c.s b/test/torture-s/pr21964-1.c.s index 8456787fd..bec94a639 100644 --- a/test/torture-s/pr21964-1.c.s +++ b/test/torture-s/pr21964-1.c.s @@ -5,23 +5,23 @@ foo: # @foo .param i32, i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push1=, 0 i32.eq $push2=, $1, $pop1 - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#1: # %entry i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#2: # %if.then2.split call abort unreachable -BB0_3: # %if.then +.LBB0_3: # %if.then i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -31,8 +31,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr22061-1.c.s b/test/torture-s/pr22061-1.c.s index 6b6162dcc..749c3f8e2 100644 --- a/test/torture-s/pr22061-1.c.s +++ b/test/torture-s/pr22061-1.c.s @@ -5,8 +5,8 @@ foo: # @foo # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -19,8 +19,8 @@ bar: # @bar i32.add $push1=, $0, $1 i32.store8 $discard=, 0($pop1), $1 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.store $discard=, N($0), $pop0 call exit, $0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type N,@object # @N .data diff --git a/test/torture-s/pr22061-2.c.s b/test/torture-s/pr22061-2.c.s index 1d0e84806..310a3b6cf 100644 --- a/test/torture-s/pr22061-2.c.s +++ b/test/torture-s/pr22061-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .bss diff --git a/test/torture-s/pr22098-1.c.s b/test/torture-s/pr22098-1.c.s index 015b7ca12..9f79c879c 100644 --- a/test/torture-s/pr22098-1.c.s +++ b/test/torture-s/pr22098-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr22098-2.c.s b/test/torture-s/pr22098-2.c.s index 621065cfc..2a0f0e41b 100644 --- a/test/torture-s/pr22098-2.c.s +++ b/test/torture-s/pr22098-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr22098-3.c.s b/test/torture-s/pr22098-3.c.s index bf6aed63e..866a41e00 100644 --- a/test/torture-s/pr22098-3.c.s +++ b/test/torture-s/pr22098-3.c.s @@ -12,8 +12,8 @@ f: # @f i32.add $push2=, $pop0, $pop1 i32.store $push3=, n($0), $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,19 +23,19 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, n($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.add $push1=, $1, $pop0 i32.store $discard=, n($0), $pop1 - br_if $1, BB1_2 + br_if $1, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type n,@object # @n .bss diff --git a/test/torture-s/pr22348.c.s b/test/torture-s/pr22348.c.s index 2c5fbc3ba..796a91f51 100644 --- a/test/torture-s/pr22348.c.s +++ b/test/torture-s/pr22348.c.s @@ -5,17 +5,17 @@ f: # @f .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 53 i32.ge_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr22429.c.s b/test/torture-s/pr22429.c.s index 3a6412298..8ef38a960 100644 --- a/test/torture-s/pr22429.c.s +++ b/test/torture-s/pr22429.c.s @@ -13,8 +13,8 @@ f: # @f i32.const $push4=, 1 i32.xor $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr22493-1.c.s b/test/torture-s/pr22493-1.c.s index ca9af3bed..f9938bc1a 100644 --- a/test/torture-s/pr22493-1.c.s +++ b/test/torture-s/pr22493-1.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main # BB#0: # %entry call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr22630.c.s b/test/torture-s/pr22630.c.s index 6a0046231..d96d35d94 100644 --- a/test/torture-s/pr22630.c.s +++ b/test/torture-s/pr22630.c.s @@ -5,19 +5,19 @@ bla: # @bla .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, j i32.select $push1=, $0, $0, $pop0 i32.eq $push2=, $pop1, $0 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then1 i32.const $push3=, 0 i32.const $push4=, 1 i32.store $discard=, j($pop3), $pop4 -BB0_2: # %if.end2 +.LBB0_2: # %if.end2 return -func_end0: - .size bla, func_end0-bla +.Lfunc_end0: + .size bla, .Lfunc_end0-bla .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, j($0), $pop0 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type j,@object # @j .bss diff --git a/test/torture-s/pr23047.c.s b/test/torture-s/pr23047.c.s index 46f211840..13618f3d8 100644 --- a/test/torture-s/pr23047.c.s +++ b/test/torture-s/pr23047.c.s @@ -6,21 +6,21 @@ f: # @f .param i32 .local i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 31 i32.shr_s $1=, $0, $pop0 i32.add $push1=, $0, $1 i32.xor $push2=, $pop1, $1 i32.const $push3=, -1 i32.gt_s $push4=, $pop2, $pop3 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.then return -BB0_2: # %if.end +.LBB0_2: # %if.end call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -31,8 +31,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr23324.c.s b/test/torture-s/pr23324.c.s index 3aca32cdf..994677613 100644 --- a/test/torture-s/pr23324.c.s +++ b/test/torture-s/pr23324.c.s @@ -8,48 +8,48 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 f64.load $1=, wv6+32($0) - block BB0_10 + block .LBB0_10 f64.ne $push0=, $1, $1 - br_if $pop0, BB0_10 + br_if $pop0, .LBB0_10 # BB#1: # %caller_bf6.exit f32.load $2=, yv7($0) - block BB0_9 + block .LBB0_9 f32.ne $push1=, $2, $2 - br_if $pop1, BB0_9 + br_if $pop1, .LBB0_9 # BB#2: # %if.end26.i.i f64.load $1=, yv7+16($0) - block BB0_8 + block .LBB0_8 f64.ne $push2=, $1, $1 - br_if $pop2, BB0_8 + br_if $pop2, .LBB0_8 # BB#3: # %if.end30.i.i f32.load $2=, yv7+24($0) - block BB0_7 + block .LBB0_7 f32.ne $push3=, $2, $2 - br_if $pop3, BB0_7 + br_if $pop3, .LBB0_7 # BB#4: # %if.end34.i.i f32.load $2=, zv7($0) - block BB0_6 + block .LBB0_6 f32.ne $push4=, $2, $2 - br_if $pop4, BB0_6 + br_if $pop4, .LBB0_6 # BB#5: # %caller_bf7.exit return $0 -BB0_6: # %if.then37.i.i +.LBB0_6: # %if.then37.i.i call abort unreachable -BB0_7: # %if.then33.i.i +.LBB0_7: # %if.then33.i.i call abort unreachable -BB0_8: # %if.then29.i.i +.LBB0_8: # %if.then29.i.i call abort unreachable -BB0_9: # %if.then5.i.i +.LBB0_9: # %if.then5.i.i call abort unreachable -BB0_10: # %if.then109.i.i +.LBB0_10: # %if.then109.i.i call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type wv6,@object # @wv6 .data diff --git a/test/torture-s/pr23467.c.s b/test/torture-s/pr23467.c.s index 1e517360f..64328913f 100644 --- a/test/torture-s/pr23467.c.s +++ b/test/torture-s/pr23467.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type v,@object # @v .bss diff --git a/test/torture-s/pr23604.c.s b/test/torture-s/pr23604.c.s index 8780e8bff..337d2409e 100644 --- a/test/torture-s/pr23604.c.s +++ b/test/torture-s/pr23604.c.s @@ -8,22 +8,22 @@ g: # @g .local i32 # BB#0: # %entry i32.const $2=, 1 - block BB0_4 - block BB0_3 + block .LBB0_4 + block .LBB0_3 i32.gt_u $push0=, $0, $2 - br_if $pop0, BB0_3 + br_if $pop0, .LBB0_3 # BB#1: # %if.then2 i32.eq $push1=, $0, $1 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#2: # %if.then2 i32.const $0=, 0 - br_if $1, BB0_4 -BB0_3: # %if.end9 + br_if $1, .LBB0_4 +.LBB0_3: # %if.end9 copy_local $0=, $2 -BB0_4: # %return +.LBB0_4: # %return return $0 -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr23941.c.s b/test/torture-s/pr23941.c.s index 0c9b2df0b..ee7faafe2 100644 --- a/test/torture-s/pr23941.c.s +++ b/test/torture-s/pr23941.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 f64.load $push0=, d($0) f64.const $push1=, 0x1p-127 f64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type d,@object # @d .data diff --git a/test/torture-s/pr24141.c.s b/test/torture-s/pr24141.c.s index ebb7ef868..5e397bed9 100644 --- a/test/torture-s/pr24141.c.s +++ b/test/torture-s/pr24141.c.s @@ -8,28 +8,28 @@ g: # @g i32.const $push1=, 1 i32.store $discard=, i($pop0), $pop1 return -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function f: # @f .param i32, i32 # BB#0: # %entry - block BB1_3 + block .LBB1_3 i32.const $push2=, 0 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#1: # %entry - br_if $1, BB1_3 + br_if $1, .LBB1_3 # BB#2: # %if.then10 i32.const $push0=, 0 i32.const $push1=, 1 i32.store $discard=, i($pop0), $pop1 -BB1_3: # %cleanup +.LBB1_3: # %cleanup return -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -41,8 +41,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, i($0), $pop0 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type i,@object # @i .bss diff --git a/test/torture-s/pr24142.c.s b/test/torture-s/pr24142.c.s index 5aef3d2e7..e4b3f2b2c 100644 --- a/test/torture-s/pr24142.c.s +++ b/test/torture-s/pr24142.c.s @@ -14,8 +14,8 @@ f: # @f i32.ne $push3=, $1, $pop2 i32.and $push4=, $pop1, $pop3 return $pop4 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr24716.c.s b/test/torture-s/pr24716.c.s index d5b3ab5e2..e22569c2f 100644 --- a/test/torture-s/pr24716.c.s +++ b/test/torture-s/pr24716.c.s @@ -9,123 +9,123 @@ f: # @f # BB#0: # %entry i32.const $5=, 0 copy_local $3=, $5 -BB0_1: # %for.cond +.LBB0_1: # %for.cond # =>This Loop Header: Depth=1 - # Child Loop BB0_6 Depth 2 - # Child Loop BB0_8 Depth 2 - # Child Loop BB0_9 Depth 3 - # Child Loop BB0_13 Depth 2 - # Child Loop BB0_14 Depth 3 - loop BB0_18 + # Child Loop .LBB0_6 Depth 2 + # Child Loop .LBB0_8 Depth 2 + # Child Loop .LBB0_9 Depth 3 + # Child Loop .LBB0_13 Depth 2 + # Child Loop .LBB0_14 Depth 3 + loop .LBB0_18 copy_local $7=, $0 - block BB0_4 - block BB0_3 + block .LBB0_4 + block .LBB0_3 i32.const $push0=, 3 i32.lt_s $push1=, $5, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#2: # %if.end.thread - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push4=, 1 i32.add $5=, $5, $pop4 i32.const $push5=, -1 i32.add $4=, $3, $pop5 - br BB0_4 -BB0_3: # %if.end - # in Loop: Header=BB0_1 Depth=1 + br .LBB0_4 +.LBB0_3: # %if.end + # in Loop: Header=.LBB0_1 Depth=1 i32.const $4=, 0 i32.const $push2=, 1 i32.eq $push3=, $3, $pop2 - br_if $pop3, BB0_18 -BB0_4: # %while.cond.preheader - # in Loop: Header=BB0_1 Depth=1 - block BB0_7 + br_if $pop3, .LBB0_18 +.LBB0_4: # %while.cond.preheader + # in Loop: Header=.LBB0_1 Depth=1 + block .LBB0_7 i32.le_s $push6=, $5, $1 - br_if $pop6, BB0_7 + br_if $pop6, .LBB0_7 # BB#5: # %while.body.lr.ph - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.eq $6=, $4, $1 -BB0_6: # %while.body - # Parent Loop BB0_1 Depth=1 +.LBB0_6: # %while.body + # Parent Loop .LBB0_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB0_7 + loop .LBB0_7 i32.add $5=, $5, $6 i32.gt_s $push7=, $5, $1 - br_if $pop7, BB0_6 -BB0_7: # %do.body10.preheader - # in Loop: Header=BB0_1 Depth=1 + br_if $pop7, .LBB0_6 +.LBB0_7: # %do.body10.preheader + # in Loop: Header=.LBB0_1 Depth=1 i32.const $2=, 2 i32.const $push9=, W i32.shl $push8=, $7, $2 i32.add $0=, $pop9, $pop8 -BB0_8: # %do.body10 - # Parent Loop BB0_1 Depth=1 +.LBB0_8: # %do.body10 + # Parent Loop .LBB0_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB0_9 Depth 3 - loop BB0_13 + # Child Loop .LBB0_9 Depth 3 + loop .LBB0_13 i32.load $6=, 0($0) -BB0_9: # %do.body11 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_8 Depth=2 +.LBB0_9: # %do.body11 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_8 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_12 - block BB0_11 + loop .LBB0_12 + block .LBB0_11 i32.const $push20=, 0 i32.eq $push21=, $6, $pop20 - br_if $pop21, BB0_11 + br_if $pop21, .LBB0_11 # BB#10: # %if.then13 - # in Loop: Header=BB0_9 Depth=3 + # in Loop: Header=.LBB0_9 Depth=3 i32.const $push10=, 0 i32.store $discard=, 0($0), $pop10 i32.const $5=, 1 -BB0_11: # %do.cond16 - # in Loop: Header=BB0_9 Depth=3 +.LBB0_11: # %do.cond16 + # in Loop: Header=.LBB0_9 Depth=3 i32.const $3=, 1 i32.const $6=, 0 i32.lt_s $push11=, $1, $3 - br_if $pop11, BB0_9 -BB0_12: # %do.cond19 - # in Loop: Header=BB0_8 Depth=2 + br_if $pop11, .LBB0_9 +.LBB0_12: # %do.cond19 + # in Loop: Header=.LBB0_8 Depth=2 i32.const $6=, 0 i32.gt_s $push12=, $7, $6 - br_if $pop12, BB0_8 -BB0_13: # %do.body22 - # Parent Loop BB0_1 Depth=1 + br_if $pop12, .LBB0_8 +.LBB0_13: # %do.body22 + # Parent Loop .LBB0_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB0_14 Depth 3 - loop BB0_18 + # Child Loop .LBB0_14 Depth 3 + loop .LBB0_18 i32.const $push14=, Link i32.shl $push13=, $7, $2 i32.add $push15=, $pop14, $pop13 i32.load $7=, 0($pop15) copy_local $1=, $6 -BB0_14: # %while.cond24 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_13 Depth=2 +.LBB0_14: # %while.cond24 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_13 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_17 + loop .LBB0_17 i32.ge_s $push16=, $1, $4 - br_if $pop16, BB0_17 + br_if $pop16, .LBB0_17 # BB#15: # %while.body26 - # in Loop: Header=BB0_14 Depth=3 + # in Loop: Header=.LBB0_14 Depth=3 i32.const $push18=, -1 i32.eq $push19=, $7, $pop18 - br_if $pop19, BB0_14 + br_if $pop19, .LBB0_14 # BB#16: # %if.then28 - # in Loop: Header=BB0_14 Depth=3 + # in Loop: Header=.LBB0_14 Depth=3 i32.const $0=, 1 i32.add $5=, $5, $0 i32.add $1=, $1, $0 - br BB0_14 -BB0_17: # %do.cond33 - # in Loop: Header=BB0_13 Depth=2 + br .LBB0_14 +.LBB0_17: # %do.cond33 + # in Loop: Header=.LBB0_13 Depth=2 i32.const $0=, -1 i32.ne $push17=, $7, $0 - br_if $pop17, BB0_13 - br BB0_1 -BB0_18: # %for.end + br_if $pop17, .LBB0_13 + br .LBB0_1 +.LBB0_18: # %for.end return $5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -137,78 +137,78 @@ main: # @main i32.const $2=, 2 copy_local $4=, $1 copy_local $3=, $1 -BB1_1: # %for.cond.i +.LBB1_1: # %for.cond.i # =>This Loop Header: Depth=1 - # Child Loop BB1_6 Depth 2 - # Child Loop BB1_8 Depth 2 - # Child Loop BB1_12 Depth 2 - loop BB1_13 - block BB1_4 - block BB1_3 + # Child Loop .LBB1_6 Depth 2 + # Child Loop .LBB1_8 Depth 2 + # Child Loop .LBB1_12 Depth 2 + loop .LBB1_13 + block .LBB1_4 + block .LBB1_3 i32.const $push0=, 3 i32.lt_s $push1=, $4, $pop0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#2: # %if.end.thread.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push5=, 1 i32.add $4=, $4, $pop5 i32.const $push6=, -1 i32.add $5=, $3, $pop6 - br BB1_4 -BB1_3: # %if.end.i - # in Loop: Header=BB1_1 Depth=1 + br .LBB1_4 +.LBB1_3: # %if.end.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $5=, 0 i32.const $push2=, 1 i32.eq $push3=, $3, $pop2 - br_if $pop3, BB1_13 -BB1_4: # %while.cond.preheader.i - # in Loop: Header=BB1_1 Depth=1 - block BB1_7 + br_if $pop3, .LBB1_13 +.LBB1_4: # %while.cond.preheader.i + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_7 i32.le_s $push7=, $4, $2 - br_if $pop7, BB1_7 + br_if $pop7, .LBB1_7 # BB#5: # %while.body.lr.ph.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.eq $5=, $5, $2 -BB1_6: # %while.body.i - # Parent Loop BB1_1 Depth=1 +.LBB1_6: # %while.body.i + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_7 + loop .LBB1_7 i32.add $4=, $4, $5 i32.gt_s $push8=, $4, $2 - br_if $pop8, BB1_6 -BB1_7: # %do.body10.i - # in Loop: Header=BB1_1 Depth=1 + br_if $pop8, .LBB1_6 +.LBB1_7: # %do.body10.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $0=, 2 i32.const $push10=, W i32.shl $push9=, $1, $0 i32.add $3=, $pop10, $pop9 i32.load $5=, 0($3) -BB1_8: # %do.body11.i - # Parent Loop BB1_1 Depth=1 +.LBB1_8: # %do.body11.i + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_11 - block BB1_10 + loop .LBB1_11 + block .LBB1_10 i32.const $push16=, 0 i32.eq $push17=, $5, $pop16 - br_if $pop17, BB1_10 + br_if $pop17, .LBB1_10 # BB#9: # %if.then13.i - # in Loop: Header=BB1_8 Depth=2 + # in Loop: Header=.LBB1_8 Depth=2 i32.const $push11=, 0 i32.store $discard=, 0($3), $pop11 i32.const $4=, 1 -BB1_10: # %do.cond16.i - # in Loop: Header=BB1_8 Depth=2 +.LBB1_10: # %do.cond16.i + # in Loop: Header=.LBB1_8 Depth=2 i32.const $5=, 0 i32.const $push18=, 0 i32.eq $push19=, $2, $pop18 - br_if $pop19, BB1_8 -BB1_11: # %do.cond33.i.preheader - # in Loop: Header=BB1_1 Depth=1 + br_if $pop19, .LBB1_8 +.LBB1_11: # %do.cond33.i.preheader + # in Loop: Header=.LBB1_1 Depth=1 copy_local $5=, $1 -BB1_12: # %do.cond33.i - # Parent Loop BB1_1 Depth=1 +.LBB1_12: # %do.cond33.i + # Parent Loop .LBB1_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB1_13 + loop .LBB1_13 i32.const $push13=, Link i32.shl $push12=, $5, $0 i32.add $push14=, $pop13, $pop12 @@ -217,21 +217,21 @@ BB1_12: # %do.cond33.i i32.const $3=, 1 i32.const $2=, 0 i32.ne $push15=, $5, $1 - br_if $pop15, BB1_12 - br BB1_1 -BB1_13: # %f.exit - block BB1_15 + br_if $pop15, .LBB1_12 + br .LBB1_1 +.LBB1_13: # %f.exit + block .LBB1_15 i32.const $push20=, 0 i32.eq $push21=, $4, $pop20 - br_if $pop21, BB1_15 + br_if $pop21, .LBB1_15 # BB#14: # %if.end i32.const $push4=, 0 return $pop4 -BB1_15: # %if.then +.LBB1_15: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type Link,@object # @Link .data diff --git a/test/torture-s/pr24851.c.s b/test/torture-s/pr24851.c.s index b24a9195c..ba7a66730 100644 --- a/test/torture-s/pr24851.c.s +++ b/test/torture-s/pr24851.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr25125.c.s b/test/torture-s/pr25125.c.s index bd900d6f8..bfbf15172 100644 --- a/test/torture-s/pr25125.c.s +++ b/test/torture-s/pr25125.c.s @@ -8,41 +8,41 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_2 + block .LBB0_2 i32.gt_s $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end i32.const $push1=, 65535 i32.and $push2=, $0, $pop1 i32.const $push3=, 32768 i32.add $1=, $pop2, $pop3 -BB0_2: # %cleanup +.LBB0_2: # %cleanup i32.const $push4=, 65535 i32.and $push5=, $1, $pop4 return $pop5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -32767 i32.call $push1=, f, $pop0 i32.const $push2=, 1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 call exit, $pop4 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr25737.c.s b/test/torture-s/pr25737.c.s index acd0c69d4..a051377e6 100644 --- a/test/torture-s/pr25737.c.s +++ b/test/torture-s/pr25737.c.s @@ -10,8 +10,8 @@ time_enqueue: # @time_enqueue i32.store $push1=, 0($0), $pop0 i32.load $push2=, Timer_Queue($pop1) return $pop2 -func_end0: - .size time_enqueue, func_end0-time_enqueue +.Lfunc_end0: + .size time_enqueue, .Lfunc_end0-time_enqueue .globl main .type main,@function @@ -22,8 +22,8 @@ main: # @main i32.const $0=, 0 i32.store $push0=, Timer_Queue($0), $0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type Timer_Queue,@object # @Timer_Queue .lcomm Timer_Queue,4,2 diff --git a/test/torture-s/pr27260.c.s b/test/torture-s/pr27260.c.s index 47c47ce30..2b80a68f3 100644 --- a/test/torture-s/pr27260.c.s +++ b/test/torture-s/pr27260.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.const $push3=, 64 call memset, $pop2, $pop1, $pop3 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,70 +23,70 @@ main: # @main i32.const $4=, 0 i32.const $push0=, 2 i32.store8 $discard=, buf+64($4), $pop0 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_12 - loop BB1_3 + block .LBB1_12 + loop .LBB1_3 i32.const $0=, buf i32.add $push1=, $0, $4 i32.load8_u $push2=, 0($pop1) - br_if $pop2, BB1_12 + br_if $pop2, .LBB1_12 # BB#2: # %for.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $5=, 1 i32.add $4=, $4, $5 i32.const $1=, 63 i32.le_s $push3=, $4, $1 - br_if $pop3, BB1_1 -BB1_3: # %for.end + br_if $pop3, .LBB1_1 +.LBB1_3: # %for.end i32.const $2=, 64 call memset, $0, $5, $2 -BB1_4: # %for.cond3 +.LBB1_4: # %for.cond3 # =>This Inner Loop Header: Depth=1 - block BB1_7 - loop BB1_6 + block .LBB1_7 + loop .LBB1_6 i32.gt_s $push4=, $5, $1 - br_if $pop4, BB1_7 + br_if $pop4, .LBB1_7 # BB#5: # %for.cond3.for.body6_crit_edge - # in Loop: Header=BB1_4 Depth=1 + # in Loop: Header=.LBB1_4 Depth=1 i32.add $3=, $0, $5 i32.const $4=, 1 i32.add $5=, $5, $4 i32.load8_u $push8=, 0($3) i32.eq $push9=, $pop8, $4 - br_if $pop9, BB1_4 -BB1_6: # %if.then11 + br_if $pop9, .LBB1_4 +.LBB1_6: # %if.then11 call abort unreachable -BB1_7: # %for.end15 +.LBB1_7: # %for.end15 i32.const $3=, 0 call memset, $0, $3, $2 i32.const $5=, 1 -BB1_8: # %for.cond16 +.LBB1_8: # %for.cond16 # =>This Inner Loop Header: Depth=1 - block BB1_11 - loop BB1_10 + block .LBB1_11 + loop .LBB1_10 i32.gt_s $push5=, $5, $1 - br_if $pop5, BB1_11 + br_if $pop5, .LBB1_11 # BB#9: # %for.cond16.for.body19_crit_edge - # in Loop: Header=BB1_8 Depth=1 + # in Loop: Header=.LBB1_8 Depth=1 i32.add $4=, $0, $5 i32.const $push7=, 1 i32.add $5=, $5, $pop7 i32.load8_u $push6=, 0($4) i32.const $push10=, 0 i32.eq $push11=, $pop6, $pop10 - br_if $pop11, BB1_8 -BB1_10: # %if.then24 + br_if $pop11, .LBB1_8 +.LBB1_10: # %if.then24 call abort unreachable -BB1_11: # %if.end33 +.LBB1_11: # %if.end33 return $3 -BB1_12: # %if.then +.LBB1_12: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type buf,@object # @buf .bss diff --git a/test/torture-s/pr27285.c.s b/test/torture-s/pr27285.c.s index 9e9414931..b56ccf89a 100644 --- a/test/torture-s/pr27285.c.s +++ b/test/torture-s/pr27285.c.s @@ -7,19 +7,19 @@ foo: # @foo .local i32, i32, i32, i32, i32 # BB#0: # %entry i32.load8_u $6=, 1($0) - block BB0_4 + block .LBB0_4 i32.const $push7=, 0 i32.eq $push8=, $6, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#1: # %while.body.preheader i32.const $4=, 3 i32.add $5=, $0, $4 i32.add $4=, $1, $4 i32.const $2=, 8 i32.sub $0=, $2, $6 -BB0_2: # %while.body +.LBB0_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.const $1=, 255 i32.load8_u $push5=, 0($5) i32.const $push0=, 7 @@ -30,9 +30,9 @@ BB0_2: # %while.body i32.store8 $discard=, 0($4), $pop6 i32.const $push9=, 0 i32.eq $push10=, $0, $pop9 - br_if $pop10, BB0_4 + br_if $pop10, .LBB0_4 # BB#3: # %while.body - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $1=, 1 i32.add $5=, $5, $1 i32.add $4=, $4, $1 @@ -43,11 +43,11 @@ BB0_2: # %while.body copy_local $6=, $1 i32.const $push11=, 0 i32.eq $push12=, $3, $pop11 - br_if $pop12, BB0_2 -BB0_4: # %while.end + br_if $pop12, .LBB0_2 +.LBB0_4: # %while.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -176,12 +176,12 @@ main: # @main call foo, $25, $26 i32.const $27=, 0 i32.add $27=, $31, $27 - block BB1_5 + block .LBB1_5 i32.or $push72=, $27, $13 i32.load8_u $push73=, 0($pop72) i32.const $push74=, 170 i32.ne $push75=, $pop73, $pop74 - br_if $pop75, BB1_5 + br_if $pop75, .LBB1_5 # BB#1: # %lor.lhs.false i32.const $28=, 0 i32.add $28=, $31, $28 @@ -189,7 +189,7 @@ main: # @main i32.load8_u $push77=, 0($pop76) i32.const $push78=, 187 i32.ne $push79=, $pop77, $pop78 - br_if $pop79, BB1_5 + br_if $pop79, .LBB1_5 # BB#2: # %lor.lhs.false13 i32.const $29=, 0 i32.add $29=, $31, $29 @@ -197,7 +197,7 @@ main: # @main i32.load8_u $push81=, 0($pop80) i32.const $push82=, 204 i32.ne $push83=, $pop81, $pop82 - br_if $pop83, BB1_5 + br_if $pop83, .LBB1_5 # BB#3: # %lor.lhs.false22 i32.const $30=, 0 i32.add $30=, $31, $30 @@ -205,18 +205,18 @@ main: # @main i32.load8_u $push85=, 0($pop84) i32.const $push86=, 128 i32.ne $push87=, $pop85, $pop86 - br_if $pop87, BB1_5 + br_if $pop87, .LBB1_5 # BB#4: # %if.end i32.const $18=, 48 i32.add $31=, $31, $18 i32.const $18=, __stack_pointer i32.store $31=, 0($18), $31 return $1 -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.x,@object # @main.x .section .rodata,"a",@progbits diff --git a/test/torture-s/pr27364.c.s b/test/torture-s/pr27364.c.s index 6e867c017..25f563b25 100644 --- a/test/torture-s/pr27364.c.s +++ b/test/torture-s/pr27364.c.s @@ -8,10 +8,10 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_2 + block .LBB0_2 i32.const $push0=, 1294 i32.gt_u $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end i32.const $push2=, 3321928 i32.mul $push3=, $0, $pop2 @@ -21,10 +21,10 @@ f: # @f i32.add $push7=, $pop5, $pop6 i32.const $push8=, 4 i32.shr_u $1=, $pop7, $pop8 -BB0_2: # %return +.LBB0_2: # %return return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -34,8 +34,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr27671-1.c.s b/test/torture-s/pr27671-1.c.s index 0c4314153..f1075ecc0 100644 --- a/test/torture-s/pr27671-1.c.s +++ b/test/torture-s/pr27671-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr28289.c.s b/test/torture-s/pr28289.c.s index 263b7163c..a753c3a21 100644 --- a/test/torture-s/pr28289.c.s +++ b/test/torture-s/pr28289.c.s @@ -11,8 +11,8 @@ ix86_split_ashr: # @ix86_split_ashr i32.const $push3=, 0 i32.call_indirect $discard=, $pop2, $pop3 return -func_end0: - .size ix86_split_ashr, func_end0-ix86_split_ashr +.Lfunc_end0: + .size ix86_split_ashr, .Lfunc_end0-ix86_split_ashr .globl ok .type ok,@function @@ -22,8 +22,8 @@ ok: # @ok # BB#0: # %entry call exit, $0 unreachable -func_end1: - .size ok, func_end1-ok +.Lfunc_end1: + .size ok, .Lfunc_end1-ok .type gen_x86_64_shrd,@function gen_x86_64_shrd: # @gen_x86_64_shrd @@ -32,8 +32,8 @@ gen_x86_64_shrd: # @gen_x86_64_shrd # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size gen_x86_64_shrd, func_end2-gen_x86_64_shrd +.Lfunc_end2: + .size gen_x86_64_shrd, .Lfunc_end2-gen_x86_64_shrd .globl main .type main,@function @@ -49,8 +49,8 @@ main: # @main i32.call_indirect $discard=, $pop3, $0 i32.const $push4=, 1 return $pop4 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type one,@object # @one .data diff --git a/test/torture-s/pr28403.c.s b/test/torture-s/pr28403.c.s index 95309b049..675b705d6 100644 --- a/test/torture-s/pr28403.c.s +++ b/test/torture-s/pr28403.c.s @@ -16,8 +16,8 @@ foo: # @foo i32.add $push6=, $pop5, $7 i32.store $discard=, global($pop7), $pop6 return $7 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -36,29 +36,29 @@ bar: # @bar i64.load32_u $push5=, global($pop4) i64.shr_u $push6=, $0, $pop5 return $pop6 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i64.const $push0=, 81985529216486895 i64.call $push1=, bar, $pop0 i64.const $push2=, 312749974122 i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.end i32.const $push4=, 0 call exit, $pop4 unreachable -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type global,@object # @global .bss diff --git a/test/torture-s/pr28651.c.s b/test/torture-s/pr28651.c.s index ebee7d0d6..801c0b00a 100644 --- a/test/torture-s/pr28651.c.s +++ b/test/torture-s/pr28651.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 2147483643 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,20 +18,20 @@ main: # @main .param i32, i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 2147483647 i32.call $push1=, foo, $pop0 i32.const $push3=, 0 i32.eq $push4=, $pop1, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end i32.const $push2=, 0 return $pop2 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr28982a.c.s b/test/torture-s/pr28982a.c.s index 776837cdd..499a647fb 100644 --- a/test/torture-s/pr28982a.c.s +++ b/test/torture-s/pr28982a.c.s @@ -27,10 +27,10 @@ foo: # @foo copy_local $62=, $45 copy_local $63=, $45 copy_local $64=, $45 - block BB0_3 + block .LBB0_3 i32.const $push51=, 0 i32.eq $push52=, $0, $pop51 - br_if $pop52, BB0_3 + br_if $pop52, .LBB0_3 # BB#1: # %while.body.preheader i64.load $2=, incs+72($23) i64.load $1=, incs+64($23) @@ -134,9 +134,9 @@ foo: # @foo copy_local $62=, $45 copy_local $63=, $45 copy_local $64=, $45 -BB0_2: # %while.body +.LBB0_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 f32.load $push31=, 0($25) f32.add $64=, $64, $pop31 f32.load $push32=, 0($26) @@ -199,8 +199,8 @@ BB0_2: # %while.body i32.add $27=, $27, $20 i32.add $26=, $26, $21 i32.add $25=, $25, $22 - br_if $0, BB0_2 -BB0_3: # %while.end + br_if $0, .LBB0_2 +.LBB0_3: # %while.end f32.store $discard=, results($23), $64 f32.store $discard=, results+4($23), $63 f32.store $discard=, results+8($23), $62 @@ -222,8 +222,8 @@ BB0_3: # %while.end f32.store $discard=, results+72($23), $46 f32.store $discard=, results+76($23), $45 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -311,17 +311,17 @@ main: # @main i32.store $0=, incs+4($3), $pop2 i32.const $push8=, 4 i32.store $1=, incs+16($3), $pop8 -BB1_1: # %for.body4 +.LBB1_1: # %for.body4 # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 f32.convert_s/i32 $push39=, $3 f32.store $discard=, 0($2), $pop39 i32.add $3=, $3, $0 i32.add $2=, $2, $1 i32.const $push40=, 80 i32.ne $push41=, $3, $pop40 - br_if $pop41, BB1_1 -BB1_2: # %for.end8 + br_if $pop41, .LBB1_1 +.LBB1_2: # %for.end8 call foo, $1 i32.const $3=, 0 f32.load $push42=, results($3) @@ -405,8 +405,8 @@ BB1_2: # %for.end8 i32.or $push120=, $pop116, $pop119 i32.and $push121=, $pop120, $0 return $pop121 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type incs,@object # @incs .bss diff --git a/test/torture-s/pr29006.c.s b/test/torture-s/pr29006.c.s index a4aa2c5f9..f8499cd23 100644 --- a/test/torture-s/pr29006.c.s +++ b/test/torture-s/pr29006.c.s @@ -30,8 +30,8 @@ foo: # @foo i32.add $push14=, $0, $pop13 i64.store8 $discard=, 0($pop14), $1 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -141,8 +141,8 @@ main: # @main i32.const $11=, __stack_pointer i32.store $18=, 0($11), $18 return $pop65 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.s,@object # @main.s .section .rodata,"a",@progbits diff --git a/test/torture-s/pr29156.c.s b/test/torture-s/pr29156.c.s index 8ca57c8d5..65266c28e 100644 --- a/test/torture-s/pr29156.c.s +++ b/test/torture-s/pr29156.c.s @@ -14,8 +14,8 @@ bla: # @bla i32.store $discard=, 0($0), $pop3 i32.load $push4=, 4($1) return $pop4 -func_end0: - .size bla, func_end0-bla +.Lfunc_end0: + .size bla, .Lfunc_end0-bla .globl main .type main,@function @@ -27,8 +27,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, global($0), $pop0 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type global,@object # @global .bss diff --git a/test/torture-s/pr29695-1.c.s b/test/torture-s/pr29695-1.c.s index e94b23ec2..f22d3b6a6 100644 --- a/test/torture-s/pr29695-1.c.s +++ b/test/torture-s/pr29695-1.c.s @@ -7,8 +7,8 @@ f1: # @f1 # BB#0: # %entry i32.const $push0=, 128 return $pop0 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -17,8 +17,8 @@ f2: # @f2 # BB#0: # %entry i32.const $push0=, 128 return $pop0 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -27,8 +27,8 @@ f3: # @f3 # BB#0: # %entry i32.const $push0=, 896 return $pop0 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -37,8 +37,8 @@ f4: # @f4 # BB#0: # %entry i32.const $push0=, -128 return $pop0 -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl f5 .type f5,@function @@ -47,8 +47,8 @@ f5: # @f5 # BB#0: # %entry i64.const $push0=, 2147483648 return $pop0 -func_end4: - .size f5, func_end4-f5 +.Lfunc_end4: + .size f5, .Lfunc_end4-f5 .globl f6 .type f6,@function @@ -57,8 +57,8 @@ f6: # @f6 # BB#0: # %entry i64.const $push0=, 2147483648 return $pop0 -func_end5: - .size f6, func_end5-f6 +.Lfunc_end5: + .size f6, .Lfunc_end5-f6 .globl f7 .type f7,@function @@ -67,8 +67,8 @@ f7: # @f7 # BB#0: # %entry i64.const $push0=, 15032385536 return $pop0 -func_end6: - .size f7, func_end6-f7 +.Lfunc_end6: + .size f7, .Lfunc_end6-f7 .globl f8 .type f8,@function @@ -77,8 +77,8 @@ f8: # @f8 # BB#0: # %entry i64.const $push0=, -2147483648 return $pop0 -func_end7: - .size f8, func_end7-f8 +.Lfunc_end7: + .size f8, .Lfunc_end7-f8 .globl main .type main,@function @@ -87,8 +87,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end8: - .size main, func_end8-main +.Lfunc_end8: + .size main, .Lfunc_end8-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr29695-2.c.s b/test/torture-s/pr29695-2.c.s index a8cace32f..d49f4e1f9 100644 --- a/test/torture-s/pr29695-2.c.s +++ b/test/torture-s/pr29695-2.c.s @@ -10,8 +10,8 @@ f1: # @f1 i32.const $push2=, 128 i32.and $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -25,8 +25,8 @@ f2: # @f2 i32.const $push2=, 7 i32.shl $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -40,8 +40,8 @@ f3: # @f3 i32.const $push4=, 896 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -55,8 +55,8 @@ f4: # @f4 i32.const $push4=, -128 i32.and $push5=, $pop3, $pop4 return $pop5 -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl f5 .type f5,@function @@ -71,8 +71,8 @@ f5: # @f5 i64.const $push3=, 31 i64.shl $push4=, $pop2, $pop3 return $pop4 -func_end4: - .size f5, func_end4-f5 +.Lfunc_end4: + .size f5, .Lfunc_end4-f5 .globl f6 .type f6,@function @@ -87,8 +87,8 @@ f6: # @f6 i64.const $push3=, 31 i64.shl $push4=, $pop2, $pop3 return $pop4 -func_end5: - .size f6, func_end5-f6 +.Lfunc_end5: + .size f6, .Lfunc_end5-f6 .globl f7 .type f7,@function @@ -103,8 +103,8 @@ f7: # @f7 i64.const $push2=, 0 i64.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end6: - .size f7, func_end6-f7 +.Lfunc_end6: + .size f7, .Lfunc_end6-f7 .globl f8 .type f8,@function @@ -119,8 +119,8 @@ f8: # @f8 i64.const $push2=, 0 i64.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end7: - .size f8, func_end7-f8 +.Lfunc_end7: + .size f8, .Lfunc_end7-f8 .globl main .type main,@function @@ -129,44 +129,44 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB8_8 + block .LBB8_8 i32.load8_u $push0=, a($0) i32.const $push1=, 7 i32.shr_u $push2=, $pop0, $pop1 i32.const $push9=, 0 i32.eq $push10=, $pop2, $pop9 - br_if $pop10, BB8_8 + br_if $pop10, .LBB8_8 # BB#1: # %if.end - block BB8_7 + block .LBB8_7 i32.load8_s $push3=, b($0) i32.ge_s $push4=, $pop3, $0 - br_if $pop4, BB8_7 + br_if $pop4, .LBB8_7 # BB#2: # %if.end12 - block BB8_6 + block .LBB8_6 i32.load $push5=, c($0) i32.ge_s $push6=, $pop5, $0 - br_if $pop6, BB8_6 + br_if $pop6, .LBB8_6 # BB#3: # %if.end16 - block BB8_5 + block .LBB8_5 i32.load $push7=, d($0) i32.ge_s $push8=, $pop7, $0 - br_if $pop8, BB8_5 + br_if $pop8, .LBB8_5 # BB#4: # %if.end28 return $0 -BB8_5: # %if.then19 +.LBB8_5: # %if.then19 call abort unreachable -BB8_6: # %if.then15 +.LBB8_6: # %if.then15 call abort unreachable -BB8_7: # %if.then3 +.LBB8_7: # %if.then3 call abort unreachable -BB8_8: # %if.then +.LBB8_8: # %if.then call abort unreachable -func_end8: - .size main, func_end8-main +.Lfunc_end8: + .size main, .Lfunc_end8-main .type a,@object # @a .data diff --git a/test/torture-s/pr29797-1.c.s b/test/torture-s/pr29797-1.c.s index b890b0504..89808bbab 100644 --- a/test/torture-s/pr29797-1.c.s +++ b/test/torture-s/pr29797-1.c.s @@ -7,8 +7,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 32768 return $pop0 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr29797-2.c.s b/test/torture-s/pr29797-2.c.s index 2cba9c106..fc2bb8428 100644 --- a/test/torture-s/pr29797-2.c.s +++ b/test/torture-s/pr29797-2.c.s @@ -7,8 +7,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 32768 return $pop0 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr29798.c.s b/test/torture-s/pr29798.c.s index 6aedb9462..50a1d5da8 100644 --- a/test/torture-s/pr29798.c.s +++ b/test/torture-s/pr29798.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end4.1 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr31072.c.s b/test/torture-s/pr31072.c.s index b384c0254..23b944e3b 100644 --- a/test/torture-s/pr31072.c.s +++ b/test/torture-s/pr31072.c.s @@ -7,18 +7,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, ReadyFlag_NotProperlyInitialized($0) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type ReadyFlag_NotProperlyInitialized,@object # @ReadyFlag_NotProperlyInitialized .data diff --git a/test/torture-s/pr31136.c.s b/test/torture-s/pr31136.c.s index 7bc32407a..ecc43b7ca 100644 --- a/test/torture-s/pr31136.c.s +++ b/test/torture-s/pr31136.c.s @@ -14,8 +14,8 @@ main: # @main i32.or $push4=, $pop2, $pop3 i32.store16 $discard=, s($0), $pop4 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .bss diff --git a/test/torture-s/pr31169.c.s b/test/torture-s/pr31169.c.s index 25ab858a5..4dc6256a7 100644 --- a/test/torture-s/pr31169.c.s +++ b/test/torture-s/pr31169.c.s @@ -7,14 +7,14 @@ sign_bit_p: # @sign_bit_p .result i32 .local i32, i32, i32, i32 # BB#0: # %entry - block BB0_3 - block BB0_2 + block .LBB0_3 + block .LBB0_2 i32.load16_u $push0=, 0($0) i32.const $push1=, 511 i32.and $0=, $pop0, $pop1 i32.const $push2=, 33 i32.lt_u $push3=, $0, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.then i32.const $push10=, 1 i32.const $push8=, -33 @@ -25,8 +25,8 @@ sign_bit_p: # @sign_bit_p i32.sub $push12=, $pop11, $0 i32.shr_u $5=, $3, $pop12 i32.const $4=, 0 - br BB0_3 -BB0_2: # %if.else + br .LBB0_3 +.LBB0_2: # %if.else i32.const $3=, -1 i32.const $push5=, 1 i32.add $push4=, $0, $3 @@ -36,15 +36,15 @@ BB0_2: # %if.else i32.sub $push7=, $pop6, $0 i32.shr_u $3=, $3, $pop7 copy_local $6=, $5 -BB0_3: # %if.end +.LBB0_3: # %if.end i32.and $push15=, $3, $2 i32.eq $push16=, $pop15, $4 i32.and $push13=, $5, $1 i32.eq $push14=, $pop13, $6 i32.and $push17=, $pop16, $pop14 return $pop17 -func_end0: - .size sign_bit_p, func_end0-sign_bit_p +.Lfunc_end0: + .size sign_bit_p, .Lfunc_end0-sign_bit_p .globl main .type main,@function @@ -53,8 +53,8 @@ main: # @main # BB#0: # %sign_bit_p.exit i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr31605.c.s b/test/torture-s/pr31605.c.s index 95dba4d11..dbc409847 100644 --- a/test/torture-s/pr31605.c.s +++ b/test/torture-s/pr31605.c.s @@ -7,19 +7,19 @@ put_field: # @put_field .local i32 # BB#0: # %entry i32.const $2=, -8 - block BB0_2 + block .LBB0_2 i32.add $push0=, $1, $0 i32.or $push1=, $pop0, $2 i32.ne $push2=, $pop1, $2 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then i32.const $push3=, 0 call exit, $pop3 unreachable -func_end0: - .size put_field, func_end0-put_field +.Lfunc_end0: + .size put_field, .Lfunc_end0-put_field .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr32244-1.c.s b/test/torture-s/pr32244-1.c.s index b997acec3..3708d1ae2 100644 --- a/test/torture-s/pr32244-1.c.s +++ b/test/torture-s/pr32244-1.c.s @@ -5,20 +5,20 @@ test1: # @test1 .param i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i64.load $push1=, x($pop0) i64.const $push2=, 32 i64.shl $push3=, $pop1, $pop2 i64.ne $push4=, $pop3, $0 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i64.store $discard=, x($0), $pop4 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .bss diff --git a/test/torture-s/pr32500.c.s b/test/torture-s/pr32500.c.s index 095a50943..3f20c1a14 100644 --- a/test/torture-s/pr32500.c.s +++ b/test/torture-s/pr32500.c.s @@ -8,8 +8,8 @@ foo: # @foo i32.const $push0=, 0 i32.store $discard=, x($pop0), $0 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -18,8 +18,8 @@ bar: # @bar i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main call foo, $pop3 call bar unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type x,@object # @x .bss diff --git a/test/torture-s/pr33142.c.s b/test/torture-s/pr33142.c.s index a49111abf..293c31928 100644 --- a/test/torture-s/pr33142.c.s +++ b/test/torture-s/pr33142.c.s @@ -8,14 +8,14 @@ lisp_atan2: # @lisp_atan2 .local i32, i32 # BB#0: # %entry i32.const $3=, 0 - block BB0_3 + block .LBB0_3 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 0 i32.gt_s $push3=, $1, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.then2 i32.const $3=, 31 i32.shr_s $2=, $1, $3 @@ -25,10 +25,10 @@ lisp_atan2: # @lisp_atan2 i32.add $push6=, $0, $3 i32.xor $push7=, $pop6, $3 i32.le_s $3=, $pop5, $pop7 -BB0_3: # %return +.LBB0_3: # %return return $3 -func_end0: - .size lisp_atan2, func_end0-lisp_atan2 +.Lfunc_end0: + .size lisp_atan2, .Lfunc_end0-lisp_atan2 .globl main .type main,@function @@ -42,7 +42,7 @@ main: # @main i32.sub $3=, $0, $1 i32.const $1=, __stack_pointer i32.store $3=, 0($1), $3 - block BB1_2 + block .LBB1_2 i32.const $push0=, 63 i32.store $discard=, 12($3), $pop0 i32.const $push1=, -77 @@ -50,7 +50,7 @@ main: # @main i32.load $push2=, 12($3) i32.load $push3=, 8($3) i32.call $push4=, lisp_atan2, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end i32.const $push5=, 0 i32.const $2=, 16 @@ -58,11 +58,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $3=, 0($2), $3 return $pop5 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr33382.c.s b/test/torture-s/pr33382.c.s index 0b78500f5..bd0b2366d 100644 --- a/test/torture-s/pr33382.c.s +++ b/test/torture-s/pr33382.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.const $push0=, 1 i32.store $discard=, x+4($0), $pop0 return $1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -22,17 +22,17 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, x+8($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.store $discard=, x+4($0), $pop0 - br_if $1, BB1_2 + br_if $1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .data diff --git a/test/torture-s/pr33631.c.s b/test/torture-s/pr33631.c.s index 1ecd26c0c..f72890167 100644 --- a/test/torture-s/pr33631.c.s +++ b/test/torture-s/pr33631.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr33669.c.s b/test/torture-s/pr33669.c.s index 84f893bf4..39f18d857 100644 --- a/test/torture-s/pr33669.c.s +++ b/test/torture-s/pr33669.c.s @@ -17,23 +17,23 @@ foo: # @foo i32.add $2=, $pop3, $pop4 i32.rem_u $5=, $2, $3 i64.const $6=, -1 - block BB0_3 + block .LBB0_3 i32.sub $push5=, $2, $5 i32.lt_u $push6=, $3, $pop5 - br_if $pop6, BB0_3 + br_if $pop6, .LBB0_3 # BB#1: # %if.end i64.sub $6=, $1, $4 i32.load $push7=, 4($0) i32.le_u $push8=, $pop7, $3 - br_if $pop8, BB0_3 + br_if $pop8, .LBB0_3 # BB#2: # %if.then13 i32.const $push9=, 4 i32.add $push10=, $0, $pop9 i32.store $discard=, 0($pop10), $3 -BB0_3: # %cleanup +.LBB0_3: # %cleanup return $6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -42,8 +42,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr33779-1.c.s b/test/torture-s/pr33779-1.c.s index 945882ef5..a8ef9e6c7 100644 --- a/test/torture-s/pr33779-1.c.s +++ b/test/torture-s/pr33779-1.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.and $push0=, $0, $1 i32.eq $push1=, $pop0, $1 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr33779-2.c.s b/test/torture-s/pr33779-2.c.s index c19fbb7a1..10e69d7f2 100644 --- a/test/torture-s/pr33779-2.c.s +++ b/test/torture-s/pr33779-2.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.add $push2=, $pop0, $pop1 i32.shr_s $push3=, $pop2, $1 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,8 +23,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr33992.c.s b/test/torture-s/pr33992.c.s index a73e84e8e..dfec5926a 100644 --- a/test/torture-s/pr33992.c.s +++ b/test/torture-s/pr33992.c.s @@ -5,17 +5,17 @@ bar: # @bar .param i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i64.const $push0=, 0 i64.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl do_test .type do_test,@function @@ -27,9 +27,9 @@ do_test: # @do_test i64.const $2=, -1 i64.const $8=, 63 copy_local $9=, $2 -BB1_1: # %for.cond.i +.LBB1_1: # %for.cond.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i64.const $3=, 4294967295 i64.and $4=, $8, $3 i64.const $5=, 1 @@ -39,8 +39,8 @@ BB1_1: # %for.cond.i i64.shl $push0=, $5, $4 i64.and $push1=, $pop0, $1 i64.eq $push2=, $pop1, $6 - br_if $pop2, BB1_1 -BB1_2: # %foo.exit + br_if $pop2, .LBB1_1 +.LBB1_2: # %foo.exit i64.const $7=, 32 i64.shl $push3=, $9, $7 i64.shr_s $push4=, $pop3, $7 @@ -49,23 +49,23 @@ BB1_2: # %foo.exit i64.const $2=, -1 i64.const $8=, 63 copy_local $9=, $2 -BB1_3: # %for.cond.i.1 +.LBB1_3: # %for.cond.i.1 # =>This Inner Loop Header: Depth=1 - loop BB1_4 + loop .LBB1_4 i64.and $4=, $8, $3 i64.add $9=, $9, $5 i64.add $8=, $8, $2 i64.shl $push5=, $5, $4 i64.and $push6=, $pop5, $1 i64.eq $push7=, $pop6, $6 - br_if $pop7, BB1_3 -BB1_4: # %foo.exit.1 + br_if $pop7, .LBB1_3 +.LBB1_4: # %foo.exit.1 i64.shl $push8=, $9, $7 i64.shr_s $push9=, $pop8, $7 call bar, $pop9 return -func_end1: - .size do_test, func_end1-do_test +.Lfunc_end1: + .size do_test, .Lfunc_end1-do_test .globl main .type main,@function @@ -90,8 +90,8 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop1 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34070-1.c.s b/test/torture-s/pr34070-1.c.s index ca032267c..2418d8ca2 100644 --- a/test/torture-s/pr34070-1.c.s +++ b/test/torture-s/pr34070-1.c.s @@ -15,8 +15,8 @@ f: # @f i32.and $push6=, $pop4, $pop5 i32.sub $push7=, $0, $pop6 return $pop7 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34070-2.c.s b/test/torture-s/pr34070-2.c.s index a67430ae0..b7c602f0b 100644 --- a/test/torture-s/pr34070-2.c.s +++ b/test/torture-s/pr34070-2.c.s @@ -10,8 +10,8 @@ f: # @f i32.shl $push1=, $pop0, $1 i32.div_s $push2=, $0, $pop1 return $pop2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34099-2.c.s b/test/torture-s/pr34099-2.c.s index 0c93ab8d7..f6bcaa130 100644 --- a/test/torture-s/pr34099-2.c.s +++ b/test/torture-s/pr34099-2.c.s @@ -9,8 +9,8 @@ test1: # @test1 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -21,8 +21,8 @@ test2: # @test2 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 return $pop1 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -33,8 +33,8 @@ test3: # @test3 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 return $pop1 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -47,8 +47,8 @@ test4: # @test4 i32.const $push2=, 1 i32.select $push3=, $0, $pop1, $pop2 return $pop3 -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl main .type main,@function @@ -57,8 +57,8 @@ main: # @main # BB#0: # %if.end12 i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34099.c.s b/test/torture-s/pr34099.c.s index eb523be79..9962dab9f 100644 --- a/test/torture-s/pr34099.c.s +++ b/test/torture-s/pr34099.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34130.c.s b/test/torture-s/pr34130.c.s index 9b34e6785..bd6837c0c 100644 --- a/test/torture-s/pr34130.c.s +++ b/test/torture-s/pr34130.c.s @@ -19,8 +19,8 @@ foo: # @foo i32.shl $push7=, $pop5, $pop6 i32.sub $push9=, $pop8, $pop7 return $pop9 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -29,8 +29,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34154.c.s b/test/torture-s/pr34154.c.s index 132075899..ad6b3db77 100644 --- a/test/torture-s/pr34154.c.s +++ b/test/torture-s/pr34154.c.s @@ -14,8 +14,8 @@ foo: # @foo i32.const $push4=, 20 i32.select $push6=, $pop3, $pop5, $pop4 return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,8 +24,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr34176.c.s b/test/torture-s/pr34176.c.s index 56e40f914..360dcd29b 100644 --- a/test/torture-s/pr34176.c.s +++ b/test/torture-s/pr34176.c.s @@ -10,8 +10,8 @@ hash_find_entry: # @hash_find_entry i32.store $discard=, 0($0), $pop0 i32.const $push1=, 0 return $pop1 -func_end0: - .size hash_find_entry, func_end0-hash_find_entry +.Lfunc_end0: + .size hash_find_entry, .Lfunc_end0-hash_find_entry .globl foo .type foo,@function @@ -23,18 +23,18 @@ foo: # @foo i32.const $1=, 0 i32.load $2=, foo.count($1) i32.const $3=, 1 - block BB1_2 + block .LBB1_2 i32.add $push0=, $2, $3 i32.store $discard=, foo.count($1), $pop0 i32.ge_s $push1=, $2, $3 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $1 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -51,43 +51,43 @@ main: # @main i32.const $5=, 12 i32.add $5=, $7, $5 i32.call $discard=, hash_find_entry, $5 -BB2_1: # %if.end +.LBB2_1: # %if.end # =>This Loop Header: Depth=1 - # Child Loop BB2_2 Depth 2 - loop BB2_4 + # Child Loop .LBB2_2 Depth 2 + loop .LBB2_4 i32.load $1=, 12($7) i32.call $discard=, foo, $1 i32.const $0=, 0 - block BB2_3 + block .LBB2_3 i32.const $push3=, 0 i32.eq $push4=, $1, $pop3 - br_if $pop4, BB2_3 -BB2_2: # %while.body - # Parent Loop BB2_1 Depth=1 + br_if $pop4, .LBB2_3 +.LBB2_2: # %while.body + # Parent Loop .LBB2_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB2_3 + loop .LBB2_3 i32.const $push0=, -1 i32.add $1=, $1, $pop0 i32.const $push1=, 8 i32.add $0=, $0, $pop1 - br_if $1, BB2_2 -BB2_3: # %cleanup.thread - # in Loop: Header=BB2_1 Depth=1 + br_if $1, .LBB2_2 +.LBB2_3: # %cleanup.thread + # in Loop: Header=.LBB2_1 Depth=1 i32.const $6=, 12 i32.add $6=, $7, $6 i32.call $discard=, hash_find_entry, $6 i32.const $push5=, 0 i32.eq $push6=, $0, $pop5 - br_if $pop6, BB2_1 -BB2_4: # %for.end + br_if $pop6, .LBB2_1 +.LBB2_4: # %for.end i32.const $push2=, 0 i32.const $4=, 16 i32.add $7=, $7, $4 i32.const $4=, __stack_pointer i32.store $7=, 0($4), $7 return $pop2 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type foo.count,@object # @foo.count .lcomm foo.count,4,2 diff --git a/test/torture-s/pr34415.c.s b/test/torture-s/pr34415.c.s index 66614f7da..89f81b1a4 100644 --- a/test/torture-s/pr34415.c.s +++ b/test/torture-s/pr34415.c.s @@ -9,10 +9,10 @@ foo: # @foo # BB#0: # %entry i32.const $6=, 1 # implicit-def: %vreg38 -BB0_1: # %for.cond +.LBB0_1: # %for.cond # =>This Loop Header: Depth=1 - # Child Loop BB0_3 Depth 2 - loop BB0_8 + # Child Loop .LBB0_3 Depth 2 + loop .LBB0_8 copy_local $1=, $0 i32.load8_s $2=, 0($1) i32.const $4=, 255 @@ -25,51 +25,51 @@ BB0_1: # %for.cond i32.add $push6=, $2, $pop5 i32.select $3=, $pop4, $pop6, $2 copy_local $0=, $1 - block BB0_7 + block .LBB0_7 i32.const $push7=, 66 i32.eq $push8=, $3, $pop7 - br_if $pop8, BB0_7 + br_if $pop8, .LBB0_7 # BB#2: # %for.cond - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 copy_local $0=, $1 - block BB0_4 + block .LBB0_4 i32.const $push9=, 65 i32.ne $push10=, $3, $pop9 - br_if $pop10, BB0_4 -BB0_3: # %do.body - # Parent Loop BB0_1 Depth=1 + br_if $pop10, .LBB0_4 +.LBB0_3: # %do.body + # Parent Loop .LBB0_1 Depth=1 # => This Inner Loop Header: Depth=2 - loop BB0_4 + loop .LBB0_4 i32.const $push11=, 1 i32.add $0=, $0, $pop11 i32.load8_u $push12=, 0($0) i32.const $push13=, 43 i32.eq $push14=, $pop12, $pop13 - br_if $pop14, BB0_3 - br BB0_7 -BB0_4: # %for.end - block BB0_6 + br_if $pop14, .LBB0_3 + br .LBB0_7 +.LBB0_4: # %for.end + block .LBB0_6 i32.const $push15=, 3 i32.lt_s $push16=, $6, $pop15 - br_if $pop16, BB0_6 + br_if $pop16, .LBB0_6 # BB#5: # %land.lhs.true17 i32.and $push17=, $2, $4 i32.const $push18=, 58 i32.eq $push19=, $pop17, $pop18 i32.select $push20=, $pop19, $5, $1 return $pop20 -BB0_6: # %if.end22 +.LBB0_6: # %if.end22 return $1 -BB0_7: # %cleanup.thread - # in Loop: Header=BB0_1 Depth=1 +.LBB0_7: # %cleanup.thread + # in Loop: Header=.LBB0_1 Depth=1 i32.const $2=, 1 i32.add $0=, $0, $2 i32.add $6=, $6, $2 copy_local $5=, $1 - br BB0_1 -BB0_8: -func_end0: - .size foo, func_end0-foo + br .LBB0_1 +.LBB0_8: +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -81,8 +81,8 @@ main: # @main i32.const $push2=, .str+2 i32.ne $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr34456.c.s b/test/torture-s/pr34456.c.s index 78e3e40d2..a7d83b629 100644 --- a/test/torture-s/pr34456.c.s +++ b/test/torture-s/pr34456.c.s @@ -7,8 +7,8 @@ debug: # @debug # BB#0: # %entry i32.const $push0=, 1 return $pop0 -func_end0: - .size debug, func_end0-debug +.Lfunc_end0: + .size debug, .Lfunc_end0-debug .globl bad_compare .type bad_compare,@function @@ -19,8 +19,8 @@ bad_compare: # @bad_compare i32.const $push0=, 0 i32.sub $push1=, $pop0, $0 return $pop1 -func_end1: - .size bad_compare, func_end1-bad_compare +.Lfunc_end1: + .size bad_compare, .Lfunc_end1-bad_compare .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main i32.load $push4=, errors($0) i32.eq $push5=, $pop4, $0 return $pop5 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type compare,@function compare: # @compare @@ -48,27 +48,27 @@ compare: # @compare # BB#0: # %entry i32.load $1=, 0($1) i32.load $2=, 4($0) - block BB3_3 + block .LBB3_3 i32.const $push6=, 0 i32.eq $push7=, $1, $pop6 - br_if $pop7, BB3_3 + br_if $pop7, .LBB3_3 # BB#1: # %land.lhs.true i32.load $push0=, 0($0) i32.call_indirect $push1=, $2, $pop0 i32.const $push8=, 0 i32.eq $push9=, $pop1, $pop8 - br_if $pop9, BB3_3 + br_if $pop9, .LBB3_3 # BB#2: # %if.then i32.const $0=, 0 i32.load $push2=, errors($0) i32.const $push3=, 1 i32.add $push4=, $pop2, $pop3 i32.store $discard=, errors($0), $pop4 -BB3_3: # %if.end +.LBB3_3: # %if.end i32.call_indirect $push5=, $2, $1 return $pop5 -func_end3: - .size compare, func_end3-compare +.Lfunc_end3: + .size compare, .Lfunc_end3-compare .type array,@object # @array .data diff --git a/test/torture-s/pr34768-1.c.s b/test/torture-s/pr34768-1.c.s index ea180a46f..8cf6fe4c2 100644 --- a/test/torture-s/pr34768-1.c.s +++ b/test/torture-s/pr34768-1.c.s @@ -10,16 +10,16 @@ foo: # @foo i32.sub $push1=, $0, $pop0 i32.store $discard=, x($0), $pop1 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function bar: # @bar # BB#0: # %entry return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl test .type test,@function @@ -37,8 +37,8 @@ test: # @test i32.load $push3=, x($1) i32.add $push4=, $pop3, $2 return $pop4 -func_end2: - .size test, func_end2-test +.Lfunc_end2: + .size test, .Lfunc_end2-test .globl main .type main,@function @@ -47,18 +47,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB3_2 + block .LBB3_2 i32.const $push0=, 1 i32.store $push1=, x($0), $pop0 i32.call $push2=, test, $pop1 - br_if $pop2, BB3_2 + br_if $pop2, .LBB3_2 # BB#1: # %if.end return $0 -BB3_2: # %if.then +.LBB3_2: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type x,@object # @x .bss diff --git a/test/torture-s/pr34768-2.c.s b/test/torture-s/pr34768-2.c.s index 97e9ac6ff..6f9138444 100644 --- a/test/torture-s/pr34768-2.c.s +++ b/test/torture-s/pr34768-2.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.sub $push1=, $0, $pop0 i32.store $discard=, x($0), $pop1 return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -21,8 +21,8 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl test .type test,@function @@ -41,8 +41,8 @@ test: # @test i32.load $push4=, x($1) i32.add $push6=, $pop5, $pop4 return $pop6 -func_end2: - .size test, func_end2-test +.Lfunc_end2: + .size test, .Lfunc_end2-test .globl main .type main,@function @@ -51,18 +51,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB3_2 + block .LBB3_2 i32.const $push0=, 1 i32.store $push1=, x($0), $pop0 i32.call $push2=, test, $pop1 - br_if $pop2, BB3_2 + br_if $pop2, .LBB3_2 # BB#1: # %if.end return $0 -BB3_2: # %if.then +.LBB3_2: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type x,@object # @x .bss diff --git a/test/torture-s/pr34971.c.s b/test/torture-s/pr34971.c.s index 9c6650347..54833b8c4 100644 --- a/test/torture-s/pr34971.c.s +++ b/test/torture-s/pr34971.c.s @@ -6,7 +6,7 @@ test1: # @test1 .param i64 .local i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i64.load $push1=, x($pop0) i64.const $push2=, 1099511627775 @@ -17,14 +17,14 @@ test1: # @test1 i64.shr_u $push6=, $1, $pop5 i64.or $push7=, $pop4, $pop6 i64.ne $push8=, $pop7, $0 - br_if $pop8, BB0_2 + br_if $pop8, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl main .type main,@function @@ -41,8 +41,8 @@ main: # @main i64.store $discard=, x($0), $pop4 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .bss diff --git a/test/torture-s/pr34982.c.s b/test/torture-s/pr34982.c.s index 915ed2446..a8a1db0e9 100644 --- a/test/torture-s/pr34982.c.s +++ b/test/torture-s/pr34982.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr35163.c.s b/test/torture-s/pr35163.c.s index a50e4b0cf..dc690d103 100644 --- a/test/torture-s/pr35163.c.s +++ b/test/torture-s/pr35163.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr35231.c.s b/test/torture-s/pr35231.c.s index 37aea05ad..3a9cd1d01 100644 --- a/test/torture-s/pr35231.c.s +++ b/test/torture-s/pr35231.c.s @@ -6,18 +6,18 @@ foo: # @foo .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.or $push0=, $1, $0 i32.const $push1=, 1 i32.eq $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -27,17 +27,17 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 2 - block BB1_2 + block .LBB1_2 i32.call $push0=, foo, $1, $0 i32.ne $push1=, $pop0, $1 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr35390.c.s b/test/torture-s/pr35390.c.s index 3bea54989..f06b8ff1d 100644 --- a/test/torture-s/pr35390.c.s +++ b/test/torture-s/pr35390.c.s @@ -7,8 +7,8 @@ foo: # @foo .result i32 # BB#0: # %entry return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr35456.c.s b/test/torture-s/pr35456.c.s index 128787250..b878044c3 100644 --- a/test/torture-s/pr35456.c.s +++ b/test/torture-s/pr35456.c.s @@ -11,29 +11,29 @@ not_fabs: # @not_fabs f64.neg $push2=, $0 f64.select $push3=, $pop1, $0, $pop2 return $pop3 -func_end0: - .size not_fabs, func_end0-not_fabs +.Lfunc_end0: + .size not_fabs, .Lfunc_end0-not_fabs .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 f64.const $push0=, -0x0p0 f64.call $push1=, not_fabs, $pop0 i64.reinterpret/f64 $push2=, $pop1 i64.const $push3=, 0 i64.ge_s $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end i32.const $push5=, 0 return $pop5 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr35472.c.s b/test/torture-s/pr35472.c.s index f8542d322..1c63988c3 100644 --- a/test/torture-s/pr35472.c.s +++ b/test/torture-s/pr35472.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, 0 i32.store $discard=, p($pop1), $1 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl test .type test,@function @@ -104,22 +104,22 @@ test: # @test i32.const $28=, 0 i32.add $28=, $29, $28 call memcpy, $0, $28, $2 - block BB1_2 + block .LBB1_2 i32.load $push18=, 0($29) i32.const $push19=, -1 i32.ne $push20=, $pop18, $pop19 - br_if $pop20, BB1_2 + br_if $pop20, .LBB1_2 # BB#1: # %if.end i32.const $10=, 128 i32.add $29=, $29, $10 i32.const $10=, __stack_pointer i32.store $29=, 0($10), $29 return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size test, func_end1-test +.Lfunc_end1: + .size test, .Lfunc_end1-test .globl main .type main,@function @@ -213,22 +213,22 @@ main: # @main i32.const $28=, 0 i32.add $28=, $29, $28 call memcpy, $0, $28, $2 - block BB2_2 + block .LBB2_2 i32.load $push17=, 0($29) i32.const $push18=, -1 i32.ne $push19=, $pop17, $pop18 - br_if $pop19, BB2_2 + br_if $pop19, .LBB2_2 # BB#1: # %test.exit i32.const $10=, 128 i32.add $29=, $29, $10 i32.const $10=, __stack_pointer i32.store $29=, 0($10), $29 return $3 -BB2_2: # %if.then.i +.LBB2_2: # %if.then.i call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type p,@object # @p .bss diff --git a/test/torture-s/pr35800.c.s b/test/torture-s/pr35800.c.s index 5f93a6076..583af4046 100644 --- a/test/torture-s/pr35800.c.s +++ b/test/torture-s/pr35800.c.s @@ -8,30 +8,30 @@ stab_xcoff_builtin_type: # @stab_xcoff_builtin_type .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB0_4 + block .LBB0_4 i32.const $push0=, -34 i32.lt_u $push1=, $0, $pop0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %if.end i32.const $push2=, -2 i32.sub $0=, $pop2, $0 i32.const $1=, .str - block BB0_3 + block .LBB0_3 i32.const $push3=, 32 i32.gt_u $push4=, $0, $pop3 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#2: # %switch.lookup i32.const $push7=, switch.table i32.const $push5=, 2 i32.shl $push6=, $0, $pop5 i32.add $push8=, $pop7, $pop6 i32.load $1=, 0($pop8) -BB0_3: # %sw.epilog +.LBB0_3: # %sw.epilog i32.load8_s $1=, 0($1) -BB0_4: # %cleanup +.LBB0_4: # %cleanup return $1 -func_end0: - .size stab_xcoff_builtin_type, func_end0-stab_xcoff_builtin_type +.Lfunc_end0: + .size stab_xcoff_builtin_type, .Lfunc_end0-stab_xcoff_builtin_type .globl main .type main,@function @@ -41,32 +41,32 @@ main: # @main # BB#0: # %if.end8 i32.const $1=, -4 i32.const $0=, switch.table+8 -BB1_1: # %stab_xcoff_builtin_type.exit +.LBB1_1: # %stab_xcoff_builtin_type.exit # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.load $push0=, 0($0) i32.load8_u $push1=, 0($pop0) i32.const $push2=, 105 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_4 + br_if $pop3, .LBB1_4 # BB#2: # %for.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push4=, -1 i32.add $1=, $1, $pop4 i32.const $push5=, 4 i32.add $0=, $0, $pop5 i32.const $push6=, -34 i32.ge_s $push7=, $1, $pop6 - br_if $pop7, BB1_1 -BB1_3: # %if.end21 + br_if $pop7, .LBB1_1 +.LBB1_3: # %if.end21 i32.const $push8=, 0 return $pop8 -BB1_4: # %if.then16 +.LBB1_4: # %if.then16 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr36034-1.c.s b/test/torture-s/pr36034-1.c.s index e6c3f3956..032624ac2 100644 --- a/test/torture-s/pr36034-1.c.s +++ b/test/torture-s/pr36034-1.c.s @@ -67,8 +67,8 @@ test: # @test i64.store $discard=, tmp+224($0), $2 i64.store $discard=, tmp+232($0), $3 return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -79,133 +79,133 @@ main: # @main call test i32.const $0=, 0 f64.const $1=, -0x1p0 - block BB1_31 + block .LBB1_31 f64.load $push29=, tmp($0) f64.eq $push30=, $pop29, $1 - br_if $pop30, BB1_31 + br_if $pop30, .LBB1_31 # BB#1: # %entry f64.load $push0=, tmp+8($0) f64.eq $push31=, $pop0, $1 - br_if $pop31, BB1_31 + br_if $pop31, .LBB1_31 # BB#2: # %entry f64.load $push1=, tmp+16($0) f64.eq $push32=, $pop1, $1 - br_if $pop32, BB1_31 + br_if $pop32, .LBB1_31 # BB#3: # %entry f64.load $push2=, tmp+24($0) f64.eq $push33=, $pop2, $1 - br_if $pop33, BB1_31 + br_if $pop33, .LBB1_31 # BB#4: # %entry f64.load $push3=, tmp+32($0) f64.eq $push34=, $pop3, $1 - br_if $pop34, BB1_31 + br_if $pop34, .LBB1_31 # BB#5: # %entry f64.load $push4=, tmp+40($0) f64.eq $push35=, $pop4, $1 - br_if $pop35, BB1_31 + br_if $pop35, .LBB1_31 # BB#6: # %entry f64.load $push5=, tmp+48($0) f64.eq $push36=, $pop5, $1 - br_if $pop36, BB1_31 + br_if $pop36, .LBB1_31 # BB#7: # %entry f64.load $push6=, tmp+56($0) f64.eq $push37=, $pop6, $1 - br_if $pop37, BB1_31 + br_if $pop37, .LBB1_31 # BB#8: # %entry f64.load $push7=, tmp+64($0) f64.eq $push38=, $pop7, $1 - br_if $pop38, BB1_31 + br_if $pop38, .LBB1_31 # BB#9: # %entry f64.load $push8=, tmp+72($0) f64.eq $push39=, $pop8, $1 - br_if $pop39, BB1_31 + br_if $pop39, .LBB1_31 # BB#10: # %entry f64.load $push9=, tmp+80($0) f64.eq $push40=, $pop9, $1 - br_if $pop40, BB1_31 + br_if $pop40, .LBB1_31 # BB#11: # %entry f64.load $push10=, tmp+88($0) f64.eq $push41=, $pop10, $1 - br_if $pop41, BB1_31 + br_if $pop41, .LBB1_31 # BB#12: # %entry f64.load $push11=, tmp+96($0) f64.eq $push42=, $pop11, $1 - br_if $pop42, BB1_31 + br_if $pop42, .LBB1_31 # BB#13: # %entry f64.load $push12=, tmp+104($0) f64.eq $push43=, $pop12, $1 - br_if $pop43, BB1_31 + br_if $pop43, .LBB1_31 # BB#14: # %entry f64.load $push13=, tmp+112($0) f64.eq $push44=, $pop13, $1 - br_if $pop44, BB1_31 + br_if $pop44, .LBB1_31 # BB#15: # %entry f64.load $push14=, tmp+120($0) f64.eq $push45=, $pop14, $1 - br_if $pop45, BB1_31 + br_if $pop45, .LBB1_31 # BB#16: # %entry f64.load $push15=, tmp+128($0) f64.eq $push46=, $pop15, $1 - br_if $pop46, BB1_31 + br_if $pop46, .LBB1_31 # BB#17: # %entry f64.load $push16=, tmp+136($0) f64.eq $push47=, $pop16, $1 - br_if $pop47, BB1_31 + br_if $pop47, .LBB1_31 # BB#18: # %entry f64.load $push17=, tmp+144($0) f64.eq $push48=, $pop17, $1 - br_if $pop48, BB1_31 + br_if $pop48, .LBB1_31 # BB#19: # %entry f64.load $push18=, tmp+152($0) f64.eq $push49=, $pop18, $1 - br_if $pop49, BB1_31 + br_if $pop49, .LBB1_31 # BB#20: # %entry f64.load $push19=, tmp+160($0) f64.eq $push50=, $pop19, $1 - br_if $pop50, BB1_31 + br_if $pop50, .LBB1_31 # BB#21: # %entry f64.load $push20=, tmp+168($0) f64.eq $push51=, $pop20, $1 - br_if $pop51, BB1_31 + br_if $pop51, .LBB1_31 # BB#22: # %entry f64.load $push21=, tmp+176($0) f64.eq $push52=, $pop21, $1 - br_if $pop52, BB1_31 + br_if $pop52, .LBB1_31 # BB#23: # %entry f64.load $push22=, tmp+184($0) f64.eq $push53=, $pop22, $1 - br_if $pop53, BB1_31 + br_if $pop53, .LBB1_31 # BB#24: # %entry f64.load $push23=, tmp+192($0) f64.eq $push54=, $pop23, $1 - br_if $pop54, BB1_31 + br_if $pop54, .LBB1_31 # BB#25: # %entry f64.load $push24=, tmp+200($0) f64.eq $push55=, $pop24, $1 - br_if $pop55, BB1_31 + br_if $pop55, .LBB1_31 # BB#26: # %entry f64.load $push25=, tmp+208($0) f64.eq $push56=, $pop25, $1 - br_if $pop56, BB1_31 + br_if $pop56, .LBB1_31 # BB#27: # %entry f64.load $push26=, tmp+216($0) f64.eq $push57=, $pop26, $1 - br_if $pop57, BB1_31 + br_if $pop57, .LBB1_31 # BB#28: # %entry f64.load $push27=, tmp+224($0) f64.eq $push58=, $pop27, $1 - br_if $pop58, BB1_31 + br_if $pop58, .LBB1_31 # BB#29: # %entry f64.load $push28=, tmp+232($0) f64.eq $push59=, $pop28, $1 - br_if $pop59, BB1_31 + br_if $pop59, .LBB1_31 # BB#30: # %for.cond1.5.4 return $0 -BB1_31: # %if.then +.LBB1_31: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .data diff --git a/test/torture-s/pr36034-2.c.s b/test/torture-s/pr36034-2.c.s index 217be9751..8205aadc1 100644 --- a/test/torture-s/pr36034-2.c.s +++ b/test/torture-s/pr36034-2.c.s @@ -7,9 +7,9 @@ test: # @test # BB#0: # %entry i32.const $6=, 0 i32.const $5=, tmp -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, x i32.add $0=, $pop0, $6 i32.const $2=, 8 @@ -45,11 +45,11 @@ BB0_1: # %for.body i32.add $5=, $5, $pop15 i32.const $push16=, 400 i32.ne $push17=, $6, $pop16 - br_if $pop17, BB0_1 -BB0_2: # %for.end + br_if $pop17, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -60,66 +60,66 @@ main: # @main call test i32.const $2=, 0 i32.const $1=, tmp -BB1_1: # %for.cond1.preheader +.LBB1_1: # %for.cond1.preheader # =>This Inner Loop Header: Depth=1 - block BB1_9 - loop BB1_8 + block .LBB1_9 + loop .LBB1_8 f64.const $0=, -0x1p0 f64.load $push0=, 0($1) f64.eq $push1=, $pop0, $0 - br_if $pop1, BB1_9 + br_if $pop1, .LBB1_9 # BB#2: # %for.cond1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push2=, 8 i32.add $push3=, $1, $pop2 f64.load $push4=, 0($pop3) f64.eq $push5=, $pop4, $0 - br_if $pop5, BB1_9 + br_if $pop5, .LBB1_9 # BB#3: # %for.cond1.1 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push6=, 16 i32.add $push7=, $1, $pop6 f64.load $push8=, 0($pop7) f64.eq $push9=, $pop8, $0 - br_if $pop9, BB1_9 + br_if $pop9, .LBB1_9 # BB#4: # %for.cond1.2 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push10=, 24 i32.add $push11=, $1, $pop10 f64.load $push12=, 0($pop11) f64.eq $push13=, $pop12, $0 - br_if $pop13, BB1_9 + br_if $pop13, .LBB1_9 # BB#5: # %for.cond1.3 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push14=, 32 i32.add $push15=, $1, $pop14 f64.load $push16=, 0($pop15) f64.eq $push17=, $pop16, $0 - br_if $pop17, BB1_9 + br_if $pop17, .LBB1_9 # BB#6: # %for.cond1.4 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push18=, 40 i32.add $push19=, $1, $pop18 f64.load $push20=, 0($pop19) f64.eq $push21=, $pop20, $0 - br_if $pop21, BB1_9 + br_if $pop21, .LBB1_9 # BB#7: # %for.cond1.5 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push22=, 1 i32.add $2=, $2, $pop22 i32.const $push23=, 48 i32.add $1=, $1, $pop23 i32.const $push24=, 5 i32.lt_s $push25=, $2, $pop24 - br_if $pop25, BB1_1 -BB1_8: # %for.end7 + br_if $pop25, .LBB1_1 +.LBB1_8: # %for.end7 i32.const $push26=, 0 return $pop26 -BB1_9: # %if.then +.LBB1_9: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .data diff --git a/test/torture-s/pr36038.c.s b/test/torture-s/pr36038.c.s index 8946981ab..8f313d30f 100644 --- a/test/torture-s/pr36038.c.s +++ b/test/torture-s/pr36038.c.s @@ -7,13 +7,13 @@ doit: # @doit # BB#0: # %entry i32.const $5=, 0 i32.load $0=, markstack_ptr($5) - block BB0_3 + block .LBB0_3 i32.const $push2=, -4 i32.add $push3=, $0, $pop2 i32.load $1=, 0($pop3) i32.const $push4=, 6 i32.eq $push5=, $1, $pop4 - br_if $pop5, BB0_3 + br_if $pop5, .LBB0_3 # BB#1: # %while.body.preheader i32.load $push0=, stack_base($5) i32.const $push1=, 40 @@ -27,9 +27,9 @@ doit: # @doit i32.shl $push9=, $pop7, $3 i32.shl $push10=, $1, $3 i32.sub $1=, $pop9, $pop10 -BB0_2: # %while.body +.LBB0_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.add $push12=, $5, $1 i32.const $push13=, 16 i32.add $push14=, $pop12, $pop13 @@ -38,11 +38,11 @@ BB0_2: # %while.body i32.add $5=, $5, $2 i32.const $push15=, 1 i32.add $4=, $4, $pop15 - br_if $4, BB0_2 -BB0_3: # %while.end + br_if $4, .LBB0_2 +.LBB0_3: # %while.end return -func_end0: - .size doit, func_end0-doit +.Lfunc_end0: + .size doit, .Lfunc_end0-doit .globl main .type main,@function @@ -51,7 +51,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.const $push8=, indices+36 i32.store $discard=, markstack_ptr($0), $pop8 i32.const $push9=, 2 @@ -83,14 +83,14 @@ main: # @main i32.const $push1=, list i32.const $push16=, 80 i32.call $push17=, memcmp, $pop15, $pop1, $pop16 - br_if $pop17, BB1_2 + br_if $pop17, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type expect,@object # @expect .data diff --git a/test/torture-s/pr36077.c.s b/test/torture-s/pr36077.c.s index 16704cecc..3158214b4 100644 --- a/test/torture-s/pr36077.c.s +++ b/test/torture-s/pr36077.c.s @@ -8,8 +8,8 @@ test: # @test # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -18,8 +18,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr36093.c.s b/test/torture-s/pr36093.c.s index aa79f30d1..08cffead6 100644 --- a/test/torture-s/pr36093.c.s +++ b/test/torture-s/pr36093.c.s @@ -7,9 +7,9 @@ main: # @main .local i32, i32, i32, i32 # BB#0: # %entry i32.const $3=, -129 -BB0_1: # %for.body4 +.LBB0_1: # %for.body4 # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $0=, foo i32.const $2=, 129 i32.add $push0=, $0, $3 @@ -18,50 +18,50 @@ BB0_1: # %for.body4 i32.store8 $discard=, 0($pop1), $pop2 i32.const $1=, 1 i32.add $3=, $3, $1 - br_if $3, BB0_1 -BB0_2: # %for.body4.1 + br_if $3, .LBB0_1 +.LBB0_2: # %for.body4.1 # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.add $push3=, $0, $2 i32.const $push4=, 98 i32.store8 $discard=, 0($pop3), $pop4 i32.add $2=, $2, $1 i32.const $3=, 258 i32.ne $push5=, $2, $3 - br_if $pop5, BB0_2 -BB0_3: # %for.body4.2 + br_if $pop5, .LBB0_2 +.LBB0_3: # %for.body4.2 # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.add $push6=, $0, $3 i32.const $push7=, 99 i32.store8 $discard=, 0($pop6), $pop7 i32.add $3=, $3, $1 i32.const $2=, 387 i32.ne $push8=, $3, $2 - br_if $pop8, BB0_3 -BB0_4: # %for.body4.3 + br_if $pop8, .LBB0_3 +.LBB0_4: # %for.body4.3 # =>This Inner Loop Header: Depth=1 - loop BB0_5 + loop .LBB0_5 i32.add $push9=, $0, $2 i32.const $push10=, 100 i32.store8 $3=, 0($pop9), $pop10 i32.add $2=, $2, $1 i32.const $push11=, 516 i32.ne $push12=, $2, $pop11 - br_if $pop12, BB0_4 -BB0_5: # %for.end.3 + br_if $pop12, .LBB0_4 +.LBB0_5: # %for.end.3 i32.const $2=, 0 - block BB0_7 + block .LBB0_7 i32.load8_u $push13=, foo+515($2) i32.ne $push14=, $pop13, $3 - br_if $pop14, BB0_7 + br_if $pop14, .LBB0_7 # BB#6: # %if.end return $2 -BB0_7: # %if.then +.LBB0_7: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@object # @foo .bss diff --git a/test/torture-s/pr36321.c.s b/test/torture-s/pr36321.c.s index fb30cbed9..53aa7bd93 100644 --- a/test/torture-s/pr36321.c.s +++ b/test/torture-s/pr36321.c.s @@ -6,8 +6,8 @@ foo: # @foo .param i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $2=, 0 i32.load $discard=, argp($2) return $2 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type argp,@object # @argp .data diff --git a/test/torture-s/pr36343.c.s b/test/torture-s/pr36343.c.s index c1cd6a6e9..e31b20978 100644 --- a/test/torture-s/pr36343.c.s +++ b/test/torture-s/pr36343.c.s @@ -8,8 +8,8 @@ bar: # @bar i32.const $push0=, 0 i32.store $discard=, 0($0), $pop0 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -34,26 +34,26 @@ foo: # @foo i32.const $push1=, 1065353216 i32.store $discard=, 8($7), $pop1 call bar, $1 - block BB1_3 - block BB1_2 + block .LBB1_3 + block .LBB1_2 i32.const $push4=, 0 i32.eq $push5=, $0, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.then2 i32.load $push2=, 0($1) i32.load $push3=, 0($pop2) f32.convert_s/i32 $2=, $pop3 - br BB1_3 -BB1_2: # %if.end3 + br .LBB1_3 +.LBB1_2: # %if.end3 f32.load $2=, 8($7) -BB1_3: # %cleanup +.LBB1_3: # %cleanup i32.const $5=, 16 i32.add $7=, $7, $5 i32.const $5=, __stack_pointer i32.store $7=, 0($5), $7 return $2 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -62,18 +62,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB2_2 + block .LBB2_2 f32.call $push0=, foo, $0 f32.const $push1=, 0x0p0 f32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %if.end return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr36691.c.s b/test/torture-s/pr36691.c.s index b3c1eddd8..3008cea85 100644 --- a/test/torture-s/pr36691.c.s +++ b/test/torture-s/pr36691.c.s @@ -8,8 +8,8 @@ func_1: # @func_1 i32.const $0=, 0 i32.store8 $discard=, g_5($0), $0 return -func_end0: - .size func_1, func_end0-func_1 +.Lfunc_end0: + .size func_1, .Lfunc_end0-func_1 .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $0=, 0 i32.store8 $push0=, g_5($0), $0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type g_5,@object # @g_5 .bss diff --git a/test/torture-s/pr36765.c.s b/test/torture-s/pr36765.c.s index 099659a63..6fd574606 100644 --- a/test/torture-s/pr36765.c.s +++ b/test/torture-s/pr36765.c.s @@ -18,8 +18,8 @@ foo: # @foo i32.store $discard=, 0($pop4), $pop5 i32.load $push6=, 0($1) return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,18 +28,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.call $push0=, foo, $0 i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr37102.c.s b/test/torture-s/pr37102.c.s index 37a79df1c..f82ac9f41 100644 --- a/test/torture-s/pr37102.c.s +++ b/test/torture-s/pr37102.c.s @@ -5,17 +5,17 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 5 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,14 +25,14 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, b($0) - block BB1_2 + block .LBB1_2 i32.load $push0=, c($0) i32.const $push8=, 0 i32.eq $push9=, $pop0, $pop8 - br_if $pop9, BB1_2 + br_if $pop9, .LBB1_2 # BB#1: # %if.then.3 i32.store $discard=, a($0), $1 -BB1_2: # %for.inc.3 +.LBB1_2: # %for.inc.3 i32.store $discard=, a($0), $1 i32.const $push1=, 2147483647 i32.and $push2=, $1, $pop1 @@ -43,8 +43,8 @@ BB1_2: # %for.inc.3 i32.select $push7=, $pop2, $pop6, $0 call foo, $pop7 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type b,@object # @b .data diff --git a/test/torture-s/pr37125.c.s b/test/torture-s/pr37125.c.s index a738abbb4..d20ae7d6e 100644 --- a/test/torture-s/pr37125.c.s +++ b/test/torture-s/pr37125.c.s @@ -7,19 +7,19 @@ func_44: # @func_44 .local i32 # BB#0: # %entry i32.const $1=, -9 - block BB0_2 + block .LBB0_2 i32.mul $push0=, $0, $1 i32.rem_u $push1=, $pop0, $1 i32.const $push2=, 0 i32.eq $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size func_44, func_end0-func_44 +.Lfunc_end0: + .size func_44, .Lfunc_end0-func_44 .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr37882.c.s b/test/torture-s/pr37882.c.s index e4e5189ac..dd2c86f48 100644 --- a/test/torture-s/pr37882.c.s +++ b/test/torture-s/pr37882.c.s @@ -14,8 +14,8 @@ main: # @main i32.or $push4=, $pop2, $pop3 i32.store8 $discard=, s($0), $pop4 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .bss diff --git a/test/torture-s/pr37924.c.s b/test/torture-s/pr37924.c.s index 60883255f..8fead3848 100644 --- a/test/torture-s/pr37924.c.s +++ b/test/torture-s/pr37924.c.s @@ -12,8 +12,8 @@ test1: # @test1 i32.const $push4=, 8388607 i32.xor $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -22,8 +22,8 @@ test2: # @test2 # BB#0: # %entry i32.const $push0=, 8388607 return $pop0 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl main .type main,@function @@ -36,8 +36,8 @@ main: # @main i32.store8 $push1=, a($0), $pop0 i32.store8 $discard=, b($0), $pop1 return $0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .bss diff --git a/test/torture-s/pr37931.c.s b/test/torture-s/pr37931.c.s index 501f61cff..897580d86 100644 --- a/test/torture-s/pr37931.c.s +++ b/test/torture-s/pr37931.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, 1 i32.or $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main # BB#0: # %if.end12 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr38048-1.c.s b/test/torture-s/pr38048-1.c.s index 8b063c51e..0188b7080 100644 --- a/test/torture-s/pr38048-1.c.s +++ b/test/torture-s/pr38048-1.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 3 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr38048-2.c.s b/test/torture-s/pr38048-2.c.s index 826cf80f3..ac094d930 100644 --- a/test/torture-s/pr38048-2.c.s +++ b/test/torture-s/pr38048-2.c.s @@ -7,8 +7,8 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 15 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -17,8 +17,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr38212.c.s b/test/torture-s/pr38212.c.s index 9e7d59249..e6e8a0939 100644 --- a/test/torture-s/pr38212.c.s +++ b/test/torture-s/pr38212.c.s @@ -18,8 +18,8 @@ foo: # @foo i32.load $push5=, 0($1) i32.add $push6=, $pop5, $2 return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -38,21 +38,21 @@ main: # @main i32.store $0=, 12($6), $pop0 i32.const $5=, 12 i32.add $5=, $6, $5 - block BB1_2 + block .LBB1_2 i32.call $push1=, foo, $5, $1 i32.ne $push2=, $pop1, $1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end i32.const $4=, 16 i32.add $6=, $6, $4 i32.const $4=, __stack_pointer i32.store $6=, 0($4), $6 return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr38236.c.s b/test/torture-s/pr38236.c.s index 9f3326e09..9e556e4ed 100644 --- a/test/torture-s/pr38236.c.s +++ b/test/torture-s/pr38236.c.s @@ -29,8 +29,8 @@ foo: # @foo i32.const $6=, __stack_pointer i32.store $6=, 0($6), $6 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -40,17 +40,17 @@ main: # @main # BB#0: # %entry i32.const $0=, 1 i32.const $1=, 0 - block BB1_2 + block .LBB1_2 i32.call $push0=, foo, $1, $0, $0, $0 i32.ne $push1=, $pop0, $0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return $1 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr38422.c.s b/test/torture-s/pr38422.c.s index dac09ee00..6b301c954 100644 --- a/test/torture-s/pr38422.c.s +++ b/test/torture-s/pr38422.c.s @@ -16,8 +16,8 @@ foo: # @foo i32.or $push6=, $pop3, $pop5 i32.store $discard=, s($0), $pop6 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -33,8 +33,8 @@ main: # @main i32.or $push4=, $pop2, $pop3 i32.store $discard=, s($0), $pop4 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .bss diff --git a/test/torture-s/pr38533.c.s b/test/torture-s/pr38533.c.s index 2ccba6fd9..6bf545f98 100644 --- a/test/torture-s/pr38533.c.s +++ b/test/torture-s/pr38533.c.s @@ -1218,25 +1218,25 @@ foo: # @foo i32.or $push300=, $pop299, $301 i32.or $push301=, $pop300, $302 return $pop301 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.call $push0=, foo - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %if.end i32.const $push1=, 0 return $pop1 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr38819.c.s b/test/torture-s/pr38819.c.s index 50ed9bdcd..f918acaf0 100644 --- a/test/torture-s/pr38819.c.s +++ b/test/torture-s/pr38819.c.s @@ -7,8 +7,8 @@ foo: # @foo i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.load $discard=, b($0) call foo unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/pr39120.c.s b/test/torture-s/pr39120.c.s index ceafcc2f9..71b463f9d 100644 --- a/test/torture-s/pr39120.c.s +++ b/test/torture-s/pr39120.c.s @@ -7,8 +7,8 @@ foo: # @foo .result i32 # BB#0: # %entry return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -19,8 +19,8 @@ bar: # @bar i32.const $push2=, 1 i32.store $discard=, 0($pop1), $pop2 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -41,22 +41,22 @@ main: # @main i32.call $push1=, foo, $4 i32.store $discard=, x($0), $pop1 call bar - block BB2_2 + block .LBB2_2 i32.load $push2=, 12($5) i32.const $push3=, 1 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB2_2 + br_if $pop4, .LBB2_2 # BB#1: # %if.end i32.const $3=, 16 i32.add $5=, $5, $3 i32.const $3=, __stack_pointer i32.store $5=, 0($3), $5 return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type x,@object # @x .bss diff --git a/test/torture-s/pr39228.c.s b/test/torture-s/pr39228.c.s index 3eaa30d47..43faca8e5 100644 --- a/test/torture-s/pr39228.c.s +++ b/test/torture-s/pr39228.c.s @@ -9,35 +9,35 @@ main: # @main f64.const $push0=, infinity i32.call $0=, __builtin_isinff, $pop0 i32.const $1=, 0 - block BB0_6 + block .LBB0_6 i32.le_s $push1=, $0, $1 - br_if $pop1, BB0_6 + br_if $pop1, .LBB0_6 # BB#1: # %if.end - block BB0_5 + block .LBB0_5 i32.const $push2=, 1 i32.const $push7=, 0 i32.eq $push8=, $pop2, $pop7 - br_if $pop8, BB0_5 + br_if $pop8, .LBB0_5 # BB#2: # %if.end4 - block BB0_4 + block .LBB0_4 i64.const $push4=, 0 i64.const $push3=, 9223090561878065152 i32.call $push5=, __builtin_isinfl, $pop4, $pop3 i32.le_s $push6=, $pop5, $1 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#3: # %if.end8 return $1 -BB0_4: # %if.then7 +.LBB0_4: # %if.then7 call abort unreachable -BB0_5: # %if.then3 +.LBB0_5: # %if.then3 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr39233.c.s b/test/torture-s/pr39233.c.s index f4b14381d..fcd923af1 100644 --- a/test/torture-s/pr39233.c.s +++ b/test/torture-s/pr39233.c.s @@ -5,21 +5,21 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push0=, 0 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 7 i32.ge_s $push3=, $0, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.end return -BB0_3: # %if.then +.LBB0_3: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -42,8 +42,8 @@ main: # @main i32.const $0=, 0 call foo, $0 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr39240.c.s b/test/torture-s/pr39240.c.s index c319f6132..376cdf0e3 100644 --- a/test/torture-s/pr39240.c.s +++ b/test/torture-s/pr39240.c.s @@ -10,8 +10,8 @@ bar1: # @bar1 i32.add $push1=, $0, $pop0 i32.call $push2=, foo1, $pop1 return $pop2 -func_end0: - .size bar1, func_end0-bar1 +.Lfunc_end0: + .size bar1, .Lfunc_end0-bar1 .type foo1,@function foo1: # @foo1 @@ -19,8 +19,8 @@ foo1: # @foo1 .result i32 # BB#0: # %entry return $0 -func_end1: - .size foo1, func_end1-foo1 +.Lfunc_end1: + .size foo1, .Lfunc_end1-foo1 .globl bar2 .type bar2,@function @@ -34,8 +34,8 @@ bar2: # @bar2 i32.const $push3=, 65535 i32.and $push4=, $pop2, $pop3 return $pop4 -func_end2: - .size bar2, func_end2-bar2 +.Lfunc_end2: + .size bar2, .Lfunc_end2-bar2 .type foo2,@function foo2: # @foo2 @@ -47,8 +47,8 @@ foo2: # @foo2 i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 return $pop1 -func_end3: - .size foo2, func_end3-foo2 +.Lfunc_end3: + .size foo2, .Lfunc_end3-foo2 .globl bar3 .type bar3,@function @@ -62,8 +62,8 @@ bar3: # @bar3 i32.const $push3=, 255 i32.and $push4=, $pop2, $pop3 return $pop4 -func_end4: - .size bar3, func_end4-bar3 +.Lfunc_end4: + .size bar3, .Lfunc_end4-bar3 .type foo3,@function foo3: # @foo3 @@ -75,8 +75,8 @@ foo3: # @foo3 i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 return $pop1 -func_end5: - .size foo3, func_end5-foo3 +.Lfunc_end5: + .size foo3, .Lfunc_end5-foo3 .globl bar4 .type bar4,@function @@ -88,8 +88,8 @@ bar4: # @bar4 i32.add $push1=, $0, $pop0 i32.call $push2=, foo4, $pop1 return $pop2 -func_end6: - .size bar4, func_end6-bar4 +.Lfunc_end6: + .size bar4, .Lfunc_end6-bar4 .type foo4,@function foo4: # @foo4 @@ -97,8 +97,8 @@ foo4: # @foo4 .result i32 # BB#0: # %entry return $0 -func_end7: - .size foo4, func_end7-foo4 +.Lfunc_end7: + .size foo4, .Lfunc_end7-foo4 .globl bar5 .type bar5,@function @@ -114,8 +114,8 @@ bar5: # @bar5 i32.shl $push2=, $1, $0 i32.shr_s $push3=, $pop2, $0 return $pop3 -func_end8: - .size bar5, func_end8-bar5 +.Lfunc_end8: + .size bar5, .Lfunc_end8-bar5 .type foo5,@function foo5: # @foo5 @@ -125,8 +125,8 @@ foo5: # @foo5 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 return $pop1 -func_end9: - .size foo5, func_end9-foo5 +.Lfunc_end9: + .size foo5, .Lfunc_end9-foo5 .globl bar6 .type bar6,@function @@ -142,8 +142,8 @@ bar6: # @bar6 i32.shl $push2=, $1, $0 i32.shr_s $push3=, $pop2, $0 return $pop3 -func_end10: - .size bar6, func_end10-bar6 +.Lfunc_end10: + .size bar6, .Lfunc_end10-bar6 .type foo6,@function foo6: # @foo6 @@ -153,8 +153,8 @@ foo6: # @foo6 i32.const $push0=, 255 i32.and $push1=, $0, $pop0 return $pop1 -func_end11: - .size foo6, func_end11-foo6 +.Lfunc_end11: + .size foo6, .Lfunc_end11-foo6 .globl main .type main,@function @@ -165,62 +165,62 @@ main: # @main i32.const $0=, -10 i32.call $1=, bar1, $0 i32.const $2=, 0 - block BB12_12 + block .LBB12_12 i32.load $push0=, l1($2) i32.ne $push1=, $1, $pop0 - br_if $pop1, BB12_12 + br_if $pop1, .LBB12_12 # BB#1: # %if.end - block BB12_11 + block .LBB12_11 i32.call $push2=, bar2, $0 i32.load $push3=, l2($2) i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB12_11 + br_if $pop4, .LBB12_11 # BB#2: # %if.end5 - block BB12_10 + block .LBB12_10 i32.call $push5=, bar3, $0 i32.load $push6=, l3($2) i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB12_10 + br_if $pop7, .LBB12_10 # BB#3: # %if.end11 - block BB12_9 + block .LBB12_9 i32.call $push8=, bar4, $0 i32.load $push9=, l4($2) i32.ne $push10=, $pop8, $pop9 - br_if $pop10, BB12_9 + br_if $pop10, .LBB12_9 # BB#4: # %if.end16 - block BB12_8 + block .LBB12_8 i32.call $push11=, bar5, $0 i32.load $push12=, l5($2) i32.ne $push13=, $pop11, $pop12 - br_if $pop13, BB12_8 + br_if $pop13, .LBB12_8 # BB#5: # %if.end22 - block BB12_7 + block .LBB12_7 i32.call $push14=, bar6, $0 i32.load $push15=, l6($2) i32.ne $push16=, $pop14, $pop15 - br_if $pop16, BB12_7 + br_if $pop16, .LBB12_7 # BB#6: # %if.end28 return $2 -BB12_7: # %if.then27 +.LBB12_7: # %if.then27 call abort unreachable -BB12_8: # %if.then21 +.LBB12_8: # %if.then21 call abort unreachable -BB12_9: # %if.then15 +.LBB12_9: # %if.then15 call abort unreachable -BB12_10: # %if.then10 +.LBB12_10: # %if.then10 call abort unreachable -BB12_11: # %if.then4 +.LBB12_11: # %if.then4 call abort unreachable -BB12_12: # %if.then +.LBB12_12: # %if.then call abort unreachable -func_end12: - .size main, func_end12-main +.Lfunc_end12: + .size main, .Lfunc_end12-main .type l1,@object # @l1 .data diff --git a/test/torture-s/pr39501.c.s b/test/torture-s/pr39501.c.s index 678ac8763..91aaafb61 100644 --- a/test/torture-s/pr39501.c.s +++ b/test/torture-s/pr39501.c.s @@ -9,8 +9,8 @@ float_min1: # @float_min1 f32.lt $push0=, $0, $1 f32.select $push1=, $pop0, $0, $1 return $pop1 -func_end0: - .size float_min1, func_end0-float_min1 +.Lfunc_end0: + .size float_min1, .Lfunc_end0-float_min1 .globl float_min2 .type float_min2,@function @@ -21,8 +21,8 @@ float_min2: # @float_min2 f32.le $push0=, $0, $1 f32.select $push1=, $pop0, $0, $1 return $pop1 -func_end1: - .size float_min2, func_end1-float_min2 +.Lfunc_end1: + .size float_min2, .Lfunc_end1-float_min2 .globl float_max1 .type float_max1,@function @@ -33,8 +33,8 @@ float_max1: # @float_max1 f32.gt $push0=, $0, $1 f32.select $push1=, $pop0, $0, $1 return $pop1 -func_end2: - .size float_max1, func_end2-float_max1 +.Lfunc_end2: + .size float_max1, .Lfunc_end2-float_max1 .globl float_max2 .type float_max2,@function @@ -45,8 +45,8 @@ float_max2: # @float_max2 f32.ge $push0=, $0, $1 f32.select $push1=, $pop0, $0, $1 return $pop1 -func_end3: - .size float_max2, func_end3-float_max2 +.Lfunc_end3: + .size float_max2, .Lfunc_end3-float_max2 .globl double_min1 .type double_min1,@function @@ -57,8 +57,8 @@ double_min1: # @double_min1 f64.lt $push0=, $0, $1 f64.select $push1=, $pop0, $0, $1 return $pop1 -func_end4: - .size double_min1, func_end4-double_min1 +.Lfunc_end4: + .size double_min1, .Lfunc_end4-double_min1 .globl double_min2 .type double_min2,@function @@ -69,8 +69,8 @@ double_min2: # @double_min2 f64.le $push0=, $0, $1 f64.select $push1=, $pop0, $0, $1 return $pop1 -func_end5: - .size double_min2, func_end5-double_min2 +.Lfunc_end5: + .size double_min2, .Lfunc_end5-double_min2 .globl double_max1 .type double_max1,@function @@ -81,8 +81,8 @@ double_max1: # @double_max1 f64.gt $push0=, $0, $1 f64.select $push1=, $pop0, $0, $1 return $pop1 -func_end6: - .size double_max1, func_end6-double_max1 +.Lfunc_end6: + .size double_max1, .Lfunc_end6-double_max1 .globl double_max2 .type double_max2,@function @@ -93,8 +93,8 @@ double_max2: # @double_max2 f64.ge $push0=, $0, $1 f64.select $push1=, $pop0, $0, $1 return $pop1 -func_end7: - .size double_max2, func_end7-double_max2 +.Lfunc_end7: + .size double_max2, .Lfunc_end7-double_max2 .globl main .type main,@function @@ -104,399 +104,399 @@ main: # @main # BB#0: # %entry f32.const $0=, -0x1p0 f32.const $1=, 0x0p0 - block BB8_2 + block .LBB8_2 f32.call $push0=, float_min1, $1, $0 f32.eq $push1=, $pop0, $0 - br_if $pop1, BB8_2 + br_if $pop1, .LBB8_2 # BB#1: # %if.then call abort unreachable -BB8_2: # %if.end - block BB8_4 +.LBB8_2: # %if.end + block .LBB8_4 f32.call $push2=, float_min1, $0, $1 f32.eq $push3=, $pop2, $0 - br_if $pop3, BB8_4 + br_if $pop3, .LBB8_4 # BB#3: # %if.then3 call abort unreachable -BB8_4: # %if.end4 +.LBB8_4: # %if.end4 f32.const $2=, 0x1p0 - block BB8_6 + block .LBB8_6 f32.call $push4=, float_min1, $1, $2 f32.eq $push5=, $pop4, $1 - br_if $pop5, BB8_6 + br_if $pop5, .LBB8_6 # BB#5: # %if.then7 call abort unreachable -BB8_6: # %if.end8 - block BB8_8 +.LBB8_6: # %if.end8 + block .LBB8_8 f32.call $push6=, float_min1, $2, $1 f32.eq $push7=, $pop6, $1 - br_if $pop7, BB8_8 + br_if $pop7, .LBB8_8 # BB#7: # %if.then11 call abort unreachable -BB8_8: # %if.end12 - block BB8_10 +.LBB8_8: # %if.end12 + block .LBB8_10 f32.call $push8=, float_min1, $0, $2 f32.eq $push9=, $pop8, $0 - br_if $pop9, BB8_10 + br_if $pop9, .LBB8_10 # BB#9: # %if.then15 call abort unreachable -BB8_10: # %if.end16 - block BB8_12 +.LBB8_10: # %if.end16 + block .LBB8_12 f32.call $push10=, float_min1, $2, $0 f32.eq $push11=, $pop10, $0 - br_if $pop11, BB8_12 + br_if $pop11, .LBB8_12 # BB#11: # %if.then19 call abort unreachable -BB8_12: # %if.end20 - block BB8_14 +.LBB8_12: # %if.end20 + block .LBB8_14 f32.call $push12=, float_max1, $1, $0 f32.eq $push13=, $pop12, $1 - br_if $pop13, BB8_14 + br_if $pop13, .LBB8_14 # BB#13: # %if.then23 call abort unreachable -BB8_14: # %if.end24 - block BB8_16 +.LBB8_14: # %if.end24 + block .LBB8_16 f32.call $push14=, float_max1, $0, $1 f32.eq $push15=, $pop14, $1 - br_if $pop15, BB8_16 + br_if $pop15, .LBB8_16 # BB#15: # %if.then27 call abort unreachable -BB8_16: # %if.end28 - block BB8_18 +.LBB8_16: # %if.end28 + block .LBB8_18 f32.call $push16=, float_max1, $1, $2 f32.eq $push17=, $pop16, $2 - br_if $pop17, BB8_18 + br_if $pop17, .LBB8_18 # BB#17: # %if.then31 call abort unreachable -BB8_18: # %if.end32 - block BB8_20 +.LBB8_18: # %if.end32 + block .LBB8_20 f32.call $push18=, float_max1, $2, $1 f32.eq $push19=, $pop18, $2 - br_if $pop19, BB8_20 + br_if $pop19, .LBB8_20 # BB#19: # %if.then35 call abort unreachable -BB8_20: # %if.end36 - block BB8_22 +.LBB8_20: # %if.end36 + block .LBB8_22 f32.call $push20=, float_max1, $0, $2 f32.eq $push21=, $pop20, $2 - br_if $pop21, BB8_22 + br_if $pop21, .LBB8_22 # BB#21: # %if.then39 call abort unreachable -BB8_22: # %if.end40 - block BB8_24 +.LBB8_22: # %if.end40 + block .LBB8_24 f32.call $push22=, float_max1, $2, $0 f32.eq $push23=, $pop22, $2 - br_if $pop23, BB8_24 + br_if $pop23, .LBB8_24 # BB#23: # %if.then43 call abort unreachable -BB8_24: # %if.end44 - block BB8_26 +.LBB8_24: # %if.end44 + block .LBB8_26 f32.call $push24=, float_min2, $1, $0 f32.eq $push25=, $pop24, $0 - br_if $pop25, BB8_26 + br_if $pop25, .LBB8_26 # BB#25: # %if.then47 call abort unreachable -BB8_26: # %if.end48 - block BB8_28 +.LBB8_26: # %if.end48 + block .LBB8_28 f32.call $push26=, float_min2, $0, $1 f32.eq $push27=, $pop26, $0 - br_if $pop27, BB8_28 + br_if $pop27, .LBB8_28 # BB#27: # %if.then51 call abort unreachable -BB8_28: # %if.end52 - block BB8_30 +.LBB8_28: # %if.end52 + block .LBB8_30 f32.call $push28=, float_min2, $1, $2 f32.eq $push29=, $pop28, $1 - br_if $pop29, BB8_30 + br_if $pop29, .LBB8_30 # BB#29: # %if.then55 call abort unreachable -BB8_30: # %if.end56 - block BB8_32 +.LBB8_30: # %if.end56 + block .LBB8_32 f32.call $push30=, float_min2, $2, $1 f32.eq $push31=, $pop30, $1 - br_if $pop31, BB8_32 + br_if $pop31, .LBB8_32 # BB#31: # %if.then59 call abort unreachable -BB8_32: # %if.end60 - block BB8_34 +.LBB8_32: # %if.end60 + block .LBB8_34 f32.call $push32=, float_min2, $0, $2 f32.eq $push33=, $pop32, $0 - br_if $pop33, BB8_34 + br_if $pop33, .LBB8_34 # BB#33: # %if.then63 call abort unreachable -BB8_34: # %if.end64 - block BB8_36 +.LBB8_34: # %if.end64 + block .LBB8_36 f32.call $push34=, float_min2, $2, $0 f32.eq $push35=, $pop34, $0 - br_if $pop35, BB8_36 + br_if $pop35, .LBB8_36 # BB#35: # %if.then67 call abort unreachable -BB8_36: # %if.end68 - block BB8_38 +.LBB8_36: # %if.end68 + block .LBB8_38 f32.call $push36=, float_max2, $1, $0 f32.eq $push37=, $pop36, $1 - br_if $pop37, BB8_38 + br_if $pop37, .LBB8_38 # BB#37: # %if.then71 call abort unreachable -BB8_38: # %if.end72 - block BB8_40 +.LBB8_38: # %if.end72 + block .LBB8_40 f32.call $push38=, float_max2, $0, $1 f32.eq $push39=, $pop38, $1 - br_if $pop39, BB8_40 + br_if $pop39, .LBB8_40 # BB#39: # %if.then75 call abort unreachable -BB8_40: # %if.end76 - block BB8_42 +.LBB8_40: # %if.end76 + block .LBB8_42 f32.call $push40=, float_max2, $1, $2 f32.eq $push41=, $pop40, $2 - br_if $pop41, BB8_42 + br_if $pop41, .LBB8_42 # BB#41: # %if.then79 call abort unreachable -BB8_42: # %if.end80 - block BB8_44 +.LBB8_42: # %if.end80 + block .LBB8_44 f32.call $push42=, float_max2, $2, $1 f32.eq $push43=, $pop42, $2 - br_if $pop43, BB8_44 + br_if $pop43, .LBB8_44 # BB#43: # %if.then83 call abort unreachable -BB8_44: # %if.end84 - block BB8_46 +.LBB8_44: # %if.end84 + block .LBB8_46 f32.call $push44=, float_max2, $0, $2 f32.eq $push45=, $pop44, $2 - br_if $pop45, BB8_46 + br_if $pop45, .LBB8_46 # BB#45: # %if.then87 call abort unreachable -BB8_46: # %if.end88 - block BB8_48 +.LBB8_46: # %if.end88 + block .LBB8_48 f32.call $push46=, float_max2, $2, $0 f32.eq $push47=, $pop46, $2 - br_if $pop47, BB8_48 + br_if $pop47, .LBB8_48 # BB#47: # %if.then91 call abort unreachable -BB8_48: # %if.end92 +.LBB8_48: # %if.end92 f64.const $3=, -0x1p0 f64.const $4=, 0x0p0 - block BB8_50 + block .LBB8_50 f64.call $push48=, double_min1, $4, $3 f64.eq $push49=, $pop48, $3 - br_if $pop49, BB8_50 + br_if $pop49, .LBB8_50 # BB#49: # %if.then95 call abort unreachable -BB8_50: # %if.end96 - block BB8_52 +.LBB8_50: # %if.end96 + block .LBB8_52 f64.call $push50=, double_min1, $3, $4 f64.eq $push51=, $pop50, $3 - br_if $pop51, BB8_52 + br_if $pop51, .LBB8_52 # BB#51: # %if.then99 call abort unreachable -BB8_52: # %if.end100 +.LBB8_52: # %if.end100 f64.const $5=, 0x1p0 - block BB8_54 + block .LBB8_54 f64.call $push52=, double_min1, $4, $5 f64.eq $push53=, $pop52, $4 - br_if $pop53, BB8_54 + br_if $pop53, .LBB8_54 # BB#53: # %if.then103 call abort unreachable -BB8_54: # %if.end104 - block BB8_56 +.LBB8_54: # %if.end104 + block .LBB8_56 f64.call $push54=, double_min1, $5, $4 f64.eq $push55=, $pop54, $4 - br_if $pop55, BB8_56 + br_if $pop55, .LBB8_56 # BB#55: # %if.then107 call abort unreachable -BB8_56: # %if.end108 - block BB8_58 +.LBB8_56: # %if.end108 + block .LBB8_58 f64.call $push56=, double_min1, $3, $5 f64.eq $push57=, $pop56, $3 - br_if $pop57, BB8_58 + br_if $pop57, .LBB8_58 # BB#57: # %if.then111 call abort unreachable -BB8_58: # %if.end112 - block BB8_60 +.LBB8_58: # %if.end112 + block .LBB8_60 f64.call $push58=, double_min1, $5, $3 f64.eq $push59=, $pop58, $3 - br_if $pop59, BB8_60 + br_if $pop59, .LBB8_60 # BB#59: # %if.then115 call abort unreachable -BB8_60: # %if.end116 - block BB8_62 +.LBB8_60: # %if.end116 + block .LBB8_62 f64.call $push60=, double_max1, $4, $3 f64.eq $push61=, $pop60, $4 - br_if $pop61, BB8_62 + br_if $pop61, .LBB8_62 # BB#61: # %if.then119 call abort unreachable -BB8_62: # %if.end120 - block BB8_64 +.LBB8_62: # %if.end120 + block .LBB8_64 f64.call $push62=, double_max1, $3, $4 f64.eq $push63=, $pop62, $4 - br_if $pop63, BB8_64 + br_if $pop63, .LBB8_64 # BB#63: # %if.then123 call abort unreachable -BB8_64: # %if.end124 - block BB8_66 +.LBB8_64: # %if.end124 + block .LBB8_66 f64.call $push64=, double_max1, $4, $5 f64.eq $push65=, $pop64, $5 - br_if $pop65, BB8_66 + br_if $pop65, .LBB8_66 # BB#65: # %if.then127 call abort unreachable -BB8_66: # %if.end128 - block BB8_68 +.LBB8_66: # %if.end128 + block .LBB8_68 f64.call $push66=, double_max1, $5, $4 f64.eq $push67=, $pop66, $5 - br_if $pop67, BB8_68 + br_if $pop67, .LBB8_68 # BB#67: # %if.then131 call abort unreachable -BB8_68: # %if.end132 - block BB8_70 +.LBB8_68: # %if.end132 + block .LBB8_70 f64.call $push68=, double_max1, $3, $5 f64.eq $push69=, $pop68, $5 - br_if $pop69, BB8_70 + br_if $pop69, .LBB8_70 # BB#69: # %if.then135 call abort unreachable -BB8_70: # %if.end136 - block BB8_72 +.LBB8_70: # %if.end136 + block .LBB8_72 f64.call $push70=, double_max1, $5, $3 f64.eq $push71=, $pop70, $5 - br_if $pop71, BB8_72 + br_if $pop71, .LBB8_72 # BB#71: # %if.then139 call abort unreachable -BB8_72: # %if.end140 - block BB8_74 +.LBB8_72: # %if.end140 + block .LBB8_74 f64.call $push72=, double_min2, $4, $3 f64.eq $push73=, $pop72, $3 - br_if $pop73, BB8_74 + br_if $pop73, .LBB8_74 # BB#73: # %if.then143 call abort unreachable -BB8_74: # %if.end144 - block BB8_76 +.LBB8_74: # %if.end144 + block .LBB8_76 f64.call $push74=, double_min2, $3, $4 f64.eq $push75=, $pop74, $3 - br_if $pop75, BB8_76 + br_if $pop75, .LBB8_76 # BB#75: # %if.then147 call abort unreachable -BB8_76: # %if.end148 - block BB8_78 +.LBB8_76: # %if.end148 + block .LBB8_78 f64.call $push76=, double_min2, $4, $5 f64.eq $push77=, $pop76, $4 - br_if $pop77, BB8_78 + br_if $pop77, .LBB8_78 # BB#77: # %if.then151 call abort unreachable -BB8_78: # %if.end152 - block BB8_80 +.LBB8_78: # %if.end152 + block .LBB8_80 f64.call $push78=, double_min2, $5, $4 f64.eq $push79=, $pop78, $4 - br_if $pop79, BB8_80 + br_if $pop79, .LBB8_80 # BB#79: # %if.then155 call abort unreachable -BB8_80: # %if.end156 - block BB8_82 +.LBB8_80: # %if.end156 + block .LBB8_82 f64.call $push80=, double_min2, $3, $5 f64.eq $push81=, $pop80, $3 - br_if $pop81, BB8_82 + br_if $pop81, .LBB8_82 # BB#81: # %if.then159 call abort unreachable -BB8_82: # %if.end160 - block BB8_84 +.LBB8_82: # %if.end160 + block .LBB8_84 f64.call $push82=, double_min2, $5, $3 f64.eq $push83=, $pop82, $3 - br_if $pop83, BB8_84 + br_if $pop83, .LBB8_84 # BB#83: # %if.then163 call abort unreachable -BB8_84: # %if.end164 - block BB8_86 +.LBB8_84: # %if.end164 + block .LBB8_86 f64.call $push84=, double_max2, $4, $3 f64.eq $push85=, $pop84, $4 - br_if $pop85, BB8_86 + br_if $pop85, .LBB8_86 # BB#85: # %if.then167 call abort unreachable -BB8_86: # %if.end168 - block BB8_88 +.LBB8_86: # %if.end168 + block .LBB8_88 f64.call $push86=, double_max2, $3, $4 f64.eq $push87=, $pop86, $4 - br_if $pop87, BB8_88 + br_if $pop87, .LBB8_88 # BB#87: # %if.then171 call abort unreachable -BB8_88: # %if.end172 - block BB8_90 +.LBB8_88: # %if.end172 + block .LBB8_90 f64.call $push88=, double_max2, $4, $5 f64.eq $push89=, $pop88, $5 - br_if $pop89, BB8_90 + br_if $pop89, .LBB8_90 # BB#89: # %if.then175 call abort unreachable -BB8_90: # %if.end176 - block BB8_92 +.LBB8_90: # %if.end176 + block .LBB8_92 f64.call $push90=, double_max2, $5, $4 f64.eq $push91=, $pop90, $5 - br_if $pop91, BB8_92 + br_if $pop91, .LBB8_92 # BB#91: # %if.then179 call abort unreachable -BB8_92: # %if.end180 - block BB8_94 +.LBB8_92: # %if.end180 + block .LBB8_94 f64.call $push92=, double_max2, $3, $5 f64.eq $push93=, $pop92, $5 - br_if $pop93, BB8_94 + br_if $pop93, .LBB8_94 # BB#93: # %if.then183 call abort unreachable -BB8_94: # %if.end184 - block BB8_96 +.LBB8_94: # %if.end184 + block .LBB8_96 f64.call $push94=, double_max2, $5, $3 f64.eq $push95=, $pop94, $5 - br_if $pop95, BB8_96 + br_if $pop95, .LBB8_96 # BB#95: # %if.then187 call abort unreachable -BB8_96: # %if.end188 +.LBB8_96: # %if.end188 i32.const $push96=, 0 call exit, $pop96 unreachable -func_end8: - .size main, func_end8-main +.Lfunc_end8: + .size main, .Lfunc_end8-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr40057.c.s b/test/torture-s/pr40057.c.s index c10aed19b..6fe52b35d 100644 --- a/test/torture-s/pr40057.c.s +++ b/test/torture-s/pr40057.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, 31 i32.shr_s $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -23,8 +23,8 @@ bar: # @bar i32.const $push1=, 31 i32.shr_s $push2=, $pop0, $pop1 return $pop2 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -33,43 +33,43 @@ main: # @main .local i64, i64 # BB#0: # %entry i64.const $0=, 6042589866 - block BB2_8 + block .LBB2_8 i32.call $push0=, foo, $0 - br_if $pop0, BB2_8 + br_if $pop0, .LBB2_8 # BB#1: # %if.end i64.const $1=, 6579460778 - block BB2_7 + block .LBB2_7 i32.call $push1=, foo, $1 i32.const $push5=, 0 i32.eq $push6=, $pop1, $pop5 - br_if $pop6, BB2_7 + br_if $pop6, .LBB2_7 # BB#2: # %if.end4 - block BB2_6 + block .LBB2_6 i32.call $push2=, bar, $0 - br_if $pop2, BB2_6 + br_if $pop2, .LBB2_6 # BB#3: # %if.end8 - block BB2_5 + block .LBB2_5 i32.call $push3=, bar, $1 i32.const $push7=, 0 i32.eq $push8=, $pop3, $pop7 - br_if $pop8, BB2_5 + br_if $pop8, .LBB2_5 # BB#4: # %if.end12 i32.const $push4=, 0 return $pop4 -BB2_5: # %if.then11 +.LBB2_5: # %if.then11 call abort unreachable -BB2_6: # %if.then7 +.LBB2_6: # %if.then7 call abort unreachable -BB2_7: # %if.then3 +.LBB2_7: # %if.then3 call abort unreachable -BB2_8: # %if.then +.LBB2_8: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr40386.c.s b/test/torture-s/pr40386.c.s index d0c737f25..28368323e 100644 --- a/test/torture-s/pr40386.c.s +++ b/test/torture-s/pr40386.c.s @@ -12,74 +12,74 @@ main: # @main i32.const $push1=, 8 i32.sub $2=, $pop1, $1 i32.const $12=, 835 - block BB0_42 + block .LBB0_42 i32.shl $push2=, $0, $2 i32.shr_s $push0=, $0, $1 i32.or $push3=, $pop2, $pop0 i32.ne $push4=, $pop3, $12 - br_if $pop4, BB0_42 + br_if $pop4, .LBB0_42 # BB#1: # %if.end i32.const $13=, 4 - block BB0_41 + block .LBB0_41 i32.shr_s $push5=, $0, $13 i32.shl $push6=, $0, $13 i32.or $push7=, $pop5, $pop6 i32.ne $push8=, $pop7, $12 - br_if $pop8, BB0_41 + br_if $pop8, .LBB0_41 # BB#2: # %if.end11 i32.load16_s $3=, s($11) i32.const $push10=, 16 i32.sub $4=, $pop10, $1 i32.const $14=, -221 - block BB0_40 + block .LBB0_40 i32.shr_s $push9=, $3, $1 i32.shl $push11=, $3, $4 i32.or $push12=, $pop9, $pop11 i32.ne $push13=, $pop12, $14 - br_if $pop13, BB0_40 + br_if $pop13, .LBB0_40 # BB#3: # %if.end21 i32.const $15=, 12 - block BB0_39 + block .LBB0_39 i32.shr_s $push14=, $3, $13 i32.shl $push15=, $3, $15 i32.or $push16=, $pop14, $pop15 i32.ne $push17=, $pop16, $14 - br_if $pop17, BB0_39 + br_if $pop17, .LBB0_39 # BB#4: # %if.end30 i32.load $14=, i($11) i32.const $push19=, 32 i32.sub $5=, $pop19, $1 i32.const $16=, 1073745699 - block BB0_38 + block .LBB0_38 i32.shr_s $push18=, $14, $1 i32.shl $push20=, $14, $5 i32.or $push21=, $pop18, $pop20 i32.ne $push22=, $pop21, $16 - br_if $pop22, BB0_38 + br_if $pop22, .LBB0_38 # BB#5: # %if.end38 i32.const $17=, 28 - block BB0_37 + block .LBB0_37 i32.shr_s $push23=, $14, $13 i32.shl $push24=, $14, $17 i32.or $push25=, $pop23, $pop24 i32.ne $push26=, $pop25, $16 - br_if $pop26, BB0_37 + br_if $pop26, .LBB0_37 # BB#6: # %if.end45 i32.load $16=, l($11) i32.const $18=, -14465689 - block BB0_36 + block .LBB0_36 i32.shr_s $push27=, $16, $1 i32.shl $push28=, $16, $5 i32.or $push29=, $pop27, $pop28 i32.ne $push30=, $pop29, $18 - br_if $pop30, BB0_36 + br_if $pop30, .LBB0_36 # BB#7: # %if.end53 - block BB0_35 + block .LBB0_35 i32.shr_s $push31=, $16, $13 i32.shl $push32=, $16, $17 i32.or $push33=, $pop31, $pop32 i32.ne $push34=, $pop33, $18 - br_if $pop34, BB0_35 + br_if $pop34, .LBB0_35 # BB#8: # %if.end60 i64.load $6=, ll($11) i32.const $18=, 64 @@ -87,173 +87,173 @@ main: # @main i64.extend_u/i32 $8=, $pop36 i64.extend_u/i32 $7=, $1 i64.const $19=, 68174490360335855 - block BB0_34 + block .LBB0_34 i64.shr_s $push35=, $6, $7 i64.shl $push37=, $6, $8 i64.or $push38=, $pop35, $pop37 i64.ne $push39=, $pop38, $19 - br_if $pop39, BB0_34 + br_if $pop39, .LBB0_34 # BB#9: # %if.end69 i64.const $20=, 4 i64.const $21=, 60 - block BB0_33 + block .LBB0_33 i64.shr_s $push40=, $6, $20 i64.shl $push41=, $6, $21 i64.or $push42=, $pop40, $pop41 i64.ne $push43=, $pop42, $19 - br_if $pop43, BB0_33 + br_if $pop43, .LBB0_33 # BB#10: # %if.end76 i32.load $22=, shift2($11) i64.extend_u/i32 $9=, $22 i32.sub $push45=, $18, $22 i64.extend_u/i32 $10=, $pop45 i64.const $23=, -994074541463572736 - block BB0_32 + block .LBB0_32 i64.shl $push46=, $6, $10 i64.shr_s $push44=, $6, $9 i64.or $push47=, $pop46, $pop44 i64.ne $push48=, $pop47, $23 - br_if $pop48, BB0_32 + br_if $pop48, .LBB0_32 # BB#11: # %if.end86 - block BB0_31 + block .LBB0_31 i64.shr_s $push49=, $6, $21 i64.shl $push50=, $6, $20 i64.or $push51=, $pop49, $pop50 i64.ne $push52=, $pop51, $23 - br_if $pop52, BB0_31 + br_if $pop52, .LBB0_31 # BB#12: # %if.end93 - block BB0_30 + block .LBB0_30 i32.shr_s $push54=, $0, $2 i32.shl $push53=, $0, $1 i32.or $push55=, $pop54, $pop53 i32.ne $push56=, $pop55, $12 - br_if $pop56, BB0_30 + br_if $pop56, .LBB0_30 # BB#13: # %if.end112 i32.const $0=, -1 - block BB0_29 + block .LBB0_29 i32.shl $push57=, $3, $1 i32.shr_s $push58=, $3, $4 i32.or $push59=, $pop57, $pop58 i32.ne $push60=, $pop59, $0 - br_if $pop60, BB0_29 + br_if $pop60, .LBB0_29 # BB#14: # %if.end122 - block BB0_28 + block .LBB0_28 i32.shl $push61=, $3, $13 i32.shr_s $push62=, $3, $15 i32.or $push63=, $pop61, $pop62 i32.ne $push64=, $pop63, $0 - br_if $pop64, BB0_28 + br_if $pop64, .LBB0_28 # BB#15: # %if.end131 i32.const $12=, 992064 - block BB0_27 + block .LBB0_27 i32.shl $push65=, $14, $1 i32.shr_s $push66=, $14, $5 i32.or $push67=, $pop65, $pop66 i32.ne $push68=, $pop67, $12 - br_if $pop68, BB0_27 + br_if $pop68, .LBB0_27 # BB#16: # %if.end139 - block BB0_26 + block .LBB0_26 i32.shl $push69=, $14, $13 i32.shr_s $push70=, $14, $17 i32.or $push71=, $pop69, $pop70 i32.ne $push72=, $pop71, $12 - br_if $pop72, BB0_26 + br_if $pop72, .LBB0_26 # BB#17: # %if.end146 - block BB0_25 + block .LBB0_25 i32.shl $push73=, $16, $1 i32.shr_s $push74=, $16, $5 i32.or $push75=, $pop73, $pop74 i32.ne $push76=, $pop75, $0 - br_if $pop76, BB0_25 + br_if $pop76, .LBB0_25 # BB#18: # %if.end154 - block BB0_24 + block .LBB0_24 i32.shl $push77=, $16, $13 i32.shr_s $push78=, $16, $17 i32.or $push79=, $pop77, $pop78 i32.ne $push80=, $pop79, $0 - br_if $pop80, BB0_24 + br_if $pop80, .LBB0_24 # BB#19: # %if.end161 - block BB0_23 + block .LBB0_23 i64.shl $push81=, $6, $7 i64.shr_s $push82=, $6, $8 i64.or $push83=, $pop81, $pop82 i64.ne $push84=, $pop83, $23 - br_if $pop84, BB0_23 + br_if $pop84, .LBB0_23 # BB#20: # %if.end178 - block BB0_22 + block .LBB0_22 i64.shr_s $push86=, $6, $10 i64.shl $push85=, $6, $9 i64.or $push87=, $pop86, $pop85 i64.ne $push88=, $pop87, $19 - br_if $pop88, BB0_22 + br_if $pop88, .LBB0_22 # BB#21: # %if.end195 call exit, $11 unreachable -BB0_22: # %if.then187 +.LBB0_22: # %if.then187 call abort unreachable -BB0_23: # %if.then170 +.LBB0_23: # %if.then170 call abort unreachable -BB0_24: # %if.then160 +.LBB0_24: # %if.then160 call abort unreachable -BB0_25: # %if.then153 +.LBB0_25: # %if.then153 call abort unreachable -BB0_26: # %if.then145 +.LBB0_26: # %if.then145 call abort unreachable -BB0_27: # %if.then138 +.LBB0_27: # %if.then138 call abort unreachable -BB0_28: # %if.then130 +.LBB0_28: # %if.then130 call abort unreachable -BB0_29: # %if.then121 +.LBB0_29: # %if.then121 call abort unreachable -BB0_30: # %if.then102 +.LBB0_30: # %if.then102 call abort unreachable -BB0_31: # %if.then92 +.LBB0_31: # %if.then92 call abort unreachable -BB0_32: # %if.then85 +.LBB0_32: # %if.then85 call abort unreachable -BB0_33: # %if.then75 +.LBB0_33: # %if.then75 call abort unreachable -BB0_34: # %if.then68 +.LBB0_34: # %if.then68 call abort unreachable -BB0_35: # %if.then59 +.LBB0_35: # %if.then59 call abort unreachable -BB0_36: # %if.then52 +.LBB0_36: # %if.then52 call abort unreachable -BB0_37: # %if.then44 +.LBB0_37: # %if.then44 call abort unreachable -BB0_38: # %if.then37 +.LBB0_38: # %if.then37 call abort unreachable -BB0_39: # %if.then29 +.LBB0_39: # %if.then29 call abort unreachable -BB0_40: # %if.then20 +.LBB0_40: # %if.then20 call abort unreachable -BB0_41: # %if.then10 +.LBB0_41: # %if.then10 call abort unreachable -BB0_42: # %if.then +.LBB0_42: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/pr40404.c.s b/test/torture-s/pr40404.c.s index c4d3096e9..4c133d450 100644 --- a/test/torture-s/pr40404.c.s +++ b/test/torture-s/pr40404.c.s @@ -12,8 +12,8 @@ main: # @main i32.or $push2=, $pop0, $pop1 i32.store $discard=, s($0), $pop2 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .bss diff --git a/test/torture-s/pr40493.c.s b/test/torture-s/pr40493.c.s index 148357743..ddfd8edfb 100644 --- a/test/torture-s/pr40493.c.s +++ b/test/torture-s/pr40493.c.s @@ -15,8 +15,8 @@ main: # @main i32.store $push3=, x01($2), $pop2 i32.store $discard=, y01($2), $pop3 return $2 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x00,@object # @x00 .bss diff --git a/test/torture-s/pr40579.c.s b/test/torture-s/pr40579.c.s index b7926b665..b5203bf5b 100644 --- a/test/torture-s/pr40579.c.s +++ b/test/torture-s/pr40579.c.s @@ -15,24 +15,24 @@ main: # @main i32.const $push2=, 3 call foo, $pop2 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@function foo: # @foo .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 4 i32.ge_s $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr40668.c.s b/test/torture-s/pr40668.c.s index d49d917c8..194a434d9 100644 --- a/test/torture-s/pr40668.c.s +++ b/test/torture-s/pr40668.c.s @@ -5,19 +5,19 @@ bar: # @bar .param i32, i32 # BB#0: # %entry - block BB0_6 + block .LBB0_6 i32.const $push0=, -1 i32.add $0=, $0, $pop0 i32.const $push1=, 8 i32.gt_u $push2=, $0, $pop1 - br_if $pop2, BB0_6 + br_if $pop2, .LBB0_6 # BB#1: # %entry - block BB0_5 - block BB0_4 - block BB0_3 - block BB0_2 - tableswitch $0, BB0_2, BB0_2, BB0_6, BB0_6, BB0_6, BB0_6, BB0_6, BB0_3, BB0_4, BB0_5 -BB0_2: # %sw.bb + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 + block .LBB0_2 + tableswitch $0, .LBB0_2, .LBB0_2, .LBB0_6, .LBB0_6, .LBB0_6, .LBB0_6, .LBB0_6, .LBB0_3, .LBB0_4, .LBB0_5 +.LBB0_2: # %sw.bb i32.const $push24=, 120 i32.store8 $discard=, 0($1), $pop24 i32.const $push25=, 3 @@ -32,8 +32,8 @@ BB0_2: # %sw.bb i32.add $push32=, $1, $pop31 i32.const $push33=, 86 i32.store8 $discard=, 0($pop32), $pop33 - br BB0_6 -BB0_3: # %sw.bb1 + br .LBB0_6 +.LBB0_3: # %sw.bb1 i32.const $push17=, 0 i32.store8 $0=, 0($1), $pop17 i32.const $push18=, 3 @@ -45,8 +45,8 @@ BB0_3: # %sw.bb1 i32.const $push22=, 1 i32.add $push23=, $1, $pop22 i32.store8 $discard=, 0($pop23), $0 - br BB0_6 -BB0_4: # %sw.bb2 + br .LBB0_6 +.LBB0_4: # %sw.bb2 i32.const $push10=, 0 i32.store8 $0=, 0($1), $pop10 i32.const $push11=, 3 @@ -58,8 +58,8 @@ BB0_4: # %sw.bb2 i32.const $push15=, 1 i32.add $push16=, $1, $pop15 i32.store8 $discard=, 0($pop16), $0 - br BB0_6 -BB0_5: # %sw.bb3 + br .LBB0_6 +.LBB0_5: # %sw.bb3 i32.const $push3=, 0 i32.store8 $0=, 0($1), $pop3 i32.const $push4=, 3 @@ -71,10 +71,10 @@ BB0_5: # %sw.bb3 i32.const $push8=, 1 i32.add $push9=, $1, $pop8 i32.store8 $discard=, 0($pop9), $0 -BB0_6: # %sw.epilog +.LBB0_6: # %sw.epilog return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -83,8 +83,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr40747.c.s b/test/torture-s/pr40747.c.s index 59c33cdb0..ec2f668e3 100644 --- a/test/torture-s/pr40747.c.s +++ b/test/torture-s/pr40747.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.lt_u $push0=, $0, $1 i32.select $push1=, $pop0, $0, $1 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main # BB#0: # %if.end24 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr41239.c.s b/test/torture-s/pr41239.c.s index 03fae6006..fe89dc36c 100644 --- a/test/torture-s/pr41239.c.s +++ b/test/torture-s/pr41239.c.s @@ -14,11 +14,11 @@ test: # @test i32.const $9=, __stack_pointer i32.store $10=, 0($9), $10 i32.load $1=, 4($0) - block BB0_3 + block .LBB0_3 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.load $0=, 0($pop1) - br_if $0, BB0_3 + br_if $0, .LBB0_3 # BB#1: # %if.then i32.const $push6=, 20 i32.const $push3=, .str @@ -30,7 +30,7 @@ test: # @test i32.and $push8=, $2, $pop7 i32.const $push12=, 0 i32.eq $push13=, $pop8, $pop12 - br_if $pop13, BB0_3 + br_if $pop13, .LBB0_3 # BB#2: # %cond.true i32.const $push9=, 33816706 i32.call $2=, fn3, $pop9 @@ -50,15 +50,15 @@ test: # @test i32.add $10=, $6, $7 i32.const $7=, __stack_pointer i32.store $10=, 0($7), $10 -BB0_3: # %if.end +.LBB0_3: # %if.end i32.div_s $push11=, $1, $0 i32.const $10=, 16 i32.add $10=, $10, $10 i32.const $10=, __stack_pointer i32.store $10=, 0($10), $10 return $pop11 -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl fn1 .type fn1,@function @@ -74,8 +74,8 @@ fn1: # @fn1 i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 return $pop1 -func_end1: - .size fn1, func_end1-fn1 +.Lfunc_end1: + .size fn1, .Lfunc_end1-fn1 .globl fn2 .type fn2,@function @@ -84,16 +84,16 @@ fn2: # @fn2 # BB#0: # %entry #APP #NO_APP - block BB2_2 - br_if $0, BB2_2 + block .LBB2_2 + br_if $0, .LBB2_2 # BB#1: # %if.end return -BB2_2: # %if.then +.LBB2_2: # %if.then i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size fn2, func_end2-fn2 +.Lfunc_end2: + .size fn2, .Lfunc_end2-fn2 .globl fn3 .type fn3,@function @@ -104,8 +104,8 @@ fn3: # @fn3 #APP #NO_APP return $0 -func_end3: - .size fn3, func_end3-fn3 +.Lfunc_end3: + .size fn3, .Lfunc_end3-fn3 .globl fn4 .type fn4,@function @@ -117,8 +117,8 @@ fn4: # @fn4 #NO_APP i32.load8_s $push0=, 0($0) return $pop0 -func_end4: - .size fn4, func_end4-fn4 +.Lfunc_end4: + .size fn4, .Lfunc_end4-fn4 .globl main .type main,@function @@ -132,7 +132,7 @@ main: # @main i32.sub $8=, $6, $7 i32.const $7=, __stack_pointer i32.store $8=, 0($7), $8 - block BB5_2 + block .LBB5_2 i32.const $push4=, 20 i32.const $push1=, .str i32.const $push3=, 924 @@ -143,7 +143,7 @@ main: # @main i32.and $push6=, $0, $pop5 i32.const $push9=, 0 i32.eq $push10=, $pop6, $pop9 - br_if $pop10, BB5_2 + br_if $pop10, .LBB5_2 # BB#1: # %cond.true.i i32.const $push7=, 33816706 i32.call $0=, fn3, $pop7 @@ -163,11 +163,11 @@ main: # @main i32.add $8=, $4, $5 i32.const $5=, __stack_pointer i32.store $8=, 0($5), $8 -BB5_2: # %test.exit +.LBB5_2: # %test.exit call abort unreachable -func_end5: - .size main, func_end5-main +.Lfunc_end5: + .size main, .Lfunc_end5-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr41317.c.s b/test/torture-s/pr41317.c.s index 0af52e451..80554a296 100644 --- a/test/torture-s/pr41317.c.s +++ b/test/torture-s/pr41317.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr41395-1.c.s b/test/torture-s/pr41395-1.c.s index 2f99a4a02..0c22499e6 100644 --- a/test/torture-s/pr41395-1.c.s +++ b/test/torture-s/pr41395-1.c.s @@ -19,15 +19,15 @@ foo: # @foo i32.store16 $discard=, 0($pop5), $2 i32.load16_s $push6=, 0($1) return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 268 i32.call $push1=, malloc, $pop0 i32.const $push2=, 8 @@ -36,15 +36,15 @@ main: # @main i32.and $push5=, $pop3, $pop4 i32.const $push6=, 1 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %if.end i32.const $push8=, 0 return $pop8 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr41395-2.c.s b/test/torture-s/pr41395-2.c.s index 4efbf2d9c..c5af98aa9 100644 --- a/test/torture-s/pr41395-2.c.s +++ b/test/torture-s/pr41395-2.c.s @@ -19,15 +19,15 @@ foo: # @foo i32.store16 $discard=, 0($pop5), $2 i32.load16_s $push6=, 0($1) return $pop6 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 276 i32.call $push1=, malloc, $pop0 i32.const $push2=, 16 @@ -36,15 +36,15 @@ main: # @main i32.and $push5=, $pop3, $pop4 i32.const $push6=, 1 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %if.end i32.const $push8=, 0 return $pop8 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr41463.c.s b/test/torture-s/pr41463.c.s index 7b7fcf29c..53e5fdaf8 100644 --- a/test/torture-s/pr41463.c.s +++ b/test/torture-s/pr41463.c.s @@ -19,30 +19,30 @@ foo: # @foo i32.store $discard=, 0($pop6), $pop7 i32.load $push8=, 0($1) return $pop8 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 76 i32.call $push1=, malloc, $pop0 i32.const $push2=, 1 i32.call $push3=, foo, $pop1, $pop2 i32.const $push4=, global i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end i32.const $push6=, 0 return $pop6 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type global,@object # @global .bss diff --git a/test/torture-s/pr41750.c.s b/test/torture-s/pr41750.c.s index 4dd733748..60e40bf24 100644 --- a/test/torture-s/pr41750.c.s +++ b/test/torture-s/pr41750.c.s @@ -10,8 +10,8 @@ foo_create_got_section: # @foo_create_got_section i32.store $discard=, 8($pop0), $0 i32.const $push1=, 1 return $pop1 -func_end0: - .size foo_create_got_section, func_end0-foo_create_got_section +.Lfunc_end0: + .size foo_create_got_section, .Lfunc_end0-foo_create_got_section .globl elf64_ia64_check_relocs .type elf64_ia64_check_relocs,@function @@ -22,25 +22,25 @@ elf64_ia64_check_relocs: # @elf64_ia64_check_relocs # BB#0: # %entry i32.load $2=, 0($1) i32.load $3=, 8($2) - block BB1_4 - br_if $3, BB1_4 + block .LBB1_4 + br_if $3, .LBB1_4 # BB#1: # %if.then.i i32.load $3=, 4($2) - block BB1_3 - br_if $3, BB1_3 + block .LBB1_3 + br_if $3, .LBB1_3 # BB#2: # %if.then3.i i32.const $push0=, 4 i32.add $push1=, $2, $pop0 i32.store $3=, 0($pop1), $0 -BB1_3: # %if.end.i +.LBB1_3: # %if.end.i i32.call $discard=, foo_create_got_section, $3, $1 i32.const $push2=, 8 i32.add $push3=, $2, $pop2 i32.load $3=, 0($pop3) -BB1_4: # %get_got.exit +.LBB1_4: # %get_got.exit return $3 -func_end1: - .size elf64_ia64_check_relocs, func_end1-elf64_ia64_check_relocs +.Lfunc_end1: + .size elf64_ia64_check_relocs, .Lfunc_end1-elf64_ia64_check_relocs .globl main .type main,@function @@ -50,20 +50,20 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, abfd - block BB2_2 + block .LBB2_2 i32.const $push0=, hash i32.store $discard=, link_info($0), $pop0 i32.const $push1=, link_info i32.call $push2=, elf64_ia64_check_relocs, $1, $pop1 i32.ne $push3=, $pop2, $1 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.end return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type hash,@object # @hash .bss diff --git a/test/torture-s/pr41917.c.s b/test/torture-s/pr41917.c.s index 10cfca7c7..693fc968b 100644 --- a/test/torture-s/pr41917.c.s +++ b/test/torture-s/pr41917.c.s @@ -8,20 +8,20 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, -942519458 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) i32.const $push1=, -2 i32.or $push2=, $pop0, $pop1 i32.rem_u $push3=, $1, $pop2 i32.ne $push4=, $pop3, $1 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr41919.c.s b/test/torture-s/pr41919.c.s index c51de8d20..0f61a416e 100644 --- a/test/torture-s/pr41919.c.s +++ b/test/torture-s/pr41919.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type g_23,@object # @g_23 .bss diff --git a/test/torture-s/pr42006.c.s b/test/torture-s/pr42006.c.s index c5702b547..dfe38cfe2 100644 --- a/test/torture-s/pr42006.c.s +++ b/test/torture-s/pr42006.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr42142.c.s b/test/torture-s/pr42142.c.s index 1564ecda2..43255f93a 100644 --- a/test/torture-s/pr42142.c.s +++ b/test/torture-s/pr42142.c.s @@ -16,28 +16,28 @@ sort: # @sort i32.const $push5=, 0 i32.select $push6=, $pop1, $pop4, $pop5 return $pop6 -func_end0: - .size sort, func_end0-sort +.Lfunc_end0: + .size sort, .Lfunc_end0-sort .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 5 i32.call $push1=, sort, $pop0 i32.const $push2=, 1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr42154.c.s b/test/torture-s/pr42154.c.s index ad8be23e0..03efc2063 100644 --- a/test/torture-s/pr42154.c.s +++ b/test/torture-s/pr42154.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 255 i32.and $push1=, $0, $pop0 i32.const $push2=, 97 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main call foo, $pop0 i32.const $push1=, 0 return $pop1 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr42231.c.s b/test/torture-s/pr42231.c.s index ee4e440bd..361fac9be 100644 --- a/test/torture-s/pr42231.c.s +++ b/test/torture-s/pr42231.c.s @@ -6,29 +6,29 @@ main: # @main .result i32 .local i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.call $push1=, CallFunctionRec, $pop0 i32.const $push6=, 0 i32.eq $push7=, $pop1, $pop6 - br_if $pop7, BB0_2 + br_if $pop7, .LBB0_2 # BB#1: # %land.rhs.i i32.const $push2=, 0 call storemax, $pop2 -BB0_2: # %CallFunction.exit +.LBB0_2: # %CallFunction.exit i32.const $0=, 0 - block BB0_4 + block .LBB0_4 i32.load $push3=, max($0) i32.const $push4=, 10 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.end return $0 -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type CallFunctionRec,@function CallFunctionRec: # @CallFunctionRec @@ -38,24 +38,24 @@ CallFunctionRec: # @CallFunctionRec # BB#0: # %entry call storemax, $0 i32.const $1=, 0 - block BB1_3 + block .LBB1_3 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB1_3 + br_if $pop4, .LBB1_3 # BB#1: # %if.end i32.const $1=, 1 i32.const $push0=, 9 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#2: # %if.then1 i32.const $1=, 1 i32.add $push2=, $0, $1 i32.call $discard=, CallFunctionRec, $pop2 return $1 -BB1_3: # %return +.LBB1_3: # %return return $1 -func_end1: - .size CallFunctionRec, func_end1-CallFunctionRec +.Lfunc_end1: + .size CallFunctionRec, .Lfunc_end1-CallFunctionRec .type storemax,@function storemax: # @storemax @@ -63,16 +63,16 @@ storemax: # @storemax .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, max($1) i32.ge_s $push1=, $pop0, $0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.then i32.store $discard=, max($1), $0 -BB2_2: # %if.end +.LBB2_2: # %if.end return -func_end2: - .size storemax, func_end2-storemax +.Lfunc_end2: + .size storemax, .Lfunc_end2-storemax .type max,@object # @max .lcomm max,4,2 diff --git a/test/torture-s/pr42269-2.c.s b/test/torture-s/pr42269-2.c.s index 02a780b29..a8f7d4be6 100644 --- a/test/torture-s/pr42269-2.c.s +++ b/test/torture-s/pr42269-2.c.s @@ -11,8 +11,8 @@ main: # @main i64.const $push3=, -1 i64.ne $push4=, $pop2, $pop3 return $pop4 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@function foo: # @foo @@ -25,8 +25,8 @@ foo: # @foo i64.shl $push1=, $pop0, $1 i64.shr_s $push2=, $pop1, $1 return $pop2 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .type s,@object # @s .data diff --git a/test/torture-s/pr42512.c.s b/test/torture-s/pr42512.c.s index 499689cfe..538054cf9 100644 --- a/test/torture-s/pr42512.c.s +++ b/test/torture-s/pr42512.c.s @@ -9,29 +9,29 @@ main: # @main i32.const $0=, 0 i32.load16_u $4=, g_3($0) i32.const $3=, -1 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $1=, 65535 i32.and $push0=, $4, $1 i32.or $4=, $pop0, $3 i32.const $2=, 255 i32.add $push1=, $3, $2 i32.and $3=, $pop1, $2 - br_if $3, BB0_1 -BB0_2: # %for.end + br_if $3, .LBB0_1 +.LBB0_2: # %for.end i32.store16 $discard=, g_3($0), $4 - block BB0_4 + block .LBB0_4 i32.and $push2=, $4, $1 i32.ne $push3=, $pop2, $1 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#3: # %if.end return $0 -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type g_3,@object # @g_3 .bss diff --git a/test/torture-s/pr42544.c.s b/test/torture-s/pr42544.c.s index a8aa522c0..bad84a119 100644 --- a/test/torture-s/pr42544.c.s +++ b/test/torture-s/pr42544.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr42570.c.s b/test/torture-s/pr42570.c.s index 94bb70dd1..d24daff12 100644 --- a/test/torture-s/pr42570.c.s +++ b/test/torture-s/pr42570.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@object # @foo .bss diff --git a/test/torture-s/pr42614.c.s b/test/torture-s/pr42614.c.s index 26bc91c2f..a65e518d7 100644 --- a/test/torture-s/pr42614.c.s +++ b/test/torture-s/pr42614.c.s @@ -8,33 +8,33 @@ init: # @init i32.const $push0=, 2 i32.call $push1=, malloc, $pop0 return $pop1 -func_end0: - .size init, func_end0-init +.Lfunc_end0: + .size init, .Lfunc_end0-init .globl expect_func .type expect_func,@function expect_func: # @expect_func .param i32, i32 # BB#0: # %entry - block BB1_4 + block .LBB1_4 i32.const $push0=, 0 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB1_4 + br_if $pop1, .LBB1_4 # BB#1: # %if.end - block BB1_3 + block .LBB1_3 i32.const $push2=, 0 i32.eq $push3=, $1, $pop2 - br_if $pop3, BB1_3 + br_if $pop3, .LBB1_3 # BB#2: # %if.end6 return -BB1_3: # %if.then5 +.LBB1_3: # %if.then5 call abort unreachable -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size expect_func, func_end1-expect_func +.Lfunc_end1: + .size expect_func, .Lfunc_end1-expect_func .globl main .type main,@function @@ -59,8 +59,8 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop1 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr42691.c.s b/test/torture-s/pr42691.c.s index c55b77c03..15df6845f 100644 --- a/test/torture-s/pr42691.c.s +++ b/test/torture-s/pr42691.c.s @@ -9,33 +9,33 @@ add: # @add # BB#0: # %entry f64.load $3=, 0($1) f64.load $2=, 0($0) - block BB0_5 + block .LBB0_5 f64.eq $push0=, $3, $2 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %if.end.preheader i32.const $0=, 8 i32.add $1=, $1, $0 -BB0_2: # %if.end +.LBB0_2: # %if.end # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 f64.const $push1=, infinity f64.ne $push2=, $3, $pop1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#3: # %while.body - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 f64.load $3=, 0($1) i32.add $1=, $1, $0 f64.ne $push3=, $3, $2 - br_if $pop3, BB0_2 - br BB0_5 -BB0_4: # %if.then3 + br_if $pop3, .LBB0_2 + br .LBB0_5 +.LBB0_4: # %if.then3 call abort unreachable -BB0_5: # %if.end10 +.LBB0_5: # %if.end10 i32.const $push4=, 0 return $pop4 -func_end0: - .size add, func_end0-add +.Lfunc_end0: + .size add, .Lfunc_end0-add .globl main .type main,@function @@ -59,31 +59,31 @@ main: # @main i64.const $push1=, 4627167142146473984 i64.store $discard=, 0($2), $pop1 copy_local $3=, $0 -BB1_1: # %if.end.i +.LBB1_1: # %if.end.i # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 f64.ne $push2=, $3, $0 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#2: # %while.body.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 f64.load $3=, 0($2) i32.add $2=, $2, $1 f64.const $push3=, 0x1.7p4 f64.ne $push4=, $3, $pop3 - br_if $pop4, BB1_1 -BB1_3: # %add.exit + br_if $pop4, .LBB1_1 +.LBB1_3: # %add.exit i32.const $push5=, 0 i32.const $6=, 16 i32.add $8=, $8, $6 i32.const $6=, __stack_pointer i32.store $8=, 0($6), $8 return $pop5 -BB1_4: # %if.then3.i +.LBB1_4: # %if.then3.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr42721.c.s b/test/torture-s/pr42721.c.s index b7bf6b051..fd1233be9 100644 --- a/test/torture-s/pr42721.c.s +++ b/test/torture-s/pr42721.c.s @@ -8,18 +8,18 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, b($0) - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.xor $push1=, $1, $pop0 i32.store $discard=, b($0), $pop1 - br_if $1, BB0_2 + br_if $1, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type b,@object # @b .lcomm b,4,2 diff --git a/test/torture-s/pr42833.c.s b/test/torture-s/pr42833.c.s index 9c32bf25b..01acfe955 100644 --- a/test/torture-s/pr42833.c.s +++ b/test/torture-s/pr42833.c.s @@ -12,37 +12,37 @@ helper_neon_rshl_s8: # @helper_neon_rshl_s8 i32.const $11=, 0 i32.const $5=, 16 copy_local $8=, $11 - block BB0_7 + block .LBB0_7 i32.const $push0=, 117440512 i32.gt_s $push1=, $7, $pop0 - br_if $pop1, BB0_7 + br_if $pop1, .LBB0_7 # BB#1: # %if.else - block BB0_3 + block .LBB0_3 i32.const $push2=, -134217729 i32.gt_s $push3=, $7, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.then13 i32.shl $push14=, $0, $6 i32.const $push15=, 31 i32.shr_s $8=, $pop14, $pop15 - br BB0_7 -BB0_3: # %if.else18 + br .LBB0_7 +.LBB0_3: # %if.else18 i32.shr_s $4=, $7, $6 copy_local $8=, $11 i32.const $push4=, -8 i32.eq $push5=, $4, $pop4 - br_if $pop5, BB0_7 + br_if $pop5, .LBB0_7 # BB#4: # %if.else34 i32.shl $push6=, $0, $6 i32.shr_s $8=, $pop6, $6 i32.const $3=, -1 - block BB0_6 + block .LBB0_6 i32.le_s $push7=, $7, $3 - br_if $pop7, BB0_6 + br_if $pop7, .LBB0_6 # BB#5: # %if.else48 i32.shl $8=, $8, $4 - br BB0_7 -BB0_6: # %if.then38 + br .LBB0_7 +.LBB0_6: # %if.then38 i32.const $push9=, 1 i32.xor $push8=, $4, $3 i32.shl $push10=, $pop9, $pop8 @@ -50,42 +50,42 @@ BB0_6: # %if.then38 i32.const $push12=, 0 i32.sub $push13=, $pop12, $4 i32.shr_s $8=, $pop11, $pop13 -BB0_7: # %if.end57 +.LBB0_7: # %if.end57 i32.shl $push16=, $1, $5 i32.shr_s $3=, $pop16, $6 i32.const $4=, 8 i32.const $7=, 7 copy_local $9=, $11 - block BB0_14 + block .LBB0_14 i32.gt_s $push17=, $3, $7 - br_if $pop17, BB0_14 + br_if $pop17, .LBB0_14 # BB#8: # %if.else68 i32.shr_u $10=, $0, $4 - block BB0_10 + block .LBB0_10 i32.const $push18=, -9 i32.gt_s $push19=, $3, $pop18 - br_if $pop19, BB0_10 + br_if $pop19, .LBB0_10 # BB#9: # %if.then72 i32.shl $push30=, $10, $6 i32.const $push31=, 31 i32.shr_s $9=, $pop30, $pop31 - br BB0_14 -BB0_10: # %if.else78 + br .LBB0_14 +.LBB0_10: # %if.else78 copy_local $9=, $11 i32.const $push20=, -8 i32.eq $push21=, $3, $pop20 - br_if $pop21, BB0_14 + br_if $pop21, .LBB0_14 # BB#11: # %if.else96 i32.shl $push22=, $10, $6 i32.shr_s $10=, $pop22, $6 i32.const $9=, -1 - block BB0_13 + block .LBB0_13 i32.le_s $push23=, $3, $9 - br_if $pop23, BB0_13 + br_if $pop23, .LBB0_13 # BB#12: # %if.else112 i32.shl $9=, $10, $3 - br BB0_14 -BB0_13: # %if.then100 + br .LBB0_14 +.LBB0_13: # %if.then100 i32.const $push25=, 1 i32.xor $push24=, $3, $9 i32.shl $push26=, $pop25, $pop24 @@ -93,40 +93,40 @@ BB0_13: # %if.then100 i32.const $push28=, 0 i32.sub $push29=, $pop28, $3 i32.shr_s $9=, $pop27, $pop29 -BB0_14: # %if.end122 +.LBB0_14: # %if.end122 i32.shl $push32=, $1, $4 i32.shr_s $3=, $pop32, $6 copy_local $10=, $11 - block BB0_21 + block .LBB0_21 i32.gt_s $push33=, $3, $7 - br_if $pop33, BB0_21 + br_if $pop33, .LBB0_21 # BB#15: # %if.else133 i32.shr_u $2=, $0, $5 - block BB0_17 + block .LBB0_17 i32.const $push34=, -9 i32.gt_s $push35=, $3, $pop34 - br_if $pop35, BB0_17 + br_if $pop35, .LBB0_17 # BB#16: # %if.then137 i32.shl $push46=, $2, $6 i32.const $push47=, 31 i32.shr_s $10=, $pop46, $pop47 - br BB0_21 -BB0_17: # %if.else143 + br .LBB0_21 +.LBB0_17: # %if.else143 copy_local $10=, $11 i32.const $push36=, -8 i32.eq $push37=, $3, $pop36 - br_if $pop37, BB0_21 + br_if $pop37, .LBB0_21 # BB#18: # %if.else161 i32.shl $push38=, $2, $6 i32.shr_s $2=, $pop38, $6 i32.const $10=, -1 - block BB0_20 + block .LBB0_20 i32.le_s $push39=, $3, $10 - br_if $pop39, BB0_20 + br_if $pop39, .LBB0_20 # BB#19: # %if.else177 i32.shl $10=, $2, $3 - br BB0_21 -BB0_20: # %if.then165 + br .LBB0_21 +.LBB0_20: # %if.then165 i32.const $push41=, 1 i32.xor $push40=, $3, $10 i32.shl $push42=, $pop41, $pop40 @@ -134,34 +134,34 @@ BB0_20: # %if.then165 i32.const $push44=, 0 i32.sub $push45=, $pop44, $3 i32.shr_s $10=, $pop43, $pop45 -BB0_21: # %if.end187 +.LBB0_21: # %if.end187 i32.shr_s $1=, $1, $6 - block BB0_28 + block .LBB0_28 i32.gt_s $push48=, $1, $7 - br_if $pop48, BB0_28 + br_if $pop48, .LBB0_28 # BB#22: # %if.else199 - block BB0_24 + block .LBB0_24 i32.const $push49=, -9 i32.gt_s $push50=, $1, $pop49 - br_if $pop50, BB0_24 + br_if $pop50, .LBB0_24 # BB#23: # %if.then203 i32.const $push60=, 31 i32.shr_s $11=, $0, $pop60 - br BB0_28 -BB0_24: # %if.else209 + br .LBB0_28 +.LBB0_24: # %if.else209 i32.const $push51=, -8 i32.eq $push52=, $1, $pop51 - br_if $pop52, BB0_28 + br_if $pop52, .LBB0_28 # BB#25: # %if.else227 i32.shr_s $7=, $0, $6 i32.const $11=, -1 - block BB0_27 + block .LBB0_27 i32.le_s $push53=, $1, $11 - br_if $pop53, BB0_27 + br_if $pop53, .LBB0_27 # BB#26: # %if.else243 i32.shl $11=, $7, $1 - br BB0_28 -BB0_27: # %if.then231 + br .LBB0_28 +.LBB0_27: # %if.then231 i32.const $push55=, 1 i32.xor $push54=, $1, $11 i32.shl $push56=, $pop55, $pop54 @@ -169,7 +169,7 @@ BB0_27: # %if.then231 i32.const $push58=, 0 i32.sub $push59=, $pop58, $1 i32.shr_s $11=, $pop57, $pop59 -BB0_28: # %if.end253 +.LBB0_28: # %if.end253 i32.shl $push65=, $9, $4 i32.const $push66=, 65280 i32.and $push67=, $pop65, $pop66 @@ -183,8 +183,8 @@ BB0_28: # %if.end253 i32.shl $push61=, $11, $6 i32.or $push72=, $pop71, $pop61 return $pop72 -func_end0: - .size helper_neon_rshl_s8, func_end0-helper_neon_rshl_s8 +.Lfunc_end0: + .size helper_neon_rshl_s8, .Lfunc_end0-helper_neon_rshl_s8 .globl main .type main,@function @@ -193,8 +193,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr43008.c.s b/test/torture-s/pr43008.c.s index 1c929432e..a5f0a427d 100644 --- a/test/torture-s/pr43008.c.s +++ b/test/torture-s/pr43008.c.s @@ -11,8 +11,8 @@ my_alloc: # @my_alloc i32.const $push1=, i i32.store $discard=, 0($0), $pop1 return $0 -func_end0: - .size my_alloc, func_end0-my_alloc +.Lfunc_end0: + .size my_alloc, .Lfunc_end0-my_alloc .globl main .type main,@function @@ -31,16 +31,16 @@ main: # @main i32.store $discard=, 0($0), $pop3 i32.const $1=, 0 i32.store $discard=, i($1), $1 - block BB1_2 + block .LBB1_2 i32.load $push4=, 0($0) - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end return $1 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type i,@object # @i .bss diff --git a/test/torture-s/pr43269.c.s b/test/torture-s/pr43269.c.s index f5677c2af..fe88868cd 100644 --- a/test/torture-s/pr43269.c.s +++ b/test/torture-s/pr43269.c.s @@ -8,39 +8,39 @@ main: # @main # BB#0: # %entry call func_32 i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, g_261($0) i32.const $push1=, -1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type func_32,@function func_32: # @func_32 .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push2=, g_211($0) i32.const $push0=, -1 i32.store $push1=, g_261($0), $pop0 i32.eq $push3=, $pop2, $pop1 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %for.end return -BB1_2: # %if.else +.LBB1_2: # %if.else # =>This Inner Loop Header: Depth=1 - loop BB1_3 - br BB1_2 -BB1_3: -func_end1: - .size func_32, func_end1-func_32 + loop .LBB1_3 + br .LBB1_2 +.LBB1_3: +.Lfunc_end1: + .size func_32, .Lfunc_end1-func_32 .type g_261,@object # @g_261 .bss diff --git a/test/torture-s/pr43385.c.s b/test/torture-s/pr43385.c.s index 0501e3939..edfee1e61 100644 --- a/test/torture-s/pr43385.c.s +++ b/test/torture-s/pr43385.c.s @@ -5,24 +5,24 @@ foo: # @foo .param i32, i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#1: # %entry i32.const $push5=, 0 i32.eq $push6=, $1, $pop5 - br_if $pop6, BB0_3 + br_if $pop6, .LBB0_3 # BB#2: # %if.then i32.const $0=, 0 i32.load $push0=, e($0) i32.const $push1=, 1 i32.add $push2=, $pop0, $pop1 i32.store $discard=, e($0), $pop2 -BB0_3: # %if.end +.LBB0_3: # %if.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -36,8 +36,8 @@ bar: # @bar i32.ne $push1=, $1, $2 i32.and $push2=, $pop0, $pop1 return $pop2 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -54,106 +54,106 @@ main: # @main i32.const $5=, 1 i32.add $2=, $0, $5 call foo, $1, $2 - block BB2_24 + block .LBB2_24 i32.load $push0=, e($3) i32.ne $push1=, $pop0, $5 - br_if $pop1, BB2_24 + br_if $pop1, .LBB2_24 # BB#1: # %if.end call foo, $1, $0 - block BB2_23 + block .LBB2_23 i32.load $push2=, e($3) i32.ne $push3=, $pop2, $5 - br_if $pop3, BB2_23 + br_if $pop3, .LBB2_23 # BB#2: # %if.end5 call foo, $2, $2 - block BB2_22 + block .LBB2_22 i32.load $push4=, e($3) i32.ne $push5=, $pop4, $4 - br_if $pop5, BB2_22 + br_if $pop5, .LBB2_22 # BB#3: # %if.end10 call foo, $2, $0 - block BB2_21 + block .LBB2_21 i32.load $push6=, e($3) i32.ne $push7=, $pop6, $4 - br_if $pop7, BB2_21 + br_if $pop7, .LBB2_21 # BB#4: # %if.end14 call foo, $0, $2 - block BB2_20 + block .LBB2_20 i32.load $push8=, e($3) i32.ne $push9=, $pop8, $4 - br_if $pop9, BB2_20 + br_if $pop9, .LBB2_20 # BB#5: # %if.end18 call foo, $0, $0 - block BB2_19 + block .LBB2_19 i32.load $push10=, e($3) i32.ne $push11=, $pop10, $4 - br_if $pop11, BB2_19 + br_if $pop11, .LBB2_19 # BB#6: # %if.end21 - block BB2_18 + block .LBB2_18 i32.call $push12=, bar, $1, $2 i32.ne $push13=, $pop12, $5 - br_if $pop13, BB2_18 + br_if $pop13, .LBB2_18 # BB#7: # %if.end26 - block BB2_17 + block .LBB2_17 i32.call $push14=, bar, $1, $0 - br_if $pop14, BB2_17 + br_if $pop14, .LBB2_17 # BB#8: # %if.end31 - block BB2_16 + block .LBB2_16 i32.call $push15=, bar, $2, $2 i32.ne $push16=, $pop15, $5 - br_if $pop16, BB2_16 + br_if $pop16, .LBB2_16 # BB#9: # %if.end37 - block BB2_15 + block .LBB2_15 i32.call $push17=, bar, $2, $0 - br_if $pop17, BB2_15 + br_if $pop17, .LBB2_15 # BB#10: # %if.end42 - block BB2_14 + block .LBB2_14 i32.call $push18=, bar, $0, $2 - br_if $pop18, BB2_14 + br_if $pop18, .LBB2_14 # BB#11: # %if.end47 - block BB2_13 + block .LBB2_13 i32.call $push19=, bar, $0, $0 - br_if $pop19, BB2_13 + br_if $pop19, .LBB2_13 # BB#12: # %if.end51 return $3 -BB2_13: # %if.then50 +.LBB2_13: # %if.then50 call abort unreachable -BB2_14: # %if.then46 +.LBB2_14: # %if.then46 call abort unreachable -BB2_15: # %if.then41 +.LBB2_15: # %if.then41 call abort unreachable -BB2_16: # %if.then36 +.LBB2_16: # %if.then36 call abort unreachable -BB2_17: # %if.then30 +.LBB2_17: # %if.then30 call abort unreachable -BB2_18: # %if.then25 +.LBB2_18: # %if.then25 call abort unreachable -BB2_19: # %if.then20 +.LBB2_19: # %if.then20 call abort unreachable -BB2_20: # %if.then17 +.LBB2_20: # %if.then17 call abort unreachable -BB2_21: # %if.then13 +.LBB2_21: # %if.then13 call abort unreachable -BB2_22: # %if.then9 +.LBB2_22: # %if.then9 call abort unreachable -BB2_23: # %if.then4 +.LBB2_23: # %if.then4 call abort unreachable -BB2_24: # %if.then +.LBB2_24: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type e,@object # @e .bss diff --git a/test/torture-s/pr43438.c.s b/test/torture-s/pr43438.c.s index 7fe17743f..821f6cf49 100644 --- a/test/torture-s/pr43438.c.s +++ b/test/torture-s/pr43438.c.s @@ -10,8 +10,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, g_9($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type g_9,@object # @g_9 .lcomm g_9,4,2 diff --git a/test/torture-s/pr43560.c.s b/test/torture-s/pr43560.c.s index c34a32c63..76ba92e16 100644 --- a/test/torture-s/pr43560.c.s +++ b/test/torture-s/pr43560.c.s @@ -7,13 +7,13 @@ test: # @test .local i32, i32, i32 # BB#0: # %entry i32.load $3=, 4($0) - block BB0_3 + block .LBB0_3 i32.const $push0=, 2 i32.lt_s $push1=, $3, $pop0 - br_if $pop1, BB0_3 -BB0_1: # %land.rhs + br_if $pop1, .LBB0_3 +.LBB0_1: # %land.rhs # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.const $push2=, -1 i32.add $3=, $3, $pop2 i32.add $push3=, $0, $3 @@ -22,9 +22,9 @@ BB0_1: # %land.rhs i32.load8_u $push5=, 0($1) i32.const $push6=, 47 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB0_3 + br_if $pop7, .LBB0_3 # BB#2: # %while.body - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push8=, 4 i32.add $2=, $0, $pop8 i32.store $discard=, 0($2), $3 @@ -33,11 +33,11 @@ BB0_1: # %land.rhs i32.load $3=, 0($2) i32.const $push10=, 1 i32.gt_s $push11=, $3, $pop10 - br_if $pop11, BB0_1 -BB0_3: # %while.end + br_if $pop11, .LBB0_1 +.LBB0_3: # %while.end return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -51,8 +51,8 @@ main: # @main call test, $0 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .section .rodata,"a",@progbits diff --git a/test/torture-s/pr43629.c.s b/test/torture-s/pr43629.c.s index c050df14d..e50036fea 100644 --- a/test/torture-s/pr43629.c.s +++ b/test/torture-s/pr43629.c.s @@ -7,16 +7,16 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, flag($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.end4 return $0 -BB0_2: # %if.then3 +.LBB0_2: # %if.then3 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type flag,@object # @flag .bss diff --git a/test/torture-s/pr43783.c.s b/test/torture-s/pr43783.c.s index 2b78517ca..10609372d 100644 --- a/test/torture-s/pr43783.c.s +++ b/test/torture-s/pr43783.c.s @@ -42,8 +42,8 @@ main: # @main i64.store $push31=, bid_Kx192+728($0), $pop30 i64.store $discard=, bid_Kx192+752($0), $pop31 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type bid_Kx192,@object # @bid_Kx192 .bss diff --git a/test/torture-s/pr43784.c.s b/test/torture-s/pr43784.c.s index b6631a58f..078bf6a57 100644 --- a/test/torture-s/pr43784.c.s +++ b/test/torture-s/pr43784.c.s @@ -13,9 +13,9 @@ main: # @main i32.const $5=, __stack_pointer i32.store $9=, 0($5), $9 i32.const $3=, 0 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $0=, v i32.add $push0=, $0, $3 i32.store8 $discard=, 0($pop0), $3 @@ -23,8 +23,8 @@ BB0_1: # %for.body i32.add $3=, $3, $1 i32.const $2=, 256 i32.ne $push1=, $3, $2 - br_if $pop1, BB0_1 -BB0_2: # %for.end + br_if $pop1, .LBB0_1 +.LBB0_2: # %for.end i32.const $7=, 0 i32.add $7=, $9, $7 call rp, $7 @@ -33,34 +33,34 @@ BB0_2: # %for.end i32.add $8=, $9, $8 call memcpy, $pop2, $8, $2 i32.const $3=, 0 -BB0_3: # %for.body4 +.LBB0_3: # %for.body4 # =>This Inner Loop Header: Depth=1 - block BB0_6 - loop BB0_5 + block .LBB0_6 + loop .LBB0_5 i32.add $push3=, $0, $3 i32.const $push4=, 4 i32.add $push5=, $pop3, $pop4 i32.load8_u $push6=, 0($pop5) i32.ne $push7=, $3, $pop6 - br_if $pop7, BB0_6 + br_if $pop7, .LBB0_6 # BB#4: # %for.cond1 - # in Loop: Header=BB0_3 Depth=1 + # in Loop: Header=.LBB0_3 Depth=1 i32.add $3=, $3, $1 i32.const $push8=, 255 i32.le_s $push9=, $3, $pop8 - br_if $pop9, BB0_3 -BB0_5: # %for.end12 + br_if $pop9, .LBB0_3 +.LBB0_5: # %for.end12 i32.const $push10=, 0 i32.const $6=, 256 i32.add $9=, $9, $6 i32.const $6=, __stack_pointer i32.store $9=, 0($6), $9 return $pop10 -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type rp,@function rp: # @rp @@ -70,8 +70,8 @@ rp: # @rp i32.const $push1=, 256 call memcpy, $0, $pop0, $pop1 return -func_end1: - .size rp, func_end1-rp +.Lfunc_end1: + .size rp, .Lfunc_end1-rp .type v,@object # @v .lcomm v,260,2 diff --git a/test/torture-s/pr44164.c.s b/test/torture-s/pr44164.c.s index e65c026fa..0f8957fa8 100644 --- a/test/torture-s/pr44164.c.s +++ b/test/torture-s/pr44164.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.load $push0=, 0($0) i32.add $push1=, $pop0, $1 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,20 +23,20 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.const $push2=, a i32.call $push3=, foo, $pop2 i32.const $push0=, 1 i32.store $push1=, a($0), $pop0 i32.ne $push4=, $pop3, $pop1 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/pr44202-1.c.s b/test/torture-s/pr44202-1.c.s index 53b1d7a3a..f70a225b1 100644 --- a/test/torture-s/pr44202-1.c.s +++ b/test/torture-s/pr44202-1.c.s @@ -7,18 +7,18 @@ add512: # @add512 .result i32 .local i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 512 i32.add $2=, $0, $pop0 i32.const $push1=, 0 i32.eq $push2=, $2, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then i32.store $discard=, 0($1), $0 -BB0_2: # %if.end +.LBB0_2: # %if.end return $2 -func_end0: - .size add512, func_end0-add512 +.Lfunc_end0: + .size add512, .Lfunc_end0-add512 .globl add513 .type add513,@function @@ -27,16 +27,16 @@ add513: # @add513 .result i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 513 i32.add $2=, $0, $pop0 - br_if $2, BB1_2 + br_if $2, .LBB1_2 # BB#1: # %if.then i32.store $discard=, 0($1), $0 -BB1_2: # %if.end +.LBB1_2: # %if.end return $2 -func_end1: - .size add513, func_end1-add513 +.Lfunc_end1: + .size add513, .Lfunc_end1-add513 .globl main .type main,@function @@ -56,32 +56,32 @@ main: # @main i32.const $push3=, -512 i32.const $3=, 12 i32.add $3=, $5, $3 - block BB2_5 + block .LBB2_5 i32.call $push4=, add512, $pop3, $3 - br_if $pop4, BB2_5 + br_if $pop4, .LBB2_5 # BB#1: # %entry i32.load $push0=, 12($5) i32.ne $push5=, $pop0, $0 - br_if $pop5, BB2_5 + br_if $pop5, .LBB2_5 # BB#2: # %lor.lhs.false2 i32.const $0=, -513 i32.const $4=, 8 i32.add $4=, $5, $4 i32.call $push7=, add513, $0, $4 - br_if $pop7, BB2_5 + br_if $pop7, .LBB2_5 # BB#3: # %lor.lhs.false2 i32.load $push6=, 8($5) i32.ne $push8=, $pop6, $0 - br_if $pop8, BB2_5 + br_if $pop8, .LBB2_5 # BB#4: # %if.end i32.const $push9=, 0 call exit, $pop9 unreachable -BB2_5: # %if.then +.LBB2_5: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr44468.c.s b/test/torture-s/pr44468.c.s index ac76bf7ff..0f35a7200 100644 --- a/test/torture-s/pr44468.c.s +++ b/test/torture-s/pr44468.c.s @@ -13,8 +13,8 @@ test1: # @test1 i32.store $discard=, 4($0), $pop0 i32.load $push1=, s+4($1) return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -29,8 +29,8 @@ test2: # @test2 i32.store $discard=, 4($0), $pop0 i32.load $push1=, s+4($1) return $pop1 -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -45,8 +45,8 @@ test3: # @test3 i32.store $discard=, 4($0), $pop0 i32.load $push1=, s+4($1) return $pop1 -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl main .type main,@function @@ -62,36 +62,36 @@ main: # @main i32.store $3=, s+8($0), $pop1 i32.call $4=, test1, $2 i32.const $5=, 3 - block BB3_6 + block .LBB3_6 i32.ne $push2=, $4, $5 - br_if $pop2, BB3_6 + br_if $pop2, .LBB3_6 # BB#1: # %if.end i32.store $4=, s+4($0), $1 i32.store $1=, s+8($0), $3 - block BB3_5 + block .LBB3_5 i32.call $push3=, test2, $2 i32.ne $push4=, $pop3, $5 - br_if $pop4, BB3_5 + br_if $pop4, .LBB3_5 # BB#2: # %if.end4 i32.store $discard=, s+4($0), $4 i32.store $discard=, s+8($0), $1 - block BB3_4 + block .LBB3_4 i32.call $push5=, test3, $2 i32.ne $push6=, $pop5, $5 - br_if $pop6, BB3_4 + br_if $pop6, .LBB3_4 # BB#3: # %if.end8 return $0 -BB3_4: # %if.then7 +.LBB3_4: # %if.then7 call abort unreachable -BB3_5: # %if.then3 +.LBB3_5: # %if.then3 call abort unreachable -BB3_6: # %if.then +.LBB3_6: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type s,@object # @s .bss diff --git a/test/torture-s/pr44555.c.s b/test/torture-s/pr44555.c.s index aa376577f..9ad07a017 100644 --- a/test/torture-s/pr44555.c.s +++ b/test/torture-s/pr44555.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 0 i32.ne $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr44683.c.s b/test/torture-s/pr44683.c.s index 258a40c21..fe920c3a5 100644 --- a/test/torture-s/pr44683.c.s +++ b/test/torture-s/pr44683.c.s @@ -8,47 +8,47 @@ copysign_bug: # @copysign_bug .local f64, i32 # BB#0: # %entry f64.const $1=, 0x0p0 - block BB0_3 - block BB0_2 + block .LBB0_3 + block .LBB0_2 f64.eq $push2=, $0, $1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %entry i32.const $2=, 1 f64.const $push1=, 0x1p-1 f64.mul $push0=, $0, $pop1 f64.eq $push3=, $pop0, $0 - br_if $pop3, BB0_3 -BB0_2: # %if.end + br_if $pop3, .LBB0_3 +.LBB0_2: # %if.end f64.const $push4=, 0x1p0 f64.copysign $push5=, $pop4, $0 f64.lt $push6=, $pop5, $1 i32.const $push8=, 2 i32.const $push7=, 3 i32.select $2=, $pop6, $pop8, $pop7 -BB0_3: # %return +.LBB0_3: # %return return $2 -func_end0: - .size copysign_bug, func_end0-copysign_bug +.Lfunc_end0: + .size copysign_bug, .Lfunc_end0-copysign_bug .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 f64.const $push0=, -0x0p0 i32.call $push1=, copysign_bug, $pop0 i32.const $push2=, 2 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr44828.c.s b/test/torture-s/pr44828.c.s index 20e45df4d..dca45c6a5 100644 --- a/test/torture-s/pr44828.c.s +++ b/test/torture-s/pr44828.c.s @@ -7,7 +7,7 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load8_u $push0=, a($0) i32.const $push1=, -939524096 i32.mul $push2=, $pop0, $pop1 @@ -15,14 +15,14 @@ main: # @main i32.shr_s $push4=, $pop2, $pop3 i32.const $push5=, 1 i32.ge_s $push6=, $pop4, $pop5 - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr44852.c.s b/test/torture-s/pr44852.c.s index 753438d6c..8c274da55 100644 --- a/test/torture-s/pr44852.c.s +++ b/test/torture-s/pr44852.c.s @@ -9,38 +9,38 @@ sf: # @sf # BB#0: # %entry #APP #NO_APP -BB0_1: # %while.cond +.LBB0_1: # %while.cond # =>This Inner Loop Header: Depth=1 - block BB0_5 - block BB0_4 - loop BB0_3 + block .LBB0_5 + block .LBB0_4 + loop .LBB0_3 i32.const $push0=, -1 i32.add $3=, $0, $pop0 i32.load8_u $2=, 0($3) i32.const $push1=, 57 i32.ne $push2=, $2, $pop1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#2: # %while.body - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 copy_local $0=, $3 i32.ne $push5=, $1, $3 - br_if $pop5, BB0_1 -BB0_3: # %if.then + br_if $pop5, .LBB0_1 +.LBB0_3: # %if.then i32.const $push4=, 1 i32.add $0=, $3, $pop4 i32.const $push6=, 48 i32.store8 $discard=, 0($1), $pop6 i32.const $2=, 49 - br BB0_5 -BB0_4: # %while.end.loopexit + br .LBB0_5 +.LBB0_4: # %while.end.loopexit i32.const $push3=, 1 i32.add $2=, $2, $pop3 copy_local $1=, $3 -BB0_5: # %while.end +.LBB0_5: # %while.end i32.store8 $discard=, 0($1), $2 return $0 -func_end0: - .size sf, func_end0-sf +.Lfunc_end0: + .size sf, .Lfunc_end0-sf .globl main .type main,@function @@ -100,27 +100,27 @@ main: # @main i32.call $push27=, sf, $pop26, $11 i32.const $12=, 8 i32.add $12=, $14, $12 - block BB1_3 + block .LBB1_3 i32.or $push28=, $12, $1 i32.ne $push29=, $pop27, $pop28 - br_if $pop29, BB1_3 + br_if $pop29, .LBB1_3 # BB#1: # %lor.lhs.false i32.const $push30=, .str i32.const $13=, 8 i32.add $13=, $14, $13 i32.call $push31=, strcmp, $13, $pop30 - br_if $pop31, BB1_3 + br_if $pop31, .LBB1_3 # BB#2: # %if.end i32.const $7=, 16 i32.add $14=, $14, $7 i32.const $7=, __stack_pointer i32.store $14=, 0($7), $14 return $0 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.s,@object # @main.s .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr44858.c.s b/test/torture-s/pr44858.c.s index d0cb3d98e..94035607b 100644 --- a/test/torture-s/pr44858.c.s +++ b/test/torture-s/pr44858.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.div_s $push0=, $0, $1 i64.extend_s/i32 $push1=, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -23,8 +23,8 @@ bar: # @bar i32.ne $push1=, $pop0, $0 i32.store $discard=, b($0), $pop1 return $0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -34,18 +34,18 @@ main: # @main # BB#0: # %entry i32.call $discard=, bar i32.const $0=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, b($0) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %if.end return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type a,@object # @a .data diff --git a/test/torture-s/pr45034.c.s b/test/torture-s/pr45034.c.s index a37672b07..7393fb453 100644 --- a/test/torture-s/pr45034.c.s +++ b/test/torture-s/pr45034.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i32, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 128 i32.add $push1=, $1, $pop0 i32.const $push2=, 256 i32.ge_u $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl test_neg .type test_neg,@function @@ -27,9 +27,9 @@ test_neg: # @test_neg # BB#0: # %entry i32.const $1=, 128 copy_local $7=, $1 -BB1_1: # %for.cond +.LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB1_5 + loop .LBB1_5 i32.const $push0=, 255 i32.and $2=, $7, $pop0 i32.const $3=, 0 @@ -37,33 +37,33 @@ BB1_1: # %for.cond i32.const $5=, 24 i32.shl $0=, $4, $5 i32.const $6=, 127 - block BB1_4 - block BB1_3 + block .LBB1_4 + block .LBB1_3 i32.and $push1=, $4, $1 i32.gt_u $push2=, $pop1, $6 - br_if $pop2, BB1_3 + br_if $pop2, .LBB1_3 # BB#2: # %cond.true.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.shr_s $4=, $0, $5 - br BB1_4 -BB1_3: # %cond.false.i - # in Loop: Header=BB1_1 Depth=1 + br .LBB1_4 +.LBB1_3: # %cond.false.i + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push3=, -16777216 i32.xor $push4=, $0, $pop3 i32.shr_s $push5=, $pop4, $5 i32.const $push6=, -1 i32.xor $4=, $pop5, $pop6 -BB1_4: # %fixnum_neg.exit - # in Loop: Header=BB1_1 Depth=1 +.LBB1_4: # %fixnum_neg.exit + # in Loop: Header=.LBB1_1 Depth=1 call foo, $7, $4, $7 i32.const $push7=, 1 i32.add $7=, $7, $pop7 i32.ne $push8=, $2, $6 - br_if $pop8, BB1_1 -BB1_5: # %for.end + br_if $pop8, .LBB1_1 +.LBB1_5: # %for.end return $3 -func_end1: - .size test_neg, func_end1-test_neg +.Lfunc_end1: + .size test_neg, .Lfunc_end1-test_neg .globl main .type main,@function @@ -73,9 +73,9 @@ main: # @main # BB#0: # %entry i32.const $1=, 128 copy_local $7=, $1 -BB2_1: # %for.cond.i +.LBB2_1: # %for.cond.i # =>This Inner Loop Header: Depth=1 - loop BB2_5 + loop .LBB2_5 i32.const $push0=, 255 i32.and $2=, $7, $pop0 i32.const $3=, 0 @@ -83,33 +83,33 @@ BB2_1: # %for.cond.i i32.const $5=, 24 i32.shl $0=, $4, $5 i32.const $6=, 127 - block BB2_4 - block BB2_3 + block .LBB2_4 + block .LBB2_3 i32.and $push1=, $4, $1 i32.gt_u $push2=, $pop1, $6 - br_if $pop2, BB2_3 + br_if $pop2, .LBB2_3 # BB#2: # %cond.true.i.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.shr_s $4=, $0, $5 - br BB2_4 -BB2_3: # %cond.false.i.i - # in Loop: Header=BB2_1 Depth=1 + br .LBB2_4 +.LBB2_3: # %cond.false.i.i + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push3=, -16777216 i32.xor $push4=, $0, $pop3 i32.shr_s $push5=, $pop4, $5 i32.const $push6=, -1 i32.xor $4=, $pop5, $pop6 -BB2_4: # %fixnum_neg.exit.i - # in Loop: Header=BB2_1 Depth=1 +.LBB2_4: # %fixnum_neg.exit.i + # in Loop: Header=.LBB2_1 Depth=1 call foo, $7, $4, $7 i32.const $push7=, 1 i32.add $7=, $7, $pop7 i32.ne $push8=, $2, $6 - br_if $pop8, BB2_1 -BB2_5: # %if.end + br_if $pop8, .LBB2_1 +.LBB2_5: # %if.end return $3 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr45262.c.s b/test/torture-s/pr45262.c.s index b0d6dcc4f..3a1d7857e 100644 --- a/test/torture-s/pr45262.c.s +++ b/test/torture-s/pr45262.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.const $push3=, 31 i32.shr_u $push4=, $pop2, $pop3 return $pop4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -27,8 +27,8 @@ bar: # @bar i32.const $push3=, 31 i32.shr_u $push4=, $pop2, $pop3 return $pop4 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -37,8 +37,8 @@ main: # @main # BB#0: # %if.end20 i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr45695.c.s b/test/torture-s/pr45695.c.s index 8a598c0c8..c615f9a99 100644 --- a/test/torture-s/pr45695.c.s +++ b/test/torture-s/pr45695.c.s @@ -8,8 +8,8 @@ g: # @g #APP #NO_APP return -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl f .type f,@function @@ -23,8 +23,8 @@ f: # @f i32.const $push2=, -1 i32.select $push3=, $pop1, $1, $pop2 return $pop3 -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -40,26 +40,26 @@ main: # @main i32.add $1=, $2, $pop0 i32.const $4=, 1 i32.add $0=, $2, $4 - block BB2_4 + block .LBB2_4 i32.call $push1=, f, $2, $0, $1 i32.const $push2=, -1 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB2_4 + br_if $pop3, .LBB2_4 # BB#1: # %if.end - block BB2_3 + block .LBB2_3 i32.call $push4=, f, $1, $0, $1 i32.ne $push5=, $pop4, $4 - br_if $pop5, BB2_3 + br_if $pop5, .LBB2_3 # BB#2: # %if.end9 return $3 -BB2_3: # %if.then8 +.LBB2_3: # %if.then8 call abort unreachable -BB2_4: # %if.then +.LBB2_4: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr46019.c.s b/test/torture-s/pr46019.c.s index 934685e59..d5cb1bfbd 100644 --- a/test/torture-s/pr46019.c.s +++ b/test/torture-s/pr46019.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %for.cond.7 i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr46316.c.s b/test/torture-s/pr46316.c.s index 3aac04891..ea170fbf4 100644 --- a/test/torture-s/pr46316.c.s +++ b/test/torture-s/pr46316.c.s @@ -19,28 +19,28 @@ foo: # @foo i64.and $push8=, $pop6, $pop7 i64.sub $push9=, $0, $pop8 return $pop9 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i64.const $push0=, 0 i64.call $push1=, foo, $pop0 i64.const $push2=, -4 i64.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr46909-1.c.s b/test/torture-s/pr46909-1.c.s index 35cc4743f..a06ea39c3 100644 --- a/test/torture-s/pr46909-1.c.s +++ b/test/torture-s/pr46909-1.c.s @@ -19,8 +19,8 @@ foo: # @foo i32.select $push7=, $pop2, $2, $pop6 i32.select $push8=, $pop5, $2, $pop7 return $pop8 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -29,10 +29,10 @@ main: # @main .local i32, i32, i32, i32 # BB#0: # %entry i32.const $3=, -14 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.const $push0=, 4 i32.add $push1=, $3, $pop0 i32.call $0=, foo, $pop1 @@ -42,22 +42,22 @@ BB1_1: # %for.body i32.shl $push3=, $pop2, $2 i32.sub $push4=, $2, $pop3 i32.ne $push5=, $0, $pop4 - br_if $pop5, BB1_4 + br_if $pop5, .LBB1_4 # BB#2: # %for.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push6=, 5 i32.add $0=, $3, $pop6 i32.add $3=, $3, $2 i32.const $push7=, 9 i32.le_s $push8=, $0, $pop7 - br_if $pop8, BB1_1 -BB1_3: # %for.end + br_if $pop8, .LBB1_1 +.LBB1_3: # %for.end return $1 -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr46909-2.c.s b/test/torture-s/pr46909-2.c.s index c585474b0..dae06629d 100644 --- a/test/torture-s/pr46909-2.c.s +++ b/test/torture-s/pr46909-2.c.s @@ -7,20 +7,20 @@ foo: # @foo .result i32 .local i32 # BB#0: # %entry - block BB0_3 - block BB0_2 + block .LBB0_3 + block .LBB0_2 i32.const $push0=, 13 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %entry i32.const $1=, 1 - br_if $0, BB0_3 -BB0_2: # %if.end + br_if $0, .LBB0_3 +.LBB0_2: # %if.end i32.const $1=, -1 -BB0_3: # %return +.LBB0_3: # %return return $1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -29,10 +29,10 @@ main: # @main .local i32, i32, i32, i32 # BB#0: # %entry i32.const $3=, -10 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_4 - loop BB1_3 + block .LBB1_4 + loop .LBB1_3 i32.call $0=, foo, $3 i32.const $1=, 0 i32.const $2=, 1 @@ -44,20 +44,20 @@ BB1_1: # %for.body i32.shl $push5=, $pop4, $2 i32.sub $push6=, $pop2, $pop5 i32.ne $push7=, $0, $pop6 - br_if $pop7, BB1_4 + br_if $pop7, .LBB1_4 # BB#2: # %for.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $3=, $3, $2 i32.const $push8=, 29 i32.le_s $push9=, $3, $pop8 - br_if $pop9, BB1_1 -BB1_3: # %for.end + br_if $pop9, .LBB1_1 +.LBB1_3: # %for.end return $1 -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr47148.c.s b/test/torture-s/pr47148.c.s index eb6093eed..9bad51e36 100644 --- a/test/torture-s/pr47148.c.s +++ b/test/torture-s/pr47148.c.s @@ -9,8 +9,8 @@ main: # @main i32.const $0=, 0 i32.store $push0=, b($0), $0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type b,@object # @b .data diff --git a/test/torture-s/pr47155.c.s b/test/torture-s/pr47155.c.s index 31bb2f999..def885f5a 100644 --- a/test/torture-s/pr47155.c.s +++ b/test/torture-s/pr47155.c.s @@ -10,8 +10,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, a($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/pr47237.c.s b/test/torture-s/pr47237.c.s index 1a2692e4b..32e510bcf 100644 --- a/test/torture-s/pr47237.c.s +++ b/test/torture-s/pr47237.c.s @@ -12,24 +12,24 @@ main: # @main i32.call $discard=, __builtin_apply, $pop0, $0, $pop1 i32.const $push2=, 0 return $pop2 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type foo,@function foo: # @foo .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 5 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr47299.c.s b/test/torture-s/pr47299.c.s index 38a8be2c9..8ca3c9e55 100644 --- a/test/torture-s/pr47299.c.s +++ b/test/torture-s/pr47299.c.s @@ -9,28 +9,28 @@ foo: # @foo i32.const $push0=, 255 i32.mul $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 64 i32.call $push1=, foo, $pop0 i32.const $push2=, 16320 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr47337.c.s b/test/torture-s/pr47337.c.s index d803e0b9c..84fd63cbb 100644 --- a/test/torture-s/pr47337.c.s +++ b/test/torture-s/pr47337.c.s @@ -11,9 +11,9 @@ main: # @main i32.const $push1=, .str.1 i32.call $0=, strcmp, $pop0, $pop1 i32.const $4=, -1024 -BB0_1: # %for.cond2.preheader +.LBB0_1: # %for.cond2.preheader # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $2=, a i32.add $push2=, $2, $4 i32.const $push3=, 1024 @@ -22,13 +22,13 @@ BB0_1: # %for.cond2.preheader i32.store $3=, 0($pop4), $pop5 i32.const $push6=, 4 i32.add $4=, $4, $pop6 - br_if $4, BB0_1 -BB0_2: # %for.cond7.preheader + br_if $4, .LBB0_1 +.LBB0_2: # %for.cond7.preheader i32.store $discard=, d($1), $1 - block BB0_4 + block .LBB0_4 i32.const $push40=, 0 i32.eq $push41=, $0, $pop40 - br_if $pop41, BB0_4 + br_if $pop41, .LBB0_4 # BB#3: # %fnx.exit i32.const $4=, 2 i32.load $push7=, b($1) @@ -65,10 +65,10 @@ BB0_2: # %for.cond7.preheader i32.add $push38=, $2, $pop37 i32.load $push39=, 0($pop38) i32.store $discard=, b($1), $pop39 -BB0_4: # %if.end25 +.LBB0_4: # %if.end25 return $1 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr48197.c.s b/test/torture-s/pr48197.c.s index d675ed606..2d9d35d37 100644 --- a/test/torture-s/pr48197.c.s +++ b/test/torture-s/pr48197.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr48571-1.c.s b/test/torture-s/pr48571-1.c.s index 654620fe5..00a64a1a7 100644 --- a/test/torture-s/pr48571-1.c.s +++ b/test/torture-s/pr48571-1.c.s @@ -6,9 +6,9 @@ bar: # @bar .local i32, i32 # BB#0: # %entry i32.const $1=, -2492 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, c i32.add $0=, $pop0, $1 i32.const $push6=, 2496 @@ -21,11 +21,11 @@ BB0_1: # %for.body i32.store $discard=, 0($pop7), $pop5 i32.const $push8=, 4 i32.add $1=, $1, $pop8 - br_if $1, BB0_1 -BB0_2: # %for.end + br_if $1, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -34,9 +34,9 @@ main: # @main .local i32, i32, i32, i32, i32 # BB#0: # %entry i32.const $2=, -2496 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $3=, c i32.add $push0=, $3, $2 i32.const $push1=, 2496 @@ -45,34 +45,34 @@ BB1_1: # %for.body i32.store $4=, 0($pop2), $pop3 i32.const $0=, 4 i32.add $2=, $2, $0 - br_if $2, BB1_1 -BB1_2: # %for.end + br_if $2, .LBB1_1 +.LBB1_2: # %for.end call bar i32.const $2=, 0 -BB1_3: # %for.body3 +.LBB1_3: # %for.body3 # =>This Inner Loop Header: Depth=1 - block BB1_6 - loop BB1_5 + block .LBB1_6 + loop .LBB1_5 i32.load $push4=, 0($3) i32.ne $push5=, $pop4, $4 - br_if $pop5, BB1_6 + br_if $pop5, .LBB1_6 # BB#4: # %if.end - # in Loop: Header=BB1_3 Depth=1 + # in Loop: Header=.LBB1_3 Depth=1 i32.const $1=, 1 i32.shl $4=, $4, $1 i32.add $2=, $2, $1 i32.add $3=, $3, $0 i32.const $push6=, 624 i32.lt_u $push7=, $2, $pop6 - br_if $pop7, BB1_3 -BB1_5: # %for.end8 + br_if $pop7, .LBB1_3 +.LBB1_5: # %for.end8 i32.const $push8=, 0 return $pop8 -BB1_6: # %if.then +.LBB1_6: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type c,@object # @c .bss diff --git a/test/torture-s/pr48717.c.s b/test/torture-s/pr48717.c.s index 10afa5795..9bbfcee0e 100644 --- a/test/torture-s/pr48717.c.s +++ b/test/torture-s/pr48717.c.s @@ -10,8 +10,8 @@ foo: # @foo i32.const $push1=, 65535 i32.and $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -27,8 +27,8 @@ bar: # @bar i32.and $push4=, $pop2, $pop3 i32.store $discard=, v($0), $pop4 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -39,21 +39,21 @@ main: # @main i32.const $0=, 0 i32.load $1=, w($0) i32.const $2=, 65535 - block BB2_2 + block .LBB2_2 i32.const $push0=, -1 i32.xor $push1=, $1, $pop0 i32.add $push2=, $pop1, $1 i32.and $push3=, $pop2, $2 i32.store $push4=, v($0), $pop3 i32.ne $push5=, $pop4, $2 - br_if $pop5, BB2_2 + br_if $pop5, .LBB2_2 # BB#1: # %if.end return $0 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type v,@object # @v .data diff --git a/test/torture-s/pr48809.c.s b/test/torture-s/pr48809.c.s index 01352f0da..07dfca5d0 100644 --- a/test/torture-s/pr48809.c.s +++ b/test/torture-s/pr48809.c.s @@ -7,142 +7,142 @@ foo: # @foo .result i32 .local i32, i32 # BB#0: # %entry - block BB0_37 - block BB0_33 + block .LBB0_37 + block .LBB0_33 i32.const $push0=, 32 i32.gt_u $push1=, $0, $pop0 - br_if $pop1, BB0_33 + br_if $pop1, .LBB0_33 # BB#1: # %entry - block BB0_32 - block BB0_31 - block BB0_30 - block BB0_29 - block BB0_28 - block BB0_27 - block BB0_26 - block BB0_25 - block BB0_24 - block BB0_23 - block BB0_22 - block BB0_21 - block BB0_20 - block BB0_19 - block BB0_18 - block BB0_17 - block BB0_16 - block BB0_15 - block BB0_14 - block BB0_13 - block BB0_12 - block BB0_11 - block BB0_10 - block BB0_9 - block BB0_8 - block BB0_7 - block BB0_6 - block BB0_5 - block BB0_4 - block BB0_3 - block BB0_2 - tableswitch $0, BB0_2, BB0_2, BB0_3, BB0_37, BB0_4, BB0_5, BB0_6, BB0_7, BB0_8, BB0_9, BB0_10, BB0_11, BB0_12, BB0_13, BB0_14, BB0_15, BB0_16, BB0_17, BB0_18, BB0_19, BB0_37, BB0_20, BB0_21, BB0_22, BB0_23, BB0_24, BB0_25, BB0_26, BB0_27, BB0_28, BB0_29, BB0_30, BB0_31, BB0_32 -BB0_2: # %sw.bb + block .LBB0_32 + block .LBB0_31 + block .LBB0_30 + block .LBB0_29 + block .LBB0_28 + block .LBB0_27 + block .LBB0_26 + block .LBB0_25 + block .LBB0_24 + block .LBB0_23 + block .LBB0_22 + block .LBB0_21 + block .LBB0_20 + block .LBB0_19 + block .LBB0_18 + block .LBB0_17 + block .LBB0_16 + block .LBB0_15 + block .LBB0_14 + block .LBB0_13 + block .LBB0_12 + block .LBB0_11 + block .LBB0_10 + block .LBB0_9 + block .LBB0_8 + block .LBB0_7 + block .LBB0_6 + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 + block .LBB0_2 + tableswitch $0, .LBB0_2, .LBB0_2, .LBB0_3, .LBB0_37, .LBB0_4, .LBB0_5, .LBB0_6, .LBB0_7, .LBB0_8, .LBB0_9, .LBB0_10, .LBB0_11, .LBB0_12, .LBB0_13, .LBB0_14, .LBB0_15, .LBB0_16, .LBB0_17, .LBB0_18, .LBB0_19, .LBB0_37, .LBB0_20, .LBB0_21, .LBB0_22, .LBB0_23, .LBB0_24, .LBB0_25, .LBB0_26, .LBB0_27, .LBB0_28, .LBB0_29, .LBB0_30, .LBB0_31, .LBB0_32 +.LBB0_2: # %sw.bb i32.const $0=, 1 - br BB0_37 -BB0_3: # %sw.bb1 + br .LBB0_37 +.LBB0_3: # %sw.bb1 i32.const $0=, 7 - br BB0_37 -BB0_4: # %sw.bb3 + br .LBB0_37 +.LBB0_4: # %sw.bb3 i32.const $0=, 19 - br BB0_37 -BB0_5: # %sw.bb4 + br .LBB0_37 +.LBB0_5: # %sw.bb4 i32.const $0=, 5 - br BB0_37 -BB0_6: # %sw.bb5 + br .LBB0_37 +.LBB0_6: # %sw.bb5 i32.const $0=, 17 - br BB0_37 -BB0_7: # %sw.bb6 + br .LBB0_37 +.LBB0_7: # %sw.bb6 i32.const $0=, 31 - br BB0_37 -BB0_8: # %sw.bb7 + br .LBB0_37 +.LBB0_8: # %sw.bb7 i32.const $0=, 8 - br BB0_37 -BB0_9: # %sw.bb8 + br .LBB0_37 +.LBB0_9: # %sw.bb8 i32.const $0=, 28 - br BB0_37 -BB0_10: # %sw.bb9 + br .LBB0_37 +.LBB0_10: # %sw.bb9 i32.const $0=, 16 - br BB0_37 -BB0_11: # %sw.bb10 + br .LBB0_37 +.LBB0_11: # %sw.bb10 i32.const $0=, 31 - br BB0_37 -BB0_12: # %sw.bb11 + br .LBB0_37 +.LBB0_12: # %sw.bb11 i32.const $0=, 12 - br BB0_37 -BB0_13: # %sw.bb12 + br .LBB0_37 +.LBB0_13: # %sw.bb12 i32.const $0=, 15 - br BB0_37 -BB0_14: # %sw.bb13 + br .LBB0_37 +.LBB0_14: # %sw.bb13 i32.const $0=, 111 - br BB0_37 -BB0_15: # %sw.bb14 + br .LBB0_37 +.LBB0_15: # %sw.bb14 i32.const $0=, 17 - br BB0_37 -BB0_16: # %sw.bb15 + br .LBB0_37 +.LBB0_16: # %sw.bb15 i32.const $0=, 10 - br BB0_37 -BB0_17: # %sw.bb16 + br .LBB0_37 +.LBB0_17: # %sw.bb16 i32.const $0=, 31 - br BB0_37 -BB0_18: # %sw.bb17 + br .LBB0_37 +.LBB0_18: # %sw.bb17 i32.const $0=, 7 - br BB0_37 -BB0_19: # %sw.bb18 + br .LBB0_37 +.LBB0_19: # %sw.bb18 i32.const $0=, 2 - br BB0_37 -BB0_20: # %sw.bb20 + br .LBB0_37 +.LBB0_20: # %sw.bb20 i32.const $0=, 5 - br BB0_37 -BB0_21: # %sw.bb21 + br .LBB0_37 +.LBB0_21: # %sw.bb21 i32.const $0=, 107 - br BB0_37 -BB0_22: # %sw.bb22 + br .LBB0_37 +.LBB0_22: # %sw.bb22 i32.const $0=, 31 - br BB0_37 -BB0_23: # %sw.bb23 + br .LBB0_37 +.LBB0_23: # %sw.bb23 i32.const $0=, 8 - br BB0_37 -BB0_24: # %sw.bb24 + br .LBB0_37 +.LBB0_24: # %sw.bb24 i32.const $0=, 28 - br BB0_37 -BB0_25: # %sw.bb25 + br .LBB0_37 +.LBB0_25: # %sw.bb25 i32.const $0=, 106 - br BB0_37 -BB0_26: # %sw.bb26 + br .LBB0_37 +.LBB0_26: # %sw.bb26 i32.const $0=, 31 - br BB0_37 -BB0_27: # %sw.bb27 + br .LBB0_37 +.LBB0_27: # %sw.bb27 i32.const $0=, 102 - br BB0_37 -BB0_28: # %sw.bb28 + br .LBB0_37 +.LBB0_28: # %sw.bb28 i32.const $0=, 105 - br BB0_37 -BB0_29: # %sw.bb29 + br .LBB0_37 +.LBB0_29: # %sw.bb29 i32.const $0=, 111 - br BB0_37 -BB0_30: # %sw.bb30 + br .LBB0_37 +.LBB0_30: # %sw.bb30 i32.const $0=, 17 - br BB0_37 -BB0_31: # %sw.bb31 + br .LBB0_37 +.LBB0_31: # %sw.bb31 i32.const $0=, 10 - br BB0_37 -BB0_32: # %sw.bb32 + br .LBB0_37 +.LBB0_32: # %sw.bb32 i32.const $0=, 31 - br BB0_37 -BB0_33: # %entry - block BB0_36 + br .LBB0_37 +.LBB0_33: # %entry + block .LBB0_36 i32.const $push2=, -62 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB0_36 + br_if $pop3, .LBB0_36 # BB#34: # %entry i32.const $1=, 0 i32.const $push4=, 98 @@ -150,16 +150,16 @@ BB0_33: # %entry copy_local $0=, $1 i32.const $push5=, 0 i32.eq $push6=, $2, $pop5 - br_if $pop6, BB0_37 + br_if $pop6, .LBB0_37 # BB#35: # %sw.bb33 i32.const $0=, 18 - br BB0_37 -BB0_36: # %sw.bb34 + br .LBB0_37 +.LBB0_36: # %sw.bb34 i32.const $0=, 19 -BB0_37: # %sw.epilog +.LBB0_37: # %sw.epilog return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -168,8 +168,8 @@ main: # @main # BB#0: # %if.end25 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr48814-1.c.s b/test/torture-s/pr48814-1.c.s index 84084013a..ad2a867c1 100644 --- a/test/torture-s/pr48814-1.c.s +++ b/test/torture-s/pr48814-1.c.s @@ -12,8 +12,8 @@ incr: # @incr i32.add $push2=, $pop0, $pop1 i32.store $push3=, count($0), $pop2 return $pop3 -func_end0: - .size incr, func_end0-incr +.Lfunc_end0: + .size incr, .Lfunc_end0-incr .globl main .type main,@function @@ -25,7 +25,7 @@ main: # @main i32.const $1=, 0 i32.load $2=, count($1) i32.const $3=, 2 - block BB1_3 + block .LBB1_3 i32.const $push5=, arr i32.shl $push4=, $2, $3 i32.add $push6=, $pop5, $pop4 @@ -34,19 +34,19 @@ main: # @main i32.add $push2=, $2, $pop1 i32.store $push3=, count($1), $pop2 i32.ne $push7=, $pop3, $3 - br_if $pop7, BB1_3 + br_if $pop7, .LBB1_3 # BB#1: # %entry i32.load $push0=, arr+8($1) i32.const $push8=, 3 i32.ne $push9=, $pop0, $pop8 - br_if $pop9, BB1_3 + br_if $pop9, .LBB1_3 # BB#2: # %if.end return $1 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type arr,@object # @arr .data diff --git a/test/torture-s/pr48814-2.c.s b/test/torture-s/pr48814-2.c.s index 209567862..4c021919a 100644 --- a/test/torture-s/pr48814-2.c.s +++ b/test/torture-s/pr48814-2.c.s @@ -12,8 +12,8 @@ incr: # @incr i32.add $push2=, $pop0, $pop1 i32.store $push3=, count($0), $pop2 return $pop3 -func_end0: - .size incr, func_end0-incr +.Lfunc_end0: + .size incr, .Lfunc_end0-incr .globl main .type main,@function @@ -27,27 +27,27 @@ main: # @main i32.add $2=, $1, $pop1 i32.const $3=, 2 i32.const $4=, arr - block BB1_3 + block .LBB1_3 i32.shl $push2=, $2, $3 i32.add $push3=, $4, $pop2 i32.store $discard=, 0($pop3), $2 i32.add $push0=, $1, $3 i32.store $2=, count($0), $pop0 - br_if $1, BB1_3 + br_if $1, .LBB1_3 # BB#1: # %lor.lhs.false i32.shl $push4=, $2, $3 i32.add $push5=, $4, $pop4 i32.load $push6=, 0($pop5) i32.const $push7=, 3 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB1_3 + br_if $pop8, .LBB1_3 # BB#2: # %if.end return $0 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type arr,@object # @arr .data diff --git a/test/torture-s/pr48973-1.c.s b/test/torture-s/pr48973-1.c.s index 106f00fd9..698edaf40 100644 --- a/test/torture-s/pr48973-1.c.s +++ b/test/torture-s/pr48973-1.c.s @@ -5,17 +5,17 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -1 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,7 +24,7 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, v($0) i32.const $push4=, 1 i32.and $1=, $pop0, $pop4 @@ -35,14 +35,14 @@ main: # @main i32.store8 $discard=, s($0), $pop5 i32.const $push6=, 0 i32.eq $push7=, $1, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %foo.exit return $0 -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type v,@object # @v .data diff --git a/test/torture-s/pr48973-2.c.s b/test/torture-s/pr48973-2.c.s index f9d59ea66..3d1f57824 100644 --- a/test/torture-s/pr48973-2.c.s +++ b/test/torture-s/pr48973-2.c.s @@ -7,7 +7,7 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, v($0) i32.const $push1=, 31 i32.shr_u $1=, $pop0, $pop1 @@ -18,14 +18,14 @@ main: # @main i32.store8 $discard=, s($0), $pop5 i32.const $push6=, 1 i32.ne $push7=, $1, $pop6 - br_if $pop7, BB0_2 + br_if $pop7, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type v,@object # @v .data diff --git a/test/torture-s/pr49039.c.s b/test/torture-s/pr49039.c.s index c22f25ceb..a4c3aff10 100644 --- a/test/torture-s/pr49039.c.s +++ b/test/torture-s/pr49039.c.s @@ -7,38 +7,38 @@ foo: # @foo .local i32, i32, i32 # BB#0: # %entry i32.const $3=, 1 - block BB0_6 + block .LBB0_6 i32.eq $push0=, $0, $3 - br_if $pop0, BB0_6 + br_if $pop0, .LBB0_6 # BB#1: # %entry i32.const $4=, -2 i32.eq $push1=, $1, $4 - br_if $pop1, BB0_6 + br_if $pop1, .LBB0_6 # BB#2: # %if.end - block BB0_4 + block .LBB0_4 i32.gt_u $push4=, $0, $1 i32.select $2=, $pop4, $0, $1 i32.lt_u $push2=, $0, $1 i32.select $push3=, $pop2, $0, $1 i32.ne $push5=, $pop3, $3 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.then9 i32.const $0=, 0 i32.load $push6=, cnt($0) i32.add $push7=, $pop6, $3 i32.store $discard=, cnt($0), $pop7 -BB0_4: # %if.end10 +.LBB0_4: # %if.end10 i32.ne $push8=, $2, $4 - br_if $pop8, BB0_6 + br_if $pop8, .LBB0_6 # BB#5: # %if.then12 i32.const $0=, 0 i32.load $push9=, cnt($0) i32.add $push10=, $pop9, $3 i32.store $discard=, cnt($0), $pop10 -BB0_6: # %cleanup +.LBB0_6: # %cleanup return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -50,18 +50,18 @@ main: # @main i32.const $push0=, 1 call foo, $pop1, $pop0 i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push2=, cnt($0) i32.const $push3=, 2 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type cnt,@object # @cnt .bss diff --git a/test/torture-s/pr49073.c.s b/test/torture-s/pr49073.c.s index fd361d9fe..6d15f3e88 100644 --- a/test/torture-s/pr49073.c.s +++ b/test/torture-s/pr49073.c.s @@ -8,52 +8,52 @@ main: # @main # BB#0: # %entry i32.const $3=, 0 i32.const $2=, a+4 -BB0_1: # %do.body +.LBB0_1: # %do.body # =>This Inner Loop Header: Depth=1 - block BB0_6 - loop BB0_5 + block .LBB0_6 + loop .LBB0_5 i32.load $0=, 0($2) i32.const $1=, 1 - block BB0_4 + block .LBB0_4 i32.and $push1=, $3, $1 i32.const $push12=, 0 i32.eq $push13=, $pop1, $pop12 - br_if $pop13, BB0_4 + br_if $pop13, .LBB0_4 # BB#2: # %do.body - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push2=, 4 i32.ne $push3=, $0, $pop2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#3: # %if.then i32.const $0=, 0 i32.load $push9=, c($0) i32.add $push0=, $pop9, $1 i32.store $0=, c($0), $pop0 - br BB0_6 -BB0_4: # %if.end - # in Loop: Header=BB0_1 Depth=1 + br .LBB0_6 +.LBB0_4: # %if.end + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push4=, 3 i32.eq $3=, $0, $pop4 i32.const $push7=, 4 i32.add $2=, $2, $pop7 i32.const $push5=, 7 i32.lt_s $push6=, $0, $pop5 - br_if $pop6, BB0_1 -BB0_5: # %do.endthread-pre-split + br_if $pop6, .LBB0_1 +.LBB0_5: # %do.endthread-pre-split i32.const $push8=, 0 i32.load $0=, c($pop8) -BB0_6: # %do.end - block BB0_8 +.LBB0_6: # %do.end + block .LBB0_8 i32.ne $push10=, $0, $1 - br_if $pop10, BB0_8 + br_if $pop10, .LBB0_8 # BB#7: # %if.end6 i32.const $push11=, 0 return $pop11 -BB0_8: # %if.then5 +.LBB0_8: # %if.then5 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr49123.c.s b/test/torture-s/pr49123.c.s index 3702f07d8..31c6d9f30 100644 --- a/test/torture-s/pr49123.c.s +++ b/test/torture-s/pr49123.c.s @@ -12,8 +12,8 @@ main: # @main i32.or $push2=, $pop0, $pop1 i32.store8 $discard=, s.0($0), $pop2 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s.0,@object # @s.0 .lcomm s.0,1,2 diff --git a/test/torture-s/pr49161.c.s b/test/torture-s/pr49161.c.s index 45b527bc4..960c436fe 100644 --- a/test/torture-s/pr49161.c.s +++ b/test/torture-s/pr49161.c.s @@ -8,19 +8,19 @@ bar: # @bar # BB#0: # %entry i32.const $1=, 0 i32.load $2=, c($1) - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.add $push1=, $2, $pop0 i32.store $discard=, c($1), $pop1 i32.ne $push2=, $2, $0 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -29,28 +29,28 @@ foo: # @foo .local i32 # BB#0: # %entry i32.const $1=, 2 - block BB1_7 - block BB1_6 - block BB1_5 - block BB1_3 + block .LBB1_7 + block .LBB1_6 + block .LBB1_5 + block .LBB1_3 i32.const $push0=, -3 i32.add $push1=, $0, $pop0 i32.ge_u $push2=, $pop1, $1 - br_if $pop2, BB1_3 + br_if $pop2, .LBB1_3 # BB#1: # %l4 i32.const $push8=, 0 call bar, $pop8 i32.const $push9=, 4 i32.eq $push10=, $0, $pop9 - br_if $pop10, BB1_5 + br_if $pop10, .LBB1_5 # BB#2: # %if.then.thread i32.const $push11=, 1 call bar, $pop11 - br BB1_6 -BB1_3: # %entry + br .LBB1_6 +.LBB1_3: # %entry i32.const $push3=, 6 i32.ne $push4=, $0, $pop3 - br_if $pop4, BB1_7 + br_if $pop4, .LBB1_7 # BB#4: # %if.then i32.const $push5=, -1 call bar, $pop5 @@ -58,15 +58,15 @@ BB1_3: # %entry call bar, $pop6 i32.const $push7=, 1 call bar, $pop7 -BB1_5: # %if.then4 +.LBB1_5: # %if.then4 i32.const $push12=, -1 call bar, $pop12 -BB1_6: # %if.end5 +.LBB1_6: # %if.end5 call bar, $1 -BB1_7: # %return +.LBB1_7: # %return return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -77,17 +77,17 @@ main: # @main i32.const $0=, 3 call foo, $0 i32.const $1=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, c($1) i32.ne $push1=, $pop0, $0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.end return $1 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type c,@object # @c .bss diff --git a/test/torture-s/pr49186.c.s b/test/torture-s/pr49186.c.s index dcf0a30df..5e11c438a 100644 --- a/test/torture-s/pr49186.c.s +++ b/test/torture-s/pr49186.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr49218.c.s b/test/torture-s/pr49218.c.s index 54cdede6e..229be3a5b 100644 --- a/test/torture-s/pr49218.c.s +++ b/test/torture-s/pr49218.c.s @@ -24,16 +24,16 @@ main: # @main i32.add $push2=, $11, $pop1 i64.load $6=, 0($pop2) i64.const $2=, 0 - block BB0_2 + block .LBB0_2 i64.eq $push6=, $6, $2 i64.const $push4=, 10 i64.gt_u $push5=, $5, $pop4 i64.gt_s $push3=, $6, $2 i32.select $push7=, $pop6, $pop5, $pop3 - br_if $pop7, BB0_2 -BB0_1: # %do.body + br_if $pop7, .LBB0_2 +.LBB0_1: # %do.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i64.const $3=, 1 i64.add $0=, $5, $3 i64.lt_u $4=, $0, $5 @@ -48,15 +48,15 @@ BB0_1: # %do.body i64.xor $push9=, $0, $pop8 i64.or $push10=, $pop9, $6 i64.ne $push11=, $pop10, $2 - br_if $pop11, BB0_1 -BB0_2: # %if.end + br_if $pop11, .LBB0_1 +.LBB0_2: # %if.end i32.const $9=, 16 i32.add $12=, $12, $9 i32.const $9=, __stack_pointer i32.store $12=, 0($9), $12 return $1 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type f,@object # @f .bss diff --git a/test/torture-s/pr49279.c.s b/test/torture-s/pr49279.c.s index 161f6dcf1..06ba06f79 100644 --- a/test/torture-s/pr49279.c.s +++ b/test/torture-s/pr49279.c.s @@ -9,8 +9,8 @@ bar: # @bar #APP #NO_APP return $0 -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -46,8 +46,8 @@ foo: # @foo i32.const $5=, __stack_pointer i32.store $6=, 0($5), $6 return $pop4 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -65,11 +65,11 @@ main: # @main i32.add $3=, $5, $3 i32.const $4=, 8 i32.add $4=, $5, $4 - block BB2_2 + block .LBB2_2 i32.call $push0=, foo, $3, $4 i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %if.end i32.const $push3=, 0 i32.const $2=, 16 @@ -77,11 +77,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $5=, 0($2), $5 return $pop3 -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr49281.c.s b/test/torture-s/pr49281.c.s index 5eeac04a2..8ddc0be54 100644 --- a/test/torture-s/pr49281.c.s +++ b/test/torture-s/pr49281.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.const $push2=, 4 i32.or $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -25,8 +25,8 @@ bar: # @bar i32.const $push2=, 3 i32.or $push3=, $pop1, $pop2 return $pop3 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -35,50 +35,50 @@ main: # @main .local i32, i32, i32 # BB#0: # %entry i32.const $0=, 43 - block BB2_8 + block .LBB2_8 i32.call $push0=, foo, $0 i32.const $push1=, 172 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_8 + br_if $pop2, .LBB2_8 # BB#1: # %lor.lhs.false i32.const $1=, 1 i32.call $push3=, foo, $1 i32.const $push4=, 4 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB2_8 + br_if $pop5, .LBB2_8 # BB#2: # %lor.lhs.false3 i32.const $2=, 2 i32.call $push6=, foo, $2 i32.const $push7=, 12 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB2_8 + br_if $pop8, .LBB2_8 # BB#3: # %if.end - block BB2_7 + block .LBB2_7 i32.call $push9=, bar, $0 i32.const $push10=, 175 i32.ne $push11=, $pop9, $pop10 - br_if $pop11, BB2_7 + br_if $pop11, .LBB2_7 # BB#4: # %lor.lhs.false8 i32.call $push12=, bar, $1 i32.const $push13=, 7 i32.ne $push14=, $pop12, $pop13 - br_if $pop14, BB2_7 + br_if $pop14, .LBB2_7 # BB#5: # %lor.lhs.false11 i32.call $push15=, bar, $2 i32.const $push16=, 11 i32.ne $push17=, $pop15, $pop16 - br_if $pop17, BB2_7 + br_if $pop17, .LBB2_7 # BB#6: # %if.end15 i32.const $push18=, 0 return $pop18 -BB2_7: # %if.then14 +.LBB2_7: # %if.then14 call abort unreachable -BB2_8: # %if.then +.LBB2_8: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr49644.c.s b/test/torture-s/pr49644.c.s index 2afec9eae..1a2ce779f 100644 --- a/test/torture-s/pr49644.c.s +++ b/test/torture-s/pr49644.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr49712.c.s b/test/torture-s/pr49712.c.s index 1d383c120..f5bbc285d 100644 --- a/test/torture-s/pr49712.c.s +++ b/test/torture-s/pr49712.c.s @@ -6,8 +6,8 @@ foo: # @foo .param i32, i32 # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -16,18 +16,18 @@ bar: # @bar .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, d($0) i32.gt_s $push1=, $pop0, $0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %for.cond4.preheader.preheader i32.store $push2=, e($0), $0 i32.const $push3=, 1 i32.store $discard=, d($pop2), $pop3 -BB1_2: # %for.end9 +.LBB1_2: # %for.end9 return $0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -37,35 +37,35 @@ main: # @main # BB#0: # %entry i32.const $2=, 0 i32.store $0=, b($2), $2 - block BB2_4 + block .LBB2_4 i32.load $push0=, c($0) i32.const $push4=, 0 i32.eq $push5=, $pop0, $pop4 - br_if $pop5, BB2_4 + br_if $pop5, .LBB2_4 # BB#1: # %while.body.preheader i32.const $1=, 1 i32.load $push1=, d($0) i32.lt_s $2=, $pop1, $1 -BB2_2: # %while.body +.LBB2_2: # %while.body # =>This Inner Loop Header: Depth=1 - loop BB2_4 + loop .LBB2_4 i32.and $push2=, $2, $1 i32.const $push6=, 0 i32.eq $push7=, $pop2, $pop6 - br_if $pop7, BB2_2 + br_if $pop7, .LBB2_2 # BB#3: # %for.cond4.preheader.preheader.i - # in Loop: Header=BB2_2 Depth=1 + # in Loop: Header=.LBB2_2 Depth=1 i32.store $2=, a($0), $0 i32.store $discard=, e($2), $2 i32.store $discard=, d($2), $1 - br BB2_2 -BB2_4: # %for.inc.1 + br .LBB2_2 +.LBB2_4: # %for.inc.1 i32.const $2=, 0 i32.const $push3=, 2 i32.store $discard=, b($2), $pop3 return $2 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type d,@object # @d .bss diff --git a/test/torture-s/pr49768.c.s b/test/torture-s/pr49768.c.s index b70cd0132..fde86d112 100644 --- a/test/torture-s/pr49768.c.s +++ b/test/torture-s/pr49768.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr49886.c.s b/test/torture-s/pr49886.c.s index d05ec251a..2e0ef2ed8 100644 --- a/test/torture-s/pr49886.c.s +++ b/test/torture-s/pr49886.c.s @@ -7,8 +7,8 @@ never_ever: # @never_ever # BB#0: # %entry call abort unreachable -func_end0: - .size never_ever, func_end0-never_ever +.Lfunc_end0: + .size never_ever, .Lfunc_end0-never_ever .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 1 i32.store $discard=, cond($0), $pop0 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .globl bar_1 .type bar_1,@function @@ -34,134 +34,134 @@ bar_1: # @bar_1 i32.store $discard=, 4($1), $pop2 call mark_cell, $1 return -func_end2: - .size bar_1, func_end2-bar_1 +.Lfunc_end2: + .size bar_1, .Lfunc_end2-bar_1 .type mark_cell,@function mark_cell: # @mark_cell .param i32 .local i32, i32, i32 # BB#0: # %entry - block BB3_22 + block .LBB3_22 i32.const $push27=, 0 i32.eq $push28=, $0, $pop27 - br_if $pop28, BB3_22 + br_if $pop28, .LBB3_22 # BB#1: # %entry i32.const $push1=, 0 i32.load $push0=, cond($pop1) i32.const $push29=, 0 i32.eq $push30=, $pop0, $pop29 - br_if $pop30, BB3_22 + br_if $pop30, .LBB3_22 # BB#2: # %land.lhs.true i32.const $1=, 4 i32.load $push2=, 8($0) i32.ne $push3=, $pop2, $1 - br_if $pop3, BB3_22 + br_if $pop3, .LBB3_22 # BB#3: # %land.lhs.true2 i32.load $0=, 0($0) i32.const $push31=, 0 i32.eq $push32=, $0, $pop31 - br_if $pop32, BB3_22 + br_if $pop32, .LBB3_22 # BB#4: # %land.lhs.true4 i32.const $2=, 2 i32.add $3=, $0, $2 - block BB3_21 + block .LBB3_21 i32.load8_u $push4=, 0($3) i32.and $push5=, $pop4, $1 i32.const $push33=, 0 i32.eq $push34=, $pop5, $pop33 - br_if $pop34, BB3_21 + br_if $pop34, .LBB3_21 # BB#5: # %land.lhs.true17 - block BB3_20 + block .LBB3_20 i32.load8_u $push6=, 0($3) i32.and $push7=, $pop6, $2 i32.const $push35=, 0 i32.eq $push36=, $pop7, $pop35 - br_if $pop36, BB3_20 + br_if $pop36, .LBB3_20 # BB#6: # %land.lhs.true33 i32.const $2=, 1 - block BB3_19 + block .LBB3_19 i32.load8_u $push8=, 0($3) i32.and $push9=, $pop8, $2 i32.const $push37=, 0 i32.eq $push38=, $pop9, $pop37 - br_if $pop38, BB3_19 + br_if $pop38, .LBB3_19 # BB#7: # %land.lhs.true49 i32.add $0=, $0, $2 - block BB3_18 + block .LBB3_18 i32.load8_u $push10=, 0($0) i32.const $push11=, 7 i32.shr_u $push12=, $pop10, $pop11 i32.const $push39=, 0 i32.eq $push40=, $pop12, $pop39 - br_if $pop40, BB3_18 + br_if $pop40, .LBB3_18 # BB#8: # %land.lhs.true65 - block BB3_17 + block .LBB3_17 i32.load8_u $push13=, 0($0) i32.const $push14=, 64 i32.and $push15=, $pop13, $pop14 i32.const $push41=, 0 i32.eq $push42=, $pop15, $pop41 - br_if $pop42, BB3_17 + br_if $pop42, .LBB3_17 # BB#9: # %land.lhs.true81 - block BB3_16 + block .LBB3_16 i32.load8_u $push16=, 0($0) i32.const $push17=, 32 i32.and $push18=, $pop16, $pop17 i32.const $push43=, 0 i32.eq $push44=, $pop18, $pop43 - br_if $pop44, BB3_16 + br_if $pop44, .LBB3_16 # BB#10: # %land.lhs.true97 - block BB3_15 + block .LBB3_15 i32.load8_u $push19=, 0($0) i32.const $push20=, 16 i32.and $push21=, $pop19, $pop20 i32.const $push45=, 0 i32.eq $push46=, $pop21, $pop45 - br_if $pop46, BB3_15 + br_if $pop46, .LBB3_15 # BB#11: # %land.lhs.true113 - block BB3_14 + block .LBB3_14 i32.load8_u $push22=, 0($0) i32.const $push23=, 8 i32.and $push24=, $pop22, $pop23 i32.const $push47=, 0 i32.eq $push48=, $pop24, $pop47 - br_if $pop48, BB3_14 + br_if $pop48, .LBB3_14 # BB#12: # %land.lhs.true129 i32.load8_u $push25=, 0($0) i32.and $push26=, $pop25, $1 - br_if $pop26, BB3_22 + br_if $pop26, .LBB3_22 # BB#13: # %if.then134 call never_ever, $0, $0 unreachable -BB3_14: # %if.then118 +.LBB3_14: # %if.then118 call never_ever, $0, $0 unreachable -BB3_15: # %if.then102 +.LBB3_15: # %if.then102 call never_ever, $0, $0 unreachable -BB3_16: # %if.then86 +.LBB3_16: # %if.then86 call never_ever, $0, $0 unreachable -BB3_17: # %if.then70 +.LBB3_17: # %if.then70 call never_ever, $0, $0 unreachable -BB3_18: # %if.then54 +.LBB3_18: # %if.then54 call never_ever, $0, $0 unreachable -BB3_19: # %if.then38 +.LBB3_19: # %if.then38 call never_ever, $0, $0 unreachable -BB3_20: # %if.then22 +.LBB3_20: # %if.then22 call never_ever, $0, $0 unreachable -BB3_21: # %if.then7 +.LBB3_21: # %if.then7 call never_ever, $0, $0 unreachable -BB3_22: # %if.end137 +.LBB3_22: # %if.end137 return -func_end3: - .size mark_cell, func_end3-mark_cell +.Lfunc_end3: + .size mark_cell, .Lfunc_end3-mark_cell .globl bar_2 .type bar_2,@function @@ -174,8 +174,8 @@ bar_2: # @bar_2 i32.store $discard=, 4($1), $pop2 call mark_cell, $1 return -func_end4: - .size bar_2, func_end4-bar_2 +.Lfunc_end4: + .size bar_2, .Lfunc_end4-bar_2 .type cond,@object # @cond .bss diff --git a/test/torture-s/pr51023.c.s b/test/torture-s/pr51023.c.s index b2ee80ee5..3f221eb44 100644 --- a/test/torture-s/pr51023.c.s +++ b/test/torture-s/pr51023.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.shl $push0=, $0, $1 i32.shr_s $push1=, $pop0, $1 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr51466.c.s b/test/torture-s/pr51466.c.s index 5f20f3d24..5451a9f00 100644 --- a/test/torture-s/pr51466.c.s +++ b/test/torture-s/pr51466.c.s @@ -25,8 +25,8 @@ foo: # @foo i32.const $3=, __stack_pointer i32.store $4=, 0($3), $4 return $pop4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -56,8 +56,8 @@ bar: # @bar i32.const $3=, __stack_pointer i32.store $4=, 0($3), $4 return $pop4 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl baz .type baz,@function @@ -87,8 +87,8 @@ baz: # @baz i32.const $3=, __stack_pointer i32.store $4=, 0($3), $4 return $pop4 -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -101,27 +101,27 @@ main: # @main i32.const $push1=, 2 i32.call $1=, bar, $pop1 i32.const $0=, 8 - block BB3_4 + block .LBB3_4 i32.ne $push2=, $1, $0 - br_if $pop2, BB3_4 + br_if $pop2, .LBB3_4 # BB#1: # %lor.lhs.false3 i32.const $1=, 0 i32.call $push3=, baz, $1 i32.ne $push4=, $pop3, $0 - br_if $pop4, BB3_4 + br_if $pop4, .LBB3_4 # BB#2: # %lor.lhs.false6 i32.const $push5=, 1 i32.call $push6=, baz, $pop5 i32.const $push7=, 6 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB3_4 + br_if $pop8, .LBB3_4 # BB#3: # %if.end return $1 -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr51581-1.c.s b/test/torture-s/pr51581-1.c.s index fcd9c2954..964d3a182 100644 --- a/test/torture-s/pr51581-1.c.s +++ b/test/torture-s/pr51581-1.c.s @@ -6,9 +6,9 @@ f1: # @f1 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $2 @@ -22,11 +22,11 @@ BB0_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB0_1 -BB0_2: # %for.end + br_if $2, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -34,9 +34,9 @@ f2: # @f2 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $2 @@ -50,11 +50,11 @@ BB1_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB1_1 -BB1_2: # %for.end + br_if $2, .LBB1_1 +.LBB1_2: # %for.end return -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -62,9 +62,9 @@ f3: # @f3 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $2 @@ -78,11 +78,11 @@ BB2_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB2_1 -BB2_2: # %for.end + br_if $2, .LBB2_1 +.LBB2_2: # %for.end return -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -90,9 +90,9 @@ f4: # @f4 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB3_1: # %for.body +.LBB3_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB3_2 + loop .LBB3_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $2 @@ -106,11 +106,11 @@ BB3_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB3_1 -BB3_2: # %for.end + br_if $2, .LBB3_1 +.LBB3_2: # %for.end return -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl f5 .type f5,@function @@ -118,9 +118,9 @@ f5: # @f5 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB4_1: # %for.body +.LBB4_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB4_2 + loop .LBB4_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $2 @@ -134,11 +134,11 @@ BB4_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB4_1 -BB4_2: # %for.end + br_if $2, .LBB4_1 +.LBB4_2: # %for.end return -func_end4: - .size f5, func_end4-f5 +.Lfunc_end4: + .size f5, .Lfunc_end4-f5 .globl f6 .type f6,@function @@ -146,9 +146,9 @@ f6: # @f6 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB5_1: # %for.body +.LBB5_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB5_2 + loop .LBB5_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $2 @@ -162,11 +162,11 @@ BB5_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB5_1 -BB5_2: # %for.end + br_if $2, .LBB5_1 +.LBB5_2: # %for.end return -func_end5: - .size f6, func_end5-f6 +.Lfunc_end5: + .size f6, .Lfunc_end5-f6 .globl f7 .type f7,@function @@ -175,9 +175,9 @@ f7: # @f7 # BB#0: # %entry i64.const $2=, 1431655766 i32.const $3=, -16384 -BB6_1: # %for.body +.LBB6_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB6_2 + loop .LBB6_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $3 @@ -197,11 +197,11 @@ BB6_1: # %for.body i32.store $discard=, 0($pop13), $pop10 i32.const $push14=, 4 i32.add $3=, $3, $pop14 - br_if $3, BB6_1 -BB6_2: # %for.end + br_if $3, .LBB6_1 +.LBB6_2: # %for.end return -func_end6: - .size f7, func_end6-f7 +.Lfunc_end6: + .size f7, .Lfunc_end6-f7 .globl f8 .type f8,@function @@ -210,9 +210,9 @@ f8: # @f8 # BB#0: # %entry i64.const $1=, 2863311531 i32.const $2=, -16384 -BB7_1: # %for.body +.LBB7_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB7_2 + loop .LBB7_2 i32.const $0=, 16384 i32.const $push7=, d i32.add $push8=, $pop7, $2 @@ -227,11 +227,11 @@ BB7_1: # %for.body i64.store32 $discard=, 0($pop9), $pop6 i32.const $push10=, 4 i32.add $2=, $2, $pop10 - br_if $2, BB7_1 -BB7_2: # %for.end + br_if $2, .LBB7_1 +.LBB7_2: # %for.end return -func_end7: - .size f8, func_end7-f8 +.Lfunc_end7: + .size f8, .Lfunc_end7-f8 .globl f9 .type f9,@function @@ -240,9 +240,9 @@ f9: # @f9 # BB#0: # %entry i64.const $2=, 954437177 i32.const $3=, -16384 -BB8_1: # %for.body +.LBB8_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB8_2 + loop .LBB8_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $3 @@ -262,11 +262,11 @@ BB8_1: # %for.body i32.store $discard=, 0($pop13), $pop10 i32.const $push14=, 4 i32.add $3=, $3, $pop14 - br_if $3, BB8_1 -BB8_2: # %for.end + br_if $3, .LBB8_1 +.LBB8_2: # %for.end return -func_end8: - .size f9, func_end8-f9 +.Lfunc_end8: + .size f9, .Lfunc_end8-f9 .globl f10 .type f10,@function @@ -275,9 +275,9 @@ f10: # @f10 # BB#0: # %entry i64.const $1=, 954437177 i32.const $2=, -16384 -BB9_1: # %for.body +.LBB9_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB9_2 + loop .LBB9_2 i32.const $0=, 16384 i32.const $push7=, d i32.add $push8=, $pop7, $2 @@ -292,11 +292,11 @@ BB9_1: # %for.body i64.store32 $discard=, 0($pop9), $pop6 i32.const $push10=, 4 i32.add $2=, $2, $pop10 - br_if $2, BB9_1 -BB9_2: # %for.end + br_if $2, .LBB9_1 +.LBB9_2: # %for.end return -func_end9: - .size f10, func_end9-f10 +.Lfunc_end9: + .size f10, .Lfunc_end9-f10 .globl f11 .type f11,@function @@ -305,9 +305,9 @@ f11: # @f11 # BB#0: # %entry i64.const $2=, 1808407283 i32.const $3=, -16384 -BB10_1: # %for.body +.LBB10_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB10_2 + loop .LBB10_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $3 @@ -327,11 +327,11 @@ BB10_1: # %for.body i32.store $discard=, 0($pop13), $pop10 i32.const $push14=, 4 i32.add $3=, $3, $pop14 - br_if $3, BB10_1 -BB10_2: # %for.end + br_if $3, .LBB10_1 +.LBB10_2: # %for.end return -func_end10: - .size f11, func_end10-f11 +.Lfunc_end10: + .size f11, .Lfunc_end10-f11 .globl f12 .type f12,@function @@ -340,9 +340,9 @@ f12: # @f12 # BB#0: # %entry i64.const $2=, 2938661835 i32.const $5=, -16384 -BB11_1: # %for.body +.LBB11_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB11_2 + loop .LBB11_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $5 @@ -364,11 +364,11 @@ BB11_1: # %for.body i32.shr_u $push11=, $pop10, $4 i32.store $discard=, 0($pop14), $pop11 i32.add $5=, $5, $4 - br_if $5, BB11_1 -BB11_2: # %for.end + br_if $5, .LBB11_1 +.LBB11_2: # %for.end return -func_end11: - .size f12, func_end11-f12 +.Lfunc_end11: + .size f12, .Lfunc_end11-f12 .globl main .type main,@function @@ -378,9 +378,9 @@ main: # @main # BB#0: # %entry i32.const $6=, 0 i32.const $4=, -16384 -BB12_1: # %for.body +.LBB12_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB12_2 + loop .LBB12_2 #APP #NO_APP i32.const $0=, a @@ -398,8 +398,8 @@ BB12_1: # %for.body i32.add $6=, $3, $2 i32.const $3=, 4 i32.add $4=, $4, $3 - br_if $4, BB12_1 -BB12_2: # %for.end + br_if $4, .LBB12_1 +.LBB12_2: # %for.end i32.const $10=, 0 i32.const $push6=, -2147483648 i32.store $discard=, a($10), $pop6 @@ -412,10 +412,10 @@ BB12_2: # %for.end call f1 call f2 copy_local $8=, $10 -BB12_3: # %for.body4 +.LBB12_3: # %for.body4 # =>This Inner Loop Header: Depth=1 - block BB12_32 - loop BB12_6 + block .LBB12_32 + loop .LBB12_6 i32.const $4=, c i32.const $5=, 3 i32.add $push10=, $4, $10 @@ -424,9 +424,9 @@ BB12_3: # %for.body4 i32.load $push13=, 0($pop12) i32.div_s $push14=, $pop13, $5 i32.ne $push15=, $pop11, $pop14 - br_if $pop15, BB12_32 + br_if $pop15, .LBB12_32 # BB#4: # %lor.lhs.false - # in Loop: Header=BB12_3 Depth=1 + # in Loop: Header=.LBB12_3 Depth=1 i32.const $6=, d i32.add $push16=, $6, $10 i32.load $push17=, 0($pop16) @@ -434,23 +434,23 @@ BB12_3: # %for.body4 i32.load $push19=, 0($pop18) i32.div_u $push20=, $pop19, $5 i32.ne $push21=, $pop17, $pop20 - br_if $pop21, BB12_32 + br_if $pop21, .LBB12_32 # BB#5: # %for.cond2 - # in Loop: Header=BB12_3 Depth=1 + # in Loop: Header=.LBB12_3 Depth=1 i32.add $8=, $8, $2 i32.add $10=, $10, $3 i32.const $7=, 4095 i32.le_s $push22=, $8, $7 - br_if $pop22, BB12_3 -BB12_6: # %for.end14 + br_if $pop22, .LBB12_3 +.LBB12_6: # %for.end14 call f3 call f4 i32.const $10=, 0 copy_local $9=, $10 -BB12_7: # %for.body17 +.LBB12_7: # %for.body17 # =>This Inner Loop Header: Depth=1 - block BB12_31 - loop BB12_10 + block .LBB12_31 + loop .LBB12_10 i32.const $8=, 18 i32.add $push23=, $4, $10 i32.load $push24=, 0($pop23) @@ -458,31 +458,31 @@ BB12_7: # %for.body17 i32.load $push26=, 0($pop25) i32.div_s $push27=, $pop26, $8 i32.ne $push28=, $pop24, $pop27 - br_if $pop28, BB12_31 + br_if $pop28, .LBB12_31 # BB#8: # %lor.lhs.false22 - # in Loop: Header=BB12_7 Depth=1 + # in Loop: Header=.LBB12_7 Depth=1 i32.add $push29=, $6, $10 i32.load $push30=, 0($pop29) i32.add $push31=, $1, $10 i32.load $push32=, 0($pop31) i32.div_u $push33=, $pop32, $8 i32.ne $push34=, $pop30, $pop33 - br_if $pop34, BB12_31 + br_if $pop34, .LBB12_31 # BB#9: # %for.cond15 - # in Loop: Header=BB12_7 Depth=1 + # in Loop: Header=.LBB12_7 Depth=1 i32.add $9=, $9, $2 i32.add $10=, $10, $3 i32.le_s $push35=, $9, $7 - br_if $pop35, BB12_7 -BB12_10: # %for.end31 + br_if $pop35, .LBB12_7 +.LBB12_10: # %for.end31 call f5 call f6 i32.const $10=, 0 copy_local $11=, $10 -BB12_11: # %for.body34 +.LBB12_11: # %for.body34 # =>This Inner Loop Header: Depth=1 - block BB12_30 - loop BB12_14 + block .LBB12_30 + loop .LBB12_14 i32.const $9=, 19 i32.add $push36=, $4, $10 i32.load $push37=, 0($pop36) @@ -490,138 +490,138 @@ BB12_11: # %for.body34 i32.load $push39=, 0($pop38) i32.div_s $push40=, $pop39, $9 i32.ne $push41=, $pop37, $pop40 - br_if $pop41, BB12_30 + br_if $pop41, .LBB12_30 # BB#12: # %lor.lhs.false39 - # in Loop: Header=BB12_11 Depth=1 + # in Loop: Header=.LBB12_11 Depth=1 i32.add $push42=, $6, $10 i32.load $push43=, 0($pop42) i32.add $push44=, $1, $10 i32.load $push45=, 0($pop44) i32.div_u $push46=, $pop45, $9 i32.ne $push47=, $pop43, $pop46 - br_if $pop47, BB12_30 + br_if $pop47, .LBB12_30 # BB#13: # %for.cond32 - # in Loop: Header=BB12_11 Depth=1 + # in Loop: Header=.LBB12_11 Depth=1 i32.add $11=, $11, $2 i32.add $10=, $10, $3 i32.le_s $push48=, $11, $7 - br_if $pop48, BB12_11 -BB12_14: # %for.end48 + br_if $pop48, .LBB12_11 +.LBB12_14: # %for.end48 call f7 call f8 i32.const $10=, 0 copy_local $11=, $10 -BB12_15: # %for.body51 +.LBB12_15: # %for.body51 # =>This Inner Loop Header: Depth=1 - block BB12_29 - loop BB12_18 + block .LBB12_29 + loop .LBB12_18 i32.add $push49=, $4, $10 i32.load $push50=, 0($pop49) i32.add $push51=, $0, $10 i32.load $push52=, 0($pop51) i32.div_s $push53=, $pop52, $5 i32.ne $push54=, $pop50, $pop53 - br_if $pop54, BB12_29 + br_if $pop54, .LBB12_29 # BB#16: # %lor.lhs.false56 - # in Loop: Header=BB12_15 Depth=1 + # in Loop: Header=.LBB12_15 Depth=1 i32.add $push55=, $6, $10 i32.load $push56=, 0($pop55) i32.add $push57=, $1, $10 i32.load $push58=, 0($pop57) i32.div_u $push59=, $pop58, $5 i32.ne $push60=, $pop56, $pop59 - br_if $pop60, BB12_29 + br_if $pop60, .LBB12_29 # BB#17: # %for.cond49 - # in Loop: Header=BB12_15 Depth=1 + # in Loop: Header=.LBB12_15 Depth=1 i32.add $11=, $11, $2 i32.add $10=, $10, $3 i32.le_s $push61=, $11, $7 - br_if $pop61, BB12_15 -BB12_18: # %for.end65 + br_if $pop61, .LBB12_15 +.LBB12_18: # %for.end65 call f9 call f10 i32.const $10=, 0 copy_local $5=, $10 -BB12_19: # %for.body68 +.LBB12_19: # %for.body68 # =>This Inner Loop Header: Depth=1 - block BB12_28 - loop BB12_22 + block .LBB12_28 + loop .LBB12_22 i32.add $push62=, $4, $10 i32.load $push63=, 0($pop62) i32.add $push64=, $0, $10 i32.load $push65=, 0($pop64) i32.div_s $push66=, $pop65, $8 i32.ne $push67=, $pop63, $pop66 - br_if $pop67, BB12_28 + br_if $pop67, .LBB12_28 # BB#20: # %lor.lhs.false73 - # in Loop: Header=BB12_19 Depth=1 + # in Loop: Header=.LBB12_19 Depth=1 i32.add $push68=, $6, $10 i32.load $push69=, 0($pop68) i32.add $push70=, $1, $10 i32.load $push71=, 0($pop70) i32.div_u $push72=, $pop71, $8 i32.ne $push73=, $pop69, $pop72 - br_if $pop73, BB12_28 + br_if $pop73, .LBB12_28 # BB#21: # %for.cond66 - # in Loop: Header=BB12_19 Depth=1 + # in Loop: Header=.LBB12_19 Depth=1 i32.add $5=, $5, $2 i32.add $10=, $10, $3 i32.le_s $push74=, $5, $7 - br_if $pop74, BB12_19 -BB12_22: # %for.end82 + br_if $pop74, .LBB12_19 +.LBB12_22: # %for.end82 call f11 call f12 i32.const $10=, 0 copy_local $5=, $10 -BB12_23: # %for.body85 +.LBB12_23: # %for.body85 # =>This Inner Loop Header: Depth=1 - block BB12_27 - loop BB12_26 + block .LBB12_27 + loop .LBB12_26 i32.add $push75=, $4, $10 i32.load $push76=, 0($pop75) i32.add $push77=, $0, $10 i32.load $push78=, 0($pop77) i32.div_s $push79=, $pop78, $9 i32.ne $push80=, $pop76, $pop79 - br_if $pop80, BB12_27 + br_if $pop80, .LBB12_27 # BB#24: # %lor.lhs.false90 - # in Loop: Header=BB12_23 Depth=1 + # in Loop: Header=.LBB12_23 Depth=1 i32.add $push81=, $6, $10 i32.load $push82=, 0($pop81) i32.add $push83=, $1, $10 i32.load $push84=, 0($pop83) i32.div_u $push85=, $pop84, $9 i32.ne $push86=, $pop82, $pop85 - br_if $pop86, BB12_27 + br_if $pop86, .LBB12_27 # BB#25: # %for.cond83 - # in Loop: Header=BB12_23 Depth=1 + # in Loop: Header=.LBB12_23 Depth=1 i32.add $5=, $5, $2 i32.add $10=, $10, $3 i32.le_s $push87=, $5, $7 - br_if $pop87, BB12_23 -BB12_26: # %for.end99 + br_if $pop87, .LBB12_23 +.LBB12_26: # %for.end99 i32.const $push88=, 0 return $pop88 -BB12_27: # %if.then95 +.LBB12_27: # %if.then95 call abort unreachable -BB12_28: # %if.then78 +.LBB12_28: # %if.then78 call abort unreachable -BB12_29: # %if.then61 +.LBB12_29: # %if.then61 call abort unreachable -BB12_30: # %if.then44 +.LBB12_30: # %if.then44 call abort unreachable -BB12_31: # %if.then27 +.LBB12_31: # %if.then27 call abort unreachable -BB12_32: # %if.then +.LBB12_32: # %if.then call abort unreachable -func_end12: - .size main, func_end12-main +.Lfunc_end12: + .size main, .Lfunc_end12-main .type a,@object # @a .bss diff --git a/test/torture-s/pr51581-2.c.s b/test/torture-s/pr51581-2.c.s index d3de9f921..a9eaedc51 100644 --- a/test/torture-s/pr51581-2.c.s +++ b/test/torture-s/pr51581-2.c.s @@ -6,9 +6,9 @@ f1: # @f1 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $2 @@ -22,11 +22,11 @@ BB0_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB0_1 -BB0_2: # %for.end + br_if $2, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -34,9 +34,9 @@ f2: # @f2 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $2 @@ -50,11 +50,11 @@ BB1_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB1_1 -BB1_2: # %for.end + br_if $2, .LBB1_1 +.LBB1_2: # %for.end return -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -62,9 +62,9 @@ f3: # @f3 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $2 @@ -78,11 +78,11 @@ BB2_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB2_1 -BB2_2: # %for.end + br_if $2, .LBB2_1 +.LBB2_2: # %for.end return -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function @@ -90,9 +90,9 @@ f4: # @f4 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB3_1: # %for.body +.LBB3_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB3_2 + loop .LBB3_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $2 @@ -106,11 +106,11 @@ BB3_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB3_1 -BB3_2: # %for.end + br_if $2, .LBB3_1 +.LBB3_2: # %for.end return -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl f5 .type f5,@function @@ -118,9 +118,9 @@ f5: # @f5 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB4_1: # %for.body +.LBB4_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB4_2 + loop .LBB4_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $2 @@ -134,11 +134,11 @@ BB4_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB4_1 -BB4_2: # %for.end + br_if $2, .LBB4_1 +.LBB4_2: # %for.end return -func_end4: - .size f5, func_end4-f5 +.Lfunc_end4: + .size f5, .Lfunc_end4-f5 .globl f6 .type f6,@function @@ -146,9 +146,9 @@ f6: # @f6 .local i32, i32, i32 # BB#0: # %entry i32.const $2=, -16384 -BB5_1: # %for.body +.LBB5_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB5_2 + loop .LBB5_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $2 @@ -162,11 +162,11 @@ BB5_1: # %for.body i32.store $discard=, 0($pop7), $1 i32.const $push8=, 4 i32.add $2=, $2, $pop8 - br_if $2, BB5_1 -BB5_2: # %for.end + br_if $2, .LBB5_1 +.LBB5_2: # %for.end return -func_end5: - .size f6, func_end5-f6 +.Lfunc_end5: + .size f6, .Lfunc_end5-f6 .globl f7 .type f7,@function @@ -175,9 +175,9 @@ f7: # @f7 # BB#0: # %entry i64.const $2=, 1431655766 i32.const $3=, -16384 -BB6_1: # %for.body +.LBB6_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB6_2 + loop .LBB6_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $3 @@ -200,11 +200,11 @@ BB6_1: # %for.body i32.store $discard=, 0($pop16), $pop13 i32.const $push17=, 4 i32.add $3=, $3, $pop17 - br_if $3, BB6_1 -BB6_2: # %for.end + br_if $3, .LBB6_1 +.LBB6_2: # %for.end return -func_end6: - .size f7, func_end6-f7 +.Lfunc_end6: + .size f7, .Lfunc_end6-f7 .globl f8 .type f8,@function @@ -213,9 +213,9 @@ f8: # @f8 # BB#0: # %entry i64.const $2=, 2863311531 i32.const $3=, -16384 -BB7_1: # %for.body +.LBB7_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB7_2 + loop .LBB7_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $3 @@ -235,11 +235,11 @@ BB7_1: # %for.body i32.store $discard=, 0($pop13), $pop10 i32.const $push14=, 4 i32.add $3=, $3, $pop14 - br_if $3, BB7_1 -BB7_2: # %for.end + br_if $3, .LBB7_1 +.LBB7_2: # %for.end return -func_end7: - .size f8, func_end7-f8 +.Lfunc_end7: + .size f8, .Lfunc_end7-f8 .globl f9 .type f9,@function @@ -248,9 +248,9 @@ f9: # @f9 # BB#0: # %entry i64.const $2=, 954437177 i32.const $3=, -16384 -BB8_1: # %for.body +.LBB8_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB8_2 + loop .LBB8_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $3 @@ -273,11 +273,11 @@ BB8_1: # %for.body i32.store $discard=, 0($pop16), $pop13 i32.const $push17=, 4 i32.add $3=, $3, $pop17 - br_if $3, BB8_1 -BB8_2: # %for.end + br_if $3, .LBB8_1 +.LBB8_2: # %for.end return -func_end8: - .size f9, func_end8-f9 +.Lfunc_end8: + .size f9, .Lfunc_end8-f9 .globl f10 .type f10,@function @@ -286,9 +286,9 @@ f10: # @f10 # BB#0: # %entry i64.const $2=, 954437177 i32.const $3=, -16384 -BB9_1: # %for.body +.LBB9_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB9_2 + loop .LBB9_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $3 @@ -308,11 +308,11 @@ BB9_1: # %for.body i32.store $discard=, 0($pop13), $pop10 i32.const $push14=, 4 i32.add $3=, $3, $pop14 - br_if $3, BB9_1 -BB9_2: # %for.end + br_if $3, .LBB9_1 +.LBB9_2: # %for.end return -func_end9: - .size f10, func_end9-f10 +.Lfunc_end9: + .size f10, .Lfunc_end9-f10 .globl f11 .type f11,@function @@ -321,9 +321,9 @@ f11: # @f11 # BB#0: # %entry i64.const $2=, 1808407283 i32.const $3=, -16384 -BB10_1: # %for.body +.LBB10_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB10_2 + loop .LBB10_2 i32.const $0=, 16384 i32.const $push0=, a i32.add $push1=, $pop0, $3 @@ -346,11 +346,11 @@ BB10_1: # %for.body i32.store $discard=, 0($pop16), $pop13 i32.const $push17=, 4 i32.add $3=, $3, $pop17 - br_if $3, BB10_1 -BB10_2: # %for.end + br_if $3, .LBB10_1 +.LBB10_2: # %for.end return -func_end10: - .size f11, func_end10-f11 +.Lfunc_end10: + .size f11, .Lfunc_end10-f11 .globl f12 .type f12,@function @@ -359,9 +359,9 @@ f12: # @f12 # BB#0: # %entry i64.const $2=, 2938661835 i32.const $5=, -16384 -BB11_1: # %for.body +.LBB11_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB11_2 + loop .LBB11_2 i32.const $0=, 16384 i32.const $push0=, b i32.add $push1=, $pop0, $5 @@ -386,11 +386,11 @@ BB11_1: # %for.body i32.add $push14=, $pop13, $1 i32.store $discard=, 0($pop17), $pop14 i32.add $5=, $5, $4 - br_if $5, BB11_1 -BB11_2: # %for.end + br_if $5, .LBB11_1 +.LBB11_2: # %for.end return -func_end11: - .size f12, func_end11-f12 +.Lfunc_end11: + .size f12, .Lfunc_end11-f12 .globl main .type main,@function @@ -400,9 +400,9 @@ main: # @main # BB#0: # %entry i32.const $6=, 0 i32.const $4=, -16384 -BB12_1: # %for.body +.LBB12_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB12_2 + loop .LBB12_2 #APP #NO_APP i32.const $0=, a @@ -420,8 +420,8 @@ BB12_1: # %for.body i32.add $6=, $3, $2 i32.const $3=, 4 i32.add $4=, $4, $3 - br_if $4, BB12_1 -BB12_2: # %for.end + br_if $4, .LBB12_1 +.LBB12_2: # %for.end i32.const $10=, 0 i32.const $push6=, -2147483648 i32.store $discard=, a($10), $pop6 @@ -434,10 +434,10 @@ BB12_2: # %for.end call f1 call f2 copy_local $8=, $10 -BB12_3: # %for.body4 +.LBB12_3: # %for.body4 # =>This Inner Loop Header: Depth=1 - block BB12_32 - loop BB12_6 + block .LBB12_32 + loop .LBB12_6 i32.const $4=, c i32.const $5=, 3 i32.add $push10=, $4, $10 @@ -446,9 +446,9 @@ BB12_3: # %for.body4 i32.load $push13=, 0($pop12) i32.rem_s $push14=, $pop13, $5 i32.ne $push15=, $pop11, $pop14 - br_if $pop15, BB12_32 + br_if $pop15, .LBB12_32 # BB#4: # %lor.lhs.false - # in Loop: Header=BB12_3 Depth=1 + # in Loop: Header=.LBB12_3 Depth=1 i32.const $6=, d i32.add $push16=, $6, $10 i32.load $push17=, 0($pop16) @@ -456,23 +456,23 @@ BB12_3: # %for.body4 i32.load $push19=, 0($pop18) i32.rem_u $push20=, $pop19, $5 i32.ne $push21=, $pop17, $pop20 - br_if $pop21, BB12_32 + br_if $pop21, .LBB12_32 # BB#5: # %for.cond2 - # in Loop: Header=BB12_3 Depth=1 + # in Loop: Header=.LBB12_3 Depth=1 i32.add $8=, $8, $2 i32.add $10=, $10, $3 i32.const $7=, 4095 i32.le_s $push22=, $8, $7 - br_if $pop22, BB12_3 -BB12_6: # %for.end14 + br_if $pop22, .LBB12_3 +.LBB12_6: # %for.end14 call f3 call f4 i32.const $10=, 0 copy_local $9=, $10 -BB12_7: # %for.body17 +.LBB12_7: # %for.body17 # =>This Inner Loop Header: Depth=1 - block BB12_31 - loop BB12_10 + block .LBB12_31 + loop .LBB12_10 i32.const $8=, 18 i32.add $push23=, $4, $10 i32.load $push24=, 0($pop23) @@ -480,31 +480,31 @@ BB12_7: # %for.body17 i32.load $push26=, 0($pop25) i32.rem_s $push27=, $pop26, $8 i32.ne $push28=, $pop24, $pop27 - br_if $pop28, BB12_31 + br_if $pop28, .LBB12_31 # BB#8: # %lor.lhs.false22 - # in Loop: Header=BB12_7 Depth=1 + # in Loop: Header=.LBB12_7 Depth=1 i32.add $push29=, $6, $10 i32.load $push30=, 0($pop29) i32.add $push31=, $1, $10 i32.load $push32=, 0($pop31) i32.rem_u $push33=, $pop32, $8 i32.ne $push34=, $pop30, $pop33 - br_if $pop34, BB12_31 + br_if $pop34, .LBB12_31 # BB#9: # %for.cond15 - # in Loop: Header=BB12_7 Depth=1 + # in Loop: Header=.LBB12_7 Depth=1 i32.add $9=, $9, $2 i32.add $10=, $10, $3 i32.le_s $push35=, $9, $7 - br_if $pop35, BB12_7 -BB12_10: # %for.end31 + br_if $pop35, .LBB12_7 +.LBB12_10: # %for.end31 call f5 call f6 i32.const $10=, 0 copy_local $11=, $10 -BB12_11: # %for.body34 +.LBB12_11: # %for.body34 # =>This Inner Loop Header: Depth=1 - block BB12_30 - loop BB12_14 + block .LBB12_30 + loop .LBB12_14 i32.const $9=, 19 i32.add $push36=, $4, $10 i32.load $push37=, 0($pop36) @@ -512,138 +512,138 @@ BB12_11: # %for.body34 i32.load $push39=, 0($pop38) i32.rem_s $push40=, $pop39, $9 i32.ne $push41=, $pop37, $pop40 - br_if $pop41, BB12_30 + br_if $pop41, .LBB12_30 # BB#12: # %lor.lhs.false39 - # in Loop: Header=BB12_11 Depth=1 + # in Loop: Header=.LBB12_11 Depth=1 i32.add $push42=, $6, $10 i32.load $push43=, 0($pop42) i32.add $push44=, $1, $10 i32.load $push45=, 0($pop44) i32.rem_u $push46=, $pop45, $9 i32.ne $push47=, $pop43, $pop46 - br_if $pop47, BB12_30 + br_if $pop47, .LBB12_30 # BB#13: # %for.cond32 - # in Loop: Header=BB12_11 Depth=1 + # in Loop: Header=.LBB12_11 Depth=1 i32.add $11=, $11, $2 i32.add $10=, $10, $3 i32.le_s $push48=, $11, $7 - br_if $pop48, BB12_11 -BB12_14: # %for.end48 + br_if $pop48, .LBB12_11 +.LBB12_14: # %for.end48 call f7 call f8 i32.const $10=, 0 copy_local $11=, $10 -BB12_15: # %for.body51 +.LBB12_15: # %for.body51 # =>This Inner Loop Header: Depth=1 - block BB12_29 - loop BB12_18 + block .LBB12_29 + loop .LBB12_18 i32.add $push49=, $4, $10 i32.load $push50=, 0($pop49) i32.add $push51=, $0, $10 i32.load $push52=, 0($pop51) i32.rem_s $push53=, $pop52, $5 i32.ne $push54=, $pop50, $pop53 - br_if $pop54, BB12_29 + br_if $pop54, .LBB12_29 # BB#16: # %lor.lhs.false56 - # in Loop: Header=BB12_15 Depth=1 + # in Loop: Header=.LBB12_15 Depth=1 i32.add $push55=, $6, $10 i32.load $push56=, 0($pop55) i32.add $push57=, $1, $10 i32.load $push58=, 0($pop57) i32.rem_u $push59=, $pop58, $5 i32.ne $push60=, $pop56, $pop59 - br_if $pop60, BB12_29 + br_if $pop60, .LBB12_29 # BB#17: # %for.cond49 - # in Loop: Header=BB12_15 Depth=1 + # in Loop: Header=.LBB12_15 Depth=1 i32.add $11=, $11, $2 i32.add $10=, $10, $3 i32.le_s $push61=, $11, $7 - br_if $pop61, BB12_15 -BB12_18: # %for.end65 + br_if $pop61, .LBB12_15 +.LBB12_18: # %for.end65 call f9 call f10 i32.const $10=, 0 copy_local $5=, $10 -BB12_19: # %for.body68 +.LBB12_19: # %for.body68 # =>This Inner Loop Header: Depth=1 - block BB12_28 - loop BB12_22 + block .LBB12_28 + loop .LBB12_22 i32.add $push62=, $4, $10 i32.load $push63=, 0($pop62) i32.add $push64=, $0, $10 i32.load $push65=, 0($pop64) i32.rem_s $push66=, $pop65, $8 i32.ne $push67=, $pop63, $pop66 - br_if $pop67, BB12_28 + br_if $pop67, .LBB12_28 # BB#20: # %lor.lhs.false73 - # in Loop: Header=BB12_19 Depth=1 + # in Loop: Header=.LBB12_19 Depth=1 i32.add $push68=, $6, $10 i32.load $push69=, 0($pop68) i32.add $push70=, $1, $10 i32.load $push71=, 0($pop70) i32.rem_u $push72=, $pop71, $8 i32.ne $push73=, $pop69, $pop72 - br_if $pop73, BB12_28 + br_if $pop73, .LBB12_28 # BB#21: # %for.cond66 - # in Loop: Header=BB12_19 Depth=1 + # in Loop: Header=.LBB12_19 Depth=1 i32.add $5=, $5, $2 i32.add $10=, $10, $3 i32.le_s $push74=, $5, $7 - br_if $pop74, BB12_19 -BB12_22: # %for.end82 + br_if $pop74, .LBB12_19 +.LBB12_22: # %for.end82 call f11 call f12 i32.const $10=, 0 copy_local $5=, $10 -BB12_23: # %for.body85 +.LBB12_23: # %for.body85 # =>This Inner Loop Header: Depth=1 - block BB12_27 - loop BB12_26 + block .LBB12_27 + loop .LBB12_26 i32.add $push75=, $4, $10 i32.load $push76=, 0($pop75) i32.add $push77=, $0, $10 i32.load $push78=, 0($pop77) i32.rem_s $push79=, $pop78, $9 i32.ne $push80=, $pop76, $pop79 - br_if $pop80, BB12_27 + br_if $pop80, .LBB12_27 # BB#24: # %lor.lhs.false90 - # in Loop: Header=BB12_23 Depth=1 + # in Loop: Header=.LBB12_23 Depth=1 i32.add $push81=, $6, $10 i32.load $push82=, 0($pop81) i32.add $push83=, $1, $10 i32.load $push84=, 0($pop83) i32.rem_u $push85=, $pop84, $9 i32.ne $push86=, $pop82, $pop85 - br_if $pop86, BB12_27 + br_if $pop86, .LBB12_27 # BB#25: # %for.cond83 - # in Loop: Header=BB12_23 Depth=1 + # in Loop: Header=.LBB12_23 Depth=1 i32.add $5=, $5, $2 i32.add $10=, $10, $3 i32.le_s $push87=, $5, $7 - br_if $pop87, BB12_23 -BB12_26: # %for.end99 + br_if $pop87, .LBB12_23 +.LBB12_26: # %for.end99 i32.const $push88=, 0 return $pop88 -BB12_27: # %if.then95 +.LBB12_27: # %if.then95 call abort unreachable -BB12_28: # %if.then78 +.LBB12_28: # %if.then78 call abort unreachable -BB12_29: # %if.then61 +.LBB12_29: # %if.then61 call abort unreachable -BB12_30: # %if.then44 +.LBB12_30: # %if.then44 call abort unreachable -BB12_31: # %if.then27 +.LBB12_31: # %if.then27 call abort unreachable -BB12_32: # %if.then +.LBB12_32: # %if.then call abort unreachable -func_end12: - .size main, func_end12-main +.Lfunc_end12: + .size main, .Lfunc_end12-main .type a,@object # @a .bss diff --git a/test/torture-s/pr51877.c.s b/test/torture-s/pr51877.c.s index ddfb0f3f4..9d5d8c569 100644 --- a/test/torture-s/pr51877.c.s +++ b/test/torture-s/pr51877.c.s @@ -57,8 +57,8 @@ bar: # @bar i32.const $8=, __stack_pointer i32.store $13=, 0($8), $13 return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl baz .type baz,@function @@ -67,8 +67,8 @@ baz: # @baz #APP #NO_APP return -func_end1: - .size baz, func_end1-baz +.Lfunc_end1: + .size baz, .Lfunc_end1-baz .globl foo .type foo,@function @@ -82,11 +82,11 @@ foo: # @foo i32.sub $7=, $2, $3 i32.const $3=, __stack_pointer i32.store $7=, 0($3), $7 - block BB2_3 - block BB2_2 + block .LBB2_3 + block .LBB2_2 i32.const $push0=, 6 i32.ne $push1=, $1, $pop0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.then i32.const $push4=, 7 i32.const $5=, 40 @@ -97,8 +97,8 @@ foo: # @foo i32.const $6=, 40 i32.add $6=, $7, $6 call memcpy, $pop5, $6, $pop6 - br BB2_3 -BB2_2: # %if.else + br .LBB2_3 +.LBB2_2: # %if.else i32.const $push2=, 7 i32.const $7=, 0 i32.add $7=, $7, $7 @@ -107,15 +107,15 @@ BB2_2: # %if.else i32.const $8=, 0 i32.add $8=, $7, $8 call memcpy, $0, $8, $pop3 -BB2_3: # %if.end +.LBB2_3: # %if.end call baz i32.const $4=, 80 i32.add $7=, $7, $4 i32.const $4=, __stack_pointer i32.store $7=, 0($4), $7 return -func_end2: - .size foo, func_end2-foo +.Lfunc_end2: + .size foo, .Lfunc_end2-foo .globl main .type main,@function @@ -148,82 +148,82 @@ main: # @main call memcpy, $2, $12, $3 i32.const $3=, 0 i32.const $5=, 1 - block BB3_15 + block .LBB3_15 i32.load $push1=, a($3) i32.ne $push2=, $pop1, $5 - br_if $pop2, BB3_15 + br_if $pop2, .LBB3_15 # BB#1: # %lor.lhs.false i32.load8_u $push5=, a+4($3) i32.ne $push6=, $pop5, $0 - br_if $pop6, BB3_15 + br_if $pop6, .LBB3_15 # BB#2: # %lor.lhs.false i32.load $push3=, b($3) i32.const $push7=, 2 i32.ne $push8=, $pop3, $pop7 - br_if $pop8, BB3_15 + br_if $pop8, .LBB3_15 # BB#3: # %lor.lhs.false i32.const $4=, 255 i32.load8_u $push4=, b+4($3) i32.and $push9=, $pop4, $4 i32.ne $push10=, $pop9, $1 - br_if $pop10, BB3_15 + br_if $pop10, .LBB3_15 # BB#4: # %if.end call foo, $2, $3 - block BB3_14 + block .LBB3_14 i32.load $push11=, a($3) i32.ne $push12=, $pop11, $5 - br_if $pop12, BB3_14 + br_if $pop12, .LBB3_14 # BB#5: # %lor.lhs.false13 i32.load8_u $push15=, a+4($3) i32.ne $push16=, $pop15, $0 - br_if $pop16, BB3_14 + br_if $pop16, .LBB3_14 # BB#6: # %lor.lhs.false13 i32.load $push13=, b($3) i32.ne $push17=, $pop13, $0 - br_if $pop17, BB3_14 + br_if $pop17, .LBB3_14 # BB#7: # %lor.lhs.false13 i32.const $5=, 7 i32.load8_u $push14=, b+4($3) i32.and $push18=, $pop14, $4 i32.ne $push19=, $pop18, $5 - br_if $pop19, BB3_14 + br_if $pop19, .LBB3_14 # BB#8: # %if.end25 - block BB3_13 + block .LBB3_13 i32.const $push20=, 6 call foo, $2, $pop20 i32.load $push21=, a($3) i32.ne $push22=, $pop21, $1 - br_if $pop22, BB3_13 + br_if $pop22, .LBB3_13 # BB#9: # %lor.lhs.false28 i32.load8_u $push25=, a+4($3) i32.ne $push26=, $pop25, $5 - br_if $pop26, BB3_13 + br_if $pop26, .LBB3_13 # BB#10: # %lor.lhs.false28 i32.load $push23=, b($3) i32.ne $push27=, $pop23, $0 - br_if $pop27, BB3_13 + br_if $pop27, .LBB3_13 # BB#11: # %lor.lhs.false28 i32.load8_u $push24=, b+4($3) i32.and $push28=, $pop24, $4 i32.ne $push29=, $pop28, $5 - br_if $pop29, BB3_13 + br_if $pop29, .LBB3_13 # BB#12: # %if.end40 i32.const $8=, 80 i32.add $13=, $13, $8 i32.const $8=, __stack_pointer i32.store $13=, 0($8), $13 return $3 -BB3_13: # %if.then39 +.LBB3_13: # %if.then39 call abort unreachable -BB3_14: # %if.then24 +.LBB3_14: # %if.then24 call abort unreachable -BB3_15: # %if.then +.LBB3_15: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type bar.n,@object # @bar.n .lcomm bar.n,4,2 diff --git a/test/torture-s/pr52209.c.s b/test/torture-s/pr52209.c.s index 65f21f424..0b067ba4c 100644 --- a/test/torture-s/pr52209.c.s +++ b/test/torture-s/pr52209.c.s @@ -9,7 +9,7 @@ main: # @main i32.const $0=, 0 i32.load8_u $1=, c($0) i32.const $2=, 31 - block BB0_2 + block .LBB0_2 i32.shl $push0=, $1, $2 i32.shr_s $push1=, $pop0, $2 i32.const $push2=, -1 @@ -17,14 +17,14 @@ main: # @main i32.store $discard=, b($0), $pop3 i32.const $push4=, 1 i32.and $push5=, $1, $pop4 - br_if $pop5, BB0_2 + br_if $pop5, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .bss diff --git a/test/torture-s/pr52286.c.s b/test/torture-s/pr52286.c.s index 19401393e..9ef5b83b9 100644 --- a/test/torture-s/pr52286.c.s +++ b/test/torture-s/pr52286.c.s @@ -10,17 +10,17 @@ main: # @main copy_local $0=, $1 #APP #NO_APP - block BB0_2 + block .LBB0_2 i32.const $push0=, -1 i32.le_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $1 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr52760.c.s b/test/torture-s/pr52760.c.s index 0baf5935f..d4a56aeb6 100644 --- a/test/torture-s/pr52760.c.s +++ b/test/torture-s/pr52760.c.s @@ -6,13 +6,13 @@ foo: # @foo .param i32, i32 .local i32, i32, i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_2 -BB0_1: # %for.body + br_if $pop1, .LBB0_2 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.load16_u $2=, 0($1) i32.const $3=, 8 i32.shr_u $push2=, $2, $3 @@ -43,11 +43,11 @@ BB0_1: # %for.body i32.const $push17=, -1 i32.add $0=, $0, $pop17 i32.add $1=, $1, $3 - br_if $0, BB0_1 -BB0_2: # %for.end + br_if $0, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -66,12 +66,12 @@ main: # @main i32.const $push1=, 1 i32.const $3=, 8 i32.add $3=, $4, $3 - block BB1_2 + block .LBB1_2 call foo, $pop1, $3 i64.load $push2=, 8($4) i64.const $push3=, 506097522914230528 i64.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end i32.const $push5=, 0 i32.const $2=, 16 @@ -79,11 +79,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop5 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr52979-1.c.s b/test/torture-s/pr52979-1.c.s index 9042cb9a5..cc2aa6b98 100644 --- a/test/torture-s/pr52979-1.c.s +++ b/test/torture-s/pr52979-1.c.s @@ -5,8 +5,8 @@ foo: # @foo # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -61,26 +61,26 @@ bar: # @bar i32.store8 $discard=, b($6), $7 i32.store $discard=, e($6), $6 i32.load $1=, d($6) - block BB1_2 + block .LBB1_2 i64.const $push5=, 2147483648 i64.or $push6=, $4, $pop5 i64.store32 $discard=, a($3), $pop6 i32.const $push18=, 0 i32.eq $push19=, $1, $pop18 - br_if $pop19, BB1_2 + br_if $pop19, .LBB1_2 # BB#1: # %if.then i64.const $2=, 33 i64.shl $push16=, $0, $2 i64.shr_s $push17=, $pop16, $2 i64.store32 $discard=, c($6), $pop17 -BB1_2: # %if.end +.LBB1_2: # %if.end i32.const $10=, 16 i32.add $15=, $15, $10 i32.const $10=, __stack_pointer i32.store $15=, 0($10), $15 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl baz .type baz,@function @@ -135,19 +135,19 @@ baz: # @baz i32.store8 $discard=, b($7), $6 i32.store $discard=, e($7), $7 i32.load $1=, d($7) - block BB2_2 + block .LBB2_2 i64.const $push5=, 2147483648 i64.or $push6=, $4, $pop5 i64.store32 $discard=, a($3), $pop6 i32.const $push20=, 0 i32.eq $push21=, $1, $pop20 - br_if $pop21, BB2_2 + br_if $pop21, .LBB2_2 # BB#1: # %if.then.i i64.const $2=, 33 i64.shl $push16=, $0, $2 i64.shr_s $push17=, $pop16, $2 i64.store32 $discard=, c($7), $pop17 -BB2_2: # %bar.exit +.LBB2_2: # %bar.exit i32.load8_u $push18=, b+4($7) i32.store8 $discard=, a+4($7), $pop18 i32.load8_u $3=, b+2($7) @@ -163,8 +163,8 @@ BB2_2: # %bar.exit i32.const $10=, __stack_pointer i32.store $15=, 0($10), $15 return -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -220,19 +220,19 @@ main: # @main i32.store8 $discard=, b($7), $6 i32.store $discard=, e($7), $7 i32.load $1=, d($7) - block BB3_2 + block .LBB3_2 i64.const $push5=, 2147483648 i64.or $push6=, $4, $pop5 i64.store32 $discard=, a($3), $pop6 i32.const $push24=, 0 i32.eq $push25=, $1, $pop24 - br_if $pop25, BB3_2 + br_if $pop25, .LBB3_2 # BB#1: # %if.then.i.i i64.const $2=, 33 i64.shl $push16=, $0, $2 i64.shr_s $push17=, $pop16, $2 i64.store32 $discard=, c($7), $pop17 -BB3_2: # %baz.exit +.LBB3_2: # %baz.exit i32.load8_u $push18=, b+4($7) i32.store8 $discard=, a+4($7), $pop18 i32.load8_u $3=, b+2($7) @@ -244,23 +244,23 @@ BB3_2: # %baz.exit i32.store8 $discard=, a+1($7), $1 i32.store8 $discard=, a($7), $5 i64.const $2=, 33 - block BB3_4 + block .LBB3_4 i64.load32_u $push20=, a($7) i64.shl $push21=, $pop20, $2 i64.shr_s $push22=, $pop21, $2 i32.wrap/i64 $push23=, $pop22 - br_if $pop23, BB3_4 + br_if $pop23, .LBB3_4 # BB#3: # %if.end i32.const $10=, 16 i32.add $15=, $15, $10 i32.const $10=, __stack_pointer i32.store $15=, 0($10), $15 return $7 -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type a,@object # @a .data diff --git a/test/torture-s/pr52979-2.c.s b/test/torture-s/pr52979-2.c.s index f67b832ce..47ce54b1b 100644 --- a/test/torture-s/pr52979-2.c.s +++ b/test/torture-s/pr52979-2.c.s @@ -5,8 +5,8 @@ foo: # @foo # BB#0: # %entry return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -61,26 +61,26 @@ bar: # @bar i32.store8 $discard=, b($6), $7 i32.store $discard=, e($6), $6 i32.load $1=, d($6) - block BB1_2 + block .LBB1_2 i64.const $push5=, 2147483648 i64.or $push6=, $4, $pop5 i64.store32 $discard=, a($3), $pop6 i32.const $push18=, 0 i32.eq $push19=, $1, $pop18 - br_if $pop19, BB1_2 + br_if $pop19, .LBB1_2 # BB#1: # %if.then i64.const $2=, 33 i64.shl $push16=, $0, $2 i64.shr_s $push17=, $pop16, $2 i64.store32 $discard=, c($6), $pop17 -BB1_2: # %if.end +.LBB1_2: # %if.end i32.const $10=, 16 i32.add $15=, $15, $10 i32.const $10=, __stack_pointer i32.store $15=, 0($10), $15 return -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl baz .type baz,@function @@ -135,19 +135,19 @@ baz: # @baz i32.store8 $discard=, b($7), $6 i32.store $discard=, e($7), $7 i32.load $1=, d($7) - block BB2_2 + block .LBB2_2 i64.const $push5=, 2147483648 i64.or $push6=, $4, $pop5 i64.store32 $discard=, a($3), $pop6 i32.const $push20=, 0 i32.eq $push21=, $1, $pop20 - br_if $pop21, BB2_2 + br_if $pop21, .LBB2_2 # BB#1: # %if.then.i i64.const $2=, 33 i64.shl $push16=, $0, $2 i64.shr_s $push17=, $pop16, $2 i64.store32 $discard=, c($7), $pop17 -BB2_2: # %bar.exit +.LBB2_2: # %bar.exit i32.load8_u $push18=, b+4($7) i32.store8 $discard=, a+4($7), $pop18 i32.load8_u $3=, b+2($7) @@ -163,8 +163,8 @@ BB2_2: # %bar.exit i32.const $10=, __stack_pointer i32.store $15=, 0($10), $15 return -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -220,19 +220,19 @@ main: # @main i32.store8 $discard=, b($7), $6 i32.store $discard=, e($7), $7 i32.load $1=, d($7) - block BB3_2 + block .LBB3_2 i64.const $push5=, 2147483648 i64.or $push6=, $4, $pop5 i64.store32 $discard=, a($3), $pop6 i32.const $push24=, 0 i32.eq $push25=, $1, $pop24 - br_if $pop25, BB3_2 + br_if $pop25, .LBB3_2 # BB#1: # %if.then.i.i i64.const $2=, 33 i64.shl $push16=, $0, $2 i64.shr_s $push17=, $pop16, $2 i64.store32 $discard=, c($7), $pop17 -BB3_2: # %baz.exit +.LBB3_2: # %baz.exit i32.load8_u $push18=, b+4($7) i32.store8 $discard=, a+4($7), $pop18 i32.load8_u $3=, b+2($7) @@ -244,23 +244,23 @@ BB3_2: # %baz.exit i32.store8 $discard=, a+1($7), $1 i32.store8 $discard=, a($7), $5 i64.const $2=, 33 - block BB3_4 + block .LBB3_4 i64.load32_u $push20=, a($7) i64.shl $push21=, $pop20, $2 i64.shr_s $push22=, $pop21, $2 i32.wrap/i64 $push23=, $pop22 - br_if $pop23, BB3_4 + br_if $pop23, .LBB3_4 # BB#3: # %if.end i32.const $10=, 16 i32.add $15=, $15, $10 i32.const $10=, __stack_pointer i32.store $15=, 0($10), $15 return $7 -BB3_4: # %if.then +.LBB3_4: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type a,@object # @a .data diff --git a/test/torture-s/pr53084.c.s b/test/torture-s/pr53084.c.s index 16a05240e..69ec96667 100644 --- a/test/torture-s/pr53084.c.s +++ b/test/torture-s/pr53084.c.s @@ -7,24 +7,24 @@ bar: # @bar .local i32 # BB#0: # %entry i32.const $1=, 111 - block BB0_4 + block .LBB0_4 i32.load8_u $push0=, 0($0) i32.ne $push1=, $pop0, $1 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %lor.lhs.false i32.load8_u $push2=, 1($0) i32.ne $push3=, $pop2, $1 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#2: # %lor.lhs.false6 i32.load8_u $push4=, 2($0) - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#3: # %if.end return -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main call bar, $pop0 i32.const $push1=, 0 return $pop1 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/pr53160.c.s b/test/torture-s/pr53160.c.s index 5f904e97e..40069d89c 100644 --- a/test/torture-s/pr53160.c.s +++ b/test/torture-s/pr53160.c.s @@ -8,8 +8,8 @@ foo: # @foo i32.const $0=, 0 i32.store $discard=, e($0), $0 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -18,32 +18,32 @@ main: # @main .local i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, g($0) i32.const $push6=, 0 i32.eq $push7=, $pop0, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %if.then i32.load $discard=, b($0) -BB1_2: # %if.end +.LBB1_2: # %if.end i32.store $discard=, e($0), $0 i32.load8_s $1=, f($0) i32.load $2=, c($0) - block BB1_4 + block .LBB1_4 i32.const $push2=, -1 i32.store $discard=, d($0), $pop2 i32.store16 $push1=, i($0), $1 i32.select $push3=, $2, $pop1, $0 i32.store $push4=, h($0), $pop3 i32.store $push5=, a($0), $pop4 - br_if $pop5, BB1_4 + br_if $pop5, .LBB1_4 # BB#3: # %if.end16 return $0 -BB1_4: # %if.then15 +.LBB1_4: # %if.then15 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type c,@object # @c .data diff --git a/test/torture-s/pr53465.c.s b/test/torture-s/pr53465.c.s index 98c07b182..831f168f8 100644 --- a/test/torture-s/pr53465.c.s +++ b/test/torture-s/pr53465.c.s @@ -9,42 +9,42 @@ foo: # @foo i32.const $3=, 0 # implicit-def: %vreg19 copy_local $5=, $3 - block BB0_6 + block .LBB0_6 i32.le_s $push0=, $1, $3 - br_if $pop0, BB0_6 -BB0_1: # %for.body + br_if $pop0, .LBB0_6 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_6 + loop .LBB0_6 copy_local $2=, $4 i32.load $4=, 0($0) i32.const $push4=, 0 i32.eq $push5=, $4, $pop4 - br_if $pop5, BB0_6 + br_if $pop5, .LBB0_6 # BB#2: # %if.end - # in Loop: Header=BB0_1 Depth=1 - block BB0_5 + # in Loop: Header=.LBB0_1 Depth=1 + block .LBB0_5 i32.const $push6=, 0 i32.eq $push7=, $5, $pop6 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#3: # %if.end - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.gt_s $push1=, $4, $2 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#4: # %if.then3 call abort unreachable -BB0_5: # %for.cond - # in Loop: Header=BB0_1 Depth=1 +.LBB0_5: # %for.cond + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push2=, 4 i32.add $0=, $0, $pop2 i32.const $5=, 1 i32.add $3=, $3, $5 i32.lt_s $push3=, $3, $1 - br_if $pop3, BB0_1 -BB0_6: # %for.end + br_if $pop3, .LBB0_1 +.LBB0_6: # %for.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -53,8 +53,8 @@ main: # @main # BB#0: # %for.cond.i.1 i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr53688.c.s b/test/torture-s/pr53688.c.s index 6d4f74774..04db16bcb 100644 --- a/test/torture-s/pr53688.c.s +++ b/test/torture-s/pr53688.c.s @@ -40,8 +40,8 @@ init: # @init i64.const $push23=, 83 i64.store8 $discard=, p+9($pop22), $pop23 return -func_end0: - .size init, func_end0-init +.Lfunc_end0: + .size init, .Lfunc_end0-init .globl main .type main,@function @@ -91,7 +91,7 @@ main: # @main i64.store16 $discard=, 0($pop25), $pop12 i32.const $1=, 0 i64.load8_u $6=, p+9($1) - block BB1_2 + block .LBB1_2 i32.add $push26=, $11, $4 i64.shl $push5=, $2, $3 i64.or $push7=, $pop5, $5 @@ -107,14 +107,14 @@ main: # @main i32.and $push32=, $pop30, $pop31 i32.const $push33=, 83 i32.ne $push34=, $pop32, $pop33 - br_if $pop34, BB1_2 + br_if $pop34, .LBB1_2 # BB#1: # %if.end return $1 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type p,@object # @p .bss diff --git a/test/torture-s/pr54471.c.s b/test/torture-s/pr54471.c.s index c5891c5ce..4a5c9b250 100644 --- a/test/torture-s/pr54471.c.s +++ b/test/torture-s/pr54471.c.s @@ -14,13 +14,13 @@ foo: # @foo i32.store $10=, 0($8), $10 i64.const $6=, 0 i64.const $5=, 1 - block BB0_4 + block .LBB0_4 i32.const $push7=, 0 i32.eq $push8=, $3, $pop7 - br_if $pop8, BB0_4 -BB0_1: # %for.body + br_if $pop8, .LBB0_4 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $10=, 0 i32.add $10=, $10, $10 call __multi3, $10, $1, $2, $5, $6 @@ -40,14 +40,14 @@ BB0_1: # %for.body i64.load $1=, 16($10) i32.const $push2=, -1 i32.add $3=, $3, $pop2 - br_if $3, BB0_1 -BB0_2: # %for.end + br_if $3, .LBB0_1 +.LBB0_2: # %for.end i64.const $2=, 14348907 i64.const $1=, 0 i64.xor $push3=, $5, $2 i64.or $push4=, $pop3, $6 i64.ne $push5=, $pop4, $1 - br_if $pop5, BB0_4 + br_if $pop5, .LBB0_4 # BB#3: # %if.end i64.store $discard=, 0($0), $2 i32.add $push6=, $0, $4 @@ -57,11 +57,11 @@ BB0_2: # %for.end i32.const $9=, __stack_pointer i32.store $10=, 0($9), $10 return -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -87,8 +87,8 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop3 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr54937.c.s b/test/torture-s/pr54937.c.s index 6d99cd014..e12876d4b 100644 --- a/test/torture-s/pr54937.c.s +++ b/test/torture-s/pr54937.c.s @@ -8,24 +8,24 @@ t: # @t .local i32, i32 # BB#0: # %entry i32.const $2=, 0 - block BB0_4 + block .LBB0_4 i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 - br_if $pop1, BB0_4 -BB0_1: # %for.body + br_if $pop1, .LBB0_4 +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_4 - block BB0_3 + loop .LBB0_4 + block .LBB0_3 i32.const $push8=, 0 i32.eq $push9=, $2, $pop8 - br_if $pop9, BB0_3 + br_if $pop9, .LBB0_3 # BB#2: # %if.then - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $1=, 0 i32.load $push2=, terminate_me($1) call_indirect $pop2, $1 -BB0_3: # %if.end - # in Loop: Header=BB0_1 Depth=1 +.LBB0_3: # %if.end + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push3=, a i32.add $push4=, $pop3, $2 i32.const $push5=, 0 @@ -34,11 +34,11 @@ BB0_3: # %if.end i32.add $2=, $2, $pop6 i32.const $push7=, -1 i32.add $0=, $0, $pop7 - br_if $0, BB0_1 -BB0_4: # %for.end + br_if $0, .LBB0_1 +.LBB0_4: # %for.end return $2 -func_end0: - .size t, func_end0-t +.Lfunc_end0: + .size t, .Lfunc_end0-t .globl main .type main,@function @@ -52,8 +52,8 @@ main: # @main i32.call $discard=, t, $pop2 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type terminate_me,@object # @terminate_me .bss diff --git a/test/torture-s/pr54985.c.s b/test/torture-s/pr54985.c.s index 19cdda7d1..c3135288a 100644 --- a/test/torture-s/pr54985.c.s +++ b/test/torture-s/pr54985.c.s @@ -9,35 +9,35 @@ foo: # @foo # BB#0: # %entry i32.const $3=, 0 copy_local $2=, $3 - block BB0_4 + block .LBB0_4 i32.const $push1=, 0 i32.eq $push2=, $1, $pop1 - br_if $pop2, BB0_4 + br_if $pop2, .LBB0_4 # BB#1: # %while.body.preheader i32.load $6=, 0($0) i32.const $4=, 4 i32.add $0=, $0, $4 -BB0_2: # %while.cond +.LBB0_2: # %while.cond # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.const $push0=, -1 i32.add $1=, $1, $pop0 copy_local $2=, $3 i32.const $push3=, 0 i32.eq $push4=, $1, $pop3 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#3: # %while.cond.while.body_crit_edge - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.load $2=, 0($0) i32.add $0=, $0, $4 i32.lt_s $5=, $2, $6 copy_local $6=, $2 i32.const $2=, 1 - br_if $5, BB0_2 -BB0_4: # %cleanup + br_if $5, .LBB0_2 +.LBB0_4: # %cleanup return $2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -56,9 +56,9 @@ main: # @main i32.const $push1=, 2 i32.const $3=, 8 i32.add $3=, $4, $3 - block BB1_2 + block .LBB1_2 i32.call $push2=, foo, $3, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end i32.const $push3=, 0 i32.const $2=, 16 @@ -66,11 +66,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $4=, 0($2), $4 return $pop3 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr55137.c.s b/test/torture-s/pr55137.c.s index a34823a47..beb6133f6 100644 --- a/test/torture-s/pr55137.c.s +++ b/test/torture-s/pr55137.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $push0=, 2147483645 i32.gt_s $push1=, $0, $pop0 return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -21,8 +21,8 @@ bar: # @bar i32.const $push0=, 2 i32.add $push1=, $0, $pop0 return $pop1 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl baz .type baz,@function @@ -33,8 +33,8 @@ baz: # @baz i32.const $push0=, 1 i32.add $push1=, $0, $pop0 return $pop1 -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr55750.c.s b/test/torture-s/pr55750.c.s index 610b11dfc..c77e59f65 100644 --- a/test/torture-s/pr55750.c.s +++ b/test/torture-s/pr55750.c.s @@ -14,8 +14,8 @@ foo: # @foo i32.add $push3=, $pop2, $1 i32.store8 $discard=, 0($0), $pop3 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -29,25 +29,25 @@ main: # @main i32.const $push2=, 254 i32.store8 $discard=, arr+4($0), $pop2 call foo, $0 - block BB1_3 + block .LBB1_3 i32.const $push3=, 1 call foo, $pop3 i32.load8_u $push4=, arr($0) i32.const $push5=, 129 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB1_3 + br_if $pop6, .LBB1_3 # BB#1: # %entry i32.load8_u $push0=, arr+4($0) i32.const $push7=, 255 i32.and $push8=, $pop0, $pop7 - br_if $pop8, BB1_3 + br_if $pop8, .LBB1_3 # BB#2: # %if.end return $0 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type arr,@object # @arr .bss diff --git a/test/torture-s/pr55875.c.s b/test/torture-s/pr55875.c.s index f36f6cc6b..8b4193ab9 100644 --- a/test/torture-s/pr55875.c.s +++ b/test/torture-s/pr55875.c.s @@ -6,26 +6,26 @@ t: # @t .param i32 .result i32 # BB#0: # %entry - block BB0_4 + block .LBB0_4 i32.const $push3=, 0 i32.eq $push4=, $0, $pop3 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#1: # %if.end - block BB0_3 + block .LBB0_3 i32.const $push0=, 256 i32.ge_s $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#2: # %if.end3 return $0 -BB0_3: # %if.then2 +.LBB0_3: # %if.then2 call abort unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then i32.const $push2=, 0 call exit, $pop2 unreachable -func_end0: - .size t, func_end0-t +.Lfunc_end0: + .size t, .Lfunc_end0-t .globl main .type main,@function @@ -34,18 +34,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 5 -BB1_1: # %for.cond +.LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 - loop BB1_2 + loop .LBB1_2 i32.const $push0=, 255 i32.and $push1=, $0, $pop0 i32.call $discard=, t, $pop1 i32.const $push2=, 1 i32.add $0=, $0, $pop2 - br BB1_1 -BB1_2: -func_end1: - .size main, func_end1-main + br .LBB1_1 +.LBB1_2: +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/pr56051.c.s b/test/torture-s/pr56051.c.s index 627907beb..0dc0db78b 100644 --- a/test/torture-s/pr56051.c.s +++ b/test/torture-s/pr56051.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr56250.c.s b/test/torture-s/pr56250.c.s index 830f0f56c..577aac71e 100644 --- a/test/torture-s/pr56250.c.s +++ b/test/torture-s/pr56250.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr56799.c.s b/test/torture-s/pr56799.c.s index 105ec5a9b..f431faf59 100644 --- a/test/torture-s/pr56799.c.s +++ b/test/torture-s/pr56799.c.s @@ -22,27 +22,27 @@ main: # @main i32.store $0=, 0($pop4), $pop5 i32.const $5=, 8 i32.add $5=, $6, $5 - block BB0_4 + block .LBB0_4 i32.call $push6=, foo, $5 i32.const $push7=, 2 i32.ne $push8=, $pop6, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#1: # %entry i32.const $1=, 0 i32.load $push0=, lo($1) - br_if $pop0, BB0_4 + br_if $pop0, .LBB0_4 # BB#2: # %entry i32.load $push1=, hi($1) i32.ne $push9=, $pop1, $0 - br_if $pop9, BB0_4 + br_if $pop9, .LBB0_4 # BB#3: # %if.then call exit, $1 unreachable -BB0_4: # %if.end +.LBB0_4: # %if.end call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl foo .type foo,@function @@ -54,35 +54,35 @@ foo: # @foo i32.load $1=, 0($0) i32.const $2=, 65535 i32.const $3=, 0 - block BB1_2 + block .LBB1_2 i32.and $push0=, $1, $2 i32.const $push7=, 0 i32.eq $push8=, $pop0, $pop7 - br_if $pop8, BB1_2 + br_if $pop8, .LBB1_2 # BB#1: # %if.then i32.const $push1=, 0 i32.const $push2=, 1 i32.store $discard=, lo($pop1), $pop2 i32.load $3=, 4($0) -BB1_2: # %if.end - block BB1_5 - block BB1_4 +.LBB1_2: # %if.end + block .LBB1_5 + block .LBB1_4 i32.le_u $push3=, $1, $2 - br_if $pop3, BB1_4 + br_if $pop3, .LBB1_4 # BB#3: # %if.then7 i32.const $push4=, 0 i32.const $push5=, 1 i32.store $discard=, hi($pop4), $pop5 i32.load $0=, 4($0) i32.add $3=, $0, $3 - br BB1_5 -BB1_4: # %if.end.if.end10_crit_edge + br .LBB1_5 +.LBB1_4: # %if.end.if.end10_crit_edge i32.load $0=, 4($0) -BB1_5: # %if.end10 +.LBB1_5: # %if.end10 i32.add $push6=, $0, $3 return $pop6 -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .type hi,@object # @hi .bss diff --git a/test/torture-s/pr56837.c.s b/test/torture-s/pr56837.c.s index c7d16b790..724d92746 100644 --- a/test/torture-s/pr56837.c.s +++ b/test/torture-s/pr56837.c.s @@ -7,9 +7,9 @@ foo: # @foo # BB#0: # %entry i64.const $0=, 4294967295 i32.const $1=, -8192 -BB0_1: # %for.body +.LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_2 + loop .LBB0_2 i32.const $push0=, a i32.add $push1=, $pop0, $1 i32.const $push2=, 8192 @@ -17,11 +17,11 @@ BB0_1: # %for.body i64.store $discard=, 0($pop3), $0 i32.const $push4=, 8 i32.add $1=, $1, $pop4 - br_if $1, BB0_1 -BB0_2: # %for.end + br_if $1, .LBB0_1 +.LBB0_2: # %for.end return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -32,37 +32,37 @@ main: # @main call foo i32.const $1=, 0 i32.const $0=, a -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_5 - loop BB1_4 + block .LBB1_5 + loop .LBB1_4 i32.load $push1=, 0($0) i32.const $push4=, -1 i32.ne $push5=, $pop1, $pop4 - br_if $pop5, BB1_5 + br_if $pop5, .LBB1_5 # BB#2: # %for.body - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push2=, 4 i32.add $push3=, $0, $pop2 i32.load $push0=, 0($pop3) - br_if $pop0, BB1_5 + br_if $pop0, .LBB1_5 # BB#3: # %for.cond - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push6=, 1 i32.add $1=, $1, $pop6 i32.const $push7=, 8 i32.add $0=, $0, $pop7 i32.const $push8=, 1023 i32.le_s $push9=, $1, $pop8 - br_if $pop9, BB1_1 -BB1_4: # %for.end + br_if $pop9, .LBB1_1 +.LBB1_4: # %for.end i32.const $push10=, 0 return $pop10 -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/pr56899.c.s b/test/torture-s/pr56899.c.s index b77d82717..6aa32c365 100644 --- a/test/torture-s/pr56899.c.s +++ b/test/torture-s/pr56899.c.s @@ -5,76 +5,76 @@ f1: # @f1 .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -214748365 i32.mul $push1=, $0, $pop0 i32.const $push2=, 2147483646 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function f2: # @f2 .param i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 214748365 i32.mul $push1=, $0, $pop0 i32.const $push2=, 2147483646 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function f3: # @f3 .param i32 # BB#0: # %entry - block BB2_2 + block .LBB2_2 i32.const $push0=, -214748365 i32.mul $push1=, $0, $pop0 i32.const $push2=, 2147483646 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB2_2 + br_if $pop3, .LBB2_2 # BB#1: # %if.end return -BB2_2: # %if.then +.LBB2_2: # %if.then call abort unreachable -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl f4 .type f4,@function f4: # @f4 .param i32 # BB#0: # %entry - block BB3_2 + block .LBB3_2 i32.const $push0=, 214748365 i32.mul $push1=, $0, $pop0 i32.const $push2=, 2147483646 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB3_2 + br_if $pop3, .LBB3_2 # BB#1: # %if.end return -BB3_2: # %if.then +.LBB3_2: # %if.then call abort unreachable -func_end3: - .size f4, func_end3-f4 +.Lfunc_end3: + .size f4, .Lfunc_end3-f4 .globl main .type main,@function @@ -90,8 +90,8 @@ main: # @main call f4, $1 i32.const $push0=, 0 return $pop0 -func_end4: - .size main, func_end4-main +.Lfunc_end4: + .size main, .Lfunc_end4-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr56962.c.s b/test/torture-s/pr56962.c.s index 3039b8dbe..05d2d33c6 100644 --- a/test/torture-s/pr56962.c.s +++ b/test/torture-s/pr56962.c.s @@ -5,17 +5,17 @@ bar: # @bar .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, v+232 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -56,8 +56,8 @@ foo: # @foo i64.add $push17=, $9, $8 i64.store $discard=, 0($pop21), $pop17 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -70,8 +70,8 @@ main: # @main call foo, $pop0, $pop2, $pop1 i32.const $push3=, 0 return $pop3 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type v,@object # @v .bss diff --git a/test/torture-s/pr56982.c.s b/test/torture-s/pr56982.c.s index 2eb5dda5d..10282b3e9 100644 --- a/test/torture-s/pr56982.c.s +++ b/test/torture-s/pr56982.c.s @@ -7,8 +7,8 @@ baz: # @baz #APP #NO_APP return -func_end0: - .size baz, func_end0-baz +.Lfunc_end0: + .size baz, .Lfunc_end0-baz .globl f .type f,@function @@ -17,31 +17,31 @@ f: # @f .result i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.load $push0=, 0($0) i32.const $push5=, 0 i32.eq $push6=, $pop0, $pop5 - br_if $pop6, BB1_2 + br_if $pop6, .LBB1_2 # BB#1: # %if.then i32.const $push1=, 1 return $pop1 -BB1_2: # %if.end +.LBB1_2: # %if.end i32.const $1=, env #APP #NO_APP - block BB1_4 + block .LBB1_4 i32.call $push2=, _setjmp, $1 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#3: # %if.end6 i32.const $push4=, 42 call longjmp, $1, $pop4 unreachable -BB1_4: # %if.then2 +.LBB1_4: # %if.then2 i32.const $push3=, 0 call exit, $pop3 unreachable -func_end1: - .size f, func_end1-f +.Lfunc_end1: + .size f, .Lfunc_end1-f .globl main .type main,@function @@ -67,8 +67,8 @@ main: # @main i32.const $4=, __stack_pointer i32.store $4=, 0($4), $4 return $pop1 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type env,@object # @env .lcomm env,156,4 diff --git a/test/torture-s/pr57124.c.s b/test/torture-s/pr57124.c.s index 4e85735d4..fe0b5b882 100644 --- a/test/torture-s/pr57124.c.s +++ b/test/torture-s/pr57124.c.s @@ -6,20 +6,20 @@ foo: # @foo .param i32, i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.load16_u $push0=, 0($0) i32.const $push1=, 4095 i32.gt_u $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.then call abort unreachable -BB0_2: # %if.end +.LBB0_2: # %if.end i32.const $push3=, 0 call exit, $pop3 unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.add $3=, $4, $3 i32.call $discard=, foo, $2, $3 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr57131.c.s b/test/torture-s/pr57131.c.s index 7be994da0..3f705ee4e 100644 --- a/test/torture-s/pr57131.c.s +++ b/test/torture-s/pr57131.c.s @@ -27,7 +27,7 @@ main: # @main i64.load32_u $5=, 28($10) i32.load $0=, 24($10) i32.load $6=, 20($10) - block BB0_2 + block .LBB0_2 i64.load $push10=, 8($10) i64.shl $push5=, $4, $5 i64.mul $push6=, $pop5, $3 @@ -36,18 +36,18 @@ main: # @main i64.div_s $push9=, $pop6, $pop8 i64.add $push11=, $pop10, $pop9 i64.ne $push12=, $pop11, $2 - br_if $pop12, BB0_2 + br_if $pop12, .LBB0_2 # BB#1: # %if.end i32.const $9=, 48 i32.add $10=, $10, $9 i32.const $9=, __stack_pointer i32.store $10=, 0($9), $10 return $1 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr57144.c.s b/test/torture-s/pr57144.c.s index 5e9ad934e..80a3e2d6d 100644 --- a/test/torture-s/pr57144.c.s +++ b/test/torture-s/pr57144.c.s @@ -8,8 +8,8 @@ foo: # @foo i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -19,8 +19,8 @@ main: # @main i32.const $push0=, 1 call foo, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr57281.c.s b/test/torture-s/pr57281.c.s index a332db483..20e4d60a6 100644 --- a/test/torture-s/pr57281.c.s +++ b/test/torture-s/pr57281.c.s @@ -14,8 +14,8 @@ foo: # @foo i64.store $discard=, 0($pop1), $pop0 i32.select $push2=, $0, $1, $2 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -25,17 +25,17 @@ main: # @main # BB#0: # %entry i32.const $3=, 0 i32.const $4=, -20 - block BB1_3 + block .LBB1_3 i32.load $push0=, b($3) i32.eq $push1=, $pop0, $4 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#1: # %for.body.lr.ph i32.load $0=, a($3) i32.load $1=, e($3) i32.load $2=, g($3) -BB1_2: # %for.body +.LBB1_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i64.load $discard=, f($3) i32.store $5=, 0($1), $3 i32.load $6=, b($5) @@ -48,11 +48,11 @@ BB1_2: # %for.body i32.add $push6=, $pop4, $pop5 i32.store $push7=, b($5), $pop6 i32.ne $push8=, $pop7, $4 - br_if $pop8, BB1_2 -BB1_3: # %for.end + br_if $pop8, .LBB1_2 +.LBB1_3: # %for.end return $3 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/pr57321.c.s b/test/torture-s/pr57321.c.s index 36259d572..4b1b117cf 100644 --- a/test/torture-s/pr57321.c.s +++ b/test/torture-s/pr57321.c.s @@ -7,17 +7,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then.i i32.load $push1=, b($0) i32.const $push2=, 1 i32.store $discard=, 0($pop1), $pop2 -BB0_2: # %foo.exit +.LBB0_2: # %foo.exit return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr57344-1.c.s b/test/torture-s/pr57344-1.c.s index 24d230ad0..4405d9bc2 100644 --- a/test/torture-s/pr57344-1.c.s +++ b/test/torture-s/pr57344-1.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -3161 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end #APP #NO_APP return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -27,11 +27,11 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $2=, i($0) - block BB1_3 + block .LBB1_3 i64.const $push0=, 8583460864 i64.store $discard=, s+8($0), $pop0 i32.gt_s $push1=, $2, $0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#1: # %for.body.preheader i32.const $push2=, -3161 call foo, $pop2 @@ -41,10 +41,10 @@ main: # @main i32.store $discard=, i($0), $pop3 i32.const $push4=, -1 i32.gt_s $push5=, $2, $pop4 - br_if $pop5, BB1_3 -BB1_2: # %for.body.for.body_crit_edge + br_if $pop5, .LBB1_3 +.LBB1_2: # %for.body.for.body_crit_edge # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i64.load32_u $push12=, s+8($0) i32.const $push7=, s+8 i32.const $push6=, 4 @@ -65,11 +65,11 @@ BB1_2: # %for.body.for.body_crit_edge i32.add $push21=, $2, $1 i32.store $discard=, i($0), $pop21 i32.lt_s $push22=, $2, $0 - br_if $pop22, BB1_2 -BB1_3: # %for.end + br_if $pop22, .LBB1_2 +.LBB1_3: # %for.end return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .bss diff --git a/test/torture-s/pr57344-2.c.s b/test/torture-s/pr57344-2.c.s index 5270fff13..d1fe9fe5b 100644 --- a/test/torture-s/pr57344-2.c.s +++ b/test/torture-s/pr57344-2.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -3161 i32.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end #APP #NO_APP return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -27,11 +27,11 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $2=, i($0) - block BB1_3 + block .LBB1_3 i64.const $push0=, 562525691183104 i64.store $discard=, s+8($0), $pop0 i32.gt_s $push1=, $2, $0 - br_if $pop1, BB1_3 + br_if $pop1, .LBB1_3 # BB#1: # %for.body.preheader i32.const $push2=, -3161 call foo, $pop2 @@ -41,10 +41,10 @@ main: # @main i32.store $discard=, i($0), $pop3 i32.const $push4=, -1 i32.gt_s $push5=, $2, $pop4 - br_if $pop5, BB1_3 -BB1_2: # %for.body.for.body_crit_edge + br_if $pop5, .LBB1_3 +.LBB1_2: # %for.body.for.body_crit_edge # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $2=, s+8 i64.load32_u $push17=, s+8($0) i32.const $push11=, 4 @@ -69,11 +69,11 @@ BB1_2: # %for.body.for.body_crit_edge i32.add $push24=, $2, $1 i32.store $discard=, i($0), $pop24 i32.lt_s $push25=, $2, $0 - br_if $pop25, BB1_2 -BB1_3: # %for.end + br_if $pop25, .LBB1_2 +.LBB1_3: # %for.end return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type s,@object # @s .bss diff --git a/test/torture-s/pr57344-3.c.s b/test/torture-s/pr57344-3.c.s index ffd9be928..1bb5e0949 100644 --- a/test/torture-s/pr57344-3.c.s +++ b/test/torture-s/pr57344-3.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i64.const $push0=, -3161 i64.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end #APP #NO_APP return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -30,10 +30,10 @@ main: # @main i32.const $push1=, 16 call memcpy, $pop2, $pop0, $pop1 i32.const $0=, 0 - block BB1_3 + block .LBB1_3 i32.load $push3=, i($0) i32.gt_s $push4=, $pop3, $0 - br_if $pop4, BB1_3 + br_if $pop4, .LBB1_3 # BB#1: # %for.body.preheader i64.const $push5=, -3161 call foo, $pop5 @@ -43,10 +43,10 @@ main: # @main i32.store $discard=, i($0), $pop6 i32.const $push7=, -1 i32.gt_s $push8=, $5, $pop7 - br_if $pop8, BB1_3 -BB1_2: # %for.body.for.body_crit_edge + br_if $pop8, .LBB1_3 +.LBB1_2: # %for.body.for.body_crit_edge # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i64.load $2=, s+16($0) i64.const $3=, 7 i64.const $4=, 56 @@ -68,11 +68,11 @@ BB1_2: # %for.body.for.body_crit_edge i32.add $push22=, $5, $1 i32.store $discard=, i($0), $pop22 i32.lt_s $push23=, $5, $0 - br_if $pop23, BB1_2 -BB1_3: # %for.end + br_if $pop23, .LBB1_2 +.LBB1_3: # %for.end return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.t,@object # @main.t .section .rodata.cst16,"aM",@progbits,16 diff --git a/test/torture-s/pr57344-4.c.s b/test/torture-s/pr57344-4.c.s index 0a3a003c8..5002f92ab 100644 --- a/test/torture-s/pr57344-4.c.s +++ b/test/torture-s/pr57344-4.c.s @@ -5,19 +5,19 @@ foo: # @foo .param i64 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i64.const $push0=, -1220975898975746 i64.ne $push1=, $0, $pop0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end #APP #NO_APP return -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -30,10 +30,10 @@ main: # @main i32.const $push1=, 16 call memcpy, $pop2, $pop0, $pop1 i32.const $0=, 0 - block BB1_3 + block .LBB1_3 i32.load $push3=, i($0) i32.gt_s $push4=, $pop3, $0 - br_if $pop4, BB1_3 + br_if $pop4, .LBB1_3 # BB#1: # %for.body.preheader i64.const $push5=, -1220975898975746 call foo, $pop5 @@ -43,10 +43,10 @@ main: # @main i32.store $discard=, i($0), $pop6 i32.const $push7=, -1 i32.gt_s $push8=, $2, $pop7 - br_if $pop8, BB1_3 -BB1_2: # %for.body.for.body_crit_edge + br_if $pop8, .LBB1_3 +.LBB1_2: # %for.body.for.body_crit_edge # =>This Inner Loop Header: Depth=1 - loop BB1_3 + loop .LBB1_3 i32.const $2=, s+24 i64.load32_u $push20=, s+24($0) i32.const $push14=, 4 @@ -76,11 +76,11 @@ BB1_2: # %for.body.for.body_crit_edge i32.add $push32=, $2, $1 i32.store $discard=, i($0), $pop32 i32.lt_s $push33=, $2, $0 - br_if $pop33, BB1_2 -BB1_3: # %for.end + br_if $pop33, .LBB1_2 +.LBB1_3: # %for.end return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.t,@object # @main.t .section .rodata.cst16,"aM",@progbits,16 diff --git a/test/torture-s/pr57568.c.s b/test/torture-s/pr57568.c.s index 58b66c8aa..13f3f70a5 100644 --- a/test/torture-s/pr57568.c.s +++ b/test/torture-s/pr57568.c.s @@ -7,11 +7,11 @@ main: # @main .local i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_3 + block .LBB0_3 i32.load $push0=, b($0) i32.const $push3=, 0 i32.eq $push4=, $pop0, $pop3 - br_if $pop4, BB0_3 + br_if $pop4, .LBB0_3 # BB#1: # %land.lhs.true i32.load $1=, c($0) i32.load $2=, 0($1) @@ -20,14 +20,14 @@ main: # @main i32.store $discard=, 0($1), $pop2 i32.const $push5=, 0 i32.eq $push6=, $2, $pop5 - br_if $pop6, BB0_3 + br_if $pop6, .LBB0_3 # BB#2: # %if.then call abort unreachable -BB0_3: # %if.end +.LBB0_3: # %if.end return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/pr57829.c.s b/test/torture-s/pr57829.c.s index a8f3ae611..b27426674 100644 --- a/test/torture-s/pr57829.c.s +++ b/test/torture-s/pr57829.c.s @@ -13,8 +13,8 @@ f1: # @f1 i32.const $push4=, 2 i32.or $push5=, $pop3, $pop4 return $pop5 -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -29,8 +29,8 @@ f2: # @f2 i32.const $push4=, 2 i32.or $push5=, $pop3, $pop4 return $pop5 -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -47,8 +47,8 @@ f3: # @f3 i32.const $push6=, 4 i32.or $push7=, $pop5, $pop6 return $pop7 -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl main .type main,@function @@ -59,32 +59,32 @@ main: # @main i32.const $0=, 1 i32.call $1=, f1, $0 i32.const $2=, 2 - block BB3_5 + block .LBB3_5 i32.ne $push0=, $1, $2 - br_if $pop0, BB3_5 + br_if $pop0, .LBB3_5 # BB#1: # %lor.lhs.false i32.call $push1=, f2, $0 i32.ne $push2=, $pop1, $2 - br_if $pop2, BB3_5 + br_if $pop2, .LBB3_5 # BB#2: # %lor.lhs.false3 i32.const $push3=, 63 i32.call $push4=, f3, $pop3 i32.const $push5=, 6 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB3_5 + br_if $pop6, .LBB3_5 # BB#3: # %lor.lhs.false6 i32.call $push7=, f3, $0 i32.const $push8=, 4 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB3_5 + br_if $pop9, .LBB3_5 # BB#4: # %if.end i32.const $push10=, 0 return $pop10 -BB3_5: # %if.then +.LBB3_5: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr57860.c.s b/test/torture-s/pr57860.c.s index 55786e028..4bd2c4505 100644 --- a/test/torture-s/pr57860.c.s +++ b/test/torture-s/pr57860.c.s @@ -12,19 +12,19 @@ foo: # @foo i32.load $3=, h($5) i32.load $4=, f($5) i64.extend_s/i32 $1=, $0 -BB0_1: # %for.cond1thread-pre-split +.LBB0_1: # %for.cond1thread-pre-split # =>This Inner Loop Header: Depth=1 - loop BB0_5 - block BB0_3 + loop .LBB0_5 + block .LBB0_3 i32.load $push0=, c($5) i32.const $push15=, 0 i32.eq $push16=, $pop0, $pop15 - br_if $pop16, BB0_3 + br_if $pop16, .LBB0_3 # BB#2: # %for.inc.preheader - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.store $discard=, c($5), $5 -BB0_3: # %for.end - # in Loop: Header=BB0_1 Depth=1 +.LBB0_3: # %for.end + # in Loop: Header=.LBB0_1 Depth=1 i64.load32_s $push4=, 0($2) i64.load32_s $push1=, a($5) i64.const $push2=, 8589934591 @@ -39,17 +39,17 @@ BB0_3: # %for.end i32.shl $push9=, $0, $pop8 i32.add $push11=, $pop10, $pop9 i32.load $push12=, 0($pop11) - br_if $pop12, BB0_5 + br_if $pop12, .LBB0_5 # BB#4: # %for.inc6 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push13=, 1 i32.add $push14=, $0, $pop13 i32.store $discard=, g($5), $pop14 - br BB0_1 -BB0_5: # %if.then + br .LBB0_1 +.LBB0_5: # %if.then return $5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -62,19 +62,19 @@ main: # @main i32.load $1=, h($4) i32.load $2=, f($4) i64.const $5=, 8589934591 -BB1_1: # %for.cond1thread-pre-split.i +.LBB1_1: # %for.cond1thread-pre-split.i # =>This Inner Loop Header: Depth=1 - loop BB1_5 - block BB1_3 + loop .LBB1_5 + block .LBB1_3 i32.load $push0=, c($4) i32.const $push18=, 0 i32.eq $push19=, $pop0, $pop18 - br_if $pop19, BB1_3 + br_if $pop19, .LBB1_3 # BB#2: # %for.inc.preheader.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.store $discard=, c($4), $4 -BB1_3: # %for.end.i - # in Loop: Header=BB1_1 Depth=1 +.LBB1_3: # %for.end.i + # in Loop: Header=.LBB1_1 Depth=1 i64.load32_s $push3=, 0($0) i64.load32_s $push1=, a($4) i64.xor $push2=, $pop1, $5 @@ -89,26 +89,26 @@ BB1_3: # %for.end.i i32.shl $push9=, $3, $pop8 i32.add $push11=, $pop10, $pop9 i32.load $push12=, 0($pop11) - br_if $pop12, BB1_5 + br_if $pop12, .LBB1_5 # BB#4: # %for.inc6.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push16=, 1 i32.add $push17=, $3, $pop16 i32.store $discard=, g($4), $pop17 - br BB1_1 -BB1_5: # %foo.exit - block BB1_7 + br .LBB1_1 +.LBB1_5: # %foo.exit + block .LBB1_7 i32.load $push13=, d($4) i32.const $push14=, 1 i32.ne $push15=, $pop13, $pop14 - br_if $pop15, BB1_7 + br_if $pop15, .LBB1_7 # BB#6: # %if.end return $4 -BB1_7: # %if.then +.LBB1_7: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/pr57861.c.s b/test/torture-s/pr57861.c.s index 60a1d3da5..a3b756f95 100644 --- a/test/torture-s/pr57861.c.s +++ b/test/torture-s/pr57861.c.s @@ -11,12 +11,12 @@ main: # @main i32.store $discard=, c($1), $1 i32.const $2=, 24 copy_local $4=, $0 - block BB0_2 + block .LBB0_2 i32.load $push3=, e($1) i32.shl $push1=, $0, $2 i32.shr_s $push2=, $pop1, $2 i32.ge_u $push4=, $pop3, $pop2 - br_if $pop4, BB0_2 + br_if $pop4, .LBB0_2 # BB#1: # %if.then.i.1 i32.load $push5=, d($1) i32.ne $push6=, $pop5, $1 @@ -25,7 +25,7 @@ main: # @main i32.and $push0=, $pop6, $pop8 i32.store16 $4=, a($1), $pop0 i32.store16 $discard=, f($1), $1 -BB0_2: # %for.inc.i.1 +.LBB0_2: # %for.inc.i.1 i32.store $2=, j($1), $1 i32.load $3=, g($2) i32.const $push9=, 255 @@ -35,17 +35,17 @@ BB0_2: # %for.inc.i.1 i32.const $push12=, 2 i32.store $discard=, c($2), $pop12 i32.store $1=, 0($3), $2 - block BB0_4 + block .LBB0_4 i32.const $push13=, 65535 i32.and $push14=, $4, $pop13 - br_if $pop14, BB0_4 + br_if $pop14, .LBB0_4 # BB#3: # %if.end return $1 -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr57875.c.s b/test/torture-s/pr57875.c.s index ae7e255dc..ca4fea61e 100644 --- a/test/torture-s/pr57875.c.s +++ b/test/torture-s/pr57875.c.s @@ -8,48 +8,48 @@ main: # @main # BB#0: # %entry i32.const $3=, 0 i32.load $5=, i($3) - block BB0_9 + block .LBB0_9 i32.gt_s $push0=, $5, $3 - br_if $pop0, BB0_9 + br_if $pop0, .LBB0_9 # BB#1: # %for.body.lr.ph i32.load $0=, d($3) i32.load $1=, c($3) -BB0_2: # %for.body +.LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB0_8 - block BB0_7 - br_if $0, BB0_7 + loop .LBB0_8 + block .LBB0_7 + br_if $0, .LBB0_7 # BB#3: # %if.then - # in Loop: Header=BB0_2 Depth=1 - block BB0_6 - block BB0_5 + # in Loop: Header=.LBB0_2 Depth=1 + block .LBB0_6 + block .LBB0_5 i32.const $push14=, 0 i32.eq $push15=, $1, $pop14 - br_if $pop15, BB0_5 + br_if $pop15, .LBB0_5 # BB#4: # %if.then.if.end_crit_edge - # in Loop: Header=BB0_2 Depth=1 + # in Loop: Header=.LBB0_2 Depth=1 i32.load $2=, f($3) - br BB0_6 -BB0_5: # %if.then2 - # in Loop: Header=BB0_2 Depth=1 + br .LBB0_6 +.LBB0_5: # %if.then2 + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push1=, 2 i32.store $2=, f($3), $pop1 -BB0_6: # %if.end - # in Loop: Header=BB0_2 Depth=1 +.LBB0_6: # %if.end + # in Loop: Header=.LBB0_2 Depth=1 i32.load8_u $push2=, e($3) i32.and $push3=, $pop2, $2 i32.store8 $discard=, e($3), $pop3 -BB0_7: # %for.inc - # in Loop: Header=BB0_2 Depth=1 +.LBB0_7: # %for.inc + # in Loop: Header=.LBB0_2 Depth=1 i32.const $push4=, 1 i32.add $2=, $5, $pop4 i32.lt_s $4=, $5, $3 copy_local $5=, $2 - br_if $4, BB0_2 -BB0_8: # %for.cond.for.end_crit_edge + br_if $4, .LBB0_2 +.LBB0_8: # %for.cond.for.end_crit_edge i32.store $discard=, i($3), $2 -BB0_9: # %for.end - block BB0_11 +.LBB0_9: # %for.end + block .LBB0_11 i32.const $push10=, a i32.load8_u $push5=, e($3) i32.const $push6=, 1 @@ -59,14 +59,14 @@ BB0_9: # %for.end i32.add $push11=, $pop10, $pop9 i32.load $push12=, 0($pop11) i32.store $push13=, b($3), $pop12 - br_if $pop13, BB0_11 + br_if $pop13, .LBB0_11 # BB#10: # %if.end10 return $3 -BB0_11: # %if.then9 +.LBB0_11: # %if.then9 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type i,@object # @i .bss diff --git a/test/torture-s/pr57877.c.s b/test/torture-s/pr57877.c.s index 37dcb90fb..4e7d0e407 100644 --- a/test/torture-s/pr57877.c.s +++ b/test/torture-s/pr57877.c.s @@ -9,22 +9,22 @@ main: # @main i32.const $3=, 0 i32.load $7=, g($3) i32.const $4=, 1 - block BB0_5 - block BB0_2 + block .LBB0_5 + block .LBB0_2 i32.lt_s $push2=, $7, $4 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %entry.foo.exit_crit_edge i32.load $6=, e($3) - br BB0_5 -BB0_2: # %for.body.lr.ph.i + br .LBB0_5 +.LBB0_2: # %for.body.lr.ph.i i64.load32_s $0=, f($3) i32.load $1=, c($3) i32.load $2=, a($3) i32.const $push3=, -1 i32.add $7=, $7, $pop3 -BB0_3: # %for.body.i +.LBB0_3: # %for.body.i # =>This Inner Loop Header: Depth=1 - loop BB0_4 + loop .LBB0_4 i32.load $push0=, 0($1) i32.store $5=, h($3), $pop0 i32.const $6=, 16 @@ -39,20 +39,20 @@ BB0_3: # %for.body.i i32.store $6=, e($3), $pop1 i32.add $7=, $7, $4 i32.lt_s $push10=, $7, $3 - br_if $pop10, BB0_3 -BB0_4: # %for.cond.for.end_crit_edge.i + br_if $pop10, .LBB0_3 +.LBB0_4: # %for.cond.for.end_crit_edge.i i32.store16 $discard=, d($3), $5 -BB0_5: # %foo.exit - block BB0_7 +.LBB0_5: # %foo.exit + block .LBB0_7 i32.ne $push11=, $6, $4 - br_if $pop11, BB0_7 + br_if $pop11, .LBB0_7 # BB#6: # %if.end return $3 -BB0_7: # %if.then +.LBB0_7: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type b,@object # @b .bss diff --git a/test/torture-s/pr58209.c.s b/test/torture-s/pr58209.c.s index fea0a4d60..e5ca5a66c 100644 --- a/test/torture-s/pr58209.c.s +++ b/test/torture-s/pr58209.c.s @@ -6,10 +6,10 @@ foo: # @foo .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push6=, 0 i32.eq $push7=, $0, $pop6 - br_if $pop7, BB0_2 + br_if $pop7, .LBB0_2 # BB#1: # %if.end i32.const $push0=, -1 i32.add $push1=, $0, $pop0 @@ -17,11 +17,11 @@ foo: # @foo i32.const $push3=, 4 i32.add $push4=, $pop2, $pop3 return $pop4 -BB0_2: # %return +.LBB0_2: # %return i32.const $push5=, buf return $pop5 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -31,20 +31,20 @@ bar: # @bar .local i32 # BB#0: # %entry i32.const $1=, buf - block BB1_2 + block .LBB1_2 i32.const $push4=, 0 i32.eq $push5=, $0, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end i32.const $push0=, -1 i32.add $push1=, $0, $pop0 i32.call $push2=, foo, $pop1 i32.const $push3=, 4 i32.add $1=, $pop2, $pop3 -BB1_2: # %return +.LBB1_2: # %return return $1 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -54,47 +54,47 @@ main: # @main # BB#0: # %entry i32.const $3=, 0 i32.const $2=, buf-4 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB2_7 - loop BB2_6 + block .LBB2_7 + loop .LBB2_6 i32.call $0=, foo, $3 i32.const $1=, 4 i32.add $2=, $2, $1 i32.ne $push1=, $2, $0 - br_if $pop1, BB2_7 + br_if $pop1, .LBB2_7 # BB#2: # %lor.lhs.false - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $4=, buf - block BB2_4 + block .LBB2_4 i32.const $push9=, 0 i32.eq $push10=, $3, $pop9 - br_if $pop10, BB2_4 + br_if $pop10, .LBB2_4 # BB#3: # %if.end.i - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push2=, -1 i32.add $push3=, $3, $pop2 i32.call $push4=, foo, $pop3 i32.add $4=, $pop4, $1 -BB2_4: # %bar.exit - # in Loop: Header=BB2_1 Depth=1 +.LBB2_4: # %bar.exit + # in Loop: Header=.LBB2_1 Depth=1 i32.ne $push5=, $4, $0 - br_if $pop5, BB2_7 + br_if $pop5, .LBB2_7 # BB#5: # %for.cond - # in Loop: Header=BB2_1 Depth=1 + # in Loop: Header=.LBB2_1 Depth=1 i32.const $push0=, 1 i32.add $3=, $3, $pop0 i32.const $push6=, 26 i32.le_s $push7=, $3, $pop6 - br_if $pop7, BB2_1 -BB2_6: # %for.end + br_if $pop7, .LBB2_1 +.LBB2_6: # %for.end i32.const $push8=, 0 return $pop8 -BB2_7: # %if.then +.LBB2_7: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type buf,@object # @buf .bss diff --git a/test/torture-s/pr58277-2.c.s b/test/torture-s/pr58277-2.c.s index 048c01275..fd248b4fa 100644 --- a/test/torture-s/pr58277-2.c.s +++ b/test/torture-s/pr58277-2.c.s @@ -8,34 +8,34 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.store8 $discard=, n($0), $0 - block BB0_4 + block .LBB0_4 i32.load $push0=, g($0) i32.const $push7=, 0 i32.eq $push8=, $pop0, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#1: # %for.end.lr.ph.i.i i32.load $2=, t($0) -BB0_2: # %for.end.i.i +.LBB0_2: # %for.end.i.i # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.load $discard=, d($0) i32.load $push1=, h($0) i32.store $1=, 0($pop1), $0 i32.const $push2=, 1 i32.add $2=, $2, $pop2 i32.load $push3=, g($1) - br_if $pop3, BB0_2 -BB0_3: # %fn2.exit.i + br_if $pop3, .LBB0_2 +.LBB0_3: # %fn2.exit.i i32.store $discard=, t($1), $2 -BB0_4: # %if.end +.LBB0_4: # %if.end i32.load $push4=, h($0) i32.store $discard=, 0($pop4), $0 i32.load $push5=, s($0) i32.store $discard=, 0($pop5), $0 i32.store8 $push6=, n($0), $0 return $pop6 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type n,@object # @n .bss diff --git a/test/torture-s/pr58364.c.s b/test/torture-s/pr58364.c.s index 6b4e32360..41870d354 100644 --- a/test/torture-s/pr58364.c.s +++ b/test/torture-s/pr58364.c.s @@ -11,8 +11,8 @@ foo: # @foo i32.const $push2=, 1 i32.select $push3=, $pop1, $pop2, $0 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,16 +24,16 @@ main: # @main i32.load $1=, a($0) i32.load $2=, c($0) i32.store $discard=, b($0), $0 - block BB1_2 + block .LBB1_2 i32.le_s $push0=, $1, $2 - br_if $pop0, BB1_2 + br_if $pop0, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/pr58365.c.s b/test/torture-s/pr58365.c.s index e84502421..5e3f95d36 100644 --- a/test/torture-s/pr58365.c.s +++ b/test/torture-s/pr58365.c.s @@ -8,8 +8,8 @@ foo: # @foo i32.const $push0=, 0 i32.load8_s $push1=, i($pop0) return $pop1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -24,12 +24,12 @@ main: # @main i32.const $6=, __stack_pointer i32.store $16=, 0($6), $16 i32.const $0=, 0 - block BB1_3 - block BB1_2 + block .LBB1_3 + block .LBB1_2 i32.load8_u $push0=, i($0) i32.const $push36=, 0 i32.eq $push37=, $pop0, $pop36 - br_if $pop37, BB1_2 + br_if $pop37, .LBB1_2 # BB#1: # %if.then.i i32.const $push2=, 16 i32.const $14=, 8 @@ -57,8 +57,8 @@ main: # @main i64.shl $push14=, $2, $1 i64.or $push15=, $pop14, $3 i64.store $discard=, 8($16), $pop15 - br BB1_3 -BB1_2: # %if.end.i + br .LBB1_3 +.LBB1_2: # %if.end.i i32.const $push16=, 16 i32.const $8=, 8 i32.add $8=, $16, $8 @@ -71,7 +71,7 @@ BB1_2: # %if.end.i i64.const $push20=, 0 i64.store $push21=, 0($pop19), $pop20 i64.store $discard=, 8($16), $pop21 -BB1_3: # %bar.exit +.LBB1_3: # %bar.exit i32.load $push22=, 8($16) i32.store $discard=, h($0), $pop22 i32.const $push23=, 16 @@ -99,21 +99,21 @@ BB1_3: # %bar.exit i32.load $push34=, 0($pop33) i32.store $discard=, h+4($0), $pop34 i32.load $4=, h+4($0) - block BB1_5 + block .LBB1_5 i32.const $push35=, 1 i32.store $discard=, f+4($0), $pop35 - br_if $4, BB1_5 + br_if $4, .LBB1_5 # BB#4: # %if.end i32.const $7=, 32 i32.add $16=, $16, $7 i32.const $7=, __stack_pointer i32.store $16=, 0($7), $16 return $0 -BB1_5: # %if.then +.LBB1_5: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type i,@object # @i .data diff --git a/test/torture-s/pr58385.c.s b/test/torture-s/pr58385.c.s index e4122b036..db5358791 100644 --- a/test/torture-s/pr58385.c.s +++ b/test/torture-s/pr58385.c.s @@ -9,8 +9,8 @@ foo: # @foo i32.const $0=, 0 i32.store $push0=, b($0), $0 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.const $0=, 0 i32.store $push0=, b($0), $0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type b,@object # @b .data diff --git a/test/torture-s/pr58387.c.s b/test/torture-s/pr58387.c.s index ef967cf29..77fb10413 100644 --- a/test/torture-s/pr58387.c.s +++ b/test/torture-s/pr58387.c.s @@ -7,17 +7,17 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) i32.ge_s $push1=, $pop0, $0 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr58419.c.s b/test/torture-s/pr58419.c.s index 5e086f6a3..0e5e1c8e4 100644 --- a/test/torture-s/pr58419.c.s +++ b/test/torture-s/pr58419.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.shl $push1=, $pop0, $2 i32.shr_s $push2=, $pop1, $2 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -27,8 +27,8 @@ bar: # @bar i32.store16 $discard=, c($0), $pop0 i32.store $push1=, 0($1), $0 return $pop1 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -45,7 +45,7 @@ main: # @main i32.const $6=, 1 i32.const $3=, 255 copy_local $4=, $6 - block BB2_2 + block .LBB2_2 i32.load $push1=, k($1) i32.ne $push4=, $pop1, $1 i32.and $push2=, $5, $2 @@ -55,16 +55,16 @@ main: # @main i32.lt_s $push7=, $pop6, $6 i32.sub $push8=, $pop5, $pop7 i32.and $push9=, $pop8, $3 - br_if $pop9, BB2_2 + br_if $pop9, .LBB2_2 # BB#1: # %lor.rhs i32.const $4=, 0 i32.const $push10=, 1 i32.store16 $5=, c($4), $pop10 i32.store $discard=, 0($0), $4 -BB2_2: # %lor.end +.LBB2_2: # %lor.end i32.store $discard=, g($1), $4 copy_local $4=, $6 - block BB2_4 + block .LBB2_4 i32.load $push11=, k($1) i32.ne $push14=, $pop11, $1 i32.and $push12=, $5, $2 @@ -74,16 +74,16 @@ BB2_2: # %lor.end i32.lt_s $push17=, $pop16, $6 i32.sub $push18=, $pop15, $pop17 i32.and $push19=, $pop18, $3 - br_if $pop19, BB2_4 + br_if $pop19, .LBB2_4 # BB#3: # %lor.rhs.1 i32.const $4=, 0 i32.const $push20=, 1 i32.store16 $5=, c($4), $pop20 i32.store $discard=, 0($0), $4 -BB2_4: # %lor.end.1 +.LBB2_4: # %lor.end.1 i32.store $discard=, g($1), $4 copy_local $4=, $6 - block BB2_6 + block .LBB2_6 i32.load $push21=, k($1) i32.ne $push24=, $pop21, $1 i32.and $push22=, $5, $2 @@ -93,16 +93,16 @@ BB2_4: # %lor.end.1 i32.lt_s $push27=, $pop26, $6 i32.sub $push28=, $pop25, $pop27 i32.and $push29=, $pop28, $3 - br_if $pop29, BB2_6 + br_if $pop29, .LBB2_6 # BB#5: # %lor.rhs.2 i32.const $4=, 0 i32.const $push30=, 1 i32.store16 $5=, c($4), $pop30 i32.store $discard=, 0($0), $4 -BB2_6: # %lor.end.2 +.LBB2_6: # %lor.end.2 i32.store $discard=, g($1), $4 copy_local $4=, $6 - block BB2_8 + block .LBB2_8 i32.load $push31=, k($1) i32.ne $push34=, $pop31, $1 i32.and $push32=, $5, $2 @@ -112,16 +112,16 @@ BB2_6: # %lor.end.2 i32.lt_s $push37=, $pop36, $6 i32.sub $push38=, $pop35, $pop37 i32.and $push39=, $pop38, $3 - br_if $pop39, BB2_8 + br_if $pop39, .LBB2_8 # BB#7: # %lor.rhs.3 i32.const $4=, 0 i32.const $push40=, 1 i32.store16 $5=, c($4), $pop40 i32.store $discard=, 0($0), $4 -BB2_8: # %lor.end.3 +.LBB2_8: # %lor.end.3 i32.store $discard=, g($1), $4 copy_local $4=, $6 - block BB2_10 + block .LBB2_10 i32.load $push41=, k($1) i32.ne $push44=, $pop41, $1 i32.and $push42=, $5, $2 @@ -131,16 +131,16 @@ BB2_8: # %lor.end.3 i32.lt_s $push47=, $pop46, $6 i32.sub $push48=, $pop45, $pop47 i32.and $push49=, $pop48, $3 - br_if $pop49, BB2_10 + br_if $pop49, .LBB2_10 # BB#9: # %lor.rhs.4 i32.const $4=, 0 i32.const $push50=, 1 i32.store16 $5=, c($4), $pop50 i32.store $discard=, 0($0), $4 -BB2_10: # %lor.end.4 +.LBB2_10: # %lor.end.4 i32.store $discard=, g($1), $4 copy_local $4=, $6 - block BB2_12 + block .LBB2_12 i32.load $push51=, k($1) i32.ne $push54=, $pop51, $1 i32.and $push52=, $5, $2 @@ -150,16 +150,16 @@ BB2_10: # %lor.end.4 i32.lt_s $push57=, $pop56, $6 i32.sub $push58=, $pop55, $pop57 i32.and $push59=, $pop58, $3 - br_if $pop59, BB2_12 + br_if $pop59, .LBB2_12 # BB#11: # %lor.rhs.5 i32.const $4=, 0 i32.const $push60=, 1 i32.store16 $5=, c($4), $pop60 i32.store $discard=, 0($0), $4 -BB2_12: # %lor.end.5 +.LBB2_12: # %lor.end.5 i32.store $discard=, g($1), $4 copy_local $4=, $6 - block BB2_14 + block .LBB2_14 i32.load $push61=, k($1) i32.ne $push64=, $pop61, $1 i32.and $push62=, $5, $2 @@ -169,13 +169,13 @@ BB2_12: # %lor.end.5 i32.lt_s $push67=, $pop66, $6 i32.sub $push68=, $pop65, $pop67 i32.and $push69=, $pop68, $3 - br_if $pop69, BB2_14 + br_if $pop69, .LBB2_14 # BB#13: # %lor.rhs.6 i32.const $4=, 0 i32.const $push70=, 1 i32.store16 $5=, c($4), $pop70 i32.store $discard=, 0($0), $4 -BB2_14: # %lor.end.6 +.LBB2_14: # %lor.end.6 i32.store $discard=, g($1), $4 i32.load $push71=, k($1) i32.ne $push74=, $pop71, $1 @@ -183,17 +183,17 @@ BB2_14: # %lor.end.6 i32.ne $push73=, $pop72, $1 i32.and $5=, $pop74, $pop73 i32.load $2=, a($1) - block BB2_16 + block .LBB2_16 i32.load $push75=, i($1) i32.lt_s $push76=, $pop75, $6 i32.sub $push77=, $5, $pop76 i32.and $push78=, $pop77, $3 - br_if $pop78, BB2_16 + br_if $pop78, .LBB2_16 # BB#15: # %lor.rhs.7 i32.const $push79=, 1 i32.store16 $discard=, c($1), $pop79 i32.store $6=, 0($0), $1 -BB2_16: # %lor.end.7 +.LBB2_16: # %lor.end.7 i32.store $discard=, g($1), $6 i32.store16 $discard=, h($1), $2 i32.store8 $discard=, e($1), $5 @@ -201,8 +201,8 @@ BB2_16: # %lor.end.7 i32.store8 $discard=, b($1), $pop80 i32.call $discard=, getpid return $1 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type c,@object # @c .bss diff --git a/test/torture-s/pr58431.c.s b/test/torture-s/pr58431.c.s index 7290412b9..8e38269e2 100644 --- a/test/torture-s/pr58431.c.s +++ b/test/torture-s/pr58431.c.s @@ -15,57 +15,57 @@ main: # @main i32.load $0=, k($3) i32.load8_s $1=, a($3) i32.const $4=, 24 - block BB0_2 + block .LBB0_2 i32.shl $push2=, $2, $4 i32.shr_s $4=, $pop2, $4 i32.load $push3=, j($3) - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %lor.rhs i32.load $push4=, c($3) i32.ne $5=, $pop4, $3 -BB0_2: # %lor.end - block BB0_10 - block BB0_8 - block BB0_6 +.LBB0_2: # %lor.end + block .LBB0_10 + block .LBB0_8 + block .LBB0_6 i32.ne $push5=, $1, $4 - br_if $pop5, BB0_6 + br_if $pop5, .LBB0_6 # BB#3: # %if.else i32.load $4=, e($3) - block BB0_5 + block .LBB0_5 i32.const $push9=, 1 i32.store8 $2=, h($3), $pop9 i32.const $push11=, 0 i32.eq $push12=, $4, $pop11 - br_if $pop12, BB0_5 + br_if $pop12, .LBB0_5 # BB#4: # %for.inc17.preheader i32.store $discard=, e($3), $3 - br BB0_8 -BB0_5: # %for.end22.thread + br .LBB0_8 +.LBB0_5: # %for.end22.thread i32.store $discard=, g($3), $0 i32.store $discard=, j($3), $5 i32.store $discard=, b($3), $2 - br BB0_10 -BB0_6: # %for.cond10thread-pre-split + br .LBB0_10 +.LBB0_6: # %for.cond10thread-pre-split i32.load $push6=, d($3) i32.gt_s $push7=, $pop6, $3 - br_if $pop7, BB0_8 + br_if $pop7, .LBB0_8 # BB#7: # %for.inc.preheader i32.const $push8=, 1 i32.store $discard=, d($3), $pop8 -BB0_8: # %for.end22 +.LBB0_8: # %for.end22 i32.store $discard=, g($3), $0 i32.load8_u $4=, h($3) i32.store $discard=, j($3), $5 i32.const $push10=, 1 i32.store $discard=, b($3), $pop10 - br_if $4, BB0_10 + br_if $4, .LBB0_10 # BB#9: # %if.end27 return $3 -BB0_10: # %if.then26 +.LBB0_10: # %if.then26 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type i,@object # @i .bss diff --git a/test/torture-s/pr58564.c.s b/test/torture-s/pr58564.c.s index e9c1ac6b1..c7f2b3124 100644 --- a/test/torture-s/pr58564.c.s +++ b/test/torture-s/pr58564.c.s @@ -9,8 +9,8 @@ main: # @main i32.const $0=, 0 i32.store $push0=, b($0), $0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .bss diff --git a/test/torture-s/pr58570.c.s b/test/torture-s/pr58570.c.s index 3b8c871f2..d2e915846 100644 --- a/test/torture-s/pr58570.c.s +++ b/test/torture-s/pr58570.c.s @@ -7,11 +7,11 @@ main: # @main .local i32, i32, i32, i64 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, e($0) i32.const $push29=, 0 i32.eq $push30=, $pop0, $pop29 - br_if $pop30, BB0_2 + br_if $pop30, .LBB0_2 # BB#1: # %if.then i32.const $push4=, d i32.load $push1=, i($0) @@ -30,8 +30,8 @@ main: # @main i64.const $push10=, 61440 i64.and $push11=, $3, $pop10 i64.store16 $discard=, 0($2), $pop11 -BB0_2: # %if.end - block BB0_4 +.LBB0_2: # %if.end + block .LBB0_4 i64.load32_u $push18=, d($0) i32.const $push12=, d i32.const $push13=, 4 @@ -49,14 +49,14 @@ BB0_2: # %if.end i32.wrap/i64 $push26=, $pop25 i32.const $push27=, 1 i32.ne $push28=, $pop26, $pop27 - br_if $pop28, BB0_4 + br_if $pop28, .LBB0_4 # BB#3: # %if.end7 return $0 -BB0_4: # %if.then6 +.LBB0_4: # %if.then6 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type e,@object # @e .data diff --git a/test/torture-s/pr58574.c.s b/test/torture-s/pr58574.c.s index a6d1f86c2..b9b091e85 100644 --- a/test/torture-s/pr58574.c.s +++ b/test/torture-s/pr58574.c.s @@ -9,77 +9,77 @@ foo: # @foo # BB#0: # %entry i32.trunc_s/f64 $1=, $0 f64.const $2=, 0x1p0 - block BB0_66 + block .LBB0_66 i32.const $push0=, 93 i32.gt_u $push1=, $1, $pop0 - br_if $pop1, BB0_66 + br_if $pop1, .LBB0_66 # BB#1: # %entry - block BB0_65 - block BB0_64 - block BB0_63 - block BB0_62 - block BB0_61 - block BB0_60 - block BB0_59 - block BB0_58 - block BB0_57 - block BB0_56 - block BB0_55 - block BB0_54 - block BB0_53 - block BB0_52 - block BB0_51 - block BB0_50 - block BB0_49 - block BB0_48 - block BB0_47 - block BB0_46 - block BB0_45 - block BB0_44 - block BB0_43 - block BB0_42 - block BB0_41 - block BB0_40 - block BB0_39 - block BB0_38 - block BB0_37 - block BB0_36 - block BB0_35 - block BB0_34 - block BB0_33 - block BB0_32 - block BB0_31 - block BB0_30 - block BB0_29 - block BB0_28 - block BB0_27 - block BB0_26 - block BB0_25 - block BB0_24 - block BB0_23 - block BB0_22 - block BB0_21 - block BB0_20 - block BB0_19 - block BB0_18 - block BB0_17 - block BB0_16 - block BB0_15 - block BB0_14 - block BB0_13 - block BB0_12 - block BB0_11 - block BB0_10 - block BB0_9 - block BB0_8 - block BB0_7 - block BB0_6 - block BB0_5 - block BB0_4 - block BB0_3 - block BB0_2 - tableswitch $1, BB0_2, BB0_2, BB0_3, BB0_4, BB0_5, BB0_6, BB0_7, BB0_8, BB0_9, BB0_10, BB0_11, BB0_12, BB0_13, BB0_14, BB0_15, BB0_16, BB0_17, BB0_18, BB0_19, BB0_20, BB0_21, BB0_22, BB0_23, BB0_24, BB0_25, BB0_26, BB0_27, BB0_28, BB0_66, BB0_66, BB0_66, BB0_29, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_30, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_31, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_66, BB0_32, BB0_33, BB0_34, BB0_35, BB0_36, BB0_37, BB0_38, BB0_39, BB0_40, BB0_41, BB0_42, BB0_43, BB0_44, BB0_45, BB0_46, BB0_47, BB0_48, BB0_49, BB0_50, BB0_51, BB0_52, BB0_53, BB0_54, BB0_55, BB0_56, BB0_57, BB0_58, BB0_59, BB0_60, BB0_61, BB0_62, BB0_63, BB0_64, BB0_65 -BB0_2: # %sw.bb + block .LBB0_65 + block .LBB0_64 + block .LBB0_63 + block .LBB0_62 + block .LBB0_61 + block .LBB0_60 + block .LBB0_59 + block .LBB0_58 + block .LBB0_57 + block .LBB0_56 + block .LBB0_55 + block .LBB0_54 + block .LBB0_53 + block .LBB0_52 + block .LBB0_51 + block .LBB0_50 + block .LBB0_49 + block .LBB0_48 + block .LBB0_47 + block .LBB0_46 + block .LBB0_45 + block .LBB0_44 + block .LBB0_43 + block .LBB0_42 + block .LBB0_41 + block .LBB0_40 + block .LBB0_39 + block .LBB0_38 + block .LBB0_37 + block .LBB0_36 + block .LBB0_35 + block .LBB0_34 + block .LBB0_33 + block .LBB0_32 + block .LBB0_31 + block .LBB0_30 + block .LBB0_29 + block .LBB0_28 + block .LBB0_27 + block .LBB0_26 + block .LBB0_25 + block .LBB0_24 + block .LBB0_23 + block .LBB0_22 + block .LBB0_21 + block .LBB0_20 + block .LBB0_19 + block .LBB0_18 + block .LBB0_17 + block .LBB0_16 + block .LBB0_15 + block .LBB0_14 + block .LBB0_13 + block .LBB0_12 + block .LBB0_11 + block .LBB0_10 + block .LBB0_9 + block .LBB0_8 + block .LBB0_7 + block .LBB0_6 + block .LBB0_5 + block .LBB0_4 + block .LBB0_3 + block .LBB0_2 + tableswitch $1, .LBB0_2, .LBB0_2, .LBB0_3, .LBB0_4, .LBB0_5, .LBB0_6, .LBB0_7, .LBB0_8, .LBB0_9, .LBB0_10, .LBB0_11, .LBB0_12, .LBB0_13, .LBB0_14, .LBB0_15, .LBB0_16, .LBB0_17, .LBB0_18, .LBB0_19, .LBB0_20, .LBB0_21, .LBB0_22, .LBB0_23, .LBB0_24, .LBB0_25, .LBB0_26, .LBB0_27, .LBB0_28, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_29, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_30, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_31, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_66, .LBB0_32, .LBB0_33, .LBB0_34, .LBB0_35, .LBB0_36, .LBB0_37, .LBB0_38, .LBB0_39, .LBB0_40, .LBB0_41, .LBB0_42, .LBB0_43, .LBB0_44, .LBB0_45, .LBB0_46, .LBB0_47, .LBB0_48, .LBB0_49, .LBB0_50, .LBB0_51, .LBB0_52, .LBB0_53, .LBB0_54, .LBB0_55, .LBB0_56, .LBB0_57, .LBB0_58, .LBB0_59, .LBB0_60, .LBB0_61, .LBB0_62, .LBB0_63, .LBB0_64, .LBB0_65 +.LBB0_2: # %sw.bb f64.add $push1262=, $0, $0 f64.const $push1263=, -0x1p0 f64.add $0=, $pop1262, $pop1263 @@ -102,8 +102,8 @@ BB0_2: # %sw.bb f64.mul $push1280=, $0, $pop1279 f64.const $push1281=, 0x1.739ad75c47d48p-11 f64.add $2=, $pop1280, $pop1281 - br BB0_66 -BB0_3: # %sw.bb12 + br .LBB0_66 +.LBB0_3: # %sw.bb12 f64.add $push1242=, $0, $0 f64.const $push1243=, -0x1.8p1 f64.add $0=, $pop1242, $pop1243 @@ -126,8 +126,8 @@ BB0_3: # %sw.bb12 f64.mul $push1260=, $0, $pop1259 f64.const $push1261=, 0x1.1987908299a2dp-9 f64.add $2=, $pop1260, $pop1261 - br BB0_66 -BB0_4: # %sw.bb27 + br .LBB0_66 +.LBB0_4: # %sw.bb27 f64.add $push1222=, $0, $0 f64.const $push1223=, -0x1.4p2 f64.add $0=, $pop1222, $pop1223 @@ -150,8 +150,8 @@ BB0_4: # %sw.bb27 f64.mul $push1240=, $0, $pop1239 f64.const $push1241=, 0x1.da059a73b42ccp-9 f64.add $2=, $pop1240, $pop1241 - br BB0_66 -BB0_5: # %sw.bb42 + br .LBB0_66 +.LBB0_5: # %sw.bb42 f64.add $push1202=, $0, $0 f64.const $push1203=, -0x1.cp2 f64.add $0=, $pop1202, $pop1203 @@ -174,8 +174,8 @@ BB0_5: # %sw.bb42 f64.mul $push1220=, $0, $pop1219 f64.const $push1221=, 0x1.4f3e2bb4b9b09p-8 f64.add $2=, $pop1220, $pop1221 - br BB0_66 -BB0_6: # %sw.bb57 + br .LBB0_66 +.LBB0_6: # %sw.bb57 f64.add $push1182=, $0, $0 f64.const $push1183=, -0x1.2p3 f64.add $0=, $pop1182, $pop1183 @@ -198,8 +198,8 @@ BB0_6: # %sw.bb57 f64.mul $push1200=, $0, $pop1199 f64.const $push1201=, 0x1.b3885828b601bp-8 f64.add $2=, $pop1200, $pop1201 - br BB0_66 -BB0_7: # %sw.bb72 + br .LBB0_66 +.LBB0_7: # %sw.bb72 f64.add $push1162=, $0, $0 f64.const $push1163=, -0x1.6p3 f64.add $0=, $pop1162, $pop1163 @@ -222,8 +222,8 @@ BB0_7: # %sw.bb72 f64.mul $push1180=, $0, $pop1179 f64.const $push1181=, 0x1.0cf75f478e341p-7 f64.add $2=, $pop1180, $pop1181 - br BB0_66 -BB0_8: # %sw.bb87 + br .LBB0_66 +.LBB0_8: # %sw.bb87 f64.add $push1142=, $0, $0 f64.const $push1143=, -0x1.ap3 f64.add $0=, $pop1142, $pop1143 @@ -246,8 +246,8 @@ BB0_8: # %sw.bb87 f64.mul $push1160=, $0, $pop1159 f64.const $push1161=, 0x1.414112efc6ccep-7 f64.add $2=, $pop1160, $pop1161 - br BB0_66 -BB0_9: # %sw.bb102 + br .LBB0_66 +.LBB0_9: # %sw.bb102 f64.add $push1122=, $0, $0 f64.const $push1123=, -0x1.ep3 f64.add $0=, $pop1122, $pop1123 @@ -270,8 +270,8 @@ BB0_9: # %sw.bb102 f64.mul $push1140=, $0, $pop1139 f64.const $push1141=, 0x1.76a2f48c2e771p-7 f64.add $2=, $pop1140, $pop1141 - br BB0_66 -BB0_10: # %sw.bb117 + br .LBB0_66 +.LBB0_10: # %sw.bb117 f64.add $push1102=, $0, $0 f64.const $push1103=, -0x1.1p4 f64.add $0=, $pop1102, $pop1103 @@ -294,8 +294,8 @@ BB0_10: # %sw.bb117 f64.mul $push1120=, $0, $pop1119 f64.const $push1121=, 0x1.ad3a604e1e71p-7 f64.add $2=, $pop1120, $pop1121 - br BB0_66 -BB0_11: # %sw.bb132 + br .LBB0_66 +.LBB0_11: # %sw.bb132 f64.add $push1082=, $0, $0 f64.const $push1083=, -0x1.3p4 f64.add $0=, $pop1082, $pop1083 @@ -318,8 +318,8 @@ BB0_11: # %sw.bb132 f64.mul $push1100=, $0, $pop1099 f64.const $push1101=, 0x1.e4f765fd8adacp-7 f64.add $2=, $pop1100, $pop1101 - br BB0_66 -BB0_12: # %sw.bb147 + br .LBB0_66 +.LBB0_12: # %sw.bb147 f64.add $push1062=, $0, $0 f64.const $push1063=, -0x1.5p4 f64.add $0=, $pop1062, $pop1063 @@ -342,8 +342,8 @@ BB0_12: # %sw.bb147 f64.mul $push1080=, $0, $pop1079 f64.const $push1081=, 0x1.0efdc9c4da9p-6 f64.add $2=, $pop1080, $pop1081 - br BB0_66 -BB0_13: # %sw.bb162 + br .LBB0_66 +.LBB0_13: # %sw.bb162 f64.add $push1042=, $0, $0 f64.const $push1043=, -0x1.7p4 f64.add $0=, $pop1042, $pop1043 @@ -366,8 +366,8 @@ BB0_13: # %sw.bb162 f64.mul $push1060=, $0, $pop1059 f64.const $push1061=, 0x1.2c1f42bb6673p-6 f64.add $2=, $pop1060, $pop1061 - br BB0_66 -BB0_14: # %sw.bb177 + br .LBB0_66 +.LBB0_14: # %sw.bb177 f64.add $push1022=, $0, $0 f64.const $push1023=, -0x1.9p4 f64.add $0=, $pop1022, $pop1023 @@ -390,8 +390,8 @@ BB0_14: # %sw.bb177 f64.mul $push1040=, $0, $pop1039 f64.const $push1041=, 0x1.49e8815e39714p-6 f64.add $2=, $pop1040, $pop1041 - br BB0_66 -BB0_15: # %sw.bb192 + br .LBB0_66 +.LBB0_15: # %sw.bb192 f64.add $push1002=, $0, $0 f64.const $push1003=, -0x1.bp4 f64.add $0=, $pop1002, $pop1003 @@ -414,8 +414,8 @@ BB0_15: # %sw.bb192 f64.mul $push1020=, $0, $pop1019 f64.const $push1021=, 0x1.6861e92923e5cp-6 f64.add $2=, $pop1020, $pop1021 - br BB0_66 -BB0_16: # %sw.bb207 + br .LBB0_66 +.LBB0_16: # %sw.bb207 f64.add $push982=, $0, $0 f64.const $push983=, -0x1.dp4 f64.add $0=, $pop982, $pop983 @@ -438,8 +438,8 @@ BB0_16: # %sw.bb207 f64.mul $push1000=, $0, $pop999 f64.const $push1001=, 0x1.878b7a1c25d07p-6 f64.add $2=, $pop1000, $pop1001 - br BB0_66 -BB0_17: # %sw.bb222 + br .LBB0_66 +.LBB0_17: # %sw.bb222 f64.add $push962=, $0, $0 f64.const $push963=, -0x1.fp4 f64.add $0=, $pop962, $pop963 @@ -462,8 +462,8 @@ BB0_17: # %sw.bb222 f64.mul $push980=, $0, $pop979 f64.const $push981=, 0x1.a771c970f7b9ep-6 f64.add $2=, $pop980, $pop981 - br BB0_66 -BB0_18: # %sw.bb237 + br .LBB0_66 +.LBB0_18: # %sw.bb237 f64.add $push942=, $0, $0 f64.const $push943=, -0x1.08p5 f64.add $0=, $pop942, $pop943 @@ -486,8 +486,8 @@ BB0_18: # %sw.bb237 f64.mul $push960=, $0, $pop959 f64.const $push961=, 0x1.c814d72799a2p-6 f64.add $2=, $pop960, $pop961 - br BB0_66 -BB0_19: # %sw.bb252 + br .LBB0_66 +.LBB0_19: # %sw.bb252 f64.add $push922=, $0, $0 f64.const $push923=, -0x1.18p5 f64.add $0=, $pop922, $pop923 @@ -510,8 +510,8 @@ BB0_19: # %sw.bb252 f64.mul $push940=, $0, $pop939 f64.const $push941=, 0x1.e9813879c4114p-6 f64.add $2=, $pop940, $pop941 - br BB0_66 -BB0_20: # %sw.bb267 + br .LBB0_66 +.LBB0_20: # %sw.bb267 f64.add $push902=, $0, $0 f64.const $push903=, -0x1.28p5 f64.add $0=, $pop902, $pop903 @@ -534,8 +534,8 @@ BB0_20: # %sw.bb267 f64.mul $push920=, $0, $pop919 f64.const $push921=, 0x1.05db76b3bb83dp-5 f64.add $2=, $pop920, $pop921 - br BB0_66 -BB0_21: # %sw.bb282 + br .LBB0_66 +.LBB0_21: # %sw.bb282 f64.add $push882=, $0, $0 f64.const $push883=, -0x1.38p5 f64.add $0=, $pop882, $pop883 @@ -558,8 +558,8 @@ BB0_21: # %sw.bb282 f64.mul $push900=, $0, $pop899 f64.const $push901=, 0x1.176145953586dp-5 f64.add $2=, $pop900, $pop901 - br BB0_66 -BB0_22: # %sw.bb297 + br .LBB0_66 +.LBB0_22: # %sw.bb297 f64.add $push862=, $0, $0 f64.const $push863=, -0x1.48p5 f64.add $0=, $pop862, $pop863 @@ -582,8 +582,8 @@ BB0_22: # %sw.bb297 f64.mul $push880=, $0, $pop879 f64.const $push881=, 0x1.295421c044285p-5 f64.add $2=, $pop880, $pop881 - br BB0_66 -BB0_23: # %sw.bb312 + br .LBB0_66 +.LBB0_23: # %sw.bb312 f64.add $push842=, $0, $0 f64.const $push843=, -0x1.58p5 f64.add $0=, $pop842, $pop843 @@ -606,8 +606,8 @@ BB0_23: # %sw.bb312 f64.mul $push860=, $0, $pop859 f64.const $push861=, 0x1.3bb83cf2cf95dp-5 f64.add $2=, $pop860, $pop861 - br BB0_66 -BB0_24: # %sw.bb327 + br .LBB0_66 +.LBB0_24: # %sw.bb327 f64.add $push822=, $0, $0 f64.const $push823=, -0x1.68p5 f64.add $0=, $pop822, $pop823 @@ -630,8 +630,8 @@ BB0_24: # %sw.bb327 f64.mul $push840=, $0, $pop839 f64.const $push841=, 0x1.4e93e1c9b413ap-5 f64.add $2=, $pop840, $pop841 - br BB0_66 -BB0_25: # %sw.bb342 + br .LBB0_66 +.LBB0_25: # %sw.bb342 f64.add $push802=, $0, $0 f64.const $push803=, -0x1.78p5 f64.add $0=, $pop802, $pop803 @@ -654,8 +654,8 @@ BB0_25: # %sw.bb342 f64.mul $push820=, $0, $pop819 f64.const $push821=, 0x1.61e71044f1a1ap-5 f64.add $2=, $pop820, $pop821 - br BB0_66 -BB0_26: # %sw.bb357 + br .LBB0_66 +.LBB0_26: # %sw.bb357 f64.add $push782=, $0, $0 f64.const $push783=, -0x1.88p5 f64.add $0=, $pop782, $pop783 @@ -678,8 +678,8 @@ BB0_26: # %sw.bb357 f64.mul $push800=, $0, $pop799 f64.const $push801=, 0x1.75ba2be0589adp-5 f64.add $2=, $pop800, $pop801 - br BB0_66 -BB0_27: # %sw.bb372 + br .LBB0_66 +.LBB0_27: # %sw.bb372 f64.add $push762=, $0, $0 f64.const $push763=, -0x1.98p5 f64.add $0=, $pop762, $pop763 @@ -702,8 +702,8 @@ BB0_27: # %sw.bb372 f64.mul $push780=, $0, $pop779 f64.const $push781=, 0x1.8a0f4d7add15fp-5 f64.add $2=, $pop780, $pop781 - br BB0_66 -BB0_28: # %sw.bb387 + br .LBB0_66 +.LBB0_28: # %sw.bb387 f64.add $push742=, $0, $0 f64.const $push743=, -0x1.d8p5 f64.add $0=, $pop742, $pop743 @@ -726,8 +726,8 @@ BB0_28: # %sw.bb387 f64.mul $push760=, $0, $pop759 f64.const $push761=, 0x1.e0e30446b69dbp-5 f64.add $2=, $pop760, $pop761 - br BB0_66 -BB0_29: # %sw.bb402 + br .LBB0_66 +.LBB0_29: # %sw.bb402 f64.add $push722=, $0, $0 f64.const $push723=, -0x1.3cp6 f64.add $0=, $pop722, $pop723 @@ -750,8 +750,8 @@ BB0_29: # %sw.bb402 f64.mul $push740=, $0, $pop739 f64.const $push741=, 0x1.745bf26f1dc51p-4 f64.add $2=, $pop740, $pop741 - br BB0_66 -BB0_30: # %sw.bb417 + br .LBB0_66 +.LBB0_30: # %sw.bb417 f64.add $push702=, $0, $0 f64.const $push703=, -0x1.8cp6 f64.add $0=, $pop702, $pop703 @@ -774,8 +774,8 @@ BB0_30: # %sw.bb417 f64.mul $push720=, $0, $pop719 f64.const $push721=, 0x1.1350092ccf6bep-3 f64.add $2=, $pop720, $pop721 - br BB0_66 -BB0_31: # %sw.bb432 + br .LBB0_66 +.LBB0_31: # %sw.bb432 f64.add $push682=, $0, $0 f64.const $push683=, -0x1.dcp6 f64.add $0=, $pop682, $pop683 @@ -798,8 +798,8 @@ BB0_31: # %sw.bb432 f64.mul $push700=, $0, $pop699 f64.const $push701=, 0x1.902de00d1b717p-3 f64.add $2=, $pop700, $pop701 - br BB0_66 -BB0_32: # %sw.bb447 + br .LBB0_66 +.LBB0_32: # %sw.bb447 f64.add $push662=, $0, $0 f64.const $push663=, -0x1.e4p6 f64.add $0=, $pop662, $pop663 @@ -822,8 +822,8 @@ BB0_32: # %sw.bb447 f64.mul $push680=, $0, $pop679 f64.const $push681=, 0x1.9f5ad96a6a012p-3 f64.add $2=, $pop680, $pop681 - br BB0_66 -BB0_33: # %sw.bb462 + br .LBB0_66 +.LBB0_33: # %sw.bb462 f64.add $push642=, $0, $0 f64.const $push643=, -0x1.ecp6 f64.add $0=, $pop642, $pop643 @@ -846,8 +846,8 @@ BB0_33: # %sw.bb462 f64.mul $push660=, $0, $pop659 f64.const $push661=, 0x1.af1a9fbe76c8bp-3 f64.add $2=, $pop660, $pop661 - br BB0_66 -BB0_34: # %sw.bb477 + br .LBB0_66 +.LBB0_34: # %sw.bb477 f64.add $push622=, $0, $0 f64.const $push623=, -0x1.f4p6 f64.add $0=, $pop622, $pop623 @@ -870,8 +870,8 @@ BB0_34: # %sw.bb477 f64.mul $push640=, $0, $pop639 f64.const $push641=, 0x1.bf77af640639dp-3 f64.add $2=, $pop640, $pop641 - br BB0_66 -BB0_35: # %sw.bb492 + br .LBB0_66 +.LBB0_35: # %sw.bb492 f64.add $push602=, $0, $0 f64.const $push603=, -0x1.fcp6 f64.add $0=, $pop602, $pop603 @@ -894,8 +894,8 @@ BB0_35: # %sw.bb492 f64.mul $push620=, $0, $pop619 f64.const $push621=, 0x1.d07c84b5dcc64p-3 f64.add $2=, $pop620, $pop621 - br BB0_66 -BB0_36: # %sw.bb507 + br .LBB0_66 +.LBB0_36: # %sw.bb507 f64.add $push582=, $0, $0 f64.const $push583=, -0x1.02p7 f64.add $0=, $pop582, $pop583 @@ -918,8 +918,8 @@ BB0_36: # %sw.bb507 f64.mul $push600=, $0, $pop599 f64.const $push601=, 0x1.e2339c0ebedfap-3 f64.add $2=, $pop600, $pop601 - br BB0_66 -BB0_37: # %sw.bb522 + br .LBB0_66 +.LBB0_37: # %sw.bb522 f64.add $push562=, $0, $0 f64.const $push563=, -0x1.06p7 f64.add $0=, $pop562, $pop563 @@ -942,8 +942,8 @@ BB0_37: # %sw.bb522 f64.mul $push580=, $0, $pop579 f64.const $push581=, 0x1.f49cf56eac86p-3 f64.add $2=, $pop580, $pop581 - br BB0_66 -BB0_38: # %sw.bb537 + br .LBB0_66 +.LBB0_38: # %sw.bb537 f64.add $push542=, $0, $0 f64.const $push543=, -0x1.0ap7 f64.add $0=, $pop542, $pop543 @@ -966,8 +966,8 @@ BB0_38: # %sw.bb537 f64.mul $push560=, $0, $pop559 f64.const $push561=, 0x1.03e1869835159p-2 f64.add $2=, $pop560, $pop561 - br BB0_66 -BB0_39: # %sw.bb552 + br .LBB0_66 +.LBB0_39: # %sw.bb552 f64.add $push522=, $0, $0 f64.const $push523=, -0x1.0ep7 f64.add $0=, $pop522, $pop523 @@ -990,8 +990,8 @@ BB0_39: # %sw.bb552 f64.mul $push540=, $0, $pop539 f64.const $push541=, 0x1.0ddd6e04c0592p-2 f64.add $2=, $pop540, $pop541 - br BB0_66 -BB0_40: # %sw.bb567 + br .LBB0_66 +.LBB0_40: # %sw.bb567 f64.add $push502=, $0, $0 f64.const $push503=, -0x1.12p7 f64.add $0=, $pop502, $pop503 @@ -1014,8 +1014,8 @@ BB0_40: # %sw.bb567 f64.mul $push520=, $0, $pop519 f64.const $push521=, 0x1.184230fcf80dcp-2 f64.add $2=, $pop520, $pop521 - br BB0_66 -BB0_41: # %sw.bb582 + br .LBB0_66 +.LBB0_41: # %sw.bb582 f64.add $push482=, $0, $0 f64.const $push483=, -0x1.16p7 f64.add $0=, $pop482, $pop483 @@ -1038,8 +1038,8 @@ BB0_41: # %sw.bb582 f64.mul $push500=, $0, $pop499 f64.const $push501=, 0x1.23150dae3e6c5p-2 f64.add $2=, $pop500, $pop501 - br BB0_66 -BB0_42: # %sw.bb597 + br .LBB0_66 +.LBB0_42: # %sw.bb597 f64.add $push462=, $0, $0 f64.const $push463=, -0x1.1ap7 f64.add $0=, $pop462, $pop463 @@ -1062,8 +1062,8 @@ BB0_42: # %sw.bb597 f64.mul $push480=, $0, $pop479 f64.const $push481=, 0x1.2e60807357e67p-2 f64.add $2=, $pop480, $pop481 - br BB0_66 -BB0_43: # %sw.bb612 + br .LBB0_66 +.LBB0_43: # %sw.bb612 f64.add $push442=, $0, $0 f64.const $push443=, -0x1.1ep7 f64.add $0=, $pop442, $pop443 @@ -1086,8 +1086,8 @@ BB0_43: # %sw.bb612 f64.mul $push460=, $0, $pop459 f64.const $push461=, 0x1.3a272862f598ap-2 f64.add $2=, $pop460, $pop461 - br BB0_66 -BB0_44: # %sw.bb627 + br .LBB0_66 +.LBB0_44: # %sw.bb627 f64.add $push422=, $0, $0 f64.const $push423=, -0x1.22p7 f64.add $0=, $pop422, $pop423 @@ -1110,8 +1110,8 @@ BB0_44: # %sw.bb627 f64.mul $push440=, $0, $pop439 f64.const $push441=, 0x1.466e43aa79bbbp-2 f64.add $2=, $pop440, $pop441 - br BB0_66 -BB0_45: # %sw.bb642 + br .LBB0_66 +.LBB0_45: # %sw.bb642 f64.add $push402=, $0, $0 f64.const $push403=, -0x1.26p7 f64.add $0=, $pop402, $pop403 @@ -1134,8 +1134,8 @@ BB0_45: # %sw.bb642 f64.mul $push420=, $0, $pop419 f64.const $push421=, 0x1.53404ea4a8c15p-2 f64.add $2=, $pop420, $pop421 - br BB0_66 -BB0_46: # %sw.bb657 + br .LBB0_66 +.LBB0_46: # %sw.bb657 f64.add $push382=, $0, $0 f64.const $push383=, -0x1.2ap7 f64.add $0=, $pop382, $pop383 @@ -1158,8 +1158,8 @@ BB0_46: # %sw.bb657 f64.mul $push400=, $0, $pop399 f64.const $push401=, 0x1.60a5269595feep-2 f64.add $2=, $pop400, $pop401 - br BB0_66 -BB0_47: # %sw.bb672 + br .LBB0_66 +.LBB0_47: # %sw.bb672 f64.add $push362=, $0, $0 f64.const $push363=, -0x1.2ep7 f64.add $0=, $pop362, $pop363 @@ -1182,8 +1182,8 @@ BB0_47: # %sw.bb672 f64.mul $push380=, $0, $pop379 f64.const $push381=, 0x1.6e9f6a93f290bp-2 f64.add $2=, $pop380, $pop381 - br BB0_66 -BB0_48: # %sw.bb687 + br .LBB0_66 +.LBB0_48: # %sw.bb687 f64.add $push342=, $0, $0 f64.const $push343=, -0x1.32p7 f64.add $0=, $pop342, $pop343 @@ -1206,8 +1206,8 @@ BB0_48: # %sw.bb687 f64.mul $push360=, $0, $pop359 f64.const $push361=, 0x1.7d3c36113404fp-2 f64.add $2=, $pop360, $pop361 - br BB0_66 -BB0_49: # %sw.bb702 + br .LBB0_66 +.LBB0_49: # %sw.bb702 f64.add $push322=, $0, $0 f64.const $push323=, -0x1.36p7 f64.add $0=, $pop322, $pop323 @@ -1230,8 +1230,8 @@ BB0_49: # %sw.bb702 f64.mul $push340=, $0, $pop339 f64.const $push341=, 0x1.8c8366516db0ep-2 f64.add $2=, $pop340, $pop341 - br BB0_66 -BB0_50: # %sw.bb717 + br .LBB0_66 +.LBB0_50: # %sw.bb717 f64.add $push302=, $0, $0 f64.const $push303=, -0x1.3ap7 f64.add $0=, $pop302, $pop303 @@ -1254,8 +1254,8 @@ BB0_50: # %sw.bb717 f64.mul $push320=, $0, $pop319 f64.const $push321=, 0x1.9c7cd898b2e9dp-2 f64.add $2=, $pop320, $pop321 - br BB0_66 -BB0_51: # %sw.bb732 + br .LBB0_66 +.LBB0_51: # %sw.bb732 f64.add $push282=, $0, $0 f64.const $push283=, -0x1.3ep7 f64.add $0=, $pop282, $pop283 @@ -1278,8 +1278,8 @@ BB0_51: # %sw.bb732 f64.mul $push300=, $0, $pop299 f64.const $push301=, 0x1.ad330941c8217p-2 f64.add $2=, $pop300, $pop301 - br BB0_66 -BB0_52: # %sw.bb747 + br .LBB0_66 +.LBB0_52: # %sw.bb747 f64.add $push262=, $0, $0 f64.const $push263=, -0x1.42p7 f64.add $0=, $pop262, $pop263 @@ -1302,8 +1302,8 @@ BB0_52: # %sw.bb747 f64.mul $push280=, $0, $pop279 f64.const $push281=, 0x1.beadd590c0adp-2 f64.add $2=, $pop280, $pop281 - br BB0_66 -BB0_53: # %sw.bb762 + br .LBB0_66 +.LBB0_53: # %sw.bb762 f64.add $push242=, $0, $0 f64.const $push243=, -0x1.46p7 f64.add $0=, $pop242, $pop243 @@ -1326,8 +1326,8 @@ BB0_53: # %sw.bb762 f64.mul $push260=, $0, $pop259 f64.const $push261=, 0x1.d0fcf80dc3372p-2 f64.add $2=, $pop260, $pop261 - br BB0_66 -BB0_54: # %sw.bb777 + br .LBB0_66 +.LBB0_54: # %sw.bb777 f64.add $push222=, $0, $0 f64.const $push223=, -0x1.4ap7 f64.add $0=, $pop222, $pop223 @@ -1350,8 +1350,8 @@ BB0_54: # %sw.bb777 f64.mul $push240=, $0, $pop239 f64.const $push241=, 0x1.e42aed1394318p-2 f64.add $2=, $pop240, $pop241 - br BB0_66 -BB0_55: # %sw.bb792 + br .LBB0_66 +.LBB0_55: # %sw.bb792 f64.add $push202=, $0, $0 f64.const $push203=, -0x1.4ep7 f64.add $0=, $pop202, $pop203 @@ -1374,8 +1374,8 @@ BB0_55: # %sw.bb792 f64.mul $push220=, $0, $pop219 f64.const $push221=, 0x1.f83f91e646f15p-2 f64.add $2=, $pop220, $pop221 - br BB0_66 -BB0_56: # %sw.bb807 + br .LBB0_66 +.LBB0_56: # %sw.bb807 f64.add $push182=, $0, $0 f64.const $push183=, -0x1.52p7 f64.add $0=, $pop182, $pop183 @@ -1398,8 +1398,8 @@ BB0_56: # %sw.bb807 f64.mul $push200=, $0, $pop199 f64.const $push201=, 0x1.06a550870110ap-1 f64.add $2=, $pop200, $pop201 - br BB0_66 -BB0_57: # %sw.bb822 + br .LBB0_66 +.LBB0_57: # %sw.bb822 f64.add $push162=, $0, $0 f64.const $push163=, -0x1.56p7 f64.add $0=, $pop162, $pop163 @@ -1422,8 +1422,8 @@ BB0_57: # %sw.bb822 f64.mul $push180=, $0, $pop179 f64.const $push181=, 0x1.11adea897635ep-1 f64.add $2=, $pop180, $pop181 - br BB0_66 -BB0_58: # %sw.bb837 + br .LBB0_66 +.LBB0_58: # %sw.bb837 f64.add $push142=, $0, $0 f64.const $push143=, -0x1.5ap7 f64.add $0=, $pop142, $pop143 @@ -1446,8 +1446,8 @@ BB0_58: # %sw.bb837 f64.mul $push160=, $0, $pop159 f64.const $push161=, 0x1.1d3ed527e5215p-1 f64.add $2=, $pop160, $pop161 - br BB0_66 -BB0_59: # %sw.bb852 + br .LBB0_66 +.LBB0_59: # %sw.bb852 f64.add $push122=, $0, $0 f64.const $push123=, -0x1.5ep7 f64.add $0=, $pop122, $pop123 @@ -1470,8 +1470,8 @@ BB0_59: # %sw.bb852 f64.mul $push140=, $0, $pop139 f64.const $push141=, 0x1.29613d31b9b67p-1 f64.add $2=, $pop140, $pop141 - br BB0_66 -BB0_60: # %sw.bb867 + br .LBB0_66 +.LBB0_60: # %sw.bb867 f64.add $push102=, $0, $0 f64.const $push103=, -0x1.62p7 f64.add $0=, $pop102, $pop103 @@ -1494,8 +1494,8 @@ BB0_60: # %sw.bb867 f64.mul $push120=, $0, $pop119 f64.const $push121=, 0x1.361cffeb074a7p-1 f64.add $2=, $pop120, $pop121 - br BB0_66 -BB0_61: # %sw.bb882 + br .LBB0_66 +.LBB0_61: # %sw.bb882 f64.add $push82=, $0, $0 f64.const $push83=, -0x1.66p7 f64.add $0=, $pop82, $pop83 @@ -1518,8 +1518,8 @@ BB0_61: # %sw.bb882 f64.mul $push100=, $0, $pop99 f64.const $push101=, 0x1.4378ab0c88a48p-1 f64.add $2=, $pop100, $pop101 - br BB0_66 -BB0_62: # %sw.bb897 + br .LBB0_66 +.LBB0_62: # %sw.bb897 f64.add $push62=, $0, $0 f64.const $push63=, -0x1.6ap7 f64.add $0=, $pop62, $pop63 @@ -1542,8 +1542,8 @@ BB0_62: # %sw.bb897 f64.mul $push80=, $0, $pop79 f64.const $push81=, 0x1.51800a7c5ac47p-1 f64.add $2=, $pop80, $pop81 - br BB0_66 -BB0_63: # %sw.bb912 + br .LBB0_66 +.LBB0_63: # %sw.bb912 f64.add $push42=, $0, $0 f64.const $push43=, -0x1.6ep7 f64.add $0=, $pop42, $pop43 @@ -1566,8 +1566,8 @@ BB0_63: # %sw.bb912 f64.mul $push60=, $0, $pop59 f64.const $push61=, 0x1.603afb7e90ff9p-1 f64.add $2=, $pop60, $pop61 - br BB0_66 -BB0_64: # %sw.bb927 + br .LBB0_66 +.LBB0_64: # %sw.bb927 f64.add $push22=, $0, $0 f64.const $push23=, -0x1.72p7 f64.add $0=, $pop22, $pop23 @@ -1590,8 +1590,8 @@ BB0_64: # %sw.bb927 f64.mul $push40=, $0, $pop39 f64.const $push41=, 0x1.6fb549f94855ep-1 f64.add $2=, $pop40, $pop41 - br BB0_66 -BB0_65: # %sw.bb942 + br .LBB0_66 +.LBB0_65: # %sw.bb942 f64.add $push2=, $0, $0 f64.const $push3=, -0x1.76p7 f64.add $0=, $pop2, $pop3 @@ -1614,10 +1614,10 @@ BB0_65: # %sw.bb942 f64.mul $push20=, $0, $pop19 f64.const $push21=, 0x1.7ff6d330941c8p-1 f64.add $2=, $pop20, $pop21 -BB0_66: # %cleanup +.LBB0_66: # %cleanup return $2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -1625,12 +1625,12 @@ main: # @main .result i32 .local f64 # BB#0: # %entry - block BB1_3 + block .LBB1_3 f64.const $push0=, 0x1.399999999999ap6 f64.call $0=, foo, $pop0 f64.const $push1=, 0x1.851eb851eb852p-2 f64.lt $push2=, $0, $pop1 - br_if $pop2, BB1_3 + br_if $pop2, .LBB1_3 # BB#1: # %entry f64.const $push3=, 0x1.ae147ae147ae1p-2 f64.le $push4=, $0, $pop3 @@ -1638,15 +1638,15 @@ main: # @main i32.or $push6=, $pop4, $pop5 i32.const $push8=, 0 i32.eq $push9=, $pop6, $pop8 - br_if $pop9, BB1_3 + br_if $pop9, .LBB1_3 # BB#2: # %if.end i32.const $push7=, 0 return $pop7 -BB1_3: # %if.then +.LBB1_3: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr58640-2.c.s b/test/torture-s/pr58640-2.c.s index 7963c6918..6c3abda4a 100644 --- a/test/torture-s/pr58640-2.c.s +++ b/test/torture-s/pr58640-2.c.s @@ -21,8 +21,8 @@ fn1: # @fn1 i32.store $push7=, a($0), $2 i32.store $discard=, a+4($0), $pop7 return $0 -func_end0: - .size fn1, func_end0-fn1 +.Lfunc_end0: + .size fn1, .Lfunc_end0-fn1 .globl main .type main,@function @@ -32,20 +32,20 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, a+60($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.store $push1=, a+48($0), $pop0 i32.store $discard=, c($0), $pop1 i32.store $push2=, a($0), $1 i32.store $push3=, a+4($0), $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/pr58640.c.s b/test/torture-s/pr58640.c.s index b7fc935ee..c6bfdd80e 100644 --- a/test/torture-s/pr58640.c.s +++ b/test/torture-s/pr58640.c.s @@ -7,28 +7,28 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_4 + block .LBB0_4 i32.load $push0=, b($0) i32.gt_s $push1=, $pop0, $0 - br_if $pop1, BB0_4 + br_if $pop1, .LBB0_4 # BB#1: # %for.body3.lr.ph.i - block BB0_3 + block .LBB0_3 i32.load $push2=, d($0) - br_if $pop2, BB0_3 + br_if $pop2, .LBB0_3 # BB#2: # %for.inc25.i.preheader i32.const $push5=, 1 i32.store $discard=, b($0), $pop5 - br BB0_4 -BB0_3: # %for.cond4.preheader.split.i + br .LBB0_4 +.LBB0_3: # %for.cond4.preheader.split.i i32.const $push3=, 1 i32.store $discard=, e($0), $pop3 i32.const $push4=, 4 i32.store $discard=, c($0), $pop4 -BB0_4: # %foo.exit +.LBB0_4: # %foo.exit call exit, $0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type d,@object # @d .data diff --git a/test/torture-s/pr58662.c.s b/test/torture-s/pr58662.c.s index f0640179e..8b7d90f15 100644 --- a/test/torture-s/pr58662.c.s +++ b/test/torture-s/pr58662.c.s @@ -7,7 +7,7 @@ main: # @main .local i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, a($0) i32.eq $push1=, $pop0, $0 i32.const $push2=, -30000 @@ -21,14 +21,14 @@ main: # @main i32.and $push9=, $pop8, $pop6 i32.store $discard=, b($0), $pop9 i32.load $push10=, b($0) - br_if $pop10, BB0_2 + br_if $pop10, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/pr58726.c.s b/test/torture-s/pr58726.c.s index a63aff751..7a0d1de22 100644 --- a/test/torture-s/pr58726.c.s +++ b/test/torture-s/pr58726.c.s @@ -15,8 +15,8 @@ foo: # @foo i32.shl $push3=, $pop2, $2 i32.shr_s $push4=, $pop3, $2 return $pop4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -30,8 +30,8 @@ main: # @main i32.const $push1=, -9162 i32.store $discard=, c($0), $pop1 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .bss diff --git a/test/torture-s/pr58831.c.s b/test/torture-s/pr58831.c.s index 8a8aa685a..b637ae028 100644 --- a/test/torture-s/pr58831.c.s +++ b/test/torture-s/pr58831.c.s @@ -13,8 +13,8 @@ main: # @main i32.store $discard=, i($0), $pop0 call fn1, $1 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type fn2,@function fn2: # @fn2 @@ -25,8 +25,8 @@ fn2: # @fn2 i32.const $push1=, 42 i32.store $discard=, f($pop0), $pop1 return -func_end1: - .size fn2, func_end1-fn2 +.Lfunc_end1: + .size fn2, .Lfunc_end1-fn2 .type fn1,@function fn1: # @fn1 @@ -34,27 +34,27 @@ fn1: # @fn1 .local i32, i32 # BB#0: # %entry i32.const $1=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, p($1) i32.const $push7=, 0 i32.eq $push8=, $pop0, $pop7 - br_if $pop8, BB2_2 -BB2_1: # %for.body + br_if $pop8, .LBB2_2 +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $push1=, 1 i32.store $2=, 0($0), $pop1 i32.load $push2=, p($1) i32.add $push3=, $pop2, $2 i32.store $push4=, p($1), $pop3 - br_if $pop4, BB2_1 -BB2_2: # %for.end + br_if $pop4, .LBB2_1 +.LBB2_2: # %for.end i32.const $push5=, d i32.store $push6=, r($1), $pop5 i32.store $discard=, b($1), $pop6 return -func_end2: - .size fn1, func_end2-fn1 +.Lfunc_end2: + .size fn1, .Lfunc_end2-fn1 .type i,@object # @i .bss diff --git a/test/torture-s/pr58943.c.s b/test/torture-s/pr58943.c.s index 5f99d669e..3e890fc9d 100644 --- a/test/torture-s/pr58943.c.s +++ b/test/torture-s/pr58943.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.store $discard=, x($0), $pop2 i32.const $push3=, 1 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,21 +23,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, x($0) i32.const $push1=, 129 i32.or $push2=, $pop0, $pop1 i32.store $push3=, x($0), $pop2 i32.const $push4=, 131 i32.ne $push5=, $pop3, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .data diff --git a/test/torture-s/pr58984.c.s b/test/torture-s/pr58984.c.s index 3c70f6e17..44e20e5ca 100644 --- a/test/torture-s/pr58984.c.s +++ b/test/torture-s/pr58984.c.s @@ -8,21 +8,21 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 1 - block BB0_2 + block .LBB0_2 i32.load $push0=, e($0) i32.gt_s $push1=, $pop0, $1 - br_if $pop1, BB0_2 + br_if $pop1, .LBB0_2 # BB#1: # %for.body.i i32.load $2=, c($0) i32.load $push2=, 0($2) i32.xor $push3=, $pop2, $1 i32.store $discard=, 0($2), $pop3 -BB0_2: # %foo.exit +.LBB0_2: # %foo.exit i32.load $2=, a($0) i32.store $discard=, m($0), $1 - block BB0_6 + block .LBB0_6 i32.ne $push4=, $2, $1 - br_if $pop4, BB0_6 + br_if $pop4, .LBB0_6 # BB#3: # %bar.exit i32.store $discard=, e($0), $0 i32.load $2=, c($0) @@ -30,21 +30,21 @@ BB0_2: # %foo.exit i32.xor $push6=, $pop5, $1 i32.store $discard=, 0($2), $pop6 i32.load $2=, a($0) - block BB0_5 + block .LBB0_5 i32.load $push7=, m($0) i32.or $push8=, $pop7, $1 i32.store $discard=, m($0), $pop8 - br_if $2, BB0_5 + br_if $2, .LBB0_5 # BB#4: # %if.end11 return $0 -BB0_5: # %if.then10 +.LBB0_5: # %if.then10 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/pr59014-2.c.s b/test/torture-s/pr59014-2.c.s index 6d1aeaf40..d19472ca4 100644 --- a/test/torture-s/pr59014-2.c.s +++ b/test/torture-s/pr59014-2.c.s @@ -12,29 +12,29 @@ foo: # @foo i64.add $push2=, $1, $0 i64.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i64.const $push1=, 12884901888 i64.const $push0=, 21474836480 i64.call $push2=, foo, $pop1, $pop0 i64.const $push3=, 34359738368 i64.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end i32.const $push5=, 0 return $pop5 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr59014.c.s b/test/torture-s/pr59014.c.s index 32621b7a6..3b0892236 100644 --- a/test/torture-s/pr59014.c.s +++ b/test/torture-s/pr59014.c.s @@ -8,7 +8,7 @@ foo: # @foo # BB#0: # %entry i32.const $1=, 0 i32.load $0=, a($1) - block BB0_2 + block .LBB0_2 i32.load $push0=, b($1) i32.gt_s $push1=, $pop0, $1 i32.const $push2=, 1 @@ -16,16 +16,16 @@ foo: # @foo i32.or $push4=, $pop1, $pop3 i32.const $push5=, 0 i32.eq $push6=, $pop4, $pop5 - br_if $pop6, BB0_2 -BB0_1: # %for.inc + br_if $pop6, .LBB0_2 +.LBB0_1: # %for.inc # =>This Inner Loop Header: Depth=1 - loop BB0_2 - br BB0_1 -BB0_2: # %if.else + loop .LBB0_2 + br .LBB0_1 +.LBB0_2: # %if.else i32.store $discard=, d($1), $0 return $1 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -35,7 +35,7 @@ main: # @main # BB#0: # %entry i32.const $1=, 0 i32.load $0=, a($1) - block BB1_2 + block .LBB1_2 i32.load $push0=, b($1) i32.gt_s $push1=, $pop0, $1 i32.const $push2=, 1 @@ -43,24 +43,24 @@ main: # @main i32.or $push4=, $pop1, $pop3 i32.const $push8=, 0 i32.eq $push9=, $pop4, $pop8 - br_if $pop9, BB1_2 -BB1_1: # %for.inc.i + br_if $pop9, .LBB1_2 +.LBB1_1: # %for.inc.i # =>This Inner Loop Header: Depth=1 - loop BB1_2 - br BB1_1 -BB1_2: # %foo.exit - block BB1_4 + loop .LBB1_2 + br .LBB1_1 +.LBB1_2: # %foo.exit + block .LBB1_4 i32.store $push5=, d($1), $0 i32.const $push6=, 2 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB1_4 + br_if $pop7, .LBB1_4 # BB#3: # %if.end return $1 -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type a,@object # @a .data diff --git a/test/torture-s/pr59101.c.s b/test/torture-s/pr59101.c.s index 617aa9c52..a994c2403 100644 --- a/test/torture-s/pr59101.c.s +++ b/test/torture-s/pr59101.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.const $push2=, 6 i32.or $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -23,18 +23,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.call $push0=, foo, $0 i32.const $push1=, 7 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr59221.c.s b/test/torture-s/pr59221.c.s index 8ec7930de..a685ad119 100644 --- a/test/torture-s/pr59221.c.s +++ b/test/torture-s/pr59221.c.s @@ -7,18 +7,18 @@ main: # @main .local i32, i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, b($0) i32.const $push9=, 0 i32.eq $push10=, $pop0, $pop9 - br_if $pop10, BB0_2 + br_if $pop10, .LBB0_2 # BB#1: # %for.inc.preheader i32.store $discard=, b($0), $0 -BB0_2: # %for.end +.LBB0_2: # %for.end i32.load $1=, a($0) i32.const $2=, 16 i32.const $3=, 65535 - block BB0_4 + block .LBB0_4 i32.and $push3=, $1, $3 i32.shl $push1=, $1, $2 i32.shr_s $push2=, $pop1, $2 @@ -29,14 +29,14 @@ BB0_2: # %for.end i32.and $push5=, $1, $3 i32.const $push7=, 1 i32.ne $push8=, $pop5, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %if.end return $0 -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr59229.c.s b/test/torture-s/pr59229.c.s index c2a5ddaa3..bf121ac74 100644 --- a/test/torture-s/pr59229.c.s +++ b/test/torture-s/pr59229.c.s @@ -9,18 +9,18 @@ bar: # @bar i32.const $push0=, 0 i32.load $1=, i($pop0) i32.const $2=, 6 - block BB0_4 + block .LBB0_4 i32.const $push1=, -1 i32.add $push2=, $1, $pop1 i32.ge_u $push3=, $pop2, $2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#1: # %if.end i32.const $3=, 1 - block BB0_3 + block .LBB0_3 i32.const $push5=, .str i32.add $push4=, $1, $3 i32.call $push6=, memcmp, $0, $pop5, $pop4 - br_if $pop6, BB0_3 + br_if $pop6, .LBB0_3 # BB#2: # %if.end4 i32.const $push7=, 32 i32.store8 $1=, 0($0), $pop7 @@ -41,14 +41,14 @@ bar: # @bar i32.add $push17=, $0, $3 i32.store8 $discard=, 0($pop17), $1 return -BB0_3: # %if.then3 +.LBB0_3: # %if.then3 call abort unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -62,12 +62,12 @@ foo: # @foo i32.sub $5=, $2, $3 i32.const $3=, __stack_pointer i32.store $5=, 0($3), $5 - block BB1_2 + block .LBB1_2 i32.const $push0=, -1 i32.add $push1=, $1, $pop0 i32.const $push2=, 5 i32.gt_u $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 1 i32.add $push5=, $1, $pop4 @@ -77,14 +77,14 @@ foo: # @foo i32.const $6=, 9 i32.add $6=, $5, $6 call bar, $6 -BB1_2: # %return +.LBB1_2: # %return i32.const $4=, 16 i32.add $5=, $5, $4 i32.const $4=, __stack_pointer i32.store $5=, 0($4), $5 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl main .type main,@function @@ -95,9 +95,9 @@ main: # @main i32.const $1=, 0 i32.store $0=, i($1), $1 copy_local $1=, $0 -BB2_1: # %for.body +.LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 - loop BB2_2 + loop .LBB2_2 i32.const $push1=, .str.1 call foo, $pop1, $1 i32.load $push2=, i($0) @@ -106,12 +106,12 @@ BB2_1: # %for.body i32.store $1=, i($0), $pop0 i32.const $push4=, 16 i32.lt_s $push5=, $1, $pop4 - br_if $pop5, BB2_1 -BB2_2: # %for.end + br_if $pop5, .LBB2_1 +.LBB2_2: # %for.end i32.const $push6=, 0 return $pop6 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .type i,@object # @i .bss diff --git a/test/torture-s/pr59358.c.s b/test/torture-s/pr59358.c.s index 235108e7a..91507cf73 100644 --- a/test/torture-s/pr59358.c.s +++ b/test/torture-s/pr59358.c.s @@ -9,26 +9,26 @@ foo: # @foo # BB#0: # %entry i32.load $2=, 0($0) copy_local $0=, $2 - block BB0_3 + block .LBB0_3 i32.const $push0=, 16 i32.gt_s $push1=, $1, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry copy_local $0=, $2 i32.ge_s $push2=, $2, $1 - br_if $pop2, BB0_3 -BB0_2: # %while.cond + br_if $pop2, .LBB0_3 +.LBB0_2: # %while.cond # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 copy_local $0=, $2 i32.const $push4=, 1 i32.shl $2=, $0, $pop4 i32.lt_s $push3=, $0, $1 - br_if $pop3, BB0_2 -BB0_3: # %if.end + br_if $pop3, .LBB0_2 +.LBB0_3: # %if.end return $0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -46,11 +46,11 @@ main: # @main i32.const $push0=, 1 i32.store $2=, 12($13), $pop0 copy_local $1=, $0 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_13 - block BB1_12 - loop BB1_11 + block .LBB1_13 + block .LBB1_12 + loop .LBB1_11 i32.const $5=, 16 i32.const $push1=, -1 i32.add $3=, $1, $pop1 @@ -59,62 +59,62 @@ BB1_1: # %for.body i32.call $4=, foo, $11, $5 i32.const $6=, 8 copy_local $7=, $0 - block BB1_5 + block .LBB1_5 i32.const $push2=, -8 i32.and $push3=, $3, $pop2 i32.eq $push4=, $pop3, $6 - br_if $pop4, BB1_5 + br_if $pop4, .LBB1_5 # BB#2: # %if.else - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $7=, 4 - block BB1_4 + block .LBB1_4 i32.const $push5=, -4 i32.and $push6=, $3, $pop5 i32.ne $push7=, $pop6, $7 - br_if $pop7, BB1_4 + br_if $pop7, .LBB1_4 # BB#3: # %if.then6 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push10=, 2 i32.shl $7=, $2, $pop10 - br BB1_5 -BB1_4: # %if.else10 - # in Loop: Header=BB1_1 Depth=1 + br .LBB1_5 +.LBB1_4: # %if.else10 + # in Loop: Header=.LBB1_1 Depth=1 i32.eq $push8=, $1, $7 i32.const $push9=, 24 i32.select $7=, $pop8, $pop9, $5 -BB1_5: # %if.end15 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_5: # %if.end15 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push11=, $4, $7 - br_if $pop11, BB1_13 + br_if $pop11, .LBB1_13 # BB#6: # %if.end18 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push12=, 7 i32.const $12=, 12 i32.add $12=, $13, $12 i32.call $5=, foo, $12, $pop12 copy_local $7=, $2 - block BB1_9 + block .LBB1_9 i32.const $push13=, 6 i32.gt_s $push14=, $3, $pop13 - br_if $pop14, BB1_9 + br_if $pop14, .LBB1_9 # BB#7: # %if.else22 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 copy_local $7=, $0 i32.const $push15=, 3 i32.gt_s $push16=, $3, $pop15 - br_if $pop16, BB1_9 + br_if $pop16, .LBB1_9 # BB#8: # %if.else28 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push17=, 4 i32.eq $push18=, $1, $pop17 i32.const $push19=, 12 i32.select $7=, $pop18, $pop19, $6 -BB1_9: # %if.end34 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_9: # %if.end34 + # in Loop: Header=.LBB1_1 Depth=1 i32.ne $push20=, $5, $7 - br_if $pop20, BB1_12 + br_if $pop20, .LBB1_12 # BB#10: # %if.end37 - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push21=, 2 i32.add $0=, $0, $pop21 i32.const $3=, 1 @@ -123,22 +123,22 @@ BB1_9: # %if.end34 i32.add $1=, $7, $3 i32.const $push22=, 17 i32.lt_s $push23=, $7, $pop22 - br_if $pop23, BB1_1 -BB1_11: # %for.end + br_if $pop23, .LBB1_1 +.LBB1_11: # %for.end i32.const $push24=, 0 i32.const $10=, 16 i32.add $13=, $13, $10 i32.const $10=, __stack_pointer i32.store $13=, 0($10), $13 return $pop24 -BB1_12: # %if.then36 +.LBB1_12: # %if.then36 call abort unreachable -BB1_13: # %if.then17 +.LBB1_13: # %if.then17 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr59387.c.s b/test/torture-s/pr59387.c.s index 2dadee8b3..9a6b805ac 100644 --- a/test/torture-s/pr59387.c.s +++ b/test/torture-s/pr59387.c.s @@ -10,9 +10,9 @@ main: # @main i32.load8_u $2=, c($0) i32.const $push1=, -19 i32.store $1=, a($0), $pop1 -BB0_1: # %for.body2 +.LBB0_1: # %for.body2 # =>This Inner Loop Header: Depth=1 - loop BB0_3 + loop .LBB0_3 i32.load $push3=, e($0) i32.const $push4=, f i32.store $discard=, 0($pop3), $pop4 @@ -21,20 +21,20 @@ BB0_1: # %for.body2 i32.load $push5=, d($0) i32.const $push8=, 0 i32.eq $push9=, $pop5, $pop8 - br_if $pop9, BB0_3 + br_if $pop9, .LBB0_3 # BB#2: # %for.inc4 - # in Loop: Header=BB0_1 Depth=1 + # in Loop: Header=.LBB0_1 Depth=1 i32.const $push6=, 1 i32.add $push0=, $1, $pop6 i32.store $1=, a($0), $pop0 - br_if $1, BB0_1 -BB0_3: # %return + br_if $1, .LBB0_1 +.LBB0_3: # %return i32.store8 $discard=, c($0), $2 i32.const $push7=, 24 i32.store $discard=, b($0), $pop7 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type d,@object # @d .bss diff --git a/test/torture-s/pr59388.c.s b/test/torture-s/pr59388.c.s index a5131af0a..7b933fc4b 100644 --- a/test/torture-s/pr59388.c.s +++ b/test/torture-s/pr59388.c.s @@ -12,8 +12,8 @@ main: # @main i32.and $push2=, $pop0, $pop1 i32.store $push3=, a($0), $pop2 return $pop3 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type b,@object # @b .bss diff --git a/test/torture-s/pr59413.c.s b/test/torture-s/pr59413.c.s index 14f316917..7de951089 100644 --- a/test/torture-s/pr59413.c.s +++ b/test/torture-s/pr59413.c.s @@ -10,8 +10,8 @@ main: # @main i32.const $push0=, 7 i32.store $discard=, a($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/pr59747.c.s b/test/torture-s/pr59747.c.s index f1f616b77..e10c3ee0c 100644 --- a/test/torture-s/pr59747.c.s +++ b/test/torture-s/pr59747.c.s @@ -12,8 +12,8 @@ fn1: # @fn1 i32.add $push3=, $pop2, $pop1 i32.load $push4=, 0($pop3) return $pop4 -func_end0: - .size fn1, func_end0-fn1 +.Lfunc_end0: + .size fn1, .Lfunc_end0-fn1 .globl main .type main,@function @@ -24,19 +24,19 @@ main: # @main i32.const $0=, 0 i32.load $1=, c($0) i32.load16_u $2=, e($0) - block BB1_2 + block .LBB1_2 i32.const $push1=, 1 i32.store $discard=, a($0), $pop1 i32.const $push12=, 0 i32.eq $push13=, $1, $pop12 - br_if $pop13, BB1_2 + br_if $pop13, .LBB1_2 # BB#1: # %if.then i32.const $push2=, -1 i32.add $push0=, $2, $pop2 i32.store16 $2=, e($0), $pop0 -BB1_2: # %if.end +.LBB1_2: # %if.end i32.const $1=, 16 - block BB1_4 + block .LBB1_4 i32.shl $push3=, $2, $1 i32.shr_s $push4=, $pop3, $1 i32.store $discard=, d($0), $pop4 @@ -47,15 +47,15 @@ BB1_2: # %if.end i64.shr_u $push9=, $pop7, $pop8 i32.wrap/i64 $push10=, $pop9 i32.call $push11=, fn1, $pop10 - br_if $pop11, BB1_4 + br_if $pop11, .LBB1_4 # BB#3: # %if.end5 call exit, $0 unreachable -BB1_4: # %if.then4 +.LBB1_4: # %if.then4 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type c,@object # @c .data diff --git a/test/torture-s/pr60017.c.s b/test/torture-s/pr60017.c.s index 41154f09d..a21d05145 100644 --- a/test/torture-s/pr60017.c.s +++ b/test/torture-s/pr60017.c.s @@ -22,8 +22,8 @@ func: # @func i32.store $discard=, 0($pop6), $pop7 i32.store $discard=, 0($0), $2 return -func_end0: - .size func, func_end0-func +.Lfunc_end0: + .size func, .Lfunc_end0-func .globl main .type main,@function @@ -32,18 +32,18 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load16_u $push0=, x+12($0) i32.const $push1=, 9 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .data diff --git a/test/torture-s/pr60062.c.s b/test/torture-s/pr60062.c.s index d26a352c1..be6b486fd 100644 --- a/test/torture-s/pr60062.c.s +++ b/test/torture-s/pr60062.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .bss diff --git a/test/torture-s/pr60072.c.s b/test/torture-s/pr60072.c.s index 26d2ac95c..99cd9dc07 100644 --- a/test/torture-s/pr60072.c.s +++ b/test/torture-s/pr60072.c.s @@ -10,8 +10,8 @@ main: # @main i32.const $push0=, 2 i32.store $discard=, c($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type c,@object # @c .data diff --git a/test/torture-s/pr60454.c.s b/test/torture-s/pr60454.c.s index 9c08031eb..3acfb9dad 100644 --- a/test/torture-s/pr60454.c.s +++ b/test/torture-s/pr60454.c.s @@ -21,28 +21,28 @@ fake_swap32: # @fake_swap32 i32.and $push3=, $pop2, $2 i32.or $push8=, $pop7, $pop3 return $pop8 -func_end0: - .size fake_swap32, func_end0-fake_swap32 +.Lfunc_end0: + .size fake_swap32, .Lfunc_end0-fake_swap32 .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, 305419896 i32.call $push1=, fake_swap32, $pop0 i32.const $push2=, 2018934290 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr60960.c.s b/test/torture-s/pr60960.c.s index 815508604..d51ec6845 100644 --- a/test/torture-s/pr60960.c.s +++ b/test/torture-s/pr60960.c.s @@ -28,8 +28,8 @@ f1: # @f1 i32.shr_u $push5=, $pop4, $5 i32.store8 $discard=, 0($0), $pop5 return -func_end0: - .size f1, func_end0-f1 +.Lfunc_end0: + .size f1, .Lfunc_end0-f1 .globl f2 .type f2,@function @@ -57,8 +57,8 @@ f2: # @f2 i32.shr_u $push4=, $pop3, $6 i32.store8 $discard=, 0($0), $pop4 return -func_end1: - .size f2, func_end1-f2 +.Lfunc_end1: + .size f2, .Lfunc_end1-f2 .globl f3 .type f3,@function @@ -90,8 +90,8 @@ f3: # @f3 i32.store8 $discard=, 0($pop13), $6 i32.store8 $discard=, 0($0), $5 return -func_end2: - .size f3, func_end2-f3 +.Lfunc_end2: + .size f3, .Lfunc_end2-f3 .globl main .type main,@function @@ -130,7 +130,7 @@ main: # @main i32.load8_u $push4=, 0($pop3) i32.const $14=, 12 i32.add $14=, $23, $14 - block BB3_6 + block .LBB3_6 i32.or $push0=, $14, $1 i32.load8_u $push1=, 0($pop0) i32.shl $push2=, $pop1, $2 @@ -138,7 +138,7 @@ main: # @main i32.shl $push6=, $pop5, $4 i32.or $push13=, $pop12, $pop6 i32.ne $push14=, $pop13, $7 - br_if $pop14, BB3_6 + br_if $pop14, .LBB3_6 # BB#1: # %if.end i32.const $15=, 8 i32.add $15=, $23, $15 @@ -157,7 +157,7 @@ main: # @main i32.load8_u $push19=, 0($pop18) i32.const $18=, 8 i32.add $18=, $23, $18 - block BB3_5 + block .LBB3_5 i32.or $push15=, $18, $1 i32.load8_u $push16=, 0($pop15) i32.shl $push17=, $pop16, $2 @@ -165,7 +165,7 @@ main: # @main i32.shl $push21=, $pop20, $4 i32.or $push28=, $pop27, $pop21 i32.ne $push29=, $pop28, $7 - br_if $pop29, BB3_5 + br_if $pop29, .LBB3_5 # BB#2: # %if.end6 i32.const $19=, 4 i32.add $19=, $23, $19 @@ -184,7 +184,7 @@ main: # @main i32.load8_u $push34=, 0($pop33) i32.const $22=, 4 i32.add $22=, $23, $22 - block BB3_4 + block .LBB3_4 i32.or $push30=, $22, $1 i32.load8_u $push31=, 0($pop30) i32.shl $push32=, $pop31, $2 @@ -192,7 +192,7 @@ main: # @main i32.shl $push36=, $pop35, $4 i32.or $push43=, $pop42, $pop36 i32.ne $push44=, $pop43, $7 - br_if $pop44, BB3_4 + br_if $pop44, .LBB3_4 # BB#3: # %if.end11 i32.const $push45=, 0 i32.const $10=, 16 @@ -200,17 +200,17 @@ main: # @main i32.const $10=, __stack_pointer i32.store $23=, 0($10), $23 return $pop45 -BB3_4: # %if.then10 +.LBB3_4: # %if.then10 call abort unreachable -BB3_5: # %if.then5 +.LBB3_5: # %if.then5 call abort unreachable -BB3_6: # %if.then +.LBB3_6: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr61306-1.c.s b/test/torture-s/pr61306-1.c.s index 566b5bcc6..1b2b57331 100644 --- a/test/torture-s/pr61306-1.c.s +++ b/test/torture-s/pr61306-1.c.s @@ -21,28 +21,28 @@ fake_bswap32: # @fake_bswap32 i32.and $push6=, $pop4, $pop5 i32.or $push10=, $pop9, $pop6 return $pop10 -func_end0: - .size fake_bswap32, func_end0-fake_bswap32 +.Lfunc_end0: + .size fake_bswap32, .Lfunc_end0-fake_bswap32 .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -2023406815 i32.call $push1=, fake_bswap32, $pop0 i32.const $push2=, -121 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr61306-2.c.s b/test/torture-s/pr61306-2.c.s index fb31c6efb..89448e653 100644 --- a/test/torture-s/pr61306-2.c.s +++ b/test/torture-s/pr61306-2.c.s @@ -23,28 +23,28 @@ fake_bswap32: # @fake_bswap32 i32.and $push5=, $pop3, $pop4 i32.or $push12=, $pop11, $pop5 return $pop12 -func_end0: - .size fake_bswap32, func_end0-fake_bswap32 +.Lfunc_end0: + .size fake_bswap32, .Lfunc_end0-fake_bswap32 .globl main .type main,@function main: # @main .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.const $push0=, -2122153084 i32.call $push1=, fake_bswap32, $pop0 i32.const $push2=, -8158591 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr61306-3.c.s b/test/torture-s/pr61306-3.c.s index ed5b43c4b..8ae7b8bc8 100644 --- a/test/torture-s/pr61306-3.c.s +++ b/test/torture-s/pr61306-3.c.s @@ -10,21 +10,21 @@ main: # @main i32.load16_s $push0=, a($0) i32.store8 $1=, c($0), $pop0 i32.const $2=, 24 - block BB0_2 + block .LBB0_2 i32.shl $push1=, $1, $2 i32.shr_s $push2=, $pop1, $2 i32.or $push3=, $pop2, $1 i32.store $push4=, b($0), $pop3 i32.const $push5=, -1 i32.ne $push6=, $pop4, $pop5 - br_if $pop6, BB0_2 + br_if $pop6, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type a,@object # @a .data diff --git a/test/torture-s/pr61375.c.s b/test/torture-s/pr61375.c.s index 5a038793d..a6e256171 100644 --- a/test/torture-s/pr61375.c.s +++ b/test/torture-s/pr61375.c.s @@ -15,8 +15,8 @@ uint128_central_bitsi_ior: # @uint128_central_bitsi_ior i64.and $push6=, $pop4, $pop5 i64.or $push7=, $pop6, $2 return $pop7 -func_end0: - .size uint128_central_bitsi_ior, func_end0-uint128_central_bitsi_ior +.Lfunc_end0: + .size uint128_central_bitsi_ior, .Lfunc_end0-uint128_central_bitsi_ior .globl main .type main,@function @@ -24,22 +24,22 @@ main: # @main .param i32 .result i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i64.const $push2=, 0 i64.const $push1=, 1 i64.const $push0=, 2 i64.call $push3=, uint128_central_bitsi_ior, $pop2, $pop1, $pop0 i64.const $push4=, 258 i64.ne $push5=, $pop3, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end i32.const $push6=, 0 return $pop6 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr61673.c.s b/test/torture-s/pr61673.c.s index 1502cd228..6478ffc24 100644 --- a/test/torture-s/pr61673.c.s +++ b/test/torture-s/pr61673.c.s @@ -5,21 +5,21 @@ bar: # @bar .param i32 # BB#0: # %entry - block BB0_3 + block .LBB0_3 i32.const $push0=, -121 i32.eq $push1=, $0, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 84 i32.eq $push3=, $0, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.then call abort unreachable -BB0_3: # %if.end +.LBB0_3: # %if.end return -func_end0: - .size bar, func_end0-bar +.Lfunc_end0: + .size bar, .Lfunc_end0-bar .globl foo .type foo,@function @@ -27,18 +27,18 @@ foo: # @foo .param i32 # BB#0: # %entry i32.load8_s $0=, 0($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, -1 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB1_2 + br_if $pop1, .LBB1_2 # BB#1: # %if.then i32.const $push2=, 0 i32.store8 $discard=, e($pop2), $0 -BB1_2: # %if.end +.LBB1_2: # %if.end call bar, $0 return -func_end1: - .size foo, func_end1-foo +.Lfunc_end1: + .size foo, .Lfunc_end1-foo .globl baz .type baz,@function @@ -46,17 +46,17 @@ baz: # @baz .param i32 # BB#0: # %entry i32.load8_s $0=, 0($0) - block BB2_2 + block .LBB2_2 i32.const $push0=, -1 i32.gt_s $push1=, $0, $pop0 - br_if $pop1, BB2_2 + br_if $pop1, .LBB2_2 # BB#1: # %if.then i32.const $push2=, 0 i32.store8 $discard=, e($pop2), $0 -BB2_2: # %if.end +.LBB2_2: # %if.end return -func_end2: - .size baz, func_end2-baz +.Lfunc_end2: + .size baz, .Lfunc_end2-baz .globl main .type main,@function @@ -69,47 +69,47 @@ main: # @main i32.const $push0=, 33 i32.store8 $1=, e($0), $pop0 call foo, $2 - block BB3_8 + block .LBB3_8 i32.load8_u $push1=, e($0) i32.ne $push2=, $pop1, $1 - br_if $pop2, BB3_8 + br_if $pop2, .LBB3_8 # BB#1: # %if.end i32.const $3=, main.c+1 call foo, $3 i32.const $4=, 135 - block BB3_7 + block .LBB3_7 i32.load8_u $push3=, e($0) i32.ne $push4=, $pop3, $4 - br_if $pop4, BB3_7 + br_if $pop4, .LBB3_7 # BB#2: # %if.end6 i32.store8 $discard=, e($0), $1 call baz, $2 - block BB3_6 + block .LBB3_6 i32.load8_u $push5=, e($0) i32.ne $push6=, $pop5, $1 - br_if $pop6, BB3_6 + br_if $pop6, .LBB3_6 # BB#3: # %if.end11 call baz, $3 - block BB3_5 + block .LBB3_5 i32.load8_u $push7=, e($0) i32.ne $push8=, $pop7, $4 - br_if $pop8, BB3_5 + br_if $pop8, .LBB3_5 # BB#4: # %if.end16 return $0 -BB3_5: # %if.then15 +.LBB3_5: # %if.then15 call abort unreachable -BB3_6: # %if.then10 +.LBB3_6: # %if.then10 call abort unreachable -BB3_7: # %if.then5 +.LBB3_7: # %if.then5 call abort unreachable -BB3_8: # %if.then +.LBB3_8: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type e,@object # @e .bss diff --git a/test/torture-s/pr61725.c.s b/test/torture-s/pr61725.c.s index e694fed06..091232971 100644 --- a/test/torture-s/pr61725.c.s +++ b/test/torture-s/pr61725.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr63209.c.s b/test/torture-s/pr63209.c.s index 9fb08c4a7..c3c689b8c 100644 --- a/test/torture-s/pr63209.c.s +++ b/test/torture-s/pr63209.c.s @@ -21,8 +21,8 @@ Predictor: # @Predictor i32.le_s $push8=, $pop7, $pop1 i32.select $push9=, $pop8, $2, $0 return $pop9 -func_end0: - .size Predictor, func_end0-Predictor +.Lfunc_end0: + .size Predictor, .Lfunc_end0-Predictor .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i32.call $push1=, Predictor, $0, $pop0 i32.ne $push2=, $pop1, $0 return $pop2 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type main.top,@object # @main.top .section .rodata,"a",@progbits diff --git a/test/torture-s/pr63302.c.s b/test/torture-s/pr63302.c.s index 508503513..700d5ad4d 100644 --- a/test/torture-s/pr63302.c.s +++ b/test/torture-s/pr63302.c.s @@ -20,8 +20,8 @@ foo: # @foo i64.eq $push8=, $pop7, $2 i32.or $push9=, $pop2, $pop8 return $pop9 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -37,8 +37,8 @@ bar: # @bar i64.eq $push4=, $0, $pop3 i32.or $push5=, $pop2, $pop4 return $pop5 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -49,92 +49,92 @@ main: # @main i64.const $0=, 0 i32.call $1=, foo, $0, $0 i32.const $2=, 1 - block BB2_20 + block .LBB2_20 i32.ne $push0=, $1, $2 - br_if $pop0, BB2_20 + br_if $pop0, .LBB2_20 # BB#1: # %lor.lhs.false i64.const $3=, 1 i32.call $push1=, foo, $3, $0 - br_if $pop1, BB2_20 + br_if $pop1, .LBB2_20 # BB#2: # %lor.lhs.false3 i64.const $4=, 2048 i32.call $push2=, foo, $4, $0 i32.ne $push3=, $pop2, $2 - br_if $pop3, BB2_20 + br_if $pop3, .LBB2_20 # BB#3: # %lor.lhs.false6 i64.const $5=, 2049 i32.call $push4=, foo, $5, $0 - br_if $pop4, BB2_20 + br_if $pop4, .LBB2_20 # BB#4: # %lor.lhs.false9 i64.const $6=, -9223372036854775808 i32.call $push5=, foo, $6, $0 - br_if $pop5, BB2_20 + br_if $pop5, .LBB2_20 # BB#5: # %lor.lhs.false12 i64.const $7=, -1 i32.call $push6=, foo, $6, $7 i32.ne $push7=, $pop6, $2 - br_if $pop7, BB2_20 + br_if $pop7, .LBB2_20 # BB#6: # %lor.lhs.false15 i64.const $push8=, -9223372036854775807 i32.call $push9=, foo, $pop8, $7 - br_if $pop9, BB2_20 + br_if $pop9, .LBB2_20 # BB#7: # %lor.lhs.false18 i64.const $push10=, -9223372036854773760 i32.call $push11=, foo, $pop10, $7 i32.ne $push12=, $pop11, $2 - br_if $pop12, BB2_20 + br_if $pop12, .LBB2_20 # BB#8: # %lor.lhs.false21 i64.const $push13=, -9223372036854773759 i32.call $push14=, foo, $pop13, $7 - br_if $pop14, BB2_20 + br_if $pop14, .LBB2_20 # BB#9: # %if.end - block BB2_19 + block .LBB2_19 i32.call $push15=, bar, $0 i32.ne $push16=, $pop15, $2 - br_if $pop16, BB2_19 + br_if $pop16, .LBB2_19 # BB#10: # %lor.lhs.false26 i32.call $push17=, bar, $3 - br_if $pop17, BB2_19 + br_if $pop17, .LBB2_19 # BB#11: # %lor.lhs.false29 i32.call $push18=, bar, $4 i32.ne $push19=, $pop18, $2 - br_if $pop19, BB2_19 + br_if $pop19, .LBB2_19 # BB#12: # %lor.lhs.false32 i32.call $push20=, bar, $5 - br_if $pop20, BB2_19 + br_if $pop20, .LBB2_19 # BB#13: # %lor.lhs.false35 i64.const $push21=, 2147483648 i32.call $push22=, bar, $pop21 - br_if $pop22, BB2_19 + br_if $pop22, .LBB2_19 # BB#14: # %lor.lhs.false38 i64.const $push23=, -2147483648 i32.call $push24=, bar, $pop23 i32.ne $push25=, $pop24, $2 - br_if $pop25, BB2_19 + br_if $pop25, .LBB2_19 # BB#15: # %lor.lhs.false41 i64.const $push26=, -2147483647 i32.call $push27=, bar, $pop26 - br_if $pop27, BB2_19 + br_if $pop27, .LBB2_19 # BB#16: # %lor.lhs.false44 i64.const $push28=, -2147481600 i32.call $push29=, bar, $pop28 i32.ne $push30=, $pop29, $2 - br_if $pop30, BB2_19 + br_if $pop30, .LBB2_19 # BB#17: # %lor.lhs.false47 i64.const $push31=, -2147481599 i32.call $push32=, bar, $pop31 - br_if $pop32, BB2_19 + br_if $pop32, .LBB2_19 # BB#18: # %if.end51 i32.const $push33=, 0 return $pop33 -BB2_19: # %if.then50 +.LBB2_19: # %if.then50 call abort unreachable -BB2_20: # %if.then +.LBB2_20: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pr63659.c.s b/test/torture-s/pr63659.c.s index 680516d68..708cf3a13 100644 --- a/test/torture-s/pr63659.c.s +++ b/test/torture-s/pr63659.c.s @@ -7,44 +7,44 @@ main: # @main .local i32, i32, i32, i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push1=, a($0) i32.const $push10=, 0 i32.eq $push11=, $pop1, $pop10 - br_if $pop11, BB0_2 + br_if $pop11, .LBB0_2 # BB#1: # %for.cond.preheader i32.store $discard=, a($0), $0 -BB0_2: # %while.end +.LBB0_2: # %while.end i32.const $1=, 255 i32.load8_s $push2=, c($0) i32.load $push3=, h($0) i32.shr_s $push0=, $pop2, $pop3 i32.store $2=, g($0), $pop0 copy_local $3=, $1 - block BB0_4 + block .LBB0_4 i32.const $push12=, 0 i32.eq $push13=, $2, $pop12 - br_if $pop13, BB0_4 + br_if $pop13, .LBB0_4 # BB#3: # %cond.false i32.const $push4=, -1 i32.rem_s $3=, $pop4, $2 -BB0_4: # %cond.end +.LBB0_4: # %cond.end i32.load $2=, d($0) - block BB0_6 + block .LBB0_6 i32.store8 $push5=, f($0), $3 i32.store8 $push6=, e($0), $pop5 i32.and $push7=, $pop6, $1 i32.store $discard=, 0($2), $pop7 i32.load $push8=, b($0) i32.ne $push9=, $pop8, $1 - br_if $pop9, BB0_6 + br_if $pop9, .LBB0_6 # BB#5: # %if.end23 return $0 -BB0_6: # %if.then22 +.LBB0_6: # %if.then22 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type b,@object # @b .bss diff --git a/test/torture-s/pr7284-1.c.s b/test/torture-s/pr7284-1.c.s index 168dc187a..ee0f394c8 100644 --- a/test/torture-s/pr7284-1.c.s +++ b/test/torture-s/pr7284-1.c.s @@ -11,8 +11,8 @@ f: # @f i32.const $push2=, 23 i32.shr_s $push3=, $pop1, $pop2 return $pop3 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -21,21 +21,21 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, x($0) i32.const $push1=, 255 i32.and $push2=, $pop0, $pop1 i32.const $push3=, 128 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB1_2 + br_if $pop4, .LBB1_2 # BB#1: # %if.end call exit, $0 unreachable -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type x,@object # @x .data diff --git a/test/torture-s/printf-1.c.s b/test/torture-s/printf-1.c.s index 26140bbe7..9b74d2319 100644 --- a/test/torture-s/printf-1.c.s +++ b/test/torture-s/printf-1.c.s @@ -16,26 +16,26 @@ main: # @main i32.call $discard=, iprintf, $0 i32.call $6=, iprintf, $0 i32.const $1=, 5 - block BB0_20 + block .LBB0_20 i32.ne $push0=, $6, $1 - br_if $pop0, BB0_20 + br_if $pop0, .LBB0_20 # BB#1: # %if.end i32.call $discard=, puts, $0 i32.const $2=, .str.1 i32.call $6=, iprintf, $2 i32.const $3=, 6 - block BB0_19 + block .LBB0_19 i32.ne $push1=, $6, $3 - br_if $pop1, BB0_19 + br_if $pop1, .LBB0_19 # BB#2: # %if.end6 i32.const $push2=, 97 i32.call $discard=, putchar, $pop2 i32.const $4=, .str.2 i32.call $6=, iprintf, $4 i32.const $5=, 1 - block BB0_18 + block .LBB0_18 i32.ne $push3=, $6, $5 - br_if $pop3, BB0_18 + br_if $pop3, .LBB0_18 # BB#3: # %if.end16 i32.const $7=, __stack_pointer i32.load $7=, 0($7) @@ -66,9 +66,9 @@ main: # @main i32.add $58=, $13, $14 i32.const $14=, __stack_pointer i32.store $58=, 0($14), $58 - block BB0_17 + block .LBB0_17 i32.ne $push4=, $0, $1 - br_if $pop4, BB0_17 + br_if $pop4, .LBB0_17 # BB#4: # %if.end21 i32.const $15=, __stack_pointer i32.load $15=, 0($15) @@ -98,9 +98,9 @@ main: # @main i32.add $58=, $21, $22 i32.const $22=, __stack_pointer i32.store $58=, 0($22), $58 - block BB0_16 + block .LBB0_16 i32.ne $push5=, $1, $3 - br_if $pop5, BB0_16 + br_if $pop5, .LBB0_16 # BB#5: # %if.end26 i32.const $23=, __stack_pointer i32.load $23=, 0($23) @@ -130,9 +130,9 @@ main: # @main i32.add $58=, $29, $30 i32.const $30=, __stack_pointer i32.store $58=, 0($30), $58 - block BB0_15 + block .LBB0_15 i32.ne $push6=, $1, $5 - br_if $pop6, BB0_15 + br_if $pop6, .LBB0_15 # BB#6: # %if.end31 i32.const $31=, __stack_pointer i32.load $31=, 0($31) @@ -163,8 +163,8 @@ main: # @main i32.add $58=, $37, $38 i32.const $38=, __stack_pointer i32.store $58=, 0($38), $58 - block BB0_14 - br_if $6, BB0_14 + block .LBB0_14 + br_if $6, .LBB0_14 # BB#7: # %if.end36 i32.const $6=, 120 i32.call $discard=, putchar, $6 @@ -183,9 +183,9 @@ main: # @main i32.add $58=, $41, $42 i32.const $42=, __stack_pointer i32.store $58=, 0($42), $58 - block BB0_13 + block .LBB0_13 i32.ne $push9=, $6, $5 - br_if $pop9, BB0_13 + br_if $pop9, .LBB0_13 # BB#8: # %if.end41 i32.call $discard=, puts, $0 i32.const $43=, __stack_pointer @@ -203,10 +203,10 @@ main: # @main i32.add $58=, $45, $46 i32.const $46=, __stack_pointer i32.store $58=, 0($46), $58 - block BB0_12 + block .LBB0_12 i32.const $push11=, 7 i32.ne $push12=, $6, $pop11 - br_if $pop12, BB0_12 + br_if $pop12, .LBB0_12 # BB#9: # %if.end46 i32.const $47=, __stack_pointer i32.load $47=, 0($47) @@ -238,48 +238,48 @@ main: # @main i32.add $58=, $53, $54 i32.const $54=, __stack_pointer i32.store $58=, 0($54), $58 - block BB0_11 + block .LBB0_11 i32.const $push14=, 2 i32.ne $push15=, $6, $pop14 - br_if $pop15, BB0_11 + br_if $pop15, .LBB0_11 # BB#10: # %if.end51 i32.const $57=, 16 i32.add $58=, $58, $57 i32.const $57=, __stack_pointer i32.store $58=, 0($57), $58 return $0 -BB0_11: # %if.then50 +.LBB0_11: # %if.then50 call abort unreachable -BB0_12: # %if.then45 +.LBB0_12: # %if.then45 call abort unreachable -BB0_13: # %if.then40 +.LBB0_13: # %if.then40 call abort unreachable -BB0_14: # %if.then35 +.LBB0_14: # %if.then35 call abort unreachable -BB0_15: # %if.then30 +.LBB0_15: # %if.then30 call abort unreachable -BB0_16: # %if.then25 +.LBB0_16: # %if.then25 call abort unreachable -BB0_17: # %if.then20 +.LBB0_17: # %if.then20 call abort unreachable -BB0_18: # %if.then10 +.LBB0_18: # %if.then10 call abort unreachable -BB0_19: # %if.then5 +.LBB0_19: # %if.then5 call abort unreachable -BB0_20: # %if.then +.LBB0_20: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type .str.1,@object # @.str.1 .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/ptr-arith-1.c.s b/test/torture-s/ptr-arith-1.c.s index be4db569e..5cccdd6f5 100644 --- a/test/torture-s/ptr-arith-1.c.s +++ b/test/torture-s/ptr-arith-1.c.s @@ -10,8 +10,8 @@ f: # @f i32.const $push1=, 2 i32.add $push2=, $pop0, $pop1 return $pop2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -21,8 +21,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/pure-1.c.s b/test/torture-s/pure-1.c.s index 3773c69f6..4f5a3ff1e 100644 --- a/test/torture-s/pure-1.c.s +++ b/test/torture-s/pure-1.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl func0 .type func0,@function @@ -20,8 +20,8 @@ func0: # @func0 i32.load $push1=, i($pop0) i32.sub $push2=, $0, $pop1 return $pop2 -func_end1: - .size func0, func_end1-func0 +.Lfunc_end1: + .size func0, .Lfunc_end1-func0 .globl func1 .type func1,@function @@ -31,8 +31,8 @@ func1: # @func1 # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size func1, func_end2-func1 +.Lfunc_end2: + .size func1, .Lfunc_end2-func1 .type i,@object # @i .data diff --git a/test/torture-s/pushpop_macro.c.s b/test/torture-s/pushpop_macro.c.s index f303622a2..cf6c223e2 100644 --- a/test/torture-s/pushpop_macro.c.s +++ b/test/torture-s/pushpop_macro.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/regstack-1.c.s b/test/torture-s/regstack-1.c.s index 94ad7d15b..7aba1df5e 100644 --- a/test/torture-s/regstack-1.c.s +++ b/test/torture-s/regstack-1.c.s @@ -198,46 +198,46 @@ main: # @main i64.load $push3=, 0($pop33) i64.store $14=, Y1+8($0), $pop3 i64.store $discard=, Y1($0), $2 - block BB0_9 + block .LBB0_9 i64.const $push34=, 4612354521497075712 i32.call $push35=, __netf2, $7, $6, $1, $pop34 - br_if $pop35, BB0_9 + br_if $pop35, .LBB0_9 # BB#1: # %entry i64.const $push36=, 4613097791357452288 i32.call $push37=, __netf2, $16, $17, $1, $pop36 - br_if $pop37, BB0_9 + br_if $pop37, .LBB0_9 # BB#2: # %entry i64.const $push38=, 4613150567915585536 i32.call $push39=, __netf2, $5, $4, $1, $pop38 - br_if $pop39, BB0_9 + br_if $pop39, .LBB0_9 # BB#3: # %entry i64.const $push40=, 4613517804799262720 i32.call $push41=, __netf2, $13, $12, $1, $pop40 - br_if $pop41, BB0_9 + br_if $pop41, .LBB0_9 # BB#4: # %entry i64.const $push42=, 4613503511148101632 i32.call $push43=, __netf2, $2, $14, $1, $pop42 - br_if $pop43, BB0_9 + br_if $pop43, .LBB0_9 # BB#5: # %entry i64.const $push44=, 4613110985496985600 i32.call $push45=, __netf2, $11, $10, $1, $pop44 - br_if $pop45, BB0_9 + br_if $pop45, .LBB0_9 # BB#6: # %entry i64.const $push46=, 4612961451915608064 i32.call $push47=, __netf2, $9, $8, $1, $pop46 - br_if $pop47, BB0_9 + br_if $pop47, .LBB0_9 # BB#7: # %entry i64.const $push48=, 4613040616752807936 i32.call $push49=, __eqtf2, $19, $18, $1, $pop48 - br_if $pop49, BB0_9 + br_if $pop49, .LBB0_9 # BB#8: # %if.end call exit, $0 unreachable -BB0_9: # %if.then +.LBB0_9: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type C,@object # @C .data diff --git a/test/torture-s/restrict-1.c.s b/test/torture-s/restrict-1.c.s index da4b91335..6d33fd859 100644 --- a/test/torture-s/restrict-1.c.s +++ b/test/torture-s/restrict-1.c.s @@ -12,8 +12,8 @@ foo: # @foo i32.const $push3=, 0 i32.store $discard=, 4($0), $pop3 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -21,7 +21,7 @@ bar: # @bar .param i32 .local i32 # BB#0: # %entry - block BB1_2 + block .LBB1_2 i32.load $push0=, 0($0) i32.const $push1=, 1 i32.shl $1=, $pop0, $pop1 @@ -33,14 +33,14 @@ bar: # @bar i64.store32 $discard=, 0($0), $pop2 i32.const $push6=, 2 i32.ne $push7=, $1, $pop6 - br_if $pop7, BB1_2 + br_if $pop7, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -49,8 +49,8 @@ main: # @main # BB#0: # %bar.exit i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/scope-1.c.s b/test/torture-s/scope-1.c.s index a09c73c3e..9147ccc78 100644 --- a/test/torture-s/scope-1.c.s +++ b/test/torture-s/scope-1.c.s @@ -6,19 +6,19 @@ f: # @f .result i32 .local i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, 0 i32.load $push1=, v($pop0) i32.const $push2=, 3 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.end return $0 -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -27,19 +27,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, v($0) i32.const $push1=, 3 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %f.exit call exit, $0 unreachable -BB1_2: # %if.then.i +.LBB1_2: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type v,@object # @v .data diff --git a/test/torture-s/shiftdi.c.s b/test/torture-s/shiftdi.c.s index ada5c2d93..3282be3e6 100644 --- a/test/torture-s/shiftdi.c.s +++ b/test/torture-s/shiftdi.c.s @@ -21,8 +21,8 @@ g: # @g i64.or $push11=, $pop10, $pop9 i64.store $discard=, 0($3), $pop11 return -func_end0: - .size g, func_end0-g +.Lfunc_end0: + .size g, .Lfunc_end0-g .globl main .type main,@function @@ -31,8 +31,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/shiftopt-1.c.s b/test/torture-s/shiftopt-1.c.s index d3376bfd9..6f3269557 100644 --- a/test/torture-s/shiftopt-1.c.s +++ b/test/torture-s/shiftopt-1.c.s @@ -6,8 +6,8 @@ utest: # @utest .param i32 # BB#0: # %entry return -func_end0: - .size utest, func_end0-utest +.Lfunc_end0: + .size utest, .Lfunc_end0-utest .globl stest .type stest,@function @@ -15,8 +15,8 @@ stest: # @stest .param i32 # BB#0: # %entry return -func_end1: - .size stest, func_end1-stest +.Lfunc_end1: + .size stest, .Lfunc_end1-stest .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/simd-1.c.s b/test/torture-s/simd-1.c.s index 83e81739d..592e2d5f2 100644 --- a/test/torture-s/simd-1.c.s +++ b/test/torture-s/simd-1.c.s @@ -5,25 +5,25 @@ verify: # @verify .param i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB0_5 + block .LBB0_5 i32.ne $push0=, $0, $4 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %entry i32.ne $push1=, $1, $5 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %entry i32.ne $push2=, $2, $6 - br_if $pop2, BB0_5 + br_if $pop2, .LBB0_5 # BB#3: # %entry i32.ne $push3=, $3, $7 - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#4: # %if.end return -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size verify, func_end0-verify +.Lfunc_end0: + .size verify, .Lfunc_end0-verify .globl main .type main,@function @@ -43,7 +43,7 @@ main: # @main i32.load $5=, j+4($8) i32.load $4=, j($8) i32.store $10=, res+12($8), $9 - block BB1_40 + block .LBB1_40 i32.add $push1=, $6, $2 i32.store $push4=, k+8($8), $pop1 i32.store $11=, res+8($8), $pop4 @@ -55,21 +55,21 @@ main: # @main i32.store $push7=, res($8), $pop6 i32.const $push8=, 160 i32.ne $push9=, $pop7, $pop8 - br_if $pop9, BB1_40 + br_if $pop9, .LBB1_40 # BB#1: # %entry i32.const $push10=, 113 i32.ne $push11=, $9, $pop10 - br_if $pop11, BB1_40 + br_if $pop11, .LBB1_40 # BB#2: # %entry i32.const $push12=, 170 i32.ne $push13=, $11, $pop12 - br_if $pop13, BB1_40 + br_if $pop13, .LBB1_40 # BB#3: # %entry i32.const $push14=, 230 i32.ne $push15=, $10, $pop14 - br_if $pop15, BB1_40 + br_if $pop15, .LBB1_40 # BB#4: # %verify.exit - block BB1_39 + block .LBB1_39 i32.mul $push19=, $4, $0 i32.store $push20=, k($8), $pop19 i32.store $9=, res($8), $pop20 @@ -84,21 +84,21 @@ main: # @main i32.store $12=, res+12($8), $pop23 i32.const $push24=, 1500 i32.ne $push25=, $9, $pop24 - br_if $pop25, BB1_39 + br_if $pop25, .LBB1_39 # BB#5: # %verify.exit i32.const $push26=, 1300 i32.ne $push27=, $11, $pop26 - br_if $pop27, BB1_39 + br_if $pop27, .LBB1_39 # BB#6: # %verify.exit i32.const $push28=, 3000 i32.ne $push29=, $10, $pop28 - br_if $pop29, BB1_39 + br_if $pop29, .LBB1_39 # BB#7: # %verify.exit i32.const $push30=, 6000 i32.ne $push31=, $12, $pop30 - br_if $pop31, BB1_39 + br_if $pop31, .LBB1_39 # BB#8: # %verify.exit9 - block BB1_38 + block .LBB1_38 i32.div_s $push32=, $1, $5 i32.store $push37=, k+4($8), $pop32 i32.store $11=, res+4($8), $pop37 @@ -113,20 +113,20 @@ main: # @main i32.store $push40=, res($8), $pop36 i32.const $push41=, 15 i32.ne $push42=, $pop40, $pop41 - br_if $pop42, BB1_38 + br_if $pop42, .LBB1_38 # BB#9: # %verify.exit9 i32.const $9=, 7 i32.ne $push43=, $11, $9 - br_if $pop43, BB1_38 + br_if $pop43, .LBB1_38 # BB#10: # %verify.exit9 i32.ne $push44=, $10, $9 - br_if $pop44, BB1_38 + br_if $pop44, .LBB1_38 # BB#11: # %verify.exit9 i32.const $push45=, 6 i32.ne $push46=, $12, $pop45 - br_if $pop46, BB1_38 + br_if $pop46, .LBB1_38 # BB#12: # %verify.exit18 - block BB1_37 + block .LBB1_37 i32.and $push50=, $4, $0 i32.store $push51=, k($8), $pop50 i32.store $9=, res($8), $pop51 @@ -141,21 +141,21 @@ main: # @main i32.store $12=, res+12($8), $pop54 i32.const $push55=, 2 i32.ne $push56=, $9, $pop55 - br_if $pop56, BB1_37 + br_if $pop56, .LBB1_37 # BB#13: # %verify.exit18 i32.const $push57=, 4 i32.ne $push58=, $11, $pop57 - br_if $pop58, BB1_37 + br_if $pop58, .LBB1_37 # BB#14: # %verify.exit18 i32.const $push59=, 20 i32.ne $push60=, $10, $pop59 - br_if $pop60, BB1_37 + br_if $pop60, .LBB1_37 # BB#15: # %verify.exit18 i32.const $push61=, 8 i32.ne $push62=, $12, $pop61 - br_if $pop62, BB1_37 + br_if $pop62, .LBB1_37 # BB#16: # %verify.exit27 - block BB1_36 + block .LBB1_36 i32.or $push66=, $4, $0 i32.store $push67=, k($8), $pop66 i32.store $9=, res($8), $pop67 @@ -170,21 +170,21 @@ main: # @main i32.store $12=, res+12($8), $pop70 i32.const $push71=, 158 i32.ne $push72=, $9, $pop71 - br_if $pop72, BB1_36 + br_if $pop72, .LBB1_36 # BB#17: # %verify.exit27 i32.const $push73=, 109 i32.ne $push74=, $11, $pop73 - br_if $pop74, BB1_36 + br_if $pop74, .LBB1_36 # BB#18: # %verify.exit27 i32.const $9=, 150 i32.ne $push75=, $10, $9 - br_if $pop75, BB1_36 + br_if $pop75, .LBB1_36 # BB#19: # %verify.exit27 i32.const $push76=, 222 i32.ne $push77=, $12, $pop76 - br_if $pop77, BB1_36 + br_if $pop77, .LBB1_36 # BB#20: # %verify.exit36 - block BB1_35 + block .LBB1_35 i32.xor $push81=, $0, $4 i32.store $push82=, k($8), $pop81 i32.store $4=, res($8), $pop82 @@ -199,19 +199,19 @@ main: # @main i32.store $7=, res+12($8), $pop85 i32.const $push86=, 156 i32.ne $push87=, $4, $pop86 - br_if $pop87, BB1_35 + br_if $pop87, .LBB1_35 # BB#21: # %verify.exit36 i32.const $push88=, 105 i32.ne $push89=, $5, $pop88 - br_if $pop89, BB1_35 + br_if $pop89, .LBB1_35 # BB#22: # %verify.exit36 i32.const $push90=, 130 i32.ne $push91=, $6, $pop90 - br_if $pop91, BB1_35 + br_if $pop91, .LBB1_35 # BB#23: # %verify.exit36 i32.const $push92=, 214 i32.ne $push93=, $7, $pop92 - br_if $pop93, BB1_35 + br_if $pop93, .LBB1_35 # BB#24: # %verify.exit45 i32.sub $push97=, $8, $0 i32.store $push98=, k($8), $pop97 @@ -226,23 +226,23 @@ main: # @main i32.store $push101=, k+12($8), $pop96 i32.store $11=, res+12($8), $pop101 i32.const $7=, -150 - block BB1_34 + block .LBB1_34 i32.ne $push102=, $6, $7 - br_if $pop102, BB1_34 + br_if $pop102, .LBB1_34 # BB#25: # %verify.exit45 i32.const $push103=, -100 i32.ne $push104=, $5, $pop103 - br_if $pop104, BB1_34 + br_if $pop104, .LBB1_34 # BB#26: # %verify.exit45 i32.ne $push105=, $4, $7 - br_if $pop105, BB1_34 + br_if $pop105, .LBB1_34 # BB#27: # %verify.exit45 i32.const $push106=, -200 i32.ne $push107=, $11, $pop106 - br_if $pop107, BB1_34 + br_if $pop107, .LBB1_34 # BB#28: # %verify.exit54 i32.const $7=, -1 - block BB1_33 + block .LBB1_33 i32.xor $push111=, $0, $7 i32.store $push112=, k($8), $pop111 i32.store $discard=, res($8), $pop112 @@ -256,48 +256,48 @@ main: # @main i32.store $push115=, k+12($8), $pop110 i32.store $3=, res+12($8), $pop115 i32.ne $push116=, $0, $9 - br_if $pop116, BB1_33 + br_if $pop116, .LBB1_33 # BB#29: # %verify.exit54 i32.const $push117=, -101 i32.ne $push118=, $1, $pop117 - br_if $pop118, BB1_33 + br_if $pop118, .LBB1_33 # BB#30: # %verify.exit54 i32.const $push119=, -151 i32.ne $push120=, $2, $pop119 - br_if $pop120, BB1_33 + br_if $pop120, .LBB1_33 # BB#31: # %verify.exit54 i32.const $push121=, -201 i32.ne $push122=, $3, $pop121 - br_if $pop122, BB1_33 + br_if $pop122, .LBB1_33 # BB#32: # %verify.exit63 call exit, $8 unreachable -BB1_33: # %if.then.i62 +.LBB1_33: # %if.then.i62 call abort unreachable -BB1_34: # %if.then.i53 +.LBB1_34: # %if.then.i53 call abort unreachable -BB1_35: # %if.then.i44 +.LBB1_35: # %if.then.i44 call abort unreachable -BB1_36: # %if.then.i35 +.LBB1_36: # %if.then.i35 call abort unreachable -BB1_37: # %if.then.i26 +.LBB1_37: # %if.then.i26 call abort unreachable -BB1_38: # %if.then.i17 +.LBB1_38: # %if.then.i17 call abort unreachable -BB1_39: # %if.then.i8 +.LBB1_39: # %if.then.i8 call abort unreachable -BB1_40: # %if.then.i +.LBB1_40: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type i,@object # @i .data diff --git a/test/torture-s/simd-2.c.s b/test/torture-s/simd-2.c.s index 4ad8dc6b1..d70d87d5a 100644 --- a/test/torture-s/simd-2.c.s +++ b/test/torture-s/simd-2.c.s @@ -5,25 +5,25 @@ verify: # @verify .param i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry - block BB0_5 + block .LBB0_5 i32.ne $push0=, $0, $4 - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#1: # %entry i32.ne $push1=, $1, $5 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %entry i32.ne $push2=, $2, $6 - br_if $pop2, BB0_5 + br_if $pop2, .LBB0_5 # BB#3: # %entry i32.ne $push3=, $3, $7 - br_if $pop3, BB0_5 + br_if $pop3, .LBB0_5 # BB#4: # %if.end return -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size verify, func_end0-verify +.Lfunc_end0: + .size verify, .Lfunc_end0-verify .globl main .type main,@function @@ -73,28 +73,28 @@ main: # @main i32.store16 $push12=, k($16), $pop3 i32.store16 $23=, res($16), $pop12 i32.const $20=, 65535 - block BB1_40 + block .LBB1_40 i32.and $push13=, $23, $20 i32.const $push14=, 160 i32.ne $push15=, $pop13, $pop14 - br_if $pop15, BB1_40 + br_if $pop15, .LBB1_40 # BB#1: # %entry i32.and $push16=, $19, $20 i32.const $push17=, 113 i32.ne $push18=, $pop16, $pop17 - br_if $pop18, BB1_40 + br_if $pop18, .LBB1_40 # BB#2: # %entry i32.and $push19=, $18, $20 i32.const $push20=, 170 i32.ne $push21=, $pop19, $pop20 - br_if $pop21, BB1_40 + br_if $pop21, .LBB1_40 # BB#3: # %entry i32.and $push22=, $17, $20 i32.const $push23=, 230 i32.ne $push24=, $pop22, $pop23 - br_if $pop24, BB1_40 + br_if $pop24, .LBB1_40 # BB#4: # %verify.exit - block BB1_39 + block .LBB1_39 i32.mul $push32=, $8, $0 i32.store16 $push33=, k($16), $pop32 i32.store16 $23=, res($16), $pop33 @@ -122,25 +122,25 @@ main: # @main i32.and $push41=, $23, $20 i32.const $push42=, 1500 i32.ne $push43=, $pop41, $pop42 - br_if $pop43, BB1_39 + br_if $pop43, .LBB1_39 # BB#5: # %verify.exit i32.and $push44=, $19, $20 i32.const $push45=, 1300 i32.ne $push46=, $pop44, $pop45 - br_if $pop46, BB1_39 + br_if $pop46, .LBB1_39 # BB#6: # %verify.exit i32.and $push47=, $18, $20 i32.const $push48=, 3000 i32.ne $push49=, $pop47, $pop48 - br_if $pop49, BB1_39 + br_if $pop49, .LBB1_39 # BB#7: # %verify.exit i32.and $push50=, $17, $20 i32.const $push51=, 6000 i32.ne $push52=, $pop50, $pop51 - br_if $pop52, BB1_39 + br_if $pop52, .LBB1_39 # BB#8: # %verify.exit40 i32.const $23=, 16 - block BB1_38 + block .LBB1_38 i32.shl $push56=, $7, $23 i32.shr_s $push57=, $pop56, $23 i32.shl $push54=, $15, $23 @@ -200,23 +200,23 @@ main: # @main i32.and $push96=, $pop95, $20 i32.const $push97=, 15 i32.ne $push98=, $pop96, $pop97 - br_if $pop98, BB1_38 + br_if $pop98, .LBB1_38 # BB#9: # %verify.exit40 i32.const $23=, 7 i32.and $push99=, $25, $20 i32.ne $push100=, $pop99, $23 - br_if $pop100, BB1_38 + br_if $pop100, .LBB1_38 # BB#10: # %verify.exit40 i32.and $push101=, $21, $20 i32.ne $push102=, $pop101, $23 - br_if $pop102, BB1_38 + br_if $pop102, .LBB1_38 # BB#11: # %verify.exit40 i32.and $push103=, $22, $20 i32.const $push104=, 6 i32.ne $push105=, $pop103, $pop104 - br_if $pop105, BB1_38 + br_if $pop105, .LBB1_38 # BB#12: # %verify.exit49 - block BB1_37 + block .LBB1_37 i32.and $push113=, $8, $0 i32.store16 $push114=, k($16), $pop113 i32.store16 $23=, res($16), $pop114 @@ -244,24 +244,24 @@ main: # @main i32.and $push122=, $23, $20 i32.const $push123=, 2 i32.ne $push124=, $pop122, $pop123 - br_if $pop124, BB1_37 + br_if $pop124, .LBB1_37 # BB#13: # %verify.exit49 i32.and $push125=, $19, $20 i32.const $push126=, 4 i32.ne $push127=, $pop125, $pop126 - br_if $pop127, BB1_37 + br_if $pop127, .LBB1_37 # BB#14: # %verify.exit49 i32.and $push128=, $18, $20 i32.const $push129=, 20 i32.ne $push130=, $pop128, $pop129 - br_if $pop130, BB1_37 + br_if $pop130, .LBB1_37 # BB#15: # %verify.exit49 i32.and $push131=, $17, $20 i32.const $push132=, 8 i32.ne $push133=, $pop131, $pop132 - br_if $pop133, BB1_37 + br_if $pop133, .LBB1_37 # BB#16: # %verify.exit58 - block BB1_36 + block .LBB1_36 i32.or $push141=, $8, $0 i32.store16 $push142=, k($16), $pop141 i32.store16 $23=, res($16), $pop142 @@ -289,24 +289,24 @@ main: # @main i32.and $push150=, $23, $20 i32.const $push151=, 158 i32.ne $push152=, $pop150, $pop151 - br_if $pop152, BB1_36 + br_if $pop152, .LBB1_36 # BB#17: # %verify.exit58 i32.and $push153=, $19, $20 i32.const $push154=, 109 i32.ne $push155=, $pop153, $pop154 - br_if $pop155, BB1_36 + br_if $pop155, .LBB1_36 # BB#18: # %verify.exit58 i32.and $push156=, $18, $20 i32.const $push157=, 150 i32.ne $push158=, $pop156, $pop157 - br_if $pop158, BB1_36 + br_if $pop158, .LBB1_36 # BB#19: # %verify.exit58 i32.and $push159=, $17, $20 i32.const $push160=, 222 i32.ne $push161=, $pop159, $pop160 - br_if $pop161, BB1_36 + br_if $pop161, .LBB1_36 # BB#20: # %verify.exit67 - block BB1_35 + block .LBB1_35 i32.xor $push169=, $0, $8 i32.store16 $push170=, k($16), $pop169 i32.store16 $23=, res($16), $pop170 @@ -334,22 +334,22 @@ main: # @main i32.and $push178=, $23, $20 i32.const $push179=, 156 i32.ne $push180=, $pop178, $pop179 - br_if $pop180, BB1_35 + br_if $pop180, .LBB1_35 # BB#21: # %verify.exit67 i32.and $push181=, $9, $20 i32.const $push182=, 105 i32.ne $push183=, $pop181, $pop182 - br_if $pop183, BB1_35 + br_if $pop183, .LBB1_35 # BB#22: # %verify.exit67 i32.and $push184=, $10, $20 i32.const $push185=, 130 i32.ne $push186=, $pop184, $pop185 - br_if $pop186, BB1_35 + br_if $pop186, .LBB1_35 # BB#23: # %verify.exit67 i32.and $push187=, $11, $20 i32.const $push188=, 214 i32.ne $push189=, $pop187, $pop188 - br_if $pop189, BB1_35 + br_if $pop189, .LBB1_35 # BB#24: # %verify.exit76 i32.sub $push197=, $16, $0 i32.store16 $push198=, k($16), $pop197 @@ -376,24 +376,24 @@ main: # @main i32.store16 $push205=, k+14($16), $pop193 i32.store16 $discard=, res+14($16), $pop205 i32.const $23=, 65386 - block BB1_34 + block .LBB1_34 i32.and $push206=, $15, $20 i32.ne $push207=, $pop206, $23 - br_if $pop207, BB1_34 + br_if $pop207, .LBB1_34 # BB#25: # %verify.exit76 i32.and $push208=, $14, $20 i32.const $push209=, 65436 i32.ne $push210=, $pop208, $pop209 - br_if $pop210, BB1_34 + br_if $pop210, .LBB1_34 # BB#26: # %verify.exit76 i32.and $push211=, $13, $20 i32.ne $push212=, $pop211, $23 - br_if $pop212, BB1_34 + br_if $pop212, .LBB1_34 # BB#27: # %verify.exit76 i32.and $push213=, $12, $20 i32.const $push214=, 65336 i32.ne $push215=, $pop213, $pop214 - br_if $pop215, BB1_34 + br_if $pop215, .LBB1_34 # BB#28: # %verify.exit85 i32.const $23=, -1 i32.xor $push223=, $0, $23 @@ -421,53 +421,53 @@ main: # @main i32.store16 $push231=, k+14($16), $pop219 i32.store16 $discard=, res+14($16), $pop231 i32.const $23=, 65385 - block BB1_33 + block .LBB1_33 i32.and $push232=, $0, $20 i32.ne $push233=, $pop232, $23 - br_if $pop233, BB1_33 + br_if $pop233, .LBB1_33 # BB#29: # %verify.exit85 i32.and $push234=, $1, $20 i32.const $push235=, 65435 i32.ne $push236=, $pop234, $pop235 - br_if $pop236, BB1_33 + br_if $pop236, .LBB1_33 # BB#30: # %verify.exit85 i32.and $push237=, $2, $20 i32.ne $push238=, $pop237, $23 - br_if $pop238, BB1_33 + br_if $pop238, .LBB1_33 # BB#31: # %verify.exit85 i32.and $push239=, $3, $20 i32.const $push240=, 65335 i32.ne $push241=, $pop239, $pop240 - br_if $pop241, BB1_33 + br_if $pop241, .LBB1_33 # BB#32: # %verify.exit94 call exit, $16 unreachable -BB1_33: # %if.then.i93 +.LBB1_33: # %if.then.i93 call abort unreachable -BB1_34: # %if.then.i84 +.LBB1_34: # %if.then.i84 call abort unreachable -BB1_35: # %if.then.i75 +.LBB1_35: # %if.then.i75 call abort unreachable -BB1_36: # %if.then.i66 +.LBB1_36: # %if.then.i66 call abort unreachable -BB1_37: # %if.then.i57 +.LBB1_37: # %if.then.i57 call abort unreachable -BB1_38: # %if.then.i48 +.LBB1_38: # %if.then.i48 call abort unreachable -BB1_39: # %if.then.i39 +.LBB1_39: # %if.then.i39 call abort unreachable -BB1_40: # %if.then.i +.LBB1_40: # %if.then.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type i,@object # @i .data diff --git a/test/torture-s/simd-4.c.s b/test/torture-s/simd-4.c.s index a4482d451..60b9788af 100644 --- a/test/torture-s/simd-4.c.s +++ b/test/torture-s/simd-4.c.s @@ -10,8 +10,8 @@ main: # @main i64.const $push0=, -4294967295 i64.store $discard=, s64($0), $pop0 return $0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s64,@object # @s64 .bss diff --git a/test/torture-s/simd-5.c.s b/test/torture-s/simd-5.c.s index 8300c01b1..54c0f882d 100644 --- a/test/torture-s/simd-5.c.s +++ b/test/torture-s/simd-5.c.s @@ -8,8 +8,8 @@ func0: # @func0 i32.const $push1=, 1 i32.store $discard=, dummy($pop0), $pop1 return -func_end0: - .size func0, func_end0-func0 +.Lfunc_end0: + .size func0, .Lfunc_end0-func0 .globl func1 .type func1,@function @@ -59,8 +59,8 @@ func1: # @func1 i32.store16 $push15=, w2($0), $pop4 i32.store16 $discard=, w4($0), $pop15 return -func_end1: - .size func1, func_end1-func1 +.Lfunc_end1: + .size func1, .Lfunc_end1-func1 .globl func2 .type func2,@function @@ -110,8 +110,8 @@ func2: # @func2 i32.store16 $push15=, z2($0), $pop4 i32.store16 $discard=, z4($0), $pop15 return -func_end2: - .size func2, func_end2-func2 +.Lfunc_end2: + .size func2, .Lfunc_end2-func2 .globl main .type main,@function @@ -121,45 +121,45 @@ main: # @main # BB#0: # %entry call func2 i32.const $0=, 0 - block BB3_8 + block .LBB3_8 i64.load $push0=, w1($0) i64.load $push1=, w3($0) i64.ne $push2=, $pop0, $pop1 - br_if $pop2, BB3_8 + br_if $pop2, .LBB3_8 # BB#1: # %if.end - block BB3_7 + block .LBB3_7 i64.load $push3=, w2($0) i64.load $push4=, w4($0) i64.ne $push5=, $pop3, $pop4 - br_if $pop5, BB3_7 + br_if $pop5, .LBB3_7 # BB#2: # %if.end4 - block BB3_6 + block .LBB3_6 i64.load $push6=, z1($0) i64.load $push7=, z3($0) i64.ne $push8=, $pop6, $pop7 - br_if $pop8, BB3_6 + br_if $pop8, .LBB3_6 # BB#3: # %if.end8 - block BB3_5 + block .LBB3_5 i64.load $push9=, z2($0) i64.load $push10=, z4($0) i64.ne $push11=, $pop9, $pop10 - br_if $pop11, BB3_5 + br_if $pop11, .LBB3_5 # BB#4: # %if.end12 return $0 -BB3_5: # %if.then11 +.LBB3_5: # %if.then11 call abort unreachable -BB3_6: # %if.then7 +.LBB3_6: # %if.then7 call abort unreachable -BB3_7: # %if.then3 +.LBB3_7: # %if.then3 call abort unreachable -BB3_8: # %if.then +.LBB3_8: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type q1,@object # @q1 .data diff --git a/test/torture-s/simd-6.c.s b/test/torture-s/simd-6.c.s index e38e2e8bd..281b8d237 100644 --- a/test/torture-s/simd-6.c.s +++ b/test/torture-s/simd-6.c.s @@ -36,8 +36,8 @@ foo: # @foo i32.mul $push0=, $9, $1 i32.store8 $discard=, 0($0), $pop0 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -46,8 +46,8 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 return $pop0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/strcmp-1.c.s b/test/torture-s/strcmp-1.c.s index 9e7fae2e1..c573c9a29 100644 --- a/test/torture-s/strcmp-1.c.s +++ b/test/torture-s/strcmp-1.c.s @@ -6,43 +6,43 @@ test: # @test .param i32, i32, i32 # BB#0: # %entry i32.call $1=, strcmp, $0, $1 - block BB0_3 + block .LBB0_3 i32.const $push0=, -1 i32.gt_s $push1=, $2, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 0 i32.lt_s $push3=, $1, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.then call abort unreachable -BB0_3: # %if.else - block BB0_6 - br_if $2, BB0_6 +.LBB0_3: # %if.else + block .LBB0_6 + br_if $2, .LBB0_6 # BB#4: # %if.else i32.const $push8=, 0 i32.eq $push9=, $1, $pop8 - br_if $pop9, BB0_6 + br_if $pop9, .LBB0_6 # BB#5: # %if.then5 call abort unreachable -BB0_6: # %if.else6 - block BB0_9 +.LBB0_6: # %if.else6 + block .LBB0_9 i32.const $push4=, 1 i32.lt_s $push5=, $2, $pop4 - br_if $pop5, BB0_9 + br_if $pop5, .LBB0_9 # BB#7: # %if.else6 i32.const $push6=, 0 i32.gt_s $push7=, $1, $pop6 - br_if $pop7, BB0_9 + br_if $pop7, .LBB0_9 # BB#8: # %if.then10 call abort unreachable -BB0_9: # %if.end12 +.LBB0_9: # %if.end12 return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -53,57 +53,57 @@ main: # @main i32.const $8=, 0 i32.const $1=, u1 copy_local $0=, $8 -BB1_1: # %for.cond1.preheader +.LBB1_1: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB1_2 Depth 2 - # Child Loop BB1_3 Depth 3 - # Child Loop BB1_4 Depth 4 - # Child Loop BB1_6 Depth 4 - # Child Loop BB1_9 Depth 4 - # Child Loop BB1_11 Depth 4 - block BB1_34 - block BB1_33 - block BB1_32 - block BB1_31 - block BB1_30 - block BB1_29 - block BB1_28 - block BB1_27 - block BB1_26 - loop BB1_25 + # Child Loop .LBB1_2 Depth 2 + # Child Loop .LBB1_3 Depth 3 + # Child Loop .LBB1_4 Depth 4 + # Child Loop .LBB1_6 Depth 4 + # Child Loop .LBB1_9 Depth 4 + # Child Loop .LBB1_11 Depth 4 + block .LBB1_34 + block .LBB1_33 + block .LBB1_32 + block .LBB1_31 + block .LBB1_30 + block .LBB1_29 + block .LBB1_28 + block .LBB1_27 + block .LBB1_26 + loop .LBB1_25 i32.const $3=, u2 copy_local $2=, $8 -BB1_2: # %for.cond4.preheader - # Parent Loop BB1_1 Depth=1 +.LBB1_2: # %for.cond4.preheader + # Parent Loop .LBB1_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB1_3 Depth 3 - # Child Loop BB1_4 Depth 4 - # Child Loop BB1_6 Depth 4 - # Child Loop BB1_9 Depth 4 - # Child Loop BB1_11 Depth 4 - loop BB1_24 + # Child Loop .LBB1_3 Depth 3 + # Child Loop .LBB1_4 Depth 4 + # Child Loop .LBB1_6 Depth 4 + # Child Loop .LBB1_9 Depth 4 + # Child Loop .LBB1_11 Depth 4 + loop .LBB1_24 copy_local $4=, $8 -BB1_3: # %for.cond7.preheader - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 +.LBB1_3: # %for.cond7.preheader + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 # => This Loop Header: Depth=3 - # Child Loop BB1_4 Depth 4 - # Child Loop BB1_6 Depth 4 - # Child Loop BB1_9 Depth 4 - # Child Loop BB1_11 Depth 4 - loop BB1_23 + # Child Loop .LBB1_4 Depth 4 + # Child Loop .LBB1_6 Depth 4 + # Child Loop .LBB1_9 Depth 4 + # Child Loop .LBB1_11 Depth 4 + loop .LBB1_23 i32.const $5=, u1 copy_local $15=, $8 - block BB1_5 + block .LBB1_5 i32.const $push66=, 0 i32.eq $push67=, $0, $pop66 - br_if $pop67, BB1_5 -BB1_4: # %for.body9 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop67, .LBB1_5 +.LBB1_4: # %for.body9 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_5 + loop .LBB1_5 i32.const $push0=, u1 i32.add $push1=, $pop0, $15 i32.store8 $discard=, 0($pop1), $8 @@ -111,33 +111,33 @@ BB1_4: # %for.body9 i32.add $15=, $15, $pop2 copy_local $5=, $1 i32.ne $push3=, $0, $15 - br_if $pop3, BB1_4 -BB1_5: # %for.cond10.preheader - # in Loop: Header=BB1_3 Depth=3 + br_if $pop3, .LBB1_4 +.LBB1_5: # %for.cond10.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.const $15=, 0 copy_local $6=, $5 - block BB1_8 + block .LBB1_8 i32.const $push68=, 0 i32.eq $push69=, $4, $pop68 - br_if $pop69, BB1_8 -BB1_6: # %for.body12 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop69, .LBB1_8 +.LBB1_6: # %for.body12 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_7 + loop .LBB1_7 i32.add $push4=, $5, $15 i32.const $push5=, 97 i32.store8 $discard=, 0($pop4), $pop5 i32.const $push6=, 1 i32.add $15=, $15, $pop6 i32.ne $push7=, $4, $15 - br_if $pop7, BB1_6 -BB1_7: # %for.cond17.preheader.loopexit - # in Loop: Header=BB1_3 Depth=3 + br_if $pop7, .LBB1_6 +.LBB1_7: # %for.cond17.preheader.loopexit + # in Loop: Header=.LBB1_3 Depth=3 i32.add $6=, $5, $4 -BB1_8: # %for.cond17.preheader - # in Loop: Header=BB1_3 Depth=3 +.LBB1_8: # %for.cond17.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.const $push8=, 120 i32.store8 $push9=, 0($6), $pop8 i32.store8 $push10=, 1($6), $pop9 @@ -152,16 +152,16 @@ BB1_8: # %for.cond17.preheader i32.const $9=, 0 i32.const $7=, u2 copy_local $15=, $9 - block BB1_10 + block .LBB1_10 i32.const $push70=, 0 i32.eq $push71=, $2, $pop70 - br_if $pop71, BB1_10 -BB1_9: # %for.body26 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop71, .LBB1_10 +.LBB1_9: # %for.body26 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_10 + loop .LBB1_10 i32.const $push18=, u2 i32.add $push19=, $pop18, $15 i32.store8 $discard=, 0($pop19), $9 @@ -169,33 +169,33 @@ BB1_9: # %for.body26 i32.add $15=, $15, $pop20 copy_local $7=, $3 i32.ne $push21=, $2, $15 - br_if $pop21, BB1_9 -BB1_10: # %for.cond31.preheader - # in Loop: Header=BB1_3 Depth=3 + br_if $pop21, .LBB1_9 +.LBB1_10: # %for.cond31.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.const $15=, 0 copy_local $9=, $7 - block BB1_13 + block .LBB1_13 i32.const $push72=, 0 i32.eq $push73=, $4, $pop72 - br_if $pop73, BB1_13 -BB1_11: # %for.body33 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop73, .LBB1_13 +.LBB1_11: # %for.body33 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_12 + loop .LBB1_12 i32.add $push22=, $7, $15 i32.const $push23=, 97 i32.store8 $discard=, 0($pop22), $pop23 i32.const $push24=, 1 i32.add $15=, $15, $pop24 i32.ne $push25=, $4, $15 - br_if $pop25, BB1_11 -BB1_12: # %for.cond38.preheader.loopexit - # in Loop: Header=BB1_3 Depth=3 + br_if $pop25, .LBB1_11 +.LBB1_12: # %for.cond38.preheader.loopexit + # in Loop: Header=.LBB1_3 Depth=3 i32.add $9=, $7, $4 -BB1_13: # %for.cond38.preheader - # in Loop: Header=BB1_3 Depth=3 +.LBB1_13: # %for.cond38.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $push26=, 1($9), $11 i32.store8 $push27=, 2($9), $pop26 i32.store8 $push28=, 3($9), $pop27 @@ -209,9 +209,9 @@ BB1_13: # %for.cond38.preheader i32.store8 $push35=, 0($6), $pop34 i32.store8 $11=, 0($9), $pop35 i32.call $push36=, strcmp, $5, $7 - br_if $pop36, BB1_34 + br_if $pop36, .LBB1_34 # BB#14: # %test.exit - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.const $push37=, 97 i32.store8 $12=, 0($6), $pop37 i32.const $10=, 1 @@ -220,18 +220,18 @@ BB1_13: # %for.cond38.preheader i32.store8 $11=, 0($9), $pop38 i32.call $push39=, strcmp, $5, $7 i32.le_s $push40=, $pop39, $11 - br_if $pop40, BB1_33 + br_if $pop40, .LBB1_33 # BB#15: # %test.exit157 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($9), $12 i32.store8 $12=, 0($6), $11 i32.add $11=, $9, $10 i32.store8 $discard=, 0($11), $12 i32.call $push41=, strcmp, $5, $7 i32.ge_s $push42=, $pop41, $12 - br_if $pop42, BB1_32 + br_if $pop42, .LBB1_32 # BB#16: # %test.exit162 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.const $push43=, 98 i32.store8 $13=, 0($6), $pop43 i32.store8 $discard=, 0($15), $12 @@ -240,18 +240,18 @@ BB1_13: # %for.cond38.preheader i32.store8 $discard=, 0($11), $12 i32.call $push45=, strcmp, $5, $7 i32.ge_s $push46=, $pop45, $12 - br_if $pop46, BB1_31 + br_if $pop46, .LBB1_31 # BB#17: # %test.exit168 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $14 i32.store8 $discard=, 0($9), $13 i32.store8 $push47=, 0($15), $12 i32.store8 $12=, 0($11), $pop47 i32.call $push48=, strcmp, $5, $7 i32.le_s $push49=, $pop48, $12 - br_if $pop49, BB1_30 + br_if $pop49, .LBB1_30 # BB#18: # %test.exit174 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $13 i32.store8 $discard=, 0($15), $12 i32.const $push50=, 169 @@ -259,18 +259,18 @@ BB1_13: # %for.cond38.preheader i32.store8 $discard=, 0($11), $12 i32.call $push51=, strcmp, $5, $7 i32.ge_s $push52=, $pop51, $12 - br_if $pop52, BB1_29 + br_if $pop52, .LBB1_29 # BB#19: # %test.exit180 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($9), $13 i32.store8 $13=, 0($6), $14 i32.store8 $push53=, 0($15), $12 i32.store8 $12=, 0($11), $pop53 i32.call $push54=, strcmp, $5, $7 i32.le_s $push55=, $pop54, $12 - br_if $pop55, BB1_28 + br_if $pop55, .LBB1_28 # BB#20: # %test.exit186 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $13 i32.store8 $discard=, 0($15), $12 i32.const $push56=, 170 @@ -278,67 +278,67 @@ BB1_13: # %for.cond38.preheader i32.store8 $discard=, 0($11), $12 i32.call $push57=, strcmp, $5, $7 i32.ge_s $push58=, $pop57, $12 - br_if $pop58, BB1_27 + br_if $pop58, .LBB1_27 # BB#21: # %test.exit192 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $14 i32.store8 $discard=, 0($9), $13 i32.store8 $push59=, 0($15), $12 i32.store8 $15=, 0($11), $pop59 i32.call $push60=, strcmp, $5, $7 i32.le_s $push61=, $pop60, $15 - br_if $pop61, BB1_26 + br_if $pop61, .LBB1_26 # BB#22: # %for.cond4 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.add $4=, $4, $10 i32.const $push62=, 63 i32.le_u $push63=, $4, $pop62 - br_if $pop63, BB1_3 -BB1_23: # %for.inc79 - # in Loop: Header=BB1_2 Depth=2 + br_if $pop63, .LBB1_3 +.LBB1_23: # %for.inc79 + # in Loop: Header=.LBB1_2 Depth=2 i32.add $2=, $2, $10 i32.add $3=, $3, $10 i32.const $5=, 8 i32.lt_u $push64=, $2, $5 - br_if $pop64, BB1_2 -BB1_24: # %for.inc82 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop64, .LBB1_2 +.LBB1_24: # %for.inc82 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $0=, $0, $10 i32.add $1=, $1, $10 i32.lt_u $push65=, $0, $5 - br_if $pop65, BB1_1 -BB1_25: # %for.end84 + br_if $pop65, .LBB1_1 +.LBB1_25: # %for.end84 call exit, $15 unreachable -BB1_26: # %if.then10.i197 +.LBB1_26: # %if.then10.i197 call abort unreachable -BB1_27: # %if.then.i189 +.LBB1_27: # %if.then.i189 call abort unreachable -BB1_28: # %if.then10.i185 +.LBB1_28: # %if.then10.i185 call abort unreachable -BB1_29: # %if.then.i177 +.LBB1_29: # %if.then.i177 call abort unreachable -BB1_30: # %if.then10.i173 +.LBB1_30: # %if.then10.i173 call abort unreachable -BB1_31: # %if.then.i165 +.LBB1_31: # %if.then.i165 call abort unreachable -BB1_32: # %if.then.i +.LBB1_32: # %if.then.i call abort unreachable -BB1_33: # %if.then10.i +.LBB1_33: # %if.then10.i call abort unreachable -BB1_34: # %if.then5.i +.LBB1_34: # %if.then5.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type u1,@object # @u1 .lcomm u1,96,4 diff --git a/test/torture-s/strcpy-1.c.s b/test/torture-s/strcpy-1.c.s index ba81a60b3..97a9fd2f5 100644 --- a/test/torture-s/strcpy-1.c.s +++ b/test/torture-s/strcpy-1.c.s @@ -8,50 +8,50 @@ main: # @main # BB#0: # %entry i32.const $6=, 0 copy_local $0=, $6 -BB0_1: # %for.cond1.preheader +.LBB0_1: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_4 Depth 4 - # Child Loop BB0_7 Depth 4 - # Child Loop BB0_11 Depth 4 - block BB0_29 - block BB0_28 - block BB0_27 - block BB0_26 - loop BB0_25 + # Child Loop .LBB0_2 Depth 2 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_4 Depth 4 + # Child Loop .LBB0_7 Depth 4 + # Child Loop .LBB0_11 Depth 4 + block .LBB0_29 + block .LBB0_28 + block .LBB0_27 + block .LBB0_26 + loop .LBB0_25 i32.const $7=, u1 i32.add $1=, $7, $0 copy_local $2=, $6 -BB0_2: # %for.cond4.preheader - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %for.cond4.preheader + # Parent Loop .LBB0_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_4 Depth 4 - # Child Loop BB0_7 Depth 4 - # Child Loop BB0_11 Depth 4 - loop BB0_24 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_4 Depth 4 + # Child Loop .LBB0_7 Depth 4 + # Child Loop .LBB0_11 Depth 4 + loop .LBB0_24 i32.const $8=, u2 i32.add $3=, $8, $2 i32.const $9=, 65 i32.add $4=, $2, $9 i32.const $5=, 1 -BB0_3: # %for.cond7.preheader - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_3: # %for.cond7.preheader + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Loop Header: Depth=3 - # Child Loop BB0_4 Depth 4 - # Child Loop BB0_7 Depth 4 - # Child Loop BB0_11 Depth 4 - loop BB0_23 + # Child Loop .LBB0_4 Depth 4 + # Child Loop .LBB0_7 Depth 4 + # Child Loop .LBB0_11 Depth 4 + loop .LBB0_23 i32.const $14=, -97 copy_local $15=, $9 -BB0_4: # %for.body9 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 - # Parent Loop BB0_3 Depth=3 +.LBB0_4: # %for.body9 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 + # Parent Loop .LBB0_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB0_5 + loop .LBB0_5 i32.const $13=, 97 i32.add $push0=, $7, $14 i32.add $push1=, $pop0, $13 @@ -68,53 +68,53 @@ BB0_4: # %for.body9 i32.const $13=, 1 i32.add $15=, $15, $13 i32.add $14=, $14, $13 - br_if $14, BB0_4 -BB0_5: # %for.end - # in Loop: Header=BB0_3 Depth=3 + br_if $14, .LBB0_4 +.LBB0_5: # %for.end + # in Loop: Header=.LBB0_3 Depth=3 i32.add $push8=, $5, $2 i32.add $push9=, $8, $pop8 i32.const $push10=, 0 i32.store8 $14=, 0($pop9), $pop10 i32.call $push11=, strcpy, $1, $3 i32.ne $push12=, $pop11, $1 - br_if $pop12, BB0_29 + br_if $pop12, .LBB0_29 # BB#6: # %for.cond21.preheader - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 copy_local $16=, $7 - block BB0_10 + block .LBB0_10 i32.le_s $push13=, $0, $14 - br_if $pop13, BB0_10 -BB0_7: # %for.body24 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 - # Parent Loop BB0_3 Depth=3 + br_if $pop13, .LBB0_10 +.LBB0_7: # %for.body24 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 + # Parent Loop .LBB0_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB0_9 + loop .LBB0_9 i32.const $15=, u1 i32.add $push14=, $15, $14 i32.load8_u $push15=, 0($pop14) i32.ne $push16=, $pop15, $10 - br_if $pop16, BB0_9 + br_if $pop16, .LBB0_9 # BB#8: # %for.inc30 - # in Loop: Header=BB0_7 Depth=4 + # in Loop: Header=.LBB0_7 Depth=4 i32.add $14=, $14, $13 i32.add $16=, $15, $14 i32.lt_s $push17=, $14, $0 - br_if $pop17, BB0_7 - br BB0_10 -BB0_9: # %if.then28 + br_if $pop17, .LBB0_7 + br .LBB0_10 +.LBB0_9: # %if.then28 call abort unreachable -BB0_10: # %for.body38.preheader - # in Loop: Header=BB0_3 Depth=3 +.LBB0_10: # %for.body38.preheader + # in Loop: Header=.LBB0_3 Depth=3 i32.const $14=, 0 copy_local $15=, $4 -BB0_11: # %for.body38 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 - # Parent Loop BB0_3 Depth=3 +.LBB0_11: # %for.body38 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 + # Parent Loop .LBB0_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB0_13 + loop .LBB0_13 i32.shl $push18=, $15, $11 i32.shr_s $push19=, $pop18, $11 i32.gt_s $push20=, $pop19, $12 @@ -125,107 +125,107 @@ BB0_11: # %for.body38 i32.const $push22=, 255 i32.and $push23=, $15, $pop22 i32.ne $push26=, $pop25, $pop23 - br_if $pop26, BB0_28 + br_if $pop26, .LBB0_28 # BB#12: # %for.inc50 - # in Loop: Header=BB0_11 Depth=4 + # in Loop: Header=.LBB0_11 Depth=4 i32.add $14=, $14, $13 i32.add $15=, $15, $13 i32.lt_s $push27=, $14, $5 - br_if $pop27, BB0_11 -BB0_13: # %for.end54 - # in Loop: Header=BB0_3 Depth=3 + br_if $pop27, .LBB0_11 +.LBB0_13: # %for.end54 + # in Loop: Header=.LBB0_3 Depth=3 i32.add $14=, $16, $14 i32.load8_u $push28=, 0($14) - br_if $pop28, BB0_27 + br_if $pop28, .LBB0_27 # BB#14: # %for.cond61.preheader - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.add $push29=, $14, $13 i32.load8_u $push30=, 0($pop29) i32.ne $push31=, $pop30, $10 - br_if $pop31, BB0_26 + br_if $pop31, .LBB0_26 # BB#15: # %for.cond61 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push32=, 2 i32.add $push33=, $14, $pop32 i32.load8_u $push34=, 0($pop33) i32.ne $push35=, $pop34, $10 - br_if $pop35, BB0_26 + br_if $pop35, .LBB0_26 # BB#16: # %for.cond61.1 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push36=, 3 i32.add $push37=, $14, $pop36 i32.load8_u $push38=, 0($pop37) i32.ne $push39=, $pop38, $10 - br_if $pop39, BB0_26 + br_if $pop39, .LBB0_26 # BB#17: # %for.cond61.2 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push40=, 4 i32.add $push41=, $14, $pop40 i32.load8_u $push42=, 0($pop41) i32.ne $push43=, $pop42, $10 - br_if $pop43, BB0_26 + br_if $pop43, .LBB0_26 # BB#18: # %for.cond61.3 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push44=, 5 i32.add $push45=, $14, $pop44 i32.load8_u $push46=, 0($pop45) i32.ne $push47=, $pop46, $10 - br_if $pop47, BB0_26 + br_if $pop47, .LBB0_26 # BB#19: # %for.cond61.4 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push48=, 6 i32.add $push49=, $14, $pop48 i32.load8_u $push50=, 0($pop49) i32.ne $push51=, $pop50, $10 - br_if $pop51, BB0_26 + br_if $pop51, .LBB0_26 # BB#20: # %for.cond61.5 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $push52=, 7 i32.add $push53=, $14, $pop52 i32.load8_u $push54=, 0($pop53) i32.ne $push55=, $pop54, $10 - br_if $pop55, BB0_26 + br_if $pop55, .LBB0_26 # BB#21: # %for.cond61.6 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.const $11=, 8 i32.add $push56=, $14, $11 i32.load8_u $push57=, 0($pop56) i32.ne $push58=, $pop57, $10 - br_if $pop58, BB0_26 + br_if $pop58, .LBB0_26 # BB#22: # %for.cond61.7 - # in Loop: Header=BB0_3 Depth=3 + # in Loop: Header=.LBB0_3 Depth=3 i32.add $5=, $5, $13 i32.const $push59=, 80 i32.lt_u $push60=, $5, $pop59 - br_if $pop60, BB0_3 -BB0_23: # %for.inc77 - # in Loop: Header=BB0_2 Depth=2 + br_if $pop60, .LBB0_3 +.LBB0_23: # %for.inc77 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $2=, $2, $13 i32.lt_u $push61=, $2, $11 - br_if $pop61, BB0_2 -BB0_24: # %for.inc80 - # in Loop: Header=BB0_1 Depth=1 + br_if $pop61, .LBB0_2 +.LBB0_24: # %for.inc80 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $0=, $0, $13 i32.lt_u $push62=, $0, $11 - br_if $pop62, BB0_1 -BB0_25: # %for.end82 + br_if $pop62, .LBB0_1 +.LBB0_25: # %for.end82 i32.const $push63=, 0 call exit, $pop63 unreachable -BB0_26: # %if.then68 +.LBB0_26: # %if.then68 call abort unreachable -BB0_27: # %if.then59 +.LBB0_27: # %if.then59 call abort unreachable -BB0_28: # %if.then48 +.LBB0_28: # %if.then48 call abort unreachable -BB0_29: # %if.then19 +.LBB0_29: # %if.then19 call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type u1,@object # @u1 .lcomm u1,112,4 diff --git a/test/torture-s/strct-pack-1.c.s b/test/torture-s/strct-pack-1.c.s index bd3069614..82a9a6df9 100644 --- a/test/torture-s/strct-pack-1.c.s +++ b/test/torture-s/strct-pack-1.c.s @@ -8,10 +8,10 @@ check: # @check .local i64, i32 # BB#0: # %entry i32.const $2=, 1 - block BB0_3 + block .LBB0_3 i32.load16_u $push0=, 0($0) i32.ne $push1=, $pop0, $2 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %lor.lhs.false i64.const $1=, 16 i32.const $push2=, 8 @@ -34,13 +34,13 @@ check: # @check f64.reinterpret/i64 $push19=, $pop18 f64.const $push20=, 0x1p4 f64.ne $push21=, $pop19, $pop20 - br_if $pop21, BB0_3 + br_if $pop21, .LBB0_3 # BB#2: # %if.end i32.const $2=, 0 -BB0_3: # %return +.LBB0_3: # %return return $2 -func_end0: - .size check, func_end0-check +.Lfunc_end0: + .size check, .Lfunc_end0-check .globl main .type main,@function @@ -50,8 +50,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/strct-pack-2.c.s b/test/torture-s/strct-pack-2.c.s index b8ee45afb..83619a402 100644 --- a/test/torture-s/strct-pack-2.c.s +++ b/test/torture-s/strct-pack-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/strct-pack-3.c.s b/test/torture-s/strct-pack-3.c.s index 3e6be2965..c72c5b540 100644 --- a/test/torture-s/strct-pack-3.c.s +++ b/test/torture-s/strct-pack-3.c.s @@ -25,8 +25,8 @@ f: # @f i32.add $push13=, $pop12, $pop11 i32.shr_s $push14=, $pop13, $1 return $pop14 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -36,8 +36,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/strct-pack-4.c.s b/test/torture-s/strct-pack-4.c.s index 79b1eb809..691c0b7f4 100644 --- a/test/torture-s/strct-pack-4.c.s +++ b/test/torture-s/strct-pack-4.c.s @@ -7,8 +7,8 @@ my_set_a: # @my_set_a # BB#0: # %entry i32.const $push0=, 171 return $pop0 -func_end0: - .size my_set_a, func_end0-my_set_a +.Lfunc_end0: + .size my_set_a, .Lfunc_end0-my_set_a .globl my_set_b .type my_set_b,@function @@ -17,8 +17,8 @@ my_set_b: # @my_set_b # BB#0: # %entry i32.const $push0=, 4660 return $pop0 -func_end1: - .size my_set_b, func_end1-my_set_b +.Lfunc_end1: + .size my_set_b, .Lfunc_end1-my_set_b .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/string-opt-17.c.s b/test/torture-s/string-opt-17.c.s index c74ed559b..73684dcd4 100644 --- a/test/torture-s/string-opt-17.c.s +++ b/test/torture-s/string-opt-17.c.s @@ -12,8 +12,8 @@ test1: # @test1 i32.const $push0=, 1 i32.add $push1=, $1, $pop0 return $pop1 -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl check2 .type check2,@function @@ -22,20 +22,20 @@ check2: # @check2 .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load $push0=, check2.r($0) i32.const $push1=, 5 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end i32.const $push3=, 6 i32.store $push4=, check2.r($0), $pop3 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size check2, func_end1-check2 +.Lfunc_end1: + .size check2, .Lfunc_end1-check2 .globl test2 .type test2,@function @@ -44,11 +44,11 @@ test2: # @test2 .local i32 # BB#0: # %entry i32.const $1=, 0 - block BB2_2 + block .LBB2_2 i32.load $push0=, check2.r($1) i32.const $push1=, 5 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB2_2 + br_if $pop2, .LBB2_2 # BB#1: # %check2.exit i32.const $push3=, 6 i32.store $discard=, check2.r($1), $pop3 @@ -66,11 +66,11 @@ test2: # @test2 i32.const $push12=, 98 i32.store8 $discard=, 0($0), $pop12 return -BB2_2: # %if.then.i +.LBB2_2: # %if.then.i call abort unreachable -func_end2: - .size test2, func_end2-test2 +.Lfunc_end2: + .size test2, .Lfunc_end2-test2 .globl main .type main,@function @@ -104,38 +104,38 @@ main: # @main i32.const $push11=, 3 i32.const $5=, 4 i32.add $5=, $6, $5 - block BB3_6 + block .LBB3_6 i32.call $push12=, memcmp, $5, $pop10, $pop11 - br_if $pop12, BB3_6 + br_if $pop12, .LBB3_6 # BB#1: # %if.end - block BB3_5 + block .LBB3_5 i32.load $push13=, check2.r($0) i32.const $push14=, 5 i32.ne $push15=, $pop13, $pop14 - br_if $pop15, BB3_5 + br_if $pop15, .LBB3_5 # BB#2: # %test2.exit - block BB3_4 + block .LBB3_4 i32.const $push16=, 6 i32.store $discard=, check2.r($0), $pop16 i32.const $push17=, 8020322 i32.store $discard=, 4($6), $pop17 i32.const $push18=, 0 i32.eq $push19=, $1, $pop18 - br_if $pop19, BB3_4 + br_if $pop19, .LBB3_4 # BB#3: # %if.end8 call exit, $0 unreachable -BB3_4: # %if.then7 +.LBB3_4: # %if.then7 call abort unreachable -BB3_5: # %if.then.i.i +.LBB3_5: # %if.then.i.i call abort unreachable -BB3_6: # %if.then +.LBB3_6: # %if.then call abort unreachable -func_end3: - .size main, func_end3-main +.Lfunc_end3: + .size main, .Lfunc_end3-main .type .str,@object # @.str .section .rodata.str1.1,"aMS",@progbits,1 diff --git a/test/torture-s/string-opt-18.c.s b/test/torture-s/string-opt-18.c.s index 976852745..618f62490 100644 --- a/test/torture-s/string-opt-18.c.s +++ b/test/torture-s/string-opt-18.c.s @@ -6,8 +6,8 @@ test1: # @test1 .param i32 # BB#0: # %entry return -func_end0: - .size test1, func_end0-test1 +.Lfunc_end0: + .size test1, .Lfunc_end0-test1 .globl test2 .type test2,@function @@ -16,18 +16,18 @@ test2: # @test2 .local i32 # BB#0: # %entry i32.const $1=, 8 - block BB1_2 + block .LBB1_2 i32.call $push0=, mempcpy, $0, $0, $1 i32.add $push1=, $0, $1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB1_2 + br_if $pop2, .LBB1_2 # BB#1: # %if.end return -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size test2, func_end1-test2 +.Lfunc_end1: + .size test2, .Lfunc_end1-test2 .globl test3 .type test3,@function @@ -35,8 +35,8 @@ test3: # @test3 .param i32 # BB#0: # %entry return -func_end2: - .size test3, func_end2-test3 +.Lfunc_end2: + .size test3, .Lfunc_end2-test3 .globl test4 .type test4,@function @@ -44,8 +44,8 @@ test4: # @test4 .param i32 # BB#0: # %entry return -func_end3: - .size test4, func_end3-test4 +.Lfunc_end3: + .size test4, .Lfunc_end3-test4 .globl test5 .type test5,@function @@ -53,8 +53,8 @@ test5: # @test5 .param i32 # BB#0: # %entry return -func_end4: - .size test5, func_end4-test5 +.Lfunc_end4: + .size test5, .Lfunc_end4-test5 .globl test6 .type test6,@function @@ -62,8 +62,8 @@ test6: # @test6 .param i32 # BB#0: # %entry return -func_end5: - .size test6, func_end5-test6 +.Lfunc_end5: + .size test6, .Lfunc_end5-test6 .globl test7 .type test7,@function @@ -71,8 +71,8 @@ test7: # @test7 .param i32 # BB#0: # %entry return -func_end6: - .size test7, func_end6-test7 +.Lfunc_end6: + .size test7, .Lfunc_end6-test7 .globl main .type main,@function @@ -94,10 +94,10 @@ main: # @main i32.call $push0=, mempcpy, $4, $5, $0 i32.const $6=, 6 i32.add $6=, $7, $6 - block BB7_2 + block .LBB7_2 i32.add $push1=, $6, $0 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB7_2 + br_if $pop2, .LBB7_2 # BB#1: # %test2.exit i32.const $push3=, 0 i32.const $3=, 16 @@ -105,11 +105,11 @@ main: # @main i32.const $3=, __stack_pointer i32.store $7=, 0($3), $7 return $pop3 -BB7_2: # %if.then.i +.LBB7_2: # %if.then.i call abort unreachable -func_end7: - .size main, func_end7-main +.Lfunc_end7: + .size main, .Lfunc_end7-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/string-opt-5.c.s b/test/torture-s/string-opt-5.c.s index cab04be79..7fe8bf33c 100644 --- a/test/torture-s/string-opt-5.c.s +++ b/test/torture-s/string-opt-5.c.s @@ -16,9 +16,9 @@ main: # @main i32.load $0=, bar($16) i32.call $8=, strlen, $0 i32.const $3=, 8 - block BB0_48 + block .LBB0_48 i32.ne $push5=, $8, $3 - br_if $pop5, BB0_48 + br_if $pop5, .LBB0_48 # BB#1: # %if.end i32.load $1=, x($16) i32.const $4=, 1 @@ -29,14 +29,14 @@ main: # @main i32.add $push7=, $0, $pop6 i32.call $9=, strlen, $pop7 i32.const $6=, 6 - block BB0_47 + block .LBB0_47 i32.ne $push8=, $9, $6 - br_if $pop8, BB0_47 + br_if $pop8, .LBB0_47 # BB#2: # %if.end4 i32.const $7=, 7 - block BB0_46 + block .LBB0_46 i32.ne $push9=, $8, $7 - br_if $pop9, BB0_46 + br_if $pop9, .LBB0_46 # BB#3: # %if.end16 i32.const $8=, 3 i32.add $push10=, $1, $8 @@ -46,25 +46,25 @@ main: # @main i32.add $push12=, $9, $pop11 i32.call $13=, strlen, $pop12 i32.const $10=, 10 - block BB0_45 + block .LBB0_45 i32.ne $push13=, $13, $10 - br_if $pop13, BB0_45 + br_if $pop13, .LBB0_45 # BB#4: # %if.end26 - block BB0_44 + block .LBB0_44 i32.const $push14=, -3 i32.add $push1=, $1, $pop14 i32.store $13=, x($16), $pop1 i32.add $push15=, $9, $13 i32.const $push16=, .str.2 i32.call $push17=, strcmp, $pop15, $pop16 - br_if $pop17, BB0_44 + br_if $pop17, .LBB0_44 # BB#5: # %if.end33 - block BB0_43 + block .LBB0_43 i32.call $push18=, strcmp, $9, $0 i32.ge_s $push19=, $pop18, $16 - br_if $pop19, BB0_43 + br_if $pop19, .LBB0_43 # BB#6: # %if.end37 - block BB0_42 + block .LBB0_42 i32.const $push20=, -2 i32.add $push2=, $1, $pop20 i32.store $2=, x($16), $pop2 @@ -72,11 +72,11 @@ main: # @main i32.add $push22=, $0, $pop21 i32.call $push23=, strcmp, $9, $pop22 i32.ge_s $push24=, $pop23, $16 - br_if $pop24, BB0_42 + br_if $pop24, .LBB0_42 # BB#7: # %if.end47 i32.const $11=, -1 i32.const $12=, 108 - block BB0_41 + block .LBB0_41 i32.add $push3=, $1, $11 i32.store $19=, x($16), $pop3 i32.and $push25=, $2, $7 @@ -84,49 +84,49 @@ main: # @main i32.call $push27=, strchr, $pop26, $12 i32.const $push28=, .str.1+9 i32.ne $push29=, $pop27, $pop28 - br_if $pop29, BB0_41 + br_if $pop29, .LBB0_41 # BB#8: # %if.end58 i32.const $13=, 111 i32.call $2=, strchr, $0, $13 i32.const $14=, 4 - block BB0_40 + block .LBB0_40 i32.add $push30=, $0, $14 i32.ne $push31=, $2, $pop30 - br_if $pop31, BB0_40 + br_if $pop31, .LBB0_40 # BB#9: # %if.end63 - block BB0_39 + block .LBB0_39 i32.call $push32=, strlen, $0 i32.ne $push33=, $pop32, $3 - br_if $pop33, BB0_39 + br_if $pop33, .LBB0_39 # BB#10: # %if.end68 - block BB0_38 + block .LBB0_38 i32.const $push34=, 120 i32.call $push35=, strrchr, $0, $pop34 - br_if $pop35, BB0_38 + br_if $pop35, .LBB0_38 # BB#11: # %if.end72 - block BB0_37 + block .LBB0_37 i32.call $push36=, strrchr, $0, $13 i32.ne $push37=, $pop36, $2 - br_if $pop37, BB0_37 + br_if $pop37, .LBB0_37 # BB#12: # %if.end77 i32.load $push40=, y($16) i32.add $push4=, $pop40, $11 i32.store $0=, y($16), $pop4 i32.store $discard=, x($16), $1 - block BB0_36 + block .LBB0_36 i32.and $push38=, $19, $4 i32.add $push39=, $9, $pop38 i32.const $push42=, .str.3 i32.and $push41=, $0, $4 i32.add $push43=, $pop42, $pop41 i32.call $push44=, strcmp, $pop39, $pop43 - br_if $pop44, BB0_36 + br_if $pop44, .LBB0_36 # BB#13: # %if.end86 - block BB0_35 - br_if $0, BB0_35 + block .LBB0_35 + br_if $0, .LBB0_35 # BB#14: # %if.end86 i32.ne $push45=, $1, $6 - br_if $pop45, BB0_35 + br_if $pop45, .LBB0_35 # BB#15: # %if.end90 i32.const $24=, 0 i32.add $24=, $39, $24 @@ -153,10 +153,10 @@ main: # @main i32.const $push47=, 32 i32.store8 $15=, 0($pop46), $pop47 i32.store $17=, x($16), $6 - block BB0_34 + block .LBB0_34 i32.const $push53=, .str.4 i32.call $push54=, strcmp, $0, $pop53 - br_if $pop54, BB0_34 + br_if $pop54, .LBB0_34 # BB#16: # %if.end108 i32.const $push57=, 56 i32.const $28=, 0 @@ -195,26 +195,26 @@ main: # @main i64.store $18=, 0($39), $pop63 i32.store $6=, x($16), $7 i32.store $7=, y($16), $5 - block BB0_33 + block .LBB0_33 i32.const $push64=, .str.5+1 i32.call $push65=, strncpy, $0, $pop64, $10 i32.ne $push66=, $pop65, $0 - br_if $pop66, BB0_33 + br_if $pop66, .LBB0_33 # BB#17: # %if.end108 i32.load $push55=, x($16) i32.ne $push67=, $pop55, $6 - br_if $pop67, BB0_33 + br_if $pop67, .LBB0_33 # BB#18: # %if.end108 i32.load $push56=, y($16) i32.ne $push68=, $pop56, $7 - br_if $pop68, BB0_33 + br_if $pop68, .LBB0_33 # BB#19: # %lor.lhs.false125 i32.const $push69=, .str.6 i32.const $push70=, 12 i32.const $35=, 0 i32.add $35=, $39, $35 i32.call $push71=, memcmp, $35, $pop69, $pop70 - br_if $pop71, BB0_33 + br_if $pop71, .LBB0_33 # BB#20: # %if.end130 i64.store $push72=, 0($9), $18 i64.store $push73=, 0($13), $pop72 @@ -230,19 +230,19 @@ main: # @main i32.call $push80=, strncpy, $36, $pop79, $3 i32.const $37=, 0 i32.add $37=, $39, $37 - block BB0_32 + block .LBB0_32 i32.ne $push81=, $pop80, $37 - br_if $pop81, BB0_32 + br_if $pop81, .LBB0_32 # BB#21: # %lor.lhs.false136 i32.const $push82=, .str.8 i32.const $push83=, 9 i32.const $38=, 0 i32.add $38=, $39, $38 i32.call $push84=, memcmp, $38, $pop82, $pop83 - br_if $pop84, BB0_32 + br_if $pop84, .LBB0_32 # BB#22: # %if.end141 i32.const $9=, buf - block BB0_31 + block .LBB0_31 i32.const $push85=, 64 call memset, $9, $15, $pop85 i32.load $push87=, y($16) @@ -253,11 +253,11 @@ main: # @main i32.const $push89=, 33 call memset, $9, $pop89, $0 i32.ne $push90=, $0, $8 - br_if $pop90, BB0_31 + br_if $pop90, .LBB0_31 # BB#23: # %lor.lhs.false148 i32.const $push91=, .str.9 i32.call $push92=, memcmp, $9, $pop91, $8 - br_if $pop92, BB0_31 + br_if $pop92, .LBB0_31 # BB#24: # %lor.lhs.false158 i64.const $push94=, 45 i64.store8 $18=, buf+3($16), $pop94 @@ -276,12 +276,12 @@ main: # @main i32.add $push100=, $0, $7 i64.store8 $discard=, 0($pop100), $18 i32.const $3=, 11 - block BB0_30 + block .LBB0_30 i32.add $push101=, $0, $1 i64.store8 $discard=, 0($pop101), $18 i32.const $push102=, .str.10 i32.call $push103=, memcmp, $9, $pop102, $3 - br_if $pop103, BB0_30 + br_if $pop103, .LBB0_30 # BB#25: # %lor.lhs.false171 i32.store $discard=, y($16), $4 i32.store $9=, x($16), $3 @@ -293,11 +293,11 @@ main: # @main i32.add $push106=, $0, $1 i32.store8 $discard=, 0($pop106), $16 i32.store8 $discard=, buf+11($16), $16 - block BB0_29 + block .LBB0_29 i32.const $push108=, buf+8 i32.const $push107=, .str.11 i32.call $push109=, memcmp, $pop108, $pop107, $6 - br_if $pop109, BB0_29 + br_if $pop109, .LBB0_29 # BB#26: # %lor.lhs.false180 i32.const $push110=, 15 i32.store $discard=, x($16), $pop110 @@ -307,82 +307,82 @@ main: # @main i32.store8 $discard=, buf+17($16), $16 i32.store8 $discard=, buf+16($16), $16 i32.store8 $discard=, buf+15($16), $16 - block BB0_28 + block .LBB0_28 i32.const $push112=, buf+10 i32.const $push111=, .str.12 i32.call $push113=, memcmp, $pop112, $pop111, $9 - br_if $pop113, BB0_28 + br_if $pop113, .LBB0_28 # BB#27: # %if.end184 i32.const $23=, 64 i32.add $39=, $39, $23 i32.const $23=, __stack_pointer i32.store $39=, 0($23), $39 return $16 -BB0_28: # %if.then183 +.LBB0_28: # %if.then183 call abort unreachable -BB0_29: # %if.then174 +.LBB0_29: # %if.then174 call abort unreachable -BB0_30: # %if.then161 +.LBB0_30: # %if.then161 call abort unreachable -BB0_31: # %if.then151 +.LBB0_31: # %if.then151 call abort unreachable -BB0_32: # %if.then140 +.LBB0_32: # %if.then140 call abort unreachable -BB0_33: # %if.then129 +.LBB0_33: # %if.then129 call abort unreachable -BB0_34: # %if.then107 +.LBB0_34: # %if.then107 call abort unreachable -BB0_35: # %if.then89 +.LBB0_35: # %if.then89 call abort unreachable -BB0_36: # %if.then85 +.LBB0_36: # %if.then85 call abort unreachable -BB0_37: # %if.then76 +.LBB0_37: # %if.then76 call abort unreachable -BB0_38: # %if.then71 +.LBB0_38: # %if.then71 call abort unreachable -BB0_39: # %if.then67 +.LBB0_39: # %if.then67 call abort unreachable -BB0_40: # %if.then62 +.LBB0_40: # %if.then62 call abort unreachable -BB0_41: # %if.then54 +.LBB0_41: # %if.then54 call abort unreachable -BB0_42: # %if.then43 +.LBB0_42: # %if.then43 call abort unreachable -BB0_43: # %if.then36 +.LBB0_43: # %if.then36 call abort unreachable -BB0_44: # %if.then29 +.LBB0_44: # %if.then29 call abort unreachable -BB0_45: # %if.then22 +.LBB0_45: # %if.then22 call abort unreachable -BB0_46: # %if.then6 +.LBB0_46: # %if.then6 call abort unreachable -BB0_47: # %if.then3 +.LBB0_47: # %if.then3 call abort unreachable -BB0_48: # %if.then +.LBB0_48: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/strlen-1.c.s b/test/torture-s/strlen-1.c.s index f5ce391f8..5a88b4251 100644 --- a/test/torture-s/strlen-1.c.s +++ b/test/torture-s/strlen-1.c.s @@ -10,33 +10,33 @@ main: # @main i32.const $1=, 0 copy_local $4=, $1 copy_local $5=, $2 -BB0_1: # %for.cond1.preheader +.LBB0_1: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB0_2 Depth 2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_6 Depth 3 - block BB0_12 - loop BB0_11 + # Child Loop .LBB0_2 Depth 2 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_6 Depth 3 + block .LBB0_12 + loop .LBB0_11 i32.add $0=, $2, $4 i32.const $7=, 1 copy_local $6=, $1 -BB0_2: # %for.cond4.preheader - # Parent Loop BB0_1 Depth=1 +.LBB0_2: # %for.cond4.preheader + # Parent Loop .LBB0_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB0_3 Depth 3 - # Child Loop BB0_6 Depth 3 - loop BB0_10 + # Child Loop .LBB0_3 Depth 3 + # Child Loop .LBB0_6 Depth 3 + loop .LBB0_10 i32.const $8=, u copy_local $9=, $1 - block BB0_4 + block .LBB0_4 i32.const $push22=, 0 i32.eq $push23=, $4, $pop22 - br_if $pop23, BB0_4 -BB0_3: # %for.body6 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 + br_if $pop23, .LBB0_4 +.LBB0_3: # %for.body6 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_4 + loop .LBB0_4 i32.const $push0=, u i32.add $push1=, $pop0, $9 i32.store8 $discard=, 0($pop1), $1 @@ -44,35 +44,35 @@ BB0_3: # %for.body6 i32.add $9=, $9, $pop2 copy_local $8=, $5 i32.ne $push3=, $4, $9 - br_if $pop3, BB0_3 -BB0_4: # %for.cond7.preheader - # in Loop: Header=BB0_2 Depth=2 + br_if $pop3, .LBB0_3 +.LBB0_4: # %for.cond7.preheader + # in Loop: Header=.LBB0_2 Depth=2 i32.const $3=, 1 i32.add $10=, $8, $3 - block BB0_8 + block .LBB0_8 i32.const $push24=, 0 i32.eq $push25=, $6, $pop24 - br_if $pop25, BB0_8 + br_if $pop25, .LBB0_8 # BB#5: # %for.body9.preheader - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $10=, $8, $7 i32.const $9=, 0 -BB0_6: # %for.body9 - # Parent Loop BB0_1 Depth=1 - # Parent Loop BB0_2 Depth=2 +.LBB0_6: # %for.body9 + # Parent Loop .LBB0_1 Depth=1 + # Parent Loop .LBB0_2 Depth=2 # => This Inner Loop Header: Depth=3 - loop BB0_7 + loop .LBB0_7 i32.add $push4=, $8, $9 i32.const $push5=, 97 i32.store8 $discard=, 0($pop4), $pop5 i32.add $9=, $9, $3 i32.ne $push6=, $6, $9 - br_if $pop6, BB0_6 -BB0_7: # %for.end13.loopexit - # in Loop: Header=BB0_2 Depth=2 + br_if $pop6, .LBB0_6 +.LBB0_7: # %for.end13.loopexit + # in Loop: Header=.LBB0_2 Depth=2 i32.add $8=, $8, $6 -BB0_8: # %for.end13 - # in Loop: Header=BB0_2 Depth=2 +.LBB0_8: # %for.end13 + # in Loop: Header=.LBB0_2 Depth=2 i32.const $push7=, 0 i32.store8 $9=, 0($8), $pop7 i32.const $push8=, 98 @@ -86,29 +86,29 @@ BB0_8: # %for.end13 i32.store8 $discard=, 7($10), $pop15 i32.call $push16=, strlen, $0 i32.ne $push17=, $6, $pop16 - br_if $pop17, BB0_12 + br_if $pop17, .LBB0_12 # BB#9: # %for.cond1 - # in Loop: Header=BB0_2 Depth=2 + # in Loop: Header=.LBB0_2 Depth=2 i32.add $6=, $6, $3 i32.add $7=, $7, $3 i32.const $push18=, 63 i32.le_u $push19=, $6, $pop18 - br_if $pop19, BB0_2 -BB0_10: # %for.inc26 - # in Loop: Header=BB0_1 Depth=1 + br_if $pop19, .LBB0_2 +.LBB0_10: # %for.inc26 + # in Loop: Header=.LBB0_1 Depth=1 i32.add $4=, $4, $3 i32.add $5=, $5, $3 i32.const $push20=, 8 i32.lt_u $push21=, $4, $pop20 - br_if $pop21, BB0_1 -BB0_11: # %for.end28 + br_if $pop21, .LBB0_1 +.LBB0_11: # %for.end28 call exit, $9 unreachable -BB0_12: # %if.then +.LBB0_12: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type u,@object # @u .lcomm u,96,4 diff --git a/test/torture-s/strncmp-1.c.s b/test/torture-s/strncmp-1.c.s index b8fa1c470..aed54296f 100644 --- a/test/torture-s/strncmp-1.c.s +++ b/test/torture-s/strncmp-1.c.s @@ -6,43 +6,43 @@ test: # @test .param i32, i32, i32, i32 # BB#0: # %entry i32.call $2=, strncmp, $0, $1, $2 - block BB0_3 + block .LBB0_3 i32.const $push0=, -1 i32.gt_s $push1=, $3, $pop0 - br_if $pop1, BB0_3 + br_if $pop1, .LBB0_3 # BB#1: # %entry i32.const $push2=, 0 i32.lt_s $push3=, $2, $pop2 - br_if $pop3, BB0_3 + br_if $pop3, .LBB0_3 # BB#2: # %if.then call abort unreachable -BB0_3: # %if.else - block BB0_6 - br_if $3, BB0_6 +.LBB0_3: # %if.else + block .LBB0_6 + br_if $3, .LBB0_6 # BB#4: # %if.else i32.const $push8=, 0 i32.eq $push9=, $2, $pop8 - br_if $pop9, BB0_6 + br_if $pop9, .LBB0_6 # BB#5: # %if.then5 call abort unreachable -BB0_6: # %if.else6 - block BB0_9 +.LBB0_6: # %if.else6 + block .LBB0_9 i32.const $push4=, 1 i32.lt_s $push5=, $3, $pop4 - br_if $pop5, BB0_9 + br_if $pop5, .LBB0_9 # BB#7: # %if.else6 i32.const $push6=, 0 i32.gt_s $push7=, $2, $pop6 - br_if $pop7, BB0_9 + br_if $pop7, .LBB0_9 # BB#8: # %if.then10 call abort unreachable -BB0_9: # %if.end12 +.LBB0_9: # %if.end12 return -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -53,66 +53,66 @@ main: # @main i32.const $8=, 0 i32.const $1=, u1 copy_local $0=, $8 -BB1_1: # %for.cond1.preheader +.LBB1_1: # %for.cond1.preheader # =>This Loop Header: Depth=1 - # Child Loop BB1_2 Depth 2 - # Child Loop BB1_3 Depth 3 - # Child Loop BB1_4 Depth 4 - # Child Loop BB1_6 Depth 4 - # Child Loop BB1_9 Depth 4 - # Child Loop BB1_11 Depth 4 - block BB1_52 - block BB1_51 - block BB1_50 - block BB1_49 - block BB1_48 - block BB1_47 - block BB1_46 - block BB1_45 - block BB1_44 - block BB1_43 - block BB1_42 - block BB1_41 - block BB1_40 - block BB1_39 - block BB1_38 - block BB1_37 - block BB1_36 - block BB1_35 - loop BB1_34 + # Child Loop .LBB1_2 Depth 2 + # Child Loop .LBB1_3 Depth 3 + # Child Loop .LBB1_4 Depth 4 + # Child Loop .LBB1_6 Depth 4 + # Child Loop .LBB1_9 Depth 4 + # Child Loop .LBB1_11 Depth 4 + block .LBB1_52 + block .LBB1_51 + block .LBB1_50 + block .LBB1_49 + block .LBB1_48 + block .LBB1_47 + block .LBB1_46 + block .LBB1_45 + block .LBB1_44 + block .LBB1_43 + block .LBB1_42 + block .LBB1_41 + block .LBB1_40 + block .LBB1_39 + block .LBB1_38 + block .LBB1_37 + block .LBB1_36 + block .LBB1_35 + loop .LBB1_34 i32.const $3=, u2 copy_local $2=, $8 -BB1_2: # %for.cond4.preheader - # Parent Loop BB1_1 Depth=1 +.LBB1_2: # %for.cond4.preheader + # Parent Loop .LBB1_1 Depth=1 # => This Loop Header: Depth=2 - # Child Loop BB1_3 Depth 3 - # Child Loop BB1_4 Depth 4 - # Child Loop BB1_6 Depth 4 - # Child Loop BB1_9 Depth 4 - # Child Loop BB1_11 Depth 4 - loop BB1_33 + # Child Loop .LBB1_3 Depth 3 + # Child Loop .LBB1_4 Depth 4 + # Child Loop .LBB1_6 Depth 4 + # Child Loop .LBB1_9 Depth 4 + # Child Loop .LBB1_11 Depth 4 + loop .LBB1_33 copy_local $4=, $8 -BB1_3: # %for.cond7.preheader - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 +.LBB1_3: # %for.cond7.preheader + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 # => This Loop Header: Depth=3 - # Child Loop BB1_4 Depth 4 - # Child Loop BB1_6 Depth 4 - # Child Loop BB1_9 Depth 4 - # Child Loop BB1_11 Depth 4 - loop BB1_32 + # Child Loop .LBB1_4 Depth 4 + # Child Loop .LBB1_6 Depth 4 + # Child Loop .LBB1_9 Depth 4 + # Child Loop .LBB1_11 Depth 4 + loop .LBB1_32 i32.const $5=, u1 copy_local $16=, $8 - block BB1_5 + block .LBB1_5 i32.const $push70=, 0 i32.eq $push71=, $0, $pop70 - br_if $pop71, BB1_5 -BB1_4: # %for.body9 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop71, .LBB1_5 +.LBB1_4: # %for.body9 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_5 + loop .LBB1_5 i32.const $push0=, u1 i32.add $push1=, $pop0, $16 i32.store8 $discard=, 0($pop1), $8 @@ -120,33 +120,33 @@ BB1_4: # %for.body9 i32.add $16=, $16, $pop2 copy_local $5=, $1 i32.ne $push3=, $0, $16 - br_if $pop3, BB1_4 -BB1_5: # %for.cond10.preheader - # in Loop: Header=BB1_3 Depth=3 + br_if $pop3, .LBB1_4 +.LBB1_5: # %for.cond10.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.const $16=, 0 copy_local $6=, $5 - block BB1_8 + block .LBB1_8 i32.const $push72=, 0 i32.eq $push73=, $4, $pop72 - br_if $pop73, BB1_8 -BB1_6: # %for.body12 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop73, .LBB1_8 +.LBB1_6: # %for.body12 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_7 + loop .LBB1_7 i32.add $push4=, $5, $16 i32.const $push5=, 97 i32.store8 $discard=, 0($pop4), $pop5 i32.const $push6=, 1 i32.add $16=, $16, $pop6 i32.ne $push7=, $4, $16 - br_if $pop7, BB1_6 -BB1_7: # %for.cond17.preheader.loopexit - # in Loop: Header=BB1_3 Depth=3 + br_if $pop7, .LBB1_6 +.LBB1_7: # %for.cond17.preheader.loopexit + # in Loop: Header=.LBB1_3 Depth=3 i32.add $6=, $5, $4 -BB1_8: # %for.cond17.preheader - # in Loop: Header=BB1_3 Depth=3 +.LBB1_8: # %for.cond17.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.const $push8=, 120 i32.store8 $push9=, 0($6), $pop8 i32.store8 $push10=, 1($6), $pop9 @@ -159,16 +159,16 @@ BB1_8: # %for.cond17.preheader i32.const $9=, 0 i32.const $7=, u2 copy_local $16=, $9 - block BB1_10 + block .LBB1_10 i32.const $push74=, 0 i32.eq $push75=, $2, $pop74 - br_if $pop75, BB1_10 -BB1_9: # %for.body26 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop75, .LBB1_10 +.LBB1_9: # %for.body26 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_10 + loop .LBB1_10 i32.const $push16=, u2 i32.add $push17=, $pop16, $16 i32.store8 $discard=, 0($pop17), $9 @@ -176,33 +176,33 @@ BB1_9: # %for.body26 i32.add $16=, $16, $pop18 copy_local $7=, $3 i32.ne $push19=, $2, $16 - br_if $pop19, BB1_9 -BB1_10: # %for.cond31.preheader - # in Loop: Header=BB1_3 Depth=3 + br_if $pop19, .LBB1_9 +.LBB1_10: # %for.cond31.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.const $16=, 0 copy_local $9=, $7 - block BB1_13 + block .LBB1_13 i32.const $push76=, 0 i32.eq $push77=, $4, $pop76 - br_if $pop77, BB1_13 -BB1_11: # %for.body33 - # Parent Loop BB1_1 Depth=1 - # Parent Loop BB1_2 Depth=2 - # Parent Loop BB1_3 Depth=3 + br_if $pop77, .LBB1_13 +.LBB1_11: # %for.body33 + # Parent Loop .LBB1_1 Depth=1 + # Parent Loop .LBB1_2 Depth=2 + # Parent Loop .LBB1_3 Depth=3 # => This Inner Loop Header: Depth=4 - loop BB1_12 + loop .LBB1_12 i32.add $push20=, $7, $16 i32.const $push21=, 97 i32.store8 $discard=, 0($pop20), $pop21 i32.const $push22=, 1 i32.add $16=, $16, $pop22 i32.ne $push23=, $4, $16 - br_if $pop23, BB1_11 -BB1_12: # %for.cond38.preheader.loopexit - # in Loop: Header=BB1_3 Depth=3 + br_if $pop23, .LBB1_11 +.LBB1_12: # %for.cond38.preheader.loopexit + # in Loop: Header=.LBB1_3 Depth=3 i32.add $9=, $7, $4 -BB1_13: # %for.cond38.preheader - # in Loop: Header=BB1_3 Depth=3 +.LBB1_13: # %for.cond38.preheader + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $push24=, 1($9), $11 i32.store8 $push25=, 2($9), $pop24 i32.store8 $push26=, 3($9), $pop25 @@ -215,13 +215,13 @@ BB1_13: # %for.cond38.preheader i32.const $16=, 80 i32.store8 $12=, 0($9), $11 i32.call $push31=, strncmp, $5, $7, $16 - br_if $pop31, BB1_52 + br_if $pop31, .LBB1_52 # BB#14: # %test.exit - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push32=, strncmp, $5, $7, $4 - br_if $pop32, BB1_51 + br_if $pop32, .LBB1_51 # BB#15: # %test.exit185 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.const $push33=, 97 i32.store8 $13=, 0($6), $pop33 i32.const $10=, 1 @@ -230,26 +230,26 @@ BB1_13: # %for.cond38.preheader i32.store8 $12=, 0($9), $pop34 i32.call $push35=, strncmp, $5, $7, $16 i32.le_s $push36=, $pop35, $12 - br_if $pop36, BB1_50 + br_if $pop36, .LBB1_50 # BB#16: # %test.exit190 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push37=, strncmp, $5, $7, $4 - br_if $pop37, BB1_49 + br_if $pop37, .LBB1_49 # BB#17: # %test.exit196 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($9), $13 i32.store8 $13=, 0($6), $12 i32.add $12=, $9, $10 i32.store8 $discard=, 0($12), $13 i32.call $push38=, strncmp, $5, $7, $16 i32.ge_s $push39=, $pop38, $13 - br_if $pop39, BB1_48 + br_if $pop39, .LBB1_48 # BB#18: # %test.exit201 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push40=, strncmp, $5, $7, $4 - br_if $pop40, BB1_47 + br_if $pop40, .LBB1_47 # BB#19: # %test.exit207 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.const $push41=, 98 i32.store8 $14=, 0($6), $pop41 i32.store8 $discard=, 0($11), $13 @@ -258,26 +258,26 @@ BB1_13: # %for.cond38.preheader i32.store8 $discard=, 0($12), $13 i32.call $push43=, strncmp, $5, $7, $16 i32.ge_s $push44=, $pop43, $13 - br_if $pop44, BB1_46 + br_if $pop44, .LBB1_46 # BB#20: # %test.exit213 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push45=, strncmp, $5, $7, $4 - br_if $pop45, BB1_45 + br_if $pop45, .LBB1_45 # BB#21: # %test.exit219 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $15 i32.store8 $discard=, 0($9), $14 i32.store8 $push46=, 0($11), $13 i32.store8 $13=, 0($12), $pop46 i32.call $push47=, strncmp, $5, $7, $16 i32.le_s $push48=, $pop47, $13 - br_if $pop48, BB1_44 + br_if $pop48, .LBB1_44 # BB#22: # %test.exit225 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push49=, strncmp, $5, $7, $4 - br_if $pop49, BB1_43 + br_if $pop49, .LBB1_43 # BB#23: # %test.exit231 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $14 i32.store8 $discard=, 0($11), $13 i32.const $push50=, 169 @@ -285,26 +285,26 @@ BB1_13: # %for.cond38.preheader i32.store8 $discard=, 0($12), $13 i32.call $push51=, strncmp, $5, $7, $16 i32.ge_s $push52=, $pop51, $13 - br_if $pop52, BB1_42 + br_if $pop52, .LBB1_42 # BB#24: # %test.exit237 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push53=, strncmp, $5, $7, $4 - br_if $pop53, BB1_41 + br_if $pop53, .LBB1_41 # BB#25: # %test.exit243 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($9), $14 i32.store8 $14=, 0($6), $15 i32.store8 $push54=, 0($11), $13 i32.store8 $13=, 0($12), $pop54 i32.call $push55=, strncmp, $5, $7, $16 i32.le_s $push56=, $pop55, $13 - br_if $pop56, BB1_40 + br_if $pop56, .LBB1_40 # BB#26: # %test.exit249 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push57=, strncmp, $5, $7, $4 - br_if $pop57, BB1_39 + br_if $pop57, .LBB1_39 # BB#27: # %test.exit255 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $14 i32.store8 $discard=, 0($11), $13 i32.const $push58=, 170 @@ -312,102 +312,102 @@ BB1_13: # %for.cond38.preheader i32.store8 $discard=, 0($12), $13 i32.call $push59=, strncmp, $5, $7, $16 i32.ge_s $push60=, $pop59, $13 - br_if $pop60, BB1_38 + br_if $pop60, .LBB1_38 # BB#28: # %test.exit261 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push61=, strncmp, $5, $7, $4 - br_if $pop61, BB1_37 + br_if $pop61, .LBB1_37 # BB#29: # %test.exit267 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.store8 $discard=, 0($6), $15 i32.store8 $discard=, 0($9), $14 i32.store8 $push62=, 0($11), $13 i32.store8 $9=, 0($12), $pop62 i32.call $push63=, strncmp, $5, $7, $16 i32.le_s $push64=, $pop63, $9 - br_if $pop64, BB1_36 + br_if $pop64, .LBB1_36 # BB#30: # %test.exit273 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.call $push65=, strncmp, $5, $7, $4 - br_if $pop65, BB1_35 + br_if $pop65, .LBB1_35 # BB#31: # %for.cond4 - # in Loop: Header=BB1_3 Depth=3 + # in Loop: Header=.LBB1_3 Depth=3 i32.add $4=, $4, $10 i32.const $push66=, 63 i32.le_u $push67=, $4, $pop66 - br_if $pop67, BB1_3 -BB1_32: # %for.inc79 - # in Loop: Header=BB1_2 Depth=2 + br_if $pop67, .LBB1_3 +.LBB1_32: # %for.inc79 + # in Loop: Header=.LBB1_2 Depth=2 i32.add $2=, $2, $10 i32.add $3=, $3, $10 i32.const $16=, 8 i32.lt_u $push68=, $2, $16 - br_if $pop68, BB1_2 -BB1_33: # %for.inc82 - # in Loop: Header=BB1_1 Depth=1 + br_if $pop68, .LBB1_2 +.LBB1_33: # %for.inc82 + # in Loop: Header=.LBB1_1 Depth=1 i32.add $0=, $0, $10 i32.add $1=, $1, $10 i32.lt_u $push69=, $0, $16 - br_if $pop69, BB1_1 -BB1_34: # %for.end84 + br_if $pop69, .LBB1_1 +.LBB1_34: # %for.end84 call exit, $9 unreachable -BB1_35: # %if.then5.i277 +.LBB1_35: # %if.then5.i277 call abort unreachable -BB1_36: # %if.then10.i272 +.LBB1_36: # %if.then10.i272 call abort unreachable -BB1_37: # %if.then5.i265 +.LBB1_37: # %if.then5.i265 call abort unreachable -BB1_38: # %if.then.i258 +.LBB1_38: # %if.then.i258 call abort unreachable -BB1_39: # %if.then5.i253 +.LBB1_39: # %if.then5.i253 call abort unreachable -BB1_40: # %if.then10.i248 +.LBB1_40: # %if.then10.i248 call abort unreachable -BB1_41: # %if.then5.i241 +.LBB1_41: # %if.then5.i241 call abort unreachable -BB1_42: # %if.then.i234 +.LBB1_42: # %if.then.i234 call abort unreachable -BB1_43: # %if.then5.i229 +.LBB1_43: # %if.then5.i229 call abort unreachable -BB1_44: # %if.then10.i224 +.LBB1_44: # %if.then10.i224 call abort unreachable -BB1_45: # %if.then5.i217 +.LBB1_45: # %if.then5.i217 call abort unreachable -BB1_46: # %if.then.i210 +.LBB1_46: # %if.then.i210 call abort unreachable -BB1_47: # %if.then5.i205 +.LBB1_47: # %if.then5.i205 call abort unreachable -BB1_48: # %if.then.i +.LBB1_48: # %if.then.i call abort unreachable -BB1_49: # %if.then5.i194 +.LBB1_49: # %if.then5.i194 call abort unreachable -BB1_50: # %if.then10.i +.LBB1_50: # %if.then10.i call abort unreachable -BB1_51: # %if.then5.i183 +.LBB1_51: # %if.then5.i183 call abort unreachable -BB1_52: # %if.then5.i +.LBB1_52: # %if.then5.i call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type u1,@object # @u1 .lcomm u1,80,4 diff --git a/test/torture-s/struct-aliasing-1.c.s b/test/torture-s/struct-aliasing-1.c.s index 9255db25d..5d343bfc5 100644 --- a/test/torture-s/struct-aliasing-1.c.s +++ b/test/torture-s/struct-aliasing-1.c.s @@ -13,8 +13,8 @@ foo: # @foo i32.load $push1=, 0($1) i32.add $push2=, $pop1, $2 return $pop2 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -32,12 +32,12 @@ main: # @main i32.add $3=, $5, $3 i32.const $4=, 12 i32.add $4=, $5, $4 - block BB1_2 + block .LBB1_2 i32.call $push2=, foo, $3, $4 i32.const $push0=, 1 i32.store $push1=, 12($5), $pop0 i32.ne $push3=, $pop2, $pop1 - br_if $pop3, BB1_2 + br_if $pop3, .LBB1_2 # BB#1: # %if.end i32.const $push4=, 0 i32.const $2=, 16 @@ -45,11 +45,11 @@ main: # @main i32.const $2=, __stack_pointer i32.store $5=, 0($2), $5 return $pop4 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/struct-cpy-1.c.s b/test/torture-s/struct-cpy-1.c.s index 277914a6e..638881a03 100644 --- a/test/torture-s/struct-cpy-1.c.s +++ b/test/torture-s/struct-cpy-1.c.s @@ -17,8 +17,8 @@ ini: # @ini i64.const $push3=, 8589934593 i64.store $discard=, pty+40($0), $pop3 return -func_end0: - .size ini, func_end0-ini +.Lfunc_end0: + .size ini, .Lfunc_end0-ini .globl main .type main,@function @@ -38,8 +38,8 @@ main: # @main i64.const $push3=, 8589934593 i64.store $discard=, pty+40($0), $pop3 return $0 -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type pty,@object # @pty .lcomm pty,88,3 diff --git a/test/torture-s/struct-ini-1.c.s b/test/torture-s/struct-ini-1.c.s index d78bdaae5..17a3ee0bb 100644 --- a/test/torture-s/struct-ini-1.c.s +++ b/test/torture-s/struct-ini-1.c.s @@ -7,29 +7,29 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_4 + block .LBB0_4 i32.load8_u $push2=, object($0) i32.const $push3=, 88 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#1: # %entry i32.load $push0=, object+4($0) i32.const $push5=, 8 i32.ne $push6=, $pop0, $pop5 - br_if $pop6, BB0_4 + br_if $pop6, .LBB0_4 # BB#2: # %entry i32.load $push1=, object+8($0) i32.const $push7=, 9 i32.ne $push8=, $pop1, $pop7 - br_if $pop8, BB0_4 + br_if $pop8, .LBB0_4 # BB#3: # %if.end call exit, $0 unreachable -BB0_4: # %if.then +.LBB0_4: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type object,@object # @object .data diff --git a/test/torture-s/struct-ini-2.c.s b/test/torture-s/struct-ini-2.c.s index fe02dd7c3..e7c5d7055 100644 --- a/test/torture-s/struct-ini-2.c.s +++ b/test/torture-s/struct-ini-2.c.s @@ -8,40 +8,40 @@ main: # @main # BB#0: # %entry i32.const $1=, 0 i32.load16_u $0=, x($1) - block BB0_6 + block .LBB0_6 i32.const $push0=, 15 i32.and $push1=, $0, $pop0 i32.const $push2=, 2 i32.ne $push3=, $pop1, $pop2 - br_if $pop3, BB0_6 + br_if $pop3, .LBB0_6 # BB#1: # %if.end - block BB0_5 + block .LBB0_5 i32.const $push4=, 3840 i32.and $push5=, $0, $pop4 i32.const $push6=, 768 i32.ne $push7=, $pop5, $pop6 - br_if $pop7, BB0_5 + br_if $pop7, .LBB0_5 # BB#2: # %if.end7 - block BB0_4 + block .LBB0_4 i32.const $push8=, 61440 i32.and $push9=, $0, $pop8 i32.const $push10=, 16384 i32.ne $push11=, $pop9, $pop10 - br_if $pop11, BB0_4 + br_if $pop11, .LBB0_4 # BB#3: # %if.end13 call exit, $1 unreachable -BB0_4: # %if.then12 +.LBB0_4: # %if.then12 call abort unreachable -BB0_5: # %if.then6 +.LBB0_5: # %if.then6 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/struct-ini-3.c.s b/test/torture-s/struct-ini-3.c.s index 3ccf254e5..3b0f6845e 100644 --- a/test/torture-s/struct-ini-3.c.s +++ b/test/torture-s/struct-ini-3.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type result,@object # @result .data diff --git a/test/torture-s/struct-ini-4.c.s b/test/torture-s/struct-ini-4.c.s index e8d3fe435..64f6a2a92 100644 --- a/test/torture-s/struct-ini-4.c.s +++ b/test/torture-s/struct-ini-4.c.s @@ -7,19 +7,19 @@ main: # @main .local i32 # BB#0: # %entry i32.const $0=, 0 - block BB0_2 + block .LBB0_2 i32.load $push0=, s+12($0) i32.const $push1=, 1 i32.ne $push2=, $pop0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %if.end call exit, $0 unreachable -BB0_2: # %if.then +.LBB0_2: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type s,@object # @s .data diff --git a/test/torture-s/struct-ret-2.c.s b/test/torture-s/struct-ret-2.c.s index c2e8d255c..1fac4dacd 100644 --- a/test/torture-s/struct-ret-2.c.s +++ b/test/torture-s/struct-ret-2.c.s @@ -7,8 +7,8 @@ f: # @f # BB#0: # %entry i32.const $push0=, 171 return $pop0 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl g .type g,@function @@ -17,8 +17,8 @@ g: # @g # BB#0: # %entry i32.const $push0=, 4660 return $pop0 -func_end1: - .size g, func_end1-g +.Lfunc_end1: + .size g, .Lfunc_end1-g .globl main .type main,@function @@ -28,8 +28,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/switch-1.c.s b/test/torture-s/switch-1.c.s index 8e398b189..0148df9ce 100644 --- a/test/torture-s/switch-1.c.s +++ b/test/torture-s/switch-1.c.s @@ -6,12 +6,12 @@ foo: # @foo .param i32 .result i32 # BB#0: # %entry - block BB0_2 + block .LBB0_2 i32.const $push0=, -4 i32.add $0=, $0, $pop0 i32.const $push1=, 7 i32.gt_u $push2=, $0, $pop1 - br_if $pop2, BB0_2 + br_if $pop2, .LBB0_2 # BB#1: # %switch.lookup i32.const $push6=, switch.table i32.const $push4=, 2 @@ -19,11 +19,11 @@ foo: # @foo i32.add $push7=, $pop6, $pop5 i32.load $push8=, 0($pop7) return $pop8 -BB0_2: # %return +.LBB0_2: # %return i32.const $push3=, 31 return $pop3 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -33,94 +33,94 @@ main: # @main .local i32, i32, i32, i32 # BB#0: # %entry i32.const $1=, -1 -BB1_1: # %for.body +.LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 - block BB1_17 - loop BB1_16 + block .LBB1_17 + loop .LBB1_16 i32.const $push0=, -4 i32.add $2=, $1, $pop0 i32.const $push1=, 7 i32.gt_u $4=, $2, $pop1 i32.const $3=, 31 - block BB1_3 - br_if $4, BB1_3 + block .LBB1_3 + br_if $4, .LBB1_3 # BB#2: # %switch.lookup.i - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push4=, switch.table i32.const $push2=, 2 i32.shl $push3=, $2, $pop2 i32.add $push5=, $pop4, $pop3 i32.load $3=, 0($pop5) -BB1_3: # %foo.exit - # in Loop: Header=BB1_1 Depth=1 - block BB1_14 - br_if $4, BB1_14 +.LBB1_3: # %foo.exit + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_14 + br_if $4, .LBB1_14 # BB#4: # %foo.exit - # in Loop: Header=BB1_1 Depth=1 - block BB1_13 - block BB1_12 - block BB1_11 - block BB1_9 - block BB1_7 - block BB1_5 - tableswitch $2, BB1_5, BB1_5, BB1_14, BB1_7, BB1_14, BB1_14, BB1_9, BB1_14, BB1_11 -BB1_5: # %if.then - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 + block .LBB1_13 + block .LBB1_12 + block .LBB1_11 + block .LBB1_9 + block .LBB1_7 + block .LBB1_5 + tableswitch $2, .LBB1_5, .LBB1_5, .LBB1_14, .LBB1_7, .LBB1_14, .LBB1_14, .LBB1_9, .LBB1_14, .LBB1_11 +.LBB1_5: # %if.then + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push12=, 30 i32.eq $push13=, $3, $pop12 - br_if $pop13, BB1_12 + br_if $pop13, .LBB1_12 # BB#6: # %if.then3 call abort unreachable -BB1_7: # %if.then5 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_7: # %if.then5 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push10=, 30 i32.eq $push11=, $3, $pop10 - br_if $pop11, BB1_12 + br_if $pop11, .LBB1_12 # BB#8: # %if.then7 call abort unreachable -BB1_9: # %if.then11 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_9: # %if.then11 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push8=, 30 i32.eq $push9=, $3, $pop8 - br_if $pop9, BB1_12 + br_if $pop9, .LBB1_12 # BB#10: # %if.then13 call abort unreachable -BB1_11: # %if.then17 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_11: # %if.then17 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push6=, 30 i32.ne $push7=, $3, $pop6 - br_if $pop7, BB1_13 -BB1_12: # %for.inc.thread - # in Loop: Header=BB1_1 Depth=1 + br_if $pop7, .LBB1_13 +.LBB1_12: # %for.inc.thread + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push14=, 1 i32.add $1=, $1, $pop14 - br BB1_1 -BB1_13: # %if.then19 + br .LBB1_1 +.LBB1_13: # %if.then19 call abort unreachable -BB1_14: # %if.else21 - # in Loop: Header=BB1_1 Depth=1 +.LBB1_14: # %if.else21 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push15=, 31 i32.ne $push16=, $3, $pop15 - br_if $pop16, BB1_17 + br_if $pop16, .LBB1_17 # BB#15: # %for.inc - # in Loop: Header=BB1_1 Depth=1 + # in Loop: Header=.LBB1_1 Depth=1 i32.const $push17=, 1 i32.add $1=, $1, $pop17 i32.const $push18=, 66 i32.lt_s $push19=, $1, $pop18 - br_if $pop19, BB1_1 -BB1_16: # %for.end + br_if $pop19, .LBB1_1 +.LBB1_16: # %for.end i32.const $push20=, 0 return $pop20 -BB1_17: # %if.then23 +.LBB1_17: # %if.then23 call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type switch.table,@object # @switch.table .section .rodata,"a",@progbits diff --git a/test/torture-s/tstdi-1.c.s b/test/torture-s/tstdi-1.c.s index f18ea3753..f55e5c2b3 100644 --- a/test/torture-s/tstdi-1.c.s +++ b/test/torture-s/tstdi-1.c.s @@ -12,8 +12,8 @@ feq: # @feq i32.const $push2=, 140 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end0: - .size feq, func_end0-feq +.Lfunc_end0: + .size feq, .Lfunc_end0-feq .globl fne .type fne,@function @@ -27,8 +27,8 @@ fne: # @fne i32.const $push2=, 13 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end1: - .size fne, func_end1-fne +.Lfunc_end1: + .size fne, .Lfunc_end1-fne .globl flt .type flt,@function @@ -42,8 +42,8 @@ flt: # @flt i32.const $push2=, 140 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end2: - .size flt, func_end2-flt +.Lfunc_end2: + .size flt, .Lfunc_end2-flt .globl fge .type fge,@function @@ -57,8 +57,8 @@ fge: # @fge i32.const $push2=, 140 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end3: - .size fge, func_end3-fge +.Lfunc_end3: + .size fge, .Lfunc_end3-fge .globl fgt .type fgt,@function @@ -72,8 +72,8 @@ fgt: # @fgt i32.const $push2=, 140 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end4: - .size fgt, func_end4-fgt +.Lfunc_end4: + .size fgt, .Lfunc_end4-fgt .globl fle .type fle,@function @@ -87,8 +87,8 @@ fle: # @fle i32.const $push2=, 140 i32.select $push4=, $pop1, $pop3, $pop2 return $pop4 -func_end5: - .size fle, func_end5-fle +.Lfunc_end5: + .size fle, .Lfunc_end5-fle .globl main .type main,@function @@ -98,8 +98,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end6: - .size main, func_end6-main +.Lfunc_end6: + .size main, .Lfunc_end6-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/unroll-1.c.s b/test/torture-s/unroll-1.c.s index c0ebec85a..131e531df 100644 --- a/test/torture-s/unroll-1.c.s +++ b/test/torture-s/unroll-1.c.s @@ -9,8 +9,8 @@ f: # @f i32.const $push0=, 1 i32.add $push1=, $0, $pop0 return $pop1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -20,8 +20,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/usmul.c.s b/test/torture-s/usmul.c.s index 4775b2671..e45148a6b 100644 --- a/test/torture-s/usmul.c.s +++ b/test/torture-s/usmul.c.s @@ -8,8 +8,8 @@ foo: # @foo # BB#0: # %entry i32.mul $push0=, $1, $0 return $pop0 -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl bar .type bar,@function @@ -19,8 +19,8 @@ bar: # @bar # BB#0: # %entry i32.mul $push0=, $1, $0 return $pop0 -func_end1: - .size bar, func_end1-bar +.Lfunc_end1: + .size bar, .Lfunc_end1-bar .globl main .type main,@function @@ -32,81 +32,81 @@ main: # @main i32.const $1=, -2 i32.call $2=, foo, $1, $0 i32.const $3=, -131070 - block BB2_16 + block .LBB2_16 i32.ne $push0=, $2, $3 - br_if $pop0, BB2_16 + br_if $pop0, .LBB2_16 # BB#1: # %if.end i32.const $2=, 2 i32.call $4=, foo, $2, $0 i32.const $5=, 131070 - block BB2_15 + block .LBB2_15 i32.ne $push1=, $4, $5 - br_if $pop1, BB2_15 + br_if $pop1, .LBB2_15 # BB#2: # %if.end4 i32.const $4=, 32768 i32.const $6=, -32768 i32.call $7=, foo, $6, $4 i32.const $8=, -1073741824 - block BB2_14 + block .LBB2_14 i32.ne $push2=, $7, $8 - br_if $pop2, BB2_14 + br_if $pop2, .LBB2_14 # BB#3: # %if.end8 i32.const $7=, 32767 i32.call $9=, foo, $7, $4 i32.const $10=, 1073709056 - block BB2_13 + block .LBB2_13 i32.ne $push3=, $9, $10 - br_if $pop3, BB2_13 + br_if $pop3, .LBB2_13 # BB#4: # %if.end12 - block BB2_12 + block .LBB2_12 i32.call $push4=, bar, $0, $1 i32.ne $push5=, $pop4, $3 - br_if $pop5, BB2_12 + br_if $pop5, .LBB2_12 # BB#5: # %if.end16 - block BB2_11 + block .LBB2_11 i32.call $push6=, bar, $0, $2 i32.ne $push7=, $pop6, $5 - br_if $pop7, BB2_11 + br_if $pop7, .LBB2_11 # BB#6: # %if.end20 - block BB2_10 + block .LBB2_10 i32.call $push8=, bar, $4, $6 i32.ne $push9=, $pop8, $8 - br_if $pop9, BB2_10 + br_if $pop9, .LBB2_10 # BB#7: # %if.end24 - block BB2_9 + block .LBB2_9 i32.call $push10=, bar, $4, $7 i32.ne $push11=, $pop10, $10 - br_if $pop11, BB2_9 + br_if $pop11, .LBB2_9 # BB#8: # %if.end28 i32.const $push12=, 0 call exit, $pop12 unreachable -BB2_9: # %if.then27 +.LBB2_9: # %if.then27 call abort unreachable -BB2_10: # %if.then23 +.LBB2_10: # %if.then23 call abort unreachable -BB2_11: # %if.then19 +.LBB2_11: # %if.then19 call abort unreachable -BB2_12: # %if.then15 +.LBB2_12: # %if.then15 call abort unreachable -BB2_13: # %if.then11 +.LBB2_13: # %if.then11 call abort unreachable -BB2_14: # %if.then7 +.LBB2_14: # %if.then7 call abort unreachable -BB2_15: # %if.then3 +.LBB2_15: # %if.then3 call abort unreachable -BB2_16: # %if.then +.LBB2_16: # %if.then call abort unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-1.c.s b/test/torture-s/vrp-1.c.s index fddc5eec1..7ae2b9161 100644 --- a/test/torture-s/vrp-1.c.s +++ b/test/torture-s/vrp-1.c.s @@ -13,8 +13,8 @@ f: # @f i32.ne $push1=, $0, $pop0 i32.select $push5=, $pop3, $pop4, $pop1 return $pop5 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -25,8 +25,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-2.c.s b/test/torture-s/vrp-2.c.s index ba2e6e822..86acbf6a0 100644 --- a/test/torture-s/vrp-2.c.s +++ b/test/torture-s/vrp-2.c.s @@ -9,19 +9,19 @@ f: # @f # BB#0: # %entry i32.const $1=, 2 i32.const $2=, 1 - block BB0_2 + block .LBB0_2 i32.eq $push0=, $0, $1 - br_if $pop0, BB0_2 + br_if $pop0, .LBB0_2 # BB#1: # %if.then i32.const $push1=, 31 i32.shr_s $2=, $0, $pop1 i32.add $push2=, $0, $2 i32.xor $push3=, $pop2, $2 i32.ne $2=, $pop3, $1 -BB0_2: # %return +.LBB0_2: # %return return $2 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -32,8 +32,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-3.c.s b/test/torture-s/vrp-3.c.s index 6a83965a7..ac9a681c1 100644 --- a/test/torture-s/vrp-3.c.s +++ b/test/torture-s/vrp-3.c.s @@ -8,12 +8,12 @@ f: # @f .local i32 # BB#0: # %entry i32.const $1=, 1 - block BB0_2 + block .LBB0_2 i32.const $push0=, 14 i32.add $push1=, $0, $pop0 i32.const $push2=, 25 i32.gt_u $push3=, $pop1, $pop2 - br_if $pop3, BB0_2 + br_if $pop3, .LBB0_2 # BB#1: # %if.then2 i32.const $push4=, 31 i32.shr_s $1=, $0, $pop4 @@ -21,10 +21,10 @@ f: # @f i32.xor $push6=, $pop5, $1 i32.const $push7=, 2 i32.ne $1=, $pop6, $pop7 -BB0_2: # %return +.LBB0_2: # %return return $1 -func_end0: - .size f, func_end0-f +.Lfunc_end0: + .size f, .Lfunc_end0-f .globl main .type main,@function @@ -35,8 +35,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-4.c.s b/test/torture-s/vrp-4.c.s index d6172b196..9cac7133e 100644 --- a/test/torture-s/vrp-4.c.s +++ b/test/torture-s/vrp-4.c.s @@ -7,31 +7,31 @@ test: # @test .local i32 # BB#0: # %entry i32.const $2=, 1 - block BB0_6 + block .LBB0_6 i32.eq $push0=, $0, $2 - br_if $pop0, BB0_6 + br_if $pop0, .LBB0_6 # BB#1: # %if.end - block BB0_5 + block .LBB0_5 i32.eq $push1=, $1, $2 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %if.end3 - block BB0_4 + block .LBB0_4 i32.div_s $push2=, $0, $1 i32.ne $push3=, $pop2, $2 - br_if $pop3, BB0_4 + br_if $pop3, .LBB0_4 # BB#3: # %if.end6 return -BB0_4: # %if.then5 +.LBB0_4: # %if.then5 call abort unreachable -BB0_5: # %if.then2 +.LBB0_5: # %if.then2 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -41,8 +41,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-5.c.s b/test/torture-s/vrp-5.c.s index 4ebbd9db4..5e896a557 100644 --- a/test/torture-s/vrp-5.c.s +++ b/test/torture-s/vrp-5.c.s @@ -7,32 +7,32 @@ test: # @test .local i32 # BB#0: # %entry i32.const $2=, 4 - block BB0_6 + block .LBB0_6 i32.le_u $push0=, $0, $2 - br_if $pop0, BB0_6 + br_if $pop0, .LBB0_6 # BB#1: # %if.end - block BB0_5 + block .LBB0_5 i32.le_u $push1=, $1, $2 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %if.end3 - block BB0_4 + block .LBB0_4 i32.const $push2=, 0 i32.sub $push3=, $pop2, $1 i32.ne $push4=, $0, $pop3 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#3: # %if.end6 return -BB0_4: # %if.then5 +.LBB0_4: # %if.then5 call abort unreachable -BB0_5: # %if.then2 +.LBB0_5: # %if.then2 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size test, func_end0-test +.Lfunc_end0: + .size test, .Lfunc_end0-test .globl main .type main,@function @@ -43,8 +43,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-6.c.s b/test/torture-s/vrp-6.c.s index 4629e6d37..2ff7f5845 100644 --- a/test/torture-s/vrp-6.c.s +++ b/test/torture-s/vrp-6.c.s @@ -7,58 +7,58 @@ test01: # @test01 .local i32 # BB#0: # %entry i32.const $2=, 4 - block BB0_6 + block .LBB0_6 i32.le_u $push0=, $0, $2 - br_if $pop0, BB0_6 + br_if $pop0, .LBB0_6 # BB#1: # %if.end - block BB0_5 + block .LBB0_5 i32.le_u $push1=, $1, $2 - br_if $pop1, BB0_5 + br_if $pop1, .LBB0_5 # BB#2: # %if.end3 - block BB0_4 + block .LBB0_4 i32.sub $push2=, $0, $1 i32.const $push3=, 5 i32.ne $push4=, $pop2, $pop3 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#3: # %if.end6 return -BB0_4: # %if.then5 +.LBB0_4: # %if.then5 call abort unreachable -BB0_5: # %if.then2 +.LBB0_5: # %if.then2 call abort unreachable -BB0_6: # %if.then +.LBB0_6: # %if.then call abort unreachable -func_end0: - .size test01, func_end0-test01 +.Lfunc_end0: + .size test01, .Lfunc_end0-test01 .globl test02 .type test02,@function test02: # @test02 .param i32, i32 # BB#0: # %entry - block BB1_4 + block .LBB1_4 i32.const $push1=, 12 i32.lt_u $push2=, $0, $pop1 - br_if $pop2, BB1_4 + br_if $pop2, .LBB1_4 # BB#1: # %entry i32.const $push3=, 16 i32.lt_u $push4=, $1, $pop3 - br_if $pop4, BB1_4 + br_if $pop4, .LBB1_4 # BB#2: # %entry i32.sub $push0=, $0, $1 i32.const $push5=, -17 i32.gt_u $push6=, $pop0, $pop5 - br_if $pop6, BB1_4 + br_if $pop6, .LBB1_4 # BB#3: # %if.then4 call abort unreachable -BB1_4: # %if.end6 +.LBB1_4: # %if.end6 return -func_end1: - .size test02, func_end1-test02 +.Lfunc_end1: + .size test02, .Lfunc_end1-test02 .globl main .type main,@function @@ -69,8 +69,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end2: - .size main, func_end2-main +.Lfunc_end2: + .size main, .Lfunc_end2-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/vrp-7.c.s b/test/torture-s/vrp-7.c.s index f80b41db6..ef05761d6 100644 --- a/test/torture-s/vrp-7.c.s +++ b/test/torture-s/vrp-7.c.s @@ -17,8 +17,8 @@ foo: # @foo i32.or $push7=, $pop6, $pop4 i32.store8 $discard=, t($1), $pop7 return -func_end0: - .size foo, func_end0-foo +.Lfunc_end0: + .size foo, .Lfunc_end0-foo .globl main .type main,@function @@ -29,20 +29,20 @@ main: # @main i32.const $push0=, 16 call foo, $pop0 i32.const $0=, 0 - block BB1_2 + block .LBB1_2 i32.load8_u $push1=, t($0) i32.const $push2=, 1 i32.and $push3=, $pop1, $pop2 i32.const $push4=, 0 i32.eq $push5=, $pop3, $pop4 - br_if $pop5, BB1_2 + br_if $pop5, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type t,@object # @t .bss diff --git a/test/torture-s/wchar_t-1.c.s b/test/torture-s/wchar_t-1.c.s index 2540eb4c4..f7223b938 100644 --- a/test/torture-s/wchar_t-1.c.s +++ b/test/torture-s/wchar_t-1.c.s @@ -8,29 +8,29 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.const $1=, 196 - block BB0_5 + block .LBB0_5 i32.load $push1=, x($0) i32.ne $push2=, $pop1, $1 - br_if $pop2, BB0_5 + br_if $pop2, .LBB0_5 # BB#1: # %entry i32.load $push0=, x+4($0) - br_if $pop0, BB0_5 + br_if $pop0, .LBB0_5 # BB#2: # %if.end - block BB0_4 + block .LBB0_4 i32.load $push3=, y($0) i32.ne $push4=, $pop3, $1 - br_if $pop4, BB0_4 + br_if $pop4, .LBB0_4 # BB#3: # %if.end4 call exit, $0 unreachable -BB0_4: # %if.then3 +.LBB0_4: # %if.then3 call abort unreachable -BB0_5: # %if.then +.LBB0_5: # %if.then call abort unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type x,@object # @x .data diff --git a/test/torture-s/widechar-1.c.s b/test/torture-s/widechar-1.c.s index 4625cc675..8439499c5 100644 --- a/test/torture-s/widechar-1.c.s +++ b/test/torture-s/widechar-1.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " diff --git a/test/torture-s/widechar-2.c.s b/test/torture-s/widechar-2.c.s index 35dd6ae28..1841f683c 100644 --- a/test/torture-s/widechar-2.c.s +++ b/test/torture-s/widechar-2.c.s @@ -8,8 +8,8 @@ main: # @main i32.const $push0=, 0 call exit, $pop0 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .type ws,@object # @ws .section .rodata,"a",@progbits diff --git a/test/torture-s/zero-struct-1.c.s b/test/torture-s/zero-struct-1.c.s index fea55e004..661315bb8 100644 --- a/test/torture-s/zero-struct-1.c.s +++ b/test/torture-s/zero-struct-1.c.s @@ -14,8 +14,8 @@ h: # @h i32.add $push2=, $1, $2 i32.store $discard=, ff($0), $pop2 return -func_end0: - .size h, func_end0-h +.Lfunc_end0: + .size h, .Lfunc_end0-h .globl main .type main,@function @@ -27,29 +27,29 @@ main: # @main i32.load $1=, f($0) i32.load $2=, ff($0) i32.const $3=, 2 - block BB1_4 + block .LBB1_4 i32.add $push1=, $1, $3 i32.store $discard=, f($0), $pop1 i32.add $push0=, $2, $3 i32.store $3=, ff($0), $pop0 i32.const $push2=, y i32.ne $push3=, $1, $pop2 - br_if $pop3, BB1_4 + br_if $pop3, .LBB1_4 # BB#1: # %if.end - block BB1_3 + block .LBB1_3 i32.const $push4=, y+2 i32.ne $push5=, $3, $pop4 - br_if $pop5, BB1_3 + br_if $pop5, .LBB1_3 # BB#2: # %if.end3 return $0 -BB1_3: # %if.then2 +.LBB1_3: # %if.then2 call abort unreachable -BB1_4: # %if.then +.LBB1_4: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type y,@object # @y .bss diff --git a/test/torture-s/zero-struct-2.c.s b/test/torture-s/zero-struct-2.c.s index 514709a13..6d2cd9a08 100644 --- a/test/torture-s/zero-struct-2.c.s +++ b/test/torture-s/zero-struct-2.c.s @@ -11,8 +11,8 @@ one_raw_spinlock: # @one_raw_spinlock i32.add $push2=, $pop0, $pop1 i32.store $discard=, ii($0), $pop2 return -func_end0: - .size one_raw_spinlock, func_end0-one_raw_spinlock +.Lfunc_end0: + .size one_raw_spinlock, .Lfunc_end0-one_raw_spinlock .globl main .type main,@function @@ -22,18 +22,18 @@ main: # @main # BB#0: # %entry i32.const $0=, 0 i32.load $1=, ii($0) - block BB1_2 + block .LBB1_2 i32.const $push0=, 1 i32.add $push1=, $1, $pop0 i32.store $discard=, ii($0), $pop1 - br_if $1, BB1_2 + br_if $1, .LBB1_2 # BB#1: # %if.end return $0 -BB1_2: # %if.then +.LBB1_2: # %if.then call abort unreachable -func_end1: - .size main, func_end1-main +.Lfunc_end1: + .size main, .Lfunc_end1-main .type ii,@object # @ii .bss diff --git a/test/torture-s/zerolen-1.c.s b/test/torture-s/zerolen-1.c.s index 7229c5a34..2612e943d 100644 --- a/test/torture-s/zerolen-1.c.s +++ b/test/torture-s/zerolen-1.c.s @@ -12,8 +12,8 @@ main: # @main i32.store8 $push1=, entry+1($0), $0 call exit, $pop1 unreachable -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .globl set .type set,@function @@ -25,8 +25,8 @@ set: # @set i32.const $push1=, 0 i32.store8 $discard=, 1($0), $pop1 return -func_end1: - .size set, func_end1-set +.Lfunc_end1: + .size set, .Lfunc_end1-set .type entry,@object # @entry .bss diff --git a/test/torture-s/zerolen-2.c.s b/test/torture-s/zerolen-2.c.s index b563c9e6c..0c620525f 100644 --- a/test/torture-s/zerolen-2.c.s +++ b/test/torture-s/zerolen-2.c.s @@ -7,8 +7,8 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 return $pop0 -func_end0: - .size main, func_end0-main +.Lfunc_end0: + .size main, .Lfunc_end0-main .ident "clang version 3.8.0 " |