diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-10-06 15:55:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 15:55:21 -0700 |
commit | 7b637b77437157fdf207304e3179079a78de72b9 (patch) | |
tree | 435c648cdc4450ecbb4c148e229a7e0c73d2b5d0 | |
parent | b910f49ede15d27391418b0056e1817e462d855f (diff) | |
download | binaryen-7b637b77437157fdf207304e3179079a78de72b9.tar.gz binaryen-7b637b77437157fdf207304e3179079a78de72b9.tar.bz2 binaryen-7b637b77437157fdf207304e3179079a78de72b9.zip |
Update s2wasm for removal of store results (#749)
Corresponds to LLVM change https://reviews.llvm.org/D25122
1299 files changed, 12288 insertions, 11555 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h index 383ff1e36..d7aa69945 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -837,12 +837,15 @@ class S2WasmBuilder { setOutput(curr, assign); }; auto makeStore = [&](WasmType type) { - skipComma(); auto curr = allocator->alloc<Store>(); curr->valueType = type; - int32_t bytes = getInt() / CHAR_BIT; - curr->bytes = bytes > 0 ? bytes : getWasmTypeSize(type); - Name assign = getAssign(); + s += strlen("store"); + if(!isspace(*s)) { + curr->bytes = getInt() / CHAR_BIT; + } else { + curr->bytes = getWasmTypeSize(type); + } + skipWhitespace(); getRelocatableConst(&curr->offset.addr); mustMatch("("); auto attributes = getAttributes(2); @@ -855,7 +858,7 @@ class S2WasmBuilder { } curr->value = inputs[1]; curr->finalize(); - setOutput(curr, assign); + addToBlock(curr); }; auto makeSelect = [&](WasmType type) { Name assign = getAssign(); @@ -1029,7 +1032,7 @@ class S2WasmBuilder { else if (match("shr_u")) makeBinary(BINARY_INT(ShrU), type); else if (match("shl")) makeBinary(BINARY_INT(Shl), type); else if (match("sub")) makeBinary(BINARY_INT_OR_FLOAT(Sub), type); - else if (match("store")) makeStore(type); + else if (peek("store")) makeStore(type); else if (match("select")) makeSelect(type); else if (match("sqrt")) makeUnary(type == f32 ? UnaryOp::SqrtFloat32 : UnaryOp::SqrtFloat64, type); else abort_on("type.s"); diff --git a/test/dot_s/indirect-import.s b/test/dot_s/indirect-import.s index 93ba9bbfa..0a828cd32 100644 --- a/test/dot_s/indirect-import.s +++ b/test/dot_s/indirect-import.s @@ -13,32 +13,32 @@ bar: # @bar i32.const $push12=, 32 i32.sub $push19=, $pop11, $pop12 tee_local $push18=, $1=, $pop19 - i32.store $drop=, __stack_pointer($pop13), $pop18 + i32.store __stack_pointer($pop13), $pop18 i32.const $push0=, extern_fd@FUNCTION - i32.store $drop=, 28($1), $pop0 + i32.store 28($1), $pop0 i32.const $push1=, extern_vj@FUNCTION - i32.store $drop=, 24($1), $pop1 + i32.store 24($1), $pop1 i64.const $push2=, 1 call extern_vj@FUNCTION, $pop2 i32.const $push3=, extern_v@FUNCTION - i32.store $drop=, 20($1), $pop3 + i32.store 20($1), $pop3 call extern_v@FUNCTION i32.const $push4=, extern_ijidf@FUNCTION - i32.store $drop=, 16($1), $pop4 + i32.store 16($1), $pop4 i64.const $push17=, 1 i32.const $push7=, 2 f64.const $push6=, 0x1.8p1 f32.const $push5=, 0x1p2 i32.call $drop=, extern_ijidf@FUNCTION, $pop17, $pop7, $pop6, $pop5 i32.const $push8=, extern_struct@FUNCTION - i32.store $drop=, 12($1), $pop8 + i32.store 12($1), $pop8 i32.const $push9=, extern_sret@FUNCTION - i32.store $drop=, 8($1), $pop9 + i32.store 8($1), $pop9 i32.load $0=, 28($1) i32.const $push16=, 0 i32.const $push14=, 32 i32.add $push15=, $1, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 copy_local $push20=, $0 # fallthrough-return: $pop20 .endfunc diff --git a/test/dot_s/memops.s b/test/dot_s/memops.s index 87636971d..88f2d254e 100644 --- a/test/dot_s/memops.s +++ b/test/dot_s/memops.s @@ -5,7 +5,7 @@ _Z6reporti: # @_Z6reporti .param i32 # BB#0: i32.const $push0=, 8 - i32.store $drop=, 0($pop0), $0 + i32.store 0($pop0), $0 i32.const $push1=, .str call emscripten_asm_const@FUNCTION, $pop1 return @@ -24,7 +24,7 @@ main: # @main i32.const $8=, 1048576 i32.sub $12=, $7, $8 i32.const $8=, 0 - i32.store $drop=, 0($8), $12 + i32.store 0($8), $12 i32.const $1=, 0 copy_local $0=, $1 copy_local $6=, $1 @@ -41,7 +41,7 @@ main: # @main i32.add $10=, $12, $10 i32.add $push1=, $10, $4 i32.add $push0=, $6, $4 - i32.store8 $drop=, 0($pop1), $pop0 + i32.store8 0($pop1), $pop0 i32.const $2=, 1 i32.add $4=, $4, $2 i32.const $3=, 1048576 @@ -79,7 +79,7 @@ main: # @main i32.const $9=, 1048576 i32.add $12=, $12, $9 i32.const $9=, 0 - i32.store $drop=, 0($9), $12 + i32.store 0($9), $12 return $pop17 .endfunc .Lfunc_end1: diff --git a/test/dot_s/symbolic-offset.s b/test/dot_s/symbolic-offset.s index 683acef62..8c801813c 100644 --- a/test/dot_s/symbolic-offset.s +++ b/test/dot_s/symbolic-offset.s @@ -4,7 +4,7 @@ f: .param i32 .param i32 - i32.store $drop=, m+4($0), $1 + i32.store m+4($0), $1 return .endfunc .Lfunc_end0: diff --git a/test/llvm_autogenerated/byval.s b/test/llvm_autogenerated/byval.s index b9e9a7d5c..8ac4f8228 100644 --- a/test/llvm_autogenerated/byval.s +++ b/test/llvm_autogenerated/byval.s @@ -11,16 +11,16 @@ byval_arg: i32.const $push3=, 16 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $1=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.load $push0=, 0($0) - i32.store $drop=, 12($1), $pop0 + i32.store 12($1), $pop0 i32.const $push8=, 12 i32.add $push9=, $1, $pop8 call ext_byval_func@FUNCTION, $pop9 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $1, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 return .endfunc .Lfunc_end0: @@ -37,16 +37,16 @@ byval_arg_align8: i32.const $push3=, 16 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $1=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.load $push0=, 0($0) - i32.store $drop=, 8($1), $pop0 + i32.store 8($1), $pop0 i32.const $push8=, 8 i32.add $push9=, $1, $pop8 call ext_byval_func_align8@FUNCTION, $pop9 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $1, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 return .endfunc .Lfunc_end1: @@ -63,20 +63,20 @@ byval_arg_double: i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $1=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 i32.const $push0=, 8 i32.add $push3=, $1, $pop0 i32.const $push12=, 8 i32.add $push1=, $0, $pop12 i64.load $push2=, 0($pop1) - i64.store $drop=, 0($pop3), $pop2 + i64.store 0($pop3), $pop2 i64.load $push4=, 0($0) - i64.store $drop=, 0($1), $pop4 + i64.store 0($1), $pop4 call ext_byval_func_alignedstruct@FUNCTION, $1 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $1, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .endfunc .Lfunc_end2: @@ -123,7 +123,7 @@ big_byval: i32.const $push3=, 131072 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $1=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.const $push0=, 131072 i32.call $push9=, memcpy@FUNCTION, $1, $0, $pop0 tee_local $push8=, $0=, $pop9 @@ -131,7 +131,7 @@ big_byval: i32.const $push7=, 0 i32.const $push5=, 131072 i32.add $push6=, $0, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 return .endfunc .Lfunc_end6: diff --git a/test/llvm_autogenerated/call.s b/test/llvm_autogenerated/call.s index 627230d7b..b68b5c68b 100644 --- a/test/llvm_autogenerated/call.s +++ b/test/llvm_autogenerated/call.s @@ -119,15 +119,6 @@ coldcc_tail_call_void_nullary: .Lfunc_end11: .size coldcc_tail_call_void_nullary, .Lfunc_end11-coldcc_tail_call_void_nullary - .hidden addr_void_nullary - .type addr_void_nullary,@object - .data - .globl addr_void_nullary - .p2align 2 -addr_void_nullary: - .int32 void_nullary@FUNCTION - .size addr_void_nullary, 4 - .functype i32_nullary, i32 .functype i32_unary, i32, i32 diff --git a/test/llvm_autogenerated/call.wast b/test/llvm_autogenerated/call.wast index 503577167..c4ee58910 100644 --- a/test/llvm_autogenerated/call.wast +++ b/test/llvm_autogenerated/call.wast @@ -1,7 +1,6 @@ (module (memory $0 1) (data (i32.const 4) "\10\04\00\00") - (data (i32.const 12) "\01\00\00\00") (type $FUNCSIG$v (func)) (type $FUNCSIG$i (func (result i32))) (type $FUNCSIG$ii (func (param i32) (result i32))) @@ -29,9 +28,8 @@ (export "tail_call_void_nullary" (func $tail_call_void_nullary)) (export "fastcc_tail_call_void_nullary" (func $fastcc_tail_call_void_nullary)) (export "coldcc_tail_call_void_nullary" (func $coldcc_tail_call_void_nullary)) - (export "dynCall_v" (func $dynCall_v)) - (table 2 2 anyfunc) - (elem (i32.const 0) $__wasm_nullptr $__importThunk_void_nullary) + (table 0 anyfunc) + (func $call_i32_nullary (result i32) (return (call $i32_nullary) @@ -96,16 +94,5 @@ (call $void_nullary) (return) ) - (func $__wasm_nullptr (type $FUNCSIG$v) - (unreachable) - ) - (func $__importThunk_void_nullary (type $FUNCSIG$v) - (call $void_nullary) - ) - (func $dynCall_v (param $fptr i32) - (call_indirect $FUNCSIG$v - (get_local $fptr) - ) - ) ) ;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/cfg-stackify.s b/test/llvm_autogenerated/cfg-stackify.s index 8aa105d2c..06d858f64 100644 --- a/test/llvm_autogenerated/cfg-stackify.s +++ b/test/llvm_autogenerated/cfg-stackify.s @@ -8,15 +8,18 @@ test0: i32.const $1=, 1 .LBB0_1: loop - i32.ge_s $push0=, $1, $0 - br_if 1, $pop0 + block + i32.lt_s $push0=, $1, $0 + br_if 0, $pop0 + return +.LBB0_3: + end_block i32.const $push1=, 1 i32.add $1=, $1, $pop1 call something@FUNCTION br 0 -.LBB0_3: +.LBB0_4: end_loop - return .endfunc .Lfunc_end0: .size test0, .Lfunc_end0-test0 @@ -29,15 +32,18 @@ test1: i32.const $1=, 1 .LBB1_1: loop - i32.ge_s $push0=, $1, $0 - br_if 1, $pop0 + block + i32.lt_s $push0=, $1, $0 + br_if 0, $pop0 + return +.LBB1_3: + end_block i32.const $push1=, 1 i32.add $1=, $1, $pop1 call something@FUNCTION br 0 -.LBB1_3: +.LBB1_4: end_loop - return .endfunc .Lfunc_end1: .size test1, .Lfunc_end1-test1 @@ -55,7 +61,7 @@ test2: f64.load $push2=, 0($0) f64.const $push8=, 0x1.999999999999ap1 f64.mul $push3=, $pop2, $pop8 - f64.store $drop=, 0($0), $pop3 + f64.store 0($0), $pop3 i32.const $push7=, 8 i32.add $0=, $0, $pop7 i32.const $push6=, -1 @@ -76,32 +82,30 @@ doublediamond: .param i32, i32, i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($2), $pop0 - block + i32.store 0($2), $pop0 block block - i32.eqz $push7=, $0 - br_if 0, $pop7 - i32.const $push1=, 2 - i32.store $drop=, 0($2), $pop1 - i32.eqz $push8=, $1 - br_if 1, $pop8 - i32.const $push2=, 4 - i32.store $drop=, 0($2), $pop2 - br 2 -.LBB3_3: - end_block + br_if 0, $0 i32.const $push4=, 1 - i32.store $drop=, 0($2), $pop4 + i32.store 0($2), $pop4 br 1 -.LBB3_4: +.LBB3_2: end_block + i32.const $push1=, 2 + i32.store 0($2), $pop1 + block + br_if 0, $1 i32.const $push3=, 3 - i32.store $drop=, 0($2), $pop3 + i32.store 0($2), $pop3 + br 1 +.LBB3_4: + end_block + i32.const $push2=, 4 + i32.store 0($2), $pop2 .LBB3_5: end_block i32.const $push5=, 5 - i32.store $drop=, 0($2), $pop5 + i32.store 0($2), $pop5 i32.const $push6=, 0 return $pop6 .endfunc @@ -114,15 +118,15 @@ triangle: .param i32, i32 .result i32 i32.const $push2=, 0 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 block br_if 0, $1 i32.const $push0=, 1 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 .LBB4_2: end_block i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.const $push3=, 0 return $pop3 .endfunc @@ -135,22 +139,21 @@ diamond: .param i32, i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 block block - i32.eqz $push5=, $1 - br_if 0, $pop5 - i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 + br_if 0, $1 + i32.const $push2=, 1 + i32.store 0($0), $pop2 br 1 .LBB5_2: end_block - i32.const $push2=, 1 - i32.store $drop=, 0($0), $pop2 + i32.const $push1=, 2 + i32.store 0($0), $pop1 .LBB5_3: end_block i32.const $push3=, 3 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 i32.const $push4=, 0 return $pop4 .endfunc @@ -163,7 +166,7 @@ single_block: .param i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 0 return $pop1 .endfunc @@ -175,11 +178,11 @@ single_block: minimal_loop: .param i32 i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 .LBB7_1: loop i32.const $push1=, 1 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 br 0 .LBB7_2: end_loop @@ -193,16 +196,16 @@ simple_loop: .param i32, i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 .LBB8_1: loop i32.const $push3=, 1 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 i32.eqz $push4=, $1 br_if 0, $pop4 end_loop i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.const $push2=, 0 return $pop2 .endfunc @@ -215,23 +218,23 @@ doubletriangle: .param i32, i32, i32 .result i32 i32.const $push4=, 0 - i32.store $drop=, 0($2), $pop4 + i32.store 0($2), $pop4 block br_if 0, $0 i32.const $push0=, 2 - i32.store $drop=, 0($2), $pop0 + i32.store 0($2), $pop0 block br_if 0, $1 i32.const $push1=, 3 - i32.store $drop=, 0($2), $pop1 + i32.store 0($2), $pop1 .LBB9_3: end_block i32.const $push2=, 4 - i32.store $drop=, 0($2), $pop2 + i32.store 0($2), $pop2 .LBB9_4: end_block i32.const $push3=, 5 - i32.store $drop=, 0($2), $pop3 + i32.store 0($2), $pop3 i32.const $push5=, 0 return $pop5 .endfunc @@ -244,25 +247,24 @@ ifelse_earlyexits: .param i32, i32, i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($2), $pop0 + i32.store 0($2), $pop0 block block - i32.eqz $push6=, $0 - br_if 0, $pop6 - i32.const $push1=, 2 - i32.store $drop=, 0($2), $pop1 - br_if 1, $1 - i32.const $push2=, 3 - i32.store $drop=, 0($2), $pop2 + br_if 0, $0 + i32.const $push3=, 1 + i32.store 0($2), $pop3 br 1 -.LBB10_3: +.LBB10_2: end_block - i32.const $push3=, 1 - i32.store $drop=, 0($2), $pop3 + i32.const $push1=, 2 + i32.store 0($2), $pop1 + br_if 0, $1 + i32.const $push2=, 3 + i32.store 0($2), $pop2 .LBB10_4: end_block i32.const $push4=, 4 - i32.store $drop=, 0($2), $pop4 + i32.store 0($2), $pop4 i32.const $push5=, 0 return $pop5 .endfunc @@ -275,34 +277,32 @@ doublediamond_in_a_loop: .param i32, i32, i32 .LBB11_1: loop - i32.const $push2=, 0 - i32.store $drop=, 0($2), $pop2 + i32.const $push0=, 0 + i32.store 0($2), $pop0 block - i32.eqz $push8=, $0 - br_if 0, $pop8 + br_if 0, $0 + i32.const $push2=, 1 + i32.store 0($2), $pop2 + i32.const $push1=, 5 + i32.store 0($2), $pop1 + br 1 +.LBB11_3: + end_block i32.const $push3=, 2 - i32.store $drop=, 0($2), $pop3 + i32.store 0($2), $pop3 block - i32.eqz $push9=, $1 - br_if 0, $pop9 - i32.const $push1=, 4 - i32.store $drop=, 0($2), $pop1 - i32.const $push0=, 5 - i32.store $drop=, 0($2), $pop0 - br 2 -.LBB11_4: - end_block + br_if 0, $1 i32.const $push5=, 3 - i32.store $drop=, 0($2), $pop5 + i32.store 0($2), $pop5 i32.const $push4=, 5 - i32.store $drop=, 0($2), $pop4 + i32.store 0($2), $pop4 br 1 .LBB11_5: end_block - i32.const $push7=, 1 - i32.store $drop=, 0($2), $pop7 + i32.const $push7=, 4 + i32.store 0($2), $pop7 i32.const $push6=, 5 - i32.store $drop=, 0($2), $pop6 + i32.store 0($2), $pop6 br 0 .LBB11_6: end_loop @@ -320,24 +320,18 @@ test3: i32.eq $0=, $0, $0 .LBB12_2: loop - block - block - br_if 0, $0 + br_if 1, $0 .LBB12_3: loop i32.eqz $push1=, $0 br_if 0, $pop1 - br 3 -.LBB12_4: end_loop - end_block - unreachable -.LBB12_5: - end_block call bar@FUNCTION br 0 -.LBB12_6: +.LBB12_5: end_loop + unreachable +.LBB12_6: end_block return .endfunc @@ -390,23 +384,23 @@ test5: loop i32.const $push7=, 0 i32.const $push6=, 0 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.eqz $push10=, $0 br_if 2, $pop10 i32.const $push9=, 0 i32.const $push8=, 1 - i32.store $drop=, 0($pop9), $pop8 + i32.store 0($pop9), $pop8 br_if 0, $1 end_loop i32.const $push3=, 0 i32.const $push2=, 3 - i32.store $drop=, 0($pop3), $pop2 + i32.store 0($pop3), $pop2 return .LBB14_4: end_block i32.const $push1=, 0 i32.const $push0=, 2 - i32.store $drop=, 0($pop1), $pop0 + i32.store 0($pop1), $pop0 return .endfunc .Lfunc_end14: @@ -425,12 +419,12 @@ test6: loop i32.const $push8=, 0 i32.const $push7=, 0 - i32.store $drop=, 0($pop8), $pop7 + i32.store 0($pop8), $pop7 i32.eqz $push16=, $2 br_if 3, $pop16 i32.const $push13=, 0 i32.const $push12=, 1 - i32.store $drop=, 0($pop13), $pop12 + i32.store 0($pop13), $pop12 i32.const $push11=, 1 i32.and $push10=, $1, $pop11 tee_local $push9=, $0=, $pop10 @@ -438,23 +432,23 @@ test6: br_if 2, $pop17 i32.const $push15=, 0 i32.const $push14=, 1 - i32.store $drop=, 0($pop15), $pop14 + i32.store 0($pop15), $pop14 br_if 0, $0 end_loop i32.const $push5=, 0 i32.const $push4=, 2 - i32.store $drop=, 0($pop5), $pop4 + i32.store 0($pop5), $pop4 return .LBB15_5: end_block i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, 0($pop1), $pop0 + i32.store 0($pop1), $pop0 .LBB15_6: end_block i32.const $push3=, 0 i32.const $push2=, 4 - i32.store $drop=, 0($pop3), $pop2 + i32.store 0($pop3), $pop2 return .endfunc .Lfunc_end15: @@ -466,43 +460,38 @@ test7: .param i32, i32 i32.const $push8=, 0 i32.const $push7=, 0 - i32.store $drop=, 0($pop8), $pop7 + i32.store 0($pop8), $pop7 i32.const $push6=, 1 i32.and $0=, $0, $pop6 .LBB16_1: - block loop i32.const $push10=, 0 i32.const $push9=, 1 - i32.store $drop=, 0($pop10), $pop9 + i32.store 0($pop10), $pop9 block - i32.eqz $push17=, $0 - br_if 0, $pop17 + br_if 0, $0 i32.const $push13=, 0 - i32.const $push12=, 3 - i32.store $drop=, 0($pop13), $pop12 + i32.const $push12=, 2 + i32.store 0($pop13), $pop12 i32.const $push11=, 1 - i32.and $push3=, $1, $pop11 - br_if 1, $pop3 - br 3 -.LBB16_3: - end_block - i32.const $push16=, 0 - i32.const $push15=, 2 - i32.store $drop=, 0($pop16), $pop15 - i32.const $push14=, 1 - i32.and $push0=, $1, $pop14 - br_if 0, $pop0 - end_loop + i32.and $push0=, $1, $pop11 + br_if 1, $pop0 i32.const $push2=, 0 i32.const $push1=, 4 - i32.store $drop=, 0($pop2), $pop1 + i32.store 0($pop2), $pop1 unreachable -.LBB16_5: +.LBB16_4: end_block + i32.const $push16=, 0 + i32.const $push15=, 3 + i32.store 0($pop16), $pop15 + i32.const $push14=, 1 + i32.and $push3=, $1, $pop14 + br_if 0, $pop3 + end_loop i32.const $push5=, 0 i32.const $push4=, 5 - i32.store $drop=, 0($pop5), $pop4 + i32.store 0($pop5), $pop4 unreachable .endfunc .Lfunc_end16: @@ -527,52 +516,54 @@ test8: test9: i32.const $push11=, 0 i32.const $push10=, 0 - i32.store $drop=, 0($pop11), $pop10 + i32.store 0($pop11), $pop10 .LBB18_1: loop - i32.const $push23=, 0 - i32.const $push22=, 1 - i32.store $drop=, 0($pop23), $pop22 + i32.const $push14=, 0 + i32.const $push13=, 1 + i32.store 0($pop14), $pop13 i32.call $push0=, a@FUNCTION - i32.const $push21=, 1 - i32.and $push1=, $pop0, $pop21 + i32.const $push12=, 1 + i32.and $push1=, $pop0, $pop12 i32.eqz $push24=, $pop1 br_if 1, $pop24 .LBB18_2: loop - i32.const $push14=, 0 - i32.const $push13=, 2 - i32.store $drop=, 0($pop14), $pop13 + i32.const $push17=, 0 + i32.const $push16=, 2 + i32.store 0($pop17), $pop16 block i32.call $push4=, a@FUNCTION - i32.const $push12=, 1 - i32.and $push5=, $pop4, $pop12 + i32.const $push15=, 1 + i32.and $push5=, $pop4, $pop15 i32.eqz $push25=, $pop5 br_if 0, $pop25 - i32.const $push17=, 0 - i32.const $push16=, 3 - i32.store $drop=, 0($pop17), $pop16 + i32.const $push20=, 0 + i32.const $push19=, 3 + i32.store 0($pop20), $pop19 i32.call $push8=, a@FUNCTION - i32.const $push15=, 1 - i32.and $push9=, $pop8, $pop15 - br_if 1, $pop9 - br 3 + i32.const $push18=, 1 + i32.and $push9=, $pop8, $pop18 + i32.eqz $push26=, $pop9 + br_if 3, $pop26 + br 1 .LBB18_4: end_block - i32.const $push20=, 0 - i32.const $push19=, 4 - i32.store $drop=, 0($pop20), $pop19 + i32.const $push23=, 0 + i32.const $push22=, 4 + i32.store 0($pop23), $pop22 i32.call $push6=, a@FUNCTION - i32.const $push18=, 1 - i32.and $push7=, $pop6, $pop18 - br_if 0, $pop7 - br 2 + i32.const $push21=, 1 + i32.and $push7=, $pop6, $pop21 + i32.eqz $push27=, $pop7 + br_if 2, $pop27 + br 0 .LBB18_5: end_loop end_loop i32.const $push3=, 0 i32.const $push2=, 5 - i32.store $drop=, 0($pop3), $pop2 + i32.store 0($pop3), $pop2 return .endfunc .Lfunc_end18: @@ -624,57 +615,60 @@ test10: test11: i32.const $push14=, 0 i32.const $push13=, 0 - i32.store $drop=, 0($pop14), $pop13 + i32.store 0($pop14), $pop13 + block + block block block i32.const $push12=, 0 br_if 0, $pop12 i32.const $push16=, 0 i32.const $push5=, 1 - i32.store $drop=, 0($pop16), $pop5 + i32.store 0($pop16), $pop5 block i32.const $push15=, 0 br_if 0, $pop15 i32.const $push7=, 0 i32.const $push6=, 2 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.const $push17=, 0 br_if 2, $pop17 .LBB20_3: end_block i32.const $push11=, 0 i32.const $push10=, 3 - i32.store $drop=, 0($pop11), $pop10 + i32.store 0($pop11), $pop10 return .LBB20_4: end_block i32.const $push19=, 0 i32.const $push0=, 4 - i32.store $drop=, 0($pop19), $pop0 - block + i32.store 0($pop19), $pop0 i32.const $push18=, 0 - i32.eqz $push23=, $pop18 - br_if 0, $pop23 - i32.const $push4=, 0 - i32.const $push3=, 8 - i32.store $drop=, 0($pop4), $pop3 - return -.LBB20_6: - end_block + br_if 1, $pop18 i32.const $push21=, 0 i32.const $push1=, 5 - i32.store $drop=, 0($pop21), $pop1 + i32.store 0($pop21), $pop1 i32.const $push20=, 0 - br_if 0, $pop20 - i32.const $push22=, 0 - i32.const $push2=, 6 - i32.store $drop=, 0($pop22), $pop2 - return -.LBB20_8: + i32.eqz $push23=, $pop20 + br_if 2, $pop23 +.LBB20_6: end_block i32.const $push9=, 0 i32.const $push8=, 7 - i32.store $drop=, 0($pop9), $pop8 + i32.store 0($pop9), $pop8 + return +.LBB20_7: + end_block + i32.const $push4=, 0 + i32.const $push3=, 8 + i32.store 0($pop4), $pop3 + return +.LBB20_8: + end_block + i32.const $push22=, 0 + i32.const $push2=, 6 + i32.store 0($pop22), $pop2 return .endfunc .Lfunc_end20: @@ -689,30 +683,30 @@ test12: loop block block - i32.load8_u $push8=, 0($0) - tee_local $push7=, $1=, $pop8 - i32.const $push6=, 103 - i32.gt_s $push0=, $pop7, $pop6 + i32.load8_u $push7=, 0($0) + tee_local $push6=, $1=, $pop7 + i32.const $push5=, 103 + i32.gt_s $push0=, $pop6, $pop5 br_if 0, $pop0 - i32.const $push9=, 42 - i32.eq $push3=, $1, $pop9 + i32.const $push8=, 42 + i32.eq $push3=, $1, $pop8 br_if 1, $pop3 - i32.const $push10=, 76 - i32.eq $push4=, $1, $pop10 + i32.const $push9=, 76 + i32.eq $push4=, $1, $pop9 br_if 1, $pop4 br 3 .LBB21_4: end_block - i32.const $push11=, 108 - i32.eq $push1=, $1, $pop11 + i32.const $push10=, 108 + i32.eq $push1=, $1, $pop10 br_if 0, $pop1 - i32.const $push12=, 104 - i32.ne $push2=, $1, $pop12 + i32.const $push11=, 104 + i32.ne $push2=, $1, $pop11 br_if 2, $pop2 .LBB21_6: end_block - i32.const $push5=, 1 - i32.add $0=, $0, $pop5 + i32.const $push12=, 1 + i32.add $0=, $0, $pop12 br 0 .LBB21_7: end_loop @@ -727,21 +721,18 @@ test13: .local i32 block block - i32.const $push0=, 1 - i32.and $push1=, $0, $pop0 - br_if 0, $pop1 + i32.const $push0=, 0 + br_if 0, $pop0 i32.const $0=, 0 block - i32.const $push2=, 1 - i32.and $push3=, $0, $pop2 - i32.eqz $push6=, $pop3 - br_if 0, $pop6 + i32.const $push3=, 0 + br_if 0, $pop3 i32.const $0=, 0 .LBB22_3: end_block - i32.const $push4=, 1 - i32.and $push5=, $0, $pop4 - br_if 1, $pop5 + i32.const $push1=, 1 + i32.and $push2=, $0, $pop1 + br_if 1, $pop2 br 1 .LBB22_4: end_block @@ -778,14 +769,9 @@ test15: block block i32.const $push0=, 1 - i32.eqz $push5=, $pop0 - br_if 0, $pop5 - call test15_callee1@FUNCTION - br 1 -.LBB24_2: - end_block + br_if 0, $pop0 i32.const $0=, 0 -.LBB24_3: +.LBB24_2: block loop i32.const $push1=, 1 @@ -796,15 +782,18 @@ test15: tee_local $push2=, $0=, $pop3 br_if 0, $pop2 br 2 -.LBB24_5: +.LBB24_4: end_loop i32.const $1=, 0 -.LBB24_6: +.LBB24_5: end_block - i32.eqz $push6=, $1 - br_if 0, $pop6 + i32.eqz $push5=, $1 + br_if 1, $pop5 call test15_callee0@FUNCTION return +.LBB24_7: + end_block + call test15_callee1@FUNCTION .LBB24_8: end_block return diff --git a/test/llvm_autogenerated/cfg-stackify.wast b/test/llvm_autogenerated/cfg-stackify.wast index 62f51e16e..bb962f805 100644 --- a/test/llvm_autogenerated/cfg-stackify.wast +++ b/test/llvm_autogenerated/cfg-stackify.wast @@ -43,11 +43,14 @@ ) (block $label$1 (loop $label$0 - (br_if $label$1 - (i32.ge_s - (get_local $1) - (get_local $0) + (block $label$2 + (br_if $label$2 + (i32.lt_s + (get_local $1) + (get_local $0) + ) ) + (return) ) (set_local $1 (i32.add @@ -59,7 +62,6 @@ (br $label$0) ) ) - (return) ) (func $test1 (param $0 i32) (local $1 i32) @@ -68,11 +70,14 @@ ) (block $label$1 (loop $label$0 - (br_if $label$1 - (i32.ge_s - (get_local $1) - (get_local $0) + (block $label$2 + (br_if $label$2 + (i32.lt_s + (get_local $1) + (get_local $0) + ) ) + (return) ) (set_local $1 (i32.add @@ -84,7 +89,6 @@ (br $label$0) ) ) - (return) ) (func $test2 (param $0 i32) (param $1 i32) (block $label$0 @@ -131,26 +135,8 @@ ) (block $label$0 (block $label$1 - (block $label$2 - (br_if $label$2 - (i32.eqz - (get_local $0) - ) - ) - (i32.store - (get_local $2) - (i32.const 2) - ) - (br_if $label$1 - (i32.eqz - (get_local $1) - ) - ) - (i32.store - (get_local $2) - (i32.const 4) - ) - (br $label$0) + (br_if $label$1 + (get_local $0) ) (i32.store (get_local $2) @@ -160,7 +146,21 @@ ) (i32.store (get_local $2) - (i32.const 3) + (i32.const 2) + ) + (block $label$2 + (br_if $label$2 + (get_local $1) + ) + (i32.store + (get_local $2) + (i32.const 3) + ) + (br $label$0) + ) + (i32.store + (get_local $2) + (i32.const 4) ) ) (i32.store @@ -201,19 +201,17 @@ (block $label$0 (block $label$1 (br_if $label$1 - (i32.eqz - (get_local $1) - ) + (get_local $1) ) (i32.store (get_local $0) - (i32.const 2) + (i32.const 1) ) (br $label$0) ) (i32.store (get_local $0) - (i32.const 1) + (i32.const 2) ) ) (i32.store @@ -317,26 +315,24 @@ (block $label$0 (block $label$1 (br_if $label$1 - (i32.eqz - (get_local $0) - ) - ) - (i32.store - (get_local $2) - (i32.const 2) - ) - (br_if $label$0 - (get_local $1) + (get_local $0) ) (i32.store (get_local $2) - (i32.const 3) + (i32.const 1) ) (br $label$0) ) (i32.store (get_local $2) - (i32.const 1) + (i32.const 2) + ) + (br_if $label$0 + (get_local $1) + ) + (i32.store + (get_local $2) + (i32.const 3) ) ) (i32.store @@ -356,29 +352,25 @@ ) (block $label$2 (br_if $label$2 - (i32.eqz - (get_local $0) - ) + (get_local $0) ) (i32.store (get_local $2) - (i32.const 2) + (i32.const 1) ) - (block $label$3 - (br_if $label$3 - (i32.eqz - (get_local $1) - ) - ) - (i32.store - (get_local $2) - (i32.const 4) - ) - (i32.store - (get_local $2) - (i32.const 5) - ) - (br $label$0) + (i32.store + (get_local $2) + (i32.const 5) + ) + (br $label$0) + ) + (i32.store + (get_local $2) + (i32.const 2) + ) + (block $label$3 + (br_if $label$3 + (get_local $1) ) (i32.store (get_local $2) @@ -392,7 +384,7 @@ ) (i32.store (get_local $2) - (i32.const 1) + (i32.const 4) ) (i32.store (get_local $2) @@ -415,28 +407,23 @@ ) (block $label$2 (loop $label$1 - (block $label$3 - (block $label$4 - (br_if $label$4 - (get_local $0) - ) - (block $label$6 - (loop $label$5 - (br_if $label$5 - (i32.eqz - (get_local $0) - ) - ) - (br $label$3) + (br_if $label$2 + (get_local $0) + ) + (block $label$4 + (loop $label$3 + (br_if $label$3 + (i32.eqz + (get_local $0) ) ) ) - (unreachable) ) (call $bar) (br $label$1) ) ) + (unreachable) ) (return) ) @@ -598,48 +585,43 @@ (i32.const 1) ) ) - (block $label$0 - (block $label$2 - (loop $label$1 - (i32.store - (i32.const 0) - (i32.const 1) - ) - (block $label$3 - (br_if $label$3 - (i32.eqz - (get_local $0) - ) - ) - (i32.store - (i32.const 0) - (i32.const 3) - ) - (br_if $label$1 - (i32.and - (get_local $1) - (i32.const 1) - ) - ) - (br $label$0) + (block $label$1 + (loop $label$0 + (i32.store + (i32.const 0) + (i32.const 1) + ) + (block $label$2 + (br_if $label$2 + (get_local $0) ) (i32.store (i32.const 0) (i32.const 2) ) - (br_if $label$1 + (br_if $label$0 (i32.and (get_local $1) (i32.const 1) ) ) + (i32.store + (i32.const 0) + (i32.const 4) + ) + (unreachable) + ) + (i32.store + (i32.const 0) + (i32.const 3) + ) + (br_if $label$0 + (i32.and + (get_local $1) + (i32.const 1) + ) ) ) - (i32.store - (i32.const 0) - (i32.const 4) - ) - (unreachable) ) (i32.store (i32.const 0) @@ -695,25 +677,29 @@ (i32.const 0) (i32.const 3) ) - (br_if $label$2 - (i32.and - (call $a) - (i32.const 1) + (br_if $label$0 + (i32.eqz + (i32.and + (call $a) + (i32.const 1) + ) ) ) - (br $label$0) + (br $label$2) ) (i32.store (i32.const 0) (i32.const 4) ) - (br_if $label$2 - (i32.and - (call $a) - (i32.const 1) + (br_if $label$0 + (i32.eqz + (i32.and + (call $a) + (i32.const 1) + ) ) ) - (br $label$0) + (br $label$2) ) ) ) @@ -798,63 +784,65 @@ ) (block $label$0 (block $label$1 - (br_if $label$1 - (i32.const 0) - ) - (i32.store - (i32.const 0) - (i32.const 1) - ) (block $label$2 - (br_if $label$2 - (i32.const 0) + (block $label$3 + (br_if $label$3 + (i32.const 0) + ) + (i32.store + (i32.const 0) + (i32.const 1) + ) + (block $label$4 + (br_if $label$4 + (i32.const 0) + ) + (i32.store + (i32.const 0) + (i32.const 2) + ) + (br_if $label$2 + (i32.const 0) + ) + ) + (i32.store + (i32.const 0) + (i32.const 3) + ) + (return) ) (i32.store (i32.const 0) - (i32.const 2) + (i32.const 4) ) - (br_if $label$0 + (br_if $label$1 (i32.const 0) ) - ) - (i32.store - (i32.const 0) - (i32.const 3) - ) - (return) - ) - (i32.store - (i32.const 0) - (i32.const 4) - ) - (block $label$3 - (br_if $label$3 - (i32.eqz + (i32.store (i32.const 0) + (i32.const 5) + ) + (br_if $label$0 + (i32.eqz + (i32.const 0) + ) ) ) (i32.store (i32.const 0) - (i32.const 8) + (i32.const 7) ) (return) ) (i32.store (i32.const 0) - (i32.const 5) - ) - (br_if $label$0 - (i32.const 0) - ) - (i32.store - (i32.const 0) - (i32.const 6) + (i32.const 8) ) (return) ) (i32.store (i32.const 0) - (i32.const 7) + (i32.const 6) ) (return) ) @@ -917,22 +905,14 @@ (block $label$0 (block $label$1 (br_if $label$1 - (i32.and - (get_local $0) - (i32.const 1) - ) + (i32.const 0) ) (set_local $0 (i32.const 0) ) (block $label$2 (br_if $label$2 - (i32.eqz - (i32.and - (get_local $0) - (i32.const 1) - ) - ) + (i32.const 0) ) (set_local $0 (i32.const 0) @@ -973,47 +953,44 @@ (block $label$0 (block $label$1 (br_if $label$1 - (i32.eqz - (i32.const 1) - ) + (i32.const 1) ) - (call $test15_callee1) - (br $label$0) - ) - (set_local $0 - (i32.const 0) - ) - (block $label$2 - (block $label$4 - (loop $label$3 - (br_if $label$4 - (i32.const 1) - ) - (set_local $1 - (i32.const 0) - ) - (br_if $label$3 - (tee_local $0 - (i32.add - (get_local $0) - (i32.const -4) + (set_local $0 + (i32.const 0) + ) + (block $label$2 + (block $label$4 + (loop $label$3 + (br_if $label$4 + (i32.const 1) + ) + (set_local $1 + (i32.const 0) + ) + (br_if $label$3 + (tee_local $0 + (i32.add + (get_local $0) + (i32.const -4) + ) ) ) + (br $label$2) ) - (br $label$2) + ) + (set_local $1 + (i32.const 0) ) ) - (set_local $1 - (i32.const 0) - ) - ) - (br_if $label$0 - (i32.eqz - (get_local $1) + (br_if $label$0 + (i32.eqz + (get_local $1) + ) ) + (call $test15_callee0) + (return) ) - (call $test15_callee0) - (return) + (call $test15_callee1) ) (return) ) diff --git a/test/llvm_autogenerated/comparisons_f32.s b/test/llvm_autogenerated/comparisons_f32.s index b14d0d8bd..ea7df1e31 100644 --- a/test/llvm_autogenerated/comparisons_f32.s +++ b/test/llvm_autogenerated/comparisons_f32.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/comparisons_f32.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/comparisons_f32.ll" .globl ord_f32 .type ord_f32,@function ord_f32: diff --git a/test/llvm_autogenerated/comparisons_f64.s b/test/llvm_autogenerated/comparisons_f64.s index 8bb75bcb6..704bcaf06 100644 --- a/test/llvm_autogenerated/comparisons_f64.s +++ b/test/llvm_autogenerated/comparisons_f64.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/comparisons_f64.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/comparisons_f64.ll" .globl ord_f64 .type ord_f64,@function ord_f64: diff --git a/test/llvm_autogenerated/comparisons_i32.s b/test/llvm_autogenerated/comparisons_i32.s index 340f6ae96..b4bffe48d 100644 --- a/test/llvm_autogenerated/comparisons_i32.s +++ b/test/llvm_autogenerated/comparisons_i32.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll" .globl eq_i32 .type eq_i32,@function eq_i32: diff --git a/test/llvm_autogenerated/comparisons_i64.s b/test/llvm_autogenerated/comparisons_i64.s index 9a9fd6a3b..c348750aa 100644 --- a/test/llvm_autogenerated/comparisons_i64.s +++ b/test/llvm_autogenerated/comparisons_i64.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll" .globl eq_i64 .type eq_i64,@function eq_i64: diff --git a/test/llvm_autogenerated/conv.s b/test/llvm_autogenerated/conv.s index 339051b1c..b2d9406fa 100644 --- a/test/llvm_autogenerated/conv.s +++ b/test/llvm_autogenerated/conv.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/conv.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/conv.ll" .globl i32_wrap_i64 .type i32_wrap_i64,@function i32_wrap_i64: diff --git a/test/llvm_autogenerated/copysign-casts.s b/test/llvm_autogenerated/copysign-casts.s index 76f36ce01..154edb9c3 100644 --- a/test/llvm_autogenerated/copysign-casts.s +++ b/test/llvm_autogenerated/copysign-casts.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/copysign-casts.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/copysign-casts.ll" .globl fold_promote .type fold_promote,@function fold_promote: @@ -23,3 +23,5 @@ fold_demote: .size fold_demote, .Lfunc_end1-fold_demote + .functype copysign, f64, f64, f64 + .functype copysignf, f32, f32, f32 diff --git a/test/llvm_autogenerated/copysign-casts.wast b/test/llvm_autogenerated/copysign-casts.wast index 79b454db7..e6e62fe34 100644 --- a/test/llvm_autogenerated/copysign-casts.wast +++ b/test/llvm_autogenerated/copysign-casts.wast @@ -1,6 +1,8 @@ (module (memory $0 1) (data (i32.const 4) "\10\04\00\00") + (type $FUNCSIG$ddd (func (param f64 f64) (result f64))) + (type $FUNCSIG$fff (func (param f32 f32) (result f32))) (export "memory" (memory $0)) (export "fold_promote" (func $fold_promote)) (export "fold_demote" (func $fold_demote)) diff --git a/test/llvm_autogenerated/cpus.s b/test/llvm_autogenerated/cpus.s index 87f1a54da..696468d46 100644 --- a/test/llvm_autogenerated/cpus.s +++ b/test/llvm_autogenerated/cpus.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/cpus.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/cpus.ll" .globl f .type f,@function f: diff --git a/test/llvm_autogenerated/dead-vreg.s b/test/llvm_autogenerated/dead-vreg.s index 12daed803..ddd94176b 100644 --- a/test/llvm_autogenerated/dead-vreg.s +++ b/test/llvm_autogenerated/dead-vreg.s @@ -23,7 +23,7 @@ foo: copy_local $8=, $1 .LBB0_4: loop - i32.store $drop=, 0($7), $6 + i32.store 0($7), $6 i32.add $6=, $6, $5 i32.const $push8=, 4 i32.add $7=, $7, $pop8 @@ -43,7 +43,6 @@ foo: .LBB0_6: end_loop end_block - return .endfunc .Lfunc_end0: .size foo, .Lfunc_end0-foo diff --git a/test/llvm_autogenerated/dead-vreg.wast b/test/llvm_autogenerated/dead-vreg.wast index 631875917..f46f398a2 100644 --- a/test/llvm_autogenerated/dead-vreg.wast +++ b/test/llvm_autogenerated/dead-vreg.wast @@ -98,7 +98,6 @@ ) ) ) - (return) ) ) ;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/divrem-constant.s b/test/llvm_autogenerated/divrem-constant.s index 3901e3e86..486730225 100644 --- a/test/llvm_autogenerated/divrem-constant.s +++ b/test/llvm_autogenerated/divrem-constant.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/divrem-constant.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/divrem-constant.ll" .globl test_udiv_2 .type test_udiv_2,@function test_udiv_2: diff --git a/test/llvm_autogenerated/f32.s b/test/llvm_autogenerated/f32.s index 6eff47f4e..5d241747e 100644 --- a/test/llvm_autogenerated/f32.s +++ b/test/llvm_autogenerated/f32.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/f32.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/f32.ll" .globl fadd32 .type fadd32,@function fadd32: diff --git a/test/llvm_autogenerated/f64.s b/test/llvm_autogenerated/f64.s index 70b233ceb..fd3c59c79 100644 --- a/test/llvm_autogenerated/f64.s +++ b/test/llvm_autogenerated/f64.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/f64.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/f64.ll" .globl fadd64 .type fadd64,@function fadd64: diff --git a/test/llvm_autogenerated/fast-isel-noreg.s b/test/llvm_autogenerated/fast-isel-noreg.s new file mode 100644 index 000000000..f875e5a15 --- /dev/null +++ b/test/llvm_autogenerated/fast-isel-noreg.s @@ -0,0 +1,45 @@ + .text + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/fast-isel-noreg.ll" + .hidden a + .globl a + .type a,@function +a: + .result i32 + i32.const $push0=, 0 + return $pop0 + .endfunc +.Lfunc_end0: + .size a, .Lfunc_end0-a + + .hidden b + .globl b + .type b,@function +b: + .result i32 + block + i32.const $push0=, 1 + br_if 0, $pop0 + unreachable +.LBB1_2: + end_block + i32.const $push1=, 0 + return $pop1 + .endfunc +.Lfunc_end1: + .size b, .Lfunc_end1-b + + .hidden c + .globl c + .type c,@function +c: + .result i32 + i32.const $push1=, 0 + i32.const $push2=, 0 + i32.store 0($pop1), $pop2 + i32.const $push0=, 0 + return $pop0 + .endfunc +.Lfunc_end2: + .size c, .Lfunc_end2-c + + diff --git a/test/llvm_autogenerated/fast-isel-noreg.wast b/test/llvm_autogenerated/fast-isel-noreg.wast new file mode 100644 index 000000000..c336591a6 --- /dev/null +++ b/test/llvm_autogenerated/fast-isel-noreg.wast @@ -0,0 +1,36 @@ +(module + (memory $0 1) + (data (i32.const 4) "\10\04\00\00") + (export "memory" (memory $0)) + (export "a" (func $a)) + (export "b" (func $b)) + (export "c" (func $c)) + (table 0 anyfunc) + + (func $a (result i32) + (return + (i32.const 0) + ) + ) + (func $b (result i32) + (block $label$0 + (br_if $label$0 + (i32.const 1) + ) + (unreachable) + ) + (return + (i32.const 0) + ) + ) + (func $c (result i32) + (i32.store + (i32.const 0) + (i32.const 0) + ) + (return + (i32.const 0) + ) + ) +) +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/fast-isel.s b/test/llvm_autogenerated/fast-isel.s index a60ed0c4d..f08502038 100644 --- a/test/llvm_autogenerated/fast-isel.s +++ b/test/llvm_autogenerated/fast-isel.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/fast-isel.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/fast-isel.ll" .globl immediate_f32 .type immediate_f32,@function immediate_f32: diff --git a/test/llvm_autogenerated/frem.s b/test/llvm_autogenerated/frem.s index 6ef9559ab..74d18d1c6 100644 --- a/test/llvm_autogenerated/frem.s +++ b/test/llvm_autogenerated/frem.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/frem.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/frem.ll" .globl frem32 .type frem32,@function frem32: diff --git a/test/llvm_autogenerated/func.s b/test/llvm_autogenerated/func.s index 913eee708..2f47c5638 100644 --- a/test/llvm_autogenerated/func.s +++ b/test/llvm_autogenerated/func.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/func.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/func.ll" .globl f0 .type f0,@function f0: diff --git a/test/llvm_autogenerated/global.s b/test/llvm_autogenerated/global.s index 770a20d2f..031743e6d 100644 --- a/test/llvm_autogenerated/global.s +++ b/test/llvm_autogenerated/global.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/global.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/global.ll" .globl foo .type foo,@function foo: diff --git a/test/llvm_autogenerated/globl.s b/test/llvm_autogenerated/globl.s index 2aac36823..00b0610a6 100644 --- a/test/llvm_autogenerated/globl.s +++ b/test/llvm_autogenerated/globl.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/globl.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/globl.ll" .globl foo .type foo,@function foo: diff --git a/test/llvm_autogenerated/i128.s b/test/llvm_autogenerated/i128.s index 316f57797..378935189 100644 --- a/test/llvm_autogenerated/i128.s +++ b/test/llvm_autogenerated/i128.s @@ -7,7 +7,7 @@ add128: .local i64 i64.add $push10=, $1, $3 tee_local $push9=, $5=, $pop10 - i64.store $drop=, 0($0), $pop9 + i64.store 0($0), $pop9 i32.const $push7=, 8 i32.add $push8=, $0, $pop7 i64.add $push5=, $2, $4 @@ -17,7 +17,7 @@ add128: i64.lt_u $push0=, $5, $3 i64.select $push4=, $pop3, $pop2, $pop0 i64.add $push6=, $pop5, $pop4 - i64.store $drop=, 0($pop8), $pop6 + i64.store 0($pop8), $pop6 return .endfunc .Lfunc_end0: @@ -28,14 +28,14 @@ add128: sub128: .param i32, i64, i64, i64, i64 i64.sub $push0=, $1, $3 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i64.sub $push1=, $2, $4 i64.lt_u $push2=, $1, $3 i64.extend_u/i32 $push3=, $pop2 i64.sub $push4=, $pop1, $pop3 - i64.store $drop=, 0($pop6), $pop4 + i64.store 0($pop6), $pop4 return .endfunc .Lfunc_end1: @@ -52,20 +52,20 @@ mul128: i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $5=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __multi3@FUNCTION, $5, $1, $2, $3, $4 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $5, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($5) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $5, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .endfunc .Lfunc_end2: @@ -82,20 +82,20 @@ sdiv128: i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $5=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __divti3@FUNCTION, $5, $1, $2, $3, $4 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $5, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($5) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $5, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .endfunc .Lfunc_end3: @@ -112,20 +112,20 @@ udiv128: i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $5=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __udivti3@FUNCTION, $5, $1, $2, $3, $4 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $5, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($5) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $5, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .endfunc .Lfunc_end4: @@ -142,20 +142,20 @@ srem128: i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $5=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __modti3@FUNCTION, $5, $1, $2, $3, $4 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $5, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($5) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $5, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .endfunc .Lfunc_end5: @@ -172,20 +172,20 @@ urem128: i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $5=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __umodti3@FUNCTION, $5, $1, $2, $3, $4 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $5, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($5) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $5, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .endfunc .Lfunc_end6: @@ -198,9 +198,9 @@ and128: i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.and $push0=, $2, $4 - i64.store $drop=, 0($pop2), $pop0 + i64.store 0($pop2), $pop0 i64.and $push3=, $1, $3 - i64.store $drop=, 0($0), $pop3 + i64.store 0($0), $pop3 return .endfunc .Lfunc_end7: @@ -213,9 +213,9 @@ or128: i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.or $push0=, $2, $4 - i64.store $drop=, 0($pop2), $pop0 + i64.store 0($pop2), $pop0 i64.or $push3=, $1, $3 - i64.store $drop=, 0($0), $pop3 + i64.store 0($0), $pop3 return .endfunc .Lfunc_end8: @@ -228,9 +228,9 @@ xor128: i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.xor $push0=, $2, $4 - i64.store $drop=, 0($pop2), $pop0 + i64.store 0($pop2), $pop0 i64.xor $push3=, $1, $3 - i64.store $drop=, 0($0), $pop3 + i64.store 0($0), $pop3 return .endfunc .Lfunc_end9: @@ -247,7 +247,7 @@ shl128: i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $5=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i32.wrap/i64 $push0=, $3 call __ashlti3@FUNCTION, $5, $1, $2, $pop0 i32.const $push1=, 8 @@ -255,13 +255,13 @@ shl128: i32.const $push13=, 8 i32.add $push3=, $5, $pop13 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i64.load $push5=, 0($5) - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $5, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 return .endfunc .Lfunc_end10: @@ -278,7 +278,7 @@ shr128: i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $5=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i32.wrap/i64 $push0=, $3 call __lshrti3@FUNCTION, $5, $1, $2, $pop0 i32.const $push1=, 8 @@ -286,13 +286,13 @@ shr128: i32.const $push13=, 8 i32.add $push3=, $5, $pop13 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i64.load $push5=, 0($5) - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $5, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 return .endfunc .Lfunc_end11: @@ -309,7 +309,7 @@ sar128: i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $5=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i32.wrap/i64 $push0=, $3 call __ashrti3@FUNCTION, $5, $1, $2, $pop0 i32.const $push1=, 8 @@ -317,13 +317,13 @@ sar128: i32.const $push13=, 8 i32.add $push3=, $5, $pop13 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i64.load $push5=, 0($5) - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $5, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 return .endfunc .Lfunc_end12: @@ -336,7 +336,7 @@ clz128: i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.clz $push7=, $2 i64.clz $push4=, $1 i64.const $push5=, 64 @@ -344,7 +344,7 @@ clz128: i64.const $push9=, 0 i64.ne $push3=, $2, $pop9 i64.select $push8=, $pop7, $pop6, $pop3 - i64.store $drop=, 0($0), $pop8 + i64.store 0($0), $pop8 return .endfunc .Lfunc_end13: @@ -357,7 +357,7 @@ clz128_zero_undef: i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.clz $push7=, $2 i64.clz $push4=, $1 i64.const $push5=, 64 @@ -365,7 +365,7 @@ clz128_zero_undef: i64.const $push9=, 0 i64.ne $push3=, $2, $pop9 i64.select $push8=, $pop7, $pop6, $pop3 - i64.store $drop=, 0($0), $pop8 + i64.store 0($0), $pop8 return .endfunc .Lfunc_end14: @@ -378,7 +378,7 @@ ctz128: i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.ctz $push7=, $1 i64.ctz $push4=, $2 i64.const $push5=, 64 @@ -386,7 +386,7 @@ ctz128: i64.const $push9=, 0 i64.ne $push3=, $1, $pop9 i64.select $push8=, $pop7, $pop6, $pop3 - i64.store $drop=, 0($0), $pop8 + i64.store 0($0), $pop8 return .endfunc .Lfunc_end15: @@ -399,7 +399,7 @@ ctz128_zero_undef: i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.ctz $push7=, $1 i64.ctz $push4=, $2 i64.const $push5=, 64 @@ -407,7 +407,7 @@ ctz128_zero_undef: i64.const $push9=, 0 i64.ne $push3=, $1, $pop9 i64.select $push8=, $pop7, $pop6, $pop3 - i64.store $drop=, 0($0), $pop8 + i64.store 0($0), $pop8 return .endfunc .Lfunc_end16: @@ -420,11 +420,11 @@ popcnt128: i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.popcnt $push4=, $1 i64.popcnt $push3=, $2 i64.add $push5=, $pop4, $pop3 - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 return .endfunc .Lfunc_end17: @@ -453,7 +453,7 @@ rotl: i32.const $push16=, 32 i32.sub $push28=, $pop15, $pop16 tee_local $push27=, $5=, $pop28 - i32.store $drop=, __stack_pointer($pop17), $pop27 + i32.store __stack_pointer($pop17), $pop27 i32.const $push21=, 16 i32.add $push22=, $5, $pop21 i32.wrap/i64 $push0=, $3 @@ -473,15 +473,15 @@ rotl: i32.add $push8=, $5, $pop25 i64.load $push9=, 0($pop8) i64.or $push10=, $pop7, $pop9 - i64.store $drop=, 0($pop5), $pop10 + i64.store 0($pop5), $pop10 i64.load $push11=, 16($5) i64.load $push12=, 0($5) i64.or $push13=, $pop11, $pop12 - i64.store $drop=, 0($0), $pop13 + i64.store 0($0), $pop13 i32.const $push20=, 0 i32.const $push18=, 32 i32.add $push19=, $5, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 return .endfunc .Lfunc_end19: @@ -498,7 +498,7 @@ masked_rotl: i32.const $push17=, 32 i32.sub $push31=, $pop16, $pop17 tee_local $push30=, $5=, $pop31 - i32.store $drop=, __stack_pointer($pop18), $pop30 + i32.store __stack_pointer($pop18), $pop30 i32.const $push22=, 16 i32.add $push23=, $5, $pop22 i64.const $push0=, 127 @@ -521,15 +521,15 @@ masked_rotl: i32.add $push9=, $5, $pop26 i64.load $push10=, 0($pop9) i64.or $push11=, $pop8, $pop10 - i64.store $drop=, 0($pop6), $pop11 + i64.store 0($pop6), $pop11 i64.load $push12=, 16($5) i64.load $push13=, 0($5) i64.or $push14=, $pop12, $pop13 - i64.store $drop=, 0($0), $pop14 + i64.store 0($0), $pop14 i32.const $push21=, 0 i32.const $push19=, 32 i32.add $push20=, $5, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 return .endfunc .Lfunc_end20: @@ -546,7 +546,7 @@ rotr: i32.const $push16=, 32 i32.sub $push28=, $pop15, $pop16 tee_local $push27=, $5=, $pop28 - i32.store $drop=, __stack_pointer($pop17), $pop27 + i32.store __stack_pointer($pop17), $pop27 i32.const $push21=, 16 i32.add $push22=, $5, $pop21 i32.wrap/i64 $push0=, $3 @@ -566,15 +566,15 @@ rotr: i32.add $push8=, $5, $pop25 i64.load $push9=, 0($pop8) i64.or $push10=, $pop7, $pop9 - i64.store $drop=, 0($pop5), $pop10 + i64.store 0($pop5), $pop10 i64.load $push11=, 16($5) i64.load $push12=, 0($5) i64.or $push13=, $pop11, $pop12 - i64.store $drop=, 0($0), $pop13 + i64.store 0($0), $pop13 i32.const $push20=, 0 i32.const $push18=, 32 i32.add $push19=, $5, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 return .endfunc .Lfunc_end21: @@ -591,7 +591,7 @@ masked_rotr: i32.const $push17=, 32 i32.sub $push31=, $pop16, $pop17 tee_local $push30=, $5=, $pop31 - i32.store $drop=, __stack_pointer($pop18), $pop30 + i32.store __stack_pointer($pop18), $pop30 i32.const $push22=, 16 i32.add $push23=, $5, $pop22 i64.const $push0=, 127 @@ -614,15 +614,15 @@ masked_rotr: i32.add $push9=, $5, $pop26 i64.load $push10=, 0($pop9) i64.or $push11=, $pop8, $pop10 - i64.store $drop=, 0($pop6), $pop11 + i64.store 0($pop6), $pop11 i64.load $push12=, 16($5) i64.load $push13=, 0($5) i64.or $push14=, $pop12, $pop13 - i64.store $drop=, 0($0), $pop14 + i64.store 0($0), $pop14 i32.const $push21=, 0 i32.const $push19=, 32 i32.add $push20=, $5, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 return .endfunc .Lfunc_end22: diff --git a/test/llvm_autogenerated/i32-load-store-alignment.s b/test/llvm_autogenerated/i32-load-store-alignment.s index a76b66779..2900ea538 100644 --- a/test/llvm_autogenerated/i32-load-store-alignment.s +++ b/test/llvm_autogenerated/i32-load-store-alignment.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/i32-load-store-alignment.ll" .globl ldi32_a1 .type ldi32_a1,@function ldi32_a1: @@ -114,7 +114,7 @@ ldi16_a4: .type sti32_a1,@function sti32_a1: .param i32, i32 - i32.store $drop=, 0($0):p2align=0, $1 + i32.store 0($0):p2align=0, $1 return .endfunc .Lfunc_end10: @@ -124,7 +124,7 @@ sti32_a1: .type sti32_a2,@function sti32_a2: .param i32, i32 - i32.store $drop=, 0($0):p2align=1, $1 + i32.store 0($0):p2align=1, $1 return .endfunc .Lfunc_end11: @@ -134,7 +134,7 @@ sti32_a2: .type sti32_a4,@function sti32_a4: .param i32, i32 - i32.store $drop=, 0($0), $1 + i32.store 0($0), $1 return .endfunc .Lfunc_end12: @@ -144,7 +144,7 @@ sti32_a4: .type sti32,@function sti32: .param i32, i32 - i32.store $drop=, 0($0), $1 + i32.store 0($0), $1 return .endfunc .Lfunc_end13: @@ -154,7 +154,7 @@ sti32: .type sti32_a8,@function sti32_a8: .param i32, i32 - i32.store $drop=, 0($0), $1 + i32.store 0($0), $1 return .endfunc .Lfunc_end14: @@ -164,7 +164,7 @@ sti32_a8: .type sti8_a1,@function sti8_a1: .param i32, i32 - i32.store8 $drop=, 0($0), $1 + i32.store8 0($0), $1 return .endfunc .Lfunc_end15: @@ -174,7 +174,7 @@ sti8_a1: .type sti8_a2,@function sti8_a2: .param i32, i32 - i32.store8 $drop=, 0($0), $1 + i32.store8 0($0), $1 return .endfunc .Lfunc_end16: @@ -184,7 +184,7 @@ sti8_a2: .type sti16_a1,@function sti16_a1: .param i32, i32 - i32.store16 $drop=, 0($0):p2align=0, $1 + i32.store16 0($0):p2align=0, $1 return .endfunc .Lfunc_end17: @@ -194,7 +194,7 @@ sti16_a1: .type sti16_a2,@function sti16_a2: .param i32, i32 - i32.store16 $drop=, 0($0), $1 + i32.store16 0($0), $1 return .endfunc .Lfunc_end18: @@ -204,7 +204,7 @@ sti16_a2: .type sti16_a4,@function sti16_a4: .param i32, i32 - i32.store16 $drop=, 0($0), $1 + i32.store16 0($0), $1 return .endfunc .Lfunc_end19: diff --git a/test/llvm_autogenerated/i32.s b/test/llvm_autogenerated/i32.s index 771c38f86..55e77cc27 100644 --- a/test/llvm_autogenerated/i32.s +++ b/test/llvm_autogenerated/i32.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/i32.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/i32.ll" .globl add32 .type add32,@function add32: diff --git a/test/llvm_autogenerated/i64-load-store-alignment.s b/test/llvm_autogenerated/i64-load-store-alignment.s index 00f67b1f9..e285e6323 100644 --- a/test/llvm_autogenerated/i64-load-store-alignment.s +++ b/test/llvm_autogenerated/i64-load-store-alignment.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/i64-load-store-alignment.ll" .globl ldi64_a1 .type ldi64_a1,@function ldi64_a1: @@ -169,7 +169,7 @@ ldi32_a8: .type sti64_a1,@function sti64_a1: .param i32, i64 - i64.store $drop=, 0($0):p2align=0, $1 + i64.store 0($0):p2align=0, $1 return .endfunc .Lfunc_end15: @@ -179,7 +179,7 @@ sti64_a1: .type sti64_a2,@function sti64_a2: .param i32, i64 - i64.store $drop=, 0($0):p2align=1, $1 + i64.store 0($0):p2align=1, $1 return .endfunc .Lfunc_end16: @@ -189,7 +189,7 @@ sti64_a2: .type sti64_a4,@function sti64_a4: .param i32, i64 - i64.store $drop=, 0($0):p2align=2, $1 + i64.store 0($0):p2align=2, $1 return .endfunc .Lfunc_end17: @@ -199,7 +199,7 @@ sti64_a4: .type sti64_a8,@function sti64_a8: .param i32, i64 - i64.store $drop=, 0($0), $1 + i64.store 0($0), $1 return .endfunc .Lfunc_end18: @@ -209,7 +209,7 @@ sti64_a8: .type sti64,@function sti64: .param i32, i64 - i64.store $drop=, 0($0), $1 + i64.store 0($0), $1 return .endfunc .Lfunc_end19: @@ -219,7 +219,7 @@ sti64: .type sti64_a16,@function sti64_a16: .param i32, i64 - i64.store $drop=, 0($0), $1 + i64.store 0($0), $1 return .endfunc .Lfunc_end20: @@ -229,7 +229,7 @@ sti64_a16: .type sti8_a1,@function sti8_a1: .param i32, i64 - i64.store8 $drop=, 0($0), $1 + i64.store8 0($0), $1 return .endfunc .Lfunc_end21: @@ -239,7 +239,7 @@ sti8_a1: .type sti8_a2,@function sti8_a2: .param i32, i64 - i64.store8 $drop=, 0($0), $1 + i64.store8 0($0), $1 return .endfunc .Lfunc_end22: @@ -249,7 +249,7 @@ sti8_a2: .type sti16_a1,@function sti16_a1: .param i32, i64 - i64.store16 $drop=, 0($0):p2align=0, $1 + i64.store16 0($0):p2align=0, $1 return .endfunc .Lfunc_end23: @@ -259,7 +259,7 @@ sti16_a1: .type sti16_a2,@function sti16_a2: .param i32, i64 - i64.store16 $drop=, 0($0), $1 + i64.store16 0($0), $1 return .endfunc .Lfunc_end24: @@ -269,7 +269,7 @@ sti16_a2: .type sti16_a4,@function sti16_a4: .param i32, i64 - i64.store16 $drop=, 0($0), $1 + i64.store16 0($0), $1 return .endfunc .Lfunc_end25: @@ -279,7 +279,7 @@ sti16_a4: .type sti32_a1,@function sti32_a1: .param i32, i64 - i64.store32 $drop=, 0($0):p2align=0, $1 + i64.store32 0($0):p2align=0, $1 return .endfunc .Lfunc_end26: @@ -289,7 +289,7 @@ sti32_a1: .type sti32_a2,@function sti32_a2: .param i32, i64 - i64.store32 $drop=, 0($0):p2align=1, $1 + i64.store32 0($0):p2align=1, $1 return .endfunc .Lfunc_end27: @@ -299,7 +299,7 @@ sti32_a2: .type sti32_a4,@function sti32_a4: .param i32, i64 - i64.store32 $drop=, 0($0), $1 + i64.store32 0($0), $1 return .endfunc .Lfunc_end28: @@ -309,7 +309,7 @@ sti32_a4: .type sti32_a8,@function sti32_a8: .param i32, i64 - i64.store32 $drop=, 0($0), $1 + i64.store32 0($0), $1 return .endfunc .Lfunc_end29: diff --git a/test/llvm_autogenerated/i64.s b/test/llvm_autogenerated/i64.s index 88b7f2c1c..d7925b0f4 100644 --- a/test/llvm_autogenerated/i64.s +++ b/test/llvm_autogenerated/i64.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/i64.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/i64.ll" .globl add64 .type add64,@function add64: diff --git a/test/llvm_autogenerated/ident.s b/test/llvm_autogenerated/ident.s index 782ec8812..8149b3683 100644 --- a/test/llvm_autogenerated/ident.s +++ b/test/llvm_autogenerated/ident.s @@ -1,4 +1,4 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/ident.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/ident.ll" .ident "hello world" diff --git a/test/llvm_autogenerated/immediates.s b/test/llvm_autogenerated/immediates.s index a9b6d0efd..f6b034e71 100644 --- a/test/llvm_autogenerated/immediates.s +++ b/test/llvm_autogenerated/immediates.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/immediates.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/immediates.ll" .globl zero_i32 .type zero_i32,@function zero_i32: diff --git a/test/llvm_autogenerated/indirect-import.s b/test/llvm_autogenerated/indirect-import.s new file mode 100644 index 000000000..ddb5c0a22 --- /dev/null +++ b/test/llvm_autogenerated/indirect-import.s @@ -0,0 +1,53 @@ + .text + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/indirect-import.ll" + .hidden bar + .globl bar + .type bar,@function +bar: + .result i32 + .local i32, i32 + i32.const $push13=, 0 + i32.const $push10=, 0 + i32.load $push11=, __stack_pointer($pop10) + i32.const $push12=, 32 + i32.sub $push19=, $pop11, $pop12 + tee_local $push18=, $1=, $pop19 + i32.store __stack_pointer($pop13), $pop18 + i32.const $push0=, extern_fd@FUNCTION + i32.store 28($1), $pop0 + i32.const $push1=, extern_vj@FUNCTION + i32.store 24($1), $pop1 + i64.const $push2=, 1 + call extern_vj@FUNCTION, $pop2 + i32.const $push3=, extern_v@FUNCTION + i32.store 20($1), $pop3 + call extern_v@FUNCTION + i32.const $push4=, extern_ijidf@FUNCTION + i32.store 16($1), $pop4 + i64.const $push17=, 1 + i32.const $push7=, 2 + f64.const $push6=, 0x1.8p1 + f32.const $push5=, 0x1p2 + i32.call $drop=, extern_ijidf@FUNCTION, $pop17, $pop7, $pop6, $pop5 + i32.const $push8=, extern_struct@FUNCTION + i32.store 12($1), $pop8 + i32.const $push9=, extern_sret@FUNCTION + i32.store 8($1), $pop9 + i32.load $0=, 28($1) + i32.const $push16=, 0 + i32.const $push14=, 32 + i32.add $push15=, $1, $pop14 + i32.store __stack_pointer($pop16), $pop15 + return $0 + .endfunc +.Lfunc_end0: + .size bar, .Lfunc_end0-bar + + + .functype extern_fd, f32, f64 + .functype extern_vj, void, i64 + .functype extern_v, void + .functype extern_ijidf, i32, i64, i32, f64, f32 + .functype extern_struct, void, i32 + .functype extern_sret, void, i32 + .functype extern_i128ret, void, i32, i64 diff --git a/test/llvm_autogenerated/indirect-import.wast b/test/llvm_autogenerated/indirect-import.wast new file mode 100644 index 000000000..a6fb24641 --- /dev/null +++ b/test/llvm_autogenerated/indirect-import.wast @@ -0,0 +1,141 @@ +(module + (memory $0 1) + (data (i32.const 4) "\10\04\00\00") + (type $FUNCSIG$fd (func (param f64) (result f32))) + (type $FUNCSIG$vj (func (param i64))) + (type $FUNCSIG$v (func)) + (type $FUNCSIG$ijidf (func (param i64 i32 f64 f32) (result i32))) + (type $FUNCSIG$vi (func (param i32))) + (type $FUNCSIG$vij (func (param i32 i64))) + (import "env" "extern_ijidf" (func $extern_ijidf (param i64 i32 f64 f32) (result i32))) + (import "env" "extern_v" (func $extern_v)) + (import "env" "extern_vj" (func $extern_vj (param i64))) + (import "env" "extern_fd" (func $extern_fd (param f64) (result f32))) + (import "env" "extern_struct" (func $extern_struct (param i32))) + (import "env" "extern_sret" (func $extern_sret (param i32))) + (export "memory" (memory $0)) + (export "bar" (func $bar)) + (export "dynCall_fd" (func $dynCall_fd)) + (export "dynCall_v" (func $dynCall_v)) + (export "dynCall_vi" (func $dynCall_vi)) + (table 7 7 anyfunc) + (elem (i32.const 0) $__wasm_nullptr $__importThunk_extern_fd $__importThunk_extern_vj $__importThunk_extern_v $__importThunk_extern_ijidf $__importThunk_extern_struct $__importThunk_extern_sret) + (func $bar (result i32) + (local $0 i32) + (local $1 i32) + (i32.store offset=4 + (i32.const 0) + (tee_local $1 + (i32.sub + (i32.load offset=4 + (i32.const 0) + ) + (i32.const 32) + ) + ) + ) + (i32.store offset=28 + (get_local $1) + (i32.const 1) + ) + (i32.store offset=24 + (get_local $1) + (i32.const 2) + ) + (call $extern_vj + (i64.const 1) + ) + (i32.store offset=20 + (get_local $1) + (i32.const 3) + ) + (call $extern_v) + (i32.store offset=16 + (get_local $1) + (i32.const 4) + ) + (drop + (call $extern_ijidf + (i64.const 1) + (i32.const 2) + (f64.const 3) + (f32.const 4) + ) + ) + (i32.store offset=12 + (get_local $1) + (i32.const 5) + ) + (i32.store offset=8 + (get_local $1) + (i32.const 6) + ) + (set_local $0 + (i32.load offset=28 + (get_local $1) + ) + ) + (i32.store offset=4 + (i32.const 0) + (i32.add + (get_local $1) + (i32.const 32) + ) + ) + (return + (get_local $0) + ) + ) + (func $__wasm_nullptr (type $FUNCSIG$v) + (unreachable) + ) + (func $__importThunk_extern_fd (type $FUNCSIG$fd) (param $0 f64) (result f32) + (call $extern_fd + (get_local $0) + ) + ) + (func $__importThunk_extern_vj (type $FUNCSIG$vj) (param $0 i64) + (call $extern_vj + (get_local $0) + ) + ) + (func $__importThunk_extern_v (type $FUNCSIG$v) + (call $extern_v) + ) + (func $__importThunk_extern_ijidf (type $FUNCSIG$ijidf) (param $0 i64) (param $1 i32) (param $2 f64) (param $3 f32) (result i32) + (call $extern_ijidf + (get_local $0) + (get_local $1) + (get_local $2) + (get_local $3) + ) + ) + (func $__importThunk_extern_struct (type $FUNCSIG$vi) (param $0 i32) + (call $extern_struct + (get_local $0) + ) + ) + (func $__importThunk_extern_sret (type $FUNCSIG$vi) (param $0 i32) + (call $extern_sret + (get_local $0) + ) + ) + (func $dynCall_fd (param $fptr i32) (param $0 f64) (result f32) + (call_indirect $FUNCSIG$fd + (get_local $0) + (get_local $fptr) + ) + ) + (func $dynCall_v (param $fptr i32) + (call_indirect $FUNCSIG$v + (get_local $fptr) + ) + ) + (func $dynCall_vi (param $fptr i32) (param $0 i32) + (call_indirect $FUNCSIG$vi + (get_local $0) + (get_local $fptr) + ) + ) +) +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/irreducible-cfg.s b/test/llvm_autogenerated/irreducible-cfg.s index e9dfda22c..dad5a409a 100644 --- a/test/llvm_autogenerated/irreducible-cfg.s +++ b/test/llvm_autogenerated/irreducible-cfg.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/irreducible-cfg.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/irreducible-cfg.ll" .globl test0 .type test0,@function test0: @@ -45,7 +45,7 @@ test0: f64.const $push7=, 0x1.2666666666666p1 f64.mul $push15=, $pop6, $pop7 tee_local $push14=, $4=, $pop15 - f64.store $drop=, 0($pop16):p2align=2, $pop14 + f64.store 0($pop16):p2align=2, $pop14 i32.const $6=, 0 br 4 .LBB0_9: @@ -55,7 +55,7 @@ test0: i32.add $push12=, $0, $pop11 f64.const $push8=, 0x1.4cccccccccccdp0 f64.add $push9=, $4, $pop8 - f64.store $drop=, 0($pop12):p2align=2, $pop9 + f64.store 0($pop12):p2align=2, $pop9 i32.const $push13=, 1 i32.add $5=, $5, $pop13 br 1 @@ -123,7 +123,7 @@ test1: f64.const $push7=, 0x1.2666666666666p1 f64.mul $push16=, $pop6, $pop7 tee_local $push15=, $4=, $pop16 - f64.store $drop=, 0($pop17):p2align=2, $pop15 + f64.store 0($pop17):p2align=2, $pop15 i32.const $2=, 0 i32.const $6=, 4 br 6 @@ -144,7 +144,7 @@ test1: i32.add $push13=, $0, $pop12 f64.const $push9=, 0x1.4cccccccccccdp0 f64.add $push10=, $4, $pop9 - f64.store $drop=, 0($pop13):p2align=2, $pop10 + f64.store 0($pop13):p2align=2, $pop10 i32.const $push14=, 1 i32.add $5=, $5, $pop14 br 1 diff --git a/test/llvm_autogenerated/legalize.s b/test/llvm_autogenerated/legalize.s index daf708f48..0cbb88302 100644 --- a/test/llvm_autogenerated/legalize.s +++ b/test/llvm_autogenerated/legalize.s @@ -75,7 +75,7 @@ bigshift: i32.const $push468=, 1024 i32.sub $push919=, $pop467, $pop468 tee_local $push918=, $52=, $pop919 - i32.store $drop=, __stack_pointer($pop469), $pop918 + i32.store __stack_pointer($pop469), $pop918 i32.const $push473=, 512 i32.add $push474=, $52, $pop473 i32.wrap/i64 $push917=, $17 @@ -345,7 +345,7 @@ bigshift: i32.lt_u $push869=, $33, $pop870 tee_local $push868=, $43=, $pop869 i64.select $push25=, $pop24, $pop871, $pop868 - i64.store $drop=, 0($pop26), $pop25 + i64.store 0($pop26), $pop25 i64.load $push27=, 512($52) i64.const $push867=, 0 i64.select $push28=, $pop27, $pop867, $41 @@ -353,7 +353,7 @@ bigshift: i64.select $push29=, $pop28, $pop866, $42 i64.const $push865=, 0 i64.select $push30=, $pop29, $pop865, $43 - i64.store $drop=, 0($0), $pop30 + i64.store 0($0), $pop30 i32.const $push42=, 24 i32.add $push43=, $0, $pop42 i32.const $push601=, 528 @@ -378,7 +378,7 @@ bigshift: i64.select $push40=, $pop39, $pop861, $42 i64.const $push860=, 0 i64.select $push41=, $pop40, $pop860, $43 - i64.store $drop=, 0($pop43), $pop41 + i64.store 0($pop43), $pop41 i32.const $push52=, 16 i32.add $push53=, $0, $pop52 i64.load $push44=, 528($52) @@ -391,7 +391,7 @@ bigshift: i64.select $push50=, $pop49, $pop859, $42 i64.const $push858=, 0 i64.select $push51=, $pop50, $pop858, $43 - i64.store $drop=, 0($pop53), $pop51 + i64.store 0($pop53), $pop51 i32.const $push79=, 56 i32.add $push80=, $0, $pop79 i32.const $push613=, 592 @@ -448,7 +448,7 @@ bigshift: i64.select $push77=, $pop76, $8, $33 i64.const $push843=, 0 i64.select $push78=, $pop77, $pop843, $43 - i64.store $drop=, 0($pop80), $pop78 + i64.store 0($pop80), $pop78 i32.const $push99=, 48 i32.add $push100=, $0, $pop99 i64.load $push87=, 592($52) @@ -471,7 +471,7 @@ bigshift: i64.select $push97=, $pop96, $7, $33 i64.const $push841=, 0 i64.select $push98=, $pop97, $pop841, $43 - i64.store $drop=, 0($pop100), $pop98 + i64.store 0($pop100), $pop98 i32.const $push120=, 40 i32.add $push121=, $0, $pop120 i32.const $push627=, 576 @@ -511,7 +511,7 @@ bigshift: i64.select $push118=, $pop117, $6, $33 i64.const $push833=, 0 i64.select $push119=, $pop118, $pop833, $43 - i64.store $drop=, 0($pop121), $pop119 + i64.store 0($pop121), $pop119 i32.const $push136=, 32 i32.add $push137=, $0, $pop136 i64.load $push128=, 576($52) @@ -531,7 +531,7 @@ bigshift: i64.select $push134=, $pop133, $5, $33 i64.const $push830=, 0 i64.select $push135=, $pop134, $pop830, $43 - i64.store $drop=, 0($pop137), $pop135 + i64.store 0($pop137), $pop135 i32.const $push193=, 120 i32.add $push194=, $0, $pop193 i32.const $push651=, 1008 @@ -656,7 +656,7 @@ bigshift: i64.select $push161=, $pop160, $8, $37 i64.select $push191=, $pop190, $pop161, $43 i64.select $push192=, $pop191, $16, $33 - i64.store $drop=, 0($pop194), $pop192 + i64.store 0($pop194), $pop192 i32.const $push235=, 112 i32.add $push236=, $0, $pop235 i64.load $push218=, 1008($52) @@ -703,7 +703,7 @@ bigshift: i64.select $push211=, $pop210, $7, $37 i64.select $push233=, $pop232, $pop211, $43 i64.select $push234=, $pop233, $15, $33 - i64.store $drop=, 0($pop236), $pop234 + i64.store 0($pop236), $pop234 i32.const $push286=, 104 i32.add $push287=, $0, $pop286 i32.const $push673=, 992 @@ -799,7 +799,7 @@ bigshift: i64.select $push283=, $pop282, $6, $37 i64.select $push284=, $pop265, $pop283, $43 i64.select $push285=, $pop284, $14, $33 - i64.store $drop=, 0($pop287), $pop285 + i64.store 0($pop287), $pop285 i32.const $push324=, 96 i32.add $push325=, $0, $pop324 i64.load $push301=, 992($52) @@ -843,7 +843,7 @@ bigshift: i64.select $push321=, $pop320, $5, $37 i64.select $push322=, $pop308, $pop321, $43 i64.select $push323=, $pop322, $13, $33 - i64.store $drop=, 0($pop325), $pop323 + i64.store 0($pop325), $pop323 i32.const $push361=, 72 i32.add $push362=, $0, $pop361 i32.const $push699=, 896 @@ -914,7 +914,7 @@ bigshift: i64.select $push358=, $pop357, $pop749, $49 i64.select $push359=, $pop354, $pop358, $43 i64.select $push360=, $pop359, $10, $33 - i64.store $drop=, 0($pop362), $pop360 + i64.store 0($pop362), $pop360 i32.const $push389=, 64 i32.add $push390=, $0, $pop389 i64.load $push380=, 896($52) @@ -948,7 +948,7 @@ bigshift: i64.select $push386=, $pop385, $pop744, $49 i64.select $push387=, $pop383, $pop386, $43 i64.select $push388=, $pop387, $9, $33 - i64.store $drop=, 0($pop390), $pop388 + i64.store 0($pop390), $pop388 i32.const $push432=, 88 i32.add $push433=, $0, $pop432 i32.const $push703=, 912 @@ -1029,7 +1029,7 @@ bigshift: i64.select $push429=, $pop428, $pop729, $49 i64.select $push430=, $pop419, $pop429, $43 i64.select $push431=, $pop430, $12, $33 - i64.store $drop=, 0($pop433), $pop431 + i64.store 0($pop433), $pop431 i32.const $push464=, 80 i32.add $push465=, $0, $pop464 i64.load $push434=, 912($52) @@ -1066,11 +1066,11 @@ bigshift: i64.select $push461=, $pop460, $pop725, $49 i64.select $push462=, $pop454, $pop461, $43 i64.select $push463=, $pop462, $11, $33 - i64.store $drop=, 0($pop465), $pop463 + i64.store 0($pop465), $pop463 i32.const $push472=, 0 i32.const $push470=, 1024 i32.add $push471=, $52, $pop470 - i32.store $drop=, __stack_pointer($pop472), $pop471 + i32.store __stack_pointer($pop472), $pop471 return .endfunc .Lfunc_end5: diff --git a/test/llvm_autogenerated/load-ext.s b/test/llvm_autogenerated/load-ext.s index 1bda3b4f7..f8cb8feb8 100644 --- a/test/llvm_autogenerated/load-ext.s +++ b/test/llvm_autogenerated/load-ext.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/load-ext.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/load-ext.ll" .globl sext_i8_i32 .type sext_i8_i32,@function sext_i8_i32: diff --git a/test/llvm_autogenerated/load-store-i1.s b/test/llvm_autogenerated/load-store-i1.s index 70f2f86ad..33bcf6f9a 100644 --- a/test/llvm_autogenerated/load-store-i1.s +++ b/test/llvm_autogenerated/load-store-i1.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/load-store-i1.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/load-store-i1.ll" .globl load_u_i1_i32 .type load_u_i1_i32,@function load_u_i1_i32: @@ -58,7 +58,7 @@ store_i32_i1: .param i32, i32 i32.const $push0=, 1 i32.and $push1=, $1, $pop0 - i32.store8 $drop=, 0($0), $pop1 + i32.store8 0($0), $pop1 return .endfunc .Lfunc_end4: @@ -70,7 +70,7 @@ store_i64_i1: .param i32, i64 i64.const $push0=, 1 i64.and $push1=, $1, $pop0 - i64.store8 $drop=, 0($0), $pop1 + i64.store8 0($0), $pop1 return .endfunc .Lfunc_end5: diff --git a/test/llvm_autogenerated/load.s b/test/llvm_autogenerated/load.s index f00f83985..782cb4084 100644 --- a/test/llvm_autogenerated/load.s +++ b/test/llvm_autogenerated/load.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/load.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/load.ll" .globl ldi32 .type ldi32,@function ldi32: diff --git a/test/llvm_autogenerated/lower-em-ehsjlj-options.s b/test/llvm_autogenerated/lower-em-ehsjlj-options.s new file mode 100644 index 000000000..7e49b89ce --- /dev/null +++ b/test/llvm_autogenerated/lower-em-ehsjlj-options.s @@ -0,0 +1,123 @@ + .text + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll" + .hidden exception + .globl exception + .type exception,@function +exception: # @exception + .local i32 +# BB#0: # %entry + i32.const $push8=, 0 + i32.const $push7=, 0 + i32.store __THREW__($pop8), $pop7 + i32.const $push0=, foo@FUNCTION + call __invoke_void@FUNCTION, $pop0 + i32.const $push6=, 0 + i32.load $0=, __THREW__($pop6) + i32.const $push5=, 0 + i32.const $push4=, 0 + i32.store __THREW__($pop5), $pop4 + block + i32.const $push1=, 1 + i32.ne $push2=, $0, $pop1 + br_if 0, $pop2 # 0: down to label0 +# BB#1: # %lpad + i32.const $push9=, 0 + i32.call $push3=, __cxa_find_matching_catch_3@FUNCTION, $pop9 + i32.call $drop=, __cxa_begin_catch@FUNCTION, $pop3 + call __cxa_end_catch@FUNCTION +.LBB0_2: # %try.cont + end_block # label0: + # fallthrough-return + .endfunc +.Lfunc_end0: + .size exception, .Lfunc_end0-exception + + .hidden setjmp_longjmp + .globl setjmp_longjmp + .type setjmp_longjmp,@function +setjmp_longjmp: # @setjmp_longjmp + .local i32 +# BB#0: # %entry + i32.const $push4=, 0 + i32.const $push1=, 0 + i32.load $push2=, __stack_pointer($pop1) + i32.const $push3=, 160 + i32.sub $push6=, $pop2, $pop3 + tee_local $push5=, $0=, $pop6 + i32.store __stack_pointer($pop4), $pop5 + i32.call $drop=, setjmp@FUNCTION, $0 + i32.const $push0=, 1 + call longjmp@FUNCTION, $0, $pop0 + unreachable + .endfunc +.Lfunc_end1: + .size setjmp_longjmp, .Lfunc_end1-setjmp_longjmp + + .globl setThrew + .type setThrew,@function +setThrew: # @setThrew + .param i32, i32 +# BB#0: # %entry + block + i32.const $push1=, 0 + i32.load $push0=, __THREW__($pop1) + br_if 0, $pop0 # 0: down to label1 +# BB#1: # %if.then + i32.const $push3=, 0 + i32.store __threwValue($pop3), $1 + i32.const $push2=, 0 + i32.store __THREW__($pop2), $0 +.LBB2_2: # %if.end + end_block # label1: + # fallthrough-return + .endfunc +.Lfunc_end2: + .size setThrew, .Lfunc_end2-setThrew + + .globl setTempRet0 + .type setTempRet0,@function +setTempRet0: # @setTempRet0 + .param i32 +# BB#0: # %entry + i32.const $push0=, 0 + i32.store __tempRet0($pop0), $0 + # fallthrough-return + .endfunc +.Lfunc_end3: + .size setTempRet0, .Lfunc_end3-setTempRet0 + + .type __THREW__,@object # @__THREW__ + .bss + .globl __THREW__ + .p2align 2 +__THREW__: + .int32 0 # 0x0 + .size __THREW__, 4 + + .type __threwValue,@object # @__threwValue + .globl __threwValue + .p2align 2 +__threwValue: + .int32 0 # 0x0 + .size __threwValue, 4 + + .type __tempRet0,@object # @__tempRet0 + .globl __tempRet0 + .p2align 2 +__tempRet0: + .int32 0 # 0x0 + .size __tempRet0, 4 + + + .functype foo, void + .functype __gxx_personality_v0, i32 + .functype __cxa_begin_catch, i32, i32 + .functype __cxa_end_catch, void + .functype setjmp, i32, i32 + .functype longjmp, void, i32, i32 + .functype malloc, i32, i32 + .functype free, void, i32 + .functype __resumeException, void, i32 + .functype llvm_eh_typeid_for, i32, i32 + .functype __invoke_void, void, i32 + .functype __cxa_find_matching_catch_3, i32, i32 diff --git a/test/llvm_autogenerated/lower-em-ehsjlj-options.wast b/test/llvm_autogenerated/lower-em-ehsjlj-options.wast new file mode 100644 index 000000000..a312038ce --- /dev/null +++ b/test/llvm_autogenerated/lower-em-ehsjlj-options.wast @@ -0,0 +1,121 @@ +(module + (memory $0 1) + (data (i32.const 4) " \04\00\00") + (data (i32.const 12) "\00\00\00\00") + (data (i32.const 16) "\00\00\00\00") + (data (i32.const 20) "\00\00\00\00") + (type $FUNCSIG$v (func)) + (type $FUNCSIG$i (func (result i32))) + (type $FUNCSIG$ii (func (param i32) (result i32))) + (type $FUNCSIG$vii (func (param i32 i32))) + (type $FUNCSIG$vi (func (param i32))) + (import "env" "__cxa_begin_catch" (func $__cxa_begin_catch (param i32) (result i32))) + (import "env" "__cxa_end_catch" (func $__cxa_end_catch)) + (import "env" "__cxa_find_matching_catch_3" (func $__cxa_find_matching_catch_3 (param i32) (result i32))) + (import "env" "invoke_v" (func $invoke_v (param i32))) + (import "env" "longjmp" (func $longjmp (param i32 i32))) + (import "env" "setjmp" (func $setjmp (param i32) (result i32))) + (import "env" "foo" (func $foo)) + (export "memory" (memory $0)) + (export "exception" (func $exception)) + (export "setjmp_longjmp" (func $setjmp_longjmp)) + (export "setThrew" (func $setThrew)) + (export "setTempRet0" (func $setTempRet0)) + (export "dynCall_v" (func $dynCall_v)) + (table 2 2 anyfunc) + (elem (i32.const 0) $__wasm_nullptr $__importThunk_foo) + (func $exception + (local $0 i32) + (i32.store offset=12 + (i32.const 0) + (i32.const 0) + ) + (call $invoke_v + (i32.const 1) + ) + (set_local $0 + (i32.load offset=12 + (i32.const 0) + ) + ) + (i32.store offset=12 + (i32.const 0) + (i32.const 0) + ) + (block $label$0 + (br_if $label$0 + (i32.ne + (get_local $0) + (i32.const 1) + ) + ) + (drop + (call $__cxa_begin_catch + (call $__cxa_find_matching_catch_3 + (i32.const 0) + ) + ) + ) + (call $__cxa_end_catch) + ) + ) + (func $setjmp_longjmp + (local $0 i32) + (i32.store offset=4 + (i32.const 0) + (tee_local $0 + (i32.sub + (i32.load offset=4 + (i32.const 0) + ) + (i32.const 160) + ) + ) + ) + (drop + (call $setjmp + (get_local $0) + ) + ) + (call $longjmp + (get_local $0) + (i32.const 1) + ) + (unreachable) + ) + (func $setThrew (param $0 i32) (param $1 i32) + (block $label$0 + (br_if $label$0 + (i32.load offset=12 + (i32.const 0) + ) + ) + (i32.store offset=16 + (i32.const 0) + (get_local $1) + ) + (i32.store offset=12 + (i32.const 0) + (get_local $0) + ) + ) + ) + (func $setTempRet0 (param $0 i32) + (i32.store offset=20 + (i32.const 0) + (get_local $0) + ) + ) + (func $__wasm_nullptr (type $FUNCSIG$v) + (unreachable) + ) + (func $__importThunk_foo (type $FUNCSIG$v) + (call $foo) + ) + (func $dynCall_v (param $fptr i32) + (call_indirect $FUNCSIG$v + (get_local $fptr) + ) + ) +) +;; METADATA: { "asmConsts": {},"staticBump": 1056, "initializers": [] } diff --git a/test/llvm_autogenerated/mem-intrinsics.s b/test/llvm_autogenerated/mem-intrinsics.s index 858767466..3e23e1467 100644 --- a/test/llvm_autogenerated/mem-intrinsics.s +++ b/test/llvm_autogenerated/mem-intrinsics.s @@ -73,7 +73,7 @@ frame_index: i32.const $push5=, 4096 i32.sub $push15=, $pop4, $pop5 tee_local $push14=, $0=, $pop15 - i32.store $drop=, __stack_pointer($pop6), $pop14 + i32.store __stack_pointer($pop6), $pop14 i32.const $push10=, 2048 i32.add $push11=, $0, $pop10 i32.const $push2=, 0 @@ -85,7 +85,7 @@ frame_index: i32.call $push0=, memset@FUNCTION, $0, $pop13, $pop12 i32.const $push7=, 4096 i32.add $push8=, $pop0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 return .endfunc .Lfunc_end6: diff --git a/test/llvm_autogenerated/memory-addr32.s b/test/llvm_autogenerated/memory-addr32.s index 3e71e78d4..d2e6ff306 100644 --- a/test/llvm_autogenerated/memory-addr32.s +++ b/test/llvm_autogenerated/memory-addr32.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/memory-addr32.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/memory-addr32.ll" .globl current_memory .type current_memory,@function current_memory: diff --git a/test/llvm_autogenerated/negative-base-reg.s b/test/llvm_autogenerated/negative-base-reg.s new file mode 100644 index 000000000..2c822a6d6 --- /dev/null +++ b/test/llvm_autogenerated/negative-base-reg.s @@ -0,0 +1,37 @@ + .text + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/negative-base-reg.ll" + .hidden main + .globl main + .type main,@function +main: + .result i32 + .local i32 + i32.const $0=, -128 +.LBB0_1: + loop + i32.const $push6=, args+128 + i32.add $push0=, $0, $pop6 + i32.const $push5=, 1 + i32.store 0($pop0), $pop5 + i32.const $push4=, 4 + i32.add $push3=, $0, $pop4 + tee_local $push2=, $0=, $pop3 + br_if 0, $pop2 + end_loop + i32.const $push1=, 0 + return $pop1 + .endfunc +.Lfunc_end0: + .size main, .Lfunc_end0-main + + .hidden args + .type args,@object + .bss + .globl args + .p2align 4 +args: + .skip 128 + .size args, 128 + + + .ident "clang version 4.0.0 (trunk 279056) (llvm/trunk 279074)" diff --git a/test/llvm_autogenerated/negative-base-reg.wast b/test/llvm_autogenerated/negative-base-reg.wast new file mode 100644 index 000000000..f9b2390a9 --- /dev/null +++ b/test/llvm_autogenerated/negative-base-reg.wast @@ -0,0 +1,37 @@ +(module + (memory $0 1) + (data (i32.const 4) "\90\04\00\00") + (export "memory" (memory $0)) + (export "main" (func $main)) + (table 0 anyfunc) + + (func $main (result i32) + (local $0 i32) + (set_local $0 + (i32.const -128) + ) + (block $label$1 + (loop $label$0 + (i32.store + (i32.add + (get_local $0) + (i32.const 144) + ) + (i32.const 1) + ) + (br_if $label$0 + (tee_local $0 + (i32.add + (get_local $0) + (i32.const 4) + ) + ) + ) + ) + ) + (return + (i32.const 0) + ) + ) +) +;; METADATA: { "asmConsts": {},"staticBump": 1168, "initializers": [] } diff --git a/test/llvm_autogenerated/non-executable-stack.s b/test/llvm_autogenerated/non-executable-stack.s index a331dc616..94a2f68d1 100644 --- a/test/llvm_autogenerated/non-executable-stack.s +++ b/test/llvm_autogenerated/non-executable-stack.s @@ -1,3 +1,3 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/non-executable-stack.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/non-executable-stack.ll" diff --git a/test/llvm_autogenerated/offset.s b/test/llvm_autogenerated/offset.s index c7f415e5f..81b63991a 100644 --- a/test/llvm_autogenerated/offset.s +++ b/test/llvm_autogenerated/offset.s @@ -129,7 +129,7 @@ load_i32_with_folded_or_offset: store_i32_with_folded_offset: .param i32 i32.const $push0=, 0 - i32.store $drop=, 24($0), $pop0 + i32.store 24($0), $pop0 .endfunc .Lfunc_end11: .size store_i32_with_folded_offset, .Lfunc_end11-store_i32_with_folded_offset @@ -139,7 +139,7 @@ store_i32_with_folded_offset: store_i32_with_folded_gep_offset: .param i32 i32.const $push0=, 0 - i32.store $drop=, 24($0), $pop0 + i32.store 24($0), $pop0 .endfunc .Lfunc_end12: .size store_i32_with_folded_gep_offset, .Lfunc_end12-store_i32_with_folded_gep_offset @@ -151,7 +151,7 @@ store_i32_with_unfolded_gep_negative_offset: i32.const $push0=, -24 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 .endfunc .Lfunc_end13: .size store_i32_with_unfolded_gep_negative_offset, .Lfunc_end13-store_i32_with_unfolded_gep_negative_offset @@ -163,7 +163,7 @@ store_i32_with_unfolded_offset: i32.const $push0=, 24 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 .endfunc .Lfunc_end14: .size store_i32_with_unfolded_offset, .Lfunc_end14-store_i32_with_unfolded_offset @@ -175,7 +175,7 @@ store_i32_with_unfolded_gep_offset: i32.const $push0=, 24 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 .endfunc .Lfunc_end15: .size store_i32_with_unfolded_gep_offset, .Lfunc_end15-store_i32_with_unfolded_gep_offset @@ -185,7 +185,7 @@ store_i32_with_unfolded_gep_offset: store_i64_with_folded_offset: .param i32 i64.const $push0=, 0 - i64.store $drop=, 24($0), $pop0 + i64.store 24($0), $pop0 .endfunc .Lfunc_end16: .size store_i64_with_folded_offset, .Lfunc_end16-store_i64_with_folded_offset @@ -195,7 +195,7 @@ store_i64_with_folded_offset: store_i64_with_folded_gep_offset: .param i32 i64.const $push0=, 0 - i64.store $drop=, 24($0), $pop0 + i64.store 24($0), $pop0 .endfunc .Lfunc_end17: .size store_i64_with_folded_gep_offset, .Lfunc_end17-store_i64_with_folded_gep_offset @@ -207,7 +207,7 @@ store_i64_with_unfolded_gep_negative_offset: i32.const $push0=, -24 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 .endfunc .Lfunc_end18: .size store_i64_with_unfolded_gep_negative_offset, .Lfunc_end18-store_i64_with_unfolded_gep_negative_offset @@ -219,7 +219,7 @@ store_i64_with_unfolded_offset: i32.const $push0=, 24 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 .endfunc .Lfunc_end19: .size store_i64_with_unfolded_offset, .Lfunc_end19-store_i64_with_unfolded_offset @@ -231,7 +231,7 @@ store_i64_with_unfolded_gep_offset: i32.const $push0=, 24 i32.add $push1=, $0, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 .endfunc .Lfunc_end20: .size store_i64_with_unfolded_gep_offset, .Lfunc_end20-store_i64_with_unfolded_gep_offset @@ -243,7 +243,7 @@ store_i32_with_folded_or_offset: i32.const $push0=, -4 i32.and $push1=, $0, $pop0 i32.const $push2=, 0 - i32.store8 $drop=, 2($pop1), $pop2 + i32.store8 2($pop1), $pop2 .endfunc .Lfunc_end21: .size store_i32_with_folded_or_offset, .Lfunc_end21-store_i32_with_folded_or_offset @@ -273,7 +273,7 @@ load_i32_from_global_address: store_i32_to_numeric_address: i32.const $push0=, 0 i32.const $push1=, 0 - i32.store $drop=, 42($pop0), $pop1 + i32.store 42($pop0), $pop1 .endfunc .Lfunc_end24: .size store_i32_to_numeric_address, .Lfunc_end24-store_i32_to_numeric_address @@ -283,7 +283,7 @@ store_i32_to_numeric_address: store_i32_to_global_address: i32.const $push0=, 0 i32.const $push1=, 0 - i32.store $drop=, gv($pop0), $pop1 + i32.store gv($pop0), $pop1 .endfunc .Lfunc_end25: .size store_i32_to_global_address, .Lfunc_end25-store_i32_to_global_address @@ -333,7 +333,7 @@ load_i8_u_with_folded_gep_offset: store_i8_with_folded_offset: .param i32 i32.const $push0=, 0 - i32.store8 $drop=, 24($0), $pop0 + i32.store8 24($0), $pop0 .endfunc .Lfunc_end30: .size store_i8_with_folded_offset, .Lfunc_end30-store_i8_with_folded_offset @@ -343,7 +343,7 @@ store_i8_with_folded_offset: store_i8_with_folded_gep_offset: .param i32 i32.const $push0=, 0 - i32.store8 $drop=, 24($0), $pop0 + i32.store8 24($0), $pop0 .endfunc .Lfunc_end31: .size store_i8_with_folded_gep_offset, .Lfunc_end31-store_i8_with_folded_gep_offset @@ -357,10 +357,10 @@ aggregate_load_store: i32.load $3=, 4($0) i32.load $4=, 8($0) i32.load $push0=, 12($0) - i32.store $drop=, 12($1), $pop0 - i32.store $drop=, 8($1), $4 - i32.store $drop=, 4($1), $3 - i32.store $drop=, 0($1), $2 + i32.store 12($1), $pop0 + i32.store 8($1), $4 + i32.store 4($1), $3 + i32.store 0($1), $2 .endfunc .Lfunc_end32: .size aggregate_load_store, .Lfunc_end32-aggregate_load_store @@ -370,9 +370,9 @@ aggregate_load_store: aggregate_return: .param i32 i64.const $push0=, 0 - i64.store $drop=, 8($0):p2align=2, $pop0 + i64.store 8($0):p2align=2, $pop0 i64.const $push1=, 0 - i64.store $drop=, 0($0):p2align=2, $pop1 + i64.store 0($0):p2align=2, $pop1 .endfunc .Lfunc_end33: .size aggregate_return, .Lfunc_end33-aggregate_return @@ -382,13 +382,13 @@ aggregate_return: aggregate_return_without_merge: .param i32 i32.const $push0=, 0 - i32.store8 $drop=, 14($0), $pop0 + i32.store8 14($0), $pop0 i32.const $push3=, 0 - i32.store16 $drop=, 12($0), $pop3 + i32.store16 12($0), $pop3 i32.const $push2=, 0 - i32.store $drop=, 8($0), $pop2 + i32.store 8($0), $pop2 i64.const $push1=, 0 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 .endfunc .Lfunc_end34: .size aggregate_return_without_merge, .Lfunc_end34-aggregate_return_without_merge diff --git a/test/llvm_autogenerated/phi.s b/test/llvm_autogenerated/phi.s index d028a2883..1b81e27b9 100644 --- a/test/llvm_autogenerated/phi.s +++ b/test/llvm_autogenerated/phi.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/phi.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/phi.ll" .globl test0 .type test0,@function test0: diff --git a/test/llvm_autogenerated/reg-stackify.s b/test/llvm_autogenerated/reg-stackify.s index 90c17503b..13f6025ca 100644 --- a/test/llvm_autogenerated/reg-stackify.s +++ b/test/llvm_autogenerated/reg-stackify.s @@ -8,7 +8,7 @@ no0: .result i32 i32.load $1=, 0($1) i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 return $1 .endfunc .Lfunc_end0: @@ -22,7 +22,7 @@ no1: .result i32 i32.load $1=, 0($1) i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 return $1 .endfunc .Lfunc_end1: @@ -35,7 +35,7 @@ yes0: .param i32, i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.load $push1=, 0($1) return $pop1 .endfunc @@ -61,7 +61,7 @@ sink_trap: .param i32, i32, i32 .result i32 i32.const $push0=, 0 - i32.store $drop=, 0($2), $pop0 + i32.store 0($2), $pop0 i32.div_s $push1=, $0, $1 return $pop1 .endfunc @@ -75,7 +75,7 @@ sink_readnone_call: .param i32, i32, i32 .result i32 i32.const $push1=, 0 - i32.store $drop=, 0($2), $pop1 + i32.store 0($2), $pop1 i32.call $push0=, readnone_callee@FUNCTION return $pop0 .endfunc @@ -91,7 +91,7 @@ no_sink_readonly_call: .local i32 i32.call $3=, readonly_callee@FUNCTION i32.const $push0=, 0 - i32.store $drop=, 0($2), $pop0 + i32.store 0($2), $pop0 return $3 .endfunc .Lfunc_end6: @@ -141,7 +141,7 @@ multiple_uses: br_if 0, $pop0 i32.lt_u $push1=, $3, $0 br_if 0, $pop1 - i32.store $drop=, 0($2), $3 + i32.store 0($2), $3 .LBB8_3: end_block return @@ -156,10 +156,10 @@ stackify_store_across_side_effects: .Lfunc_begin9: .param i32 i64.const $push0=, 4611686018427387904 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 call evoke_side_effects@FUNCTION i64.const $push1=, 4611686018427387904 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 call evoke_side_effects@FUNCTION return .endfunc @@ -351,7 +351,7 @@ no_stackify_store_past_load: .Lfunc_begin18: .param i32, i32, i32 .result i32 - i32.store $drop=, 0($1), $0 + i32.store 0($1), $0 i32.load $2=, 0($2) i32.call $drop=, callee@FUNCTION, $0 return $2 @@ -365,7 +365,7 @@ store_past_invar_load: .Lfunc_begin19: .param i32, i32, i32 .result i32 - i32.store $drop=, 0($1), $0 + i32.store 0($1), $0 i32.call $drop=, callee@FUNCTION, $0 i32.load $push0=, 0($2) return $pop0 @@ -394,14 +394,14 @@ no_stackify_past_epilogue: i32.const $push2=, 16 i32.sub $push10=, $pop1, $pop2 tee_local $push9=, $1=, $pop10 - i32.store $drop=, __stack_pointer($pop3), $pop9 + i32.store __stack_pointer($pop3), $pop9 i32.const $push7=, 12 i32.add $push8=, $1, $pop7 i32.call $0=, use_memory@FUNCTION, $pop8 i32.const $push6=, 0 i32.const $push4=, 16 i32.add $push5=, $1, $pop4 - i32.store $drop=, __stack_pointer($pop6), $pop5 + i32.store __stack_pointer($pop6), $pop5 return $0 .endfunc .Lfunc_end21: @@ -418,7 +418,7 @@ stackify_indvar: loop i32.load $push0=, 0($1) i32.add $push1=, $2, $pop0 - i32.store $drop=, 0($1), $pop1 + i32.store 0($1), $pop1 i32.const $push5=, 1 i32.add $push4=, $2, $pop5 tee_local $push3=, $2=, $pop4 @@ -443,7 +443,7 @@ stackpointer_dependency: tee_local $push3=, $1=, $pop4 i32.call $0=, stackpointer_callee@FUNCTION, $0, $pop3 i32.const $push1=, 0 - i32.store $drop=, __stack_pointer($pop1), $1 + i32.store __stack_pointer($pop1), $1 return $0 .endfunc .Lfunc_end23: diff --git a/test/llvm_autogenerated/return-int32.s b/test/llvm_autogenerated/return-int32.s index bbbdb0006..81e1cd02d 100644 --- a/test/llvm_autogenerated/return-int32.s +++ b/test/llvm_autogenerated/return-int32.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/return-int32.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/return-int32.ll" .globl return_i32 .type return_i32,@function return_i32: @@ -20,14 +20,14 @@ return_i32_twice: br_if 0, $pop6 i32.const $push3=, 0 i32.const $push5=, 0 - i32.store $drop=, 0($pop3), $pop5 + i32.store 0($pop3), $pop5 i32.const $push4=, 1 return $pop4 .LBB1_2: end_block i32.const $push1=, 0 i32.const $push0=, 2 - i32.store $drop=, 0($pop1), $pop0 + i32.store 0($pop1), $pop0 i32.const $push2=, 3 .endfunc .Lfunc_end1: diff --git a/test/llvm_autogenerated/return-void.s b/test/llvm_autogenerated/return-void.s index a1c70a02f..996470fc4 100644 --- a/test/llvm_autogenerated/return-void.s +++ b/test/llvm_autogenerated/return-void.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/return-void.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/return-void.ll" .globl return_void .type return_void,@function return_void: @@ -16,13 +16,13 @@ return_void_twice: br_if 0, $pop4 i32.const $push2=, 0 i32.const $push3=, 0 - i32.store $drop=, 0($pop2), $pop3 + i32.store 0($pop2), $pop3 return .LBB1_2: end_block i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, 0($pop1), $pop0 + i32.store 0($pop1), $pop0 .endfunc .Lfunc_end1: .size return_void_twice, .Lfunc_end1-return_void_twice diff --git a/test/llvm_autogenerated/select.s b/test/llvm_autogenerated/select.s index d85c80649..676dae6df 100644 --- a/test/llvm_autogenerated/select.s +++ b/test/llvm_autogenerated/select.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/select.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/select.ll" .globl select_i32_bool .type select_i32_bool,@function select_i32_bool: diff --git a/test/llvm_autogenerated/signext-zeroext.s b/test/llvm_autogenerated/signext-zeroext.s index 6a35e7461..5fa9bde6b 100644 --- a/test/llvm_autogenerated/signext-zeroext.s +++ b/test/llvm_autogenerated/signext-zeroext.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/signext-zeroext.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/signext-zeroext.ll" .globl z2s_func .type z2s_func,@function z2s_func: diff --git a/test/llvm_autogenerated/store-trunc.s b/test/llvm_autogenerated/store-trunc.s index 271ed8552..6ddaafce5 100644 --- a/test/llvm_autogenerated/store-trunc.s +++ b/test/llvm_autogenerated/store-trunc.s @@ -1,10 +1,10 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/store-trunc.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/store-trunc.ll" .globl trunc_i8_i32 .type trunc_i8_i32,@function trunc_i8_i32: .param i32, i32 - i32.store8 $drop=, 0($0), $1 + i32.store8 0($0), $1 .endfunc .Lfunc_end0: .size trunc_i8_i32, .Lfunc_end0-trunc_i8_i32 @@ -13,7 +13,7 @@ trunc_i8_i32: .type trunc_i16_i32,@function trunc_i16_i32: .param i32, i32 - i32.store16 $drop=, 0($0), $1 + i32.store16 0($0), $1 .endfunc .Lfunc_end1: .size trunc_i16_i32, .Lfunc_end1-trunc_i16_i32 @@ -22,7 +22,7 @@ trunc_i16_i32: .type trunc_i8_i64,@function trunc_i8_i64: .param i32, i64 - i64.store8 $drop=, 0($0), $1 + i64.store8 0($0), $1 .endfunc .Lfunc_end2: .size trunc_i8_i64, .Lfunc_end2-trunc_i8_i64 @@ -31,7 +31,7 @@ trunc_i8_i64: .type trunc_i16_i64,@function trunc_i16_i64: .param i32, i64 - i64.store16 $drop=, 0($0), $1 + i64.store16 0($0), $1 .endfunc .Lfunc_end3: .size trunc_i16_i64, .Lfunc_end3-trunc_i16_i64 @@ -40,7 +40,7 @@ trunc_i16_i64: .type trunc_i32_i64,@function trunc_i32_i64: .param i32, i64 - i64.store32 $drop=, 0($0), $1 + i64.store32 0($0), $1 .endfunc .Lfunc_end4: .size trunc_i32_i64, .Lfunc_end4-trunc_i32_i64 diff --git a/test/llvm_autogenerated/store.s b/test/llvm_autogenerated/store.s index 626b1d68e..588155538 100644 --- a/test/llvm_autogenerated/store.s +++ b/test/llvm_autogenerated/store.s @@ -1,10 +1,10 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/store.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/store.ll" .globl sti32 .type sti32,@function sti32: .param i32, i32 - i32.store $drop=, 0($0), $1 + i32.store 0($0), $1 return .endfunc .Lfunc_end0: @@ -14,7 +14,7 @@ sti32: .type sti64,@function sti64: .param i32, i64 - i64.store $drop=, 0($0), $1 + i64.store 0($0), $1 return .endfunc .Lfunc_end1: @@ -24,7 +24,7 @@ sti64: .type stf32,@function stf32: .param i32, f32 - f32.store $drop=, 0($0), $1 + f32.store 0($0), $1 return .endfunc .Lfunc_end2: @@ -34,7 +34,7 @@ stf32: .type stf64,@function stf64: .param i32, f64 - f64.store $drop=, 0($0), $1 + f64.store 0($0), $1 return .endfunc .Lfunc_end3: diff --git a/test/llvm_autogenerated/switch.s b/test/llvm_autogenerated/switch.s index f59a7c415..4b0b7f20a 100644 --- a/test/llvm_autogenerated/switch.s +++ b/test/llvm_autogenerated/switch.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/switch.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/switch.ll" .globl bar32 .type bar32,@function bar32: @@ -92,3 +92,9 @@ bar64: .size bar64, .Lfunc_end1-bar64 + .functype foo0, void + .functype foo1, void + .functype foo2, void + .functype foo3, void + .functype foo4, void + .functype foo5, void diff --git a/test/llvm_autogenerated/unreachable.s b/test/llvm_autogenerated/unreachable.s index dc0695441..6ff8b5520 100644 --- a/test/llvm_autogenerated/unreachable.s +++ b/test/llvm_autogenerated/unreachable.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/unreachable.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/unreachable.ll" .globl f1 .type f1,@function f1: @@ -27,3 +27,4 @@ f3: .size f3, .Lfunc_end2-f3 + .functype abort, void diff --git a/test/llvm_autogenerated/unused-argument.s b/test/llvm_autogenerated/unused-argument.s index 4ad9a528e..b7a23dc87 100644 --- a/test/llvm_autogenerated/unused-argument.s +++ b/test/llvm_autogenerated/unused-argument.s @@ -1,5 +1,5 @@ .text - .file "/s/llvm/llvm/test/CodeGen/WebAssembly/unused-argument.ll" + .file "/s/llvm-upstream/llvm/test/CodeGen/WebAssembly/unused-argument.ll" .globl unused_first .type unused_first,@function unused_first: @@ -30,3 +30,4 @@ call_something: .size call_something, .Lfunc_end2-call_something + .functype return_something, i32 diff --git a/test/llvm_autogenerated/userstack.s b/test/llvm_autogenerated/userstack.s index c82990478..5f45d3208 100644 --- a/test/llvm_autogenerated/userstack.s +++ b/test/llvm_autogenerated/userstack.s @@ -10,13 +10,13 @@ alloca32: i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 + i32.store __stack_pointer($pop4), $pop8 i32.const $push0=, 0 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 return .endfunc .Lfunc_end0: @@ -32,9 +32,9 @@ alloca3264: i32.sub $push6=, $pop3, $pop4 tee_local $push5=, $0=, $pop6 i32.const $push0=, 0 - i32.store $drop=, 12($pop5), $pop0 + i32.store 12($pop5), $pop0 i64.const $push1=, 0 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 return .endfunc .Lfunc_end1: @@ -50,17 +50,17 @@ allocarray: i32.const $push5=, 144 i32.sub $push12=, $pop4, $pop5 tee_local $push11=, $0=, $pop12 - i32.store $drop=, __stack_pointer($pop6), $pop11 + i32.store __stack_pointer($pop6), $pop11 i32.const $push0=, 24 i32.add $push1=, $0, $pop0 i32.const $push2=, 1 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push10=, 1 - i32.store $drop=, 12($0), $pop10 + i32.store 12($0), $pop10 i32.const $push9=, 0 i32.const $push7=, 144 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 return .endfunc .Lfunc_end2: @@ -77,18 +77,18 @@ non_mem_use: i32.const $push2=, 48 i32.sub $push12=, $pop1, $pop2 tee_local $push11=, $1=, $pop12 - i32.store $drop=, __stack_pointer($pop3), $pop11 + i32.store __stack_pointer($pop3), $pop11 i32.const $push7=, 8 i32.add $push8=, $1, $pop7 call ext_func@FUNCTION, $pop8 call ext_func@FUNCTION, $1 i32.const $push9=, 16 i32.add $push10=, $1, $pop9 - i32.store $drop=, 0($0), $pop10 + i32.store 0($0), $pop10 i32.const $push6=, 0 i32.const $push4=, 48 i32.add $push5=, $1, $pop4 - i32.store $drop=, __stack_pointer($pop6), $pop5 + i32.store __stack_pointer($pop6), $pop5 return .endfunc .Lfunc_end3: @@ -104,17 +104,17 @@ allocarray_inbounds: i32.const $push4=, 32 i32.sub $push11=, $pop3, $pop4 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop5), $pop10 + i32.store __stack_pointer($pop5), $pop10 i32.const $push0=, 1 - i32.store $drop=, 24($0), $pop0 + i32.store 24($0), $pop0 i32.const $push9=, 1 - i32.store $drop=, 12($0), $pop9 + i32.store 12($0), $pop9 i32.const $push1=, 0 call ext_func@FUNCTION, $pop1 i32.const $push8=, 0 i32.const $push6=, 32 i32.add $push7=, $0, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 return .endfunc .Lfunc_end4: @@ -138,11 +138,11 @@ dynamic_alloca: i32.sub $push12=, $pop13, $pop5 tee_local $push11=, $0=, $pop12 copy_local $push10=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 + i32.store __stack_pointer($pop6), $pop10 call ext_func_i32@FUNCTION, $0 i32.const $push8=, 0 copy_local $push9=, $1 - i32.store $drop=, __stack_pointer($pop8), $pop9 + i32.store __stack_pointer($pop8), $pop9 return .endfunc .Lfunc_end5: @@ -167,7 +167,7 @@ dynamic_alloca_redzone: tee_local $push8=, $0=, $pop9 copy_local $drop=, $pop8 i32.const $push6=, 0 - i32.store $drop=, 0($0), $pop6 + i32.store 0($0), $pop6 return .endfunc .Lfunc_end6: @@ -177,36 +177,106 @@ dynamic_alloca_redzone: .type dynamic_static_alloca,@function dynamic_static_alloca: .param i32 - .local i32 + .local i32, i32, i32 + i32.const $push16=, 0 + i32.const $push13=, 0 + i32.load $push14=, __stack_pointer($pop13) + i32.const $push15=, 16 + i32.sub $push32=, $pop14, $pop15 + tee_local $push31=, $2=, $pop32 + i32.store __stack_pointer($pop16), $pop31 + copy_local $push30=, $2 + tee_local $push29=, $1=, $pop30 + i32.const $push0=, 101 + i32.store 12($pop29), $pop0 i32.const $push11=, 0 - i32.const $push8=, 0 - i32.load $push9=, __stack_pointer($pop8) - i32.const $push10=, 16 - i32.sub $push20=, $pop9, $pop10 - tee_local $push19=, $1=, $pop20 - i32.store $drop=, __stack_pointer($pop11), $pop19 + i32.const $push1=, 2 + i32.shl $push2=, $0, $pop1 + i32.const $push3=, 15 + i32.add $push4=, $pop2, $pop3 + i32.const $push5=, -16 + i32.and $push28=, $pop4, $pop5 + tee_local $push27=, $0=, $pop28 + i32.sub $push26=, $2, $pop27 + tee_local $push25=, $2=, $pop26 + copy_local $push24=, $pop25 + tee_local $push23=, $3=, $pop24 + i32.store __stack_pointer($pop11), $pop23 + i32.const $push6=, 102 + i32.store 12($1), $pop6 + i32.const $push7=, 103 + i32.store 0($2), $pop7 + i32.const $push12=, 0 + i32.sub $push22=, $3, $0 + tee_local $push21=, $0=, $pop22 + copy_local $push20=, $pop21 + i32.store __stack_pointer($pop12), $pop20 + i32.const $push8=, 104 + i32.store 12($1), $pop8 + i32.const $push9=, 105 + i32.store 0($2), $pop9 + i32.const $push10=, 106 + i32.store 0($0), $pop10 + i32.const $push19=, 0 + i32.const $push17=, 16 + i32.add $push18=, $1, $pop17 + i32.store __stack_pointer($pop19), $pop18 + return + .endfunc +.Lfunc_end7: + .size dynamic_static_alloca, .Lfunc_end7-dynamic_static_alloca + + .globl llvm_stack_builtins + .type llvm_stack_builtins,@function +llvm_stack_builtins: + .param i32 + .local i32, i32, i32 i32.const $push7=, 0 + i32.load $push11=, __stack_pointer($pop7) + tee_local $push10=, $3=, $pop11 + copy_local $2=, $pop10 + copy_local $1=, $3 + i32.const $push6=, 0 i32.const $push0=, 2 i32.shl $push1=, $0, $pop0 i32.const $push2=, 15 i32.add $push3=, $pop1, $pop2 i32.const $push4=, -16 i32.and $push5=, $pop3, $pop4 - i32.sub $push18=, $1, $pop5 - tee_local $push17=, $0=, $pop18 - copy_local $push16=, $pop17 - i32.store $drop=, __stack_pointer($pop7), $pop16 + i32.sub $push9=, $3, $pop5 + i32.store __stack_pointer($pop6), $pop9 + copy_local $drop=, $1 + i32.const $push8=, 0 + i32.store __stack_pointer($pop8), $2 + return + .endfunc +.Lfunc_end8: + .size llvm_stack_builtins, .Lfunc_end8-llvm_stack_builtins + + .globl dynamic_alloca_nouse + .type dynamic_alloca_nouse,@function +dynamic_alloca_nouse: + .param i32 + .local i32, i32 + i32.const $push7=, 0 + i32.load $push11=, __stack_pointer($pop7) + tee_local $push10=, $2=, $pop11 + copy_local $1=, $pop10 i32.const $push6=, 0 - i32.store $drop=, 0($0), $pop6 - i32.const $push14=, 0 - copy_local $push15=, $1 - i32.const $push12=, 16 - i32.add $push13=, $pop15, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.const $push0=, 2 + i32.shl $push1=, $0, $pop0 + i32.const $push2=, 15 + i32.add $push3=, $pop1, $pop2 + i32.const $push4=, -16 + i32.and $push5=, $pop3, $pop4 + i32.sub $push9=, $2, $pop5 + i32.store __stack_pointer($pop6), $pop9 + i32.const $push8=, 0 + i32.store __stack_pointer($pop8), $1 return .endfunc -.Lfunc_end7: - .size dynamic_static_alloca, .Lfunc_end7-dynamic_static_alloca +.Lfunc_end9: + .size dynamic_alloca_nouse, .Lfunc_end9-dynamic_alloca_nouse .globl copytoreg_fi .type copytoreg_fi,@function @@ -222,17 +292,17 @@ copytoreg_fi: copy_local $2=, $pop4 i32.const $push6=, 1 i32.and $0=, $0, $pop6 -.LBB8_1: +.LBB10_1: loop i32.const $push7=, 1 - i32.store $drop=, 0($2), $pop7 + i32.store 0($2), $pop7 copy_local $2=, $1 br_if 0, $0 end_loop return .endfunc -.Lfunc_end8: - .size copytoreg_fi, .Lfunc_end8-copytoreg_fi +.Lfunc_end10: + .size copytoreg_fi, .Lfunc_end10-copytoreg_fi .globl frameaddress_0 .type frameaddress_0,@function @@ -244,11 +314,11 @@ frameaddress_0: tee_local $push3=, $0=, $pop4 call use_i8_star@FUNCTION, $pop3 i32.const $push1=, 0 - i32.store $drop=, __stack_pointer($pop1), $0 + i32.store __stack_pointer($pop1), $0 return .endfunc -.Lfunc_end9: - .size frameaddress_0, .Lfunc_end9-frameaddress_0 +.Lfunc_end11: + .size frameaddress_0, .Lfunc_end11-frameaddress_0 .globl frameaddress_1 .type frameaddress_1,@function @@ -257,8 +327,8 @@ frameaddress_1: call use_i8_star@FUNCTION, $pop0 return .endfunc -.Lfunc_end10: - .size frameaddress_1, .Lfunc_end10-frameaddress_1 +.Lfunc_end12: + .size frameaddress_1, .Lfunc_end12-frameaddress_1 .globl inline_asm .type inline_asm,@function @@ -276,8 +346,8 @@ inline_asm: #NO_APP return .endfunc -.Lfunc_end11: - .size inline_asm, .Lfunc_end11-inline_asm +.Lfunc_end13: + .size inline_asm, .Lfunc_end13-inline_asm .functype ext_func, void, i32 diff --git a/test/llvm_autogenerated/userstack.wast b/test/llvm_autogenerated/userstack.wast index 49a8f2efe..2b99cb1a4 100644 --- a/test/llvm_autogenerated/userstack.wast +++ b/test/llvm_autogenerated/userstack.wast @@ -14,6 +14,8 @@ (export "dynamic_alloca" (func $dynamic_alloca)) (export "dynamic_alloca_redzone" (func $dynamic_alloca_redzone)) (export "dynamic_static_alloca" (func $dynamic_static_alloca)) + (export "llvm_stack_builtins" (func $llvm_stack_builtins)) + (export "dynamic_alloca_nouse" (func $dynamic_alloca_nouse)) (export "copytoreg_fi" (func $copytoreg_fi)) (export "frameaddress_0" (func $frameaddress_0)) (export "frameaddress_1" (func $frameaddress_1)) @@ -236,9 +238,11 @@ ) (func $dynamic_static_alloca (param $0 i32) (local $1 i32) + (local $2 i32) + (local $3 i32) (i32.store offset=4 (i32.const 0) - (tee_local $1 + (tee_local $2 (i32.sub (i32.load offset=4 (i32.const 0) @@ -247,27 +251,62 @@ ) ) ) + (i32.store offset=12 + (tee_local $1 + (get_local $2) + ) + (i32.const 101) + ) (i32.store offset=4 (i32.const 0) - (tee_local $0 - (i32.sub - (get_local $1) - (i32.and - (i32.add - (i32.shl - (get_local $0) - (i32.const 2) + (tee_local $3 + (tee_local $2 + (i32.sub + (get_local $2) + (tee_local $0 + (i32.and + (i32.add + (i32.shl + (get_local $0) + (i32.const 2) + ) + (i32.const 15) + ) + (i32.const -16) ) - (i32.const 15) ) - (i32.const -16) ) ) ) ) + (i32.store offset=12 + (get_local $1) + (i32.const 102) + ) (i32.store - (get_local $0) + (get_local $2) + (i32.const 103) + ) + (i32.store offset=4 (i32.const 0) + (tee_local $0 + (i32.sub + (get_local $3) + (get_local $0) + ) + ) + ) + (i32.store offset=12 + (get_local $1) + (i32.const 104) + ) + (i32.store + (get_local $2) + (i32.const 105) + ) + (i32.store + (get_local $0) + (i32.const 106) ) (i32.store offset=4 (i32.const 0) @@ -278,6 +317,77 @@ ) (return) ) + (func $llvm_stack_builtins (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (set_local $2 + (tee_local $3 + (i32.load offset=4 + (i32.const 0) + ) + ) + ) + (set_local $1 + (get_local $3) + ) + (i32.store offset=4 + (i32.const 0) + (i32.sub + (get_local $3) + (i32.and + (i32.add + (i32.shl + (get_local $0) + (i32.const 2) + ) + (i32.const 15) + ) + (i32.const -16) + ) + ) + ) + (drop + (get_local $1) + ) + (i32.store offset=4 + (i32.const 0) + (get_local $2) + ) + (return) + ) + (func $dynamic_alloca_nouse (param $0 i32) + (local $1 i32) + (local $2 i32) + (set_local $1 + (tee_local $2 + (i32.load offset=4 + (i32.const 0) + ) + ) + ) + (i32.store offset=4 + (i32.const 0) + (i32.sub + (get_local $2) + (i32.and + (i32.add + (i32.shl + (get_local $0) + (i32.const 2) + ) + (i32.const 15) + ) + (i32.const -16) + ) + ) + ) + (i32.store offset=4 + (i32.const 0) + (get_local $1) + ) + (return) + ) (func $copytoreg_fi (param $0 i32) (param $1 i32) (local $2 i32) (set_local $2 diff --git a/test/llvm_autogenerated/varargs.s b/test/llvm_autogenerated/varargs.s index 3e427ac49..fa04d5923 100644 --- a/test/llvm_autogenerated/varargs.s +++ b/test/llvm_autogenerated/varargs.s @@ -4,7 +4,7 @@ .type start,@function start: .param i32, i32 - i32.store $drop=, 0($0), $1 + i32.store 0($0), $1 return .endfunc .Lfunc_end0: @@ -24,7 +24,7 @@ end: copy: .param i32, i32 i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 return .endfunc .Lfunc_end2: @@ -40,7 +40,7 @@ arg_i8: tee_local $push3=, $1=, $pop4 i32.const $push0=, 4 i32.add $push1=, $pop3, $pop0 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.load $push2=, 0($1) return $pop2 .endfunc @@ -61,7 +61,7 @@ arg_i32: tee_local $push7=, $1=, $pop8 i32.const $push4=, 4 i32.add $push5=, $pop7, $pop4 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 i32.load $push6=, 0($1) return $pop6 .endfunc @@ -82,16 +82,16 @@ arg_i128: i32.const $push4=, 8 i32.add $push11=, $pop12, $pop4 tee_local $push10=, $3=, $pop11 - i32.store $drop=, 0($1), $pop10 + i32.store 0($1), $pop10 i64.load $4=, 0($2) i32.const $push5=, 16 i32.add $push6=, $2, $pop5 - i32.store $drop=, 0($1), $pop6 + i32.store 0($1), $pop6 i32.const $push9=, 8 i32.add $push7=, $0, $pop9 i64.load $push8=, 0($3) - i64.store $drop=, 0($pop7), $pop8 - i64.store $drop=, 0($0), $4 + i64.store 0($pop7), $pop8 + i64.store 0($0), $4 return .endfunc .Lfunc_end5: @@ -117,16 +117,16 @@ caller_some: i32.const $push4=, 16 i32.sub $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop5), $pop9 + i32.store __stack_pointer($pop5), $pop9 i64.const $push0=, 4611686018427387904 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push1=, 0 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 call callee@FUNCTION, $0 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 return .endfunc .Lfunc_end7: @@ -144,7 +144,7 @@ startbb: return .LBB8_2: end_block - i32.store $drop=, 0($1), $2 + i32.store 0($1), $2 return .endfunc .Lfunc_end8: diff --git a/test/torture-s/20000112-1.c.s b/test/torture-s/20000112-1.c.s index 1cfaeb4ba..69832ea82 100644 --- a/test/torture-s/20000112-1.c.s +++ b/test/torture-s/20000112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000112-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000113-1.c.s b/test/torture-s/20000113-1.c.s index 8eec3fae4..d810d44af 100644 --- a/test/torture-s/20000113-1.c.s +++ b/test/torture-s/20000113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000113-1.c" .section .text.foobar,"ax",@progbits .hidden foobar .globl foobar @@ -55,6 +55,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000121-1.c.s b/test/torture-s/20000121-1.c.s index 37c82344b..de6b7e5e8 100644 --- a/test/torture-s/20000121-1.c.s +++ b/test/torture-s/20000121-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000121-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000121-1.c" .section .text.big,"ax",@progbits .hidden big .globl big @@ -38,4 +38,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20000205-1.c.s b/test/torture-s/20000205-1.c.s index f132f441b..5b9ff7ca6 100644 --- a/test/torture-s/20000205-1.c.s +++ b/test/torture-s/20000205-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000205-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000205-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000217-1.c.s b/test/torture-s/20000217-1.c.s index 932f36e5f..5612127ec 100644 --- a/test/torture-s/20000217-1.c.s +++ b/test/torture-s/20000217-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000217-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000217-1.c" .section .text.showbug,"ax",@progbits .hidden showbug .globl showbug @@ -14,7 +14,7 @@ showbug: # @showbug i32.const $push3=, 65528 i32.add $push9=, $pop2, $pop3 tee_local $push8=, $1=, $pop9 - i32.store16 $drop=, 0($0), $pop8 + i32.store16 0($0), $pop8 i32.const $push7=, 65528 i32.and $push4=, $1, $pop7 i32.const $push5=, 7 @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000223-1.c.s b/test/torture-s/20000223-1.c.s index 373473d5d..8e621a010 100644 --- a/test/torture-s/20000223-1.c.s +++ b/test/torture-s/20000223-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000223-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000223-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -37,5 +37,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20000224-1.c.s b/test/torture-s/20000224-1.c.s index 1085be5ef..9cb8c9597 100644 --- a/test/torture-s/20000224-1.c.s +++ b/test/torture-s/20000224-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000224-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000224-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -42,7 +42,7 @@ test: # @test # BB#3: # %while.cond.while.end_crit_edge end_loop # label2: i32.const $push6=, 0 - i32.store $drop=, flag($pop6), $3 + i32.store flag($pop6), $3 .LBB0_4: # %while.end end_block # label0: i32.const $push20=, 1 @@ -94,5 +94,5 @@ flag: .size flag, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000225-1.c.s b/test/torture-s/20000225-1.c.s index 63a42d900..7722e3d08 100644 --- a/test/torture-s/20000225-1.c.s +++ b/test/torture-s/20000225-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000225-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000225-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000227-1.c.s b/test/torture-s/20000227-1.c.s index dffb8e06c..c7df4778d 100644 --- a/test/torture-s/20000227-1.c.s +++ b/test/torture-s/20000227-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000227-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000227-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20000313-1.c.s b/test/torture-s/20000313-1.c.s index db0154cfd..3ae4f662b 100644 --- a/test/torture-s/20000313-1.c.s +++ b/test/torture-s/20000313-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000313-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000313-1.c" .section .text.buggy,"ax",@progbits .hidden buggy .globl buggy @@ -11,7 +11,7 @@ buggy: # @buggy # BB#0: # %entry i32.load $1=, 0($0) i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, -1 i32.const $push3=, 0 i32.select $push2=, $pop1, $pop3, $1 @@ -34,4 +34,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20000314-1.c.s b/test/torture-s/20000314-1.c.s index 2b68cf7ec..12b023e66 100644 --- a/test/torture-s/20000314-1.c.s +++ b/test/torture-s/20000314-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000314-2.c.s b/test/torture-s/20000314-2.c.s index 4197d4dc0..1fee9753c 100644 --- a/test/torture-s/20000314-2.c.s +++ b/test/torture-s/20000314-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -42,6 +42,6 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000314-3.c.s b/test/torture-s/20000314-3.c.s index e4a822437..a6d88cb96 100644 --- a/test/torture-s/20000314-3.c.s +++ b/test/torture-s/20000314-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000314-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000402-1.c.s b/test/torture-s/20000402-1.c.s index 8ec6fda56..6fb904b9f 100644 --- a/test/torture-s/20000402-1.c.s +++ b/test/torture-s/20000402-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000402-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000402-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000403-1.c.s b/test/torture-s/20000403-1.c.s index c9318136a..4e8091d5e 100644 --- a/test/torture-s/20000403-1.c.s +++ b/test/torture-s/20000403-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000403-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000403-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -83,6 +83,6 @@ bb: .size bb, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000412-1.c.s b/test/torture-s/20000412-1.c.s index 3c491ac95..0f8da620f 100644 --- a/test/torture-s/20000412-1.c.s +++ b/test/torture-s/20000412-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -62,6 +62,6 @@ wordlist: .size wordlist, 828 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000412-2.c.s b/test/torture-s/20000412-2.c.s index 404cec0af..ccafe3313 100644 --- a/test/torture-s/20000412-2.c.s +++ b/test/torture-s/20000412-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,8 +15,8 @@ f: # @f i32.const $push4=, 16 i32.sub $push12=, $pop3, $pop4 tee_local $push11=, $2=, $pop12 - i32.store $drop=, __stack_pointer($pop5), $pop11 - i32.store $drop=, 12($2), $0 + i32.store __stack_pointer($pop5), $pop11 + i32.store 12($2), $0 block block i32.eqz $push13=, $0 @@ -36,7 +36,7 @@ f: # @f i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $2, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 copy_local $push14=, $0 # fallthrough-return: $pop14 .endfunc @@ -71,6 +71,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000412-3.c.s b/test/torture-s/20000412-3.c.s index 53ff6ce7e..210200c14 100644 --- a/test/torture-s/20000412-3.c.s +++ b/test/torture-s/20000412-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-3.c" .section .text.z,"ax",@progbits .hidden z .globl z @@ -55,5 +55,5 @@ f: # @f .size f, .Lfunc_end2-f - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000412-4.c.s b/test/torture-s/20000412-4.c.s index 3f722fc45..cb207dd7e 100644 --- a/test/torture-s/20000412-4.c.s +++ b/test/torture-s/20000412-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-4.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -72,6 +72,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000412-5.c.s b/test/torture-s/20000412-5.c.s index e775f87a3..6ab7ef485 100644 --- a/test/torture-s/20000412-5.c.s +++ b/test/torture-s/20000412-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-5.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000412-6.c.s b/test/torture-s/20000412-6.c.s index e727fac1b..b389ed727 100644 --- a/test/torture-s/20000412-6.c.s +++ b/test/torture-s/20000412-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000412-6.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -88,6 +88,6 @@ buf: .size buf, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000419-1.c.s b/test/torture-s/20000419-1.c.s index 37d611b4b..e126ff520 100644 --- a/test/torture-s/20000419-1.c.s +++ b/test/torture-s/20000419-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000419-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000419-1.c" .section .text.brother,"ax",@progbits .hidden brother .globl brother @@ -54,15 +54,15 @@ main: # @main i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $0=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i32.const $push2=, 12 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.f+8($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push13=, 0 i64.load $push4=, .Lmain.f($pop13):p2align=2 - i64.store $drop=, 4($0):p2align=2, $pop4 + i64.store 4($0):p2align=2, $pop4 i32.const $push10=, 4 i32.add $push11=, $0, $pop10 i32.const $push5=, 1 @@ -84,6 +84,6 @@ main: # @main .size .Lmain.f, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000422-1.c.s b/test/torture-s/20000422-1.c.s index c70f4eb70..fdc8c1a27 100644 --- a/test/torture-s/20000422-1.c.s +++ b/test/torture-s/20000422-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000422-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000422-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -51,8 +51,8 @@ main: # @main br_if 0, $pop5 # 0: down to label7 # BB#5: # %if.then # in Loop: Header=BB0_4 Depth=2 - i32.store $drop=, 0($7), $4 - i32.store $drop=, 0($5), $3 + i32.store 0($7), $4 + i32.store 0($5), $3 .LBB0_6: # %for.cond1.backedge # in Loop: Header=BB0_4 Depth=2 end_block # label7: @@ -166,6 +166,6 @@ num: .size num, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000503-1.c.s b/test/torture-s/20000503-1.c.s index c5250049b..a23aed9d9 100644 --- a/test/torture-s/20000503-1.c.s +++ b/test/torture-s/20000503-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000503-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000503-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -37,5 +37,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000511-1.c.s b/test/torture-s/20000511-1.c.s index d5493c4c8..9819b2d5e 100644 --- a/test/torture-s/20000511-1.c.s +++ b/test/torture-s/20000511-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000511-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000511-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -35,6 +35,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000519-1.c.s b/test/torture-s/20000519-1.c.s index a41c086cb..c95ef11a7 100644 --- a/test/torture-s/20000519-1.c.s +++ b/test/torture-s/20000519-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000519-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000519-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -40,7 +40,7 @@ foo: # @foo i32.load $push4=, __stack_pointer($pop3) i32.const $push5=, 16 i32.sub $push6=, $pop4, $pop5 - i32.store $drop=, 12($pop6), $1 + i32.store 12($pop6), $1 .LBB1_1: # %do.body.i # =>This Inner Loop Header: Depth=1 loop # label2: @@ -73,9 +73,9 @@ main: # @main i32.const $push8=, 16 i32.sub $push14=, $pop7, $pop8 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop9), $pop13 + i32.store __stack_pointer($pop9), $pop13 i64.const $push0=, 12884901890 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 block i32.const $push1=, 1 i32.call $push2=, foo@FUNCTION, $pop1, $0 @@ -86,7 +86,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $0, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push5=, 0 return $pop5 .LBB2_2: # %if.then @@ -98,5 +98,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20000519-2.c.s b/test/torture-s/20000519-2.c.s index 86db2cdf0..f4f2a7909 100644 --- a/test/torture-s/20000519-2.c.s +++ b/test/torture-s/20000519-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000519-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000519-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -35,6 +35,6 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000523-1.c.s b/test/torture-s/20000523-1.c.s index 149fff7a5..7bb7b4548 100644 --- a/test/torture-s/20000523-1.c.s +++ b/test/torture-s/20000523-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000523-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000523-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000528-1.c.s b/test/torture-s/20000528-1.c.s index e51cb1d0f..7a7c2efca 100644 --- a/test/torture-s/20000528-1.c.s +++ b/test/torture-s/20000528-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000528-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000528-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -12,7 +12,7 @@ main: # @main i32.const $push4=, 0 i32.load16_u $push3=, l($pop4) tee_local $push2=, $0=, $pop3 - i32.store16 $drop=, s($pop5), $pop2 + i32.store16 s($pop5), $pop2 block i32.const $push0=, 65534 i32.ne $push1=, $0, $pop0 @@ -48,6 +48,6 @@ s: .size s, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000603-1.c.s b/test/torture-s/20000603-1.c.s index 5e43bc73f..1522b4053 100644 --- a/test/torture-s/20000603-1.c.s +++ b/test/torture-s/20000603-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000603-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000603-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,7 +9,7 @@ f: # @f .result f64 # BB#0: # %entry i64.const $push0=, 4607182418800017408 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 f64.load $push1=, 0($1) f64.const $push2=, 0x1p0 f64.add $push3=, $pop1, $pop2 @@ -32,4 +32,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20000605-1.c.s b/test/torture-s/20000605-1.c.s index 17b671074..5e159ecee 100644 --- a/test/torture-s/20000605-1.c.s +++ b/test/torture-s/20000605-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -33,6 +33,6 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000605-2.c.s b/test/torture-s/20000605-2.c.s index b28283593..0ebeb9471 100644 --- a/test/torture-s/20000605-2.c.s +++ b/test/torture-s/20000605-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-2.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -28,7 +28,7 @@ f1: # @f1 i32.add $push3=, $2, $3 i32.const $push14=, 1 i32.add $push4=, $pop3, $pop14 - i32.store $drop=, 0($0), $pop4 + i32.store 0($0), $pop4 i32.const $push13=, 1 i32.add $push12=, $3, $pop13 tee_local $push11=, $3=, $pop12 @@ -62,11 +62,11 @@ main: # @main i32.const $push4=, 16 i32.sub $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop5), $pop9 + i32.store __stack_pointer($pop5), $pop9 i32.const $push0=, 0 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i32.const $push1=, 1 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.const $push6=, 8 i32.add $push7=, $0, $pop6 call f1@FUNCTION, $pop7, $0 @@ -78,6 +78,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000605-3.c.s b/test/torture-s/20000605-3.c.s index 3b1ae0d67..d3b577cc1 100644 --- a/test/torture-s/20000605-3.c.s +++ b/test/torture-s/20000605-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000605-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20000622-1.c.s b/test/torture-s/20000622-1.c.s index a817a21ff..353aa1107 100644 --- a/test/torture-s/20000622-1.c.s +++ b/test/torture-s/20000622-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000622-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000622-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -85,6 +85,6 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000703-1.c.s b/test/torture-s/20000703-1.c.s index 0eca62594..b40630809 100644 --- a/test/torture-s/20000703-1.c.s +++ b/test/torture-s/20000703-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000703-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000703-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -7,16 +7,16 @@ foo: # @foo .param i32, i32, i32 # BB#0: # %entry - i32.store $drop=, 20($0), $1 - i32.store $drop=, 24($0), $2 + i32.store 20($0), $1 + i32.store 24($0), $2 i32.const $push0=, 19 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 i32.load8_u $push3=, .L.str+2($pop2) - i32.store8 $drop=, 0($pop1), $pop3 + i32.store8 0($pop1), $pop3 i32.const $push5=, 0 i32.load16_u $push4=, .L.str($pop5):p2align=0 - i32.store16 $drop=, 17($0):p2align=0, $pop4 + i32.store16 17($0):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end0: @@ -33,25 +33,25 @@ bar: # @bar i32.add $push1=, $0, $pop0 i32.const $push2=, 0 i32.load8_u $push3=, .L.str.1+16($pop2) - i32.store8 $drop=, 0($pop1), $pop3 + i32.store8 0($pop1), $pop3 i32.const $push4=, 8 i32.add $push5=, $0, $pop4 i32.const $push15=, 0 i64.load $push6=, .L.str.1+8($pop15):p2align=0 - i64.store $drop=, 0($pop5):p2align=0, $pop6 + i64.store 0($pop5):p2align=0, $pop6 i32.const $push14=, 0 i64.load $push7=, .L.str.1($pop14):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop7 + i64.store 0($0):p2align=0, $pop7 i32.const $push8=, 19 i32.add $push9=, $0, $pop8 i32.const $push13=, 0 i32.load8_u $push10=, .L.str+2($pop13) - i32.store8 $drop=, 0($pop9), $pop10 + i32.store8 0($pop9), $pop10 i32.const $push12=, 0 i32.load16_u $push11=, .L.str($pop12):p2align=0 - i32.store16 $drop=, 17($0):p2align=0, $pop11 - i32.store $drop=, 20($0), $1 - i32.store $drop=, 24($0), $2 + i32.store16 17($0):p2align=0, $pop11 + i32.store 20($0), $1 + i32.store 24($0), $2 # fallthrough-return .endfunc .Lfunc_end1: @@ -83,5 +83,5 @@ main: # @main .size .L.str.1, 18 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000706-1.c.s b/test/torture-s/20000706-1.c.s index e93801418..62bc4e51d 100644 --- a/test/torture-s/20000706-1.c.s +++ b/test/torture-s/20000706-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -118,23 +118,23 @@ main: # @main i32.const $push10=, 48 i32.sub $push18=, $pop9, $pop10 tee_local $push17=, $0=, $pop18 - i32.store $drop=, __stack_pointer($pop11), $pop17 + i32.store __stack_pointer($pop11), $pop17 i64.const $push0=, 17179869187 - i64.store $drop=, 32($0), $pop0 + i64.store 32($0), $pop0 i32.const $push1=, 12 i32.add $push2=, $0, $pop1 i64.const $push16=, 17179869187 - i64.store $drop=, 0($pop2):p2align=2, $pop16 + i64.store 0($pop2):p2align=2, $pop16 i32.const $push3=, 5 - i32.store $drop=, 40($0), $pop3 + i32.store 40($0), $pop3 i32.const $push4=, 20 i32.add $push5=, $0, $pop4 i32.const $push15=, 5 - i32.store $drop=, 0($pop5), $pop15 + i32.store 0($pop5), $pop15 i64.const $push6=, 8589934593 - i64.store $drop=, 24($0), $pop6 + i64.store 24($0), $pop6 i64.const $push14=, 8589934593 - i64.store $drop=, 4($0):p2align=2, $pop14 + i64.store 4($0):p2align=2, $pop14 i32.const $push12=, 4 i32.add $push13=, $0, $pop12 call foo@FUNCTION, $pop13, $0 @@ -146,6 +146,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000706-2.c.s b/test/torture-s/20000706-2.c.s index 7fc679c18..4da99ddcc 100644 --- a/test/torture-s/20000706-2.c.s +++ b/test/torture-s/20000706-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-2.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -118,23 +118,23 @@ main: # @main i32.const $push10=, 48 i32.sub $push18=, $pop9, $pop10 tee_local $push17=, $0=, $pop18 - i32.store $drop=, __stack_pointer($pop11), $pop17 + i32.store __stack_pointer($pop11), $pop17 i64.const $push0=, 17179869187 - i64.store $drop=, 32($0), $pop0 + i64.store 32($0), $pop0 i32.const $push1=, 12 i32.add $push2=, $0, $pop1 i64.const $push16=, 17179869187 - i64.store $drop=, 0($pop2):p2align=2, $pop16 + i64.store 0($pop2):p2align=2, $pop16 i32.const $push3=, 5 - i32.store $drop=, 40($0), $pop3 + i32.store 40($0), $pop3 i32.const $push4=, 20 i32.add $push5=, $0, $pop4 i32.const $push15=, 5 - i32.store $drop=, 0($pop5), $pop15 + i32.store 0($pop5), $pop15 i64.const $push6=, 8589934593 - i64.store $drop=, 24($0), $pop6 + i64.store 24($0), $pop6 i64.const $push14=, 8589934593 - i64.store $drop=, 4($0):p2align=2, $pop14 + i64.store 4($0):p2align=2, $pop14 i32.const $push12=, 4 i32.add $push13=, $0, $pop12 call foo@FUNCTION, $0, $pop13, $0 @@ -146,6 +146,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000706-3.c.s b/test/torture-s/20000706-3.c.s index 3a1ed19f0..5144aaa73 100644 --- a/test/torture-s/20000706-3.c.s +++ b/test/torture-s/20000706-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-3.c" .section .text.baz,"ax",@progbits .hidden baz .globl baz @@ -9,7 +9,7 @@ baz: # @baz # BB#0: # %entry i32.const $push1=, 0 i32.load $push0=, 0($0) - i32.store $drop=, c($pop1), $pop0 + i32.store c($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -50,7 +50,7 @@ foo: # @foo .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, c($pop0), $0 + i32.store c($pop0), $0 block i32.const $push1=, 1 i32.ne $push2=, $0, $pop1 @@ -78,7 +78,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, c($pop1), $pop0 + i32.store c($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -96,6 +96,6 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000706-4.c.s b/test/torture-s/20000706-4.c.s index 5501fe72a..73b0c4e5f 100644 --- a/test/torture-s/20000706-4.c.s +++ b/test/torture-s/20000706-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-4.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -42,12 +42,12 @@ foo: # @foo i32.const $push7=, 16 i32.sub $push15=, $pop6, $pop7 tee_local $push14=, $2=, $pop15 - i32.store $drop=, __stack_pointer($pop8), $pop14 + i32.store __stack_pointer($pop8), $pop14 i32.const $push0=, 0 i32.const $push12=, 12 i32.add $push13=, $2, $pop12 - i32.store $drop=, c($pop0), $pop13 - i32.store $drop=, 12($2), $0 + i32.store c($pop0), $pop13 + i32.store 12($2), $0 block i32.const $push1=, 1 i32.ne $push2=, $0, $pop1 @@ -60,7 +60,7 @@ foo: # @foo i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .LBB1_3: # %if.then.i end_block # label1: @@ -97,6 +97,6 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000706-5.c.s b/test/torture-s/20000706-5.c.s index 54d55b2b6..001c875bc 100644 --- a/test/torture-s/20000706-5.c.s +++ b/test/torture-s/20000706-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000706-5.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -48,7 +48,7 @@ foo: # @foo .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, c($pop0), $0 + i32.store c($pop0), $0 block i32.load $push1=, 0($0) i32.const $push2=, 1 @@ -92,17 +92,17 @@ main: # @main i32.const $push8=, 32 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $0=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i32.const $push0=, 3 - i32.store $drop=, 24($0), $pop0 + i32.store 24($0), $pop0 i32.const $push1=, 12 i32.add $push2=, $0, $pop1 i32.const $push13=, 3 - i32.store $drop=, 0($pop2), $pop13 + i32.store 0($pop2), $pop13 i64.const $push3=, 8589934593 - i64.store $drop=, 16($0), $pop3 + i64.store 16($0), $pop3 i64.const $push12=, 8589934593 - i64.store $drop=, 4($0):p2align=2, $pop12 + i64.store 4($0):p2align=2, $pop12 i32.const $push10=, 4 i32.add $push11=, $0, $pop10 i32.const $push4=, 4 @@ -124,6 +124,6 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000707-1.c.s b/test/torture-s/20000707-1.c.s index d0bd495e2..ea3630955 100644 --- a/test/torture-s/20000707-1.c.s +++ b/test/torture-s/20000707-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000707-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000707-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -57,15 +57,15 @@ main: # @main i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 i32.const $push2=, 12 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.x+8($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push12=, 0 i64.load $push4=, .Lmain.x($pop12):p2align=2 - i64.store $drop=, 4($0):p2align=2, $pop4 + i64.store 4($0):p2align=2, $pop4 i32.const $push9=, 4 i32.add $push10=, $0, $pop9 call bar@FUNCTION, $pop10, $0, $0 @@ -86,6 +86,6 @@ main: # @main .size .Lmain.x, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000715-1.c.s b/test/torture-s/20000715-1.c.s index c8cae0cf3..16dbd0efc 100644 --- a/test/torture-s/20000715-1.c.s +++ b/test/torture-s/20000715-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000715-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000715-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -41,10 +41,10 @@ test4: # @test4 # BB#0: # %if.end8 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, y($pop1), $pop0 + i32.store y($pop1), $pop0 i32.const $push3=, 0 i32.const $push2=, 3 - i32.store $drop=, x($pop3), $pop2 + i32.store x($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end3: @@ -58,10 +58,10 @@ test5: # @test5 # BB#0: # %if.end8 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, y($pop1), $pop0 + i32.store y($pop1), $pop0 i32.const $push3=, 0 i32.const $push2=, 3 - i32.store $drop=, x($pop3), $pop2 + i32.store x($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end4: @@ -75,10 +75,10 @@ test6: # @test6 # BB#0: # %if.end8 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, y($pop1), $pop0 + i32.store y($pop1), $pop0 i32.const $push3=, 0 i32.const $push2=, 3 - i32.store $drop=, x($pop3), $pop2 + i32.store x($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end5: @@ -120,5 +120,5 @@ y: .size y, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000715-2.c.s b/test/torture-s/20000715-2.c.s index 8c9282d42..bbe4834df 100644 --- a/test/torture-s/20000715-2.c.s +++ b/test/torture-s/20000715-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000715-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000715-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,5 +34,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000717-1.c.s b/test/torture-s/20000717-1.c.s index 1f88bf9d5..0bd73ca6d 100644 --- a/test/torture-s/20000717-1.c.s +++ b/test/torture-s/20000717-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -72,15 +72,15 @@ main: # @main i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 i32.const $push2=, 12 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.t+8($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push12=, 0 i64.load $push4=, .Lmain.t($pop12):p2align=2 - i64.store $drop=, 4($0):p2align=2, $pop4 + i64.store 4($0):p2align=2, $pop4 i32.const $push9=, 4 i32.add $push10=, $0, $pop9 i32.call $drop=, foo@FUNCTION, $pop10, $0 @@ -101,6 +101,6 @@ main: # @main .size .Lmain.t, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000717-2.c.s b/test/torture-s/20000717-2.c.s index b5f7964b9..105feb8b7 100644 --- a/test/torture-s/20000717-2.c.s +++ b/test/torture-s/20000717-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000717-3.c.s b/test/torture-s/20000717-3.c.s index 2c5462f43..1d80eeb62 100644 --- a/test/torture-s/20000717-3.c.s +++ b/test/torture-s/20000717-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-3.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo i32.load $push0=, 0($0) i32.const $push1=, -10 i32.add $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 copy_local $push4=, $1 # fallthrough-return: $pop4 .endfunc @@ -56,6 +56,6 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000717-4.c.s b/test/torture-s/20000717-4.c.s index c1e1571ba..d5586ac39 100644 --- a/test/torture-s/20000717-4.c.s +++ b/test/torture-s/20000717-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-4.c" .section .text.x,"ax",@progbits .hidden x .globl x @@ -37,4 +37,4 @@ s: .size s, 100 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20000717-5.c.s b/test/torture-s/20000717-5.c.s index 9c4148303..f87dda40d 100644 --- a/test/torture-s/20000717-5.c.s +++ b/test/torture-s/20000717-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000717-5.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -104,15 +104,15 @@ main: # @main i32.const $push10=, 16 i32.sub $push17=, $pop9, $pop10 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop11), $pop16 + i32.store __stack_pointer($pop11), $pop16 i32.const $push2=, 12 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.t+8($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push15=, 0 i64.load $push4=, .Lmain.t($pop15):p2align=2 - i64.store $drop=, 4($0):p2align=2, $pop4 + i64.store 4($0):p2align=2, $pop4 i32.const $push12=, 4 i32.add $push13=, $0, $pop12 i32.const $push7=, 4 @@ -136,6 +136,6 @@ main: # @main .size .Lmain.t, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000722-1.c.s b/test/torture-s/20000722-1.c.s index 4104e2e58..354456aef 100644 --- a/test/torture-s/20000722-1.c.s +++ b/test/torture-s/20000722-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000722-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000722-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -41,7 +41,7 @@ foo: # @foo i32.const $push3=, 4 i32.add $push4=, $0, $pop3 i32.const $push5=, 2 - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 return .LBB2_2: # %if.then end_block # label0: @@ -52,6 +52,6 @@ foo: # @foo .size foo, .Lfunc_end2-foo - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20000726-1.c.s b/test/torture-s/20000726-1.c.s index 0c973a73e..b43e803c7 100644 --- a/test/torture-s/20000726-1.c.s +++ b/test/torture-s/20000726-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000726-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000726-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -22,12 +22,12 @@ adjust_xy: # @adjust_xy .param i32, i32 # BB#0: # %entry i32.const $push0=, 1 - i32.store16 $drop=, 0($0), $pop0 + i32.store16 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: .size adjust_xy, .Lfunc_end1-adjust_xy - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000731-1.c.s b/test/torture-s/20000731-1.c.s index 8ec000708..50757d71f 100644 --- a/test/torture-s/20000731-1.c.s +++ b/test/torture-s/20000731-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000731-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000731-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000731-2.c.s b/test/torture-s/20000731-2.c.s index 17029f115..c6e235e29 100644 --- a/test/torture-s/20000731-2.c.s +++ b/test/torture-s/20000731-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000731-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000731-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000801-1.c.s b/test/torture-s/20000801-1.c.s index be956ed84..764cb7219 100644 --- a/test/torture-s/20000801-1.c.s +++ b/test/torture-s/20000801-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -22,8 +22,8 @@ foo: # @foo tee_local $push14=, $1=, $pop15 i32.load8_u $3=, 0($pop14) i32.load8_u $push1=, 0($0) - i32.store8 $drop=, 0($1), $pop1 - i32.store8 $drop=, 0($0), $3 + i32.store8 0($1), $pop1 + i32.store8 0($0), $3 i32.const $push13=, 2 i32.add $push12=, $0, $pop13 tee_local $push11=, $1=, $pop12 @@ -32,8 +32,8 @@ foo: # @foo i32.add $push9=, $0, $pop10 tee_local $push8=, $4=, $pop9 i32.load8_u $push2=, 0($pop8) - i32.store8 $drop=, 0($1), $pop2 - i32.store8 $drop=, 0($4), $3 + i32.store8 0($1), $pop2 + i32.store8 0($4), $3 i32.const $push7=, 4 i32.add $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 @@ -61,13 +61,13 @@ main: # @main i32.const $push5=, 16 i32.sub $push11=, $pop4, $pop5 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 + i32.store __stack_pointer($pop6), $pop10 i32.const $push9=, 0 - i32.store $drop=, 12($0), $pop9 + i32.store 12($0), $pop9 i32.const $push8=, 0 - i32.store8 $drop=, 14($0), $pop8 + i32.store8 14($0), $pop8 i32.const $push0=, 1 - i32.store16 $drop=, 12($0), $pop0 + i32.store16 12($0), $pop0 block i32.load $push1=, 12($0) i32.const $push7=, 1 @@ -86,6 +86,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000801-2.c.s b/test/torture-s/20000801-2.c.s index 5f8b507a4..cc04f3741 100644 --- a/test/torture-s/20000801-2.c.s +++ b/test/torture-s/20000801-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-2.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -66,12 +66,12 @@ main: # @main i32.const $push4=, 16 i32.sub $push11=, $pop3, $pop4 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop5), $pop10 + i32.store __stack_pointer($pop5), $pop10 i32.const $push6=, 8 i32.add $push7=, $0, $pop6 - i32.store $drop=, 12($0), $pop7 + i32.store 12($0), $pop7 i32.const $push0=, 0 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i32.const $push8=, 12 i32.add $push9=, $0, $pop8 copy_local $0=, $pop9 @@ -91,5 +91,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000801-3.c.s b/test/torture-s/20000801-3.c.s index 8ca36af02..77d89ccf4 100644 --- a/test/torture-s/20000801-3.c.s +++ b/test/torture-s/20000801-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -36,6 +36,6 @@ s: .size s, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20000801-4.c.s b/test/torture-s/20000801-4.c.s index a29360c55..28bee49b8 100644 --- a/test/torture-s/20000801-4.c.s +++ b/test/torture-s/20000801-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000801-4.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,11 +27,11 @@ main: # @main i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 + i32.store __stack_pointer($pop4), $pop8 i32.const $push0=, 0 i32.const $push5=, 14 i32.add $push6=, $0, $pop5 - i32.store $drop=, t($pop0), $pop6 + i32.store t($pop0), $pop6 i32.const $push7=, 0 call exit@FUNCTION, $pop7 unreachable @@ -49,5 +49,5 @@ t: .size t, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000808-1.c.s b/test/torture-s/20000808-1.c.s index 3e4394def..5aed8f8e7 100644 --- a/test/torture-s/20000808-1.c.s +++ b/test/torture-s/20000808-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000808-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000808-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -106,6 +106,6 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20000815-1.c.s b/test/torture-s/20000815-1.c.s index 009b52cab..912214680 100644 --- a/test/torture-s/20000815-1.c.s +++ b/test/torture-s/20000815-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000815-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000815-1.c" .section .text.invalidate_memory,"ax",@progbits .hidden invalidate_memory .globl invalidate_memory @@ -117,7 +117,7 @@ main: # @main i32.const $push9=, 48 i32.sub $push24=, $pop8, $pop9 tee_local $push23=, $3=, $pop24 - i32.store $drop=, __stack_pointer($pop10), $pop23 + i32.store __stack_pointer($pop10), $pop23 i32.const $1=, 0 i32.const $push14=, 8 i32.add $push15=, $3, $pop14 @@ -127,9 +127,9 @@ main: # @main i32.const $push21=, 0 i32.const $push16=, 8 i32.add $push17=, $3, $pop16 - i32.store $drop=, table($pop21), $pop17 + i32.store table($pop21), $pop17 i32.const $push20=, 1 - i32.store8 $drop=, 44($3), $pop20 + i32.store8 44($3), $pop20 i32.const $push18=, 8 i32.add $push19=, $3, $pop18 copy_local $2=, $pop19 @@ -182,7 +182,7 @@ main: # @main i32.const $push13=, 0 i32.const $push11=, 48 i32.add $push12=, $3, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 i32.const $push4=, 0 return $pop4 .LBB3_8: # %if.then.i @@ -201,5 +201,5 @@ table: .size table, 128 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20000818-1.c.s b/test/torture-s/20000818-1.c.s index 64388bb83..6ffb29516 100644 --- a/test/torture-s/20000818-1.c.s +++ b/test/torture-s/20000818-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000818-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000818-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -37,5 +37,5 @@ temporary_obstack: .size temporary_obstack, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20000819-1.c.s b/test/torture-s/20000819-1.c.s index c85212207..3948ec781 100644 --- a/test/torture-s/20000819-1.c.s +++ b/test/torture-s/20000819-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000819-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000819-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -73,6 +73,6 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20000910-1.c.s b/test/torture-s/20000910-1.c.s index 9c6efb6e1..d06971ca6 100644 --- a/test/torture-s/20000910-1.c.s +++ b/test/torture-s/20000910-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000910-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000910-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -59,6 +59,6 @@ baz: # @baz .size baz, .Lfunc_end3-baz - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20000910-2.c.s b/test/torture-s/20000910-2.c.s index 112d04b07..8cae05c66 100644 --- a/test/torture-s/20000910-2.c.s +++ b/test/torture-s/20000910-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000910-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000910-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -60,7 +60,7 @@ list: .size list, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 .functype strchr, i32, i32, i32 diff --git a/test/torture-s/20000914-1.c.s b/test/torture-s/20000914-1.c.s index dd82e273c..5cd719357 100644 --- a/test/torture-s/20000914-1.c.s +++ b/test/torture-s/20000914-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000914-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000914-1.c" .section .text.blah,"ax",@progbits .hidden blah .globl blah @@ -49,7 +49,7 @@ main: # @main i32.call $push4=, malloc@FUNCTION, $pop0 tee_local $push3=, $0=, $pop4 i32.const $push1=, 222 - i32.store $drop=, 8($pop3), $pop1 + i32.store 8($pop3), $pop1 i32.call $drop=, convert_like_real@FUNCTION, $0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -59,7 +59,7 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype malloc, i32, i32 .functype exit, void, i32 diff --git a/test/torture-s/20000917-1.c.s b/test/torture-s/20000917-1.c.s index 17619d09d..80753a9f2 100644 --- a/test/torture-s/20000917-1.c.s +++ b/test/torture-s/20000917-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000917-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20000917-1.c" .section .text.one,"ax",@progbits .hidden one .globl one @@ -8,9 +8,9 @@ one: # @one .param i32 # BB#0: # %entry i32.const $push0=, 1 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i64.const $push1=, 4294967297 - i64.store $drop=, 0($0):p2align=2, $pop1 + i64.store 0($0):p2align=2, $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -24,9 +24,9 @@ zero: # @zero .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i64.const $push1=, 0 - i64.store $drop=, 0($0):p2align=2, $pop1 + i64.store 0($0):p2align=2, $pop1 # fallthrough-return .endfunc .Lfunc_end1: @@ -47,5 +47,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001009-1.c.s b/test/torture-s/20001009-1.c.s index db88ea9f1..009b7fc4d 100644 --- a/test/torture-s/20001009-1.c.s +++ b/test/torture-s/20001009-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001009-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001009-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -32,4 +32,4 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20001009-2.c.s b/test/torture-s/20001009-2.c.s index d7043005d..296b58cef 100644 --- a/test/torture-s/20001009-2.c.s +++ b/test/torture-s/20001009-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001009-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001009-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -26,7 +26,7 @@ foo: # @foo i32.const $push6=, -1 i32.add $push5=, $pop1, $pop6 tee_local $push4=, $1=, $pop5 - i32.store $drop=, b($pop8), $pop4 + i32.store b($pop8), $pop4 br_if 0, $1 # 0: up to label1 .LBB0_3: # %if.end end_loop # label2: @@ -63,7 +63,7 @@ main: # @main i32.const $push5=, -1 i32.add $push4=, $pop1, $pop5 tee_local $push3=, $1=, $pop4 - i32.store $drop=, b($pop7), $pop3 + i32.store b($pop7), $pop3 br_if 0, $1 # 0: up to label4 .LBB1_3: # %foo.exit end_loop # label5: @@ -84,4 +84,4 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20001011-1.c.s b/test/torture-s/20001011-1.c.s index 585f44eac..818da8c3d 100644 --- a/test/torture-s/20001011-1.c.s +++ b/test/torture-s/20001011-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001011-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001011-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -35,5 +35,5 @@ main: # @main .size .L.str, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/20001013-1.c.s b/test/torture-s/20001013-1.c.s index c23fe864b..9bebb4fe3 100644 --- a/test/torture-s/20001013-1.c.s +++ b/test/torture-s/20001013-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001013-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001013-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -67,6 +67,6 @@ z: .size z, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001017-1.c.s b/test/torture-s/20001017-1.c.s index ede465169..e377fbfb9 100644 --- a/test/torture-s/20001017-1.c.s +++ b/test/torture-s/20001017-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001017-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001017-1.c" .section .text.bug,"ax",@progbits .hidden bug .globl bug @@ -34,5 +34,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20001017-2.c.s b/test/torture-s/20001017-2.c.s index b95f506f5..5767d767e 100644 --- a/test/torture-s/20001017-2.c.s +++ b/test/torture-s/20001017-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001017-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001017-2.c" .section .text.fn_4parms,"ax",@progbits .hidden fn_4parms .globl fn_4parms @@ -46,5 +46,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20001024-1.c.s b/test/torture-s/20001024-1.c.s index 228d96646..17d88de20 100644 --- a/test/torture-s/20001024-1.c.s +++ b/test/torture-s/20001024-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001024-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001024-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -62,6 +62,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001026-1.c.s b/test/torture-s/20001026-1.c.s index b862e7bf8..38a6e4300 100644 --- a/test/torture-s/20001026-1.c.s +++ b/test/torture-s/20001026-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001026-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001026-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20001027-1.c.s b/test/torture-s/20001027-1.c.s index d86e8ab68..d54fce343 100644 --- a/test/torture-s/20001027-1.c.s +++ b/test/torture-s/20001027-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001027-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001027-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,11 +9,11 @@ main: # @main # BB#0: # %entry i32.const $push8=, 0 i32.const $push0=, 1 - i32.store $drop=, x($pop8), $pop0 + i32.store x($pop8), $pop0 i32.const $push7=, 0 i32.load $push1=, p($pop7) i32.const $push2=, 2 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 block i32.const $push6=, 0 i32.load $push3=, x($pop6) @@ -51,6 +51,6 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001031-1.c.s b/test/torture-s/20001031-1.c.s index afd011c01..311214289 100644 --- a/test/torture-s/20001031-1.c.s +++ b/test/torture-s/20001031-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001031-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001031-1.c" .section .text.t1,"ax",@progbits .hidden t1 .globl t1 @@ -83,6 +83,6 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001101.c.s b/test/torture-s/20001101.c.s index 0192ab78b..82fc779ee 100644 --- a/test/torture-s/20001101.c.s +++ b/test/torture-s/20001101.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001101.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001101.c" .section .text.dummy,"ax",@progbits .hidden dummy .globl dummy @@ -9,9 +9,9 @@ dummy: # @dummy .result i32 # BB#0: # %entry i32.const $push0=, 7 - i32.store $drop=, 0($1), $pop0 + i32.store 0($1), $pop0 i32.const $push1=, 1 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.const $push2=, 1 # fallthrough-return: $pop2 .endfunc @@ -28,7 +28,7 @@ bogus: # @bogus i32.load8_u $push0=, 0($0) i32.const $push1=, 1 i32.or $push2=, $pop0, $pop1 - i32.store8 $drop=, 0($0), $pop2 + i32.store8 0($0), $pop2 block i32.const $push3=, 7 i32.ne $push4=, $1, $pop3 @@ -58,6 +58,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001108-1.c.s b/test/torture-s/20001108-1.c.s index 3b3e994fa..c2cd05ae9 100644 --- a/test/torture-s/20001108-1.c.s +++ b/test/torture-s/20001108-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001108-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001108-1.c" .section .text.signed_poly,"ax",@progbits .hidden signed_poly .globl signed_poly @@ -53,5 +53,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001111-1.c.s b/test/torture-s/20001111-1.c.s index 63d0993f7..104dc0ebc 100644 --- a/test/torture-s/20001111-1.c.s +++ b/test/torture-s/20001111-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001111-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001111-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -49,7 +49,7 @@ main: # @main end_block # label0: i32.const $push4=, 0 i32.const $push1=, 1 - i32.store8 $drop=, next_buffer($pop4), $pop1 + i32.store8 next_buffer($pop4), $pop1 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -65,6 +65,6 @@ next_buffer: .size next_buffer, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001112-1.c.s b/test/torture-s/20001112-1.c.s index afb4ef756..90afccd29 100644 --- a/test/torture-s/20001112-1.c.s +++ b/test/torture-s/20001112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001112-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001121-1.c.s b/test/torture-s/20001121-1.c.s index 7a75e7d61..759730f8d 100644 --- a/test/torture-s/20001121-1.c.s +++ b/test/torture-s/20001121-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001121-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001121-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -51,5 +51,5 @@ d: .size d, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001124-1.c.s b/test/torture-s/20001124-1.c.s index 6d0955e7d..b84eeb449 100644 --- a/test/torture-s/20001124-1.c.s +++ b/test/torture-s/20001124-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001124-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001124-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,19 +10,19 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 9 - i32.store8 $drop=, s+4($pop1), $pop0 + i32.store8 s+4($pop1), $pop0 i32.const $push10=, 0 i32.const $push2=, 512 - i32.store $drop=, s($pop10), $pop2 + i32.store s($pop10), $pop2 i32.const $push9=, 0 i64.const $push3=, 2048 - i64.store $drop=, i($pop9), $pop3 + i64.store i($pop9), $pop3 i32.const $push8=, 0 i32.const $push4=, s - i32.store $drop=, i+8($pop8), $pop4 + i32.store i+8($pop8), $pop4 i32.const $push7=, 0 i64.const $push5=, 0 - i64.store $drop=, f($pop7), $pop5 + i64.store f($pop7), $pop5 i32.const $push6=, 0 call exit@FUNCTION, $pop6 unreachable @@ -58,5 +58,5 @@ f: .size f, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001130-1.c.s b/test/torture-s/20001130-1.c.s index 895454d65..59f5b04db 100644 --- a/test/torture-s/20001130-1.c.s +++ b/test/torture-s/20001130-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001130-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001130-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20001130-2.c.s b/test/torture-s/20001130-2.c.s index 93a825e3c..15c266152 100644 --- a/test/torture-s/20001130-2.c.s +++ b/test/torture-s/20001130-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001130-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001130-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001203-1.c.s b/test/torture-s/20001203-1.c.s index f3096f1f4..dbef95195 100644 --- a/test/torture-s/20001203-1.c.s +++ b/test/torture-s/20001203-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001203-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001203-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001203-2.c.s b/test/torture-s/20001203-2.c.s index 130c20710..8a4495ec4 100644 --- a/test/torture-s/20001203-2.c.s +++ b/test/torture-s/20001203-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001203-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001203-2.c" .section .text.create_array_type,"ax",@progbits .hidden create_array_type .globl create_array_type @@ -15,11 +15,11 @@ create_array_type: # @create_array_type br_if 0, $pop51 # 0: down to label1 # BB#1: # %if.end i32.const $push0=, 1 - i32.store16 $drop=, 8($0), $pop0 + i32.store16 8($0), $pop0 i32.load $push1=, 0($1) i32.const $push2=, 3 i32.mul $push3=, $pop1, $pop2 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 i32.const $7=, 0 block i32.load $push26=, 4($0) @@ -44,7 +44,7 @@ create_array_type: # @create_array_type i32.const $push40=, 16 i32.add $push39=, $3, $pop40 tee_local $push38=, $3=, $pop39 - i32.store $drop=, 0($7), $pop38 + i32.store 0($7), $pop38 block i32.const $push9=, 12 i32.add $push37=, $1, $pop9 @@ -57,7 +57,7 @@ create_array_type: # @create_array_type i32.const $push11=, 28 i32.add $push12=, $1, $pop11 i32.const $push13=, 1 - i32.store $drop=, 0($pop12), $pop13 + i32.store 0($pop12), $pop13 .LBB0_5: # %if.end17 end_block # label3: i32.const $push19=, 16 @@ -72,7 +72,7 @@ create_array_type: # @create_array_type i32.xor $push17=, $5, $pop16 i32.and $push46=, $pop18, $pop17 tee_local $push45=, $3=, $pop46 - i32.store $drop=, 0($pop49), $pop45 + i32.store 0($pop49), $pop45 i32.const $push20=, 8 i32.add $push21=, $1, $pop20 i32.load $push44=, 0($pop21) @@ -82,11 +82,11 @@ create_array_type: # @create_array_type i32.gt_s $push24=, $pop22, $pop23 i32.select $push42=, $2, $3, $pop24 tee_local $push41=, $1=, $pop42 - i32.store $drop=, 0($6), $pop41 - i32.store $drop=, 0($4), $1 + i32.store 0($6), $pop41 + i32.store 0($4), $1 .LBB0_6: # %cond.end end_block # label2: - i32.store $drop=, 12($0), $7 + i32.store 12($0), $7 return $0 .LBB0_7: # %if.then end_block # label1: @@ -121,9 +121,9 @@ get_discrete_bounds: # @get_discrete_bounds .param i32, i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i64.const $push1=, 2 - i64.store $drop=, 0($1), $pop1 + i64.store 0($1), $pop1 # fallthrough-return .endfunc .Lfunc_end2: @@ -171,6 +171,6 @@ main: # @main .size main, .Lfunc_end5-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001221-1.c.s b/test/torture-s/20001221-1.c.s index 54eede364..f396e4ce4 100644 --- a/test/torture-s/20001221-1.c.s +++ b/test/torture-s/20001221-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001221-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001221-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20001228-1.c.s b/test/torture-s/20001228-1.c.s index ee93eb5cf..b27ced0d4 100644 --- a/test/torture-s/20001228-1.c.s +++ b/test/torture-s/20001228-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001228-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001228-1.c" .section .text.foo1,"ax",@progbits .hidden foo1 .globl foo1 @@ -27,7 +27,7 @@ foo2: # @foo2 i32.sub $push6=, $pop3, $pop4 tee_local $push5=, $0=, $pop6 i32.const $push0=, 1 - i32.store $drop=, 12($pop5), $pop0 + i32.store 12($pop5), $pop0 i32.load8_s $push1=, 12($0) # fallthrough-return: $pop1 .endfunc @@ -48,9 +48,9 @@ main: # @main i32.const $push6=, 16 i32.sub $push10=, $pop5, $pop6 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop7), $pop9 + i32.store __stack_pointer($pop7), $pop9 i32.const $push0=, 1 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 block i32.load8_u $push1=, 12($0) i32.const $push8=, 1 @@ -69,6 +69,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20001229-1.c.s b/test/torture-s/20001229-1.c.s index e73c18aff..dc51ede23 100644 --- a/test/torture-s/20001229-1.c.s +++ b/test/torture-s/20001229-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001229-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20001229-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,5 +38,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010106-1.c.s b/test/torture-s/20010106-1.c.s index 1eb036c89..555973eb9 100644 --- a/test/torture-s/20010106-1.c.s +++ b/test/torture-s/20010106-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010106-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010106-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -58,6 +58,6 @@ main: # @main .size .Lswitch.table, 28 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010114-1.c.s b/test/torture-s/20010114-1.c.s index 6b4d3111a..ce3643d6e 100644 --- a/test/torture-s/20010114-1.c.s +++ b/test/torture-s/20010114-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010114-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010114-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010116-1.c.s b/test/torture-s/20010116-1.c.s index 4bbf3c5f0..e28e692b9 100644 --- a/test/torture-s/20010116-1.c.s +++ b/test/torture-s/20010116-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010116-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010116-1.c" .section .text.find,"ax",@progbits .hidden find .globl find @@ -65,7 +65,7 @@ main: # @main i32.const $push4=, 48 i32.sub $push7=, $pop3, $pop4 tee_local $push6=, $0=, $pop7 - i32.store $drop=, __stack_pointer($pop5), $pop6 + i32.store __stack_pointer($pop5), $pop6 i32.const $push0=, 48 i32.add $push1=, $0, $pop0 call find@FUNCTION, $0, $pop1 @@ -75,6 +75,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010118-1.c.s b/test/torture-s/20010118-1.c.s index 4882b7778..75b2d1112 100644 --- a/test/torture-s/20010118-1.c.s +++ b/test/torture-s/20010118-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010118-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010118-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -32,8 +32,8 @@ bar: # @bar br_if 1, $pop5 # 1: down to label0 .LBB1_2: # %if.then end_block # label1: - i32.store $drop=, 8($0), $3 - i32.store $drop=, 12($0), $4 + i32.store 8($0), $3 + i32.store 12($0), $4 i32.load $push6=, 16($0) f64.convert_s/i32 $push7=, $pop6 f64.const $push8=, 0x0p0 @@ -42,7 +42,7 @@ bar: # @bar f64.mul $push11=, $pop9, $pop10 i32.trunc_s/f64 $push12=, $pop11 i32.add $push13=, $pop12, $1 - i32.store $drop=, 0($0), $pop13 + i32.store 0($0), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.load $push16=, 20($0) @@ -53,7 +53,7 @@ bar: # @bar f64.mul $push19=, $pop18, $pop22 i32.trunc_s/f64 $push20=, $pop19 i32.add $push21=, $pop20, $2 - i32.store $drop=, 0($pop15), $pop21 + i32.store 0($pop15), $pop21 .LBB1_3: # %if.end end_block # label0: # fallthrough-return @@ -76,5 +76,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010119-1.c.s b/test/torture-s/20010119-1.c.s index 0ec3c7511..6333d2ced 100644 --- a/test/torture-s/20010119-1.c.s +++ b/test/torture-s/20010119-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010119-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010119-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010123-1.c.s b/test/torture-s/20010123-1.c.s index 3916f27d1..75444bbb3 100644 --- a/test/torture-s/20010123-1.c.s +++ b/test/torture-s/20010123-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010123-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010123-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010129-1.c.s b/test/torture-s/20010129-1.c.s index e53d13429..d617243b2 100644 --- a/test/torture-s/20010129-1.c.s +++ b/test/torture-s/20010129-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010129-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010129-1.c" .section .text.baz1,"ax",@progbits .hidden baz1 .globl baz1 @@ -15,7 +15,7 @@ baz1: # @baz1 tee_local $push3=, $1=, $pop4 i32.const $push1=, 1 i32.add $push2=, $pop3, $pop1 - i32.store $drop=, baz1.l($pop0), $pop2 + i32.store baz1.l($pop0), $pop2 copy_local $push6=, $1 # fallthrough-return: $pop6 .endfunc @@ -73,7 +73,7 @@ foo: # @foo tee_local $push26=, $9=, $pop27 i32.const $push25=, 1 i32.add $push4=, $pop26, $pop25 - i32.store $drop=, baz1.l($pop29), $pop4 + i32.store baz1.l($pop29), $pop4 block block i32.ge_s $push5=, $9, $1 @@ -143,7 +143,7 @@ foo: # @foo i32.const $push43=, 0 i32.const $push42=, 2 i32.add $push23=, $9, $pop42 - i32.store $drop=, baz1.l($pop43), $pop23 + i32.store baz1.l($pop43), $pop23 i32.const $push41=, 1 i32.add $push40=, $9, $pop41 tee_local $push39=, $9=, $pop40 @@ -176,13 +176,13 @@ main: # @main i32.const $push5=, 16 i32.sub $push12=, $pop4, $pop5 tee_local $push11=, $0=, $pop12 - i32.store $drop=, __stack_pointer($pop6), $pop11 + i32.store __stack_pointer($pop6), $pop11 i32.const $push0=, 0 i32.const $push7=, 12 i32.add $push8=, $0, $pop7 - i32.store $drop=, bar($pop0), $pop8 + i32.store bar($pop0), $pop8 i32.const $push10=, 0 - i32.store $drop=, 12($0), $pop10 + i32.store 12($0), $pop10 i32.const $push2=, 1 i32.const $push1=, 51217 i32.call $drop=, foo@FUNCTION, $0, $pop2, $pop1 @@ -210,6 +210,6 @@ bar: .size bar, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010206-1.c.s b/test/torture-s/20010206-1.c.s index 3adb3535d..974c59071 100644 --- a/test/torture-s/20010206-1.c.s +++ b/test/torture-s/20010206-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010206-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010206-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010221-1.c.s b/test/torture-s/20010221-1.c.s index b526d48ba..ec637958e 100644 --- a/test/torture-s/20010221-1.c.s +++ b/test/torture-s/20010221-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010221-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010221-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -54,6 +54,6 @@ n: .size n, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010222-1.c.s b/test/torture-s/20010222-1.c.s index 470253946..c417df441 100644 --- a/test/torture-s/20010222-1.c.s +++ b/test/torture-s/20010222-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010222-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010222-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -43,6 +43,6 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010224-1.c.s b/test/torture-s/20010224-1.c.s index 40235fe30..aec0171d6 100644 --- a/test/torture-s/20010224-1.c.s +++ b/test/torture-s/20010224-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010224-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010224-1.c" .section .text.ba_compute_psd,"ax",@progbits .hidden ba_compute_psd .globl ba_compute_psd @@ -23,7 +23,7 @@ ba_compute_psd: # @ba_compute_psd i32.add $push6=, $4, $pop17 i32.load16_u $push16=, 0($pop6) tee_local $push15=, $4=, $pop16 - i32.store16 $drop=, 0($pop18), $pop15 + i32.store16 0($pop18), $pop15 block i32.const $push14=, 1 i32.add $push13=, $0, $pop14 @@ -54,7 +54,7 @@ ba_compute_psd: # @ba_compute_psd br_if 0, $pop27 # 0: up to label1 # BB#3: # %for.cond.for.end_crit_edge end_loop # label2: - i32.store16 $drop=, 0($1), $4 + i32.store16 0($1), $4 .LBB0_4: # %for.end end_block # label0: # fallthrough-return @@ -106,7 +106,7 @@ main: # @main i32.add $push7=, $pop6, $pop5 i32.add $push9=, $pop8, $pop7 i32.add $push11=, $pop10, $pop9 - i32.store16 $drop=, 0($pop4), $pop11 + i32.store16 0($pop4), $pop11 block i32.const $push15=, 0 i32.load16_u $push12=, bndpsd+2($pop15) @@ -167,5 +167,5 @@ bndpsd: .size bndpsd, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20010325-1.c.s b/test/torture-s/20010325-1.c.s index e7aea0e40..608611ef0 100644 --- a/test/torture-s/20010325-1.c.s +++ b/test/torture-s/20010325-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010325-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010325-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010329-1.c.s b/test/torture-s/20010329-1.c.s index c7e6b97f5..6a0964022 100644 --- a/test/torture-s/20010329-1.c.s +++ b/test/torture-s/20010329-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010329-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010329-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010403-1.c.s b/test/torture-s/20010403-1.c.s index 994463e58..635c5a47b 100644 --- a/test/torture-s/20010403-1.c.s +++ b/test/torture-s/20010403-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010403-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010403-1.c" .section .text.a,"ax",@progbits .hidden a .globl a @@ -22,7 +22,7 @@ b: # @b i32.load $push0=, 0($0) i32.const $push1=, 1 i32.add $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -84,6 +84,6 @@ e: .size e, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010409-1.c.s b/test/torture-s/20010409-1.c.s index f4fbd3f7b..5cc038462 100644 --- a/test/torture-s/20010409-1.c.s +++ b/test/torture-s/20010409-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010409-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010409-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -12,7 +12,7 @@ foo: # @foo i32.const $push0=, 25 i32.mul $push1=, $2, $pop0 i32.add $push3=, $pop2, $pop1 - i32.store $drop=, c($pop4), $pop3 + i32.store c($pop4), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -72,10 +72,10 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, a - i32.store $drop=, d($pop1), $pop0 + i32.store d($pop1), $pop0 i32.const $push10=, 0 i32.const $push9=, 0 - i32.store $drop=, d+4($pop10), $pop9 + i32.store d+4($pop10), $pop9 i32.const $push3=, .L.str i32.const $push2=, 200 call foo@FUNCTION, $0, $pop3, $pop2 @@ -133,6 +133,6 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010422-1.c.s b/test/torture-s/20010422-1.c.s index b746c5b1a..aef9c5a95 100644 --- a/test/torture-s/20010422-1.c.s +++ b/test/torture-s/20010422-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010422-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010422-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010518-1.c.s b/test/torture-s/20010518-1.c.s index f74f9a53d..40f9ed221 100644 --- a/test/torture-s/20010518-1.c.s +++ b/test/torture-s/20010518-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010518-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010518-1.c" .section .text.add,"ax",@progbits .hidden add .globl add @@ -40,5 +40,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010518-2.c.s b/test/torture-s/20010518-2.c.s index 50273be7b..b2590b97d 100644 --- a/test/torture-s/20010518-2.c.s +++ b/test/torture-s/20010518-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010518-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010518-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,37 +14,37 @@ main: # @main i32.const $push28=, 48 i32.sub $push35=, $pop27, $pop28 tee_local $push34=, $0=, $pop35 - i32.store $drop=, __stack_pointer($pop29), $pop34 + i32.store __stack_pointer($pop29), $pop34 i32.const $push0=, 1 - i32.store16 $drop=, 28($0), $pop0 + i32.store16 28($0), $pop0 i32.const $push33=, 2 - i32.store $drop=, 24($0), $pop33 + i32.store 24($0), $pop33 i32.const $push1=, 3 - i32.store16 $drop=, 22($0), $pop1 + i32.store16 22($0), $pop1 i32.const $push2=, 4 - i32.store16 $drop=, 20($0), $pop2 + i32.store16 20($0), $pop2 i32.const $push3=, 0 - i32.store $drop=, 16($0), $pop3 + i32.store 16($0), $pop3 i32.const $push32=, 0 - i32.store8 $drop=, 15($0), $pop32 + i32.store8 15($0), $pop32 i32.const $push31=, 0 - i32.store8 $drop=, 14($0), $pop31 + i32.store8 14($0), $pop31 i32.load16_u $push4=, 28($0) - i32.store16 $drop=, 46($0), $pop4 + i32.store16 46($0), $pop4 i32.load $push5=, 24($0) - i32.store $drop=, 40($0), $pop5 + i32.store 40($0), $pop5 i32.load16_u $push6=, 22($0) - i32.store16 $drop=, 38($0), $pop6 + i32.store16 38($0), $pop6 i32.load16_u $push7=, 20($0) - i32.store16 $drop=, 36($0), $pop7 + i32.store16 36($0), $pop7 i32.load $push8=, 16($0) - i32.store $drop=, 32($0), $pop8 + i32.store 32($0), $pop8 i32.load8_u $push9=, 15($0) - i32.store8 $drop=, 31($0), $pop9 + i32.store8 31($0), $pop9 i32.load8_u $push10=, 14($0) - i32.store8 $drop=, 30($0), $pop10 + i32.store8 30($0), $pop10 i32.const $push11=, 99 - i32.store8 $drop=, 31($0), $pop11 + i32.store8 31($0), $pop11 block i32.load16_u $push12=, 46($0) i32.const $push30=, 1 @@ -83,6 +83,6 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010520-1.c.s b/test/torture-s/20010520-1.c.s index 98a599c18..31b1f501d 100644 --- a/test/torture-s/20010520-1.c.s +++ b/test/torture-s/20010520-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010520-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010520-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010604-1.c.s b/test/torture-s/20010604-1.c.s index bad3f604b..77c9c7415 100644 --- a/test/torture-s/20010604-1.c.s +++ b/test/torture-s/20010604-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010604-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010604-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -51,6 +51,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20010605-2.c.s b/test/torture-s/20010605-2.c.s index 6c8239ba1..85f99ef2a 100644 --- a/test/torture-s/20010605-2.c.s +++ b/test/torture-s/20010605-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010605-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010605-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -104,6 +104,6 @@ baz: # @baz .size baz, .Lfunc_end3-baz - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20010711-1.c.s b/test/torture-s/20010711-1.c.s index 2fa98b55a..5564edc95 100644 --- a/test/torture-s/20010711-1.c.s +++ b/test/torture-s/20010711-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010711-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010711-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,5 +27,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010717-1.c.s b/test/torture-s/20010717-1.c.s index b414ccef6..b63e07cd9 100644 --- a/test/torture-s/20010717-1.c.s +++ b/test/torture-s/20010717-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010717-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010717-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20010723-1.c.s b/test/torture-s/20010723-1.c.s index dd1413d83..349f8f277 100644 --- a/test/torture-s/20010723-1.c.s +++ b/test/torture-s/20010723-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010723-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010723-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010904-1.c.s b/test/torture-s/20010904-1.c.s index 2ad7348e2..1392ea41f 100644 --- a/test/torture-s/20010904-1.c.s +++ b/test/torture-s/20010904-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010904-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010904-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,5 +24,5 @@ y: .size y, 2112 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010904-2.c.s b/test/torture-s/20010904-2.c.s index 9d2f75423..a6d3041cf 100644 --- a/test/torture-s/20010904-2.c.s +++ b/test/torture-s/20010904-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010904-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010904-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,5 +24,5 @@ y: .size y, 2112 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20010910-1.c.s b/test/torture-s/20010910-1.c.s index e8a712ee4..506a47417 100644 --- a/test/torture-s/20010910-1.c.s +++ b/test/torture-s/20010910-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010910-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010910-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20010915-1.c.s b/test/torture-s/20010915-1.c.s index d4f65d467..69be32292 100644 --- a/test/torture-s/20010915-1.c.s +++ b/test/torture-s/20010915-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010915-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010915-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,18 +15,18 @@ main: # @main i32.const $push13=, 32 i32.sub $push21=, $pop12, $pop13 tee_local $push20=, $2=, $pop21 - i32.store $drop=, __stack_pointer($pop14), $pop20 + i32.store __stack_pointer($pop14), $pop20 i32.const $push2=, 16 i32.add $push3=, $2, $pop2 i32.const $push19=, 0 i32.load $push1=, .Lmain.args+16($pop19) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push18=, 0 i64.load $push4=, .Lmain.args+8($pop18) - i64.store $drop=, 8($2), $pop4 + i64.store 8($2), $pop4 i32.const $push17=, 0 i64.load $push5=, .Lmain.args($pop17) - i64.store $drop=, 0($2), $pop5 + i64.store 0($2), $pop5 i32.const $push16=, 5 i32.call $drop=, x@FUNCTION, $pop16, $2 block @@ -94,7 +94,7 @@ x: # @x tee_local $push37=, $3=, $pop38 i32.const $push9=, 1 i32.add $push10=, $pop37, $pop9 - i32.store $drop=, check($pop8), $pop10 + i32.store check($pop8), $pop10 i32.const $push11=, 2 i32.ge_s $push12=, $3, $pop11 br_if 0, $pop12 # 0: down to label3 @@ -106,14 +106,14 @@ x: # @x i32.const $push41=, 0 i32.const $push15=, 2 i32.add $push16=, $3, $pop15 - i32.store $drop=, check($pop41), $pop16 + i32.store check($pop41), $pop16 i32.const $push40=, 1 i32.ge_s $push17=, $3, $pop40 br_if 0, $pop17 # 0: down to label3 # BB#7: # %s.exit48 i32.const $push44=, 0 i32.const $push43=, 0 - i32.store $drop=, u($pop44), $pop43 + i32.store u($pop44), $pop43 i32.load $push19=, 0($2) i32.const $push42=, 1 i32.add $push18=, $5, $pop42 @@ -124,7 +124,7 @@ x: # @x i32.const $push47=, 1 i32.add $push46=, $4, $pop47 tee_local $push45=, $5=, $pop46 - i32.store $drop=, o($pop48), $pop45 + i32.store o($pop48), $pop45 block block i32.ge_s $push21=, $5, $0 @@ -162,17 +162,17 @@ x: # @x i32.const $push67=, 0 i32.const $push66=, 1 i32.add $push29=, $1, $pop66 - i32.store $drop=, r.cnt($pop67), $pop29 + i32.store r.cnt($pop67), $pop29 i32.const $push65=, 0 i32.const $push64=, 1 i32.add $push63=, $4, $pop64 tee_local $push62=, $4=, $pop63 - i32.store8 $drop=, r.c.0($pop65), $pop62 + i32.store8 r.c.0($pop65), $pop62 i32.const $push61=, 0 i32.const $push60=, 1 i32.add $push59=, $5, $pop60 tee_local $push58=, $5=, $pop59 - i32.store $drop=, o($pop61), $pop58 + i32.store o($pop61), $pop58 i32.const $push57=, 4 i32.add $3=, $3, $pop57 i32.lt_s $push30=, $5, $0 @@ -222,14 +222,14 @@ s: # @s tee_local $push7=, $2=, $pop8 i32.const $push6=, 1 i32.add $push2=, $pop7, $pop6 - i32.store $drop=, check($pop10), $pop2 + i32.store check($pop10), $pop2 i32.const $push3=, 2 i32.ge_s $push4=, $2, $pop3 br_if 0, $pop4 # 0: down to label8 # BB#2: # %if.end i32.const $push12=, 1 i32.add $push5=, $0, $pop12 - i32.store $drop=, 0($1), $pop5 + i32.store 0($1), $pop5 i32.const $push11=, 0 return $pop11 .LBB2_3: # %if.then @@ -284,11 +284,11 @@ r: # @r i32.const $push7=, 0 i32.const $push5=, 1 i32.add $push6=, $0, $pop5 - i32.store $drop=, r.cnt($pop7), $pop6 + i32.store r.cnt($pop7), $pop6 i32.const $push17=, 0 i32.const $push16=, 1 i32.add $push8=, $1, $pop16 - i32.store8 $drop=, r.c.0($pop17), $pop8 + i32.store8 r.c.0($pop17), $pop8 i32.const $push15=, 1 return $pop15 .LBB4_4: # %if.then @@ -386,7 +386,7 @@ r.c.0: .size r.c.0, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/20010924-1.c.s b/test/torture-s/20010924-1.c.s index cf6924acf..a35a68bdf 100644 --- a/test/torture-s/20010924-1.c.s +++ b/test/torture-s/20010924-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010924-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010924-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -140,5 +140,5 @@ a4: .size a4, 3 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20010925-1.c.s b/test/torture-s/20010925-1.c.s index ba5ef671a..cf354b858 100644 --- a/test/torture-s/20010925-1.c.s +++ b/test/torture-s/20010925-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010925-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20010925-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,11 +10,11 @@ main: # @main i32.const $push0=, 0 i32.const $push6=, 0 i32.load16_u $push1=, src+8($pop6) - i32.store16 $drop=, dst+8($pop0), $pop1 + i32.store16 dst+8($pop0), $pop1 i32.const $push5=, 0 i32.const $push4=, 0 i64.load $push2=, src($pop4) - i64.store $drop=, dst($pop5), $pop2 + i64.store dst($pop5), $pop2 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -65,5 +65,5 @@ src: .size src, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011008-3.c.s b/test/torture-s/20011008-3.c.s index 472f3a018..32a712d49 100644 --- a/test/torture-s/20011008-3.c.s +++ b/test/torture-s/20011008-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011008-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011008-3.c" .section .text.log_compare,"ax",@progbits .hidden log_compare .globl log_compare @@ -54,7 +54,7 @@ __db_txnlist_lsnadd: # @__db_txnlist_lsnadd i32.add $push3=, $1, $pop2 i32.load $push4=, 0($pop3) i64.load $push5=, 0($pop4):p2align=2 - i64.store $drop=, 0($2):p2align=2, $pop5 + i64.store 0($2):p2align=2, $pop5 i32.add $push6=, $0, $3 # fallthrough-return: $pop6 .endfunc @@ -76,5 +76,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011019-1.c.s b/test/torture-s/20011019-1.c.s index cea3d58b9..9be1ae412 100644 --- a/test/torture-s/20011019-1.c.s +++ b/test/torture-s/20011019-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011019-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011019-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,7 +27,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, x+4 - i32.store $drop=, y($pop1), $pop0 + i32.store y($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -54,5 +54,5 @@ x: .size x, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011024-1.c.s b/test/torture-s/20011024-1.c.s index 2e00445a4..ef8ccdb90 100644 --- a/test/torture-s/20011024-1.c.s +++ b/test/torture-s/20011024-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011024-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011024-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push6=, 0 i32.const $push0=, 6513249 - i32.store $drop=, buf($pop6), $pop0 + i32.store buf($pop6), $pop0 block i32.const $push2=, buf i32.const $push1=, .L.str @@ -19,11 +19,11 @@ main: # @main i32.const $push11=, 0 i32.const $push10=, 0 i32.load8_u $push4=, .L.str.1+8($pop10) - i32.store8 $drop=, buf+8($pop11), $pop4 + i32.store8 buf+8($pop11), $pop4 i32.const $push9=, 0 i32.const $push8=, 0 i64.load $push5=, .L.str.1($pop8):p2align=0 - i64.store $drop=, buf($pop9), $pop5 + i64.store buf($pop9), $pop5 i32.const $push7=, 0 return $pop7 .LBB0_2: # %if.then1.i @@ -55,6 +55,6 @@ buf: .size .L.str.1, 9 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/20011109-1.c.s b/test/torture-s/20011109-1.c.s index 0efe4f99e..9cd392c6e 100644 --- a/test/torture-s/20011109-1.c.s +++ b/test/torture-s/20011109-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011109-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011109-1.c" .section .text.fail1,"ax",@progbits .hidden fail1 .globl fail1 @@ -116,6 +116,6 @@ main: # @main .size main, .Lfunc_end5-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20011109-2.c.s b/test/torture-s/20011109-2.c.s index 7d342bbc1..917c51c01 100644 --- a/test/torture-s/20011109-2.c.s +++ b/test/torture-s/20011109-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011109-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011109-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011113-1.c.s b/test/torture-s/20011113-1.c.s index 9c5f4338c..635ddcb42 100644 --- a/test/torture-s/20011113-1.c.s +++ b/test/torture-s/20011113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011113-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -149,6 +149,6 @@ t: .size t, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20011114-1.c.s b/test/torture-s/20011114-1.c.s index eede5bbdd..8fdfe330f 100644 --- a/test/torture-s/20011114-1.c.s +++ b/test/torture-s/20011114-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011114-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011114-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011115-1.c.s b/test/torture-s/20011115-1.c.s index 7b0e3eb22..0776c68a8 100644 --- a/test/torture-s/20011115-1.c.s +++ b/test/torture-s/20011115-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011115-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011115-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011121-1.c.s b/test/torture-s/20011121-1.c.s index 392b3a5fa..4896e0453 100644 --- a/test/torture-s/20011121-1.c.s +++ b/test/torture-s/20011121-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011121-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011121-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,5 +24,5 @@ s1: .size s1, 76 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011126-1.c.s b/test/torture-s/20011126-1.c.s index a00c2540c..b44b6be33 100644 --- a/test/torture-s/20011126-1.c.s +++ b/test/torture-s/20011126-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011126-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011126-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,5 +34,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20011126-2.c.s b/test/torture-s/20011126-2.c.s index ad35975bc..43d59d352 100644 --- a/test/torture-s/20011126-2.c.s +++ b/test/torture-s/20011126-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011126-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011126-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -73,7 +73,7 @@ main: # @main # BB#7: # %while.body14.preheader.i # in Loop: Header=BB0_1 Depth=1 end_loop # label4: - i32.store8 $drop=, 0($0), $1 + i32.store8 0($0), $1 i32.const $push35=, 1 i32.add $6=, $5, $pop35 i32.const $push34=, 0 @@ -94,7 +94,7 @@ main: # @main # => This Inner Loop Header: Depth=2 loop # label9: i32.load8_u $push9=, 0($6) - i32.store8 $drop=, 0($4), $pop9 + i32.store8 0($4), $pop9 i32.const $push41=, 1 i32.add $4=, $4, $pop41 i32.const $push40=, 1 @@ -138,4 +138,4 @@ main: # @main .size .L.str, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20011128-1.c.s b/test/torture-s/20011128-1.c.s index 7bb3888c5..d936528cd 100644 --- a/test/torture-s/20011128-1.c.s +++ b/test/torture-s/20011128-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011128-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011128-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011217-1.c.s b/test/torture-s/20011217-1.c.s index f52cda6a6..f1994f5d7 100644 --- a/test/torture-s/20011217-1.c.s +++ b/test/torture-s/20011217-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011217-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011217-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011219-1.c.s b/test/torture-s/20011219-1.c.s index c61a71d09..e4e420516 100644 --- a/test/torture-s/20011219-1.c.s +++ b/test/torture-s/20011219-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011219-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011219-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -53,5 +53,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20011223-1.c.s b/test/torture-s/20011223-1.c.s index 58b1cc3ba..10700b736 100644 --- a/test/torture-s/20011223-1.c.s +++ b/test/torture-s/20011223-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011223-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20011223-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020103-1.c.s b/test/torture-s/20020103-1.c.s index d791f9c43..367f76fe3 100644 --- a/test/torture-s/20020103-1.c.s +++ b/test/torture-s/20020103-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020103-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020103-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020107-1.c.s b/test/torture-s/20020107-1.c.s index 19426d379..9178d6d2d 100644 --- a/test/torture-s/20020107-1.c.s +++ b/test/torture-s/20020107-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020107-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020107-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -57,6 +57,6 @@ buf: .size buf, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20020108-1.c.s b/test/torture-s/20020108-1.c.s index ecae01a65..38e1d364f 100644 --- a/test/torture-s/20020108-1.c.s +++ b/test/torture-s/20020108-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020108-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020108-1.c" .section .text.ashift_qi_0,"ax",@progbits .hidden ashift_qi_0 .globl ashift_qi_0 @@ -2570,5 +2570,5 @@ main: # @main .size main, .Lfunc_end168-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020118-1.c.s b/test/torture-s/20020118-1.c.s index 17066658c..19f487e31 100644 --- a/test/torture-s/20020118-1.c.s +++ b/test/torture-s/20020118-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020118-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020118-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -16,37 +16,37 @@ foo: # @foo loop # label0: i32.const $push24=, 0 i32.load8_s $push2=, 0($0) - i32.store $drop=, n($pop24), $pop2 + i32.store n($pop24), $pop2 i32.const $push23=, 0 i32.load8_s $push3=, 0($0) - i32.store $drop=, n($pop23), $pop3 + i32.store n($pop23), $pop3 i32.const $push22=, 0 i32.load8_s $push4=, 0($0) - i32.store $drop=, n($pop22), $pop4 + i32.store n($pop22), $pop4 i32.const $push21=, 0 i32.load8_s $push5=, 0($0) - i32.store $drop=, n($pop21), $pop5 + i32.store n($pop21), $pop5 i32.const $push20=, 0 i32.load8_s $push6=, 0($0) - i32.store $drop=, n($pop20), $pop6 + i32.store n($pop20), $pop6 i32.const $push19=, 0 i32.load8_s $push7=, 0($0) - i32.store $drop=, n($pop19), $pop7 + i32.store n($pop19), $pop7 i32.const $push18=, 0 i32.load8_s $push8=, 0($0) - i32.store $drop=, n($pop18), $pop8 + i32.store n($pop18), $pop8 i32.const $push17=, 0 i32.load8_s $push9=, 0($0) - i32.store $drop=, n($pop17), $pop9 + i32.store n($pop17), $pop9 i32.const $push16=, 0 i32.load8_s $push10=, 0($0) - i32.store $drop=, n($pop16), $pop10 + i32.store n($pop16), $pop10 i32.const $push15=, 0 i32.load8_s $push11=, 0($0) - i32.store $drop=, n($pop15), $pop11 + i32.store n($pop15), $pop11 i32.const $push14=, 0 i32.load8_s $push12=, 0($0) - i32.store $drop=, n($pop14), $pop12 + i32.store n($pop14), $pop12 br 0 # 0: up to label0 .LBB0_2: end_loop # label1: @@ -87,5 +87,5 @@ n: .size n, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020127-1.c.s b/test/torture-s/20020127-1.c.s index 1bacf7357..84a2b4756 100644 --- a/test/torture-s/20020127-1.c.s +++ b/test/torture-s/20020127-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020127-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020127-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,5 +34,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020129-1.c.s b/test/torture-s/20020129-1.c.s index 5e62a0b0f..77def7271 100644 --- a/test/torture-s/20020129-1.c.s +++ b/test/torture-s/20020129-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020129-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020129-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -23,17 +23,17 @@ foo: # @foo end_block # label2: i32.const $push1=, 28 i32.add $push2=, $0, $pop1 - i32.store $drop=, 0($pop2), $2 + i32.store 0($pop2), $2 i32.const $push13=, 28 i32.add $push3=, $1, $pop13 i32.const $push4=, 0 - i32.store $drop=, 0($pop3), $pop4 + i32.store 0($pop3), $pop4 i32.eqz $push22=, $2 br_if 0, $pop22 # 0: down to label1 .LBB0_3: # %for.body # =>This Inner Loop Header: Depth=1 loop # label3: - i32.store $drop=, 4($2), $0 + i32.store 4($2), $0 i32.load $push15=, 0($2) tee_local $push14=, $2=, $pop15 br_if 0, $pop14 # 0: up to label3 @@ -55,16 +55,16 @@ foo: # @foo .LBB0_7: # %if.end22.thread end_block # label5: i32.load $push8=, 16($1) - i32.store $drop=, 16($0), $pop8 + i32.store 16($0), $pop8 i32.const $push9=, 12 i32.add $push10=, $0, $pop9 - i32.store $drop=, 0($pop10), $2 + i32.store 0($pop10), $2 i32.const $push11=, 0 - i32.store $drop=, 16($1), $pop11 + i32.store 16($1), $pop11 i32.const $push19=, 12 i32.add $push12=, $1, $pop19 i32.const $push18=, -1 - i32.store $drop=, 0($pop12), $pop18 + i32.store 0($pop12), $pop18 return .LBB0_8: # %if.then26 end_block # label0: @@ -83,16 +83,16 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 145 - i32.store $drop=, y+12($pop1), $pop0 + i32.store y+12($pop1), $pop0 i32.const $push10=, 0 i32.const $push2=, 6 - i32.store $drop=, y($pop10), $pop2 + i32.store y($pop10), $pop2 i32.const $push9=, 0 i32.const $push3=, 2448 - i32.store $drop=, y+16($pop9), $pop3 + i32.store y+16($pop9), $pop3 i32.const $push8=, 0 i32.const $push4=, -1 - i32.store $drop=, x+12($pop8), $pop4 + i32.store x+12($pop8), $pop4 i32.const $push6=, x i32.const $push5=, y call foo@FUNCTION, $pop6, $pop5 @@ -122,6 +122,6 @@ x: .size x, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020201-1.c.s b/test/torture-s/20020201-1.c.s index 56c16b0bc..b2e7e7027 100644 --- a/test/torture-s/20020201-1.c.s +++ b/test/torture-s/20020201-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020201-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020201-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -148,6 +148,6 @@ Lx: .size Lx, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020206-1.c.s b/test/torture-s/20020206-1.c.s index 806b9cd57..3fda6c0dc 100644 --- a/test/torture-s/20020206-1.c.s +++ b/test/torture-s/20020206-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020206-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020206-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -8,9 +8,9 @@ bar: # @bar .param i32 # BB#0: # %entry i32.const $push0=, 31 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i64.const $push1=, 223338299568 - i64.store $drop=, 0($0):p2align=2, $pop1 + i64.store 0($0):p2align=2, $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -62,11 +62,11 @@ main: # @main i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $0=, $pop8 - i32.store $drop=, __stack_pointer($pop6), $pop7 + i32.store __stack_pointer($pop6), $pop7 i32.const $push0=, 31 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i64.const $push1=, 223338299568 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 call baz@FUNCTION, $0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -76,6 +76,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020206-2.c.s b/test/torture-s/20020206-2.c.s index e239a470d..100bdb78f 100644 --- a/test/torture-s/20020206-2.c.s +++ b/test/torture-s/20020206-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020206-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020206-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,6 +39,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020213-1.c.s b/test/torture-s/20020213-1.c.s index 9f3705991..b9b24a836 100644 --- a/test/torture-s/20020213-1.c.s +++ b/test/torture-s/20020213-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020213-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020213-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -18,7 +18,7 @@ foo: # @foo i32.gt_s $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 i32.select $push4=, $pop3, $pop8, $pop5 - i32.store $drop=, a+4($pop0), $pop4 + i32.store a+4($pop0), $pop4 block i32.eqz $push11=, $0 br_if 0, $pop11 # 0: down to label0 @@ -55,10 +55,10 @@ main: # @main # BB#0: # %foo.exit i32.const $push1=, 0 i32.const $push0=, 3384 - i32.store $drop=, b($pop1), $pop0 + i32.store b($pop1), $pop0 i32.const $push4=, 0 i64.const $push2=, 9626087063552 - i64.store $drop=, a($pop4):p2align=2, $pop2 + i64.store a($pop4):p2align=2, $pop2 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -84,5 +84,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20020215-1.c.s b/test/torture-s/20020215-1.c.s index ee1e494e2..b85bdcac7 100644 --- a/test/torture-s/20020215-1.c.s +++ b/test/torture-s/20020215-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020215-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020215-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,21 +8,21 @@ foo: # @foo .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push11=, 8 i32.add $push3=, $1, $pop11 i32.load $push4=, 0($pop3) - i32.store $drop=, 0($pop2), $pop4 + i32.store 0($pop2), $pop4 i32.const $push5=, 4 i32.add $push6=, $0, $pop5 i32.load $push7=, 4($1) i32.const $push8=, 1 i32.add $push10=, $pop7, $pop8 tee_local $push9=, $0=, $pop10 - i32.store $drop=, 0($pop6), $pop9 - i32.store $drop=, 4($1), $0 + i32.store 0($pop6), $pop9 + i32.store 4($1), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020216-1.c.s b/test/torture-s/20020216-1.c.s index 5960dc215..e36460bda 100644 --- a/test/torture-s/20020216-1.c.s +++ b/test/torture-s/20020216-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020216-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020216-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -54,6 +54,6 @@ c: .size c, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020219-1.c.s b/test/torture-s/20020219-1.c.s index d50958924..9d1fdcb1e 100644 --- a/test/torture-s/20020219-1.c.s +++ b/test/torture-s/20020219-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020219-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020219-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020225-1.c.s b/test/torture-s/20020225-1.c.s index 7daab10e4..22617023d 100644 --- a/test/torture-s/20020225-1.c.s +++ b/test/torture-s/20020225-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020225-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020225-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020225-2.c.s b/test/torture-s/20020225-2.c.s index 3995ea1c1..b86c3b754 100644 --- a/test/torture-s/20020225-2.c.s +++ b/test/torture-s/20020225-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020225-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020225-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020226-1.c.s b/test/torture-s/20020226-1.c.s index 1a39b9ba3..ff3830c4d 100644 --- a/test/torture-s/20020226-1.c.s +++ b/test/torture-s/20020226-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020226-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020226-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -264,6 +264,6 @@ shift2: .size shift2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020227-1.c.s b/test/torture-s/20020227-1.c.s index 4b6753bfd..d0ee45664 100644 --- a/test/torture-s/20020227-1.c.s +++ b/test/torture-s/20020227-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020227-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020227-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -60,6 +60,6 @@ f2: # @f2 .size f2, .Lfunc_end2-f2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20020307-1.c.s b/test/torture-s/20020307-1.c.s index 2132cf79e..55a3729e2 100644 --- a/test/torture-s/20020307-1.c.s +++ b/test/torture-s/20020307-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020307-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020307-1.c" .section .text.f3,"ax",@progbits .hidden f3 .globl f3 @@ -682,6 +682,6 @@ main: # @main .size main, .Lfunc_end29-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020314-1.c.s b/test/torture-s/20020314-1.c.s index fc6a4bb1d..1e43c4bc7 100644 --- a/test/torture-s/20020314-1.c.s +++ b/test/torture-s/20020314-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020314-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020314-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020320-1.c.s b/test/torture-s/20020320-1.c.s index 1bd5b21bd..41abc945f 100644 --- a/test/torture-s/20020320-1.c.s +++ b/test/torture-s/20020320-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020320-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020320-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020321-1.c.s b/test/torture-s/20020321-1.c.s index 4f899ff6d..d998eeb10 100644 --- a/test/torture-s/20020321-1.c.s +++ b/test/torture-s/20020321-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020321-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020321-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -42,4 +42,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020328-1.c.s b/test/torture-s/20020328-1.c.s index e6675aac1..a90c4f4e9 100644 --- a/test/torture-s/20020328-1.c.s +++ b/test/torture-s/20020328-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020328-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020328-1.c" .section .text.func,"ax",@progbits .hidden func .globl func @@ -59,6 +59,6 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020402-1.c.s b/test/torture-s/20020402-1.c.s index 85aef60d8..447366f49 100644 --- a/test/torture-s/20020402-1.c.s +++ b/test/torture-s/20020402-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020402-2.c.s b/test/torture-s/20020402-2.c.s index e5867753a..68309084e 100644 --- a/test/torture-s/20020402-2.c.s +++ b/test/torture-s/20020402-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-2.c" .section .text.InitCache,"ax",@progbits .hidden InitCache .globl InitCache @@ -8,121 +8,121 @@ InitCache: # @InitCache .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, MyPte+4($pop0), $0 + i32.store MyPte+4($pop0), $0 i32.const $push76=, 0 i32.const $push1=, 5 - i32.store $drop=, MyPte+12($pop76), $pop1 + i32.store MyPte+12($pop76), $pop1 i32.const $push75=, 0 i32.const $push2=, MyPte+16 - i32.store $drop=, Local1($pop75), $pop2 + i32.store Local1($pop75), $pop2 i32.const $push74=, 0 i32.const $push3=, MyPte+20 - i32.store $drop=, Local2($pop74), $pop3 + i32.store Local2($pop74), $pop3 i32.const $push73=, 0 i32.const $push4=, MyPte+24 - i32.store $drop=, Local3($pop73), $pop4 + i32.store Local3($pop73), $pop4 i32.const $push72=, 0 i32.const $push5=, MyPte+28 - i32.store $drop=, RDbf1($pop72), $pop5 + i32.store RDbf1($pop72), $pop5 i32.const $push71=, 0 i32.const $push70=, 0 - i32.store $drop=, MyPte+8($pop71), $pop70 + i32.store MyPte+8($pop71), $pop70 i32.const $push69=, 0 i32.const $push6=, MyPte+32 - i32.store $drop=, RDbf2($pop69), $pop6 + i32.store RDbf2($pop69), $pop6 i32.const $push68=, 0 i32.const $push7=, MyPte+36 - i32.store $drop=, RDbf3($pop68), $pop7 + i32.store RDbf3($pop68), $pop7 i32.const $push67=, 0 i32.const $push8=, 1 - i32.store $drop=, MyPte+36($pop67), $pop8 + i32.store MyPte+36($pop67), $pop8 i32.const $push66=, 0 i32.const $push9=, MyPte+156 - i32.store $drop=, IntVc1($pop66), $pop9 + i32.store IntVc1($pop66), $pop9 i32.const $push65=, 0 i32.const $push10=, MyPte+160 - i32.store $drop=, IntVc2($pop65), $pop10 + i32.store IntVc2($pop65), $pop10 i32.const $push64=, 0 i32.const $push11=, MyPte+164 - i32.store $drop=, IntCode3($pop64), $pop11 + i32.store IntCode3($pop64), $pop11 i32.const $push63=, 0 i32.const $push12=, MyPte+168 - i32.store $drop=, IntCode4($pop63), $pop12 + i32.store IntCode4($pop63), $pop12 i32.const $push62=, 0 i32.const $push13=, MyPte+172 - i32.store $drop=, IntCode5($pop62), $pop13 + i32.store IntCode5($pop62), $pop13 i32.const $push61=, 0 i32.const $push14=, MyPte+176 - i32.store $drop=, IntCode6($pop61), $pop14 + i32.store IntCode6($pop61), $pop14 i32.const $push60=, 0 i32.const $push15=, MyPte+180 - i32.store $drop=, Workspace($pop60), $pop15 + i32.store Workspace($pop60), $pop15 i32.const $push59=, 0 i32.const $push16=, MyPte+184 - i32.store $drop=, Workspace+4($pop59), $pop16 + i32.store Workspace+4($pop59), $pop16 i32.const $push58=, 0 i32.const $push17=, MyPte+188 - i32.store $drop=, Workspace+8($pop58), $pop17 + i32.store Workspace+8($pop58), $pop17 i32.const $push57=, 0 i32.const $push18=, MyPte+192 - i32.store $drop=, Workspace+12($pop57), $pop18 + i32.store Workspace+12($pop57), $pop18 i32.const $push56=, 0 i32.const $push19=, MyPte+196 - i32.store $drop=, Workspace+16($pop56), $pop19 + i32.store Workspace+16($pop56), $pop19 i32.const $push55=, 0 i32.const $push20=, MyPte+200 - i32.store $drop=, Workspace+20($pop55), $pop20 + i32.store Workspace+20($pop55), $pop20 i32.const $push54=, 0 i32.const $push21=, MyPte+204 - i32.store $drop=, Workspace+24($pop54), $pop21 + i32.store Workspace+24($pop54), $pop21 i32.const $push53=, 0 i32.const $push22=, MyPte+208 - i32.store $drop=, Workspace+28($pop53), $pop22 + i32.store Workspace+28($pop53), $pop22 i32.const $push52=, 0 i32.const $push23=, MyPte+212 - i32.store $drop=, Workspace+32($pop52), $pop23 + i32.store Workspace+32($pop52), $pop23 i32.const $push51=, 0 i32.const $push24=, MyPte+216 - i32.store $drop=, Workspace+36($pop51), $pop24 + i32.store Workspace+36($pop51), $pop24 i32.const $push50=, 0 i32.const $push25=, MyPte+220 - i32.store $drop=, Workspace+40($pop50), $pop25 + i32.store Workspace+40($pop50), $pop25 i32.const $push49=, 0 i32.const $push26=, MyPte+108 - i32.store $drop=, Lom1($pop49), $pop26 + i32.store Lom1($pop49), $pop26 i32.const $push48=, 0 i32.const $push27=, MyPte+112 - i32.store $drop=, Lom2($pop48), $pop27 + i32.store Lom2($pop48), $pop27 i32.const $push47=, 0 i32.const $push28=, MyPte+116 - i32.store $drop=, Lom3($pop47), $pop28 + i32.store Lom3($pop47), $pop28 i32.const $push46=, 0 i32.const $push29=, MyPte+120 - i32.store $drop=, Lom4($pop46), $pop29 + i32.store Lom4($pop46), $pop29 i32.const $push45=, 0 i32.const $push30=, MyPte+124 - i32.store $drop=, Lom5($pop45), $pop30 + i32.store Lom5($pop45), $pop30 i32.const $push44=, 0 i32.const $push31=, MyPte+128 - i32.store $drop=, Lom6($pop44), $pop31 + i32.store Lom6($pop44), $pop31 i32.const $push43=, 0 i32.const $push32=, MyPte+132 - i32.store $drop=, Lom7($pop43), $pop32 + i32.store Lom7($pop43), $pop32 i32.const $push42=, 0 i32.const $push33=, MyPte+136 - i32.store $drop=, Lom8($pop42), $pop33 + i32.store Lom8($pop42), $pop33 i32.const $push41=, 0 i32.const $push34=, MyPte+140 - i32.store $drop=, Lom9($pop41), $pop34 + i32.store Lom9($pop41), $pop34 i32.const $push40=, 0 i32.const $push35=, MyPte+144 - i32.store $drop=, Lom10($pop40), $pop35 + i32.store Lom10($pop40), $pop35 i32.const $push39=, 0 i32.const $push36=, MyPte+148 - i32.store $drop=, RDbf11($pop39), $pop36 + i32.store RDbf11($pop39), $pop36 i32.const $push38=, 0 i32.const $push37=, MyPte+152 - i32.store $drop=, RDbf12($pop38), $pop37 + i32.store RDbf12($pop38), $pop37 # fallthrough-return .endfunc .Lfunc_end0: @@ -138,118 +138,118 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 5 - i32.store $drop=, MyPte+12($pop1), $pop0 + i32.store MyPte+12($pop1), $pop0 i32.const $push76=, 0 i64.const $push2=, 5 - i64.store $drop=, MyPte+4($pop76):p2align=2, $pop2 + i64.store MyPte+4($pop76):p2align=2, $pop2 i32.const $push75=, 0 i32.const $push3=, MyPte+16 - i32.store $drop=, Local1($pop75), $pop3 + i32.store Local1($pop75), $pop3 i32.const $push74=, 0 i32.const $push4=, MyPte+20 - i32.store $drop=, Local2($pop74), $pop4 + i32.store Local2($pop74), $pop4 i32.const $push73=, 0 i32.const $push5=, MyPte+24 - i32.store $drop=, Local3($pop73), $pop5 + i32.store Local3($pop73), $pop5 i32.const $push72=, 0 i32.const $push6=, MyPte+28 - i32.store $drop=, RDbf1($pop72), $pop6 + i32.store RDbf1($pop72), $pop6 i32.const $push71=, 0 i32.const $push7=, MyPte+32 - i32.store $drop=, RDbf2($pop71), $pop7 + i32.store RDbf2($pop71), $pop7 i32.const $push70=, 0 i32.const $push8=, MyPte+36 - i32.store $drop=, RDbf3($pop70), $pop8 + i32.store RDbf3($pop70), $pop8 i32.const $push69=, 0 i32.const $push9=, 1 - i32.store $drop=, MyPte+36($pop69), $pop9 + i32.store MyPte+36($pop69), $pop9 i32.const $push68=, 0 i32.const $push10=, MyPte+156 - i32.store $drop=, IntVc1($pop68), $pop10 + i32.store IntVc1($pop68), $pop10 i32.const $push67=, 0 i32.const $push11=, MyPte+160 - i32.store $drop=, IntVc2($pop67), $pop11 + i32.store IntVc2($pop67), $pop11 i32.const $push66=, 0 i32.const $push12=, MyPte+164 - i32.store $drop=, IntCode3($pop66), $pop12 + i32.store IntCode3($pop66), $pop12 i32.const $push65=, 0 i32.const $push13=, MyPte+168 - i32.store $drop=, IntCode4($pop65), $pop13 + i32.store IntCode4($pop65), $pop13 i32.const $push64=, 0 i32.const $push14=, MyPte+172 - i32.store $drop=, IntCode5($pop64), $pop14 + i32.store IntCode5($pop64), $pop14 i32.const $push63=, 0 i32.const $push15=, MyPte+176 - i32.store $drop=, IntCode6($pop63), $pop15 + i32.store IntCode6($pop63), $pop15 i32.const $push62=, 0 i32.const $push16=, MyPte+180 - i32.store $drop=, Workspace($pop62), $pop16 + i32.store Workspace($pop62), $pop16 i32.const $push61=, 0 i32.const $push17=, MyPte+184 - i32.store $drop=, Workspace+4($pop61), $pop17 + i32.store Workspace+4($pop61), $pop17 i32.const $push60=, 0 i32.const $push18=, MyPte+188 - i32.store $drop=, Workspace+8($pop60), $pop18 + i32.store Workspace+8($pop60), $pop18 i32.const $push59=, 0 i32.const $push19=, MyPte+192 - i32.store $drop=, Workspace+12($pop59), $pop19 + i32.store Workspace+12($pop59), $pop19 i32.const $push58=, 0 i32.const $push20=, MyPte+196 - i32.store $drop=, Workspace+16($pop58), $pop20 + i32.store Workspace+16($pop58), $pop20 i32.const $push57=, 0 i32.const $push21=, MyPte+200 - i32.store $drop=, Workspace+20($pop57), $pop21 + i32.store Workspace+20($pop57), $pop21 i32.const $push56=, 0 i32.const $push22=, MyPte+204 - i32.store $drop=, Workspace+24($pop56), $pop22 + i32.store Workspace+24($pop56), $pop22 i32.const $push55=, 0 i32.const $push23=, MyPte+208 - i32.store $drop=, Workspace+28($pop55), $pop23 + i32.store Workspace+28($pop55), $pop23 i32.const $push54=, 0 i32.const $push24=, MyPte+212 - i32.store $drop=, Workspace+32($pop54), $pop24 + i32.store Workspace+32($pop54), $pop24 i32.const $push53=, 0 i32.const $push25=, MyPte+216 - i32.store $drop=, Workspace+36($pop53), $pop25 + i32.store Workspace+36($pop53), $pop25 i32.const $push52=, 0 i32.const $push26=, MyPte+220 - i32.store $drop=, Workspace+40($pop52), $pop26 + i32.store Workspace+40($pop52), $pop26 i32.const $push51=, 0 i32.const $push27=, MyPte+108 - i32.store $drop=, Lom1($pop51), $pop27 + i32.store Lom1($pop51), $pop27 i32.const $push50=, 0 i32.const $push28=, MyPte+112 - i32.store $drop=, Lom2($pop50), $pop28 + i32.store Lom2($pop50), $pop28 i32.const $push49=, 0 i32.const $push29=, MyPte+116 - i32.store $drop=, Lom3($pop49), $pop29 + i32.store Lom3($pop49), $pop29 i32.const $push48=, 0 i32.const $push30=, MyPte+120 - i32.store $drop=, Lom4($pop48), $pop30 + i32.store Lom4($pop48), $pop30 i32.const $push47=, 0 i32.const $push31=, MyPte+124 - i32.store $drop=, Lom5($pop47), $pop31 + i32.store Lom5($pop47), $pop31 i32.const $push46=, 0 i32.const $push32=, MyPte+128 - i32.store $drop=, Lom6($pop46), $pop32 + i32.store Lom6($pop46), $pop32 i32.const $push45=, 0 i32.const $push33=, MyPte+132 - i32.store $drop=, Lom7($pop45), $pop33 + i32.store Lom7($pop45), $pop33 i32.const $push44=, 0 i32.const $push34=, MyPte+136 - i32.store $drop=, Lom8($pop44), $pop34 + i32.store Lom8($pop44), $pop34 i32.const $push43=, 0 i32.const $push35=, MyPte+140 - i32.store $drop=, Lom9($pop43), $pop35 + i32.store Lom9($pop43), $pop35 i32.const $push42=, 0 i32.const $push36=, MyPte+144 - i32.store $drop=, Lom10($pop42), $pop36 + i32.store Lom10($pop42), $pop36 i32.const $push41=, 0 i32.const $push37=, MyPte+148 - i32.store $drop=, RDbf11($pop41), $pop37 + i32.store RDbf11($pop41), $pop37 i32.const $push40=, 0 i32.const $push38=, MyPte+152 - i32.store $drop=, RDbf12($pop40), $pop38 + i32.store RDbf12($pop40), $pop38 i32.const $push39=, 0 # fallthrough-return: $pop39 .endfunc @@ -491,4 +491,4 @@ MyPte: .size MyPte, 392 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020402-3.c.s b/test/torture-s/20020402-3.c.s index d58d57f31..8a7064d97 100644 --- a/test/torture-s/20020402-3.c.s +++ b/test/torture-s/20020402-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020402-3.c" .section .text.blockvector_for_pc_sect,"ax",@progbits .hidden blockvector_for_pc_sect .globl blockvector_for_pc_sect @@ -108,4 +108,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020404-1.c.s b/test/torture-s/20020404-1.c.s index e1210e043..f86303873 100644 --- a/test/torture-s/20020404-1.c.s +++ b/test/torture-s/20020404-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020404-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020404-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,19 +9,19 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 3735928559 - i64.store $drop=, bfd_make_section_anyway.foo_section+8($pop1), $pop0 + i64.store bfd_make_section_anyway.foo_section+8($pop1), $pop0 i32.const $push11=, 0 i64.const $push10=, 3735928559 - i64.store $drop=, bfd_make_section_anyway.foo_section+16($pop11), $pop10 + i64.store bfd_make_section_anyway.foo_section+16($pop11), $pop10 i32.const $push9=, 0 i64.const $push2=, 0 - i64.store $drop=, bfd_make_section_anyway.foo_section+24($pop9), $pop2 + i64.store bfd_make_section_anyway.foo_section+24($pop9), $pop2 i32.const $push8=, 0 i32.const $push7=, 0 i32.load8_u $push3=, bfd_make_section_anyway.foo_section($pop7) i32.const $push4=, 1 i32.or $push5=, $pop3, $pop4 - i32.store8 $drop=, bfd_make_section_anyway.foo_section($pop8), $pop5 + i32.store8 bfd_make_section_anyway.foo_section($pop8), $pop5 i32.const $push6=, 0 call exit@FUNCTION, $pop6 unreachable @@ -37,5 +37,5 @@ bfd_make_section_anyway.foo_section: .size bfd_make_section_anyway.foo_section, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020406-1.c.s b/test/torture-s/20020406-1.c.s index 0fe57e5e6..1610b746f 100644 --- a/test/torture-s/20020406-1.c.s +++ b/test/torture-s/20020406-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020406-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020406-1.c" .section .text.FFmul,"ax",@progbits .hidden FFmul .globl FFmul @@ -41,7 +41,7 @@ DUPFFnew: # @DUPFFnew i32.call $push12=, malloc@FUNCTION, $pop0 tee_local $push11=, $1=, $pop12 i32.const $push1=, 0 - i32.store $drop=, 8($pop11), $pop1 + i32.store 8($pop11), $pop1 block i32.const $push10=, 0 i32.lt_s $push2=, $0, $pop10 @@ -53,12 +53,12 @@ DUPFFnew: # @DUPFFnew i32.add $push6=, $0, $pop5 i32.const $push7=, 4 i32.call $push8=, calloc@FUNCTION, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 .LBB2_2: # %if.end end_block # label0: i32.const $push9=, -1 - i32.store $drop=, 4($1), $pop9 - i32.store $drop=, 0($1), $0 + i32.store 4($1), $pop9 + i32.store 0($1), $0 copy_local $push13=, $1 # fallthrough-return: $pop13 .endfunc @@ -130,7 +130,7 @@ DUPFFexgcd: # @DUPFFexgcd i32.const $push19=, 16 i32.sub $push25=, $pop18, $pop19 tee_local $push24=, $8=, $pop25 - i32.store $drop=, __stack_pointer($pop20), $pop24 + i32.store __stack_pointer($pop20), $pop24 i32.load $6=, 4($3) i32.load $7=, 4($2) .LBB7_1: # %tailrecurse @@ -140,8 +140,8 @@ DUPFFexgcd: # @DUPFFexgcd copy_local $3=, $2 copy_local $4=, $1 copy_local $1=, $0 - i32.store $drop=, 4($8), $6 - i32.store $drop=, 0($8), $7 + i32.store 4($8), $6 + i32.store 0($8), $7 i32.const $push30=, .L.str i32.call $drop=, printf@FUNCTION, $pop30, $8 copy_local $0=, $4 @@ -176,19 +176,19 @@ DUPFFexgcd: # @DUPFFexgcd i32.const $push39=, 4 i32.call $push38=, calloc@FUNCTION, $pop9, $pop39 tee_local $push37=, $2=, $pop38 - i32.store $drop=, 8($pop40), $pop37 + i32.store 8($pop40), $pop37 i32.const $push10=, 1 - i32.store $drop=, 0($2), $pop10 + i32.store 0($2), $pop10 i64.const $push11=, 1 - i64.store $drop=, 0($6):p2align=2, $pop11 + i64.store 0($6):p2align=2, $pop11 i32.const $push36=, 12 i32.call $2=, malloc@FUNCTION, $pop36 i32.const $push12=, 3 i32.const $push35=, 4 i32.call $7=, calloc@FUNCTION, $pop12, $pop35 i64.const $push13=, -4294967294 - i64.store $drop=, 0($2):p2align=2, $pop13 - i32.store $drop=, 8($2), $7 + i64.store 0($2):p2align=2, $pop13 + i32.store 8($2), $7 block i32.const $push34=, 4 i32.add $push14=, $5, $pop34 @@ -214,14 +214,14 @@ DUPFFexgcd: # @DUPFFexgcd .LBB7_9: # %if.end57 end_loop # label9: end_block # label5: - i32.store $drop=, 0($1), $6 - i32.store $drop=, 0($4), $2 + i32.store 0($1), $6 + i32.store 0($4), $2 .LBB7_10: # %cleanup end_block # label4: i32.const $push23=, 0 i32.const $push21=, 16 i32.add $push22=, $8, $pop21 - i32.store $drop=, __stack_pointer($pop23), $pop22 + i32.store __stack_pointer($pop23), $pop22 return $3 .LBB7_11: # %if.then10 end_block # label3: @@ -245,7 +245,7 @@ main: # @main i32.const $push11=, 16 i32.sub $push33=, $pop10, $pop11 tee_local $push32=, $3=, $pop33 - i32.store $drop=, __stack_pointer($pop12), $pop32 + i32.store __stack_pointer($pop12), $pop32 i32.const $push0=, 12 i32.call $push31=, malloc@FUNCTION, $pop0 tee_local $push30=, $0=, $pop31 @@ -253,11 +253,11 @@ main: # @main i32.const $push1=, 4 i32.call $push29=, calloc@FUNCTION, $pop2, $pop1 tee_local $push28=, $1=, $pop29 - i32.store $drop=, 8($pop30), $pop28 + i32.store 8($pop30), $pop28 i32.const $push3=, 1 - i32.store $drop=, 4($1), $pop3 + i32.store 4($1), $pop3 i64.const $push4=, 4294967297 - i64.store $drop=, 0($0):p2align=2, $pop4 + i64.store 0($0):p2align=2, $pop4 i32.const $push27=, 12 i32.call $push26=, malloc@FUNCTION, $pop27 tee_local $push25=, $1=, $pop26 @@ -265,15 +265,15 @@ main: # @main i32.const $push24=, 4 i32.call $push23=, calloc@FUNCTION, $pop5, $pop24 tee_local $push22=, $2=, $pop23 - i32.store $drop=, 8($pop25), $pop22 + i32.store 8($pop25), $pop22 i32.const $push21=, 1 - i32.store $drop=, 8($2), $pop21 + i32.store 8($2), $pop21 i64.const $push6=, 8589934594 - i64.store $drop=, 0($1):p2align=2, $pop6 + i64.store 0($1):p2align=2, $pop6 i32.load $2=, 4($0) i32.const $push20=, 2 - i32.store $drop=, 4($3), $pop20 - i32.store $drop=, 0($3), $2 + i32.store 4($3), $pop20 + i32.store 0($3), $2 i32.const $push7=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop7, $3 i32.const $push16=, 12 @@ -284,7 +284,7 @@ main: # @main i32.const $push15=, 0 i32.const $push13=, 16 i32.add $push14=, $3, $pop13 - i32.store $drop=, __stack_pointer($pop15), $pop14 + i32.store __stack_pointer($pop15), $pop14 i32.const $push8=, 0 # fallthrough-return: $pop8 .endfunc @@ -303,7 +303,7 @@ main: # @main .size .L.str.1, 41 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype calloc, i32, i32, i32 .functype printf, i32, i32 diff --git a/test/torture-s/20020411-1.c.s b/test/torture-s/20020411-1.c.s index 71d29abaa..0e1b91129 100644 --- a/test/torture-s/20020411-1.c.s +++ b/test/torture-s/20020411-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020411-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020411-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,7 +8,7 @@ foo: # @foo .param i32 # BB#0: # %entry i64.const $push0=, -4647714814380998656 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020413-1.c.s b/test/torture-s/20020413-1.c.s index fb736dc45..9c5f1937a 100644 --- a/test/torture-s/20020413-1.c.s +++ b/test/torture-s/20020413-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020413-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020413-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -14,7 +14,7 @@ test: # @test i32.const $push82=, 16 i32.sub $push101=, $pop81, $pop82 tee_local $push100=, $5=, $pop101 - i32.store $drop=, __stack_pointer($pop83), $pop100 + i32.store __stack_pointer($pop83), $pop100 i64.const $push99=, 0 i64.const $push0=, -9223372036854775808 call __subtf3@FUNCTION, $5, $pop99, $pop0, $0, $1 @@ -228,11 +228,11 @@ test: # @test br_if 1, $pop41 # 1: down to label0 .LBB0_25: # %if.end19 end_block # label1: - i32.store $drop=, 0($2), $4 + i32.store 0($2), $4 i32.const $push86=, 0 i32.const $push84=, 16 i32.add $push85=, $5, $pop84 - i32.store $drop=, __stack_pointer($pop86), $pop85 + i32.store __stack_pointer($pop86), $pop85 return .LBB0_26: # %while.body.10 end_block # label0: @@ -256,7 +256,7 @@ main: # @main i32.const $push8=, 16 i32.sub $push22=, $pop7, $pop8 tee_local $push21=, $0=, $pop22 - i32.store $drop=, __stack_pointer($pop9), $pop21 + i32.store __stack_pointer($pop9), $pop21 i64.const $push1=, 0 i64.const $push0=, 4611826755915743232 i32.const $push10=, 12 @@ -285,6 +285,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020418-1.c.s b/test/torture-s/20020418-1.c.s index beb638b6e..3a01c8e4a 100644 --- a/test/torture-s/20020418-1.c.s +++ b/test/torture-s/20020418-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020418-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020418-1.c" .section .text.gcc_crash,"ax",@progbits .hidden gcc_crash .globl gcc_crash @@ -25,7 +25,7 @@ gcc_crash: # @gcc_crash br_if 0, $1 # 0: up to label1 # BB#3: # %if.end6 end_loop # label2: - i32.store $drop=, 0($0), $2 + i32.store 0($0), $2 return .LBB0_4: # %if.then end_block # label0: @@ -49,9 +49,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push9=, $pop3, $pop4 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop5), $pop8 + i32.store __stack_pointer($pop5), $pop8 i32.const $push0=, 53 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i32.const $push6=, 8 i32.add $push7=, $0, $pop6 call gcc_crash@FUNCTION, $pop7 @@ -63,5 +63,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020423-1.c.s b/test/torture-s/20020423-1.c.s index 3248b03ce..02e5ba179 100644 --- a/test/torture-s/20020423-1.c.s +++ b/test/torture-s/20020423-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020423-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020423-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020503-1.c.s b/test/torture-s/20020503-1.c.s index 44b30d5ea..01136ac7b 100644 --- a/test/torture-s/20020503-1.c.s +++ b/test/torture-s/20020503-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020503-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020503-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020506-1.c.s b/test/torture-s/20020506-1.c.s index 084c34cc0..6ddcec805 100644 --- a/test/torture-s/20020506-1.c.s +++ b/test/torture-s/20020506-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020506-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020506-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -294,5 +294,5 @@ main: # @main .size main, .Lfunc_end8-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20020508-1.c.s b/test/torture-s/20020508-1.c.s index 2f262d195..54ea993cf 100644 --- a/test/torture-s/20020508-1.c.s +++ b/test/torture-s/20020508-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -264,6 +264,6 @@ shift2: .size shift2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020508-2.c.s b/test/torture-s/20020508-2.c.s index f72239af5..082a4316e 100644 --- a/test/torture-s/20020508-2.c.s +++ b/test/torture-s/20020508-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -290,6 +290,6 @@ shift2: .size shift2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020508-3.c.s b/test/torture-s/20020508-3.c.s index 3947c3017..18a05094d 100644 --- a/test/torture-s/20020508-3.c.s +++ b/test/torture-s/20020508-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020508-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -290,6 +290,6 @@ shift2: .size shift2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020510-1.c.s b/test/torture-s/20020510-1.c.s index 17d142fb6..5a20faf0d 100644 --- a/test/torture-s/20020510-1.c.s +++ b/test/torture-s/20020510-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020510-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020510-1.c" .section .text.testc,"ax",@progbits .hidden testc .globl testc @@ -150,5 +150,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20020529-1.c.s b/test/torture-s/20020529-1.c.s index bdb1dc42e..f78fd3aba 100644 --- a/test/torture-s/20020529-1.c.s +++ b/test/torture-s/20020529-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020529-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020529-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,8 +34,8 @@ foo: # @foo # BB#4: # %if.end3 # in Loop: Header=BB0_1 Depth=1 i32.const $push17=, 0 - i32.store $drop=, f1.beenhere($pop17), $4 - i32.store16 $drop=, 0($5), $3 + i32.store f1.beenhere($pop17), $4 + i32.store16 0($5), $3 i32.load $push3=, 0($0) br_if 1, $pop3 # 1: down to label3 # BB#5: # %if.end8 @@ -57,7 +57,7 @@ foo: # @foo i32.const $push7=, 0 i32.const $push5=, 1 i32.add $push6=, $4, $pop5 - i32.store $drop=, f1.beenhere($pop7), $pop6 + i32.store f1.beenhere($pop7), $pop6 i32.const $push18=, 0 return $pop18 .LBB0_9: # %if.then.i @@ -65,7 +65,7 @@ foo: # @foo i32.const $push10=, 0 i32.const $push8=, 1 i32.add $push9=, $4, $pop8 - i32.store $drop=, f1.beenhere($pop10), $pop9 + i32.store f1.beenhere($pop10), $pop9 call abort@FUNCTION unreachable .endfunc @@ -87,7 +87,7 @@ f1: # @f1 tee_local $push6=, $1=, $pop7 i32.const $push5=, 1 i32.add $push1=, $pop6, $pop5 - i32.store $drop=, f1.beenhere($pop0), $pop1 + i32.store f1.beenhere($pop0), $pop1 block i32.const $push2=, 2 i32.ge_s $push3=, $1, $pop2 @@ -130,15 +130,15 @@ main: # @main i32.const $push12=, 16 i32.sub $push19=, $pop11, $pop12 tee_local $push18=, $0=, $pop19 - i32.store $drop=, __stack_pointer($pop13), $pop18 + i32.store __stack_pointer($pop13), $pop18 i32.const $2=, 23 i32.const $push17=, 23 - i32.store16 $drop=, 8($0), $pop17 + i32.store16 8($0), $pop17 i32.const $push16=, 0 - i32.store $drop=, 0($0), $pop16 + i32.store 0($0), $pop16 i32.const $push15=, 0 i32.load $1=, f1.beenhere($pop15) - i32.store $drop=, 4($0), $0 + i32.store 4($0), $0 block block i32.const $push14=, 1 @@ -158,7 +158,7 @@ main: # @main # in Loop: Header=BB3_2 Depth=1 i32.const $2=, 0 i32.const $push25=, 0 - i32.store16 $drop=, 0($0), $pop25 + i32.store16 0($0), $pop25 i32.const $push24=, 1 i32.add $push23=, $1, $pop24 tee_local $push22=, $1=, $pop23 @@ -168,7 +168,7 @@ main: # @main # BB#4: # %if.then.i.i.loopexit end_loop # label9: i32.const $push4=, 0 - i32.store $drop=, f1.beenhere($pop4), $1 + i32.store f1.beenhere($pop4), $1 i32.const $push5=, 1 i32.add $1=, $1, $pop5 br 2 # 2: down to label5 @@ -177,7 +177,7 @@ main: # @main i32.const $push27=, 0 i32.const $push6=, 1 i32.add $push7=, $1, $pop6 - i32.store $drop=, f1.beenhere($pop27), $pop7 + i32.store f1.beenhere($pop27), $pop7 block i32.const $push8=, 65535 i32.and $push9=, $2, $pop8 @@ -197,7 +197,7 @@ main: # @main .LBB3_9: # %if.then.i.i end_block # label5: i32.const $push26=, 0 - i32.store $drop=, f1.beenhere($pop26), $1 + i32.store f1.beenhere($pop26), $1 call abort@FUNCTION unreachable .endfunc @@ -212,6 +212,6 @@ f1.beenhere: .size f1.beenhere, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020611-1.c.s b/test/torture-s/20020611-1.c.s index 0f03a3924..51c0ded2c 100644 --- a/test/torture-s/20020611-1.c.s +++ b/test/torture-s/20020611-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020611-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020611-1.c" .section .text.x,"ax",@progbits .hidden x .globl x @@ -13,9 +13,9 @@ x: # @x i32.const $push2=, 31 i32.lt_u $push5=, $pop1, $pop2 tee_local $push4=, $0=, $pop5 - i32.store $drop=, p($pop0), $pop4 + i32.store p($pop0), $pop4 i32.const $push3=, 0 - i32.store $drop=, k($pop3), $0 + i32.store k($pop3), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -35,9 +35,9 @@ main: # @main i32.const $push1=, 31 i32.lt_u $push4=, $pop0, $pop1 tee_local $push3=, $0=, $pop4 - i32.store $drop=, p($pop6), $pop3 + i32.store p($pop6), $pop3 i32.const $push2=, 0 - i32.store $drop=, k($pop2), $0 + i32.store k($pop2), $0 block i32.eqz $push8=, $0 br_if 0, $pop8 # 0: down to label0 @@ -81,6 +81,6 @@ k: .size k, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020614-1.c.s b/test/torture-s/20020614-1.c.s index 4019954aa..72b7bc890 100644 --- a/test/torture-s/20020614-1.c.s +++ b/test/torture-s/20020614-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020614-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020614-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020615-1.c.s b/test/torture-s/20020615-1.c.s index 8b8bd344a..0c65fc6e0 100644 --- a/test/torture-s/20020615-1.c.s +++ b/test/torture-s/20020615-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020615-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020615-1.c" .section .text.line_hints,"ax",@progbits .hidden line_hints .globl line_hints @@ -168,6 +168,6 @@ main.gsf: .size main.gsf, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020619-1.c.s b/test/torture-s/20020619-1.c.s index d12b6954b..e395d89cc 100644 --- a/test/torture-s/20020619-1.c.s +++ b/test/torture-s/20020619-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020619-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020619-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020716-1.c.s b/test/torture-s/20020716-1.c.s index 014f47a5c..71cbb087e 100644 --- a/test/torture-s/20020716-1.c.s +++ b/test/torture-s/20020716-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020716-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020716-1.c" .section .text.sub1,"ax",@progbits .hidden sub1 .globl sub1 @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020720-1.c.s b/test/torture-s/20020720-1.c.s index 1f7673ced..183b90201 100644 --- a/test/torture-s/20020720-1.c.s +++ b/test/torture-s/20020720-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020720-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020720-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -26,4 +26,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020805-1.c.s b/test/torture-s/20020805-1.c.s index 94c5dc4c3..60e96572c 100644 --- a/test/torture-s/20020805-1.c.s +++ b/test/torture-s/20020805-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020805-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020805-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -57,6 +57,6 @@ n: .size n, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20020810-1.c.s b/test/torture-s/20020810-1.c.s index f77621c38..570f1a429 100644 --- a/test/torture-s/20020810-1.c.s +++ b/test/torture-s/20020810-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020810-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020810-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -38,7 +38,7 @@ g: # @g # BB#0: # %entry i32.const $push0=, 0 i64.load $push1=, R($pop0) - i64.store $drop=, 0($0):p2align=2, $pop1 + i64.store 0($0):p2align=2, $pop1 # fallthrough-return .endfunc .Lfunc_end1: @@ -91,5 +91,5 @@ R: .size R, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20020819-1.c.s b/test/torture-s/20020819-1.c.s index 6117c5cc5..31960a5d6 100644 --- a/test/torture-s/20020819-1.c.s +++ b/test/torture-s/20020819-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020819-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020819-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20020904-1.c.s b/test/torture-s/20020904-1.c.s index ea8deec89..74b61f600 100644 --- a/test/torture-s/20020904-1.c.s +++ b/test/torture-s/20020904-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020904-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020904-1.c" .section .text.fun,"ax",@progbits .hidden fun .globl fun @@ -29,4 +29,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020911-1.c.s b/test/torture-s/20020911-1.c.s index 3d0f42f5b..440f06dd5 100644 --- a/test/torture-s/20020911-1.c.s +++ b/test/torture-s/20020911-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020911-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020911-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -44,5 +44,5 @@ c: .size c, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20020916-1.c.s b/test/torture-s/20020916-1.c.s index 1a6bb9f41..f1f1cae78 100644 --- a/test/torture-s/20020916-1.c.s +++ b/test/torture-s/20020916-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020916-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020916-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -32,4 +32,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20020920-1.c.s b/test/torture-s/20020920-1.c.s index 7d46c0979..ff03bdc0d 100644 --- a/test/torture-s/20020920-1.c.s +++ b/test/torture-s/20020920-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020920-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20020920-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -8,9 +8,9 @@ f: # @f .param i32 # BB#0: # %entry i64.const $push0=, 4294967296 - i64.store $drop=, 4($0):p2align=2, $pop0 + i64.store 4($0):p2align=2, $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20021010-1.c.s b/test/torture-s/20021010-1.c.s index b64a6fd6b..689c7fd81 100644 --- a/test/torture-s/20021010-1.c.s +++ b/test/torture-s/20021010-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021010-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021010-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20021010-2.c.s b/test/torture-s/20021010-2.c.s index 2381afc49..c5604334c 100644 --- a/test/torture-s/20021010-2.c.s +++ b/test/torture-s/20021010-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021010-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021010-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -85,6 +85,6 @@ global_saveRect: .size global_saveRect, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20021011-1.c.s b/test/torture-s/20021011-1.c.s index 2b3c91aae..f5d160a2f 100644 --- a/test/torture-s/20021011-1.c.s +++ b/test/torture-s/20021011-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021011-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021011-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -12,12 +12,12 @@ main: # @main i32.const $push43=, 0 i32.load8_u $push42=, .L.str+8($pop43) tee_local $push41=, $0=, $pop42 - i32.store8 $drop=, buf+8($pop44), $pop41 + i32.store8 buf+8($pop44), $pop41 i32.const $push40=, 0 i32.const $push39=, 0 i64.load $push38=, .L.str($pop39):p2align=0 tee_local $push37=, $1=, $pop38 - i64.store $drop=, buf($pop40), $pop37 + i64.store buf($pop40), $pop37 block i32.const $push36=, buf i32.const $push35=, .L.str @@ -25,9 +25,9 @@ main: # @main br_if 0, $pop0 # 0: down to label0 # BB#1: # %for.body.preheader i32.const $push48=, 0 - i32.store8 $drop=, buf+8($pop48), $0 + i32.store8 buf+8($pop48), $0 i32.const $push47=, 0 - i64.store $drop=, buf($pop47), $1 + i64.store buf($pop47), $1 i32.const $push46=, buf i32.const $push45=, .L.str i32.call $push1=, strcmp@FUNCTION, $pop46, $pop45 @@ -37,21 +37,21 @@ main: # @main i32.const $push56=, 0 i32.load8_u $push55=, .L.str+8($pop56) tee_local $push54=, $0=, $pop55 - i32.store8 $drop=, buf+9($pop57), $pop54 + i32.store8 buf+9($pop57), $pop54 i32.const $push53=, 0 i32.const $push52=, 0 i64.load $push51=, .L.str($pop52):p2align=0 tee_local $push50=, $1=, $pop51 - i64.store $drop=, buf+1($pop53):p2align=0, $pop50 + i64.store buf+1($pop53):p2align=0, $pop50 i32.const $push2=, buf+1 i32.const $push49=, .L.str i32.call $push3=, strcmp@FUNCTION, $pop2, $pop49 br_if 0, $pop3 # 0: down to label0 # BB#3: # %for.cond.1 i32.const $push60=, 0 - i32.store8 $drop=, buf+10($pop60), $0 + i32.store8 buf+10($pop60), $0 i32.const $push59=, 0 - i64.store $drop=, buf+2($pop59):p2align=1, $1 + i64.store buf+2($pop59):p2align=1, $1 i32.const $push4=, buf+2 i32.const $push58=, .L.str i32.call $push5=, strcmp@FUNCTION, $pop4, $pop58 @@ -61,21 +61,21 @@ main: # @main i32.const $push68=, 0 i32.load8_u $push67=, .L.str+8($pop68) tee_local $push66=, $0=, $pop67 - i32.store8 $drop=, buf+11($pop69), $pop66 + i32.store8 buf+11($pop69), $pop66 i32.const $push65=, 0 i32.const $push64=, 0 i64.load $push63=, .L.str($pop64):p2align=0 tee_local $push62=, $1=, $pop63 - i64.store $drop=, buf+3($pop65):p2align=0, $pop62 + i64.store buf+3($pop65):p2align=0, $pop62 i32.const $push6=, buf+3 i32.const $push61=, .L.str i32.call $push7=, strcmp@FUNCTION, $pop6, $pop61 br_if 0, $pop7 # 0: down to label0 # BB#5: # %for.cond.3 i32.const $push72=, 0 - i32.store8 $drop=, buf+12($pop72), $0 + i32.store8 buf+12($pop72), $0 i32.const $push71=, 0 - i64.store $drop=, buf+4($pop71):p2align=2, $1 + i64.store buf+4($pop71):p2align=2, $1 i32.const $push8=, buf+4 i32.const $push70=, .L.str i32.call $push9=, strcmp@FUNCTION, $pop8, $pop70 @@ -85,21 +85,21 @@ main: # @main i32.const $push80=, 0 i32.load8_u $push79=, .L.str+8($pop80) tee_local $push78=, $0=, $pop79 - i32.store8 $drop=, buf+13($pop81), $pop78 + i32.store8 buf+13($pop81), $pop78 i32.const $push77=, 0 i32.const $push76=, 0 i64.load $push75=, .L.str($pop76):p2align=0 tee_local $push74=, $1=, $pop75 - i64.store $drop=, buf+5($pop77):p2align=0, $pop74 + i64.store buf+5($pop77):p2align=0, $pop74 i32.const $push10=, buf+5 i32.const $push73=, .L.str i32.call $push11=, strcmp@FUNCTION, $pop10, $pop73 br_if 0, $pop11 # 0: down to label0 # BB#7: # %for.cond.5 i32.const $push84=, 0 - i32.store8 $drop=, buf+14($pop84), $0 + i32.store8 buf+14($pop84), $0 i32.const $push83=, 0 - i64.store $drop=, buf+6($pop83):p2align=1, $1 + i64.store buf+6($pop83):p2align=1, $1 i32.const $push12=, buf+6 i32.const $push82=, .L.str i32.call $push13=, strcmp@FUNCTION, $pop12, $pop82 @@ -109,21 +109,21 @@ main: # @main i32.const $push92=, 0 i32.load8_u $push91=, .L.str+8($pop92) tee_local $push90=, $0=, $pop91 - i32.store8 $drop=, buf+15($pop93), $pop90 + i32.store8 buf+15($pop93), $pop90 i32.const $push89=, 0 i32.const $push88=, 0 i64.load $push87=, .L.str($pop88):p2align=0 tee_local $push86=, $1=, $pop87 - i64.store $drop=, buf+7($pop89):p2align=0, $pop86 + i64.store buf+7($pop89):p2align=0, $pop86 i32.const $push14=, buf+7 i32.const $push85=, .L.str i32.call $push15=, strcmp@FUNCTION, $pop14, $pop85 br_if 0, $pop15 # 0: down to label0 # BB#9: # %for.cond.7 i32.const $push96=, 0 - i32.store8 $drop=, buf+16($pop96), $0 + i32.store8 buf+16($pop96), $0 i32.const $push95=, 0 - i64.store $drop=, buf+8($pop95), $1 + i64.store buf+8($pop95), $1 i32.const $push16=, buf+8 i32.const $push94=, .L.str i32.call $push17=, strcmp@FUNCTION, $pop16, $pop94 @@ -133,21 +133,21 @@ main: # @main i32.const $push104=, 0 i32.load8_u $push103=, .L.str+8($pop104) tee_local $push102=, $0=, $pop103 - i32.store8 $drop=, buf+17($pop105), $pop102 + i32.store8 buf+17($pop105), $pop102 i32.const $push101=, 0 i32.const $push100=, 0 i64.load $push99=, .L.str($pop100):p2align=0 tee_local $push98=, $1=, $pop99 - i64.store $drop=, buf+9($pop101):p2align=0, $pop98 + i64.store buf+9($pop101):p2align=0, $pop98 i32.const $push18=, buf+9 i32.const $push97=, .L.str i32.call $push19=, strcmp@FUNCTION, $pop18, $pop97 br_if 0, $pop19 # 0: down to label0 # BB#11: # %for.cond.9 i32.const $push108=, 0 - i32.store8 $drop=, buf+18($pop108), $0 + i32.store8 buf+18($pop108), $0 i32.const $push107=, 0 - i64.store $drop=, buf+10($pop107):p2align=1, $1 + i64.store buf+10($pop107):p2align=1, $1 i32.const $push20=, buf+10 i32.const $push106=, .L.str i32.call $push21=, strcmp@FUNCTION, $pop20, $pop106 @@ -157,21 +157,21 @@ main: # @main i32.const $push116=, 0 i32.load8_u $push115=, .L.str+8($pop116) tee_local $push114=, $0=, $pop115 - i32.store8 $drop=, buf+19($pop117), $pop114 + i32.store8 buf+19($pop117), $pop114 i32.const $push113=, 0 i32.const $push112=, 0 i64.load $push111=, .L.str($pop112):p2align=0 tee_local $push110=, $1=, $pop111 - i64.store $drop=, buf+11($pop113):p2align=0, $pop110 + i64.store buf+11($pop113):p2align=0, $pop110 i32.const $push22=, buf+11 i32.const $push109=, .L.str i32.call $push23=, strcmp@FUNCTION, $pop22, $pop109 br_if 0, $pop23 # 0: down to label0 # BB#13: # %for.cond.11 i32.const $push120=, 0 - i32.store8 $drop=, buf+20($pop120), $0 + i32.store8 buf+20($pop120), $0 i32.const $push119=, 0 - i64.store $drop=, buf+12($pop119):p2align=2, $1 + i64.store buf+12($pop119):p2align=2, $1 i32.const $push24=, buf+12 i32.const $push118=, .L.str i32.call $push25=, strcmp@FUNCTION, $pop24, $pop118 @@ -181,21 +181,21 @@ main: # @main i32.const $push128=, 0 i32.load8_u $push127=, .L.str+8($pop128) tee_local $push126=, $0=, $pop127 - i32.store8 $drop=, buf+21($pop129), $pop126 + i32.store8 buf+21($pop129), $pop126 i32.const $push125=, 0 i32.const $push124=, 0 i64.load $push123=, .L.str($pop124):p2align=0 tee_local $push122=, $1=, $pop123 - i64.store $drop=, buf+13($pop125):p2align=0, $pop122 + i64.store buf+13($pop125):p2align=0, $pop122 i32.const $push26=, buf+13 i32.const $push121=, .L.str i32.call $push27=, strcmp@FUNCTION, $pop26, $pop121 br_if 0, $pop27 # 0: down to label0 # BB#15: # %for.cond.13 i32.const $push132=, 0 - i32.store8 $drop=, buf+22($pop132), $0 + i32.store8 buf+22($pop132), $0 i32.const $push131=, 0 - i64.store $drop=, buf+14($pop131):p2align=1, $1 + i64.store buf+14($pop131):p2align=1, $1 i32.const $push28=, buf+14 i32.const $push130=, .L.str i32.call $push29=, strcmp@FUNCTION, $pop28, $pop130 @@ -204,11 +204,11 @@ main: # @main i32.const $push136=, 0 i32.const $push135=, 0 i32.load8_u $push30=, .L.str+8($pop135) - i32.store8 $drop=, buf+23($pop136), $pop30 + i32.store8 buf+23($pop136), $pop30 i32.const $push134=, 0 i32.const $push133=, 0 i64.load $push31=, .L.str($pop133):p2align=0 - i64.store $drop=, buf+15($pop134):p2align=0, $pop31 + i64.store buf+15($pop134):p2align=0, $pop31 i32.const $push33=, buf+15 i32.const $push32=, .L.str i32.call $push34=, strcmp@FUNCTION, $pop33, $pop32 @@ -240,6 +240,6 @@ buf: .size .L.str, 9 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20021015-1.c.s b/test/torture-s/20021015-1.c.s index 2c065418f..acaba5ba1 100644 --- a/test/torture-s/20021015-1.c.s +++ b/test/torture-s/20021015-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021015-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021015-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -15,7 +15,7 @@ g: # @g # BB#1: # %if.end i32.const $push3=, 0 i32.const $push4=, 0 - i32.store8 $drop=, g_list($pop3), $pop4 + i32.store8 g_list($pop3), $pop4 return .LBB0_2: # %if.then end_block # label0: @@ -40,7 +40,7 @@ main: # @main # BB#1: # %g.exit i32.const $push3=, 0 i32.const $push2=, 0 - i32.store8 $drop=, g_list($pop3), $pop2 + i32.store8 g_list($pop3), $pop2 .LBB1_2: # %for.end end_block # label1: i32.const $push4=, 0 @@ -58,5 +58,5 @@ g_list: .size g_list, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20021024-1.c.s b/test/torture-s/20021024-1.c.s index a7e47fcfa..7d3423d9e 100644 --- a/test/torture-s/20021024-1.c.s +++ b/test/torture-s/20021024-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021024-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021024-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -37,14 +37,14 @@ bar: # @bar # =>This Inner Loop Header: Depth=1 loop # label0: i64.const $push19=, 1 - i64.store $drop=, 0($0), $pop19 + i64.store 0($0), $pop19 i32.const $push18=, 0 i64.load $push9=, 0($4) i64.load $push8=, 0($3) i64.add $push10=, $pop9, $pop8 - i64.store $drop=, m($pop18), $pop10 + i64.store m($pop18), $pop10 i64.const $push17=, 2 - i64.store $drop=, 0($0), $pop17 + i64.store 0($0), $pop17 i32.eqz $push20=, $2 br_if 0, $pop20 # 0: up to label0 # BB#2: # %if.end @@ -53,7 +53,7 @@ bar: # @bar i32.shl $push12=, $2, $pop11 i32.add $push13=, $1, $pop12 i64.const $push14=, 1 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 # fallthrough-return .endfunc .Lfunc_end1: @@ -73,25 +73,25 @@ main: # @main i32.const $push8=, 16 i32.sub $push18=, $pop7, $pop8 tee_local $push17=, $0=, $pop18 - i32.store $drop=, __stack_pointer($pop9), $pop17 + i32.store __stack_pointer($pop9), $pop17 i32.const $push1=, 0 i64.const $push0=, 47 - i64.store $drop=, main.r+32($pop1), $pop0 + i64.store main.r+32($pop1), $pop0 i32.const $push16=, 0 i64.const $push2=, 11 - i64.store $drop=, main.r+64($pop16), $pop2 + i64.store main.r+64($pop16), $pop2 i32.const $push15=, 0 i64.const $push3=, 58 - i64.store $drop=, m($pop15), $pop3 + i64.store m($pop15), $pop3 i32.const $push14=, 0 i64.const $push4=, 1 - i64.store $drop=, main.r+120($pop14), $pop4 + i64.store main.r+120($pop14), $pop4 i32.const $push13=, 0 i32.const $push10=, 8 i32.add $push11=, $0, $pop10 - i32.store $drop=, cp($pop13), $pop11 + i32.store cp($pop13), $pop11 i64.const $push5=, 2 - i64.store $drop=, 8($0), $pop5 + i64.store 8($0), $pop5 i32.const $push12=, 0 call exit@FUNCTION, $pop12 unreachable @@ -125,5 +125,5 @@ main.r: .size main.r, 512 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20021111-1.c.s b/test/torture-s/20021111-1.c.s index 9d36117c3..0cbef4ab1 100644 --- a/test/torture-s/20021111-1.c.s +++ b/test/torture-s/20021111-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021111-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021111-1.c" .section .text.aim_callhandler,"ax",@progbits .hidden aim_callhandler .globl aim_callhandler @@ -27,7 +27,7 @@ aim_callhandler: # @aim_callhandler i32.const $push10=, 0 i32.const $push9=, 1 i32.add $push3=, $1, $pop9 - i32.store $drop=, aim_callhandler.i($pop10), $pop3 + i32.store aim_callhandler.i($pop10), $pop3 .LBB0_4: # %return end_block # label1: i32.const $push4=, 0 @@ -67,6 +67,6 @@ aim_callhandler.i: .size aim_callhandler.i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20021113-1.c.s b/test/torture-s/20021113-1.c.s index a22431a69..77ab5b409 100644 --- a/test/torture-s/20021113-1.c.s +++ b/test/torture-s/20021113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021113-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo .result i32 # BB#0: # %entry i32.const $push0=, 10 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20021118-1.c.s b/test/torture-s/20021118-1.c.s index b44c374a8..ccef85928 100644 --- a/test/torture-s/20021118-1.c.s +++ b/test/torture-s/20021118-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20021118-2.c.s b/test/torture-s/20021118-2.c.s index b79539219..a1d15667a 100644 --- a/test/torture-s/20021118-2.c.s +++ b/test/torture-s/20021118-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-2.c" .section .text.t1,"ax",@progbits .hidden t1 .globl t1 @@ -17,7 +17,7 @@ t1: # @t1 i32.const $push3=, 4 i32.add $push4=, $0, $pop3 i32.load $push5=, 0($pop4) - i32.store $drop=, 0($pop8), $pop5 + i32.store 0($pop8), $pop5 f32.const $push7=, 0x1.4p1 f32.const $push6=, 0x1.cp1 call_indirect $3, $pop7, $pop6 @@ -46,7 +46,7 @@ t2: # @t2 i32.const $push4=, 4 i32.add $push5=, $0, $pop4 i32.load $push6=, 0($pop5) - i32.store $drop=, 0($pop9), $pop6 + i32.store 0($pop9), $pop6 f32.const $push8=, 0x1.4p1 f32.const $push7=, 0x1.cp1 call_indirect $3, $pop8, $pop7 @@ -138,6 +138,6 @@ main: # @main .size main, .Lfunc_end5-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20021118-3.c.s b/test/torture-s/20021118-3.c.s index b1dd79060..34de13560 100644 --- a/test/torture-s/20021118-3.c.s +++ b/test/torture-s/20021118-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021118-3.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -44,6 +44,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20021119-1.c.s b/test/torture-s/20021119-1.c.s index 2b1dfde98..577af4183 100644 --- a/test/torture-s/20021119-1.c.s +++ b/test/torture-s/20021119-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021119-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021119-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,4 +33,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20021120-1.c.s b/test/torture-s/20021120-1.c.s index 73d5b8ec7..bb493888c 100644 --- a/test/torture-s/20021120-1.c.s +++ b/test/torture-s/20021120-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -337,69 +337,69 @@ foo: # @foo i32.const $push133=, 0 f64.load $128=, gd+248($pop133) i32.const $push132=, 0 - f32.store $drop=, gf($pop132), $1 + f32.store gf($pop132), $1 i32.const $push131=, 0 - f32.store $drop=, gf+4($pop131), $2 + f32.store gf+4($pop131), $2 i32.const $push130=, 0 - f32.store $drop=, gf+8($pop130), $3 + f32.store gf+8($pop130), $3 i32.const $push129=, 0 - f32.store $drop=, gf+12($pop129), $4 + f32.store gf+12($pop129), $4 i32.const $push128=, 0 - f32.store $drop=, gf+16($pop128), $5 + f32.store gf+16($pop128), $5 i32.const $push127=, 0 - f32.store $drop=, gf+20($pop127), $6 + f32.store gf+20($pop127), $6 i32.const $push126=, 0 - f32.store $drop=, gf+24($pop126), $7 + f32.store gf+24($pop126), $7 i32.const $push125=, 0 - f32.store $drop=, gf+28($pop125), $8 + f32.store gf+28($pop125), $8 i32.const $push124=, 0 - f32.store $drop=, gf+32($pop124), $9 + f32.store gf+32($pop124), $9 i32.const $push123=, 0 - f32.store $drop=, gf+36($pop123), $10 + f32.store gf+36($pop123), $10 i32.const $push122=, 0 - f32.store $drop=, gf+40($pop122), $11 + f32.store gf+40($pop122), $11 i32.const $push121=, 0 - f32.store $drop=, gf+44($pop121), $12 + f32.store gf+44($pop121), $12 i32.const $push120=, 0 - f32.store $drop=, gf+48($pop120), $13 + f32.store gf+48($pop120), $13 i32.const $push119=, 0 - f32.store $drop=, gf+52($pop119), $14 + f32.store gf+52($pop119), $14 i32.const $push118=, 0 - f32.store $drop=, gf+56($pop118), $15 + f32.store gf+56($pop118), $15 i32.const $push117=, 0 - f32.store $drop=, gf+60($pop117), $16 + f32.store gf+60($pop117), $16 i32.const $push116=, 0 - f32.store $drop=, gf+64($pop116), $17 + f32.store gf+64($pop116), $17 i32.const $push115=, 0 - f32.store $drop=, gf+68($pop115), $18 + f32.store gf+68($pop115), $18 i32.const $push114=, 0 - f32.store $drop=, gf+72($pop114), $19 + f32.store gf+72($pop114), $19 i32.const $push113=, 0 - f32.store $drop=, gf+76($pop113), $20 + f32.store gf+76($pop113), $20 i32.const $push112=, 0 - f32.store $drop=, gf+80($pop112), $21 + f32.store gf+80($pop112), $21 i32.const $push111=, 0 - f32.store $drop=, gf+84($pop111), $22 + f32.store gf+84($pop111), $22 i32.const $push110=, 0 - f32.store $drop=, gf+88($pop110), $23 + f32.store gf+88($pop110), $23 i32.const $push109=, 0 - f32.store $drop=, gf+92($pop109), $24 + f32.store gf+92($pop109), $24 i32.const $push108=, 0 - f32.store $drop=, gf+96($pop108), $25 + f32.store gf+96($pop108), $25 i32.const $push107=, 0 - f32.store $drop=, gf+100($pop107), $26 + f32.store gf+100($pop107), $26 i32.const $push106=, 0 - f32.store $drop=, gf+104($pop106), $27 + f32.store gf+104($pop106), $27 i32.const $push105=, 0 - f32.store $drop=, gf+108($pop105), $28 + f32.store gf+108($pop105), $28 i32.const $push104=, 0 - f32.store $drop=, gf+112($pop104), $29 + f32.store gf+112($pop104), $29 i32.const $push103=, 0 - f32.store $drop=, gf+116($pop103), $30 + f32.store gf+116($pop103), $30 i32.const $push102=, 0 - f32.store $drop=, gf+120($pop102), $31 + f32.store gf+120($pop102), $31 i32.const $push101=, 0 - f32.store $drop=, gf+124($pop101), $32 + f32.store gf+124($pop101), $32 f64.add $push2=, $160, $33 f64.add $push3=, $65, $pop2 f64.add $160=, $97, $pop3 @@ -504,69 +504,69 @@ foo: # @foo end_loop # label2: end_block # label0: i32.const $push292=, 0 - f64.store $drop=, gd($pop292), $160 + f64.store gd($pop292), $160 i32.const $push291=, 0 - f64.store $drop=, gd+8($pop291), $159 + f64.store gd+8($pop291), $159 i32.const $push290=, 0 - f64.store $drop=, gd+16($pop290), $158 + f64.store gd+16($pop290), $158 i32.const $push289=, 0 - f64.store $drop=, gd+24($pop289), $157 + f64.store gd+24($pop289), $157 i32.const $push288=, 0 - f64.store $drop=, gd+32($pop288), $156 + f64.store gd+32($pop288), $156 i32.const $push287=, 0 - f64.store $drop=, gd+40($pop287), $155 + f64.store gd+40($pop287), $155 i32.const $push286=, 0 - f64.store $drop=, gd+48($pop286), $154 + f64.store gd+48($pop286), $154 i32.const $push285=, 0 - f64.store $drop=, gd+56($pop285), $153 + f64.store gd+56($pop285), $153 i32.const $push284=, 0 - f64.store $drop=, gd+64($pop284), $152 + f64.store gd+64($pop284), $152 i32.const $push283=, 0 - f64.store $drop=, gd+72($pop283), $151 + f64.store gd+72($pop283), $151 i32.const $push282=, 0 - f64.store $drop=, gd+80($pop282), $150 + f64.store gd+80($pop282), $150 i32.const $push281=, 0 - f64.store $drop=, gd+88($pop281), $149 + f64.store gd+88($pop281), $149 i32.const $push280=, 0 - f64.store $drop=, gd+96($pop280), $148 + f64.store gd+96($pop280), $148 i32.const $push279=, 0 - f64.store $drop=, gd+104($pop279), $147 + f64.store gd+104($pop279), $147 i32.const $push278=, 0 - f64.store $drop=, gd+112($pop278), $146 + f64.store gd+112($pop278), $146 i32.const $push277=, 0 - f64.store $drop=, gd+120($pop277), $145 + f64.store gd+120($pop277), $145 i32.const $push276=, 0 - f64.store $drop=, gd+128($pop276), $144 + f64.store gd+128($pop276), $144 i32.const $push275=, 0 - f64.store $drop=, gd+136($pop275), $143 + f64.store gd+136($pop275), $143 i32.const $push274=, 0 - f64.store $drop=, gd+144($pop274), $142 + f64.store gd+144($pop274), $142 i32.const $push273=, 0 - f64.store $drop=, gd+152($pop273), $141 + f64.store gd+152($pop273), $141 i32.const $push272=, 0 - f64.store $drop=, gd+160($pop272), $140 + f64.store gd+160($pop272), $140 i32.const $push271=, 0 - f64.store $drop=, gd+168($pop271), $139 + f64.store gd+168($pop271), $139 i32.const $push270=, 0 - f64.store $drop=, gd+176($pop270), $138 + f64.store gd+176($pop270), $138 i32.const $push269=, 0 - f64.store $drop=, gd+184($pop269), $137 + f64.store gd+184($pop269), $137 i32.const $push268=, 0 - f64.store $drop=, gd+192($pop268), $136 + f64.store gd+192($pop268), $136 i32.const $push267=, 0 - f64.store $drop=, gd+200($pop267), $135 + f64.store gd+200($pop267), $135 i32.const $push266=, 0 - f64.store $drop=, gd+208($pop266), $134 + f64.store gd+208($pop266), $134 i32.const $push265=, 0 - f64.store $drop=, gd+216($pop265), $133 + f64.store gd+216($pop265), $133 i32.const $push264=, 0 - f64.store $drop=, gd+224($pop264), $132 + f64.store gd+224($pop264), $132 i32.const $push263=, 0 - f64.store $drop=, gd+232($pop263), $131 + f64.store gd+232($pop263), $131 i32.const $push262=, 0 - f64.store $drop=, gd+240($pop262), $130 + f64.store gd+240($pop262), $130 i32.const $push261=, 0 - f64.store $drop=, gd+248($pop261), $129 + f64.store gd+248($pop261), $129 # fallthrough-return .endfunc .Lfunc_end0: @@ -587,9 +587,9 @@ main: # @main .LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label3: - f64.store $drop=, 0($2), $0 + f64.store 0($2), $0 f32.convert_s/i32 $push0=, $1 - f32.store $drop=, 0($3), $pop0 + f32.store 0($3), $pop0 i32.const $push17=, 4 i32.add $3=, $3, $pop17 i32.const $push16=, 8 @@ -669,6 +669,6 @@ gf: .size gf, 128 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20021120-2.c.s b/test/torture-s/20021120-2.c.s index 8b2356f18..8a6f9379a 100644 --- a/test/torture-s/20021120-2.c.s +++ b/test/torture-s/20021120-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,11 +9,11 @@ foo: # @foo # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 10 - i32.store $drop=, g1($pop1), $pop0 + i32.store g1($pop1), $pop0 i32.const $push4=, 0 i32.const $push2=, 7930 i32.div_s $push3=, $pop2, $0 - i32.store $drop=, g2($pop4), $pop3 + i32.store g2($pop4), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,10 +28,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 10 - i32.store $drop=, g2($pop1), $pop0 + i32.store g2($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, 10 - i32.store $drop=, g1($pop4), $pop3 + i32.store g1($pop4), $pop3 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -58,5 +58,5 @@ g2: .size g2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20021120-3.c.s b/test/torture-s/20021120-3.c.s index c0f5b5f1e..954113881 100644 --- a/test/torture-s/20021120-3.c.s +++ b/test/torture-s/20021120-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021120-3.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,15 +15,15 @@ foo: # @foo i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $3=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i32.div_u $push0=, $1, $2 - i32.store $drop=, 0($3), $pop0 + i32.store 0($3), $pop0 i32.const $push1=, .L.str i32.call $drop=, sprintf@FUNCTION, $0, $pop1, $3 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $3, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push2=, 1 i32.add $push4=, $1, $pop2 i32.const $push13=, 1 @@ -48,9 +48,9 @@ main: # @main i32.const $push5=, 32 i32.sub $push10=, $pop4, $pop5 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop6), $pop9 + i32.store __stack_pointer($pop6), $pop9 i32.const $push0=, 1073741823 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push7=, 16 i32.add $push8=, $0, $pop7 i32.const $push1=, .L.str @@ -69,6 +69,6 @@ main: # @main .size .L.str, 3 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype exit, void, i32 diff --git a/test/torture-s/20021127-1.c.s b/test/torture-s/20021127-1.c.s index 122907339..861042bba 100644 --- a/test/torture-s/20021127-1.c.s +++ b/test/torture-s/20021127-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021127-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021127-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -37,5 +37,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20021204-1.c.s b/test/torture-s/20021204-1.c.s index 54079522b..4e3775249 100644 --- a/test/torture-s/20021204-1.c.s +++ b/test/torture-s/20021204-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021204-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021204-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -54,6 +54,6 @@ z: .size z, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20021219-1.c.s b/test/torture-s/20021219-1.c.s index 0a865102d..a17567d0e 100644 --- a/test/torture-s/20021219-1.c.s +++ b/test/torture-s/20021219-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021219-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20021219-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,15 +29,15 @@ main: # @main i32.add $push4=, $pop18, $pop3 i32.const $push1=, 0 i32.load8_u $push2=, .Lmain.str+10($pop1) - i32.store8 $drop=, 0($pop4), $pop2 + i32.store8 0($pop4), $pop2 i32.const $push6=, 12 i32.add $push7=, $0, $pop6 i32.const $push17=, 0 i32.load16_u $push5=, .Lmain.str+8($pop17):p2align=0 - i32.store16 $drop=, 0($pop7), $pop5 + i32.store16 0($pop7), $pop5 i32.const $push16=, 0 i64.load $push8=, .Lmain.str($pop16):p2align=0 - i64.store $drop=, 4($0):p2align=2, $pop8 + i64.store 4($0):p2align=2, $pop8 i32.const $push9=, 10 i32.add $0=, $0, $pop9 i32.const $1=, 32 @@ -79,4 +79,4 @@ main: # @main .size .Lmain.str, 11 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030105-1.c.s b/test/torture-s/20030105-1.c.s index a180e00af..c60635d63 100644 --- a/test/torture-s/20030105-1.c.s +++ b/test/torture-s/20030105-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030105-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030105-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,6 +38,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20030109-1.c.s b/test/torture-s/20030109-1.c.s index af844599b..04816ef44 100644 --- a/test/torture-s/20030109-1.c.s +++ b/test/torture-s/20030109-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030109-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030109-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -35,5 +35,5 @@ x: .size x, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20030117-1.c.s b/test/torture-s/20030117-1.c.s index 1b0d38c6a..2e0b0fe5e 100644 --- a/test/torture-s/20030117-1.c.s +++ b/test/torture-s/20030117-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030117-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030117-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -52,5 +52,5 @@ bar: # @bar .size bar, .Lfunc_end2-bar - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030120-1.c.s b/test/torture-s/20030120-1.c.s index ab0f3da85..ce3a195d8 100644 --- a/test/torture-s/20030120-1.c.s +++ b/test/torture-s/20030120-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -60,5 +60,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030120-2.c.s b/test/torture-s/20030120-2.c.s index 10bffe027..5c84a7e2e 100644 --- a/test/torture-s/20030120-2.c.s +++ b/test/torture-s/20030120-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030120-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -37,4 +37,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030125-1.c.s b/test/torture-s/20030125-1.c.s index 581fa9a51..2b4048a14 100644 --- a/test/torture-s/20030125-1.c.s +++ b/test/torture-s/20030125-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030125-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030125-1.c" .section .text.t,"ax",@progbits .hidden t .globl t @@ -116,5 +116,5 @@ sinf: # @sinf .size sinf, .Lfunc_end7-sinf - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20030128-1.c.s b/test/torture-s/20030128-1.c.s index b9e885303..cc9ef7d9c 100644 --- a/test/torture-s/20030128-1.c.s +++ b/test/torture-s/20030128-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030128-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030128-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,7 +15,7 @@ main: # @main i32.load8_u $push0=, x($pop7) i32.div_s $push6=, $pop0, $0 tee_local $push5=, $0=, $pop6 - i32.store8 $drop=, x($pop8), $pop5 + i32.store8 x($pop8), $pop5 block i32.const $push1=, 255 i32.and $push2=, $0, $pop1 @@ -52,6 +52,6 @@ y: .size y, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20030203-1.c.s b/test/torture-s/20030203-1.c.s index 8fa9f502e..71966f8cd 100644 --- a/test/torture-s/20030203-1.c.s +++ b/test/torture-s/20030203-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030203-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030203-1.c" .section .text.do_layer3,"ax",@progbits .hidden do_layer3 .globl do_layer3 @@ -43,4 +43,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030209-1.c.s b/test/torture-s/20030209-1.c.s index 8fb3cf079..2cc56203f 100644 --- a/test/torture-s/20030209-1.c.s +++ b/test/torture-s/20030209-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030209-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030209-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 4631107791820423168 - i64.store $drop=, x+79200($pop1), $pop0 + i64.store x+79200($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -27,5 +27,5 @@ x: .size x, 80000 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030216-1.c.s b/test/torture-s/20030216-1.c.s index a7ddfe410..cef4379fa 100644 --- a/test/torture-s/20030216-1.c.s +++ b/test/torture-s/20030216-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030216-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030216-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -23,4 +23,4 @@ one: .size one, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030218-1.c.s b/test/torture-s/20030218-1.c.s index 941679666..de968234e 100644 --- a/test/torture-s/20030218-1.c.s +++ b/test/torture-s/20030218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030218-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -11,7 +11,7 @@ foo: # @foo i32.const $push2=, 0 i32.const $push0=, 2 i32.add $push1=, $0, $pop0 - i32.store $drop=, q($pop2), $pop1 + i32.store q($pop2), $pop1 i32.load16_s $push3=, 0($0) # fallthrough-return: $pop3 .endfunc @@ -32,13 +32,13 @@ main: # @main i32.const $push6=, 16 i32.sub $push10=, $pop5, $pop6 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop7), $pop9 + i32.store __stack_pointer($pop7), $pop9 i32.const $push2=, 0 i32.const $push0=, 16 i32.add $push1=, $0, $pop0 - i32.store $drop=, q($pop2), $pop1 + i32.store q($pop2), $pop1 i32.const $push3=, 65280 - i32.store16 $drop=, 14($0), $pop3 + i32.store16 14($0), $pop3 i32.const $push8=, 0 call exit@FUNCTION, $pop8 unreachable @@ -56,5 +56,5 @@ q: .size q, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030221-1.c.s b/test/torture-s/20030221-1.c.s index 93fb5cbb5..7e6673d00 100644 --- a/test/torture-s/20030221-1.c.s +++ b/test/torture-s/20030221-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030221-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030221-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,16 +14,16 @@ main: # @main i32.const $push8=, 16 i32.sub $push18=, $pop7, $pop8 tee_local $push17=, $1=, $pop18 - i32.store $drop=, __stack_pointer($pop9), $pop17 + i32.store __stack_pointer($pop9), $pop17 i32.const $push16=, 0 i64.load $push0=, .Lmain.buf+8($pop16) - i64.store $drop=, 8($1), $pop0 + i64.store 8($1), $pop0 i32.const $push15=, 0 i64.load $push1=, .Lmain.buf($pop15) - i64.store $drop=, 0($1), $pop1 + i64.store 0($1), $pop1 i32.call $push14=, strlen@FUNCTION, $1 tee_local $push13=, $0=, $pop14 - i32.store8 $drop=, 0($1), $pop13 + i32.store8 0($1), $pop13 block i32.const $push2=, 255 i32.and $push3=, $0, $pop2 @@ -34,7 +34,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $1, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push19=, 0 return $pop19 .LBB0_2: # %if.then @@ -53,6 +53,6 @@ main: # @main .size .Lmain.buf, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strlen, i32, i32 .functype abort, void diff --git a/test/torture-s/20030222-1.c.s b/test/torture-s/20030222-1.c.s index 1ab57272b..7618a87d0 100644 --- a/test/torture-s/20030222-1.c.s +++ b/test/torture-s/20030222-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030222-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030222-1.c" .section .text.ll_to_int,"ax",@progbits .hidden ll_to_int .globl ll_to_int @@ -9,7 +9,7 @@ ll_to_int: # @ll_to_int # BB#0: # %entry #APP #NO_APP - i64.store32 $drop=, 0($1), $0 + i64.store32 0($1), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,14 +29,14 @@ main: # @main i32.const $push4=, 16 i32.sub $push10=, $pop3, $pop4 tee_local $push9=, $2=, $pop10 - i32.store $drop=, __stack_pointer($pop5), $pop9 + i32.store __stack_pointer($pop5), $pop9 i32.const $push8=, 0 i32.load $push7=, val($pop8) tee_local $push6=, $1=, $pop7 i64.extend_s/i32 $0=, $pop6 #APP #NO_APP - i64.store32 $drop=, 12($2), $0 + i64.store32 12($2), $0 block i32.load $push0=, 12($2) i32.ne $push1=, $1, $pop0 @@ -63,6 +63,6 @@ val: .size val, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20030224-2.c.s b/test/torture-s/20030224-2.c.s index d1fa318a3..c6654fcdd 100644 --- a/test/torture-s/20030224-2.c.s +++ b/test/torture-s/20030224-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030224-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030224-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -32,4 +32,4 @@ node_p: .size node_p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030307-1.c.s b/test/torture-s/20030307-1.c.s index a653cd185..938fb6157 100644 --- a/test/torture-s/20030307-1.c.s +++ b/test/torture-s/20030307-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030307-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030307-1.c" .section .text.vfswrap_lock,"ax",@progbits .hidden vfswrap_lock .globl vfswrap_lock @@ -42,4 +42,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030313-1.c.s b/test/torture-s/20030313-1.c.s index 1f6d72f4a..342b95cfb 100644 --- a/test/torture-s/20030313-1.c.s +++ b/test/torture-s/20030313-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030313-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030313-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -95,31 +95,31 @@ main: # @main i32.const $push14=, 160 i32.sub $push21=, $pop13, $pop14 tee_local $push20=, $0=, $pop21 - i32.store $drop=, __stack_pointer($pop15), $pop20 + i32.store __stack_pointer($pop15), $pop20 i64.const $push0=, 47244640257 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i64.const $push1=, 51539607554 - i64.store $drop=, 8($0), $pop1 + i64.store 8($0), $pop1 i32.const $push2=, 3 - i32.store $drop=, 16($0), $pop2 + i32.store 16($0), $pop2 i32.const $push3=, 4 - i32.store $drop=, 24($0), $pop3 + i32.store 24($0), $pop3 i32.const $push4=, 0 i32.load $push5=, x($pop4) - i32.store $drop=, 20($0), $pop5 + i32.store 20($0), $pop5 i32.const $push19=, 0 i32.load $push6=, x+4($pop19) - i32.store $drop=, 28($0), $pop6 + i32.store 28($0), $pop6 i32.const $push7=, 5 - i32.store $drop=, 32($0), $pop7 + i32.store 32($0), $pop7 i32.const $push18=, 0 i32.load $push8=, x+8($pop18) - i32.store $drop=, 36($0), $pop8 + i32.store 36($0), $pop8 i32.const $push9=, 6 - i32.store $drop=, 40($0), $pop9 + i32.store 40($0), $pop9 i32.const $push17=, 0 i32.load $push10=, x+12($pop17) - i32.store $drop=, 44($0), $pop10 + i32.store 44($0), $pop10 i32.const $push11=, 12 call foo@FUNCTION, $0, $pop11 i32.const $push16=, 0 @@ -142,6 +142,6 @@ x: .size x, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20030316-1.c.s b/test/torture-s/20030316-1.c.s index 8c0fbc286..b62271387 100644 --- a/test/torture-s/20030316-1.c.s +++ b/test/torture-s/20030316-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030316-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030316-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030330-1.c.s b/test/torture-s/20030330-1.c.s index b0deea643..3dc35caaf 100644 --- a/test/torture-s/20030330-1.c.s +++ b/test/torture-s/20030330-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030330-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030330-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030401-1.c.s b/test/torture-s/20030401-1.c.s index 949750eb6..f6df7f704 100644 --- a/test/torture-s/20030401-1.c.s +++ b/test/torture-s/20030401-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030401-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030401-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -39,4 +39,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030403-1.c.s b/test/torture-s/20030403-1.c.s index bdb09d214..de6369f28 100644 --- a/test/torture-s/20030403-1.c.s +++ b/test/torture-s/20030403-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030403-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030403-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030404-1.c.s b/test/torture-s/20030404-1.c.s index f5ecb6171..f4a575461 100644 --- a/test/torture-s/20030404-1.c.s +++ b/test/torture-s/20030404-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030404-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030404-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030408-1.c.s b/test/torture-s/20030408-1.c.s index 2d4c83dd9..8078c07e2 100644 --- a/test/torture-s/20030408-1.c.s +++ b/test/torture-s/20030408-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030408-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030408-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -66,4 +66,4 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030606-1.c.s b/test/torture-s/20030606-1.c.s index b6cc7ba96..cec4f8e90 100644 --- a/test/torture-s/20030606-1.c.s +++ b/test/torture-s/20030606-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030606-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030606-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,14 +9,14 @@ foo: # @foo .result i32 # BB#0: # %entry i32.const $push0=, 55 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 block i32.eqz $push7=, $1 br_if 0, $pop7 # 0: down to label0 # BB#1: # %if.then i32.const $push5=, 4 i32.add $push1=, $0, $pop5 - i32.store $drop=, 0($pop1), $1 + i32.store 0($pop1), $1 i32.const $push2=, 8 i32.add $push3=, $0, $pop2 return $pop3 @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030613-1.c.s b/test/torture-s/20030613-1.c.s index d913efafb..24a99143c 100644 --- a/test/torture-s/20030613-1.c.s +++ b/test/torture-s/20030613-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030613-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030613-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030626-1.c.s b/test/torture-s/20030626-1.c.s index 852423188..a95f97548 100644 --- a/test/torture-s/20030626-1.c.s +++ b/test/torture-s/20030626-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030626-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030626-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 7303014 - i32.store $drop=, buf($pop1), $pop0 + i32.store buf($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -26,4 +26,4 @@ buf: .size buf, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030626-2.c.s b/test/torture-s/20030626-2.c.s index 73662ba76..9bb4313ff 100644 --- a/test/torture-s/20030626-2.c.s +++ b/test/torture-s/20030626-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030626-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030626-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,15 +10,15 @@ main: # @main i32.const $push0=, 0 i32.const $push9=, 0 i32.load8_u $push1=, .L.str.2+12($pop9) - i32.store8 $drop=, buf+12($pop0), $pop1 + i32.store8 buf+12($pop0), $pop1 i32.const $push8=, 0 i32.const $push7=, 0 i32.load $push2=, .L.str.2+8($pop7):p2align=0 - i32.store $drop=, buf+8($pop8), $pop2 + i32.store buf+8($pop8), $pop2 i32.const $push6=, 0 i32.const $push5=, 0 i64.load $push3=, .L.str.2($pop5):p2align=0 - i64.store $drop=, buf($pop6), $pop3 + i64.store buf($pop6), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -41,4 +41,4 @@ buf: .size .L.str.2, 13 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030714-1.c.s b/test/torture-s/20030714-1.c.s index d70adf78d..bb439451d 100644 --- a/test/torture-s/20030714-1.c.s +++ b/test/torture-s/20030714-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030714-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030714-1.c" .section .text.RenderBox_setStyle,"ax",@progbits .hidden RenderBox_setStyle .globl RenderBox_setStyle @@ -31,14 +31,14 @@ RenderBox_setStyle: # @RenderBox_setStyle i32.const $push29=, 16 i32.or $push28=, $3, $pop29 tee_local $push27=, $3=, $pop28 - i32.store16 $drop=, 0($pop7), $pop27 + i32.store16 0($pop7), $pop27 .LBB0_3: # %if.end end_block # label2: i32.const $push11=, 26 i32.add $push12=, $0, $pop11 i32.const $push9=, 65519 i32.and $push10=, $3, $pop9 - i32.store16 $drop=, 0($pop12), $pop10 + i32.store16 0($pop12), $pop10 i32.load $2=, 0($1) block i32.load $push14=, 28($0) @@ -65,7 +65,7 @@ RenderBox_setStyle: # @RenderBox_setStyle tee_local $push30=, $0=, $pop31 i32.load16_u $push22=, 0($0) i32.or $push23=, $pop22, $3 - i32.store16 $drop=, 0($pop30), $pop23 + i32.store16 0($pop30), $pop23 .LBB0_7: # %sw.epilog end_block # label0: # fallthrough-return @@ -120,7 +120,7 @@ main: # @main # BB#0: # %RenderBox_setStyle.exit i32.const $push1=, 0 i32.const $push0=, RenderBox_isTableCell@FUNCTION - i32.store $drop=, g_this+28($pop1), $pop0 + i32.store g_this+28($pop1), $pop0 i32.const $push16=, 0 i32.const $push15=, 0 i32.load $push2=, g__style($pop15) @@ -128,7 +128,7 @@ main: # @main i32.and $push4=, $pop2, $pop3 i32.const $push5=, 393216 i32.or $push6=, $pop4, $pop5 - i32.store $drop=, g__style($pop16), $pop6 + i32.store g__style($pop16), $pop6 i32.const $push14=, 0 i32.const $push13=, 0 i32.load16_u $push7=, g_this+26($pop13) @@ -136,7 +136,7 @@ main: # @main i32.and $push9=, $pop7, $pop8 i32.const $push10=, 16 i32.or $push11=, $pop9, $pop10 - i32.store16 $drop=, g_this+26($pop14), $pop11 + i32.store16 g_this+26($pop14), $pop11 i32.const $push12=, 0 call exit@FUNCTION, $pop12 unreachable @@ -179,5 +179,5 @@ g__style: .size g__style, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030715-1.c.s b/test/torture-s/20030715-1.c.s index c9d1f8168..fc8aeed1b 100644 --- a/test/torture-s/20030715-1.c.s +++ b/test/torture-s/20030715-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030715-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030715-1.c" .section .text.ap_check_cmd_context,"ax",@progbits .hidden ap_check_cmd_context .globl ap_check_cmd_context @@ -39,7 +39,7 @@ server_type: # @server_type .LBB1_2: # %if.end9 end_block # label1: i32.const $push4=, 0 - i32.store $drop=, ap_standalone($pop4), $3 + i32.store ap_standalone($pop4), $3 i32.const $4=, 0 .LBB1_3: # %cleanup end_block # label0: @@ -58,7 +58,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, ap_standalone($pop1), $pop0 + i32.store ap_standalone($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -92,5 +92,5 @@ ap_standalone: .size .L.str.2, 50 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/20030717-1.c.s b/test/torture-s/20030717-1.c.s index 89f254dbe..e6f122d43 100644 --- a/test/torture-s/20030717-1.c.s +++ b/test/torture-s/20030717-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030717-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030717-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -68,7 +68,7 @@ bar: # @bar i32.const $push13=, 9 i32.shr_u $push14=, $3, $pop13 i32.add $push15=, $pop14, $4 - i32.store $drop=, 12($pop18), $pop15 + i32.store 12($pop18), $pop15 copy_local $push40=, $7 # fallthrough-return: $pop40 .endfunc @@ -89,4 +89,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030718-1.c.s b/test/torture-s/20030718-1.c.s index 43be2ed15..90cd582ef 100644 --- a/test/torture-s/20030718-1.c.s +++ b/test/torture-s/20030718-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030718-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030718-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030821-1.c.s b/test/torture-s/20030821-1.c.s index fcd9a8b56..8dde9c33d 100644 --- a/test/torture-s/20030821-1.c.s +++ b/test/torture-s/20030821-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030821-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030821-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20030828-1.c.s b/test/torture-s/20030828-1.c.s index 31a8f5a1f..2ea268e9c 100644 --- a/test/torture-s/20030828-1.c.s +++ b/test/torture-s/20030828-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030828-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030828-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -31,13 +31,13 @@ main: # @main i32.const $push4=, 16 i32.sub $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop5), $pop9 + i32.store __stack_pointer($pop5), $pop9 i32.const $push0=, 0 i32.const $push6=, 12 i32.add $push7=, $0, $pop6 - i32.store $drop=, p($pop0), $pop7 + i32.store p($pop0), $pop7 i32.const $push1=, 5 - i32.store $drop=, 12($0), $pop1 + i32.store 12($0), $pop1 i32.const $push8=, 0 call exit@FUNCTION, $pop8 unreachable @@ -55,5 +55,5 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030828-2.c.s b/test/torture-s/20030828-2.c.s index 9248dc4ac..8845a82be 100644 --- a/test/torture-s/20030828-2.c.s +++ b/test/torture-s/20030828-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030828-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030828-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030903-1.c.s b/test/torture-s/20030903-1.c.s index 37b8a97e1..12c5b0838 100644 --- a/test/torture-s/20030903-1.c.s +++ b/test/torture-s/20030903-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030903-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030903-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -50,5 +50,5 @@ test: .size test, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20030909-1.c.s b/test/torture-s/20030909-1.c.s index b9d957ea8..28cbd5bdd 100644 --- a/test/torture-s/20030909-1.c.s +++ b/test/torture-s/20030909-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030909-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030909-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -47,6 +47,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20030910-1.c.s b/test/torture-s/20030910-1.c.s index d9ca13fea..746907e8b 100644 --- a/test/torture-s/20030910-1.c.s +++ b/test/torture-s/20030910-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030910-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030910-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030913-1.c.s b/test/torture-s/20030913-1.c.s index 851df9af1..41e8d43db 100644 --- a/test/torture-s/20030913-1.c.s +++ b/test/torture-s/20030913-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030913-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030913-1.c" .section .text.fn2,"ax",@progbits .hidden fn2 .globl fn2 @@ -8,7 +8,7 @@ fn2: # @fn2 .param i32 # BB#0: # %entry i32.const $push0=, glob - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -22,7 +22,7 @@ test: # @test # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 42 - i32.store $drop=, glob($pop1), $pop0 + i32.store glob($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -37,7 +37,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 42 - i32.store $drop=, glob($pop1), $pop0 + i32.store glob($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -55,5 +55,5 @@ glob: .size glob, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030914-1.c.s b/test/torture-s/20030914-1.c.s index 0d16715df..5a08ab3de 100644 --- a/test/torture-s/20030914-1.c.s +++ b/test/torture-s/20030914-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030914-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030914-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push116=, 512 i32.sub $push278=, $pop115, $pop116 tee_local $push277=, $5=, $pop278 - i32.store $drop=, __stack_pointer($pop117), $pop277 + i32.store __stack_pointer($pop117), $pop277 i32.const $push121=, 496 i32.add $push122=, $5, $pop121 i32.load $push0=, 0($2) @@ -316,13 +316,13 @@ f: # @f i32.const $push245=, 8 i32.add $push111=, $5, $pop245 i64.load $push112=, 0($pop111) - i64.store $drop=, 0($pop110), $pop112 + i64.store 0($pop110), $pop112 i64.load $push113=, 0($5) - i64.store $drop=, 0($0), $pop113 + i64.store 0($0), $pop113 i32.const $push120=, 0 i32.const $push118=, 512 i32.add $push119=, $5, $pop118 - i32.store $drop=, __stack_pointer($pop120), $pop119 + i32.store __stack_pointer($pop120), $pop119 # fallthrough-return .endfunc .Lfunc_end0: @@ -343,5 +343,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030914-2.c.s b/test/torture-s/20030914-2.c.s index ab8617420..ff4ca64d1 100644 --- a/test/torture-s/20030914-2.c.s +++ b/test/torture-s/20030914-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030914-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030914-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -38,5 +38,5 @@ gs: .size gs, 72 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20030916-1.c.s b/test/torture-s/20030916-1.c.s index 6e867be1d..d025ca62e 100644 --- a/test/torture-s/20030916-1.c.s +++ b/test/torture-s/20030916-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030916-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030916-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -8,37 +8,37 @@ f: # @f .param i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 i32.const $push1=, 24 i32.add $push2=, $0, $pop1 i64.const $push22=, 0 - i64.store $drop=, 0($pop2):p2align=2, $pop22 + i64.store 0($pop2):p2align=2, $pop22 i32.const $push3=, 16 i32.add $push4=, $0, $pop3 i64.const $push21=, 0 - i64.store $drop=, 0($pop4):p2align=2, $pop21 + i64.store 0($pop4):p2align=2, $pop21 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i64.const $push20=, 0 - i64.store $drop=, 0($pop6):p2align=2, $pop20 + i64.store 0($pop6):p2align=2, $pop20 i32.const $push7=, 0 - i32.store $drop=, 992($0), $pop7 + i32.store 992($0), $pop7 i32.const $push8=, 1020 i32.add $push9=, $0, $pop8 i32.const $push19=, 0 - i32.store $drop=, 0($pop9), $pop19 + i32.store 0($pop9), $pop19 i32.const $push10=, 1012 i32.add $push11=, $0, $pop10 i64.const $push18=, 0 - i64.store $drop=, 0($pop11):p2align=2, $pop18 + i64.store 0($pop11):p2align=2, $pop18 i32.const $push12=, 1004 i32.add $push13=, $0, $pop12 i64.const $push17=, 0 - i64.store $drop=, 0($pop13):p2align=2, $pop17 + i64.store 0($pop13):p2align=2, $pop17 i32.const $push14=, 996 i32.add $push15=, $0, $pop14 i64.const $push16=, 0 - i64.store $drop=, 0($pop15):p2align=2, $pop16 + i64.store 0($pop15):p2align=2, $pop16 # fallthrough-return .endfunc .Lfunc_end0: @@ -58,14 +58,14 @@ main: # @main i32.const $push23=, 1024 i32.sub $push26=, $pop22, $pop23 tee_local $push25=, $2=, $pop26 - i32.store $drop=, __stack_pointer($pop24), $pop25 + i32.store __stack_pointer($pop24), $pop25 i32.const $0=, 0 .LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label0: i32.add $push0=, $2, $0 i32.const $push31=, 1 - i32.store $drop=, 0($pop0), $pop31 + i32.store 0($pop0), $pop31 i32.const $push30=, 4 i32.add $push29=, $0, $pop30 tee_local $push28=, $0=, $pop29 @@ -77,34 +77,34 @@ main: # @main i32.const $push2=, 24 i32.add $push3=, $2, $pop2 i64.const $push4=, 0 - i64.store $drop=, 0($pop3), $pop4 + i64.store 0($pop3), $pop4 i32.const $push5=, 16 i32.add $push6=, $2, $pop5 i64.const $push39=, 0 - i64.store $drop=, 0($pop6), $pop39 + i64.store 0($pop6), $pop39 i32.const $1=, 0 i32.const $push7=, 1020 i32.add $push8=, $2, $pop7 i32.const $push38=, 0 - i32.store $drop=, 0($pop8), $pop38 + i32.store 0($pop8), $pop38 i32.const $push9=, 1012 i32.add $push10=, $2, $pop9 i64.const $push37=, 0 - i64.store $drop=, 0($pop10):p2align=2, $pop37 + i64.store 0($pop10):p2align=2, $pop37 i32.const $push11=, 1004 i32.add $push12=, $2, $pop11 i64.const $push36=, 0 - i64.store $drop=, 0($pop12):p2align=2, $pop36 + i64.store 0($pop12):p2align=2, $pop36 i32.const $push13=, 996 i32.add $push14=, $2, $pop13 i64.const $push35=, 0 - i64.store $drop=, 0($pop14):p2align=2, $pop35 + i64.store 0($pop14):p2align=2, $pop35 i64.const $push34=, 0 - i64.store $drop=, 8($2), $pop34 + i64.store 8($2), $pop34 i64.const $push33=, 0 - i64.store $drop=, 0($2), $pop33 + i64.store 0($2), $pop33 i32.const $push32=, 0 - i32.store $drop=, 992($2), $pop32 + i32.store 992($2), $pop32 copy_local $0=, $2 .LBB1_3: # %for.body3 # =>This Inner Loop Header: Depth=1 @@ -141,6 +141,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20030920-1.c.s b/test/torture-s/20030920-1.c.s index bb80c0e54..4d6df0fbf 100644 --- a/test/torture-s/20030920-1.c.s +++ b/test/torture-s/20030920-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030920-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030920-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20030928-1.c.s b/test/torture-s/20030928-1.c.s index 49115f30d..c971452ac 100644 --- a/test/torture-s/20030928-1.c.s +++ b/test/torture-s/20030928-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030928-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20030928-1.c" .section .text.get_addrs,"ax",@progbits .hidden get_addrs .globl get_addrs @@ -12,49 +12,49 @@ get_addrs: # @get_addrs i32.shl $push2=, $pop0, $pop1 i32.const $push3=, .L.str-131072 i32.add $push4=, $pop2, $pop3 - i32.store $drop=, 0($0), $pop4 + i32.store 0($0), $pop4 i32.load $push5=, 4($1) i32.const $push39=, 1 i32.shl $push6=, $pop5, $pop39 i32.const $push7=, .L.str.1-262144 i32.add $push8=, $pop6, $pop7 - i32.store $drop=, 4($0), $pop8 + i32.store 4($0), $pop8 i32.load $push9=, 8($1) i32.const $push38=, 1 i32.shl $push10=, $pop9, $pop38 i32.const $push11=, .L.str.2-393216 i32.add $push12=, $pop10, $pop11 - i32.store $drop=, 8($0), $pop12 + i32.store 8($0), $pop12 i32.load $push13=, 12($1) i32.const $push37=, 1 i32.shl $push14=, $pop13, $pop37 i32.const $push15=, .L.str.3-524288 i32.add $push16=, $pop14, $pop15 - i32.store $drop=, 12($0), $pop16 + i32.store 12($0), $pop16 i32.load $push17=, 16($1) i32.const $push36=, 1 i32.shl $push18=, $pop17, $pop36 i32.const $push19=, .L.str.4-655360 i32.add $push20=, $pop18, $pop19 - i32.store $drop=, 16($0), $pop20 + i32.store 16($0), $pop20 i32.load $push21=, 20($1) i32.const $push35=, 1 i32.shl $push22=, $pop21, $pop35 i32.const $push23=, .L.str.5-786432 i32.add $push24=, $pop22, $pop23 - i32.store $drop=, 20($0), $pop24 + i32.store 20($0), $pop24 i32.load $push25=, 24($1) i32.const $push34=, 1 i32.shl $push26=, $pop25, $pop34 i32.const $push27=, .L.str.6-917504 i32.add $push28=, $pop26, $pop27 - i32.store $drop=, 24($0), $pop28 + i32.store 24($0), $pop28 i32.load $push29=, 28($1) i32.const $push33=, 1 i32.shl $push30=, $pop29, $pop33 i32.const $push31=, .L.str.7-1048576 i32.add $push32=, $pop30, $pop31 - i32.store $drop=, 28($0), $pop32 + i32.store 28($0), $pop32 # fallthrough-return .endfunc .Lfunc_end0: @@ -116,5 +116,5 @@ main: # @main .size .L.str.7, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20031003-1.c.s b/test/torture-s/20031003-1.c.s index a1fc45430..90d30fcc4 100644 --- a/test/torture-s/20031003-1.c.s +++ b/test/torture-s/20031003-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031003-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031003-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -42,4 +42,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20031010-1.c.s b/test/torture-s/20031010-1.c.s index 9c44a0baa..139e39525 100644 --- a/test/torture-s/20031010-1.c.s +++ b/test/torture-s/20031010-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031010-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031010-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -60,5 +60,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20031011-1.c.s b/test/torture-s/20031011-1.c.s index 28c36fc15..b28789a37 100644 --- a/test/torture-s/20031011-1.c.s +++ b/test/torture-s/20031011-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031011-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031011-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20031012-1.c.s b/test/torture-s/20031012-1.c.s index 60e4a8016..c8e64317b 100644 --- a/test/torture-s/20031012-1.c.s +++ b/test/torture-s/20031012-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031012-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031012-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,13 +15,13 @@ main: # @main i32.const $push6=, 15008 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $2=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 i32.const $push1=, 205 i32.const $push0=, 13371 i32.call $push14=, memset@FUNCTION, $2, $pop1, $pop0 tee_local $push13=, $2=, $pop14 i32.const $push12=, 0 - i32.store8 $drop=, 13371($pop13), $pop12 + i32.store8 13371($pop13), $pop12 block i32.call $push2=, strlen@FUNCTION, $2 i32.const $push11=, 13371 @@ -31,7 +31,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 15008 i32.add $push9=, $2, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push17=, 0 return $pop17 .LBB0_2: # %if.then.i @@ -43,6 +43,6 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strlen, i32, i32 .functype abort, void diff --git a/test/torture-s/20031020-1.c.s b/test/torture-s/20031020-1.c.s index afea0f3f4..1d395b591 100644 --- a/test/torture-s/20031020-1.c.s +++ b/test/torture-s/20031020-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031020-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031020-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20031201-1.c.s b/test/torture-s/20031201-1.c.s index e48bd8e20..6f69de710 100644 --- a/test/torture-s/20031201-1.c.s +++ b/test/torture-s/20031201-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031201-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031201-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -9,19 +9,19 @@ f1: # @f1 .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, i($pop0), $0 + i32.store i($pop0), $0 i32.const $push1=, 32 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 i32.const $push7=, 32 - i32.store $drop=, 0($0), $pop7 + i32.store 0($0), $pop7 call f0@FUNCTION i32.const $push6=, 0 i32.load $push5=, i($pop6) tee_local $push4=, $0=, $pop5 i32.const $push2=, 8 - i32.store $drop=, 4($pop4), $pop2 + i32.store 4($pop4), $pop2 i32.const $push3=, 8 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 call test@FUNCTION unreachable .endfunc @@ -41,7 +41,7 @@ f0: # @f0 tee_local $push6=, $0=, $pop7 i32.const $push0=, 1 i32.add $push1=, $pop6, $pop0 - i32.store $drop=, f0.washere($pop9), $pop1 + i32.store f0.washere($pop9), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %lor.lhs.false @@ -113,7 +113,7 @@ main: # @main i32.const $push2=, 16 i32.sub $push7=, $pop1, $pop2 tee_local $push6=, $0=, $pop7 - i32.store $drop=, __stack_pointer($pop3), $pop6 + i32.store __stack_pointer($pop3), $pop6 i32.const $push4=, 8 i32.add $push5=, $0, $pop4 i32.call $drop=, f1@FUNCTION, $pop5 @@ -137,6 +137,6 @@ f0.washere: .size f0.washere, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20031204-1.c.s b/test/torture-s/20031204-1.c.s index e59d924be..01400d47b 100644 --- a/test/torture-s/20031204-1.c.s +++ b/test/torture-s/20031204-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031204-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031204-1.c" .section .text.in_aton,"ax",@progbits .hidden in_aton .globl in_aton @@ -115,7 +115,7 @@ root_nfs_parse_addr: # @root_nfs_parse_addr br_if 1, $pop17 # 1: down to label6 # BB#11: # %if.then39 i32.const $push18=, 0 - i32.store8 $drop=, 0($7), $pop18 + i32.store8 0($7), $pop18 i32.const $push19=, 1 i32.add $7=, $7, $pop19 .LBB1_12: # %if.end41 @@ -229,7 +229,7 @@ main: # @main br_if 1, $pop17 # 1: down to label14 # BB#11: # %if.then39.i i32.const $push18=, 0 - i32.store8 $drop=, 0($6), $pop18 + i32.store8 0($6), $pop18 i32.const $push19=, 1 i32.add $6=, $6, $pop19 .LBB2_12: # %if.end @@ -254,6 +254,6 @@ main.addr: .size main.addr, 19 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcpy, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20031211-1.c.s b/test/torture-s/20031211-1.c.s index 42680eed3..dca0d8f60 100644 --- a/test/torture-s/20031211-1.c.s +++ b/test/torture-s/20031211-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031211-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031211-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 48879 - i32.store $drop=, x($pop1), $pop0 + i32.store x($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -27,5 +27,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20031211-2.c.s b/test/torture-s/20031211-2.c.s index d204577a5..67b237377 100644 --- a/test/torture-s/20031211-2.c.s +++ b/test/torture-s/20031211-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031211-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031211-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -37,6 +37,6 @@ foo: # @foo .size foo, .Lfunc_end1-foo - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20031214-1.c.s b/test/torture-s/20031214-1.c.s index b318c0806..1e730251a 100644 --- a/test/torture-s/20031214-1.c.s +++ b/test/torture-s/20031214-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031214-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031214-1.c" .section .text.b,"ax",@progbits .hidden b .globl b @@ -37,7 +37,7 @@ main: # @main i32.select $push3=, $pop10, $pop7, $pop2 i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, k($pop0), $pop5 + i32.store k($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -65,4 +65,4 @@ k: .size k, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20031215-1.c.s b/test/torture-s/20031215-1.c.s index c0e5cc628..db7fe5c58 100644 --- a/test/torture-s/20031215-1.c.s +++ b/test/torture-s/20031215-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031215-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -68,4 +68,4 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20031216-1.c.s b/test/torture-s/20031216-1.c.s index f0b2dd37e..36d6439de 100644 --- a/test/torture-s/20031216-1.c.s +++ b/test/torture-s/20031216-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031216-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20031216-1.c" .section .text.DisplayNumber,"ax",@progbits .hidden DisplayNumber .globl DisplayNumber @@ -48,5 +48,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20040208-1.c.s b/test/torture-s/20040208-1.c.s index 42a113486..8ae151862 100644 --- a/test/torture-s/20040208-1.c.s +++ b/test/torture-s/20040208-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040208-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040208-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20040218-1.c.s b/test/torture-s/20040218-1.c.s index 2e3ed9452..18c2d6229 100644 --- a/test/torture-s/20040218-1.c.s +++ b/test/torture-s/20040218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040218-1.c" .section .text.xb,"ax",@progbits .hidden xb .globl xb @@ -66,11 +66,11 @@ main: # @main i32.const $push14=, 16 i32.sub $push23=, $pop13, $pop14 tee_local $push22=, $0=, $pop23 - i32.store $drop=, __stack_pointer($pop15), $pop22 + i32.store __stack_pointer($pop15), $pop22 i64.const $push0=, 68723771703295 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push1=, 1048641535 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 block i32.const $push16=, 8 i32.add $push17=, $0, $pop16 @@ -105,6 +105,6 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040223-1.c.s b/test/torture-s/20040223-1.c.s index 9d97798ed..8d8d815d2 100644 --- a/test/torture-s/20040223-1.c.s +++ b/test/torture-s/20040223-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040223-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040223-1.c" .section .text.a,"ax",@progbits .hidden a .globl a @@ -35,5 +35,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20040307-1.c.s b/test/torture-s/20040307-1.c.s index 6e03ea76b..95dbb871f 100644 --- a/test/torture-s/20040307-1.c.s +++ b/test/torture-s/20040307-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040307-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040307-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040309-1.c.s b/test/torture-s/20040309-1.c.s index 88e133305..4fa623ef7 100644 --- a/test/torture-s/20040309-1.c.s +++ b/test/torture-s/20040309-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040309-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040309-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -45,4 +45,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040311-1.c.s b/test/torture-s/20040311-1.c.s index 949129963..d6829ee20 100644 --- a/test/torture-s/20040311-1.c.s +++ b/test/torture-s/20040311-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040311-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040311-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -74,4 +74,4 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040313-1.c.s b/test/torture-s/20040313-1.c.s index 01622c504..b3242d9e5 100644 --- a/test/torture-s/20040313-1.c.s +++ b/test/torture-s/20040313-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040313-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040313-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040319-1.c.s b/test/torture-s/20040319-1.c.s index 9b78c7807..c031169e2 100644 --- a/test/torture-s/20040319-1.c.s +++ b/test/torture-s/20040319-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040319-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040319-1.c" .section .text.blah,"ax",@progbits .hidden blah .globl blah @@ -34,5 +34,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20040331-1.c.s b/test/torture-s/20040331-1.c.s index d6d2d7cdd..b3239218a 100644 --- a/test/torture-s/20040331-1.c.s +++ b/test/torture-s/20040331-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040331-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040331-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20040409-1.c.s b/test/torture-s/20040409-1.c.s index 9c376a49d..b7191fceb 100644 --- a/test/torture-s/20040409-1.c.s +++ b/test/torture-s/20040409-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -238,5 +238,5 @@ main: # @main .size main, .Lfunc_end14-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20040409-2.c.s b/test/torture-s/20040409-2.c.s index 5f220f2b6..4fdd0e8c7 100644 --- a/test/torture-s/20040409-2.c.s +++ b/test/torture-s/20040409-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-2.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -418,5 +418,5 @@ main: # @main .size main, .Lfunc_end26-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20040409-3.c.s b/test/torture-s/20040409-3.c.s index 8b072fbbc..8decbc5d5 100644 --- a/test/torture-s/20040409-3.c.s +++ b/test/torture-s/20040409-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040409-3.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -238,5 +238,5 @@ main: # @main .size main, .Lfunc_end14-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20040411-1.c.s b/test/torture-s/20040411-1.c.s index c5f88f00f..a5a3ba964 100644 --- a/test/torture-s/20040411-1.c.s +++ b/test/torture-s/20040411-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040411-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040411-1.c" .section .text.sub1,"ax",@progbits .hidden sub1 .globl sub1 @@ -37,4 +37,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040625-1.c.s b/test/torture-s/20040625-1.c.s index 6c359dd06..a9aaa5720 100644 --- a/test/torture-s/20040625-1.c.s +++ b/test/torture-s/20040625-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040625-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040625-1.c" .section .text.maybe_next,"ax",@progbits .hidden maybe_next .globl maybe_next @@ -35,8 +35,8 @@ main: # @main i32.const $push6=, 16 i32.sub $push11=, $pop5, $pop6 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop7), $pop10 - i32.store $drop=, 8($0), $0 + i32.store __stack_pointer($pop7), $pop10 + i32.store 8($0), $0 block i32.const $push8=, 8 i32.add $push9=, $0, $pop8 @@ -57,6 +57,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040629-1.c.s b/test/torture-s/20040629-1.c.s index fb03c0d10..c3bd39b51 100644 --- a/test/torture-s/20040629-1.c.s +++ b/test/torture-s/20040629-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040629-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040629-1.c" .section .text.ret1,"ax",@progbits .hidden ret1 .globl ret1 @@ -160,7 +160,7 @@ fn1_1: # @fn1_1 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end9: @@ -186,7 +186,7 @@ fn2_1: # @fn2_1 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end10: @@ -205,7 +205,7 @@ fn3_1: # @fn3_1 i32.const $push0=, 17 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end11: @@ -229,7 +229,7 @@ fn4_1: # @fn4_1 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end12: @@ -255,7 +255,7 @@ fn5_1: # @fn5_1 i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end13: @@ -274,7 +274,7 @@ fn6_1: # @fn6_1 i32.const $push0=, 6 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end14: @@ -291,7 +291,7 @@ fn7_1: # @fn7_1 i32.const $push3=, 0 i32.load $push1=, d($pop3) i32.add $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end15: @@ -312,7 +312,7 @@ fn8_1: # @fn8_1 i32.add $push4=, $pop3, $pop1 i32.const $push6=, 16 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+2($pop2), $pop5 + i32.store8 d+2($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end16: @@ -331,7 +331,7 @@ fn9_1: # @fn9_1 i32.const $push0=, 24 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end17: @@ -356,7 +356,7 @@ fn1_2: # @fn1_2 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end18: @@ -381,7 +381,7 @@ fn2_2: # @fn2_2 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end19: @@ -399,7 +399,7 @@ fn3_2: # @fn3_2 i32.load $push1=, b($pop4) i32.const $push2=, 131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end20: @@ -424,7 +424,7 @@ fn4_2: # @fn4_2 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end21: @@ -442,7 +442,7 @@ fn5_2: # @fn5_2 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end22: @@ -460,7 +460,7 @@ fn6_2: # @fn6_2 i32.load $push1=, c($pop4) i32.const $push2=, 64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end23: @@ -478,7 +478,7 @@ fn7_2: # @fn7_2 i32.load $push1=, d($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end24: @@ -498,7 +498,7 @@ fn8_2: # @fn8_2 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end25: @@ -516,7 +516,7 @@ fn9_2: # @fn9_2 i32.load $push1=, d($pop4) i32.const $push2=, 16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end26: @@ -541,7 +541,7 @@ fn1_3: # @fn1_3 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end27: @@ -566,7 +566,7 @@ fn2_3: # @fn2_3 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end28: @@ -584,7 +584,7 @@ fn3_3: # @fn3_3 i32.load $push1=, b($pop4) i32.const $push2=, 131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end29: @@ -609,7 +609,7 @@ fn4_3: # @fn4_3 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end30: @@ -627,7 +627,7 @@ fn5_3: # @fn5_3 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end31: @@ -645,7 +645,7 @@ fn6_3: # @fn6_3 i32.load $push1=, c($pop4) i32.const $push2=, 64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end32: @@ -663,7 +663,7 @@ fn7_3: # @fn7_3 i32.load $push1=, d($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end33: @@ -683,7 +683,7 @@ fn8_3: # @fn8_3 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end34: @@ -701,7 +701,7 @@ fn9_3: # @fn9_3 i32.load $push1=, d($pop4) i32.const $push2=, 16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end35: @@ -725,7 +725,7 @@ fn1_4: # @fn1_4 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end36: @@ -751,7 +751,7 @@ fn2_4: # @fn2_4 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end37: @@ -777,7 +777,7 @@ fn3_4: # @fn3_4 i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end38: @@ -801,7 +801,7 @@ fn4_4: # @fn4_4 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end39: @@ -827,7 +827,7 @@ fn5_4: # @fn5_4 i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end40: @@ -853,7 +853,7 @@ fn6_4: # @fn6_4 i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end41: @@ -870,7 +870,7 @@ fn7_4: # @fn7_4 i32.const $push3=, 0 i32.load $push1=, d($pop3) i32.sub $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end42: @@ -891,7 +891,7 @@ fn8_4: # @fn8_4 i32.sub $push4=, $pop3, $pop1 i32.const $push6=, 16 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+2($pop2), $pop5 + i32.store8 d+2($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end43: @@ -912,7 +912,7 @@ fn9_4: # @fn9_4 i32.sub $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+3($pop2), $pop5 + i32.store8 d+3($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end44: @@ -937,7 +937,7 @@ fn1_5: # @fn1_5 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end45: @@ -962,7 +962,7 @@ fn2_5: # @fn2_5 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end46: @@ -980,7 +980,7 @@ fn3_5: # @fn3_5 i32.load $push1=, b($pop4) i32.const $push2=, -131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end47: @@ -1005,7 +1005,7 @@ fn4_5: # @fn4_5 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end48: @@ -1023,7 +1023,7 @@ fn5_5: # @fn5_5 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end49: @@ -1041,7 +1041,7 @@ fn6_5: # @fn6_5 i32.load $push1=, c($pop4) i32.const $push2=, -64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end50: @@ -1059,7 +1059,7 @@ fn7_5: # @fn7_5 i32.load $push1=, d($pop4) i32.const $push2=, 65535 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end51: @@ -1079,7 +1079,7 @@ fn8_5: # @fn8_5 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end52: @@ -1097,7 +1097,7 @@ fn9_5: # @fn9_5 i32.load $push1=, d($pop4) i32.const $push2=, -16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end53: @@ -1122,7 +1122,7 @@ fn1_6: # @fn1_6 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end54: @@ -1147,7 +1147,7 @@ fn2_6: # @fn2_6 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end55: @@ -1165,7 +1165,7 @@ fn3_6: # @fn3_6 i32.load $push1=, b($pop4) i32.const $push2=, -131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end56: @@ -1190,7 +1190,7 @@ fn4_6: # @fn4_6 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end57: @@ -1208,7 +1208,7 @@ fn5_6: # @fn5_6 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end58: @@ -1226,7 +1226,7 @@ fn6_6: # @fn6_6 i32.load $push1=, c($pop4) i32.const $push2=, -64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end59: @@ -1244,7 +1244,7 @@ fn7_6: # @fn7_6 i32.load $push1=, d($pop4) i32.const $push2=, 65535 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end60: @@ -1264,7 +1264,7 @@ fn8_6: # @fn8_6 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end61: @@ -1282,7 +1282,7 @@ fn9_6: # @fn9_6 i32.load $push1=, d($pop4) i32.const $push2=, -16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end62: @@ -1301,7 +1301,7 @@ fn1_7: # @fn1_7 i32.const $push5=, 0 i32.load $push3=, b($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end63: @@ -1322,7 +1322,7 @@ fn2_7: # @fn2_7 i32.const $push7=, 0 i32.load $push5=, b($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end64: @@ -1343,7 +1343,7 @@ fn3_7: # @fn3_7 i32.const $push2=, 131071 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end65: @@ -1362,7 +1362,7 @@ fn4_7: # @fn4_7 i32.const $push5=, 0 i32.load $push3=, c($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end66: @@ -1383,7 +1383,7 @@ fn5_7: # @fn5_7 i32.const $push7=, 0 i32.load $push5=, c($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end67: @@ -1404,7 +1404,7 @@ fn6_7: # @fn6_7 i32.const $push2=, 63 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end68: @@ -1423,7 +1423,7 @@ fn7_7: # @fn7_7 i32.const $push5=, 0 i32.load $push3=, d($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end69: @@ -1444,7 +1444,7 @@ fn8_7: # @fn8_7 i32.const $push7=, 0 i32.load $push5=, d($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end70: @@ -1465,7 +1465,7 @@ fn9_7: # @fn9_7 i32.const $push2=, 16777215 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end71: @@ -1484,7 +1484,7 @@ fn1_8: # @fn1_8 i32.const $push0=, 63 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end72: @@ -1505,7 +1505,7 @@ fn2_8: # @fn2_8 i32.const $push2=, 131008 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end73: @@ -1531,7 +1531,7 @@ fn3_8: # @fn3_8 i32.const $push6=, 131071 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, b($pop2), $pop8 + i32.store b($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end74: @@ -1550,7 +1550,7 @@ fn4_8: # @fn4_8 i32.const $push0=, 31 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end75: @@ -1571,7 +1571,7 @@ fn5_8: # @fn5_8 i32.const $push2=, 32 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end76: @@ -1597,7 +1597,7 @@ fn6_8: # @fn6_8 i32.const $push6=, 63 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, c($pop2), $pop8 + i32.store c($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end77: @@ -1616,7 +1616,7 @@ fn7_8: # @fn7_8 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end78: @@ -1637,7 +1637,7 @@ fn8_8: # @fn8_8 i32.const $push2=, 16711680 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end79: @@ -1658,7 +1658,7 @@ fn9_8: # @fn9_8 i32.or $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+3($pop2), $pop5 + i32.store8 d+3($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end80: @@ -1677,7 +1677,7 @@ fn1_9: # @fn1_9 i32.const $push0=, 63 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end81: @@ -1698,7 +1698,7 @@ fn2_9: # @fn2_9 i32.const $push2=, 131008 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end82: @@ -1724,7 +1724,7 @@ fn3_9: # @fn3_9 i32.const $push6=, 131071 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, b($pop2), $pop8 + i32.store b($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end83: @@ -1743,7 +1743,7 @@ fn4_9: # @fn4_9 i32.const $push0=, 31 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end84: @@ -1764,7 +1764,7 @@ fn5_9: # @fn5_9 i32.const $push2=, 32 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end85: @@ -1790,7 +1790,7 @@ fn6_9: # @fn6_9 i32.const $push6=, 63 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, c($pop2), $pop8 + i32.store c($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end86: @@ -1809,7 +1809,7 @@ fn7_9: # @fn7_9 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end87: @@ -1830,7 +1830,7 @@ fn8_9: # @fn8_9 i32.const $push2=, 16711680 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end88: @@ -1851,7 +1851,7 @@ fn9_9: # @fn9_9 i32.xor $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+3($pop2), $pop5 + i32.store8 d+3($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end89: @@ -1875,7 +1875,7 @@ fn1_a: # @fn1_a i32.and $push4=, $1, $pop3 i32.div_u $push5=, $pop4, $0 i32.or $push6=, $pop2, $pop5 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end90: @@ -1903,7 +1903,7 @@ fn2_a: # @fn2_a i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, b($pop0), $pop9 + i32.store b($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end91: @@ -1929,7 +1929,7 @@ fn3_a: # @fn3_a i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end92: @@ -1953,7 +1953,7 @@ fn4_a: # @fn4_a i32.and $push4=, $1, $pop3 i32.div_u $push5=, $pop4, $0 i32.or $push6=, $pop2, $pop5 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end93: @@ -1981,7 +1981,7 @@ fn5_a: # @fn5_a i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, c($pop0), $pop9 + i32.store c($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end94: @@ -2007,7 +2007,7 @@ fn6_a: # @fn6_a i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end95: @@ -2024,7 +2024,7 @@ fn7_a: # @fn7_a i32.const $push3=, 0 i32.load16_u $push1=, d($pop3) i32.div_u $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end96: @@ -2041,7 +2041,7 @@ fn8_a: # @fn8_a i32.const $push3=, 0 i32.load8_u $push1=, d+2($pop3) i32.div_u $push2=, $pop1, $0 - i32.store8 $drop=, d+2($pop0), $pop2 + i32.store8 d+2($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end97: @@ -2058,7 +2058,7 @@ fn9_a: # @fn9_a i32.const $push3=, 0 i32.load8_u $push1=, d+3($pop3) i32.div_u $push2=, $pop1, $0 - i32.store8 $drop=, d+3($pop0), $pop2 + i32.store8 d+3($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end98: @@ -2082,7 +2082,7 @@ fn1_b: # @fn1_b i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end99: @@ -2110,7 +2110,7 @@ fn2_b: # @fn2_b i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, b($pop0), $pop9 + i32.store b($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end100: @@ -2136,7 +2136,7 @@ fn3_b: # @fn3_b i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end101: @@ -2160,7 +2160,7 @@ fn4_b: # @fn4_b i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end102: @@ -2188,7 +2188,7 @@ fn5_b: # @fn5_b i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, c($pop0), $pop9 + i32.store c($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end103: @@ -2214,7 +2214,7 @@ fn6_b: # @fn6_b i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end104: @@ -2231,7 +2231,7 @@ fn7_b: # @fn7_b i32.const $push3=, 0 i32.load16_u $push1=, d($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end105: @@ -2248,7 +2248,7 @@ fn8_b: # @fn8_b i32.const $push3=, 0 i32.load8_u $push1=, d+2($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store8 $drop=, d+2($pop0), $pop2 + i32.store8 d+2($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end106: @@ -2265,7 +2265,7 @@ fn9_b: # @fn9_b i32.const $push3=, 0 i32.load8_u $push1=, d+3($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store8 $drop=, d+3($pop0), $pop2 + i32.store8 d+3($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end107: @@ -2290,7 +2290,7 @@ fn1_c: # @fn1_c i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end108: @@ -2315,7 +2315,7 @@ fn2_c: # @fn2_c i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end109: @@ -2333,7 +2333,7 @@ fn3_c: # @fn3_c i32.load $push1=, b($pop4) i32.const $push2=, 393216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end110: @@ -2358,7 +2358,7 @@ fn4_c: # @fn4_c i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end111: @@ -2376,7 +2376,7 @@ fn5_c: # @fn5_c i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end112: @@ -2394,7 +2394,7 @@ fn6_c: # @fn6_c i32.load $push1=, c($pop4) i32.const $push2=, 192 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end113: @@ -2412,7 +2412,7 @@ fn7_c: # @fn7_c i32.load $push1=, d($pop4) i32.const $push2=, 3 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end114: @@ -2432,7 +2432,7 @@ fn8_c: # @fn8_c i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end115: @@ -2450,7 +2450,7 @@ fn9_c: # @fn9_c i32.load $push1=, d($pop4) i32.const $push2=, 50331648 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end116: @@ -2475,7 +2475,7 @@ fn1_d: # @fn1_d i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end117: @@ -2500,7 +2500,7 @@ fn2_d: # @fn2_d i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end118: @@ -2518,7 +2518,7 @@ fn3_d: # @fn3_d i32.load $push1=, b($pop4) i32.const $push2=, -917504 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end119: @@ -2543,7 +2543,7 @@ fn4_d: # @fn4_d i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end120: @@ -2561,7 +2561,7 @@ fn5_d: # @fn5_d i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end121: @@ -2579,7 +2579,7 @@ fn6_d: # @fn6_d i32.load $push1=, c($pop4) i32.const $push2=, -448 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end122: @@ -2597,7 +2597,7 @@ fn7_d: # @fn7_d i32.load $push1=, d($pop4) i32.const $push2=, 65529 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end123: @@ -2617,7 +2617,7 @@ fn8_d: # @fn8_d i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end124: @@ -2635,7 +2635,7 @@ fn9_d: # @fn9_d i32.load $push1=, d($pop4) i32.const $push2=, -117440512 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end125: @@ -2653,7 +2653,7 @@ fn1_e: # @fn1_e i32.load $push1=, b($pop4) i32.const $push2=, -43 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end126: @@ -2671,7 +2671,7 @@ fn2_e: # @fn2_e i32.load $push1=, b($pop4) i32.const $push2=, -129665 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end127: @@ -2689,7 +2689,7 @@ fn3_e: # @fn3_e i32.load $push1=, b($pop4) i32.const $push2=, 2883583 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end128: @@ -2707,7 +2707,7 @@ fn4_e: # @fn4_e i32.load $push1=, c($pop4) i32.const $push2=, -11 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end129: @@ -2737,7 +2737,7 @@ fn6_e: # @fn6_e i32.load $push1=, c($pop4) i32.const $push2=, 1407 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end131: @@ -2755,7 +2755,7 @@ fn7_e: # @fn7_e i32.load $push1=, d($pop4) i32.const $push2=, -65515 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end132: @@ -2773,7 +2773,7 @@ fn8_e: # @fn8_e i32.load $push1=, d($pop4) i32.const $push2=, -15335425 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end133: @@ -2791,7 +2791,7 @@ fn9_e: # @fn9_e i32.load $push1=, d($pop4) i32.const $push2=, 369098751 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end134: @@ -2809,7 +2809,7 @@ fn1_f: # @fn1_f i32.load $push1=, b($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end135: @@ -2827,7 +2827,7 @@ fn2_f: # @fn2_f i32.load $push1=, b($pop4) i32.const $push2=, 1216 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end136: @@ -2845,7 +2845,7 @@ fn3_f: # @fn3_f i32.load $push1=, b($pop4) i32.const $push2=, 2490368 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end137: @@ -2863,7 +2863,7 @@ fn4_f: # @fn4_f i32.load $push1=, c($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end138: @@ -2881,7 +2881,7 @@ fn5_f: # @fn5_f i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end139: @@ -2899,7 +2899,7 @@ fn6_f: # @fn6_f i32.load $push1=, c($pop4) i32.const $push2=, 1216 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end140: @@ -2917,7 +2917,7 @@ fn7_f: # @fn7_f i32.load $push1=, d($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end141: @@ -2935,7 +2935,7 @@ fn8_f: # @fn8_f i32.load $push1=, d($pop4) i32.const $push2=, 1245184 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end142: @@ -2953,7 +2953,7 @@ fn9_f: # @fn9_f i32.load $push1=, d($pop4) i32.const $push2=, 318767104 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end143: @@ -2971,7 +2971,7 @@ fn1_g: # @fn1_g i32.load $push1=, b($pop4) i32.const $push2=, 37 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end144: @@ -2989,7 +2989,7 @@ fn2_g: # @fn2_g i32.load $push1=, b($pop4) i32.const $push2=, 2368 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end145: @@ -3007,7 +3007,7 @@ fn3_g: # @fn3_g i32.load $push1=, b($pop4) i32.const $push2=, 4849664 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end146: @@ -3025,7 +3025,7 @@ fn4_g: # @fn4_g i32.load $push1=, c($pop4) i32.const $push2=, 5 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end147: @@ -3043,7 +3043,7 @@ fn5_g: # @fn5_g i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end148: @@ -3061,7 +3061,7 @@ fn6_g: # @fn6_g i32.load $push1=, c($pop4) i32.const $push2=, 2368 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end149: @@ -3079,7 +3079,7 @@ fn7_g: # @fn7_g i32.load $push1=, d($pop4) i32.const $push2=, 37 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end150: @@ -3097,7 +3097,7 @@ fn8_g: # @fn8_g i32.load $push1=, d($pop4) i32.const $push2=, 2424832 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end151: @@ -3115,7 +3115,7 @@ fn9_g: # @fn9_g i32.load $push1=, d($pop4) i32.const $push2=, 620756992 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end152: @@ -3140,7 +3140,7 @@ fn1_h: # @fn1_h i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end153: @@ -3169,7 +3169,7 @@ fn2_h: # @fn2_h i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, b($pop0), $pop10 + i32.store b($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end154: @@ -3194,7 +3194,7 @@ fn3_h: # @fn3_h i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end155: @@ -3219,7 +3219,7 @@ fn4_h: # @fn4_h i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end156: @@ -3237,7 +3237,7 @@ fn5_h: # @fn5_h i32.load $push1=, c($pop4) i32.const $push2=, -33 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end157: @@ -3262,7 +3262,7 @@ fn6_h: # @fn6_h i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end158: @@ -3280,7 +3280,7 @@ fn7_h: # @fn7_h i32.load16_u $push1=, d($pop4) i32.const $push2=, 17 i32.div_u $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end159: @@ -3298,7 +3298,7 @@ fn8_h: # @fn8_h i32.load8_u $push1=, d+2($pop4) i32.const $push2=, 17 i32.div_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+2($pop0), $pop3 + i32.store8 d+2($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end160: @@ -3316,7 +3316,7 @@ fn9_h: # @fn9_h i32.load $push1=, d($pop4) i32.const $push2=, 285212672 i32.div_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+3($pop0), $pop3 + i32.store8 d+3($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end161: @@ -3341,7 +3341,7 @@ fn1_i: # @fn1_i i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end162: @@ -3370,7 +3370,7 @@ fn2_i: # @fn2_i i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, b($pop0), $pop10 + i32.store b($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end163: @@ -3397,7 +3397,7 @@ fn3_i: # @fn3_i i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end164: @@ -3422,7 +3422,7 @@ fn4_i: # @fn4_i i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end165: @@ -3451,7 +3451,7 @@ fn5_i: # @fn5_i i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, c($pop0), $pop10 + i32.store c($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end166: @@ -3478,7 +3478,7 @@ fn6_i: # @fn6_i i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end167: @@ -3496,7 +3496,7 @@ fn7_i: # @fn7_i i32.load16_u $push1=, d($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end168: @@ -3514,7 +3514,7 @@ fn8_i: # @fn8_i i32.load8_u $push1=, d+2($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+2($pop0), $pop3 + i32.store8 d+2($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end169: @@ -3532,7 +3532,7 @@ fn9_i: # @fn9_i i32.load8_u $push1=, d+3($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+3($pop0), $pop3 + i32.store8 d+3($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end170: @@ -3547,13 +3547,13 @@ main: # @main # BB#0: # %if.end1610 i32.const $push1=, 0 i32.const $push0=, -2147483595 - i32.store $drop=, c($pop1), $pop0 + i32.store c($pop1), $pop0 i32.const $push6=, 0 i32.const $push2=, 560051 - i32.store $drop=, b($pop6), $pop2 + i32.store b($pop6), $pop2 i32.const $push5=, 0 i32.const $push3=, -1147377476 - i32.store $drop=, d($pop5), $pop3 + i32.store d($pop5), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -3588,4 +3588,4 @@ d: .size d, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040703-1.c.s b/test/torture-s/20040703-1.c.s index 668a3b687..2382dc336 100644 --- a/test/torture-s/20040703-1.c.s +++ b/test/torture-s/20040703-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040703-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040703-1.c" .section .text.num_lshift,"ax",@progbits .hidden num_lshift .globl num_lshift @@ -34,12 +34,12 @@ num_lshift: # @num_lshift i32.lt_u $push10=, $3, $pop9 br_if 0, $pop10 # 0: down to label7 # BB#2: # %if.then5 - i32.store $drop=, 0($1), $5 + i32.store 0($1), $5 i32.const $7=, 0 i32.const $push11=, 4 i32.add $push12=, $1, $pop11 i32.const $push104=, 0 - i32.store $drop=, 0($pop12), $pop104 + i32.store 0($pop12), $pop104 i32.const $push13=, -32 i32.add $8=, $3, $pop13 copy_local $9=, $5 @@ -52,14 +52,14 @@ num_lshift: # @num_lshift i32.add $push15=, $1, $pop14 i32.shl $push108=, $7, $8 tee_local $push107=, $10=, $pop108 - i32.store $drop=, 0($pop15), $pop107 + i32.store 0($pop15), $pop107 i32.const $push17=, 32 i32.sub $push18=, $pop17, $8 i32.shr_u $push19=, $7, $pop18 i32.shl $push16=, $9, $8 i32.or $push106=, $pop19, $pop16 tee_local $push105=, $9=, $pop106 - i32.store $drop=, 0($1), $pop105 + i32.store 0($1), $pop105 br 2 # 2: down to label4 .LBB0_5: # %if.then end_block # label6: @@ -110,16 +110,16 @@ num_lshift: # @num_lshift i32.and $10=, $10, $pop29 .LBB0_13: # %num_trim.exit end_block # label8: - i32.store $drop=, 0($1), $9 + i32.store 0($1), $9 i32.const $push37=, 4 i32.add $push38=, $1, $pop37 - i32.store $drop=, 0($pop38), $10 + i32.store 0($pop38), $10 i32.wrap/i64 $push39=, $6 i32.eqz $push127=, $pop39 br_if 2, $pop127 # 2: down to label1 # BB#14: # %if.then21 i32.const $push40=, 0 - i32.store $drop=, 12($1), $pop40 + i32.store 12($1), $pop40 br 3 # 3: down to label0 .LBB0_15: # %land.rhs end_block # label3: @@ -132,14 +132,14 @@ num_lshift: # @num_lshift i32.ne $2=, $pop6, $pop7 .LBB0_16: # %land.end end_block # label2: - i32.store $drop=, 12($1), $2 + i32.store 12($1), $2 i64.const $push8=, 0 - i64.store $drop=, 0($1):p2align=2, $pop8 + i64.store 0($1):p2align=2, $pop8 br 1 # 1: down to label0 .LBB0_17: # %if.else3.i end_block # label1: - i32.store $drop=, 8($12), $9 - i32.store $drop=, 4($12), $10 + i32.store 8($12), $9 + i32.store 4($12), $10 i32.const $push43=, -1 i32.const $push50=, 0 i32.const $push41=, 32 @@ -161,7 +161,7 @@ num_lshift: # @num_lshift i32.gt_u $push52=, $2, $pop51 br_if 0, $pop52 # 0: down to label12 # BB#18: # %if.then5.i61 - i32.store $drop=, 8($12), $8 + i32.store 8($12), $8 i32.const $push96=, 4 i32.add $push97=, $12, $pop96 copy_local $7=, $pop97 @@ -183,7 +183,7 @@ num_lshift: # @num_lshift end_block # label11: i32.shl $push56=, $8, $11 i32.or $push57=, $10, $pop56 - i32.store $drop=, 0($7), $pop57 + i32.store 0($7), $pop57 .LBB0_22: # %if.end15.i end_block # label10: block @@ -192,8 +192,8 @@ num_lshift: # @num_lshift br_if 0, $pop59 # 0: down to label13 # BB#23: # %if.then17.i i32.load $push60=, 8($12) - i32.store $drop=, 4($12), $pop60 - i32.store $drop=, 8($12), $8 + i32.store 4($12), $pop60 + i32.store 8($12), $8 i32.const $push61=, -32 i32.add $3=, $3, $pop61 .LBB0_24: # %if.end22.i @@ -213,12 +213,12 @@ num_lshift: # @num_lshift i32.shr_u $push63=, $pop62, $3 i32.or $push117=, $pop65, $pop63 tee_local $push116=, $9=, $pop117 - i32.store $drop=, 4($12), $pop116 + i32.store 4($12), $pop116 i32.shr_u $push66=, $10, $3 i32.shl $push67=, $8, $7 i32.or $push115=, $pop66, $pop67 tee_local $push114=, $3=, $pop115 - i32.store $drop=, 8($12), $pop114 + i32.store 8($12), $pop114 br 1 # 1: down to label14 .LBB0_26: # %if.end22.if.end38_crit_edge.i end_block # label15: @@ -264,17 +264,17 @@ num_lshift: # @num_lshift i32.ne $push84=, $5, $9 i32.ne $push83=, $4, $3 i32.or $push85=, $pop84, $pop83 - i32.store $drop=, 0($pop87), $pop85 + i32.store 0($pop87), $pop85 .LBB0_33: # %if.end37 end_block # label0: i64.load $push88=, 0($1):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop88 + i64.store 0($0):p2align=2, $pop88 i32.const $push89=, 8 i32.add $push90=, $0, $pop89 i32.const $push124=, 8 i32.add $push91=, $1, $pop124 i64.load $push92=, 0($pop91):p2align=2 - i64.store $drop=, 0($pop90):p2align=2, $pop92 + i64.store 0($pop90):p2align=2, $pop92 # fallthrough-return .endfunc .Lfunc_end0: @@ -294,25 +294,25 @@ main: # @main i32.const $push21=, 32 i32.sub $push30=, $pop20, $pop21 tee_local $push29=, $0=, $pop30 - i32.store $drop=, __stack_pointer($pop22), $pop29 + i32.store __stack_pointer($pop22), $pop29 i32.const $push2=, 12 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, num+12($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i32.const $push28=, 0 i32.load $push4=, num+8($pop28) - i32.store $drop=, 0($pop6), $pop4 + i32.store 0($pop6), $pop4 i32.const $push8=, 4 i32.add $push9=, $0, $pop8 i32.const $push27=, 0 i32.load $push7=, num+4($pop27) - i32.store $drop=, 0($pop9), $pop7 + i32.store 0($pop9), $pop7 i32.const $push26=, 0 i32.load $push10=, num($pop26) - i32.store $drop=, 0($0), $pop10 + i32.store 0($0), $pop10 i32.const $push23=, 16 i32.add $push24=, $0, $pop23 i32.const $push12=, 64 @@ -373,6 +373,6 @@ num: .size num, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040704-1.c.s b/test/torture-s/20040704-1.c.s index de9e4d1c2..5c9e0c0a9 100644 --- a/test/torture-s/20040704-1.c.s +++ b/test/torture-s/20040704-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040704-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040704-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040705-1.c.s b/test/torture-s/20040705-1.c.s index c72ac2855..24e1a3988 100644 --- a/test/torture-s/20040705-1.c.s +++ b/test/torture-s/20040705-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040705-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040705-1.c" .section .text.ret1,"ax",@progbits .hidden ret1 .globl ret1 @@ -160,7 +160,7 @@ fn1_1: # @fn1_1 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end9: @@ -186,7 +186,7 @@ fn2_1: # @fn2_1 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b+8($pop0), $pop8 + i32.store b+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end10: @@ -205,7 +205,7 @@ fn3_1: # @fn3_1 i32.const $push0=, 17 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, b+8($pop2), $pop4 + i32.store b+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end11: @@ -229,7 +229,7 @@ fn4_1: # @fn4_1 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c+8($pop0), $pop6 + i32.store c+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end12: @@ -255,7 +255,7 @@ fn5_1: # @fn5_1 i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c+8($pop0), $pop8 + i32.store c+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end13: @@ -274,7 +274,7 @@ fn6_1: # @fn6_1 i32.const $push0=, 6 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, c+8($pop2), $pop4 + i32.store c+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end14: @@ -291,7 +291,7 @@ fn7_1: # @fn7_1 i32.const $push3=, 0 i32.load $push1=, d+8($pop3) i32.add $push2=, $pop1, $0 - i32.store16 $drop=, d+8($pop0), $pop2 + i32.store16 d+8($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end15: @@ -312,7 +312,7 @@ fn8_1: # @fn8_1 i32.add $push4=, $pop3, $pop1 i32.const $push6=, 16 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+10($pop2), $pop5 + i32.store8 d+10($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end16: @@ -331,7 +331,7 @@ fn9_1: # @fn9_1 i32.const $push0=, 24 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, d+8($pop2), $pop4 + i32.store d+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end17: @@ -356,7 +356,7 @@ fn1_2: # @fn1_2 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end18: @@ -381,7 +381,7 @@ fn2_2: # @fn2_2 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end19: @@ -399,7 +399,7 @@ fn3_2: # @fn3_2 i32.load $push1=, b+8($pop4) i32.const $push2=, 131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end20: @@ -424,7 +424,7 @@ fn4_2: # @fn4_2 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end21: @@ -442,7 +442,7 @@ fn5_2: # @fn5_2 i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end22: @@ -460,7 +460,7 @@ fn6_2: # @fn6_2 i32.load $push1=, c+8($pop4) i32.const $push2=, 64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end23: @@ -478,7 +478,7 @@ fn7_2: # @fn7_2 i32.load $push1=, d+8($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end24: @@ -498,7 +498,7 @@ fn8_2: # @fn8_2 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+10($pop0), $pop5 + i32.store8 d+10($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end25: @@ -516,7 +516,7 @@ fn9_2: # @fn9_2 i32.load $push1=, d+8($pop4) i32.const $push2=, 16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end26: @@ -541,7 +541,7 @@ fn1_3: # @fn1_3 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end27: @@ -566,7 +566,7 @@ fn2_3: # @fn2_3 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end28: @@ -584,7 +584,7 @@ fn3_3: # @fn3_3 i32.load $push1=, b+8($pop4) i32.const $push2=, 131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end29: @@ -609,7 +609,7 @@ fn4_3: # @fn4_3 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end30: @@ -627,7 +627,7 @@ fn5_3: # @fn5_3 i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end31: @@ -645,7 +645,7 @@ fn6_3: # @fn6_3 i32.load $push1=, c+8($pop4) i32.const $push2=, 64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end32: @@ -663,7 +663,7 @@ fn7_3: # @fn7_3 i32.load $push1=, d+8($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end33: @@ -683,7 +683,7 @@ fn8_3: # @fn8_3 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+10($pop0), $pop5 + i32.store8 d+10($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end34: @@ -701,7 +701,7 @@ fn9_3: # @fn9_3 i32.load $push1=, d+8($pop4) i32.const $push2=, 16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end35: @@ -725,7 +725,7 @@ fn1_4: # @fn1_4 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end36: @@ -751,7 +751,7 @@ fn2_4: # @fn2_4 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b+8($pop0), $pop8 + i32.store b+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end37: @@ -777,7 +777,7 @@ fn3_4: # @fn3_4 i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b+8($pop0), $pop8 + i32.store b+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end38: @@ -801,7 +801,7 @@ fn4_4: # @fn4_4 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c+8($pop0), $pop6 + i32.store c+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end39: @@ -827,7 +827,7 @@ fn5_4: # @fn5_4 i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c+8($pop0), $pop8 + i32.store c+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end40: @@ -853,7 +853,7 @@ fn6_4: # @fn6_4 i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c+8($pop0), $pop8 + i32.store c+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end41: @@ -870,7 +870,7 @@ fn7_4: # @fn7_4 i32.const $push3=, 0 i32.load $push1=, d+8($pop3) i32.sub $push2=, $pop1, $0 - i32.store16 $drop=, d+8($pop0), $pop2 + i32.store16 d+8($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end42: @@ -891,7 +891,7 @@ fn8_4: # @fn8_4 i32.sub $push4=, $pop3, $pop1 i32.const $push6=, 16 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+10($pop2), $pop5 + i32.store8 d+10($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end43: @@ -912,7 +912,7 @@ fn9_4: # @fn9_4 i32.sub $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+11($pop2), $pop5 + i32.store8 d+11($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end44: @@ -937,7 +937,7 @@ fn1_5: # @fn1_5 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end45: @@ -962,7 +962,7 @@ fn2_5: # @fn2_5 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end46: @@ -980,7 +980,7 @@ fn3_5: # @fn3_5 i32.load $push1=, b+8($pop4) i32.const $push2=, -131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end47: @@ -1005,7 +1005,7 @@ fn4_5: # @fn4_5 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c+8($pop0), $pop6 + i32.store c+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end48: @@ -1023,7 +1023,7 @@ fn5_5: # @fn5_5 i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end49: @@ -1041,7 +1041,7 @@ fn6_5: # @fn6_5 i32.load $push1=, c+8($pop4) i32.const $push2=, -64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end50: @@ -1059,7 +1059,7 @@ fn7_5: # @fn7_5 i32.load $push1=, d+8($pop4) i32.const $push2=, 65535 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end51: @@ -1079,7 +1079,7 @@ fn8_5: # @fn8_5 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+10($pop0), $pop5 + i32.store8 d+10($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end52: @@ -1097,7 +1097,7 @@ fn9_5: # @fn9_5 i32.load $push1=, d+8($pop4) i32.const $push2=, -16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end53: @@ -1122,7 +1122,7 @@ fn1_6: # @fn1_6 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end54: @@ -1147,7 +1147,7 @@ fn2_6: # @fn2_6 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end55: @@ -1165,7 +1165,7 @@ fn3_6: # @fn3_6 i32.load $push1=, b+8($pop4) i32.const $push2=, -131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end56: @@ -1190,7 +1190,7 @@ fn4_6: # @fn4_6 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c+8($pop0), $pop6 + i32.store c+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end57: @@ -1208,7 +1208,7 @@ fn5_6: # @fn5_6 i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end58: @@ -1226,7 +1226,7 @@ fn6_6: # @fn6_6 i32.load $push1=, c+8($pop4) i32.const $push2=, -64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end59: @@ -1244,7 +1244,7 @@ fn7_6: # @fn7_6 i32.load $push1=, d+8($pop4) i32.const $push2=, 65535 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end60: @@ -1264,7 +1264,7 @@ fn8_6: # @fn8_6 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+10($pop0), $pop5 + i32.store8 d+10($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end61: @@ -1282,7 +1282,7 @@ fn9_6: # @fn9_6 i32.load $push1=, d+8($pop4) i32.const $push2=, -16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end62: @@ -1301,7 +1301,7 @@ fn1_7: # @fn1_7 i32.const $push5=, 0 i32.load $push3=, b+8($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, b+8($pop2), $pop4 + i32.store b+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end63: @@ -1322,7 +1322,7 @@ fn2_7: # @fn2_7 i32.const $push7=, 0 i32.load $push5=, b+8($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, b+8($pop4), $pop6 + i32.store b+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end64: @@ -1343,7 +1343,7 @@ fn3_7: # @fn3_7 i32.const $push2=, 131071 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, b+8($pop4), $pop6 + i32.store b+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end65: @@ -1362,7 +1362,7 @@ fn4_7: # @fn4_7 i32.const $push5=, 0 i32.load $push3=, c+8($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, c+8($pop2), $pop4 + i32.store c+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end66: @@ -1383,7 +1383,7 @@ fn5_7: # @fn5_7 i32.const $push7=, 0 i32.load $push5=, c+8($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, c+8($pop4), $pop6 + i32.store c+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end67: @@ -1404,7 +1404,7 @@ fn6_7: # @fn6_7 i32.const $push2=, 63 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, c+8($pop4), $pop6 + i32.store c+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end68: @@ -1423,7 +1423,7 @@ fn7_7: # @fn7_7 i32.const $push5=, 0 i32.load $push3=, d+8($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, d+8($pop2), $pop4 + i32.store d+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end69: @@ -1444,7 +1444,7 @@ fn8_7: # @fn8_7 i32.const $push7=, 0 i32.load $push5=, d+8($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, d+8($pop4), $pop6 + i32.store d+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end70: @@ -1465,7 +1465,7 @@ fn9_7: # @fn9_7 i32.const $push2=, 16777215 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, d+8($pop4), $pop6 + i32.store d+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end71: @@ -1484,7 +1484,7 @@ fn1_8: # @fn1_8 i32.const $push0=, 63 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, b+8($pop2), $pop4 + i32.store b+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end72: @@ -1505,7 +1505,7 @@ fn2_8: # @fn2_8 i32.const $push2=, 131008 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, b+8($pop4), $pop6 + i32.store b+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end73: @@ -1531,7 +1531,7 @@ fn3_8: # @fn3_8 i32.const $push6=, 131071 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, b+8($pop2), $pop8 + i32.store b+8($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end74: @@ -1550,7 +1550,7 @@ fn4_8: # @fn4_8 i32.const $push0=, 31 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, c+8($pop2), $pop4 + i32.store c+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end75: @@ -1571,7 +1571,7 @@ fn5_8: # @fn5_8 i32.const $push2=, 32 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, c+8($pop4), $pop6 + i32.store c+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end76: @@ -1597,7 +1597,7 @@ fn6_8: # @fn6_8 i32.const $push6=, 63 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, c+8($pop2), $pop8 + i32.store c+8($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end77: @@ -1616,7 +1616,7 @@ fn7_8: # @fn7_8 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, d+8($pop2), $pop4 + i32.store d+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end78: @@ -1637,7 +1637,7 @@ fn8_8: # @fn8_8 i32.const $push2=, 16711680 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, d+8($pop4), $pop6 + i32.store d+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end79: @@ -1658,7 +1658,7 @@ fn9_8: # @fn9_8 i32.or $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+11($pop2), $pop5 + i32.store8 d+11($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end80: @@ -1677,7 +1677,7 @@ fn1_9: # @fn1_9 i32.const $push0=, 63 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, b+8($pop2), $pop4 + i32.store b+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end81: @@ -1698,7 +1698,7 @@ fn2_9: # @fn2_9 i32.const $push2=, 131008 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, b+8($pop4), $pop6 + i32.store b+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end82: @@ -1724,7 +1724,7 @@ fn3_9: # @fn3_9 i32.const $push6=, 131071 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, b+8($pop2), $pop8 + i32.store b+8($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end83: @@ -1743,7 +1743,7 @@ fn4_9: # @fn4_9 i32.const $push0=, 31 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, c+8($pop2), $pop4 + i32.store c+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end84: @@ -1764,7 +1764,7 @@ fn5_9: # @fn5_9 i32.const $push2=, 32 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, c+8($pop4), $pop6 + i32.store c+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end85: @@ -1790,7 +1790,7 @@ fn6_9: # @fn6_9 i32.const $push6=, 63 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, c+8($pop2), $pop8 + i32.store c+8($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end86: @@ -1809,7 +1809,7 @@ fn7_9: # @fn7_9 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, d+8($pop2), $pop4 + i32.store d+8($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end87: @@ -1830,7 +1830,7 @@ fn8_9: # @fn8_9 i32.const $push2=, 16711680 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, d+8($pop4), $pop6 + i32.store d+8($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end88: @@ -1851,7 +1851,7 @@ fn9_9: # @fn9_9 i32.xor $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+11($pop2), $pop5 + i32.store8 d+11($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end89: @@ -1875,7 +1875,7 @@ fn1_a: # @fn1_a i32.and $push4=, $1, $pop3 i32.div_u $push5=, $pop4, $0 i32.or $push6=, $pop2, $pop5 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end90: @@ -1903,7 +1903,7 @@ fn2_a: # @fn2_a i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, b+8($pop0), $pop9 + i32.store b+8($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end91: @@ -1929,7 +1929,7 @@ fn3_a: # @fn3_a i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end92: @@ -1953,7 +1953,7 @@ fn4_a: # @fn4_a i32.and $push4=, $1, $pop3 i32.div_u $push5=, $pop4, $0 i32.or $push6=, $pop2, $pop5 - i32.store $drop=, c+8($pop0), $pop6 + i32.store c+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end93: @@ -1981,7 +1981,7 @@ fn5_a: # @fn5_a i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, c+8($pop0), $pop9 + i32.store c+8($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end94: @@ -2007,7 +2007,7 @@ fn6_a: # @fn6_a i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end95: @@ -2024,7 +2024,7 @@ fn7_a: # @fn7_a i32.const $push3=, 0 i32.load16_u $push1=, d+8($pop3) i32.div_u $push2=, $pop1, $0 - i32.store16 $drop=, d+8($pop0), $pop2 + i32.store16 d+8($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end96: @@ -2041,7 +2041,7 @@ fn8_a: # @fn8_a i32.const $push3=, 0 i32.load8_u $push1=, d+10($pop3) i32.div_u $push2=, $pop1, $0 - i32.store8 $drop=, d+10($pop0), $pop2 + i32.store8 d+10($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end97: @@ -2058,7 +2058,7 @@ fn9_a: # @fn9_a i32.const $push3=, 0 i32.load8_u $push1=, d+11($pop3) i32.div_u $push2=, $pop1, $0 - i32.store8 $drop=, d+11($pop0), $pop2 + i32.store8 d+11($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end98: @@ -2082,7 +2082,7 @@ fn1_b: # @fn1_b i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b+8($pop0), $pop6 + i32.store b+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end99: @@ -2110,7 +2110,7 @@ fn2_b: # @fn2_b i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, b+8($pop0), $pop9 + i32.store b+8($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end100: @@ -2136,7 +2136,7 @@ fn3_b: # @fn3_b i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end101: @@ -2160,7 +2160,7 @@ fn4_b: # @fn4_b i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c+8($pop0), $pop6 + i32.store c+8($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end102: @@ -2188,7 +2188,7 @@ fn5_b: # @fn5_b i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, c+8($pop0), $pop9 + i32.store c+8($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end103: @@ -2214,7 +2214,7 @@ fn6_b: # @fn6_b i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end104: @@ -2231,7 +2231,7 @@ fn7_b: # @fn7_b i32.const $push3=, 0 i32.load16_u $push1=, d+8($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store16 $drop=, d+8($pop0), $pop2 + i32.store16 d+8($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end105: @@ -2248,7 +2248,7 @@ fn8_b: # @fn8_b i32.const $push3=, 0 i32.load8_u $push1=, d+10($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store8 $drop=, d+10($pop0), $pop2 + i32.store8 d+10($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end106: @@ -2265,7 +2265,7 @@ fn9_b: # @fn9_b i32.const $push3=, 0 i32.load8_u $push1=, d+11($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store8 $drop=, d+11($pop0), $pop2 + i32.store8 d+11($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end107: @@ -2290,7 +2290,7 @@ fn1_c: # @fn1_c i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end108: @@ -2315,7 +2315,7 @@ fn2_c: # @fn2_c i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end109: @@ -2333,7 +2333,7 @@ fn3_c: # @fn3_c i32.load $push1=, b+8($pop4) i32.const $push2=, 393216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end110: @@ -2358,7 +2358,7 @@ fn4_c: # @fn4_c i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end111: @@ -2376,7 +2376,7 @@ fn5_c: # @fn5_c i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end112: @@ -2394,7 +2394,7 @@ fn6_c: # @fn6_c i32.load $push1=, c+8($pop4) i32.const $push2=, 192 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end113: @@ -2412,7 +2412,7 @@ fn7_c: # @fn7_c i32.load $push1=, d+8($pop4) i32.const $push2=, 3 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end114: @@ -2432,7 +2432,7 @@ fn8_c: # @fn8_c i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+10($pop0), $pop5 + i32.store8 d+10($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end115: @@ -2450,7 +2450,7 @@ fn9_c: # @fn9_c i32.load $push1=, d+8($pop4) i32.const $push2=, 50331648 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end116: @@ -2475,7 +2475,7 @@ fn1_d: # @fn1_d i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end117: @@ -2500,7 +2500,7 @@ fn2_d: # @fn2_d i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end118: @@ -2518,7 +2518,7 @@ fn3_d: # @fn3_d i32.load $push1=, b+8($pop4) i32.const $push2=, -917504 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end119: @@ -2543,7 +2543,7 @@ fn4_d: # @fn4_d i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end120: @@ -2561,7 +2561,7 @@ fn5_d: # @fn5_d i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end121: @@ -2579,7 +2579,7 @@ fn6_d: # @fn6_d i32.load $push1=, c+8($pop4) i32.const $push2=, -448 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end122: @@ -2597,7 +2597,7 @@ fn7_d: # @fn7_d i32.load $push1=, d+8($pop4) i32.const $push2=, 65529 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end123: @@ -2617,7 +2617,7 @@ fn8_d: # @fn8_d i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+10($pop0), $pop5 + i32.store8 d+10($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end124: @@ -2635,7 +2635,7 @@ fn9_d: # @fn9_d i32.load $push1=, d+8($pop4) i32.const $push2=, -117440512 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end125: @@ -2653,7 +2653,7 @@ fn1_e: # @fn1_e i32.load $push1=, b+8($pop4) i32.const $push2=, -43 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end126: @@ -2671,7 +2671,7 @@ fn2_e: # @fn2_e i32.load $push1=, b+8($pop4) i32.const $push2=, -129665 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end127: @@ -2689,7 +2689,7 @@ fn3_e: # @fn3_e i32.load $push1=, b+8($pop4) i32.const $push2=, 2883583 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end128: @@ -2707,7 +2707,7 @@ fn4_e: # @fn4_e i32.load $push1=, c+8($pop4) i32.const $push2=, -11 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end129: @@ -2737,7 +2737,7 @@ fn6_e: # @fn6_e i32.load $push1=, c+8($pop4) i32.const $push2=, 1407 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end131: @@ -2755,7 +2755,7 @@ fn7_e: # @fn7_e i32.load $push1=, d+8($pop4) i32.const $push2=, -65515 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end132: @@ -2773,7 +2773,7 @@ fn8_e: # @fn8_e i32.load $push1=, d+8($pop4) i32.const $push2=, -15335425 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end133: @@ -2791,7 +2791,7 @@ fn9_e: # @fn9_e i32.load $push1=, d+8($pop4) i32.const $push2=, 369098751 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end134: @@ -2809,7 +2809,7 @@ fn1_f: # @fn1_f i32.load $push1=, b+8($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end135: @@ -2827,7 +2827,7 @@ fn2_f: # @fn2_f i32.load $push1=, b+8($pop4) i32.const $push2=, 1216 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end136: @@ -2845,7 +2845,7 @@ fn3_f: # @fn3_f i32.load $push1=, b+8($pop4) i32.const $push2=, 2490368 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end137: @@ -2863,7 +2863,7 @@ fn4_f: # @fn4_f i32.load $push1=, c+8($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end138: @@ -2881,7 +2881,7 @@ fn5_f: # @fn5_f i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end139: @@ -2899,7 +2899,7 @@ fn6_f: # @fn6_f i32.load $push1=, c+8($pop4) i32.const $push2=, 1216 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end140: @@ -2917,7 +2917,7 @@ fn7_f: # @fn7_f i32.load $push1=, d+8($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end141: @@ -2935,7 +2935,7 @@ fn8_f: # @fn8_f i32.load $push1=, d+8($pop4) i32.const $push2=, 1245184 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end142: @@ -2953,7 +2953,7 @@ fn9_f: # @fn9_f i32.load $push1=, d+8($pop4) i32.const $push2=, 318767104 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end143: @@ -2971,7 +2971,7 @@ fn1_g: # @fn1_g i32.load $push1=, b+8($pop4) i32.const $push2=, 37 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end144: @@ -2989,7 +2989,7 @@ fn2_g: # @fn2_g i32.load $push1=, b+8($pop4) i32.const $push2=, 2368 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end145: @@ -3007,7 +3007,7 @@ fn3_g: # @fn3_g i32.load $push1=, b+8($pop4) i32.const $push2=, 4849664 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b+8($pop0), $pop3 + i32.store b+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end146: @@ -3025,7 +3025,7 @@ fn4_g: # @fn4_g i32.load $push1=, c+8($pop4) i32.const $push2=, 5 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end147: @@ -3043,7 +3043,7 @@ fn5_g: # @fn5_g i32.load $push1=, c+8($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end148: @@ -3061,7 +3061,7 @@ fn6_g: # @fn6_g i32.load $push1=, c+8($pop4) i32.const $push2=, 2368 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end149: @@ -3079,7 +3079,7 @@ fn7_g: # @fn7_g i32.load $push1=, d+8($pop4) i32.const $push2=, 37 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end150: @@ -3097,7 +3097,7 @@ fn8_g: # @fn8_g i32.load $push1=, d+8($pop4) i32.const $push2=, 2424832 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end151: @@ -3115,7 +3115,7 @@ fn9_g: # @fn9_g i32.load $push1=, d+8($pop4) i32.const $push2=, 620756992 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d+8($pop0), $pop3 + i32.store d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end152: @@ -3140,7 +3140,7 @@ fn1_h: # @fn1_h i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end153: @@ -3169,7 +3169,7 @@ fn2_h: # @fn2_h i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, b+8($pop0), $pop10 + i32.store b+8($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end154: @@ -3194,7 +3194,7 @@ fn3_h: # @fn3_h i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end155: @@ -3219,7 +3219,7 @@ fn4_h: # @fn4_h i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end156: @@ -3237,7 +3237,7 @@ fn5_h: # @fn5_h i32.load $push1=, c+8($pop4) i32.const $push2=, -33 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c+8($pop0), $pop3 + i32.store c+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end157: @@ -3262,7 +3262,7 @@ fn6_h: # @fn6_h i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end158: @@ -3280,7 +3280,7 @@ fn7_h: # @fn7_h i32.load16_u $push1=, d+8($pop4) i32.const $push2=, 17 i32.div_u $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end159: @@ -3298,7 +3298,7 @@ fn8_h: # @fn8_h i32.load8_u $push1=, d+10($pop4) i32.const $push2=, 17 i32.div_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+10($pop0), $pop3 + i32.store8 d+10($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end160: @@ -3316,7 +3316,7 @@ fn9_h: # @fn9_h i32.load $push1=, d+8($pop4) i32.const $push2=, 285212672 i32.div_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+11($pop0), $pop3 + i32.store8 d+11($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end161: @@ -3341,7 +3341,7 @@ fn1_i: # @fn1_i i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b+8($pop0), $pop7 + i32.store b+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end162: @@ -3370,7 +3370,7 @@ fn2_i: # @fn2_i i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, b+8($pop0), $pop10 + i32.store b+8($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end163: @@ -3397,7 +3397,7 @@ fn3_i: # @fn3_i i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b+8($pop0), $pop8 + i32.store b+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end164: @@ -3422,7 +3422,7 @@ fn4_i: # @fn4_i i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c+8($pop0), $pop7 + i32.store c+8($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end165: @@ -3451,7 +3451,7 @@ fn5_i: # @fn5_i i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, c+8($pop0), $pop10 + i32.store c+8($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end166: @@ -3478,7 +3478,7 @@ fn6_i: # @fn6_i i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c+8($pop0), $pop8 + i32.store c+8($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end167: @@ -3496,7 +3496,7 @@ fn7_i: # @fn7_i i32.load16_u $push1=, d+8($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store16 $drop=, d+8($pop0), $pop3 + i32.store16 d+8($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end168: @@ -3514,7 +3514,7 @@ fn8_i: # @fn8_i i32.load8_u $push1=, d+10($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+10($pop0), $pop3 + i32.store8 d+10($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end169: @@ -3532,7 +3532,7 @@ fn9_i: # @fn9_i i32.load8_u $push1=, d+11($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+11($pop0), $pop3 + i32.store8 d+11($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end170: @@ -3547,13 +3547,13 @@ main: # @main # BB#0: # %if.end1610 i32.const $push1=, 0 i32.const $push0=, -2147483595 - i32.store $drop=, c+8($pop1), $pop0 + i32.store c+8($pop1), $pop0 i32.const $push6=, 0 i32.const $push2=, 560051 - i32.store $drop=, b+8($pop6), $pop2 + i32.store b+8($pop6), $pop2 i32.const $push5=, 0 i32.const $push3=, -1147377476 - i32.store $drop=, d+8($pop5), $pop3 + i32.store d+8($pop5), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -3588,4 +3588,4 @@ d: .size d, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040705-2.c.s b/test/torture-s/20040705-2.c.s index 10b38e813..632e8d6f8 100644 --- a/test/torture-s/20040705-2.c.s +++ b/test/torture-s/20040705-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040705-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040705-2.c" .section .text.ret1,"ax",@progbits .hidden ret1 .globl ret1 @@ -160,7 +160,7 @@ fn1_1: # @fn1_1 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end9: @@ -186,7 +186,7 @@ fn2_1: # @fn2_1 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end10: @@ -205,7 +205,7 @@ fn3_1: # @fn3_1 i32.const $push0=, 17 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end11: @@ -229,7 +229,7 @@ fn4_1: # @fn4_1 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end12: @@ -255,7 +255,7 @@ fn5_1: # @fn5_1 i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end13: @@ -274,7 +274,7 @@ fn6_1: # @fn6_1 i32.const $push0=, 6 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end14: @@ -291,7 +291,7 @@ fn7_1: # @fn7_1 i32.const $push3=, 0 i32.load $push1=, d($pop3) i32.add $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end15: @@ -312,7 +312,7 @@ fn8_1: # @fn8_1 i32.add $push4=, $pop3, $pop1 i32.const $push6=, 16 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+2($pop2), $pop5 + i32.store8 d+2($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end16: @@ -331,7 +331,7 @@ fn9_1: # @fn9_1 i32.const $push0=, 24 i32.shl $push1=, $0, $pop0 i32.add $push4=, $pop3, $pop1 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end17: @@ -356,7 +356,7 @@ fn1_2: # @fn1_2 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end18: @@ -381,7 +381,7 @@ fn2_2: # @fn2_2 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end19: @@ -399,7 +399,7 @@ fn3_2: # @fn3_2 i32.load $push1=, b($pop4) i32.const $push2=, 131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end20: @@ -424,7 +424,7 @@ fn4_2: # @fn4_2 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end21: @@ -442,7 +442,7 @@ fn5_2: # @fn5_2 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end22: @@ -460,7 +460,7 @@ fn6_2: # @fn6_2 i32.load $push1=, c($pop4) i32.const $push2=, 64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end23: @@ -478,7 +478,7 @@ fn7_2: # @fn7_2 i32.load $push1=, d($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end24: @@ -498,7 +498,7 @@ fn8_2: # @fn8_2 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end25: @@ -516,7 +516,7 @@ fn9_2: # @fn9_2 i32.load $push1=, d($pop4) i32.const $push2=, 16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end26: @@ -541,7 +541,7 @@ fn1_3: # @fn1_3 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end27: @@ -566,7 +566,7 @@ fn2_3: # @fn2_3 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end28: @@ -584,7 +584,7 @@ fn3_3: # @fn3_3 i32.load $push1=, b($pop4) i32.const $push2=, 131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end29: @@ -609,7 +609,7 @@ fn4_3: # @fn4_3 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end30: @@ -627,7 +627,7 @@ fn5_3: # @fn5_3 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end31: @@ -645,7 +645,7 @@ fn6_3: # @fn6_3 i32.load $push1=, c($pop4) i32.const $push2=, 64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end32: @@ -663,7 +663,7 @@ fn7_3: # @fn7_3 i32.load $push1=, d($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end33: @@ -683,7 +683,7 @@ fn8_3: # @fn8_3 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end34: @@ -701,7 +701,7 @@ fn9_3: # @fn9_3 i32.load $push1=, d($pop4) i32.const $push2=, 16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end35: @@ -725,7 +725,7 @@ fn1_4: # @fn1_4 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end36: @@ -751,7 +751,7 @@ fn2_4: # @fn2_4 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end37: @@ -777,7 +777,7 @@ fn3_4: # @fn3_4 i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end38: @@ -801,7 +801,7 @@ fn4_4: # @fn4_4 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end39: @@ -827,7 +827,7 @@ fn5_4: # @fn5_4 i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end40: @@ -853,7 +853,7 @@ fn6_4: # @fn6_4 i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end41: @@ -870,7 +870,7 @@ fn7_4: # @fn7_4 i32.const $push3=, 0 i32.load $push1=, d($pop3) i32.sub $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end42: @@ -891,7 +891,7 @@ fn8_4: # @fn8_4 i32.sub $push4=, $pop3, $pop1 i32.const $push6=, 16 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+2($pop2), $pop5 + i32.store8 d+2($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end43: @@ -912,7 +912,7 @@ fn9_4: # @fn9_4 i32.sub $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+3($pop2), $pop5 + i32.store8 d+3($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end44: @@ -937,7 +937,7 @@ fn1_5: # @fn1_5 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end45: @@ -962,7 +962,7 @@ fn2_5: # @fn2_5 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end46: @@ -980,7 +980,7 @@ fn3_5: # @fn3_5 i32.load $push1=, b($pop4) i32.const $push2=, -131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end47: @@ -1005,7 +1005,7 @@ fn4_5: # @fn4_5 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end48: @@ -1023,7 +1023,7 @@ fn5_5: # @fn5_5 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end49: @@ -1041,7 +1041,7 @@ fn6_5: # @fn6_5 i32.load $push1=, c($pop4) i32.const $push2=, -64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end50: @@ -1059,7 +1059,7 @@ fn7_5: # @fn7_5 i32.load $push1=, d($pop4) i32.const $push2=, 65535 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end51: @@ -1079,7 +1079,7 @@ fn8_5: # @fn8_5 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end52: @@ -1097,7 +1097,7 @@ fn9_5: # @fn9_5 i32.load $push1=, d($pop4) i32.const $push2=, -16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end53: @@ -1122,7 +1122,7 @@ fn1_6: # @fn1_6 i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end54: @@ -1147,7 +1147,7 @@ fn2_6: # @fn2_6 i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end55: @@ -1165,7 +1165,7 @@ fn3_6: # @fn3_6 i32.load $push1=, b($pop4) i32.const $push2=, -131072 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end56: @@ -1190,7 +1190,7 @@ fn4_6: # @fn4_6 i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end57: @@ -1208,7 +1208,7 @@ fn5_6: # @fn5_6 i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end58: @@ -1226,7 +1226,7 @@ fn6_6: # @fn6_6 i32.load $push1=, c($pop4) i32.const $push2=, -64 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end59: @@ -1244,7 +1244,7 @@ fn7_6: # @fn7_6 i32.load $push1=, d($pop4) i32.const $push2=, 65535 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end60: @@ -1264,7 +1264,7 @@ fn8_6: # @fn8_6 i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end61: @@ -1282,7 +1282,7 @@ fn9_6: # @fn9_6 i32.load $push1=, d($pop4) i32.const $push2=, -16777216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end62: @@ -1301,7 +1301,7 @@ fn1_7: # @fn1_7 i32.const $push5=, 0 i32.load $push3=, b($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end63: @@ -1322,7 +1322,7 @@ fn2_7: # @fn2_7 i32.const $push7=, 0 i32.load $push5=, b($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end64: @@ -1343,7 +1343,7 @@ fn3_7: # @fn3_7 i32.const $push2=, 131071 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end65: @@ -1362,7 +1362,7 @@ fn4_7: # @fn4_7 i32.const $push5=, 0 i32.load $push3=, c($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end66: @@ -1383,7 +1383,7 @@ fn5_7: # @fn5_7 i32.const $push7=, 0 i32.load $push5=, c($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end67: @@ -1404,7 +1404,7 @@ fn6_7: # @fn6_7 i32.const $push2=, 63 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end68: @@ -1423,7 +1423,7 @@ fn7_7: # @fn7_7 i32.const $push5=, 0 i32.load $push3=, d($pop5) i32.and $push4=, $pop1, $pop3 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end69: @@ -1444,7 +1444,7 @@ fn8_7: # @fn8_7 i32.const $push7=, 0 i32.load $push5=, d($pop7) i32.and $push6=, $pop3, $pop5 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end70: @@ -1465,7 +1465,7 @@ fn9_7: # @fn9_7 i32.const $push2=, 16777215 i32.or $push3=, $pop1, $pop2 i32.and $push6=, $pop5, $pop3 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end71: @@ -1484,7 +1484,7 @@ fn1_8: # @fn1_8 i32.const $push0=, 63 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end72: @@ -1505,7 +1505,7 @@ fn2_8: # @fn2_8 i32.const $push2=, 131008 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end73: @@ -1531,7 +1531,7 @@ fn3_8: # @fn3_8 i32.const $push6=, 131071 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, b($pop2), $pop8 + i32.store b($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end74: @@ -1550,7 +1550,7 @@ fn4_8: # @fn4_8 i32.const $push0=, 31 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end75: @@ -1571,7 +1571,7 @@ fn5_8: # @fn5_8 i32.const $push2=, 32 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end76: @@ -1597,7 +1597,7 @@ fn6_8: # @fn6_8 i32.const $push6=, 63 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, c($pop2), $pop8 + i32.store c($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end77: @@ -1616,7 +1616,7 @@ fn7_8: # @fn7_8 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.or $push4=, $pop3, $pop1 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end78: @@ -1637,7 +1637,7 @@ fn8_8: # @fn8_8 i32.const $push2=, 16711680 i32.and $push3=, $pop1, $pop2 i32.or $push6=, $pop5, $pop3 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end79: @@ -1658,7 +1658,7 @@ fn9_8: # @fn9_8 i32.or $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+3($pop2), $pop5 + i32.store8 d+3($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end80: @@ -1677,7 +1677,7 @@ fn1_9: # @fn1_9 i32.const $push0=, 63 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, b($pop2), $pop4 + i32.store b($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end81: @@ -1698,7 +1698,7 @@ fn2_9: # @fn2_9 i32.const $push2=, 131008 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, b($pop4), $pop6 + i32.store b($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end82: @@ -1724,7 +1724,7 @@ fn3_9: # @fn3_9 i32.const $push6=, 131071 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, b($pop2), $pop8 + i32.store b($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end83: @@ -1743,7 +1743,7 @@ fn4_9: # @fn4_9 i32.const $push0=, 31 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, c($pop2), $pop4 + i32.store c($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end84: @@ -1764,7 +1764,7 @@ fn5_9: # @fn5_9 i32.const $push2=, 32 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, c($pop4), $pop6 + i32.store c($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end85: @@ -1790,7 +1790,7 @@ fn6_9: # @fn6_9 i32.const $push6=, 63 i32.and $push7=, $1, $pop6 i32.or $push8=, $pop5, $pop7 - i32.store $drop=, c($pop2), $pop8 + i32.store c($pop2), $pop8 # fallthrough-return .endfunc .Lfunc_end86: @@ -1809,7 +1809,7 @@ fn7_9: # @fn7_9 i32.const $push0=, 65535 i32.and $push1=, $0, $pop0 i32.xor $push4=, $pop3, $pop1 - i32.store $drop=, d($pop2), $pop4 + i32.store d($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end87: @@ -1830,7 +1830,7 @@ fn8_9: # @fn8_9 i32.const $push2=, 16711680 i32.and $push3=, $pop1, $pop2 i32.xor $push6=, $pop5, $pop3 - i32.store $drop=, d($pop4), $pop6 + i32.store d($pop4), $pop6 # fallthrough-return .endfunc .Lfunc_end88: @@ -1851,7 +1851,7 @@ fn9_9: # @fn9_9 i32.xor $push4=, $pop3, $pop1 i32.const $push6=, 24 i32.shr_u $push5=, $pop4, $pop6 - i32.store8 $drop=, d+3($pop2), $pop5 + i32.store8 d+3($pop2), $pop5 # fallthrough-return .endfunc .Lfunc_end89: @@ -1875,7 +1875,7 @@ fn1_a: # @fn1_a i32.and $push4=, $1, $pop3 i32.div_u $push5=, $pop4, $0 i32.or $push6=, $pop2, $pop5 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end90: @@ -1903,7 +1903,7 @@ fn2_a: # @fn2_a i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, b($pop0), $pop9 + i32.store b($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end91: @@ -1929,7 +1929,7 @@ fn3_a: # @fn3_a i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end92: @@ -1953,7 +1953,7 @@ fn4_a: # @fn4_a i32.and $push4=, $1, $pop3 i32.div_u $push5=, $pop4, $0 i32.or $push6=, $pop2, $pop5 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end93: @@ -1981,7 +1981,7 @@ fn5_a: # @fn5_a i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, c($pop0), $pop9 + i32.store c($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end94: @@ -2007,7 +2007,7 @@ fn6_a: # @fn6_a i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end95: @@ -2024,7 +2024,7 @@ fn7_a: # @fn7_a i32.const $push3=, 0 i32.load16_u $push1=, d($pop3) i32.div_u $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end96: @@ -2041,7 +2041,7 @@ fn8_a: # @fn8_a i32.const $push3=, 0 i32.load8_u $push1=, d+2($pop3) i32.div_u $push2=, $pop1, $0 - i32.store8 $drop=, d+2($pop0), $pop2 + i32.store8 d+2($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end97: @@ -2058,7 +2058,7 @@ fn9_a: # @fn9_a i32.const $push3=, 0 i32.load8_u $push1=, d+3($pop3) i32.div_u $push2=, $pop1, $0 - i32.store8 $drop=, d+3($pop0), $pop2 + i32.store8 d+3($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end98: @@ -2082,7 +2082,7 @@ fn1_b: # @fn1_b i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, b($pop0), $pop6 + i32.store b($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end99: @@ -2110,7 +2110,7 @@ fn2_b: # @fn2_b i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, b($pop0), $pop9 + i32.store b($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end100: @@ -2136,7 +2136,7 @@ fn3_b: # @fn3_b i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end101: @@ -2160,7 +2160,7 @@ fn4_b: # @fn4_b i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store $drop=, c($pop0), $pop6 + i32.store c($pop0), $pop6 # fallthrough-return .endfunc .Lfunc_end102: @@ -2188,7 +2188,7 @@ fn5_b: # @fn5_b i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push9=, $pop8, $pop2 - i32.store $drop=, c($pop0), $pop9 + i32.store c($pop0), $pop9 # fallthrough-return .endfunc .Lfunc_end103: @@ -2214,7 +2214,7 @@ fn6_b: # @fn6_b i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end104: @@ -2231,7 +2231,7 @@ fn7_b: # @fn7_b i32.const $push3=, 0 i32.load16_u $push1=, d($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store16 $drop=, d($pop0), $pop2 + i32.store16 d($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end105: @@ -2248,7 +2248,7 @@ fn8_b: # @fn8_b i32.const $push3=, 0 i32.load8_u $push1=, d+2($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store8 $drop=, d+2($pop0), $pop2 + i32.store8 d+2($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end106: @@ -2265,7 +2265,7 @@ fn9_b: # @fn9_b i32.const $push3=, 0 i32.load8_u $push1=, d+3($pop3) i32.rem_u $push2=, $pop1, $0 - i32.store8 $drop=, d+3($pop0), $pop2 + i32.store8 d+3($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end107: @@ -2290,7 +2290,7 @@ fn1_c: # @fn1_c i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end108: @@ -2315,7 +2315,7 @@ fn2_c: # @fn2_c i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end109: @@ -2333,7 +2333,7 @@ fn3_c: # @fn3_c i32.load $push1=, b($pop4) i32.const $push2=, 393216 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end110: @@ -2358,7 +2358,7 @@ fn4_c: # @fn4_c i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end111: @@ -2376,7 +2376,7 @@ fn5_c: # @fn5_c i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end112: @@ -2394,7 +2394,7 @@ fn6_c: # @fn6_c i32.load $push1=, c($pop4) i32.const $push2=, 192 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end113: @@ -2412,7 +2412,7 @@ fn7_c: # @fn7_c i32.load $push1=, d($pop4) i32.const $push2=, 3 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end114: @@ -2432,7 +2432,7 @@ fn8_c: # @fn8_c i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end115: @@ -2450,7 +2450,7 @@ fn9_c: # @fn9_c i32.load $push1=, d($pop4) i32.const $push2=, 50331648 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end116: @@ -2475,7 +2475,7 @@ fn1_d: # @fn1_d i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end117: @@ -2500,7 +2500,7 @@ fn2_d: # @fn2_d i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end118: @@ -2518,7 +2518,7 @@ fn3_d: # @fn3_d i32.load $push1=, b($pop4) i32.const $push2=, -917504 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end119: @@ -2543,7 +2543,7 @@ fn4_d: # @fn4_d i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end120: @@ -2561,7 +2561,7 @@ fn5_d: # @fn5_d i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end121: @@ -2579,7 +2579,7 @@ fn6_d: # @fn6_d i32.load $push1=, c($pop4) i32.const $push2=, -448 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end122: @@ -2597,7 +2597,7 @@ fn7_d: # @fn7_d i32.load $push1=, d($pop4) i32.const $push2=, 65529 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end123: @@ -2617,7 +2617,7 @@ fn8_d: # @fn8_d i32.add $push3=, $pop1, $pop2 i32.const $push4=, 16 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, d+2($pop0), $pop5 + i32.store8 d+2($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end124: @@ -2635,7 +2635,7 @@ fn9_d: # @fn9_d i32.load $push1=, d($pop4) i32.const $push2=, -117440512 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end125: @@ -2653,7 +2653,7 @@ fn1_e: # @fn1_e i32.load $push1=, b($pop4) i32.const $push2=, -43 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end126: @@ -2671,7 +2671,7 @@ fn2_e: # @fn2_e i32.load $push1=, b($pop4) i32.const $push2=, -129665 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end127: @@ -2689,7 +2689,7 @@ fn3_e: # @fn3_e i32.load $push1=, b($pop4) i32.const $push2=, 2883583 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end128: @@ -2707,7 +2707,7 @@ fn4_e: # @fn4_e i32.load $push1=, c($pop4) i32.const $push2=, -11 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end129: @@ -2737,7 +2737,7 @@ fn6_e: # @fn6_e i32.load $push1=, c($pop4) i32.const $push2=, 1407 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end131: @@ -2755,7 +2755,7 @@ fn7_e: # @fn7_e i32.load $push1=, d($pop4) i32.const $push2=, -65515 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end132: @@ -2773,7 +2773,7 @@ fn8_e: # @fn8_e i32.load $push1=, d($pop4) i32.const $push2=, -15335425 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end133: @@ -2791,7 +2791,7 @@ fn9_e: # @fn9_e i32.load $push1=, d($pop4) i32.const $push2=, 369098751 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end134: @@ -2809,7 +2809,7 @@ fn1_f: # @fn1_f i32.load $push1=, b($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end135: @@ -2827,7 +2827,7 @@ fn2_f: # @fn2_f i32.load $push1=, b($pop4) i32.const $push2=, 1216 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end136: @@ -2845,7 +2845,7 @@ fn3_f: # @fn3_f i32.load $push1=, b($pop4) i32.const $push2=, 2490368 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end137: @@ -2863,7 +2863,7 @@ fn4_f: # @fn4_f i32.load $push1=, c($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end138: @@ -2881,7 +2881,7 @@ fn5_f: # @fn5_f i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end139: @@ -2899,7 +2899,7 @@ fn6_f: # @fn6_f i32.load $push1=, c($pop4) i32.const $push2=, 1216 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end140: @@ -2917,7 +2917,7 @@ fn7_f: # @fn7_f i32.load $push1=, d($pop4) i32.const $push2=, 19 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end141: @@ -2935,7 +2935,7 @@ fn8_f: # @fn8_f i32.load $push1=, d($pop4) i32.const $push2=, 1245184 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end142: @@ -2953,7 +2953,7 @@ fn9_f: # @fn9_f i32.load $push1=, d($pop4) i32.const $push2=, 318767104 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end143: @@ -2971,7 +2971,7 @@ fn1_g: # @fn1_g i32.load $push1=, b($pop4) i32.const $push2=, 37 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end144: @@ -2989,7 +2989,7 @@ fn2_g: # @fn2_g i32.load $push1=, b($pop4) i32.const $push2=, 2368 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end145: @@ -3007,7 +3007,7 @@ fn3_g: # @fn3_g i32.load $push1=, b($pop4) i32.const $push2=, 4849664 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, b($pop0), $pop3 + i32.store b($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end146: @@ -3025,7 +3025,7 @@ fn4_g: # @fn4_g i32.load $push1=, c($pop4) i32.const $push2=, 5 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end147: @@ -3043,7 +3043,7 @@ fn5_g: # @fn5_g i32.load $push1=, c($pop4) i32.const $push2=, 32 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end148: @@ -3061,7 +3061,7 @@ fn6_g: # @fn6_g i32.load $push1=, c($pop4) i32.const $push2=, 2368 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end149: @@ -3079,7 +3079,7 @@ fn7_g: # @fn7_g i32.load $push1=, d($pop4) i32.const $push2=, 37 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end150: @@ -3097,7 +3097,7 @@ fn8_g: # @fn8_g i32.load $push1=, d($pop4) i32.const $push2=, 2424832 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end151: @@ -3115,7 +3115,7 @@ fn9_g: # @fn9_g i32.load $push1=, d($pop4) i32.const $push2=, 620756992 i32.xor $push3=, $pop1, $pop2 - i32.store $drop=, d($pop0), $pop3 + i32.store d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end152: @@ -3140,7 +3140,7 @@ fn1_h: # @fn1_h i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end153: @@ -3169,7 +3169,7 @@ fn2_h: # @fn2_h i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, b($pop0), $pop10 + i32.store b($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end154: @@ -3194,7 +3194,7 @@ fn3_h: # @fn3_h i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end155: @@ -3219,7 +3219,7 @@ fn4_h: # @fn4_h i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end156: @@ -3237,7 +3237,7 @@ fn5_h: # @fn5_h i32.load $push1=, c($pop4) i32.const $push2=, -33 i32.and $push3=, $pop1, $pop2 - i32.store $drop=, c($pop0), $pop3 + i32.store c($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end157: @@ -3262,7 +3262,7 @@ fn6_h: # @fn6_h i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end158: @@ -3280,7 +3280,7 @@ fn7_h: # @fn7_h i32.load16_u $push1=, d($pop4) i32.const $push2=, 17 i32.div_u $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end159: @@ -3298,7 +3298,7 @@ fn8_h: # @fn8_h i32.load8_u $push1=, d+2($pop4) i32.const $push2=, 17 i32.div_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+2($pop0), $pop3 + i32.store8 d+2($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end160: @@ -3316,7 +3316,7 @@ fn9_h: # @fn9_h i32.load $push1=, d($pop4) i32.const $push2=, 285212672 i32.div_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+3($pop0), $pop3 + i32.store8 d+3($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end161: @@ -3341,7 +3341,7 @@ fn1_i: # @fn1_i i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, b($pop0), $pop7 + i32.store b($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end162: @@ -3370,7 +3370,7 @@ fn2_i: # @fn2_i i32.const $push1=, -131009 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, b($pop0), $pop10 + i32.store b($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end163: @@ -3397,7 +3397,7 @@ fn3_i: # @fn3_i i32.const $push1=, 131071 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, b($pop0), $pop8 + i32.store b($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end164: @@ -3422,7 +3422,7 @@ fn4_i: # @fn4_i i32.const $push1=, -32 i32.and $push2=, $1, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, c($pop0), $pop7 + i32.store c($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end165: @@ -3451,7 +3451,7 @@ fn5_i: # @fn5_i i32.const $push1=, -33 i32.and $push2=, $1, $pop1 i32.or $push10=, $pop9, $pop2 - i32.store $drop=, c($pop0), $pop10 + i32.store c($pop0), $pop10 # fallthrough-return .endfunc .Lfunc_end166: @@ -3478,7 +3478,7 @@ fn6_i: # @fn6_i i32.const $push1=, 63 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store $drop=, c($pop0), $pop8 + i32.store c($pop0), $pop8 # fallthrough-return .endfunc .Lfunc_end167: @@ -3496,7 +3496,7 @@ fn7_i: # @fn7_i i32.load16_u $push1=, d($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store16 $drop=, d($pop0), $pop3 + i32.store16 d($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end168: @@ -3514,7 +3514,7 @@ fn8_i: # @fn8_i i32.load8_u $push1=, d+2($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+2($pop0), $pop3 + i32.store8 d+2($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end169: @@ -3532,7 +3532,7 @@ fn9_i: # @fn9_i i32.load8_u $push1=, d+3($pop4) i32.const $push2=, 19 i32.rem_u $push3=, $pop1, $pop2 - i32.store8 $drop=, d+3($pop0), $pop3 + i32.store8 d+3($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end170: @@ -3547,13 +3547,13 @@ main: # @main # BB#0: # %if.end1610 i32.const $push1=, 0 i32.const $push0=, -2147483595 - i32.store $drop=, c($pop1), $pop0 + i32.store c($pop1), $pop0 i32.const $push6=, 0 i32.const $push2=, 560051 - i32.store $drop=, b($pop6), $pop2 + i32.store b($pop6), $pop2 i32.const $push5=, 0 i32.const $push3=, -1147377476 - i32.store $drop=, d($pop5), $pop3 + i32.store d($pop5), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -3588,4 +3588,4 @@ d: .size d, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040706-1.c.s b/test/torture-s/20040706-1.c.s index 2a51f4a0e..abe572661 100644 --- a/test/torture-s/20040706-1.c.s +++ b/test/torture-s/20040706-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040706-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040706-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20040707-1.c.s b/test/torture-s/20040707-1.c.s index e90a3c394..43bc16bce 100644 --- a/test/torture-s/20040707-1.c.s +++ b/test/torture-s/20040707-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040707-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040707-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,5 +27,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20040709-1.c.s b/test/torture-s/20040709-1.c.s index 8debadc7a..589c1d621 100644 --- a/test/torture-s/20040709-1.c.s +++ b/test/torture-s/20040709-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040709-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040709-1.c" .section .text.myrnd,"ax",@progbits .hidden myrnd .globl myrnd @@ -16,7 +16,7 @@ myrnd: # @myrnd i32.const $push4=, 12345 i32.add $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, myrnd.s($pop0), $pop9 + i32.store myrnd.s($pop0), $pop9 i32.const $push5=, 16 i32.shr_u $push6=, $0, $pop5 i32.const $push7=, 2047 @@ -34,7 +34,7 @@ retmeA: # @retmeA .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -113,7 +113,7 @@ fn3A: # @fn3A i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sA($pop2), $pop6 + i32.store sA($pop2), $pop6 i32.const $push5=, 17 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -138,7 +138,7 @@ testA: # @testA tee_local $push82=, $1=, $pop83 i32.const $push81=, 16 i32.shr_u $push2=, $pop82, $pop81 - i32.store8 $drop=, sA($pop87), $pop2 + i32.store8 sA($pop87), $pop2 i32.const $push80=, 0 i32.const $push79=, 1103515245 i32.mul $push3=, $1, $pop79 @@ -147,7 +147,7 @@ testA: # @testA tee_local $push76=, $1=, $pop77 i32.const $push75=, 16 i32.shr_u $push4=, $pop76, $pop75 - i32.store8 $drop=, sA+1($pop80), $pop4 + i32.store8 sA+1($pop80), $pop4 i32.const $push74=, 0 i32.const $push73=, 1103515245 i32.mul $push5=, $1, $pop73 @@ -156,7 +156,7 @@ testA: # @testA tee_local $push70=, $1=, $pop71 i32.const $push69=, 16 i32.shr_u $push6=, $pop70, $pop69 - i32.store8 $drop=, sA+2($pop74), $pop6 + i32.store8 sA+2($pop74), $pop6 i32.const $push68=, 0 i32.const $push67=, 1103515245 i32.mul $push7=, $1, $pop67 @@ -165,7 +165,7 @@ testA: # @testA tee_local $push64=, $1=, $pop65 i32.const $push63=, 16 i32.shr_u $push8=, $pop64, $pop63 - i32.store8 $drop=, sA+3($pop68), $pop8 + i32.store8 sA+3($pop68), $pop8 i32.const $push62=, 0 i32.const $push61=, 1103515245 i32.mul $push9=, $1, $pop61 @@ -177,7 +177,7 @@ testA: # @testA i32.const $push56=, 12345 i32.add $push55=, $pop10, $pop56 tee_local $push54=, $1=, $pop55 - i32.store $drop=, myrnd.s($pop62), $pop54 + i32.store myrnd.s($pop62), $pop54 i32.const $push53=, 0 i32.const $push52=, 16 i32.shr_u $push11=, $2, $pop52 @@ -194,7 +194,7 @@ testA: # @testA tee_local $push42=, $3=, $pop43 i32.or $push41=, $pop12, $pop42 tee_local $push40=, $4=, $pop41 - i32.store $drop=, sA($pop53), $pop40 + i32.store sA($pop53), $pop40 block i32.const $push39=, 16 i32.shr_u $push13=, $1, $pop39 @@ -221,7 +221,7 @@ testA: # @testA i32.const $push104=, 12345 i32.add $push103=, $pop22, $pop104 tee_local $push102=, $2=, $pop103 - i32.store $drop=, myrnd.s($pop108), $pop102 + i32.store myrnd.s($pop108), $pop102 i32.const $push101=, 0 i32.const $push100=, 16 i32.shr_u $push26=, $2, $pop100 @@ -240,7 +240,7 @@ testA: # @testA i32.or $push25=, $pop24, $3 i32.add $push90=, $pop27, $pop25 tee_local $push89=, $1=, $pop90 - i32.store $drop=, sA($pop101), $pop89 + i32.store sA($pop101), $pop89 i32.xor $push28=, $1, $0 i32.const $push88=, 131071 i32.and $push29=, $pop28, $pop88 @@ -269,7 +269,7 @@ retmeB: # @retmeB .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end7: @@ -348,7 +348,7 @@ fn3B: # @fn3B i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sB($pop2), $pop6 + i32.store sB($pop2), $pop6 i32.const $push5=, 17 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -373,7 +373,7 @@ testB: # @testB tee_local $push119=, $0=, $pop120 i32.const $push118=, 16 i32.shr_u $push2=, $pop119, $pop118 - i32.store8 $drop=, sB($pop124), $pop2 + i32.store8 sB($pop124), $pop2 i32.const $push117=, 0 i32.const $push116=, 1103515245 i32.mul $push3=, $0, $pop116 @@ -382,7 +382,7 @@ testB: # @testB tee_local $push113=, $0=, $pop114 i32.const $push112=, 16 i32.shr_u $push4=, $pop113, $pop112 - i32.store8 $drop=, sB+1($pop117), $pop4 + i32.store8 sB+1($pop117), $pop4 i32.const $push111=, 0 i32.const $push110=, 1103515245 i32.mul $push5=, $0, $pop110 @@ -391,7 +391,7 @@ testB: # @testB tee_local $push107=, $0=, $pop108 i32.const $push106=, 16 i32.shr_u $push6=, $pop107, $pop106 - i32.store8 $drop=, sB+2($pop111), $pop6 + i32.store8 sB+2($pop111), $pop6 i32.const $push105=, 0 i32.const $push104=, 1103515245 i32.mul $push7=, $0, $pop104 @@ -400,7 +400,7 @@ testB: # @testB tee_local $push101=, $0=, $pop102 i32.const $push100=, 16 i32.shr_u $push8=, $pop101, $pop100 - i32.store8 $drop=, sB+3($pop105), $pop8 + i32.store8 sB+3($pop105), $pop8 i32.const $push99=, 0 i32.const $push98=, 1103515245 i32.mul $push9=, $0, $pop98 @@ -409,7 +409,7 @@ testB: # @testB tee_local $push95=, $0=, $pop96 i32.const $push94=, 16 i32.shr_u $push10=, $pop95, $pop94 - i32.store8 $drop=, sB+4($pop99), $pop10 + i32.store8 sB+4($pop99), $pop10 i32.const $push93=, 0 i32.const $push92=, 1103515245 i32.mul $push11=, $0, $pop92 @@ -418,7 +418,7 @@ testB: # @testB tee_local $push89=, $0=, $pop90 i32.const $push88=, 16 i32.shr_u $push12=, $pop89, $pop88 - i32.store8 $drop=, sB+5($pop93), $pop12 + i32.store8 sB+5($pop93), $pop12 i32.const $push87=, 0 i32.const $push86=, 1103515245 i32.mul $push13=, $0, $pop86 @@ -427,7 +427,7 @@ testB: # @testB tee_local $push83=, $0=, $pop84 i32.const $push82=, 16 i32.shr_u $push14=, $pop83, $pop82 - i32.store8 $drop=, sB+6($pop87), $pop14 + i32.store8 sB+6($pop87), $pop14 i32.const $push81=, 0 i32.const $push80=, 1103515245 i32.mul $push15=, $0, $pop80 @@ -436,7 +436,7 @@ testB: # @testB tee_local $push77=, $0=, $pop78 i32.const $push76=, 16 i32.shr_u $push16=, $pop77, $pop76 - i32.store8 $drop=, sB+7($pop81), $pop16 + i32.store8 sB+7($pop81), $pop16 i32.const $push75=, 0 i32.load $1=, sB($pop75) i32.const $push74=, 0 @@ -450,7 +450,7 @@ testB: # @testB i32.const $push68=, 12345 i32.add $push67=, $pop18, $pop68 tee_local $push66=, $0=, $pop67 - i32.store $drop=, myrnd.s($pop74), $pop66 + i32.store myrnd.s($pop74), $pop66 i32.const $push65=, 0 i32.const $push64=, 16 i32.shr_u $push20=, $3, $pop64 @@ -463,7 +463,7 @@ testB: # @testB i32.and $push19=, $1, $pop59 i32.or $push58=, $pop21, $pop19 tee_local $push57=, $1=, $pop58 - i32.store $drop=, sB($pop65), $pop57 + i32.store sB($pop65), $pop57 block i32.const $push56=, 16 i32.shr_u $push22=, $0, $pop56 @@ -495,7 +495,7 @@ testB: # @testB i32.const $push145=, 12345 i32.add $push144=, $pop32, $pop145 tee_local $push143=, $4=, $pop144 - i32.store $drop=, myrnd.s($pop153), $pop143 + i32.store myrnd.s($pop153), $pop143 i32.const $push142=, 0 i32.const $push141=, 16 i32.shr_u $push36=, $4, $pop141 @@ -517,7 +517,7 @@ testB: # @testB i32.or $push35=, $pop34, $pop129 i32.add $push128=, $pop37, $pop35 tee_local $push127=, $0=, $pop128 - i32.store $drop=, sB($pop142), $pop127 + i32.store sB($pop142), $pop127 i32.const $push38=, 1 i32.shl $push39=, $3, $pop38 i32.const $push40=, 268304384 @@ -556,7 +556,7 @@ retmeC: # @retmeC .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end13: @@ -635,7 +635,7 @@ fn3C: # @fn3C i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sC+4($pop2), $pop6 + i32.store sC+4($pop2), $pop6 i32.const $push5=, 17 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -660,7 +660,7 @@ testC: # @testC tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push2=, $pop120, $pop119 - i32.store8 $drop=, sC($pop125), $pop2 + i32.store8 sC($pop125), $pop2 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push3=, $0, $pop117 @@ -669,7 +669,7 @@ testC: # @testC tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push4=, $pop114, $pop113 - i32.store8 $drop=, sC+1($pop118), $pop4 + i32.store8 sC+1($pop118), $pop4 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push5=, $0, $pop111 @@ -678,7 +678,7 @@ testC: # @testC tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push6=, $pop108, $pop107 - i32.store8 $drop=, sC+2($pop112), $pop6 + i32.store8 sC+2($pop112), $pop6 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push7=, $0, $pop105 @@ -687,7 +687,7 @@ testC: # @testC tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push8=, $pop102, $pop101 - i32.store8 $drop=, sC+3($pop106), $pop8 + i32.store8 sC+3($pop106), $pop8 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push9=, $0, $pop99 @@ -696,7 +696,7 @@ testC: # @testC tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push10=, $pop96, $pop95 - i32.store8 $drop=, sC+4($pop100), $pop10 + i32.store8 sC+4($pop100), $pop10 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push11=, $0, $pop93 @@ -705,7 +705,7 @@ testC: # @testC tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push12=, $pop90, $pop89 - i32.store8 $drop=, sC+5($pop94), $pop12 + i32.store8 sC+5($pop94), $pop12 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push13=, $0, $pop87 @@ -714,7 +714,7 @@ testC: # @testC tee_local $push84=, $0=, $pop85 i32.const $push83=, 16 i32.shr_u $push14=, $pop84, $pop83 - i32.store8 $drop=, sC+6($pop88), $pop14 + i32.store8 sC+6($pop88), $pop14 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push15=, $0, $pop81 @@ -723,7 +723,7 @@ testC: # @testC tee_local $push78=, $0=, $pop79 i32.const $push77=, 16 i32.shr_u $push16=, $pop78, $pop77 - i32.store8 $drop=, sC+7($pop82), $pop16 + i32.store8 sC+7($pop82), $pop16 i32.const $push76=, 0 i32.load $2=, sC+4($pop76) i32.const $push75=, 0 @@ -737,7 +737,7 @@ testC: # @testC i32.const $push69=, 12345 i32.add $push68=, $pop18, $pop69 tee_local $push67=, $0=, $pop68 - i32.store $drop=, myrnd.s($pop75), $pop67 + i32.store myrnd.s($pop75), $pop67 i32.const $push66=, 0 i32.const $push65=, 16 i32.shr_u $push20=, $1, $pop65 @@ -751,7 +751,7 @@ testC: # @testC tee_local $push59=, $2=, $pop60 i32.or $push58=, $pop21, $pop59 tee_local $push57=, $3=, $pop58 - i32.store $drop=, sC+4($pop66), $pop57 + i32.store sC+4($pop66), $pop57 block i32.const $push56=, 16 i32.shr_u $push22=, $0, $pop56 @@ -783,7 +783,7 @@ testC: # @testC i32.const $push143=, 12345 i32.add $push142=, $pop32, $pop143 tee_local $push141=, $3=, $pop142 - i32.store $drop=, myrnd.s($pop151), $pop141 + i32.store myrnd.s($pop151), $pop141 i32.const $push140=, 0 i32.const $push139=, 16 i32.shr_u $push36=, $3, $pop139 @@ -802,7 +802,7 @@ testC: # @testC i32.or $push35=, $pop34, $2 i32.add $push129=, $pop37, $pop35 tee_local $push128=, $0=, $pop129 - i32.store $drop=, sC+4($pop140), $pop128 + i32.store sC+4($pop140), $pop128 i32.const $push38=, 1 i32.shl $push39=, $1, $pop38 i32.const $push40=, 268304384 @@ -841,7 +841,7 @@ retmeD: # @retmeD .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end19: @@ -932,7 +932,7 @@ fn3D: # @fn3D i64.const $push1=, 34359738367 i64.and $push2=, $1, $pop1 i64.or $push8=, $pop7, $pop2 - i64.store $drop=, sD($pop0), $pop8 + i64.store sD($pop0), $pop8 i32.const $push9=, 536870911 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -957,7 +957,7 @@ testD: # @testD tee_local $push91=, $0=, $pop92 i32.const $push5=, 16 i32.shr_u $push6=, $pop91, $pop5 - i32.store8 $drop=, sD($pop0), $pop6 + i32.store8 sD($pop0), $pop6 i32.const $push90=, 0 i32.const $push89=, 1103515245 i32.mul $push7=, $0, $pop89 @@ -966,7 +966,7 @@ testD: # @testD tee_local $push86=, $0=, $pop87 i32.const $push85=, 16 i32.shr_u $push8=, $pop86, $pop85 - i32.store8 $drop=, sD+1($pop90), $pop8 + i32.store8 sD+1($pop90), $pop8 i32.const $push84=, 0 i32.const $push83=, 1103515245 i32.mul $push9=, $0, $pop83 @@ -975,7 +975,7 @@ testD: # @testD tee_local $push80=, $0=, $pop81 i32.const $push79=, 16 i32.shr_u $push10=, $pop80, $pop79 - i32.store8 $drop=, sD+2($pop84), $pop10 + i32.store8 sD+2($pop84), $pop10 i32.const $push78=, 0 i32.const $push77=, 1103515245 i32.mul $push11=, $0, $pop77 @@ -984,7 +984,7 @@ testD: # @testD tee_local $push74=, $0=, $pop75 i32.const $push73=, 16 i32.shr_u $push12=, $pop74, $pop73 - i32.store8 $drop=, sD+3($pop78), $pop12 + i32.store8 sD+3($pop78), $pop12 i32.const $push72=, 0 i32.const $push71=, 1103515245 i32.mul $push13=, $0, $pop71 @@ -993,7 +993,7 @@ testD: # @testD tee_local $push68=, $0=, $pop69 i32.const $push67=, 16 i32.shr_u $push14=, $pop68, $pop67 - i32.store8 $drop=, sD+4($pop72), $pop14 + i32.store8 sD+4($pop72), $pop14 i32.const $push66=, 0 i32.const $push65=, 1103515245 i32.mul $push15=, $0, $pop65 @@ -1002,7 +1002,7 @@ testD: # @testD tee_local $push62=, $0=, $pop63 i32.const $push61=, 16 i32.shr_u $push16=, $pop62, $pop61 - i32.store8 $drop=, sD+5($pop66), $pop16 + i32.store8 sD+5($pop66), $pop16 i32.const $push60=, 0 i32.const $push59=, 1103515245 i32.mul $push17=, $0, $pop59 @@ -1011,7 +1011,7 @@ testD: # @testD tee_local $push56=, $0=, $pop57 i32.const $push55=, 16 i32.shr_u $push18=, $pop56, $pop55 - i32.store8 $drop=, sD+6($pop60), $pop18 + i32.store8 sD+6($pop60), $pop18 i32.const $push54=, 0 i32.const $push53=, 1103515245 i32.mul $push19=, $0, $pop53 @@ -1020,7 +1020,7 @@ testD: # @testD tee_local $push50=, $0=, $pop51 i32.const $push49=, 16 i32.shr_u $push20=, $pop50, $pop49 - i32.store8 $drop=, sD+7($pop54), $pop20 + i32.store8 sD+7($pop54), $pop20 i32.const $push48=, 0 i64.load $2=, sD($pop48) i32.const $push47=, 0 @@ -1034,7 +1034,7 @@ testD: # @testD i32.const $push43=, 12345 i32.add $push42=, $pop24, $pop43 tee_local $push41=, $1=, $pop42 - i32.store $drop=, myrnd.s($pop47), $pop41 + i32.store myrnd.s($pop47), $pop41 i32.const $push40=, 0 i32.const $push39=, 16 i32.shr_u $push28=, $1, $pop39 @@ -1051,7 +1051,7 @@ testD: # @testD i64.const $push34=, 34359738367 i64.and $push35=, $2, $pop34 i64.or $push36=, $pop33, $pop35 - i64.store $drop=, sD($pop40), $pop36 + i64.store sD($pop40), $pop36 # fallthrough-return .endfunc .Lfunc_end24: @@ -1065,13 +1065,13 @@ retmeE: # @retmeE .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end25: @@ -1162,7 +1162,7 @@ fn3E: # @fn3E i64.const $push1=, 34359738367 i64.and $push2=, $1, $pop1 i64.or $push8=, $pop7, $pop2 - i64.store $drop=, sE+8($pop0), $pop8 + i64.store sE+8($pop0), $pop8 i32.const $push9=, 536870911 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -1187,7 +1187,7 @@ testE: # @testE tee_local $push155=, $0=, $pop156 i32.const $push5=, 16 i32.shr_u $push6=, $pop155, $pop5 - i32.store8 $drop=, sE($pop0), $pop6 + i32.store8 sE($pop0), $pop6 i32.const $push154=, 0 i32.const $push153=, 1103515245 i32.mul $push7=, $0, $pop153 @@ -1196,7 +1196,7 @@ testE: # @testE tee_local $push150=, $0=, $pop151 i32.const $push149=, 16 i32.shr_u $push8=, $pop150, $pop149 - i32.store8 $drop=, sE+1($pop154), $pop8 + i32.store8 sE+1($pop154), $pop8 i32.const $push148=, 0 i32.const $push147=, 1103515245 i32.mul $push9=, $0, $pop147 @@ -1205,7 +1205,7 @@ testE: # @testE tee_local $push144=, $0=, $pop145 i32.const $push143=, 16 i32.shr_u $push10=, $pop144, $pop143 - i32.store8 $drop=, sE+2($pop148), $pop10 + i32.store8 sE+2($pop148), $pop10 i32.const $push142=, 0 i32.const $push141=, 1103515245 i32.mul $push11=, $0, $pop141 @@ -1214,7 +1214,7 @@ testE: # @testE tee_local $push138=, $0=, $pop139 i32.const $push137=, 16 i32.shr_u $push12=, $pop138, $pop137 - i32.store8 $drop=, sE+3($pop142), $pop12 + i32.store8 sE+3($pop142), $pop12 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push13=, $0, $pop135 @@ -1223,7 +1223,7 @@ testE: # @testE tee_local $push132=, $0=, $pop133 i32.const $push131=, 16 i32.shr_u $push14=, $pop132, $pop131 - i32.store8 $drop=, sE+4($pop136), $pop14 + i32.store8 sE+4($pop136), $pop14 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push15=, $0, $pop129 @@ -1232,7 +1232,7 @@ testE: # @testE tee_local $push126=, $0=, $pop127 i32.const $push125=, 16 i32.shr_u $push16=, $pop126, $pop125 - i32.store8 $drop=, sE+5($pop130), $pop16 + i32.store8 sE+5($pop130), $pop16 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push17=, $0, $pop123 @@ -1241,7 +1241,7 @@ testE: # @testE tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push18=, $pop120, $pop119 - i32.store8 $drop=, sE+6($pop124), $pop18 + i32.store8 sE+6($pop124), $pop18 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push19=, $0, $pop117 @@ -1250,7 +1250,7 @@ testE: # @testE tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push20=, $pop114, $pop113 - i32.store8 $drop=, sE+7($pop118), $pop20 + i32.store8 sE+7($pop118), $pop20 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push21=, $0, $pop111 @@ -1259,7 +1259,7 @@ testE: # @testE tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push22=, $pop108, $pop107 - i32.store8 $drop=, sE+8($pop112), $pop22 + i32.store8 sE+8($pop112), $pop22 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push23=, $0, $pop105 @@ -1268,7 +1268,7 @@ testE: # @testE tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push24=, $pop102, $pop101 - i32.store8 $drop=, sE+9($pop106), $pop24 + i32.store8 sE+9($pop106), $pop24 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push25=, $0, $pop99 @@ -1277,7 +1277,7 @@ testE: # @testE tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push26=, $pop96, $pop95 - i32.store8 $drop=, sE+10($pop100), $pop26 + i32.store8 sE+10($pop100), $pop26 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push27=, $0, $pop93 @@ -1286,7 +1286,7 @@ testE: # @testE tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push28=, $pop90, $pop89 - i32.store8 $drop=, sE+11($pop94), $pop28 + i32.store8 sE+11($pop94), $pop28 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push29=, $0, $pop87 @@ -1295,7 +1295,7 @@ testE: # @testE tee_local $push84=, $0=, $pop85 i32.const $push83=, 16 i32.shr_u $push30=, $pop84, $pop83 - i32.store8 $drop=, sE+12($pop88), $pop30 + i32.store8 sE+12($pop88), $pop30 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push31=, $0, $pop81 @@ -1304,7 +1304,7 @@ testE: # @testE tee_local $push78=, $0=, $pop79 i32.const $push77=, 16 i32.shr_u $push32=, $pop78, $pop77 - i32.store8 $drop=, sE+13($pop82), $pop32 + i32.store8 sE+13($pop82), $pop32 i32.const $push76=, 0 i32.const $push75=, 1103515245 i32.mul $push33=, $0, $pop75 @@ -1313,7 +1313,7 @@ testE: # @testE tee_local $push72=, $0=, $pop73 i32.const $push71=, 16 i32.shr_u $push34=, $pop72, $pop71 - i32.store8 $drop=, sE+14($pop76), $pop34 + i32.store8 sE+14($pop76), $pop34 i32.const $push70=, 0 i32.const $push69=, 1103515245 i32.mul $push35=, $0, $pop69 @@ -1322,7 +1322,7 @@ testE: # @testE tee_local $push66=, $0=, $pop67 i32.const $push65=, 16 i32.shr_u $push36=, $pop66, $pop65 - i32.store8 $drop=, sE+15($pop70), $pop36 + i32.store8 sE+15($pop70), $pop36 i32.const $push64=, 0 i64.load $2=, sE+8($pop64) i32.const $push63=, 0 @@ -1336,7 +1336,7 @@ testE: # @testE i32.const $push59=, 12345 i32.add $push58=, $pop40, $pop59 tee_local $push57=, $1=, $pop58 - i32.store $drop=, myrnd.s($pop63), $pop57 + i32.store myrnd.s($pop63), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push44=, $1, $pop55 @@ -1353,7 +1353,7 @@ testE: # @testE i64.const $push50=, 34359738367 i64.and $push51=, $2, $pop50 i64.or $push52=, $pop49, $pop51 - i64.store $drop=, sE+8($pop56), $pop52 + i64.store sE+8($pop56), $pop52 # fallthrough-return .endfunc .Lfunc_end30: @@ -1367,13 +1367,13 @@ retmeF: # @retmeF .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end31: @@ -1464,7 +1464,7 @@ fn3F: # @fn3F i64.const $push1=, 34359738367 i64.and $push2=, $1, $pop1 i64.or $push8=, $pop7, $pop2 - i64.store $drop=, sF($pop0), $pop8 + i64.store sF($pop0), $pop8 i32.const $push9=, 536870911 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -1489,7 +1489,7 @@ testF: # @testF tee_local $push155=, $0=, $pop156 i32.const $push5=, 16 i32.shr_u $push6=, $pop155, $pop5 - i32.store8 $drop=, sF($pop0), $pop6 + i32.store8 sF($pop0), $pop6 i32.const $push154=, 0 i32.const $push153=, 1103515245 i32.mul $push7=, $0, $pop153 @@ -1498,7 +1498,7 @@ testF: # @testF tee_local $push150=, $0=, $pop151 i32.const $push149=, 16 i32.shr_u $push8=, $pop150, $pop149 - i32.store8 $drop=, sF+1($pop154), $pop8 + i32.store8 sF+1($pop154), $pop8 i32.const $push148=, 0 i32.const $push147=, 1103515245 i32.mul $push9=, $0, $pop147 @@ -1507,7 +1507,7 @@ testF: # @testF tee_local $push144=, $0=, $pop145 i32.const $push143=, 16 i32.shr_u $push10=, $pop144, $pop143 - i32.store8 $drop=, sF+2($pop148), $pop10 + i32.store8 sF+2($pop148), $pop10 i32.const $push142=, 0 i32.const $push141=, 1103515245 i32.mul $push11=, $0, $pop141 @@ -1516,7 +1516,7 @@ testF: # @testF tee_local $push138=, $0=, $pop139 i32.const $push137=, 16 i32.shr_u $push12=, $pop138, $pop137 - i32.store8 $drop=, sF+3($pop142), $pop12 + i32.store8 sF+3($pop142), $pop12 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push13=, $0, $pop135 @@ -1525,7 +1525,7 @@ testF: # @testF tee_local $push132=, $0=, $pop133 i32.const $push131=, 16 i32.shr_u $push14=, $pop132, $pop131 - i32.store8 $drop=, sF+4($pop136), $pop14 + i32.store8 sF+4($pop136), $pop14 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push15=, $0, $pop129 @@ -1534,7 +1534,7 @@ testF: # @testF tee_local $push126=, $0=, $pop127 i32.const $push125=, 16 i32.shr_u $push16=, $pop126, $pop125 - i32.store8 $drop=, sF+5($pop130), $pop16 + i32.store8 sF+5($pop130), $pop16 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push17=, $0, $pop123 @@ -1543,7 +1543,7 @@ testF: # @testF tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push18=, $pop120, $pop119 - i32.store8 $drop=, sF+6($pop124), $pop18 + i32.store8 sF+6($pop124), $pop18 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push19=, $0, $pop117 @@ -1552,7 +1552,7 @@ testF: # @testF tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push20=, $pop114, $pop113 - i32.store8 $drop=, sF+7($pop118), $pop20 + i32.store8 sF+7($pop118), $pop20 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push21=, $0, $pop111 @@ -1561,7 +1561,7 @@ testF: # @testF tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push22=, $pop108, $pop107 - i32.store8 $drop=, sF+8($pop112), $pop22 + i32.store8 sF+8($pop112), $pop22 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push23=, $0, $pop105 @@ -1570,7 +1570,7 @@ testF: # @testF tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push24=, $pop102, $pop101 - i32.store8 $drop=, sF+9($pop106), $pop24 + i32.store8 sF+9($pop106), $pop24 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push25=, $0, $pop99 @@ -1579,7 +1579,7 @@ testF: # @testF tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push26=, $pop96, $pop95 - i32.store8 $drop=, sF+10($pop100), $pop26 + i32.store8 sF+10($pop100), $pop26 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push27=, $0, $pop93 @@ -1588,7 +1588,7 @@ testF: # @testF tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push28=, $pop90, $pop89 - i32.store8 $drop=, sF+11($pop94), $pop28 + i32.store8 sF+11($pop94), $pop28 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push29=, $0, $pop87 @@ -1597,7 +1597,7 @@ testF: # @testF tee_local $push84=, $0=, $pop85 i32.const $push83=, 16 i32.shr_u $push30=, $pop84, $pop83 - i32.store8 $drop=, sF+12($pop88), $pop30 + i32.store8 sF+12($pop88), $pop30 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push31=, $0, $pop81 @@ -1606,7 +1606,7 @@ testF: # @testF tee_local $push78=, $0=, $pop79 i32.const $push77=, 16 i32.shr_u $push32=, $pop78, $pop77 - i32.store8 $drop=, sF+13($pop82), $pop32 + i32.store8 sF+13($pop82), $pop32 i32.const $push76=, 0 i32.const $push75=, 1103515245 i32.mul $push33=, $0, $pop75 @@ -1615,7 +1615,7 @@ testF: # @testF tee_local $push72=, $0=, $pop73 i32.const $push71=, 16 i32.shr_u $push34=, $pop72, $pop71 - i32.store8 $drop=, sF+14($pop76), $pop34 + i32.store8 sF+14($pop76), $pop34 i32.const $push70=, 0 i32.const $push69=, 1103515245 i32.mul $push35=, $0, $pop69 @@ -1624,7 +1624,7 @@ testF: # @testF tee_local $push66=, $0=, $pop67 i32.const $push65=, 16 i32.shr_u $push36=, $pop66, $pop65 - i32.store8 $drop=, sF+15($pop70), $pop36 + i32.store8 sF+15($pop70), $pop36 i32.const $push64=, 0 i64.load $2=, sF($pop64) i32.const $push63=, 0 @@ -1638,7 +1638,7 @@ testF: # @testF i32.const $push59=, 12345 i32.add $push58=, $pop40, $pop59 tee_local $push57=, $1=, $pop58 - i32.store $drop=, myrnd.s($pop63), $pop57 + i32.store myrnd.s($pop63), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push44=, $1, $pop55 @@ -1655,7 +1655,7 @@ testF: # @testF i64.const $push50=, 34359738367 i64.and $push51=, $2, $pop50 i64.or $push52=, $pop49, $pop51 - i64.store $drop=, sF($pop56), $pop52 + i64.store sF($pop56), $pop52 # fallthrough-return .endfunc .Lfunc_end36: @@ -1669,13 +1669,13 @@ retmeG: # @retmeG .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end37: @@ -1754,7 +1754,7 @@ fn3G: # @fn3G i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sG($pop2), $pop6 + i32.store sG($pop2), $pop6 i32.const $push5=, 25 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -1779,7 +1779,7 @@ testG: # @testG tee_local $push174=, $0=, $pop175 i32.const $push173=, 16 i32.shr_u $push2=, $pop174, $pop173 - i32.store8 $drop=, sG($pop179), $pop2 + i32.store8 sG($pop179), $pop2 i32.const $push172=, 0 i32.const $push171=, 1103515245 i32.mul $push3=, $0, $pop171 @@ -1788,7 +1788,7 @@ testG: # @testG tee_local $push168=, $0=, $pop169 i32.const $push167=, 16 i32.shr_u $push4=, $pop168, $pop167 - i32.store8 $drop=, sG+1($pop172), $pop4 + i32.store8 sG+1($pop172), $pop4 i32.const $push166=, 0 i32.const $push165=, 1103515245 i32.mul $push5=, $0, $pop165 @@ -1797,7 +1797,7 @@ testG: # @testG tee_local $push162=, $0=, $pop163 i32.const $push161=, 16 i32.shr_u $push6=, $pop162, $pop161 - i32.store8 $drop=, sG+2($pop166), $pop6 + i32.store8 sG+2($pop166), $pop6 i32.const $push160=, 0 i32.const $push159=, 1103515245 i32.mul $push7=, $0, $pop159 @@ -1806,7 +1806,7 @@ testG: # @testG tee_local $push156=, $0=, $pop157 i32.const $push155=, 16 i32.shr_u $push8=, $pop156, $pop155 - i32.store8 $drop=, sG+3($pop160), $pop8 + i32.store8 sG+3($pop160), $pop8 i32.const $push154=, 0 i32.const $push153=, 1103515245 i32.mul $push9=, $0, $pop153 @@ -1815,7 +1815,7 @@ testG: # @testG tee_local $push150=, $0=, $pop151 i32.const $push149=, 16 i32.shr_u $push10=, $pop150, $pop149 - i32.store8 $drop=, sG+4($pop154), $pop10 + i32.store8 sG+4($pop154), $pop10 i32.const $push148=, 0 i32.const $push147=, 1103515245 i32.mul $push11=, $0, $pop147 @@ -1824,7 +1824,7 @@ testG: # @testG tee_local $push144=, $0=, $pop145 i32.const $push143=, 16 i32.shr_u $push12=, $pop144, $pop143 - i32.store8 $drop=, sG+5($pop148), $pop12 + i32.store8 sG+5($pop148), $pop12 i32.const $push142=, 0 i32.const $push141=, 1103515245 i32.mul $push13=, $0, $pop141 @@ -1833,7 +1833,7 @@ testG: # @testG tee_local $push138=, $0=, $pop139 i32.const $push137=, 16 i32.shr_u $push14=, $pop138, $pop137 - i32.store8 $drop=, sG+6($pop142), $pop14 + i32.store8 sG+6($pop142), $pop14 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push15=, $0, $pop135 @@ -1842,7 +1842,7 @@ testG: # @testG tee_local $push132=, $0=, $pop133 i32.const $push131=, 16 i32.shr_u $push16=, $pop132, $pop131 - i32.store8 $drop=, sG+7($pop136), $pop16 + i32.store8 sG+7($pop136), $pop16 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push17=, $0, $pop129 @@ -1851,7 +1851,7 @@ testG: # @testG tee_local $push126=, $0=, $pop127 i32.const $push125=, 16 i32.shr_u $push18=, $pop126, $pop125 - i32.store8 $drop=, sG+8($pop130), $pop18 + i32.store8 sG+8($pop130), $pop18 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push19=, $0, $pop123 @@ -1860,7 +1860,7 @@ testG: # @testG tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push20=, $pop120, $pop119 - i32.store8 $drop=, sG+9($pop124), $pop20 + i32.store8 sG+9($pop124), $pop20 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push21=, $0, $pop117 @@ -1869,7 +1869,7 @@ testG: # @testG tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push22=, $pop114, $pop113 - i32.store8 $drop=, sG+10($pop118), $pop22 + i32.store8 sG+10($pop118), $pop22 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push23=, $0, $pop111 @@ -1878,7 +1878,7 @@ testG: # @testG tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push24=, $pop108, $pop107 - i32.store8 $drop=, sG+11($pop112), $pop24 + i32.store8 sG+11($pop112), $pop24 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push25=, $0, $pop105 @@ -1887,7 +1887,7 @@ testG: # @testG tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push26=, $pop102, $pop101 - i32.store8 $drop=, sG+12($pop106), $pop26 + i32.store8 sG+12($pop106), $pop26 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push27=, $0, $pop99 @@ -1896,7 +1896,7 @@ testG: # @testG tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push28=, $pop96, $pop95 - i32.store8 $drop=, sG+13($pop100), $pop28 + i32.store8 sG+13($pop100), $pop28 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push29=, $0, $pop93 @@ -1905,7 +1905,7 @@ testG: # @testG tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push30=, $pop90, $pop89 - i32.store8 $drop=, sG+14($pop94), $pop30 + i32.store8 sG+14($pop94), $pop30 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push31=, $0, $pop87 @@ -1914,7 +1914,7 @@ testG: # @testG tee_local $push84=, $1=, $pop85 i32.const $push83=, 16 i32.shr_u $push32=, $pop84, $pop83 - i32.store8 $drop=, sG+15($pop88), $pop32 + i32.store8 sG+15($pop88), $pop32 i32.const $push82=, 0 i32.load $0=, sG($pop82) i32.const $push81=, 0 @@ -1928,7 +1928,7 @@ testG: # @testG i32.const $push75=, 12345 i32.add $push74=, $pop34, $pop75 tee_local $push73=, $1=, $pop74 - i32.store $drop=, myrnd.s($pop81), $pop73 + i32.store myrnd.s($pop81), $pop73 i32.const $push72=, 0 i32.const $push71=, 16 i32.shr_u $push70=, $2, $pop71 @@ -1940,7 +1940,7 @@ testG: # @testG tee_local $push65=, $3=, $pop66 i32.or $push64=, $pop35, $pop65 tee_local $push63=, $4=, $pop64 - i32.store $drop=, sG($pop72), $pop63 + i32.store sG($pop72), $pop63 block i32.const $push62=, 16 i32.shr_u $push61=, $1, $pop62 @@ -1967,7 +1967,7 @@ testG: # @testG i32.const $push194=, 12345 i32.add $push193=, $pop46, $pop194 tee_local $push192=, $2=, $pop193 - i32.store $drop=, myrnd.s($pop198), $pop192 + i32.store myrnd.s($pop198), $pop192 i32.const $push191=, 0 i32.const $push190=, 16 i32.shr_u $push189=, $2, $pop190 @@ -1982,7 +1982,7 @@ testG: # @testG i32.or $push48=, $pop47, $3 i32.add $push182=, $pop49, $pop48 tee_local $push181=, $1=, $pop182 - i32.store $drop=, sG($pop191), $pop181 + i32.store sG($pop191), $pop181 i32.xor $push50=, $1, $0 i32.const $push180=, 33554431 i32.and $push51=, $pop50, $pop180 @@ -2013,13 +2013,13 @@ retmeH: # @retmeH .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end43: @@ -2098,7 +2098,7 @@ fn3H: # @fn3H i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sH($pop2), $pop6 + i32.store sH($pop2), $pop6 i32.const $push5=, 23 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -2123,7 +2123,7 @@ testH: # @testH tee_local $push174=, $0=, $pop175 i32.const $push173=, 16 i32.shr_u $push2=, $pop174, $pop173 - i32.store8 $drop=, sH($pop179), $pop2 + i32.store8 sH($pop179), $pop2 i32.const $push172=, 0 i32.const $push171=, 1103515245 i32.mul $push3=, $0, $pop171 @@ -2132,7 +2132,7 @@ testH: # @testH tee_local $push168=, $0=, $pop169 i32.const $push167=, 16 i32.shr_u $push4=, $pop168, $pop167 - i32.store8 $drop=, sH+1($pop172), $pop4 + i32.store8 sH+1($pop172), $pop4 i32.const $push166=, 0 i32.const $push165=, 1103515245 i32.mul $push5=, $0, $pop165 @@ -2141,7 +2141,7 @@ testH: # @testH tee_local $push162=, $0=, $pop163 i32.const $push161=, 16 i32.shr_u $push6=, $pop162, $pop161 - i32.store8 $drop=, sH+2($pop166), $pop6 + i32.store8 sH+2($pop166), $pop6 i32.const $push160=, 0 i32.const $push159=, 1103515245 i32.mul $push7=, $0, $pop159 @@ -2150,7 +2150,7 @@ testH: # @testH tee_local $push156=, $0=, $pop157 i32.const $push155=, 16 i32.shr_u $push8=, $pop156, $pop155 - i32.store8 $drop=, sH+3($pop160), $pop8 + i32.store8 sH+3($pop160), $pop8 i32.const $push154=, 0 i32.const $push153=, 1103515245 i32.mul $push9=, $0, $pop153 @@ -2159,7 +2159,7 @@ testH: # @testH tee_local $push150=, $0=, $pop151 i32.const $push149=, 16 i32.shr_u $push10=, $pop150, $pop149 - i32.store8 $drop=, sH+4($pop154), $pop10 + i32.store8 sH+4($pop154), $pop10 i32.const $push148=, 0 i32.const $push147=, 1103515245 i32.mul $push11=, $0, $pop147 @@ -2168,7 +2168,7 @@ testH: # @testH tee_local $push144=, $0=, $pop145 i32.const $push143=, 16 i32.shr_u $push12=, $pop144, $pop143 - i32.store8 $drop=, sH+5($pop148), $pop12 + i32.store8 sH+5($pop148), $pop12 i32.const $push142=, 0 i32.const $push141=, 1103515245 i32.mul $push13=, $0, $pop141 @@ -2177,7 +2177,7 @@ testH: # @testH tee_local $push138=, $0=, $pop139 i32.const $push137=, 16 i32.shr_u $push14=, $pop138, $pop137 - i32.store8 $drop=, sH+6($pop142), $pop14 + i32.store8 sH+6($pop142), $pop14 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push15=, $0, $pop135 @@ -2186,7 +2186,7 @@ testH: # @testH tee_local $push132=, $0=, $pop133 i32.const $push131=, 16 i32.shr_u $push16=, $pop132, $pop131 - i32.store8 $drop=, sH+7($pop136), $pop16 + i32.store8 sH+7($pop136), $pop16 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push17=, $0, $pop129 @@ -2195,7 +2195,7 @@ testH: # @testH tee_local $push126=, $0=, $pop127 i32.const $push125=, 16 i32.shr_u $push18=, $pop126, $pop125 - i32.store8 $drop=, sH+8($pop130), $pop18 + i32.store8 sH+8($pop130), $pop18 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push19=, $0, $pop123 @@ -2204,7 +2204,7 @@ testH: # @testH tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push20=, $pop120, $pop119 - i32.store8 $drop=, sH+9($pop124), $pop20 + i32.store8 sH+9($pop124), $pop20 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push21=, $0, $pop117 @@ -2213,7 +2213,7 @@ testH: # @testH tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push22=, $pop114, $pop113 - i32.store8 $drop=, sH+10($pop118), $pop22 + i32.store8 sH+10($pop118), $pop22 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push23=, $0, $pop111 @@ -2222,7 +2222,7 @@ testH: # @testH tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push24=, $pop108, $pop107 - i32.store8 $drop=, sH+11($pop112), $pop24 + i32.store8 sH+11($pop112), $pop24 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push25=, $0, $pop105 @@ -2231,7 +2231,7 @@ testH: # @testH tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push26=, $pop102, $pop101 - i32.store8 $drop=, sH+12($pop106), $pop26 + i32.store8 sH+12($pop106), $pop26 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push27=, $0, $pop99 @@ -2240,7 +2240,7 @@ testH: # @testH tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push28=, $pop96, $pop95 - i32.store8 $drop=, sH+13($pop100), $pop28 + i32.store8 sH+13($pop100), $pop28 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push29=, $0, $pop93 @@ -2249,7 +2249,7 @@ testH: # @testH tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push30=, $pop90, $pop89 - i32.store8 $drop=, sH+14($pop94), $pop30 + i32.store8 sH+14($pop94), $pop30 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push31=, $0, $pop87 @@ -2258,7 +2258,7 @@ testH: # @testH tee_local $push84=, $1=, $pop85 i32.const $push83=, 16 i32.shr_u $push32=, $pop84, $pop83 - i32.store8 $drop=, sH+15($pop88), $pop32 + i32.store8 sH+15($pop88), $pop32 i32.const $push82=, 0 i32.load $0=, sH($pop82) i32.const $push81=, 0 @@ -2272,7 +2272,7 @@ testH: # @testH i32.const $push75=, 12345 i32.add $push74=, $pop34, $pop75 tee_local $push73=, $1=, $pop74 - i32.store $drop=, myrnd.s($pop81), $pop73 + i32.store myrnd.s($pop81), $pop73 i32.const $push72=, 0 i32.const $push71=, 16 i32.shr_u $push70=, $2, $pop71 @@ -2284,7 +2284,7 @@ testH: # @testH tee_local $push65=, $3=, $pop66 i32.or $push64=, $pop35, $pop65 tee_local $push63=, $4=, $pop64 - i32.store $drop=, sH($pop72), $pop63 + i32.store sH($pop72), $pop63 block i32.const $push62=, 16 i32.shr_u $push61=, $1, $pop62 @@ -2311,7 +2311,7 @@ testH: # @testH i32.const $push194=, 12345 i32.add $push193=, $pop46, $pop194 tee_local $push192=, $2=, $pop193 - i32.store $drop=, myrnd.s($pop198), $pop192 + i32.store myrnd.s($pop198), $pop192 i32.const $push191=, 0 i32.const $push190=, 16 i32.shr_u $push189=, $2, $pop190 @@ -2326,7 +2326,7 @@ testH: # @testH i32.or $push48=, $pop47, $3 i32.add $push182=, $pop49, $pop48 tee_local $push181=, $1=, $pop182 - i32.store $drop=, sH($pop191), $pop181 + i32.store sH($pop191), $pop181 i32.xor $push50=, $1, $0 i32.const $push180=, 8388607 i32.and $push51=, $pop50, $pop180 @@ -2357,13 +2357,13 @@ retmeI: # @retmeI .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end49: @@ -2449,7 +2449,7 @@ fn3I: # @fn3I i32.const $push1=, 127 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store16 $drop=, sI($pop0), $pop6 + i32.store16 sI($pop0), $pop6 i32.const $push7=, 511 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -2474,7 +2474,7 @@ testI: # @testI tee_local $push150=, $0=, $pop151 i32.const $push5=, 16 i32.shr_u $push6=, $pop150, $pop5 - i32.store8 $drop=, sI($pop0), $pop6 + i32.store8 sI($pop0), $pop6 i32.const $push149=, 0 i32.const $push148=, 1103515245 i32.mul $push7=, $0, $pop148 @@ -2483,7 +2483,7 @@ testI: # @testI tee_local $push145=, $0=, $pop146 i32.const $push144=, 16 i32.shr_u $push8=, $pop145, $pop144 - i32.store8 $drop=, sI+1($pop149), $pop8 + i32.store8 sI+1($pop149), $pop8 i32.const $push143=, 0 i32.const $push142=, 1103515245 i32.mul $push9=, $0, $pop142 @@ -2492,7 +2492,7 @@ testI: # @testI tee_local $push139=, $0=, $pop140 i32.const $push138=, 16 i32.shr_u $push10=, $pop139, $pop138 - i32.store8 $drop=, sI+2($pop143), $pop10 + i32.store8 sI+2($pop143), $pop10 i32.const $push137=, 0 i32.const $push136=, 1103515245 i32.mul $push11=, $0, $pop136 @@ -2501,7 +2501,7 @@ testI: # @testI tee_local $push133=, $0=, $pop134 i32.const $push132=, 16 i32.shr_u $push12=, $pop133, $pop132 - i32.store8 $drop=, sI+3($pop137), $pop12 + i32.store8 sI+3($pop137), $pop12 i32.const $push131=, 0 i32.const $push130=, 1103515245 i32.mul $push13=, $0, $pop130 @@ -2510,7 +2510,7 @@ testI: # @testI tee_local $push127=, $0=, $pop128 i32.const $push126=, 16 i32.shr_u $push14=, $pop127, $pop126 - i32.store8 $drop=, sI+4($pop131), $pop14 + i32.store8 sI+4($pop131), $pop14 i32.const $push125=, 0 i32.const $push124=, 1103515245 i32.mul $push15=, $0, $pop124 @@ -2519,7 +2519,7 @@ testI: # @testI tee_local $push121=, $0=, $pop122 i32.const $push120=, 16 i32.shr_u $push16=, $pop121, $pop120 - i32.store8 $drop=, sI+5($pop125), $pop16 + i32.store8 sI+5($pop125), $pop16 i32.const $push119=, 0 i32.const $push118=, 1103515245 i32.mul $push17=, $0, $pop118 @@ -2528,7 +2528,7 @@ testI: # @testI tee_local $push115=, $0=, $pop116 i32.const $push114=, 16 i32.shr_u $push18=, $pop115, $pop114 - i32.store8 $drop=, sI+6($pop119), $pop18 + i32.store8 sI+6($pop119), $pop18 i32.const $push113=, 0 i32.const $push112=, 1103515245 i32.mul $push19=, $0, $pop112 @@ -2537,7 +2537,7 @@ testI: # @testI tee_local $push109=, $0=, $pop110 i32.const $push108=, 16 i32.shr_u $push20=, $pop109, $pop108 - i32.store8 $drop=, sI+7($pop113), $pop20 + i32.store8 sI+7($pop113), $pop20 i32.const $push107=, 0 i32.const $push106=, 1103515245 i32.mul $push21=, $0, $pop106 @@ -2546,7 +2546,7 @@ testI: # @testI tee_local $push103=, $0=, $pop104 i32.const $push102=, 16 i32.shr_u $push22=, $pop103, $pop102 - i32.store8 $drop=, sI+8($pop107), $pop22 + i32.store8 sI+8($pop107), $pop22 i32.const $push101=, 0 i32.const $push100=, 1103515245 i32.mul $push23=, $0, $pop100 @@ -2555,7 +2555,7 @@ testI: # @testI tee_local $push97=, $0=, $pop98 i32.const $push96=, 16 i32.shr_u $push24=, $pop97, $pop96 - i32.store8 $drop=, sI+9($pop101), $pop24 + i32.store8 sI+9($pop101), $pop24 i32.const $push95=, 0 i32.const $push94=, 1103515245 i32.mul $push25=, $0, $pop94 @@ -2564,7 +2564,7 @@ testI: # @testI tee_local $push91=, $0=, $pop92 i32.const $push90=, 16 i32.shr_u $push26=, $pop91, $pop90 - i32.store8 $drop=, sI+10($pop95), $pop26 + i32.store8 sI+10($pop95), $pop26 i32.const $push89=, 0 i32.const $push88=, 1103515245 i32.mul $push27=, $0, $pop88 @@ -2573,7 +2573,7 @@ testI: # @testI tee_local $push85=, $0=, $pop86 i32.const $push84=, 16 i32.shr_u $push28=, $pop85, $pop84 - i32.store8 $drop=, sI+11($pop89), $pop28 + i32.store8 sI+11($pop89), $pop28 i32.const $push83=, 0 i32.const $push82=, 1103515245 i32.mul $push29=, $0, $pop82 @@ -2582,7 +2582,7 @@ testI: # @testI tee_local $push79=, $0=, $pop80 i32.const $push78=, 16 i32.shr_u $push30=, $pop79, $pop78 - i32.store8 $drop=, sI+12($pop83), $pop30 + i32.store8 sI+12($pop83), $pop30 i32.const $push77=, 0 i32.const $push76=, 1103515245 i32.mul $push31=, $0, $pop76 @@ -2591,7 +2591,7 @@ testI: # @testI tee_local $push73=, $0=, $pop74 i32.const $push72=, 16 i32.shr_u $push32=, $pop73, $pop72 - i32.store8 $drop=, sI+13($pop77), $pop32 + i32.store8 sI+13($pop77), $pop32 i32.const $push71=, 0 i32.const $push70=, 1103515245 i32.mul $push33=, $0, $pop70 @@ -2600,7 +2600,7 @@ testI: # @testI tee_local $push67=, $0=, $pop68 i32.const $push66=, 16 i32.shr_u $push34=, $pop67, $pop66 - i32.store8 $drop=, sI+14($pop71), $pop34 + i32.store8 sI+14($pop71), $pop34 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push35=, $0, $pop64 @@ -2609,7 +2609,7 @@ testI: # @testI tee_local $push61=, $0=, $pop62 i32.const $push60=, 16 i32.shr_u $push36=, $pop61, $pop60 - i32.store8 $drop=, sI+15($pop65), $pop36 + i32.store8 sI+15($pop65), $pop36 i32.const $push59=, 0 i32.load16_u $2=, sI($pop59) i32.const $push58=, 0 @@ -2623,7 +2623,7 @@ testI: # @testI i32.const $push54=, 12345 i32.add $push53=, $pop40, $pop54 tee_local $push52=, $1=, $pop53 - i32.store $drop=, myrnd.s($pop58), $pop52 + i32.store myrnd.s($pop58), $pop52 i32.const $push51=, 0 i32.const $push50=, 16 i32.shr_u $push42=, $1, $pop50 @@ -2635,7 +2635,7 @@ testI: # @testI i32.const $push46=, 127 i32.and $push47=, $2, $pop46 i32.or $push48=, $pop45, $pop47 - i32.store16 $drop=, sI($pop51), $pop48 + i32.store16 sI($pop51), $pop48 # fallthrough-return .endfunc .Lfunc_end54: @@ -2649,7 +2649,7 @@ retmeJ: # @retmeJ .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=1 - i32.store $drop=, 0($0):p2align=1, $pop0 + i32.store 0($0):p2align=1, $pop0 # fallthrough-return .endfunc .Lfunc_end55: @@ -2735,7 +2735,7 @@ fn3J: # @fn3J i32.const $push1=, 511 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store16 $drop=, sJ($pop0), $pop6 + i32.store16 sJ($pop0), $pop6 i32.const $push7=, 127 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -2760,7 +2760,7 @@ testJ: # @testJ tee_local $push73=, $0=, $pop74 i32.const $push72=, 16 i32.shr_u $push2=, $pop73, $pop72 - i32.store8 $drop=, sJ($pop78), $pop2 + i32.store8 sJ($pop78), $pop2 i32.const $push71=, 0 i32.const $push70=, 1103515245 i32.mul $push3=, $0, $pop70 @@ -2769,7 +2769,7 @@ testJ: # @testJ tee_local $push67=, $0=, $pop68 i32.const $push66=, 16 i32.shr_u $push4=, $pop67, $pop66 - i32.store8 $drop=, sJ+1($pop71), $pop4 + i32.store8 sJ+1($pop71), $pop4 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push5=, $0, $pop64 @@ -2778,7 +2778,7 @@ testJ: # @testJ tee_local $push61=, $0=, $pop62 i32.const $push60=, 16 i32.shr_u $push6=, $pop61, $pop60 - i32.store8 $drop=, sJ+2($pop65), $pop6 + i32.store8 sJ+2($pop65), $pop6 i32.const $push59=, 0 i32.const $push58=, 1103515245 i32.mul $push7=, $0, $pop58 @@ -2787,7 +2787,7 @@ testJ: # @testJ tee_local $push55=, $0=, $pop56 i32.const $push54=, 16 i32.shr_u $push8=, $pop55, $pop54 - i32.store8 $drop=, sJ+3($pop59), $pop8 + i32.store8 sJ+3($pop59), $pop8 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push11=, $0, $pop52 @@ -2804,14 +2804,14 @@ testJ: # @testJ i32.const $push43=, 511 i32.and $push10=, $pop9, $pop43 i32.or $push13=, $pop12, $pop10 - i32.store16 $drop=, sJ($pop53), $pop13 + i32.store16 sJ($pop53), $pop13 i32.const $push42=, 0 i32.const $push41=, 1103515245 i32.mul $push14=, $0, $pop41 i32.const $push40=, 12345 i32.add $push39=, $pop14, $pop40 tee_local $push38=, $0=, $pop39 - i32.store $drop=, myrnd.s($pop42), $pop38 + i32.store myrnd.s($pop42), $pop38 block i32.const $push37=, 16 i32.shr_u $push36=, $0, $pop37 @@ -2839,7 +2839,7 @@ testJ: # @testJ i32.const $push86=, 12345 i32.add $push85=, $pop24, $pop86 tee_local $push84=, $2=, $pop85 - i32.store $drop=, myrnd.s($pop90), $pop84 + i32.store myrnd.s($pop90), $pop84 i32.const $push83=, 0 i32.const $push82=, 16 i32.shr_u $push26=, $2, $pop82 @@ -2851,7 +2851,7 @@ testJ: # @testJ i32.const $push79=, 511 i32.and $push29=, $1, $pop79 i32.or $push30=, $pop28, $pop29 - i32.store16 $drop=, sJ($pop83), $pop30 + i32.store16 sJ($pop83), $pop30 return .LBB60_2: # %if.then end_block # label5: @@ -2869,7 +2869,7 @@ retmeK: # @retmeK .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end61: @@ -2949,7 +2949,7 @@ fn3K: # @fn3K i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sK($pop0), $pop5 + i32.store sK($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -2973,7 +2973,7 @@ testK: # @testK tee_local $push55=, $0=, $pop56 i32.const $push5=, 16 i32.shr_u $push6=, $pop55, $pop5 - i32.store8 $drop=, sK($pop0), $pop6 + i32.store8 sK($pop0), $pop6 i32.const $push54=, 0 i32.const $push53=, 1103515245 i32.mul $push7=, $0, $pop53 @@ -2982,7 +2982,7 @@ testK: # @testK tee_local $push50=, $0=, $pop51 i32.const $push49=, 16 i32.shr_u $push8=, $pop50, $pop49 - i32.store8 $drop=, sK+1($pop54), $pop8 + i32.store8 sK+1($pop54), $pop8 i32.const $push48=, 0 i32.const $push47=, 1103515245 i32.mul $push9=, $0, $pop47 @@ -2991,7 +2991,7 @@ testK: # @testK tee_local $push44=, $0=, $pop45 i32.const $push43=, 16 i32.shr_u $push10=, $pop44, $pop43 - i32.store8 $drop=, sK+2($pop48), $pop10 + i32.store8 sK+2($pop48), $pop10 i32.const $push42=, 0 i32.const $push41=, 1103515245 i32.mul $push11=, $0, $pop41 @@ -3000,7 +3000,7 @@ testK: # @testK tee_local $push38=, $0=, $pop39 i32.const $push37=, 16 i32.shr_u $push12=, $pop38, $pop37 - i32.store8 $drop=, sK+3($pop42), $pop12 + i32.store8 sK+3($pop42), $pop12 i32.const $push36=, 0 i32.const $push13=, -341751747 i32.mul $push14=, $0, $pop13 @@ -3012,7 +3012,7 @@ testK: # @testK i32.const $push32=, 12345 i32.add $push31=, $pop16, $pop32 tee_local $push30=, $1=, $pop31 - i32.store $drop=, myrnd.s($pop36), $pop30 + i32.store myrnd.s($pop36), $pop30 i32.const $push29=, 0 i32.const $push28=, 16 i32.shr_u $push18=, $1, $pop28 @@ -3026,7 +3026,7 @@ testK: # @testK i32.const $push23=, -64 i32.and $push24=, $pop22, $pop23 i32.or $push25=, $pop21, $pop24 - i32.store $drop=, sK($pop29), $pop25 + i32.store sK($pop29), $pop25 # fallthrough-return .endfunc .Lfunc_end66: @@ -3040,7 +3040,7 @@ retmeL: # @retmeL .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end67: @@ -3120,7 +3120,7 @@ fn3L: # @fn3L i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sL($pop0), $pop5 + i32.store sL($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -3144,7 +3144,7 @@ testL: # @testL tee_local $push100=, $0=, $pop101 i32.const $push99=, 16 i32.shr_u $push2=, $pop100, $pop99 - i32.store8 $drop=, sL($pop105), $pop2 + i32.store8 sL($pop105), $pop2 i32.const $push98=, 0 i32.const $push97=, 1103515245 i32.mul $push3=, $0, $pop97 @@ -3153,7 +3153,7 @@ testL: # @testL tee_local $push94=, $0=, $pop95 i32.const $push93=, 16 i32.shr_u $push4=, $pop94, $pop93 - i32.store8 $drop=, sL+1($pop98), $pop4 + i32.store8 sL+1($pop98), $pop4 i32.const $push92=, 0 i32.const $push91=, 1103515245 i32.mul $push5=, $0, $pop91 @@ -3162,7 +3162,7 @@ testL: # @testL tee_local $push88=, $0=, $pop89 i32.const $push87=, 16 i32.shr_u $push6=, $pop88, $pop87 - i32.store8 $drop=, sL+2($pop92), $pop6 + i32.store8 sL+2($pop92), $pop6 i32.const $push86=, 0 i32.const $push85=, 1103515245 i32.mul $push7=, $0, $pop85 @@ -3171,7 +3171,7 @@ testL: # @testL tee_local $push82=, $0=, $pop83 i32.const $push81=, 16 i32.shr_u $push8=, $pop82, $pop81 - i32.store8 $drop=, sL+3($pop86), $pop8 + i32.store8 sL+3($pop86), $pop8 i32.const $push80=, 0 i32.const $push79=, 1103515245 i32.mul $push9=, $0, $pop79 @@ -3180,7 +3180,7 @@ testL: # @testL tee_local $push76=, $0=, $pop77 i32.const $push75=, 16 i32.shr_u $push10=, $pop76, $pop75 - i32.store8 $drop=, sL+4($pop80), $pop10 + i32.store8 sL+4($pop80), $pop10 i32.const $push74=, 0 i32.const $push73=, 1103515245 i32.mul $push11=, $0, $pop73 @@ -3189,7 +3189,7 @@ testL: # @testL tee_local $push70=, $0=, $pop71 i32.const $push69=, 16 i32.shr_u $push12=, $pop70, $pop69 - i32.store8 $drop=, sL+5($pop74), $pop12 + i32.store8 sL+5($pop74), $pop12 i32.const $push68=, 0 i32.const $push67=, 1103515245 i32.mul $push13=, $0, $pop67 @@ -3198,7 +3198,7 @@ testL: # @testL tee_local $push64=, $0=, $pop65 i32.const $push63=, 16 i32.shr_u $push14=, $pop64, $pop63 - i32.store8 $drop=, sL+6($pop68), $pop14 + i32.store8 sL+6($pop68), $pop14 i32.const $push62=, 0 i32.const $push61=, 1103515245 i32.mul $push15=, $0, $pop61 @@ -3207,7 +3207,7 @@ testL: # @testL tee_local $push58=, $0=, $pop59 i32.const $push57=, 16 i32.shr_u $push16=, $pop58, $pop57 - i32.store8 $drop=, sL+7($pop62), $pop16 + i32.store8 sL+7($pop62), $pop16 i32.const $push56=, 0 i32.load $1=, sL($pop56) i32.const $push55=, 0 @@ -3221,7 +3221,7 @@ testL: # @testL i32.const $push49=, 12345 i32.add $push48=, $pop18, $pop49 tee_local $push47=, $0=, $pop48 - i32.store $drop=, myrnd.s($pop55), $pop47 + i32.store myrnd.s($pop55), $pop47 i32.const $push46=, 0 i32.const $push45=, 16 i32.shr_u $push44=, $2, $pop45 @@ -3232,7 +3232,7 @@ testL: # @testL i32.and $push19=, $1, $pop41 i32.or $push40=, $pop20, $pop19 tee_local $push39=, $1=, $pop40 - i32.store $drop=, sL($pop46), $pop39 + i32.store sL($pop46), $pop39 block i32.const $push38=, 16 i32.shr_u $push37=, $0, $pop38 @@ -3255,7 +3255,7 @@ testL: # @testL i32.const $push113=, 12345 i32.add $push112=, $pop28, $pop113 tee_local $push111=, $2=, $pop112 - i32.store $drop=, myrnd.s($pop117), $pop111 + i32.store myrnd.s($pop117), $pop111 i32.const $push110=, 0 i32.const $push109=, 16 i32.shr_u $push30=, $2, $pop109 @@ -3267,7 +3267,7 @@ testL: # @testL i32.const $push106=, -64 i32.and $push33=, $1, $pop106 i32.or $push34=, $pop32, $pop33 - i32.store $drop=, sL($pop110), $pop34 + i32.store sL($pop110), $pop34 return .LBB72_2: # %if.then end_block # label6: @@ -3285,7 +3285,7 @@ retmeM: # @retmeM .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end73: @@ -3365,7 +3365,7 @@ fn3M: # @fn3M i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sM+4($pop0), $pop5 + i32.store sM+4($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -3389,7 +3389,7 @@ testM: # @testM tee_local $push100=, $0=, $pop101 i32.const $push99=, 16 i32.shr_u $push2=, $pop100, $pop99 - i32.store8 $drop=, sM($pop105), $pop2 + i32.store8 sM($pop105), $pop2 i32.const $push98=, 0 i32.const $push97=, 1103515245 i32.mul $push3=, $0, $pop97 @@ -3398,7 +3398,7 @@ testM: # @testM tee_local $push94=, $0=, $pop95 i32.const $push93=, 16 i32.shr_u $push4=, $pop94, $pop93 - i32.store8 $drop=, sM+1($pop98), $pop4 + i32.store8 sM+1($pop98), $pop4 i32.const $push92=, 0 i32.const $push91=, 1103515245 i32.mul $push5=, $0, $pop91 @@ -3407,7 +3407,7 @@ testM: # @testM tee_local $push88=, $0=, $pop89 i32.const $push87=, 16 i32.shr_u $push6=, $pop88, $pop87 - i32.store8 $drop=, sM+2($pop92), $pop6 + i32.store8 sM+2($pop92), $pop6 i32.const $push86=, 0 i32.const $push85=, 1103515245 i32.mul $push7=, $0, $pop85 @@ -3416,7 +3416,7 @@ testM: # @testM tee_local $push82=, $0=, $pop83 i32.const $push81=, 16 i32.shr_u $push8=, $pop82, $pop81 - i32.store8 $drop=, sM+3($pop86), $pop8 + i32.store8 sM+3($pop86), $pop8 i32.const $push80=, 0 i32.const $push79=, 1103515245 i32.mul $push9=, $0, $pop79 @@ -3425,7 +3425,7 @@ testM: # @testM tee_local $push76=, $0=, $pop77 i32.const $push75=, 16 i32.shr_u $push10=, $pop76, $pop75 - i32.store8 $drop=, sM+4($pop80), $pop10 + i32.store8 sM+4($pop80), $pop10 i32.const $push74=, 0 i32.const $push73=, 1103515245 i32.mul $push11=, $0, $pop73 @@ -3434,7 +3434,7 @@ testM: # @testM tee_local $push70=, $0=, $pop71 i32.const $push69=, 16 i32.shr_u $push12=, $pop70, $pop69 - i32.store8 $drop=, sM+5($pop74), $pop12 + i32.store8 sM+5($pop74), $pop12 i32.const $push68=, 0 i32.const $push67=, 1103515245 i32.mul $push13=, $0, $pop67 @@ -3443,7 +3443,7 @@ testM: # @testM tee_local $push64=, $0=, $pop65 i32.const $push63=, 16 i32.shr_u $push14=, $pop64, $pop63 - i32.store8 $drop=, sM+6($pop68), $pop14 + i32.store8 sM+6($pop68), $pop14 i32.const $push62=, 0 i32.const $push61=, 1103515245 i32.mul $push15=, $0, $pop61 @@ -3452,7 +3452,7 @@ testM: # @testM tee_local $push58=, $0=, $pop59 i32.const $push57=, 16 i32.shr_u $push16=, $pop58, $pop57 - i32.store8 $drop=, sM+7($pop62), $pop16 + i32.store8 sM+7($pop62), $pop16 i32.const $push56=, 0 i32.load $3=, sM+4($pop56) i32.const $push55=, 0 @@ -3466,7 +3466,7 @@ testM: # @testM i32.const $push49=, 12345 i32.add $push48=, $pop18, $pop49 tee_local $push47=, $0=, $pop48 - i32.store $drop=, myrnd.s($pop55), $pop47 + i32.store myrnd.s($pop55), $pop47 i32.const $push46=, 0 i32.const $push45=, 16 i32.shr_u $push44=, $2, $pop45 @@ -3478,7 +3478,7 @@ testM: # @testM tee_local $push40=, $1=, $pop41 i32.or $push39=, $pop20, $pop40 tee_local $push38=, $3=, $pop39 - i32.store $drop=, sM+4($pop46), $pop38 + i32.store sM+4($pop46), $pop38 block i32.const $push37=, 16 i32.shr_u $push36=, $0, $pop37 @@ -3501,7 +3501,7 @@ testM: # @testM i32.const $push112=, 12345 i32.add $push111=, $pop28, $pop112 tee_local $push110=, $3=, $pop111 - i32.store $drop=, myrnd.s($pop116), $pop110 + i32.store myrnd.s($pop116), $pop110 i32.const $push109=, 0 i32.const $push108=, 16 i32.shr_u $push30=, $3, $pop108 @@ -3511,7 +3511,7 @@ testM: # @testM i32.const $push106=, 63 i32.and $push32=, $pop31, $pop106 i32.or $push33=, $pop32, $1 - i32.store $drop=, sM+4($pop109), $pop33 + i32.store sM+4($pop109), $pop33 return .LBB78_2: # %if.then end_block # label7: @@ -3529,7 +3529,7 @@ retmeN: # @retmeN .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end79: @@ -3621,7 +3621,7 @@ fn3N: # @fn3N i64.const $push1=, -4033 i64.and $push2=, $1, $pop1 i64.or $push11=, $pop10, $pop2 - i64.store $drop=, sN($pop0), $pop11 + i64.store sN($pop0), $pop11 copy_local $push17=, $0 # fallthrough-return: $pop17 .endfunc @@ -3645,7 +3645,7 @@ testN: # @testN tee_local $push138=, $2=, $pop139 i32.const $push137=, 16 i32.shr_u $push5=, $pop138, $pop137 - i32.store8 $drop=, sN($pop0), $pop5 + i32.store8 sN($pop0), $pop5 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push6=, $2, $pop135 @@ -3654,7 +3654,7 @@ testN: # @testN tee_local $push132=, $2=, $pop133 i32.const $push131=, 16 i32.shr_u $push7=, $pop132, $pop131 - i32.store8 $drop=, sN+1($pop136), $pop7 + i32.store8 sN+1($pop136), $pop7 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push8=, $2, $pop129 @@ -3663,7 +3663,7 @@ testN: # @testN tee_local $push126=, $2=, $pop127 i32.const $push125=, 16 i32.shr_u $push9=, $pop126, $pop125 - i32.store8 $drop=, sN+2($pop130), $pop9 + i32.store8 sN+2($pop130), $pop9 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push10=, $2, $pop123 @@ -3672,7 +3672,7 @@ testN: # @testN tee_local $push120=, $2=, $pop121 i32.const $push119=, 16 i32.shr_u $push11=, $pop120, $pop119 - i32.store8 $drop=, sN+3($pop124), $pop11 + i32.store8 sN+3($pop124), $pop11 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push12=, $2, $pop117 @@ -3681,7 +3681,7 @@ testN: # @testN tee_local $push114=, $2=, $pop115 i32.const $push113=, 16 i32.shr_u $push13=, $pop114, $pop113 - i32.store8 $drop=, sN+4($pop118), $pop13 + i32.store8 sN+4($pop118), $pop13 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push14=, $2, $pop111 @@ -3690,7 +3690,7 @@ testN: # @testN tee_local $push108=, $2=, $pop109 i32.const $push107=, 16 i32.shr_u $push15=, $pop108, $pop107 - i32.store8 $drop=, sN+5($pop112), $pop15 + i32.store8 sN+5($pop112), $pop15 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push16=, $2, $pop105 @@ -3699,7 +3699,7 @@ testN: # @testN tee_local $push102=, $2=, $pop103 i32.const $push101=, 16 i32.shr_u $push17=, $pop102, $pop101 - i32.store8 $drop=, sN+6($pop106), $pop17 + i32.store8 sN+6($pop106), $pop17 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push18=, $2, $pop99 @@ -3708,7 +3708,7 @@ testN: # @testN tee_local $push96=, $2=, $pop97 i32.const $push95=, 16 i32.shr_u $push19=, $pop96, $pop95 - i32.store8 $drop=, sN+7($pop100), $pop19 + i32.store8 sN+7($pop100), $pop19 i32.const $push94=, 0 i64.load $0=, sN($pop94) i32.const $push93=, 0 @@ -3722,7 +3722,7 @@ testN: # @testN i32.const $push87=, 12345 i32.add $push86=, $pop21, $pop87 tee_local $push85=, $2=, $pop86 - i32.store $drop=, myrnd.s($pop93), $pop85 + i32.store myrnd.s($pop93), $pop85 i32.const $push84=, 0 i32.const $push83=, 16 i32.shr_u $push82=, $4, $pop83 @@ -3737,7 +3737,7 @@ testN: # @testN i64.and $push23=, $0, $pop22 i64.or $push77=, $pop26, $pop23 tee_local $push76=, $5=, $pop77 - i64.store $drop=, sN($pop84), $pop76 + i64.store sN($pop84), $pop76 block i64.const $push75=, 6 i64.shr_u $push27=, $5, $pop75 @@ -3769,7 +3769,7 @@ testN: # @testN i32.const $push160=, 12345 i32.add $push159=, $pop37, $pop160 tee_local $push158=, $2=, $pop159 - i32.store $drop=, myrnd.s($pop38), $pop158 + i32.store myrnd.s($pop38), $pop158 i32.const $push157=, 0 i32.const $push156=, 16 i32.shr_u $push155=, $4, $pop156 @@ -3784,7 +3784,7 @@ testN: # @testN i64.and $push40=, $0, $pop39 i64.or $push150=, $pop43, $pop40 tee_local $push149=, $5=, $pop150 - i64.store $drop=, sN($pop157), $pop149 + i64.store sN($pop157), $pop149 i64.const $push148=, 6 i64.shr_u $push44=, $5, $pop148 i32.wrap/i64 $push147=, $pop44 @@ -3821,7 +3821,7 @@ testN: # @testN i32.const $push174=, 12345 i32.add $push173=, $pop58, $pop174 tee_local $push172=, $4=, $pop173 - i32.store $drop=, myrnd.s($pop59), $pop172 + i32.store myrnd.s($pop59), $pop172 i32.const $push171=, 0 i32.const $push60=, 16 i32.shr_u $push62=, $4, $pop60 @@ -3836,7 +3836,7 @@ testN: # @testN i64.const $push69=, -4033 i64.and $push70=, $0, $pop69 i64.or $push71=, $pop68, $pop70 - i64.store $drop=, sN($pop171), $pop71 + i64.store sN($pop171), $pop71 return .LBB84_5: # %if.then106 end_block # label8: @@ -3854,13 +3854,13 @@ retmeO: # @retmeO .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end85: @@ -3942,7 +3942,7 @@ fn3O: # @fn3O i64.const $push1=, -4096 i64.and $push2=, $1, $pop1 i64.or $push7=, $pop6, $pop2 - i64.store $drop=, sO+8($pop0), $pop7 + i64.store sO+8($pop0), $pop7 copy_local $push13=, $0 # fallthrough-return: $pop13 .endfunc @@ -3966,7 +3966,7 @@ testO: # @testO tee_local $push197=, $2=, $pop198 i32.const $push196=, 16 i32.shr_u $push7=, $pop197, $pop196 - i32.store8 $drop=, sO($pop2), $pop7 + i32.store8 sO($pop2), $pop7 i32.const $push195=, 0 i32.const $push194=, 1103515245 i32.mul $push8=, $2, $pop194 @@ -3975,7 +3975,7 @@ testO: # @testO tee_local $push191=, $2=, $pop192 i32.const $push190=, 16 i32.shr_u $push9=, $pop191, $pop190 - i32.store8 $drop=, sO+1($pop195), $pop9 + i32.store8 sO+1($pop195), $pop9 i32.const $push189=, 0 i32.const $push188=, 1103515245 i32.mul $push10=, $2, $pop188 @@ -3984,7 +3984,7 @@ testO: # @testO tee_local $push185=, $2=, $pop186 i32.const $push184=, 16 i32.shr_u $push11=, $pop185, $pop184 - i32.store8 $drop=, sO+2($pop189), $pop11 + i32.store8 sO+2($pop189), $pop11 i32.const $push183=, 0 i32.const $push182=, 1103515245 i32.mul $push12=, $2, $pop182 @@ -3993,7 +3993,7 @@ testO: # @testO tee_local $push179=, $2=, $pop180 i32.const $push178=, 16 i32.shr_u $push13=, $pop179, $pop178 - i32.store8 $drop=, sO+3($pop183), $pop13 + i32.store8 sO+3($pop183), $pop13 i32.const $push177=, 0 i32.const $push176=, 1103515245 i32.mul $push14=, $2, $pop176 @@ -4002,7 +4002,7 @@ testO: # @testO tee_local $push173=, $2=, $pop174 i32.const $push172=, 16 i32.shr_u $push15=, $pop173, $pop172 - i32.store8 $drop=, sO+4($pop177), $pop15 + i32.store8 sO+4($pop177), $pop15 i32.const $push171=, 0 i32.const $push170=, 1103515245 i32.mul $push16=, $2, $pop170 @@ -4011,7 +4011,7 @@ testO: # @testO tee_local $push167=, $2=, $pop168 i32.const $push166=, 16 i32.shr_u $push17=, $pop167, $pop166 - i32.store8 $drop=, sO+5($pop171), $pop17 + i32.store8 sO+5($pop171), $pop17 i32.const $push165=, 0 i32.const $push164=, 1103515245 i32.mul $push18=, $2, $pop164 @@ -4020,7 +4020,7 @@ testO: # @testO tee_local $push161=, $2=, $pop162 i32.const $push160=, 16 i32.shr_u $push19=, $pop161, $pop160 - i32.store8 $drop=, sO+6($pop165), $pop19 + i32.store8 sO+6($pop165), $pop19 i32.const $push159=, 0 i32.const $push158=, 1103515245 i32.mul $push20=, $2, $pop158 @@ -4029,7 +4029,7 @@ testO: # @testO tee_local $push155=, $2=, $pop156 i32.const $push154=, 16 i32.shr_u $push21=, $pop155, $pop154 - i32.store8 $drop=, sO+7($pop159), $pop21 + i32.store8 sO+7($pop159), $pop21 i32.const $push153=, 0 i32.const $push152=, 1103515245 i32.mul $push22=, $2, $pop152 @@ -4038,7 +4038,7 @@ testO: # @testO tee_local $push149=, $2=, $pop150 i32.const $push148=, 16 i32.shr_u $push23=, $pop149, $pop148 - i32.store8 $drop=, sO+8($pop153), $pop23 + i32.store8 sO+8($pop153), $pop23 i32.const $push147=, 0 i32.const $push146=, 1103515245 i32.mul $push24=, $2, $pop146 @@ -4047,7 +4047,7 @@ testO: # @testO tee_local $push143=, $2=, $pop144 i32.const $push142=, 16 i32.shr_u $push25=, $pop143, $pop142 - i32.store8 $drop=, sO+9($pop147), $pop25 + i32.store8 sO+9($pop147), $pop25 i32.const $push141=, 0 i32.const $push140=, 1103515245 i32.mul $push26=, $2, $pop140 @@ -4056,7 +4056,7 @@ testO: # @testO tee_local $push137=, $2=, $pop138 i32.const $push136=, 16 i32.shr_u $push27=, $pop137, $pop136 - i32.store8 $drop=, sO+10($pop141), $pop27 + i32.store8 sO+10($pop141), $pop27 i32.const $push135=, 0 i32.const $push134=, 1103515245 i32.mul $push28=, $2, $pop134 @@ -4065,7 +4065,7 @@ testO: # @testO tee_local $push131=, $2=, $pop132 i32.const $push130=, 16 i32.shr_u $push29=, $pop131, $pop130 - i32.store8 $drop=, sO+11($pop135), $pop29 + i32.store8 sO+11($pop135), $pop29 i32.const $push129=, 0 i32.const $push128=, 1103515245 i32.mul $push30=, $2, $pop128 @@ -4074,7 +4074,7 @@ testO: # @testO tee_local $push125=, $2=, $pop126 i32.const $push124=, 16 i32.shr_u $push31=, $pop125, $pop124 - i32.store8 $drop=, sO+12($pop129), $pop31 + i32.store8 sO+12($pop129), $pop31 i32.const $push123=, 0 i32.const $push122=, 1103515245 i32.mul $push32=, $2, $pop122 @@ -4083,7 +4083,7 @@ testO: # @testO tee_local $push119=, $2=, $pop120 i32.const $push118=, 16 i32.shr_u $push33=, $pop119, $pop118 - i32.store8 $drop=, sO+13($pop123), $pop33 + i32.store8 sO+13($pop123), $pop33 i32.const $push117=, 0 i32.const $push116=, 1103515245 i32.mul $push34=, $2, $pop116 @@ -4092,7 +4092,7 @@ testO: # @testO tee_local $push113=, $2=, $pop114 i32.const $push112=, 16 i32.shr_u $push35=, $pop113, $pop112 - i32.store8 $drop=, sO+14($pop117), $pop35 + i32.store8 sO+14($pop117), $pop35 i32.const $push111=, 0 i32.const $push110=, 1103515245 i32.mul $push36=, $2, $pop110 @@ -4101,7 +4101,7 @@ testO: # @testO tee_local $push107=, $2=, $pop108 i32.const $push106=, 16 i32.shr_u $push37=, $pop107, $pop106 - i32.store8 $drop=, sO+15($pop111), $pop37 + i32.store8 sO+15($pop111), $pop37 i32.const $push105=, 0 i64.load $0=, sO+8($pop105) i32.const $push104=, 0 @@ -4115,7 +4115,7 @@ testO: # @testO i32.const $push98=, 12345 i32.add $push97=, $pop39, $pop98 tee_local $push96=, $1=, $pop97 - i32.store $drop=, myrnd.s($pop104), $pop96 + i32.store myrnd.s($pop104), $pop96 i32.const $push95=, 0 i32.const $push94=, 16 i32.shr_u $push42=, $2, $pop94 @@ -4127,7 +4127,7 @@ testO: # @testO i64.and $push41=, $0, $pop40 i64.or $push90=, $pop43, $pop41 tee_local $push89=, $3=, $pop90 - i64.store $drop=, sO+8($pop95), $pop89 + i64.store sO+8($pop95), $pop89 block i32.wrap/i64 $push88=, $3 tee_local $push87=, $5=, $pop88 @@ -4159,7 +4159,7 @@ testO: # @testO i32.const $push216=, 12345 i32.add $push215=, $pop53, $pop216 tee_local $push214=, $1=, $pop215 - i32.store $drop=, myrnd.s($pop54), $pop214 + i32.store myrnd.s($pop54), $pop214 i32.const $push213=, 0 i32.const $push212=, 16 i32.shr_u $push57=, $2, $pop212 @@ -4171,7 +4171,7 @@ testO: # @testO i64.and $push56=, $0, $pop55 i64.or $push208=, $pop58, $pop56 tee_local $push207=, $3=, $pop208 - i64.store $drop=, sO+8($pop213), $pop207 + i64.store sO+8($pop213), $pop207 i32.wrap/i64 $push206=, $3 tee_local $push205=, $5=, $pop206 i32.const $push204=, 2047 @@ -4206,7 +4206,7 @@ testO: # @testO i32.const $push230=, 12345 i32.add $push229=, $pop73, $pop230 tee_local $push228=, $1=, $pop229 - i32.store $drop=, myrnd.s($pop74), $pop228 + i32.store myrnd.s($pop74), $pop228 i32.const $push227=, 0 i32.const $push75=, 16 i32.shr_u $push79=, $1, $pop75 @@ -4221,7 +4221,7 @@ testO: # @testO i64.const $push83=, -4096 i64.and $push84=, $0, $pop83 i64.or $push85=, $pop82, $pop84 - i64.store $drop=, sO+8($pop227), $pop85 + i64.store sO+8($pop227), $pop85 return .LBB90_5: # %if.then93 end_block # label9: @@ -4239,13 +4239,13 @@ retmeP: # @retmeP .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end91: @@ -4327,7 +4327,7 @@ fn3P: # @fn3P i64.const $push1=, -4096 i64.and $push2=, $1, $pop1 i64.or $push7=, $pop6, $pop2 - i64.store $drop=, sP($pop0), $pop7 + i64.store sP($pop0), $pop7 copy_local $push13=, $0 # fallthrough-return: $pop13 .endfunc @@ -4351,7 +4351,7 @@ testP: # @testP tee_local $push197=, $2=, $pop198 i32.const $push196=, 16 i32.shr_u $push7=, $pop197, $pop196 - i32.store8 $drop=, sP($pop2), $pop7 + i32.store8 sP($pop2), $pop7 i32.const $push195=, 0 i32.const $push194=, 1103515245 i32.mul $push8=, $2, $pop194 @@ -4360,7 +4360,7 @@ testP: # @testP tee_local $push191=, $2=, $pop192 i32.const $push190=, 16 i32.shr_u $push9=, $pop191, $pop190 - i32.store8 $drop=, sP+1($pop195), $pop9 + i32.store8 sP+1($pop195), $pop9 i32.const $push189=, 0 i32.const $push188=, 1103515245 i32.mul $push10=, $2, $pop188 @@ -4369,7 +4369,7 @@ testP: # @testP tee_local $push185=, $2=, $pop186 i32.const $push184=, 16 i32.shr_u $push11=, $pop185, $pop184 - i32.store8 $drop=, sP+2($pop189), $pop11 + i32.store8 sP+2($pop189), $pop11 i32.const $push183=, 0 i32.const $push182=, 1103515245 i32.mul $push12=, $2, $pop182 @@ -4378,7 +4378,7 @@ testP: # @testP tee_local $push179=, $2=, $pop180 i32.const $push178=, 16 i32.shr_u $push13=, $pop179, $pop178 - i32.store8 $drop=, sP+3($pop183), $pop13 + i32.store8 sP+3($pop183), $pop13 i32.const $push177=, 0 i32.const $push176=, 1103515245 i32.mul $push14=, $2, $pop176 @@ -4387,7 +4387,7 @@ testP: # @testP tee_local $push173=, $2=, $pop174 i32.const $push172=, 16 i32.shr_u $push15=, $pop173, $pop172 - i32.store8 $drop=, sP+4($pop177), $pop15 + i32.store8 sP+4($pop177), $pop15 i32.const $push171=, 0 i32.const $push170=, 1103515245 i32.mul $push16=, $2, $pop170 @@ -4396,7 +4396,7 @@ testP: # @testP tee_local $push167=, $2=, $pop168 i32.const $push166=, 16 i32.shr_u $push17=, $pop167, $pop166 - i32.store8 $drop=, sP+5($pop171), $pop17 + i32.store8 sP+5($pop171), $pop17 i32.const $push165=, 0 i32.const $push164=, 1103515245 i32.mul $push18=, $2, $pop164 @@ -4405,7 +4405,7 @@ testP: # @testP tee_local $push161=, $2=, $pop162 i32.const $push160=, 16 i32.shr_u $push19=, $pop161, $pop160 - i32.store8 $drop=, sP+6($pop165), $pop19 + i32.store8 sP+6($pop165), $pop19 i32.const $push159=, 0 i32.const $push158=, 1103515245 i32.mul $push20=, $2, $pop158 @@ -4414,7 +4414,7 @@ testP: # @testP tee_local $push155=, $2=, $pop156 i32.const $push154=, 16 i32.shr_u $push21=, $pop155, $pop154 - i32.store8 $drop=, sP+7($pop159), $pop21 + i32.store8 sP+7($pop159), $pop21 i32.const $push153=, 0 i32.const $push152=, 1103515245 i32.mul $push22=, $2, $pop152 @@ -4423,7 +4423,7 @@ testP: # @testP tee_local $push149=, $2=, $pop150 i32.const $push148=, 16 i32.shr_u $push23=, $pop149, $pop148 - i32.store8 $drop=, sP+8($pop153), $pop23 + i32.store8 sP+8($pop153), $pop23 i32.const $push147=, 0 i32.const $push146=, 1103515245 i32.mul $push24=, $2, $pop146 @@ -4432,7 +4432,7 @@ testP: # @testP tee_local $push143=, $2=, $pop144 i32.const $push142=, 16 i32.shr_u $push25=, $pop143, $pop142 - i32.store8 $drop=, sP+9($pop147), $pop25 + i32.store8 sP+9($pop147), $pop25 i32.const $push141=, 0 i32.const $push140=, 1103515245 i32.mul $push26=, $2, $pop140 @@ -4441,7 +4441,7 @@ testP: # @testP tee_local $push137=, $2=, $pop138 i32.const $push136=, 16 i32.shr_u $push27=, $pop137, $pop136 - i32.store8 $drop=, sP+10($pop141), $pop27 + i32.store8 sP+10($pop141), $pop27 i32.const $push135=, 0 i32.const $push134=, 1103515245 i32.mul $push28=, $2, $pop134 @@ -4450,7 +4450,7 @@ testP: # @testP tee_local $push131=, $2=, $pop132 i32.const $push130=, 16 i32.shr_u $push29=, $pop131, $pop130 - i32.store8 $drop=, sP+11($pop135), $pop29 + i32.store8 sP+11($pop135), $pop29 i32.const $push129=, 0 i32.const $push128=, 1103515245 i32.mul $push30=, $2, $pop128 @@ -4459,7 +4459,7 @@ testP: # @testP tee_local $push125=, $2=, $pop126 i32.const $push124=, 16 i32.shr_u $push31=, $pop125, $pop124 - i32.store8 $drop=, sP+12($pop129), $pop31 + i32.store8 sP+12($pop129), $pop31 i32.const $push123=, 0 i32.const $push122=, 1103515245 i32.mul $push32=, $2, $pop122 @@ -4468,7 +4468,7 @@ testP: # @testP tee_local $push119=, $2=, $pop120 i32.const $push118=, 16 i32.shr_u $push33=, $pop119, $pop118 - i32.store8 $drop=, sP+13($pop123), $pop33 + i32.store8 sP+13($pop123), $pop33 i32.const $push117=, 0 i32.const $push116=, 1103515245 i32.mul $push34=, $2, $pop116 @@ -4477,7 +4477,7 @@ testP: # @testP tee_local $push113=, $2=, $pop114 i32.const $push112=, 16 i32.shr_u $push35=, $pop113, $pop112 - i32.store8 $drop=, sP+14($pop117), $pop35 + i32.store8 sP+14($pop117), $pop35 i32.const $push111=, 0 i32.const $push110=, 1103515245 i32.mul $push36=, $2, $pop110 @@ -4486,7 +4486,7 @@ testP: # @testP tee_local $push107=, $2=, $pop108 i32.const $push106=, 16 i32.shr_u $push37=, $pop107, $pop106 - i32.store8 $drop=, sP+15($pop111), $pop37 + i32.store8 sP+15($pop111), $pop37 i32.const $push105=, 0 i64.load $0=, sP($pop105) i32.const $push104=, 0 @@ -4500,7 +4500,7 @@ testP: # @testP i32.const $push98=, 12345 i32.add $push97=, $pop39, $pop98 tee_local $push96=, $1=, $pop97 - i32.store $drop=, myrnd.s($pop104), $pop96 + i32.store myrnd.s($pop104), $pop96 i32.const $push95=, 0 i32.const $push94=, 16 i32.shr_u $push42=, $2, $pop94 @@ -4512,7 +4512,7 @@ testP: # @testP i64.and $push41=, $0, $pop40 i64.or $push90=, $pop43, $pop41 tee_local $push89=, $3=, $pop90 - i64.store $drop=, sP($pop95), $pop89 + i64.store sP($pop95), $pop89 block i32.wrap/i64 $push88=, $3 tee_local $push87=, $5=, $pop88 @@ -4544,7 +4544,7 @@ testP: # @testP i32.const $push216=, 12345 i32.add $push215=, $pop53, $pop216 tee_local $push214=, $1=, $pop215 - i32.store $drop=, myrnd.s($pop54), $pop214 + i32.store myrnd.s($pop54), $pop214 i32.const $push213=, 0 i32.const $push212=, 16 i32.shr_u $push57=, $2, $pop212 @@ -4556,7 +4556,7 @@ testP: # @testP i64.and $push56=, $0, $pop55 i64.or $push208=, $pop58, $pop56 tee_local $push207=, $3=, $pop208 - i64.store $drop=, sP($pop213), $pop207 + i64.store sP($pop213), $pop207 i32.wrap/i64 $push206=, $3 tee_local $push205=, $5=, $pop206 i32.const $push204=, 2047 @@ -4591,7 +4591,7 @@ testP: # @testP i32.const $push230=, 12345 i32.add $push229=, $pop73, $pop230 tee_local $push228=, $1=, $pop229 - i32.store $drop=, myrnd.s($pop74), $pop228 + i32.store myrnd.s($pop74), $pop228 i32.const $push227=, 0 i32.const $push75=, 16 i32.shr_u $push79=, $1, $pop75 @@ -4606,7 +4606,7 @@ testP: # @testP i64.const $push83=, -4096 i64.and $push84=, $0, $pop83 i64.or $push85=, $pop82, $pop84 - i64.store $drop=, sP($pop227), $pop85 + i64.store sP($pop227), $pop85 return .LBB96_5: # %if.then89 end_block # label10: @@ -4624,13 +4624,13 @@ retmeQ: # @retmeQ .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end97: @@ -4710,7 +4710,7 @@ fn3Q: # @fn3Q i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sQ($pop0), $pop5 + i32.store sQ($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -4734,7 +4734,7 @@ testQ: # @testQ tee_local $push152=, $0=, $pop153 i32.const $push5=, 16 i32.shr_u $push6=, $pop152, $pop5 - i32.store8 $drop=, sQ($pop0), $pop6 + i32.store8 sQ($pop0), $pop6 i32.const $push151=, 0 i32.const $push150=, 1103515245 i32.mul $push7=, $0, $pop150 @@ -4743,7 +4743,7 @@ testQ: # @testQ tee_local $push147=, $0=, $pop148 i32.const $push146=, 16 i32.shr_u $push8=, $pop147, $pop146 - i32.store8 $drop=, sQ+1($pop151), $pop8 + i32.store8 sQ+1($pop151), $pop8 i32.const $push145=, 0 i32.const $push144=, 1103515245 i32.mul $push9=, $0, $pop144 @@ -4752,7 +4752,7 @@ testQ: # @testQ tee_local $push141=, $0=, $pop142 i32.const $push140=, 16 i32.shr_u $push10=, $pop141, $pop140 - i32.store8 $drop=, sQ+2($pop145), $pop10 + i32.store8 sQ+2($pop145), $pop10 i32.const $push139=, 0 i32.const $push138=, 1103515245 i32.mul $push11=, $0, $pop138 @@ -4761,7 +4761,7 @@ testQ: # @testQ tee_local $push135=, $0=, $pop136 i32.const $push134=, 16 i32.shr_u $push12=, $pop135, $pop134 - i32.store8 $drop=, sQ+3($pop139), $pop12 + i32.store8 sQ+3($pop139), $pop12 i32.const $push133=, 0 i32.const $push132=, 1103515245 i32.mul $push13=, $0, $pop132 @@ -4770,7 +4770,7 @@ testQ: # @testQ tee_local $push129=, $0=, $pop130 i32.const $push128=, 16 i32.shr_u $push14=, $pop129, $pop128 - i32.store8 $drop=, sQ+4($pop133), $pop14 + i32.store8 sQ+4($pop133), $pop14 i32.const $push127=, 0 i32.const $push126=, 1103515245 i32.mul $push15=, $0, $pop126 @@ -4779,7 +4779,7 @@ testQ: # @testQ tee_local $push123=, $0=, $pop124 i32.const $push122=, 16 i32.shr_u $push16=, $pop123, $pop122 - i32.store8 $drop=, sQ+5($pop127), $pop16 + i32.store8 sQ+5($pop127), $pop16 i32.const $push121=, 0 i32.const $push120=, 1103515245 i32.mul $push17=, $0, $pop120 @@ -4788,7 +4788,7 @@ testQ: # @testQ tee_local $push117=, $0=, $pop118 i32.const $push116=, 16 i32.shr_u $push18=, $pop117, $pop116 - i32.store8 $drop=, sQ+6($pop121), $pop18 + i32.store8 sQ+6($pop121), $pop18 i32.const $push115=, 0 i32.const $push114=, 1103515245 i32.mul $push19=, $0, $pop114 @@ -4797,7 +4797,7 @@ testQ: # @testQ tee_local $push111=, $0=, $pop112 i32.const $push110=, 16 i32.shr_u $push20=, $pop111, $pop110 - i32.store8 $drop=, sQ+7($pop115), $pop20 + i32.store8 sQ+7($pop115), $pop20 i32.const $push109=, 0 i32.const $push108=, 1103515245 i32.mul $push21=, $0, $pop108 @@ -4806,7 +4806,7 @@ testQ: # @testQ tee_local $push105=, $0=, $pop106 i32.const $push104=, 16 i32.shr_u $push22=, $pop105, $pop104 - i32.store8 $drop=, sQ+8($pop109), $pop22 + i32.store8 sQ+8($pop109), $pop22 i32.const $push103=, 0 i32.const $push102=, 1103515245 i32.mul $push23=, $0, $pop102 @@ -4815,7 +4815,7 @@ testQ: # @testQ tee_local $push99=, $0=, $pop100 i32.const $push98=, 16 i32.shr_u $push24=, $pop99, $pop98 - i32.store8 $drop=, sQ+9($pop103), $pop24 + i32.store8 sQ+9($pop103), $pop24 i32.const $push97=, 0 i32.const $push96=, 1103515245 i32.mul $push25=, $0, $pop96 @@ -4824,7 +4824,7 @@ testQ: # @testQ tee_local $push93=, $0=, $pop94 i32.const $push92=, 16 i32.shr_u $push26=, $pop93, $pop92 - i32.store8 $drop=, sQ+10($pop97), $pop26 + i32.store8 sQ+10($pop97), $pop26 i32.const $push91=, 0 i32.const $push90=, 1103515245 i32.mul $push27=, $0, $pop90 @@ -4833,7 +4833,7 @@ testQ: # @testQ tee_local $push87=, $0=, $pop88 i32.const $push86=, 16 i32.shr_u $push28=, $pop87, $pop86 - i32.store8 $drop=, sQ+11($pop91), $pop28 + i32.store8 sQ+11($pop91), $pop28 i32.const $push85=, 0 i32.const $push84=, 1103515245 i32.mul $push29=, $0, $pop84 @@ -4842,7 +4842,7 @@ testQ: # @testQ tee_local $push81=, $0=, $pop82 i32.const $push80=, 16 i32.shr_u $push30=, $pop81, $pop80 - i32.store8 $drop=, sQ+12($pop85), $pop30 + i32.store8 sQ+12($pop85), $pop30 i32.const $push79=, 0 i32.const $push78=, 1103515245 i32.mul $push31=, $0, $pop78 @@ -4851,7 +4851,7 @@ testQ: # @testQ tee_local $push75=, $0=, $pop76 i32.const $push74=, 16 i32.shr_u $push32=, $pop75, $pop74 - i32.store8 $drop=, sQ+13($pop79), $pop32 + i32.store8 sQ+13($pop79), $pop32 i32.const $push73=, 0 i32.const $push72=, 1103515245 i32.mul $push33=, $0, $pop72 @@ -4860,7 +4860,7 @@ testQ: # @testQ tee_local $push69=, $0=, $pop70 i32.const $push68=, 16 i32.shr_u $push34=, $pop69, $pop68 - i32.store8 $drop=, sQ+14($pop73), $pop34 + i32.store8 sQ+14($pop73), $pop34 i32.const $push67=, 0 i32.const $push66=, 1103515245 i32.mul $push35=, $0, $pop66 @@ -4869,7 +4869,7 @@ testQ: # @testQ tee_local $push63=, $0=, $pop64 i32.const $push62=, 16 i32.shr_u $push36=, $pop63, $pop62 - i32.store8 $drop=, sQ+15($pop67), $pop36 + i32.store8 sQ+15($pop67), $pop36 i32.const $push61=, 0 i32.load $2=, sQ($pop61) i32.const $push60=, 0 @@ -4883,7 +4883,7 @@ testQ: # @testQ i32.const $push56=, 12345 i32.add $push55=, $pop40, $pop56 tee_local $push54=, $1=, $pop55 - i32.store $drop=, myrnd.s($pop60), $pop54 + i32.store myrnd.s($pop60), $pop54 i32.const $push53=, 0 i32.const $push52=, 16 i32.shr_u $push44=, $1, $pop52 @@ -4897,7 +4897,7 @@ testQ: # @testQ i32.const $push47=, -4096 i32.and $push48=, $2, $pop47 i32.or $push49=, $pop46, $pop48 - i32.store $drop=, sQ($pop53), $pop49 + i32.store sQ($pop53), $pop49 # fallthrough-return .endfunc .Lfunc_end102: @@ -4911,13 +4911,13 @@ retmeR: # @retmeR .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end103: @@ -4997,7 +4997,7 @@ fn3R: # @fn3R i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sR($pop0), $pop5 + i32.store sR($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -5021,7 +5021,7 @@ testR: # @testR tee_local $push152=, $0=, $pop153 i32.const $push5=, 16 i32.shr_u $push6=, $pop152, $pop5 - i32.store8 $drop=, sR($pop0), $pop6 + i32.store8 sR($pop0), $pop6 i32.const $push151=, 0 i32.const $push150=, 1103515245 i32.mul $push7=, $0, $pop150 @@ -5030,7 +5030,7 @@ testR: # @testR tee_local $push147=, $0=, $pop148 i32.const $push146=, 16 i32.shr_u $push8=, $pop147, $pop146 - i32.store8 $drop=, sR+1($pop151), $pop8 + i32.store8 sR+1($pop151), $pop8 i32.const $push145=, 0 i32.const $push144=, 1103515245 i32.mul $push9=, $0, $pop144 @@ -5039,7 +5039,7 @@ testR: # @testR tee_local $push141=, $0=, $pop142 i32.const $push140=, 16 i32.shr_u $push10=, $pop141, $pop140 - i32.store8 $drop=, sR+2($pop145), $pop10 + i32.store8 sR+2($pop145), $pop10 i32.const $push139=, 0 i32.const $push138=, 1103515245 i32.mul $push11=, $0, $pop138 @@ -5048,7 +5048,7 @@ testR: # @testR tee_local $push135=, $0=, $pop136 i32.const $push134=, 16 i32.shr_u $push12=, $pop135, $pop134 - i32.store8 $drop=, sR+3($pop139), $pop12 + i32.store8 sR+3($pop139), $pop12 i32.const $push133=, 0 i32.const $push132=, 1103515245 i32.mul $push13=, $0, $pop132 @@ -5057,7 +5057,7 @@ testR: # @testR tee_local $push129=, $0=, $pop130 i32.const $push128=, 16 i32.shr_u $push14=, $pop129, $pop128 - i32.store8 $drop=, sR+4($pop133), $pop14 + i32.store8 sR+4($pop133), $pop14 i32.const $push127=, 0 i32.const $push126=, 1103515245 i32.mul $push15=, $0, $pop126 @@ -5066,7 +5066,7 @@ testR: # @testR tee_local $push123=, $0=, $pop124 i32.const $push122=, 16 i32.shr_u $push16=, $pop123, $pop122 - i32.store8 $drop=, sR+5($pop127), $pop16 + i32.store8 sR+5($pop127), $pop16 i32.const $push121=, 0 i32.const $push120=, 1103515245 i32.mul $push17=, $0, $pop120 @@ -5075,7 +5075,7 @@ testR: # @testR tee_local $push117=, $0=, $pop118 i32.const $push116=, 16 i32.shr_u $push18=, $pop117, $pop116 - i32.store8 $drop=, sR+6($pop121), $pop18 + i32.store8 sR+6($pop121), $pop18 i32.const $push115=, 0 i32.const $push114=, 1103515245 i32.mul $push19=, $0, $pop114 @@ -5084,7 +5084,7 @@ testR: # @testR tee_local $push111=, $0=, $pop112 i32.const $push110=, 16 i32.shr_u $push20=, $pop111, $pop110 - i32.store8 $drop=, sR+7($pop115), $pop20 + i32.store8 sR+7($pop115), $pop20 i32.const $push109=, 0 i32.const $push108=, 1103515245 i32.mul $push21=, $0, $pop108 @@ -5093,7 +5093,7 @@ testR: # @testR tee_local $push105=, $0=, $pop106 i32.const $push104=, 16 i32.shr_u $push22=, $pop105, $pop104 - i32.store8 $drop=, sR+8($pop109), $pop22 + i32.store8 sR+8($pop109), $pop22 i32.const $push103=, 0 i32.const $push102=, 1103515245 i32.mul $push23=, $0, $pop102 @@ -5102,7 +5102,7 @@ testR: # @testR tee_local $push99=, $0=, $pop100 i32.const $push98=, 16 i32.shr_u $push24=, $pop99, $pop98 - i32.store8 $drop=, sR+9($pop103), $pop24 + i32.store8 sR+9($pop103), $pop24 i32.const $push97=, 0 i32.const $push96=, 1103515245 i32.mul $push25=, $0, $pop96 @@ -5111,7 +5111,7 @@ testR: # @testR tee_local $push93=, $0=, $pop94 i32.const $push92=, 16 i32.shr_u $push26=, $pop93, $pop92 - i32.store8 $drop=, sR+10($pop97), $pop26 + i32.store8 sR+10($pop97), $pop26 i32.const $push91=, 0 i32.const $push90=, 1103515245 i32.mul $push27=, $0, $pop90 @@ -5120,7 +5120,7 @@ testR: # @testR tee_local $push87=, $0=, $pop88 i32.const $push86=, 16 i32.shr_u $push28=, $pop87, $pop86 - i32.store8 $drop=, sR+11($pop91), $pop28 + i32.store8 sR+11($pop91), $pop28 i32.const $push85=, 0 i32.const $push84=, 1103515245 i32.mul $push29=, $0, $pop84 @@ -5129,7 +5129,7 @@ testR: # @testR tee_local $push81=, $0=, $pop82 i32.const $push80=, 16 i32.shr_u $push30=, $pop81, $pop80 - i32.store8 $drop=, sR+12($pop85), $pop30 + i32.store8 sR+12($pop85), $pop30 i32.const $push79=, 0 i32.const $push78=, 1103515245 i32.mul $push31=, $0, $pop78 @@ -5138,7 +5138,7 @@ testR: # @testR tee_local $push75=, $0=, $pop76 i32.const $push74=, 16 i32.shr_u $push32=, $pop75, $pop74 - i32.store8 $drop=, sR+13($pop79), $pop32 + i32.store8 sR+13($pop79), $pop32 i32.const $push73=, 0 i32.const $push72=, 1103515245 i32.mul $push33=, $0, $pop72 @@ -5147,7 +5147,7 @@ testR: # @testR tee_local $push69=, $0=, $pop70 i32.const $push68=, 16 i32.shr_u $push34=, $pop69, $pop68 - i32.store8 $drop=, sR+14($pop73), $pop34 + i32.store8 sR+14($pop73), $pop34 i32.const $push67=, 0 i32.const $push66=, 1103515245 i32.mul $push35=, $0, $pop66 @@ -5156,7 +5156,7 @@ testR: # @testR tee_local $push63=, $0=, $pop64 i32.const $push62=, 16 i32.shr_u $push36=, $pop63, $pop62 - i32.store8 $drop=, sR+15($pop67), $pop36 + i32.store8 sR+15($pop67), $pop36 i32.const $push61=, 0 i32.load $2=, sR($pop61) i32.const $push60=, 0 @@ -5170,7 +5170,7 @@ testR: # @testR i32.const $push56=, 12345 i32.add $push55=, $pop40, $pop56 tee_local $push54=, $1=, $pop55 - i32.store $drop=, myrnd.s($pop60), $pop54 + i32.store myrnd.s($pop60), $pop54 i32.const $push53=, 0 i32.const $push52=, 16 i32.shr_u $push44=, $1, $pop52 @@ -5184,7 +5184,7 @@ testR: # @testR i32.const $push47=, -4096 i32.and $push48=, $2, $pop47 i32.or $push49=, $pop46, $pop48 - i32.store $drop=, sR($pop53), $pop49 + i32.store sR($pop53), $pop49 # fallthrough-return .endfunc .Lfunc_end108: @@ -5198,13 +5198,13 @@ retmeS: # @retmeS .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end109: @@ -5284,7 +5284,7 @@ fn3S: # @fn3S i32.const $push1=, 65534 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store16 $drop=, sS($pop0), $pop5 + i32.store16 sS($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -5308,7 +5308,7 @@ testS: # @testS tee_local $push151=, $0=, $pop152 i32.const $push5=, 16 i32.shr_u $push6=, $pop151, $pop5 - i32.store8 $drop=, sS($pop0), $pop6 + i32.store8 sS($pop0), $pop6 i32.const $push150=, 0 i32.const $push149=, 1103515245 i32.mul $push7=, $0, $pop149 @@ -5317,7 +5317,7 @@ testS: # @testS tee_local $push146=, $0=, $pop147 i32.const $push145=, 16 i32.shr_u $push8=, $pop146, $pop145 - i32.store8 $drop=, sS+1($pop150), $pop8 + i32.store8 sS+1($pop150), $pop8 i32.const $push144=, 0 i32.const $push143=, 1103515245 i32.mul $push9=, $0, $pop143 @@ -5326,7 +5326,7 @@ testS: # @testS tee_local $push140=, $0=, $pop141 i32.const $push139=, 16 i32.shr_u $push10=, $pop140, $pop139 - i32.store8 $drop=, sS+2($pop144), $pop10 + i32.store8 sS+2($pop144), $pop10 i32.const $push138=, 0 i32.const $push137=, 1103515245 i32.mul $push11=, $0, $pop137 @@ -5335,7 +5335,7 @@ testS: # @testS tee_local $push134=, $0=, $pop135 i32.const $push133=, 16 i32.shr_u $push12=, $pop134, $pop133 - i32.store8 $drop=, sS+3($pop138), $pop12 + i32.store8 sS+3($pop138), $pop12 i32.const $push132=, 0 i32.const $push131=, 1103515245 i32.mul $push13=, $0, $pop131 @@ -5344,7 +5344,7 @@ testS: # @testS tee_local $push128=, $0=, $pop129 i32.const $push127=, 16 i32.shr_u $push14=, $pop128, $pop127 - i32.store8 $drop=, sS+4($pop132), $pop14 + i32.store8 sS+4($pop132), $pop14 i32.const $push126=, 0 i32.const $push125=, 1103515245 i32.mul $push15=, $0, $pop125 @@ -5353,7 +5353,7 @@ testS: # @testS tee_local $push122=, $0=, $pop123 i32.const $push121=, 16 i32.shr_u $push16=, $pop122, $pop121 - i32.store8 $drop=, sS+5($pop126), $pop16 + i32.store8 sS+5($pop126), $pop16 i32.const $push120=, 0 i32.const $push119=, 1103515245 i32.mul $push17=, $0, $pop119 @@ -5362,7 +5362,7 @@ testS: # @testS tee_local $push116=, $0=, $pop117 i32.const $push115=, 16 i32.shr_u $push18=, $pop116, $pop115 - i32.store8 $drop=, sS+6($pop120), $pop18 + i32.store8 sS+6($pop120), $pop18 i32.const $push114=, 0 i32.const $push113=, 1103515245 i32.mul $push19=, $0, $pop113 @@ -5371,7 +5371,7 @@ testS: # @testS tee_local $push110=, $0=, $pop111 i32.const $push109=, 16 i32.shr_u $push20=, $pop110, $pop109 - i32.store8 $drop=, sS+7($pop114), $pop20 + i32.store8 sS+7($pop114), $pop20 i32.const $push108=, 0 i32.const $push107=, 1103515245 i32.mul $push21=, $0, $pop107 @@ -5380,7 +5380,7 @@ testS: # @testS tee_local $push104=, $0=, $pop105 i32.const $push103=, 16 i32.shr_u $push22=, $pop104, $pop103 - i32.store8 $drop=, sS+8($pop108), $pop22 + i32.store8 sS+8($pop108), $pop22 i32.const $push102=, 0 i32.const $push101=, 1103515245 i32.mul $push23=, $0, $pop101 @@ -5389,7 +5389,7 @@ testS: # @testS tee_local $push98=, $0=, $pop99 i32.const $push97=, 16 i32.shr_u $push24=, $pop98, $pop97 - i32.store8 $drop=, sS+9($pop102), $pop24 + i32.store8 sS+9($pop102), $pop24 i32.const $push96=, 0 i32.const $push95=, 1103515245 i32.mul $push25=, $0, $pop95 @@ -5398,7 +5398,7 @@ testS: # @testS tee_local $push92=, $0=, $pop93 i32.const $push91=, 16 i32.shr_u $push26=, $pop92, $pop91 - i32.store8 $drop=, sS+10($pop96), $pop26 + i32.store8 sS+10($pop96), $pop26 i32.const $push90=, 0 i32.const $push89=, 1103515245 i32.mul $push27=, $0, $pop89 @@ -5407,7 +5407,7 @@ testS: # @testS tee_local $push86=, $0=, $pop87 i32.const $push85=, 16 i32.shr_u $push28=, $pop86, $pop85 - i32.store8 $drop=, sS+11($pop90), $pop28 + i32.store8 sS+11($pop90), $pop28 i32.const $push84=, 0 i32.const $push83=, 1103515245 i32.mul $push29=, $0, $pop83 @@ -5416,7 +5416,7 @@ testS: # @testS tee_local $push80=, $0=, $pop81 i32.const $push79=, 16 i32.shr_u $push30=, $pop80, $pop79 - i32.store8 $drop=, sS+12($pop84), $pop30 + i32.store8 sS+12($pop84), $pop30 i32.const $push78=, 0 i32.const $push77=, 1103515245 i32.mul $push31=, $0, $pop77 @@ -5425,7 +5425,7 @@ testS: # @testS tee_local $push74=, $0=, $pop75 i32.const $push73=, 16 i32.shr_u $push32=, $pop74, $pop73 - i32.store8 $drop=, sS+13($pop78), $pop32 + i32.store8 sS+13($pop78), $pop32 i32.const $push72=, 0 i32.const $push71=, 1103515245 i32.mul $push33=, $0, $pop71 @@ -5434,7 +5434,7 @@ testS: # @testS tee_local $push68=, $0=, $pop69 i32.const $push67=, 16 i32.shr_u $push34=, $pop68, $pop67 - i32.store8 $drop=, sS+14($pop72), $pop34 + i32.store8 sS+14($pop72), $pop34 i32.const $push66=, 0 i32.const $push65=, 1103515245 i32.mul $push35=, $0, $pop65 @@ -5443,7 +5443,7 @@ testS: # @testS tee_local $push62=, $0=, $pop63 i32.const $push61=, 16 i32.shr_u $push36=, $pop62, $pop61 - i32.store8 $drop=, sS+15($pop66), $pop36 + i32.store8 sS+15($pop66), $pop36 i32.const $push60=, 0 i32.load16_u $2=, sS($pop60) i32.const $push59=, 0 @@ -5457,7 +5457,7 @@ testS: # @testS i32.const $push55=, 12345 i32.add $push54=, $pop40, $pop55 tee_local $push53=, $1=, $pop54 - i32.store $drop=, myrnd.s($pop59), $pop53 + i32.store myrnd.s($pop59), $pop53 i32.const $push52=, 0 i32.const $push51=, 16 i32.shr_u $push42=, $1, $pop51 @@ -5469,7 +5469,7 @@ testS: # @testS i32.const $push46=, 65534 i32.and $push47=, $2, $pop46 i32.or $push48=, $pop45, $pop47 - i32.store16 $drop=, sS($pop52), $pop48 + i32.store16 sS($pop52), $pop48 block i32.const $push49=, 1 i32.eqz $push154=, $pop49 @@ -5492,7 +5492,7 @@ retmeT: # @retmeT .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=1 - i32.store $drop=, 0($0):p2align=1, $pop0 + i32.store 0($0):p2align=1, $pop0 # fallthrough-return .endfunc .Lfunc_end115: @@ -5572,7 +5572,7 @@ fn3T: # @fn3T i32.const $push1=, 65534 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store16 $drop=, sT($pop0), $pop5 + i32.store16 sT($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -5596,7 +5596,7 @@ testT: # @testT tee_local $push71=, $0=, $pop72 i32.const $push70=, 16 i32.shr_u $push2=, $pop71, $pop70 - i32.store8 $drop=, sT($pop76), $pop2 + i32.store8 sT($pop76), $pop2 i32.const $push69=, 0 i32.const $push68=, 1103515245 i32.mul $push3=, $0, $pop68 @@ -5605,7 +5605,7 @@ testT: # @testT tee_local $push65=, $0=, $pop66 i32.const $push64=, 16 i32.shr_u $push4=, $pop65, $pop64 - i32.store8 $drop=, sT+1($pop69), $pop4 + i32.store8 sT+1($pop69), $pop4 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push5=, $0, $pop62 @@ -5614,7 +5614,7 @@ testT: # @testT tee_local $push59=, $0=, $pop60 i32.const $push58=, 16 i32.shr_u $push6=, $pop59, $pop58 - i32.store8 $drop=, sT+2($pop63), $pop6 + i32.store8 sT+2($pop63), $pop6 i32.const $push57=, 0 i32.const $push56=, 1103515245 i32.mul $push7=, $0, $pop56 @@ -5623,7 +5623,7 @@ testT: # @testT tee_local $push53=, $0=, $pop54 i32.const $push52=, 16 i32.shr_u $push8=, $pop53, $pop52 - i32.store8 $drop=, sT+3($pop57), $pop8 + i32.store8 sT+3($pop57), $pop8 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push11=, $0, $pop50 @@ -5640,14 +5640,14 @@ testT: # @testT i32.const $push41=, 65534 i32.and $push10=, $pop9, $pop41 i32.or $push13=, $pop12, $pop10 - i32.store16 $drop=, sT($pop51), $pop13 + i32.store16 sT($pop51), $pop13 i32.const $push40=, 0 i32.const $push39=, 1103515245 i32.mul $push14=, $0, $pop39 i32.const $push38=, 12345 i32.add $push37=, $pop14, $pop38 tee_local $push36=, $0=, $pop37 - i32.store $drop=, myrnd.s($pop40), $pop36 + i32.store myrnd.s($pop40), $pop36 block i32.const $push35=, 16 i32.shr_u $push34=, $0, $pop35 @@ -5673,7 +5673,7 @@ testT: # @testT i32.const $push85=, 12345 i32.add $push84=, $pop22, $pop85 tee_local $push83=, $2=, $pop84 - i32.store $drop=, myrnd.s($pop89), $pop83 + i32.store myrnd.s($pop89), $pop83 i32.const $push82=, 0 i32.const $push81=, 16 i32.shr_u $push24=, $2, $pop81 @@ -5685,7 +5685,7 @@ testT: # @testT i32.const $push78=, 65534 i32.and $push27=, $1, $pop78 i32.or $push28=, $pop26, $pop27 - i32.store16 $drop=, sT($pop82), $pop28 + i32.store16 sT($pop82), $pop28 i32.const $push77=, 1 i32.eqz $push90=, $pop77 br_if 0, $pop90 # 0: down to label12 @@ -5707,13 +5707,13 @@ retmeU: # @retmeU .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end121: @@ -5803,7 +5803,7 @@ fn3U: # @fn3U i32.const $push1=, 65471 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store16 $drop=, sU($pop0), $pop8 + i32.store16 sU($pop0), $pop8 i32.const $push9=, 1 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -5828,7 +5828,7 @@ testU: # @testU tee_local $push212=, $2=, $pop213 i32.const $push211=, 16 i32.shr_u $push5=, $pop212, $pop211 - i32.store8 $drop=, sU($pop0), $pop5 + i32.store8 sU($pop0), $pop5 i32.const $push210=, 0 i32.const $push209=, 1103515245 i32.mul $push6=, $2, $pop209 @@ -5837,7 +5837,7 @@ testU: # @testU tee_local $push206=, $2=, $pop207 i32.const $push205=, 16 i32.shr_u $push7=, $pop206, $pop205 - i32.store8 $drop=, sU+1($pop210), $pop7 + i32.store8 sU+1($pop210), $pop7 i32.const $push204=, 0 i32.const $push203=, 1103515245 i32.mul $push8=, $2, $pop203 @@ -5846,7 +5846,7 @@ testU: # @testU tee_local $push200=, $2=, $pop201 i32.const $push199=, 16 i32.shr_u $push9=, $pop200, $pop199 - i32.store8 $drop=, sU+2($pop204), $pop9 + i32.store8 sU+2($pop204), $pop9 i32.const $push198=, 0 i32.const $push197=, 1103515245 i32.mul $push10=, $2, $pop197 @@ -5855,7 +5855,7 @@ testU: # @testU tee_local $push194=, $2=, $pop195 i32.const $push193=, 16 i32.shr_u $push11=, $pop194, $pop193 - i32.store8 $drop=, sU+3($pop198), $pop11 + i32.store8 sU+3($pop198), $pop11 i32.const $push192=, 0 i32.const $push191=, 1103515245 i32.mul $push12=, $2, $pop191 @@ -5864,7 +5864,7 @@ testU: # @testU tee_local $push188=, $2=, $pop189 i32.const $push187=, 16 i32.shr_u $push13=, $pop188, $pop187 - i32.store8 $drop=, sU+4($pop192), $pop13 + i32.store8 sU+4($pop192), $pop13 i32.const $push186=, 0 i32.const $push185=, 1103515245 i32.mul $push14=, $2, $pop185 @@ -5873,7 +5873,7 @@ testU: # @testU tee_local $push182=, $2=, $pop183 i32.const $push181=, 16 i32.shr_u $push15=, $pop182, $pop181 - i32.store8 $drop=, sU+5($pop186), $pop15 + i32.store8 sU+5($pop186), $pop15 i32.const $push180=, 0 i32.const $push179=, 1103515245 i32.mul $push16=, $2, $pop179 @@ -5882,7 +5882,7 @@ testU: # @testU tee_local $push176=, $2=, $pop177 i32.const $push175=, 16 i32.shr_u $push17=, $pop176, $pop175 - i32.store8 $drop=, sU+6($pop180), $pop17 + i32.store8 sU+6($pop180), $pop17 i32.const $push174=, 0 i32.const $push173=, 1103515245 i32.mul $push18=, $2, $pop173 @@ -5891,7 +5891,7 @@ testU: # @testU tee_local $push170=, $2=, $pop171 i32.const $push169=, 16 i32.shr_u $push19=, $pop170, $pop169 - i32.store8 $drop=, sU+7($pop174), $pop19 + i32.store8 sU+7($pop174), $pop19 i32.const $push168=, 0 i32.const $push167=, 1103515245 i32.mul $push20=, $2, $pop167 @@ -5900,7 +5900,7 @@ testU: # @testU tee_local $push164=, $2=, $pop165 i32.const $push163=, 16 i32.shr_u $push21=, $pop164, $pop163 - i32.store8 $drop=, sU+8($pop168), $pop21 + i32.store8 sU+8($pop168), $pop21 i32.const $push162=, 0 i32.const $push161=, 1103515245 i32.mul $push22=, $2, $pop161 @@ -5909,7 +5909,7 @@ testU: # @testU tee_local $push158=, $2=, $pop159 i32.const $push157=, 16 i32.shr_u $push23=, $pop158, $pop157 - i32.store8 $drop=, sU+9($pop162), $pop23 + i32.store8 sU+9($pop162), $pop23 i32.const $push156=, 0 i32.const $push155=, 1103515245 i32.mul $push24=, $2, $pop155 @@ -5918,7 +5918,7 @@ testU: # @testU tee_local $push152=, $2=, $pop153 i32.const $push151=, 16 i32.shr_u $push25=, $pop152, $pop151 - i32.store8 $drop=, sU+10($pop156), $pop25 + i32.store8 sU+10($pop156), $pop25 i32.const $push150=, 0 i32.const $push149=, 1103515245 i32.mul $push26=, $2, $pop149 @@ -5927,7 +5927,7 @@ testU: # @testU tee_local $push146=, $2=, $pop147 i32.const $push145=, 16 i32.shr_u $push27=, $pop146, $pop145 - i32.store8 $drop=, sU+11($pop150), $pop27 + i32.store8 sU+11($pop150), $pop27 i32.const $push144=, 0 i32.const $push143=, 1103515245 i32.mul $push28=, $2, $pop143 @@ -5936,7 +5936,7 @@ testU: # @testU tee_local $push140=, $2=, $pop141 i32.const $push139=, 16 i32.shr_u $push29=, $pop140, $pop139 - i32.store8 $drop=, sU+12($pop144), $pop29 + i32.store8 sU+12($pop144), $pop29 i32.const $push138=, 0 i32.const $push137=, 1103515245 i32.mul $push30=, $2, $pop137 @@ -5945,7 +5945,7 @@ testU: # @testU tee_local $push134=, $2=, $pop135 i32.const $push133=, 16 i32.shr_u $push31=, $pop134, $pop133 - i32.store8 $drop=, sU+13($pop138), $pop31 + i32.store8 sU+13($pop138), $pop31 i32.const $push132=, 0 i32.const $push131=, 1103515245 i32.mul $push32=, $2, $pop131 @@ -5954,7 +5954,7 @@ testU: # @testU tee_local $push128=, $2=, $pop129 i32.const $push127=, 16 i32.shr_u $push33=, $pop128, $pop127 - i32.store8 $drop=, sU+14($pop132), $pop33 + i32.store8 sU+14($pop132), $pop33 i32.const $push126=, 0 i32.const $push125=, 1103515245 i32.mul $push34=, $2, $pop125 @@ -5963,7 +5963,7 @@ testU: # @testU tee_local $push122=, $2=, $pop123 i32.const $push121=, 16 i32.shr_u $push35=, $pop122, $pop121 - i32.store8 $drop=, sU+15($pop126), $pop35 + i32.store8 sU+15($pop126), $pop35 i32.const $push120=, 0 i32.load16_u $3=, sU($pop120) i32.const $push119=, 0 @@ -5977,7 +5977,7 @@ testU: # @testU i32.const $push113=, 12345 i32.add $push112=, $pop37, $pop113 tee_local $push111=, $1=, $pop112 - i32.store $drop=, myrnd.s($pop119), $pop111 + i32.store myrnd.s($pop119), $pop111 i32.const $push110=, 0 i32.const $push109=, 16 i32.shr_u $push108=, $2, $pop109 @@ -5994,7 +5994,7 @@ testU: # @testU tee_local $push103=, $2=, $pop104 i32.or $push102=, $pop43, $pop103 tee_local $push101=, $3=, $pop102 - i32.store16 $drop=, sU($pop110), $pop101 + i32.store16 sU($pop110), $pop101 block i32.const $push44=, 65472 i32.and $push45=, $3, $pop44 @@ -6027,7 +6027,7 @@ testU: # @testU i32.const $push233=, 12345 i32.add $push232=, $pop55, $pop233 tee_local $push231=, $1=, $pop232 - i32.store $drop=, myrnd.s($pop56), $pop231 + i32.store myrnd.s($pop56), $pop231 i32.const $push230=, 0 i32.const $push229=, 16 i32.shr_u $push228=, $3, $pop229 @@ -6041,7 +6041,7 @@ testU: # @testU i32.and $push61=, $pop59, $pop60 i32.or $push224=, $pop61, $2 tee_local $push223=, $4=, $pop224 - i32.store16 $drop=, sU($pop230), $pop223 + i32.store16 sU($pop230), $pop223 i32.const $push62=, 65472 i32.and $push63=, $4, $pop62 i32.const $push222=, 6 @@ -6079,7 +6079,7 @@ testU: # @testU i32.const $push253=, 12345 i32.add $push252=, $pop77, $pop253 tee_local $push251=, $3=, $pop252 - i32.store $drop=, myrnd.s($pop78), $pop251 + i32.store myrnd.s($pop78), $pop251 i32.const $push250=, 0 i32.const $push80=, 10 i32.shr_u $push81=, $1, $pop80 @@ -6100,7 +6100,7 @@ testU: # @testU i32.const $push244=, 64 i32.and $push90=, $pop89, $pop244 i32.or $push91=, $pop90, $2 - i32.store16 $drop=, sU($pop250), $pop91 + i32.store16 sU($pop250), $pop91 i32.const $push243=, 16 i32.shr_u $push92=, $1, $pop243 i32.add $push93=, $3, $pop92 @@ -6126,7 +6126,7 @@ retmeV: # @retmeV .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=1 - i32.store $drop=, 0($0):p2align=1, $pop0 + i32.store 0($0):p2align=1, $pop0 # fallthrough-return .endfunc .Lfunc_end127: @@ -6212,7 +6212,7 @@ fn3V: # @fn3V i32.const $push1=, 65279 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store16 $drop=, sV($pop0), $pop8 + i32.store16 sV($pop0), $pop8 i32.const $push9=, 1 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -6237,7 +6237,7 @@ testV: # @testV tee_local $push102=, $2=, $pop103 i32.const $push101=, 16 i32.shr_u $push2=, $pop102, $pop101 - i32.store8 $drop=, sV($pop107), $pop2 + i32.store8 sV($pop107), $pop2 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push3=, $2, $pop99 @@ -6246,7 +6246,7 @@ testV: # @testV tee_local $push96=, $2=, $pop97 i32.const $push95=, 16 i32.shr_u $push4=, $pop96, $pop95 - i32.store8 $drop=, sV+1($pop100), $pop4 + i32.store8 sV+1($pop100), $pop4 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push5=, $2, $pop93 @@ -6255,7 +6255,7 @@ testV: # @testV tee_local $push90=, $2=, $pop91 i32.const $push89=, 16 i32.shr_u $push6=, $pop90, $pop89 - i32.store8 $drop=, sV+2($pop94), $pop6 + i32.store8 sV+2($pop94), $pop6 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push7=, $2, $pop87 @@ -6264,7 +6264,7 @@ testV: # @testV tee_local $push84=, $2=, $pop85 i32.const $push83=, 16 i32.shr_u $push8=, $pop84, $pop83 - i32.store8 $drop=, sV+3($pop88), $pop8 + i32.store8 sV+3($pop88), $pop8 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push11=, $2, $pop81 @@ -6280,14 +6280,14 @@ testV: # @testV i32.const $push74=, 65279 i32.and $push10=, $pop9, $pop74 i32.or $push14=, $pop13, $pop10 - i32.store16 $drop=, sV($pop82), $pop14 + i32.store16 sV($pop82), $pop14 i32.const $push73=, 0 i32.const $push72=, 1103515245 i32.mul $push15=, $2, $pop72 i32.const $push71=, 12345 i32.add $push70=, $pop15, $pop71 tee_local $push69=, $0=, $pop70 - i32.store $drop=, myrnd.s($pop73), $pop69 + i32.store myrnd.s($pop73), $pop69 block i32.const $push68=, 16 i32.shr_u $push67=, $0, $pop68 @@ -6317,7 +6317,7 @@ testV: # @testV i32.const $push124=, 12345 i32.add $push123=, $pop23, $pop124 tee_local $push122=, $0=, $pop123 - i32.store $drop=, myrnd.s($pop130), $pop122 + i32.store myrnd.s($pop130), $pop122 i32.const $push121=, 0 i32.const $push120=, 16 i32.shr_u $push119=, $3, $pop120 @@ -6333,7 +6333,7 @@ testV: # @testV i32.and $push25=, $2, $pop24 i32.or $push113=, $pop28, $pop25 tee_local $push112=, $4=, $pop113 - i32.store16 $drop=, sV($pop121), $pop112 + i32.store16 sV($pop121), $pop112 i32.const $push29=, 65280 i32.and $push30=, $4, $pop29 i32.const $push111=, 8 @@ -6371,7 +6371,7 @@ testV: # @testV i32.const $push152=, 12345 i32.add $push151=, $pop44, $pop152 tee_local $push150=, $3=, $pop151 - i32.store $drop=, myrnd.s($pop45), $pop150 + i32.store myrnd.s($pop45), $pop150 i32.const $push149=, 0 i32.const $push47=, 8 i32.shr_u $push48=, $0, $pop47 @@ -6393,7 +6393,7 @@ testV: # @testV i32.const $push139=, 256 i32.and $push54=, $pop53, $pop139 i32.or $push55=, $pop54, $2 - i32.store16 $drop=, sV($pop149), $pop55 + i32.store16 sV($pop149), $pop55 i32.const $push138=, 16 i32.shr_u $push56=, $0, $pop138 i32.add $push57=, $3, $pop56 @@ -6419,25 +6419,25 @@ retmeW: # @retmeW .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 24 i32.add $push2=, $0, $pop1 i32.const $push15=, 24 i32.add $push3=, $1, $pop15 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 i32.const $push14=, 16 i32.add $push7=, $1, $pop14 i64.load $push8=, 0($pop7) - i64.store $drop=, 0($pop6), $pop8 + i64.store 0($pop6), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push13=, 8 i32.add $push11=, $1, $pop13 i64.load $push12=, 0($pop11) - i64.store $drop=, 0($pop10), $pop12 + i64.store 0($pop10), $pop12 # fallthrough-return .endfunc .Lfunc_end133: @@ -6517,7 +6517,7 @@ fn3W: # @fn3W i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sW+16($pop0), $pop5 + i32.store sW+16($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -6546,7 +6546,7 @@ testW: # @testW tee_local $push35=, $2=, $pop36 i32.const $push34=, 16 i32.shr_u $push3=, $pop35, $pop34 - i32.store8 $drop=, 0($pop1), $pop3 + i32.store8 0($pop1), $pop3 i32.const $push33=, 1 i32.add $push32=, $1, $pop33 tee_local $push31=, $1=, $pop32 @@ -6564,13 +6564,13 @@ testW: # @testW i32.const $push74=, 12345 i32.add $push73=, $pop7, $pop74 tee_local $push72=, $2=, $pop73 - i32.store $drop=, myrnd.s($pop8), $pop72 + i32.store myrnd.s($pop8), $pop72 i32.const $push71=, 0 i64.const $push9=, 4612055454334320640 - i64.store $drop=, sW+8($pop71), $pop9 + i64.store sW+8($pop71), $pop9 i32.const $push70=, 0 i64.const $push10=, 0 - i64.store $drop=, sW($pop70), $pop10 + i64.store sW($pop70), $pop10 i32.const $push69=, 0 i32.const $push13=, 16 i32.shr_u $push14=, $1, $pop13 @@ -6582,7 +6582,7 @@ testW: # @testW i32.and $push67=, $pop11, $pop12 tee_local $push66=, $1=, $pop67 i32.or $push17=, $pop16, $pop66 - i32.store $drop=, sW+16($pop69), $pop17 + i32.store sW+16($pop69), $pop17 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push18=, $2, $pop64 @@ -6594,14 +6594,14 @@ testW: # @testW i32.const $push59=, 12345 i32.add $push58=, $pop19, $pop59 tee_local $push57=, $0=, $pop58 - i32.store $drop=, myrnd.s($pop65), $pop57 + i32.store myrnd.s($pop65), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push20=, $2, $pop55 i32.const $push54=, 2047 i32.and $push21=, $pop20, $pop54 i32.or $push22=, $pop21, $1 - i32.store $drop=, sW+16($pop56), $pop22 + i32.store sW+16($pop56), $pop22 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push23=, $0, $pop52 @@ -6613,7 +6613,7 @@ testW: # @testW i32.const $push47=, 12345 i32.add $push46=, $pop24, $pop47 tee_local $push45=, $0=, $pop46 - i32.store $drop=, myrnd.s($pop53), $pop45 + i32.store myrnd.s($pop53), $pop45 i32.const $push44=, 0 i32.const $push43=, 16 i32.shr_u $push27=, $0, $pop43 @@ -6625,7 +6625,7 @@ testW: # @testW i32.and $push26=, $pop25, $pop40 i32.add $push29=, $pop28, $pop26 i32.or $push30=, $pop29, $1 - i32.store $drop=, sW+16($pop44), $pop30 + i32.store sW+16($pop44), $pop30 # fallthrough-return .endfunc .Lfunc_end138: @@ -6639,25 +6639,25 @@ retmeX: # @retmeX .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 24 i32.add $push2=, $0, $pop1 i32.const $push15=, 24 i32.add $push3=, $1, $pop15 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 i32.const $push14=, 16 i32.add $push7=, $1, $pop14 i64.load $push8=, 0($pop7) - i64.store $drop=, 0($pop6), $pop8 + i64.store 0($pop6), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push13=, 8 i32.add $push11=, $1, $pop13 i64.load $push12=, 0($pop11) - i64.store $drop=, 0($pop10), $pop12 + i64.store 0($pop10), $pop12 # fallthrough-return .endfunc .Lfunc_end139: @@ -6737,7 +6737,7 @@ fn3X: # @fn3X i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sX($pop0), $pop5 + i32.store sX($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -6766,7 +6766,7 @@ testX: # @testX tee_local $push35=, $2=, $pop36 i32.const $push34=, 16 i32.shr_u $push3=, $pop35, $pop34 - i32.store8 $drop=, 0($pop1), $pop3 + i32.store8 0($pop1), $pop3 i32.const $push33=, 1 i32.add $push32=, $1, $pop33 tee_local $push31=, $1=, $pop32 @@ -6784,13 +6784,13 @@ testX: # @testX i32.const $push74=, 12345 i32.add $push73=, $pop7, $pop74 tee_local $push72=, $2=, $pop73 - i32.store $drop=, myrnd.s($pop8), $pop72 + i32.store myrnd.s($pop8), $pop72 i32.const $push71=, 0 i64.const $push9=, 4612055454334320640 - i64.store $drop=, sX+24($pop71), $pop9 + i64.store sX+24($pop71), $pop9 i32.const $push70=, 0 i64.const $push10=, 0 - i64.store $drop=, sX+16($pop70), $pop10 + i64.store sX+16($pop70), $pop10 i32.const $push69=, 0 i32.const $push13=, 16 i32.shr_u $push14=, $1, $pop13 @@ -6802,7 +6802,7 @@ testX: # @testX i32.and $push67=, $pop11, $pop12 tee_local $push66=, $1=, $pop67 i32.or $push17=, $pop16, $pop66 - i32.store $drop=, sX($pop69), $pop17 + i32.store sX($pop69), $pop17 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push18=, $2, $pop64 @@ -6814,14 +6814,14 @@ testX: # @testX i32.const $push59=, 12345 i32.add $push58=, $pop19, $pop59 tee_local $push57=, $0=, $pop58 - i32.store $drop=, myrnd.s($pop65), $pop57 + i32.store myrnd.s($pop65), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push20=, $2, $pop55 i32.const $push54=, 2047 i32.and $push21=, $pop20, $pop54 i32.or $push22=, $pop21, $1 - i32.store $drop=, sX($pop56), $pop22 + i32.store sX($pop56), $pop22 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push23=, $0, $pop52 @@ -6833,7 +6833,7 @@ testX: # @testX i32.const $push47=, 12345 i32.add $push46=, $pop24, $pop47 tee_local $push45=, $0=, $pop46 - i32.store $drop=, myrnd.s($pop53), $pop45 + i32.store myrnd.s($pop53), $pop45 i32.const $push44=, 0 i32.const $push43=, 16 i32.shr_u $push27=, $0, $pop43 @@ -6845,7 +6845,7 @@ testX: # @testX i32.and $push26=, $pop25, $pop40 i32.add $push29=, $pop28, $pop26 i32.or $push30=, $pop29, $1 - i32.store $drop=, sX($pop44), $pop30 + i32.store sX($pop44), $pop30 # fallthrough-return .endfunc .Lfunc_end144: @@ -6859,25 +6859,25 @@ retmeY: # @retmeY .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 24 i32.add $push2=, $0, $pop1 i32.const $push15=, 24 i32.add $push3=, $1, $pop15 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 i32.const $push14=, 16 i32.add $push7=, $1, $pop14 i64.load $push8=, 0($pop7) - i64.store $drop=, 0($pop6), $pop8 + i64.store 0($pop6), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push13=, 8 i32.add $push11=, $1, $pop13 i64.load $push12=, 0($pop11) - i64.store $drop=, 0($pop10), $pop12 + i64.store 0($pop10), $pop12 # fallthrough-return .endfunc .Lfunc_end145: @@ -6957,7 +6957,7 @@ fn3Y: # @fn3Y i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sY($pop0), $pop5 + i32.store sY($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -6986,7 +6986,7 @@ testY: # @testY tee_local $push35=, $2=, $pop36 i32.const $push34=, 16 i32.shr_u $push3=, $pop35, $pop34 - i32.store8 $drop=, 0($pop1), $pop3 + i32.store8 0($pop1), $pop3 i32.const $push33=, 1 i32.add $push32=, $1, $pop33 tee_local $push31=, $1=, $pop32 @@ -7004,13 +7004,13 @@ testY: # @testY i32.const $push74=, 12345 i32.add $push73=, $pop7, $pop74 tee_local $push72=, $2=, $pop73 - i32.store $drop=, myrnd.s($pop8), $pop72 + i32.store myrnd.s($pop8), $pop72 i32.const $push71=, 0 i64.const $push9=, 4612055454334320640 - i64.store $drop=, sY+24($pop71), $pop9 + i64.store sY+24($pop71), $pop9 i32.const $push70=, 0 i64.const $push10=, 0 - i64.store $drop=, sY+16($pop70), $pop10 + i64.store sY+16($pop70), $pop10 i32.const $push69=, 0 i32.const $push13=, 16 i32.shr_u $push14=, $1, $pop13 @@ -7022,7 +7022,7 @@ testY: # @testY i32.and $push67=, $pop11, $pop12 tee_local $push66=, $1=, $pop67 i32.or $push17=, $pop16, $pop66 - i32.store $drop=, sY($pop69), $pop17 + i32.store sY($pop69), $pop17 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push18=, $2, $pop64 @@ -7034,14 +7034,14 @@ testY: # @testY i32.const $push59=, 12345 i32.add $push58=, $pop19, $pop59 tee_local $push57=, $0=, $pop58 - i32.store $drop=, myrnd.s($pop65), $pop57 + i32.store myrnd.s($pop65), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push20=, $2, $pop55 i32.const $push54=, 2047 i32.and $push21=, $pop20, $pop54 i32.or $push22=, $pop21, $1 - i32.store $drop=, sY($pop56), $pop22 + i32.store sY($pop56), $pop22 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push23=, $0, $pop52 @@ -7053,7 +7053,7 @@ testY: # @testY i32.const $push47=, 12345 i32.add $push46=, $pop24, $pop47 tee_local $push45=, $0=, $pop46 - i32.store $drop=, myrnd.s($pop53), $pop45 + i32.store myrnd.s($pop53), $pop45 i32.const $push44=, 0 i32.const $push43=, 16 i32.shr_u $push27=, $0, $pop43 @@ -7065,7 +7065,7 @@ testY: # @testY i32.and $push26=, $pop25, $pop40 i32.add $push29=, $pop28, $pop26 i32.or $push30=, $pop29, $1 - i32.store $drop=, sY($pop44), $pop30 + i32.store sY($pop44), $pop30 # fallthrough-return .endfunc .Lfunc_end150: @@ -7079,25 +7079,25 @@ retmeZ: # @retmeZ .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 24 i32.add $push2=, $0, $pop1 i32.const $push15=, 24 i32.add $push3=, $1, $pop15 i64.load $push4=, 0($pop3) - i64.store $drop=, 0($pop2), $pop4 + i64.store 0($pop2), $pop4 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 i32.const $push14=, 16 i32.add $push7=, $1, $pop14 i64.load $push8=, 0($pop7) - i64.store $drop=, 0($pop6), $pop8 + i64.store 0($pop6), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push13=, 8 i32.add $push11=, $1, $pop13 i64.load $push12=, 0($pop11) - i64.store $drop=, 0($pop10), $pop12 + i64.store 0($pop10), $pop12 # fallthrough-return .endfunc .Lfunc_end151: @@ -7176,7 +7176,7 @@ fn3Z: # @fn3Z i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sZ+16($pop2), $pop6 + i32.store sZ+16($pop2), $pop6 i32.const $push5=, 20 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -7206,7 +7206,7 @@ testZ: # @testZ tee_local $push45=, $4=, $pop46 i32.const $push44=, 16 i32.shr_u $push4=, $pop45, $pop44 - i32.store8 $drop=, 0($pop2), $pop4 + i32.store8 0($pop2), $pop4 i32.const $push43=, 1 i32.add $push42=, $3, $pop43 tee_local $push41=, $3=, $pop42 @@ -7215,10 +7215,10 @@ testZ: # @testZ end_loop # label22: i32.const $push77=, 0 i64.const $push5=, 4612055454334320640 - i64.store $drop=, sZ+8($pop77), $pop5 + i64.store sZ+8($pop77), $pop5 i32.const $push76=, 0 i64.const $push6=, 0 - i64.store $drop=, sZ($pop76), $pop6 + i64.store sZ($pop76), $pop6 i32.const $push75=, 0 i32.const $push74=, 1103515245 i32.mul $push7=, $4, $pop74 @@ -7230,7 +7230,7 @@ testZ: # @testZ i32.const $push69=, 12345 i32.add $push68=, $pop8, $pop69 tee_local $push67=, $3=, $pop68 - i32.store $drop=, myrnd.s($pop75), $pop67 + i32.store myrnd.s($pop75), $pop67 i32.const $push66=, 0 i32.const $push65=, 16 i32.shr_u $push10=, $4, $pop65 @@ -7246,7 +7246,7 @@ testZ: # @testZ tee_local $push58=, $4=, $pop59 i32.or $push57=, $pop11, $pop58 tee_local $push56=, $1=, $pop57 - i32.store $drop=, sZ+16($pop66), $pop56 + i32.store sZ+16($pop66), $pop56 block i32.const $push55=, 16 i32.shr_u $push12=, $3, $pop55 @@ -7278,7 +7278,7 @@ testZ: # @testZ i32.const $push95=, 12345 i32.add $push94=, $pop22, $pop95 tee_local $push93=, $1=, $pop94 - i32.store $drop=, myrnd.s($pop103), $pop93 + i32.store myrnd.s($pop103), $pop93 i32.const $push92=, 0 i32.const $push91=, 16 i32.shr_u $push26=, $1, $pop91 @@ -7297,7 +7297,7 @@ testZ: # @testZ i32.or $push25=, $pop24, $4 i32.add $push81=, $pop27, $pop25 tee_local $push80=, $3=, $pop81 - i32.store $drop=, sZ+16($pop92), $pop80 + i32.store sZ+16($pop92), $pop80 i32.const $push28=, 4 i32.shl $push29=, $0, $pop28 i32.const $push30=, 2146435072 @@ -7610,6 +7610,6 @@ sZ: .size sZ, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040709-2.c.s b/test/torture-s/20040709-2.c.s index ef812305e..c13a54525 100644 --- a/test/torture-s/20040709-2.c.s +++ b/test/torture-s/20040709-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040709-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040709-2.c" .section .text.myrnd,"ax",@progbits .hidden myrnd .globl myrnd @@ -16,7 +16,7 @@ myrnd: # @myrnd i32.const $push4=, 12345 i32.add $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, myrnd.s($pop0), $pop9 + i32.store myrnd.s($pop0), $pop9 i32.const $push5=, 16 i32.shr_u $push6=, $0, $pop5 i32.const $push7=, 2047 @@ -34,7 +34,7 @@ retmeA: # @retmeA .param i32, i32 # BB#0: # %entry i32.load16_u $push0=, 0($1):p2align=0 - i32.store16 $drop=, 0($0), $pop0 + i32.store16 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -120,7 +120,7 @@ fn3A: # @fn3A i32.const $push1=, 31 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store16 $drop=, sA($pop0), $pop6 + i32.store16 sA($pop0), $pop6 i32.const $push7=, 2047 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -145,7 +145,7 @@ testA: # @testA tee_local $push39=, $0=, $pop40 i32.const $push5=, 16 i32.shr_u $push6=, $pop39, $pop5 - i32.store8 $drop=, sA($pop0), $pop6 + i32.store8 sA($pop0), $pop6 i32.const $push38=, 0 i32.const $push37=, 1103515245 i32.mul $push7=, $0, $pop37 @@ -154,7 +154,7 @@ testA: # @testA tee_local $push34=, $0=, $pop35 i32.const $push33=, 16 i32.shr_u $push8=, $pop34, $pop33 - i32.store8 $drop=, sA+1($pop38), $pop8 + i32.store8 sA+1($pop38), $pop8 i32.const $push32=, 0 i32.const $push9=, -341751747 i32.mul $push10=, $0, $pop9 @@ -166,7 +166,7 @@ testA: # @testA i32.const $push28=, 12345 i32.add $push27=, $pop12, $pop28 tee_local $push26=, $1=, $pop27 - i32.store $drop=, myrnd.s($pop32), $pop26 + i32.store myrnd.s($pop32), $pop26 i32.const $push25=, 0 i32.const $push24=, 16 i32.shr_u $push14=, $1, $pop24 @@ -180,7 +180,7 @@ testA: # @testA i32.const $push19=, 31 i32.and $push20=, $pop18, $pop19 i32.or $push21=, $pop17, $pop20 - i32.store16 $drop=, sA($pop25), $pop21 + i32.store16 sA($pop25), $pop21 # fallthrough-return .endfunc .Lfunc_end6: @@ -194,13 +194,13 @@ retmeB: # @retmeB .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=0 - i32.store $drop=, 0($0):p2align=0, $pop0 + i32.store 0($0):p2align=0, $pop0 i32.const $push1=, 4 i32.add $push2=, $0, $pop1 i32.const $push5=, 4 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end7: @@ -286,7 +286,7 @@ fn3B: # @fn3B i32.const $push1=, 31 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store16 $drop=, sB($pop0), $pop6 + i32.store16 sB($pop0), $pop6 i32.const $push7=, 2047 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -311,7 +311,7 @@ testB: # @testB tee_local $push70=, $0=, $pop71 i32.const $push5=, 16 i32.shr_u $push6=, $pop70, $pop5 - i32.store8 $drop=, sB($pop0), $pop6 + i32.store8 sB($pop0), $pop6 i32.const $push69=, 0 i32.const $push68=, 1103515245 i32.mul $push7=, $0, $pop68 @@ -320,7 +320,7 @@ testB: # @testB tee_local $push65=, $0=, $pop66 i32.const $push64=, 16 i32.shr_u $push8=, $pop65, $pop64 - i32.store8 $drop=, sB+1($pop69), $pop8 + i32.store8 sB+1($pop69), $pop8 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push9=, $0, $pop62 @@ -329,7 +329,7 @@ testB: # @testB tee_local $push59=, $0=, $pop60 i32.const $push58=, 16 i32.shr_u $push10=, $pop59, $pop58 - i32.store8 $drop=, sB+2($pop63), $pop10 + i32.store8 sB+2($pop63), $pop10 i32.const $push57=, 0 i32.const $push56=, 1103515245 i32.mul $push11=, $0, $pop56 @@ -338,7 +338,7 @@ testB: # @testB tee_local $push53=, $0=, $pop54 i32.const $push52=, 16 i32.shr_u $push12=, $pop53, $pop52 - i32.store8 $drop=, sB+3($pop57), $pop12 + i32.store8 sB+3($pop57), $pop12 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push13=, $0, $pop50 @@ -347,7 +347,7 @@ testB: # @testB tee_local $push47=, $0=, $pop48 i32.const $push46=, 16 i32.shr_u $push14=, $pop47, $pop46 - i32.store8 $drop=, sB+4($pop51), $pop14 + i32.store8 sB+4($pop51), $pop14 i32.const $push45=, 0 i32.const $push44=, 1103515245 i32.mul $push15=, $0, $pop44 @@ -356,7 +356,7 @@ testB: # @testB tee_local $push41=, $0=, $pop42 i32.const $push40=, 16 i32.shr_u $push16=, $pop41, $pop40 - i32.store8 $drop=, sB+5($pop45), $pop16 + i32.store8 sB+5($pop45), $pop16 i32.const $push39=, 0 i32.load16_u $2=, sB($pop39) i32.const $push38=, 0 @@ -370,7 +370,7 @@ testB: # @testB i32.const $push34=, 12345 i32.add $push33=, $pop20, $pop34 tee_local $push32=, $1=, $pop33 - i32.store $drop=, myrnd.s($pop38), $pop32 + i32.store myrnd.s($pop38), $pop32 i32.const $push31=, 0 i32.const $push30=, 16 i32.shr_u $push22=, $1, $pop30 @@ -382,7 +382,7 @@ testB: # @testB i32.const $push26=, 31 i32.and $push27=, $2, $pop26 i32.or $push28=, $pop25, $pop27 - i32.store16 $drop=, sB($pop31), $pop28 + i32.store16 sB($pop31), $pop28 # fallthrough-return .endfunc .Lfunc_end12: @@ -396,13 +396,13 @@ retmeC: # @retmeC .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=0 - i32.store $drop=, 0($0):p2align=0, $pop0 + i32.store 0($0):p2align=0, $pop0 i32.const $push1=, 4 i32.add $push2=, $0, $pop1 i32.const $push5=, 4 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end13: @@ -488,7 +488,7 @@ fn3C: # @fn3C i32.const $push1=, 31 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store16 $drop=, sC+4($pop0), $pop6 + i32.store16 sC+4($pop0), $pop6 i32.const $push7=, 2047 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -533,7 +533,7 @@ testC: # @testC tee_local $push54=, $4=, $pop55 i32.const $push9=, 16 i32.shr_u $push10=, $pop54, $pop9 - i32.store8 $drop=, sC+4($pop0), $pop10 + i32.store8 sC+4($pop0), $pop10 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push11=, $4, $pop52 @@ -542,23 +542,23 @@ testC: # @testC tee_local $push49=, $4=, $pop50 i32.const $push48=, 16 i32.shr_u $push12=, $pop49, $pop48 - i32.store8 $drop=, sC+5($pop53), $pop12 + i32.store8 sC+5($pop53), $pop12 i32.const $push47=, 0 i32.const $push46=, 16 i32.shr_u $push13=, $0, $pop46 - i32.store8 $drop=, sC($pop47), $pop13 + i32.store8 sC($pop47), $pop13 i32.const $push45=, 0 i32.const $push44=, 16 i32.shr_u $push14=, $1, $pop44 - i32.store8 $drop=, sC+1($pop45), $pop14 + i32.store8 sC+1($pop45), $pop14 i32.const $push43=, 0 i32.const $push42=, 16 i32.shr_u $push15=, $2, $pop42 - i32.store8 $drop=, sC+2($pop43), $pop15 + i32.store8 sC+2($pop43), $pop15 i32.const $push41=, 0 i32.const $push40=, 16 i32.shr_u $push16=, $3, $pop40 - i32.store8 $drop=, sC+3($pop41), $pop16 + i32.store8 sC+3($pop41), $pop16 i32.const $push39=, 0 i32.load16_u $0=, sC+4($pop39) i32.const $push38=, 0 @@ -572,7 +572,7 @@ testC: # @testC i32.const $push34=, 12345 i32.add $push33=, $pop20, $pop34 tee_local $push32=, $2=, $pop33 - i32.store $drop=, myrnd.s($pop38), $pop32 + i32.store myrnd.s($pop38), $pop32 i32.const $push31=, 0 i32.const $push30=, 16 i32.shr_u $push22=, $2, $pop30 @@ -584,7 +584,7 @@ testC: # @testC i32.const $push26=, 31 i32.and $push27=, $0, $pop26 i32.or $push28=, $pop25, $pop27 - i32.store16 $drop=, sC+4($pop31), $pop28 + i32.store16 sC+4($pop31), $pop28 # fallthrough-return .endfunc .Lfunc_end18: @@ -598,7 +598,7 @@ retmeD: # @retmeD .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end19: @@ -689,7 +689,7 @@ fn3D: # @fn3D i64.const $push1=, 34359738367 i64.and $push2=, $1, $pop1 i64.or $push8=, $pop7, $pop2 - i64.store $drop=, sD($pop0), $pop8 + i64.store sD($pop0), $pop8 i32.const $push9=, 536870911 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -714,7 +714,7 @@ testD: # @testD tee_local $push91=, $0=, $pop92 i32.const $push5=, 16 i32.shr_u $push6=, $pop91, $pop5 - i32.store8 $drop=, sD($pop0), $pop6 + i32.store8 sD($pop0), $pop6 i32.const $push90=, 0 i32.const $push89=, 1103515245 i32.mul $push7=, $0, $pop89 @@ -723,7 +723,7 @@ testD: # @testD tee_local $push86=, $0=, $pop87 i32.const $push85=, 16 i32.shr_u $push8=, $pop86, $pop85 - i32.store8 $drop=, sD+1($pop90), $pop8 + i32.store8 sD+1($pop90), $pop8 i32.const $push84=, 0 i32.const $push83=, 1103515245 i32.mul $push9=, $0, $pop83 @@ -732,7 +732,7 @@ testD: # @testD tee_local $push80=, $0=, $pop81 i32.const $push79=, 16 i32.shr_u $push10=, $pop80, $pop79 - i32.store8 $drop=, sD+2($pop84), $pop10 + i32.store8 sD+2($pop84), $pop10 i32.const $push78=, 0 i32.const $push77=, 1103515245 i32.mul $push11=, $0, $pop77 @@ -741,7 +741,7 @@ testD: # @testD tee_local $push74=, $0=, $pop75 i32.const $push73=, 16 i32.shr_u $push12=, $pop74, $pop73 - i32.store8 $drop=, sD+3($pop78), $pop12 + i32.store8 sD+3($pop78), $pop12 i32.const $push72=, 0 i32.const $push71=, 1103515245 i32.mul $push13=, $0, $pop71 @@ -750,7 +750,7 @@ testD: # @testD tee_local $push68=, $0=, $pop69 i32.const $push67=, 16 i32.shr_u $push14=, $pop68, $pop67 - i32.store8 $drop=, sD+4($pop72), $pop14 + i32.store8 sD+4($pop72), $pop14 i32.const $push66=, 0 i32.const $push65=, 1103515245 i32.mul $push15=, $0, $pop65 @@ -759,7 +759,7 @@ testD: # @testD tee_local $push62=, $0=, $pop63 i32.const $push61=, 16 i32.shr_u $push16=, $pop62, $pop61 - i32.store8 $drop=, sD+5($pop66), $pop16 + i32.store8 sD+5($pop66), $pop16 i32.const $push60=, 0 i32.const $push59=, 1103515245 i32.mul $push17=, $0, $pop59 @@ -768,7 +768,7 @@ testD: # @testD tee_local $push56=, $0=, $pop57 i32.const $push55=, 16 i32.shr_u $push18=, $pop56, $pop55 - i32.store8 $drop=, sD+6($pop60), $pop18 + i32.store8 sD+6($pop60), $pop18 i32.const $push54=, 0 i32.const $push53=, 1103515245 i32.mul $push19=, $0, $pop53 @@ -777,7 +777,7 @@ testD: # @testD tee_local $push50=, $0=, $pop51 i32.const $push49=, 16 i32.shr_u $push20=, $pop50, $pop49 - i32.store8 $drop=, sD+7($pop54), $pop20 + i32.store8 sD+7($pop54), $pop20 i32.const $push48=, 0 i64.load $2=, sD($pop48) i32.const $push47=, 0 @@ -791,7 +791,7 @@ testD: # @testD i32.const $push43=, 12345 i32.add $push42=, $pop24, $pop43 tee_local $push41=, $1=, $pop42 - i32.store $drop=, myrnd.s($pop47), $pop41 + i32.store myrnd.s($pop47), $pop41 i32.const $push40=, 0 i32.const $push39=, 16 i32.shr_u $push28=, $1, $pop39 @@ -808,7 +808,7 @@ testD: # @testD i64.const $push34=, 34359738367 i64.and $push35=, $2, $pop34 i64.or $push36=, $pop33, $pop35 - i64.store $drop=, sD($pop40), $pop36 + i64.store sD($pop40), $pop36 # fallthrough-return .endfunc .Lfunc_end24: @@ -822,13 +822,13 @@ retmeE: # @retmeE .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3):p2align=0 - i64.store $drop=, 0($pop2):p2align=0, $pop4 + i64.store 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end25: @@ -919,7 +919,7 @@ fn3E: # @fn3E i64.const $push1=, 34359738367 i64.and $push2=, $1, $pop1 i64.or $push8=, $pop7, $pop2 - i64.store $drop=, sE+8($pop0), $pop8 + i64.store sE+8($pop0), $pop8 i32.const $push9=, 536870911 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -944,7 +944,7 @@ testE: # @testE tee_local $push155=, $0=, $pop156 i32.const $push5=, 16 i32.shr_u $push6=, $pop155, $pop5 - i32.store8 $drop=, sE($pop0), $pop6 + i32.store8 sE($pop0), $pop6 i32.const $push154=, 0 i32.const $push153=, 1103515245 i32.mul $push7=, $0, $pop153 @@ -953,7 +953,7 @@ testE: # @testE tee_local $push150=, $0=, $pop151 i32.const $push149=, 16 i32.shr_u $push8=, $pop150, $pop149 - i32.store8 $drop=, sE+1($pop154), $pop8 + i32.store8 sE+1($pop154), $pop8 i32.const $push148=, 0 i32.const $push147=, 1103515245 i32.mul $push9=, $0, $pop147 @@ -962,7 +962,7 @@ testE: # @testE tee_local $push144=, $0=, $pop145 i32.const $push143=, 16 i32.shr_u $push10=, $pop144, $pop143 - i32.store8 $drop=, sE+2($pop148), $pop10 + i32.store8 sE+2($pop148), $pop10 i32.const $push142=, 0 i32.const $push141=, 1103515245 i32.mul $push11=, $0, $pop141 @@ -971,7 +971,7 @@ testE: # @testE tee_local $push138=, $0=, $pop139 i32.const $push137=, 16 i32.shr_u $push12=, $pop138, $pop137 - i32.store8 $drop=, sE+3($pop142), $pop12 + i32.store8 sE+3($pop142), $pop12 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push13=, $0, $pop135 @@ -980,7 +980,7 @@ testE: # @testE tee_local $push132=, $0=, $pop133 i32.const $push131=, 16 i32.shr_u $push14=, $pop132, $pop131 - i32.store8 $drop=, sE+4($pop136), $pop14 + i32.store8 sE+4($pop136), $pop14 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push15=, $0, $pop129 @@ -989,7 +989,7 @@ testE: # @testE tee_local $push126=, $0=, $pop127 i32.const $push125=, 16 i32.shr_u $push16=, $pop126, $pop125 - i32.store8 $drop=, sE+5($pop130), $pop16 + i32.store8 sE+5($pop130), $pop16 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push17=, $0, $pop123 @@ -998,7 +998,7 @@ testE: # @testE tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push18=, $pop120, $pop119 - i32.store8 $drop=, sE+6($pop124), $pop18 + i32.store8 sE+6($pop124), $pop18 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push19=, $0, $pop117 @@ -1007,7 +1007,7 @@ testE: # @testE tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push20=, $pop114, $pop113 - i32.store8 $drop=, sE+7($pop118), $pop20 + i32.store8 sE+7($pop118), $pop20 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push21=, $0, $pop111 @@ -1016,7 +1016,7 @@ testE: # @testE tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push22=, $pop108, $pop107 - i32.store8 $drop=, sE+8($pop112), $pop22 + i32.store8 sE+8($pop112), $pop22 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push23=, $0, $pop105 @@ -1025,7 +1025,7 @@ testE: # @testE tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push24=, $pop102, $pop101 - i32.store8 $drop=, sE+9($pop106), $pop24 + i32.store8 sE+9($pop106), $pop24 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push25=, $0, $pop99 @@ -1034,7 +1034,7 @@ testE: # @testE tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push26=, $pop96, $pop95 - i32.store8 $drop=, sE+10($pop100), $pop26 + i32.store8 sE+10($pop100), $pop26 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push27=, $0, $pop93 @@ -1043,7 +1043,7 @@ testE: # @testE tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push28=, $pop90, $pop89 - i32.store8 $drop=, sE+11($pop94), $pop28 + i32.store8 sE+11($pop94), $pop28 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push29=, $0, $pop87 @@ -1052,7 +1052,7 @@ testE: # @testE tee_local $push84=, $0=, $pop85 i32.const $push83=, 16 i32.shr_u $push30=, $pop84, $pop83 - i32.store8 $drop=, sE+12($pop88), $pop30 + i32.store8 sE+12($pop88), $pop30 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push31=, $0, $pop81 @@ -1061,7 +1061,7 @@ testE: # @testE tee_local $push78=, $0=, $pop79 i32.const $push77=, 16 i32.shr_u $push32=, $pop78, $pop77 - i32.store8 $drop=, sE+13($pop82), $pop32 + i32.store8 sE+13($pop82), $pop32 i32.const $push76=, 0 i32.const $push75=, 1103515245 i32.mul $push33=, $0, $pop75 @@ -1070,7 +1070,7 @@ testE: # @testE tee_local $push72=, $0=, $pop73 i32.const $push71=, 16 i32.shr_u $push34=, $pop72, $pop71 - i32.store8 $drop=, sE+14($pop76), $pop34 + i32.store8 sE+14($pop76), $pop34 i32.const $push70=, 0 i32.const $push69=, 1103515245 i32.mul $push35=, $0, $pop69 @@ -1079,7 +1079,7 @@ testE: # @testE tee_local $push66=, $0=, $pop67 i32.const $push65=, 16 i32.shr_u $push36=, $pop66, $pop65 - i32.store8 $drop=, sE+15($pop70), $pop36 + i32.store8 sE+15($pop70), $pop36 i32.const $push64=, 0 i64.load $2=, sE+8($pop64) i32.const $push63=, 0 @@ -1093,7 +1093,7 @@ testE: # @testE i32.const $push59=, 12345 i32.add $push58=, $pop40, $pop59 tee_local $push57=, $1=, $pop58 - i32.store $drop=, myrnd.s($pop63), $pop57 + i32.store myrnd.s($pop63), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push44=, $1, $pop55 @@ -1110,7 +1110,7 @@ testE: # @testE i64.const $push50=, 34359738367 i64.and $push51=, $2, $pop50 i64.or $push52=, $pop49, $pop51 - i64.store $drop=, sE+8($pop56), $pop52 + i64.store sE+8($pop56), $pop52 # fallthrough-return .endfunc .Lfunc_end30: @@ -1124,13 +1124,13 @@ retmeF: # @retmeF .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3):p2align=0 - i64.store $drop=, 0($pop2):p2align=0, $pop4 + i64.store 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end31: @@ -1221,7 +1221,7 @@ fn3F: # @fn3F i64.const $push1=, 34359738367 i64.and $push2=, $1, $pop1 i64.or $push8=, $pop7, $pop2 - i64.store $drop=, sF($pop0), $pop8 + i64.store sF($pop0), $pop8 i32.const $push9=, 536870911 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -1246,7 +1246,7 @@ testF: # @testF tee_local $push155=, $0=, $pop156 i32.const $push5=, 16 i32.shr_u $push6=, $pop155, $pop5 - i32.store8 $drop=, sF($pop0), $pop6 + i32.store8 sF($pop0), $pop6 i32.const $push154=, 0 i32.const $push153=, 1103515245 i32.mul $push7=, $0, $pop153 @@ -1255,7 +1255,7 @@ testF: # @testF tee_local $push150=, $0=, $pop151 i32.const $push149=, 16 i32.shr_u $push8=, $pop150, $pop149 - i32.store8 $drop=, sF+1($pop154), $pop8 + i32.store8 sF+1($pop154), $pop8 i32.const $push148=, 0 i32.const $push147=, 1103515245 i32.mul $push9=, $0, $pop147 @@ -1264,7 +1264,7 @@ testF: # @testF tee_local $push144=, $0=, $pop145 i32.const $push143=, 16 i32.shr_u $push10=, $pop144, $pop143 - i32.store8 $drop=, sF+2($pop148), $pop10 + i32.store8 sF+2($pop148), $pop10 i32.const $push142=, 0 i32.const $push141=, 1103515245 i32.mul $push11=, $0, $pop141 @@ -1273,7 +1273,7 @@ testF: # @testF tee_local $push138=, $0=, $pop139 i32.const $push137=, 16 i32.shr_u $push12=, $pop138, $pop137 - i32.store8 $drop=, sF+3($pop142), $pop12 + i32.store8 sF+3($pop142), $pop12 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push13=, $0, $pop135 @@ -1282,7 +1282,7 @@ testF: # @testF tee_local $push132=, $0=, $pop133 i32.const $push131=, 16 i32.shr_u $push14=, $pop132, $pop131 - i32.store8 $drop=, sF+4($pop136), $pop14 + i32.store8 sF+4($pop136), $pop14 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push15=, $0, $pop129 @@ -1291,7 +1291,7 @@ testF: # @testF tee_local $push126=, $0=, $pop127 i32.const $push125=, 16 i32.shr_u $push16=, $pop126, $pop125 - i32.store8 $drop=, sF+5($pop130), $pop16 + i32.store8 sF+5($pop130), $pop16 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push17=, $0, $pop123 @@ -1300,7 +1300,7 @@ testF: # @testF tee_local $push120=, $0=, $pop121 i32.const $push119=, 16 i32.shr_u $push18=, $pop120, $pop119 - i32.store8 $drop=, sF+6($pop124), $pop18 + i32.store8 sF+6($pop124), $pop18 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push19=, $0, $pop117 @@ -1309,7 +1309,7 @@ testF: # @testF tee_local $push114=, $0=, $pop115 i32.const $push113=, 16 i32.shr_u $push20=, $pop114, $pop113 - i32.store8 $drop=, sF+7($pop118), $pop20 + i32.store8 sF+7($pop118), $pop20 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push21=, $0, $pop111 @@ -1318,7 +1318,7 @@ testF: # @testF tee_local $push108=, $0=, $pop109 i32.const $push107=, 16 i32.shr_u $push22=, $pop108, $pop107 - i32.store8 $drop=, sF+8($pop112), $pop22 + i32.store8 sF+8($pop112), $pop22 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push23=, $0, $pop105 @@ -1327,7 +1327,7 @@ testF: # @testF tee_local $push102=, $0=, $pop103 i32.const $push101=, 16 i32.shr_u $push24=, $pop102, $pop101 - i32.store8 $drop=, sF+9($pop106), $pop24 + i32.store8 sF+9($pop106), $pop24 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push25=, $0, $pop99 @@ -1336,7 +1336,7 @@ testF: # @testF tee_local $push96=, $0=, $pop97 i32.const $push95=, 16 i32.shr_u $push26=, $pop96, $pop95 - i32.store8 $drop=, sF+10($pop100), $pop26 + i32.store8 sF+10($pop100), $pop26 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push27=, $0, $pop93 @@ -1345,7 +1345,7 @@ testF: # @testF tee_local $push90=, $0=, $pop91 i32.const $push89=, 16 i32.shr_u $push28=, $pop90, $pop89 - i32.store8 $drop=, sF+11($pop94), $pop28 + i32.store8 sF+11($pop94), $pop28 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push29=, $0, $pop87 @@ -1354,7 +1354,7 @@ testF: # @testF tee_local $push84=, $0=, $pop85 i32.const $push83=, 16 i32.shr_u $push30=, $pop84, $pop83 - i32.store8 $drop=, sF+12($pop88), $pop30 + i32.store8 sF+12($pop88), $pop30 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push31=, $0, $pop81 @@ -1363,7 +1363,7 @@ testF: # @testF tee_local $push78=, $0=, $pop79 i32.const $push77=, 16 i32.shr_u $push32=, $pop78, $pop77 - i32.store8 $drop=, sF+13($pop82), $pop32 + i32.store8 sF+13($pop82), $pop32 i32.const $push76=, 0 i32.const $push75=, 1103515245 i32.mul $push33=, $0, $pop75 @@ -1372,7 +1372,7 @@ testF: # @testF tee_local $push72=, $0=, $pop73 i32.const $push71=, 16 i32.shr_u $push34=, $pop72, $pop71 - i32.store8 $drop=, sF+14($pop76), $pop34 + i32.store8 sF+14($pop76), $pop34 i32.const $push70=, 0 i32.const $push69=, 1103515245 i32.mul $push35=, $0, $pop69 @@ -1381,7 +1381,7 @@ testF: # @testF tee_local $push66=, $0=, $pop67 i32.const $push65=, 16 i32.shr_u $push36=, $pop66, $pop65 - i32.store8 $drop=, sF+15($pop70), $pop36 + i32.store8 sF+15($pop70), $pop36 i32.const $push64=, 0 i64.load $2=, sF($pop64) i32.const $push63=, 0 @@ -1395,7 +1395,7 @@ testF: # @testF i32.const $push59=, 12345 i32.add $push58=, $pop40, $pop59 tee_local $push57=, $1=, $pop58 - i32.store $drop=, myrnd.s($pop63), $pop57 + i32.store myrnd.s($pop63), $pop57 i32.const $push56=, 0 i32.const $push55=, 16 i32.shr_u $push44=, $1, $pop55 @@ -1412,7 +1412,7 @@ testF: # @testF i64.const $push50=, 34359738367 i64.and $push51=, $2, $pop50 i64.or $push52=, $pop49, $pop51 - i64.store $drop=, sF($pop56), $pop52 + i64.store sF($pop56), $pop52 # fallthrough-return .endfunc .Lfunc_end36: @@ -1426,13 +1426,13 @@ retmeG: # @retmeG .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load8_u $push4=, 0($pop3) - i32.store8 $drop=, 0($pop2), $pop4 + i32.store8 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end37: @@ -1518,7 +1518,7 @@ fn3G: # @fn3G i32.const $push1=, 3 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store8 $drop=, sG($pop0), $pop6 + i32.store8 sG($pop0), $pop6 i32.const $push7=, 63 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -1548,7 +1548,7 @@ testG: # @testG tee_local $push88=, $1=, $pop89 i32.const $push6=, 16 i32.shr_u $push7=, $pop88, $pop6 - i32.store8 $drop=, sG+1($pop0), $pop7 + i32.store8 sG+1($pop0), $pop7 i32.const $push87=, 0 i32.const $push86=, 1103515245 i32.mul $push8=, $1, $pop86 @@ -1557,7 +1557,7 @@ testG: # @testG tee_local $push83=, $1=, $pop84 i32.const $push82=, 16 i32.shr_u $push9=, $pop83, $pop82 - i32.store8 $drop=, sG+2($pop87), $pop9 + i32.store8 sG+2($pop87), $pop9 i32.const $push81=, 0 i32.const $push80=, 1103515245 i32.mul $push10=, $1, $pop80 @@ -1566,7 +1566,7 @@ testG: # @testG tee_local $push77=, $1=, $pop78 i32.const $push76=, 16 i32.shr_u $push11=, $pop77, $pop76 - i32.store8 $drop=, sG+3($pop81), $pop11 + i32.store8 sG+3($pop81), $pop11 i32.const $push75=, 0 i32.const $push74=, 1103515245 i32.mul $push12=, $1, $pop74 @@ -1575,7 +1575,7 @@ testG: # @testG tee_local $push71=, $1=, $pop72 i32.const $push70=, 16 i32.shr_u $push13=, $pop71, $pop70 - i32.store8 $drop=, sG+4($pop75), $pop13 + i32.store8 sG+4($pop75), $pop13 i32.const $push69=, 0 i32.const $push68=, 1103515245 i32.mul $push14=, $1, $pop68 @@ -1584,7 +1584,7 @@ testG: # @testG tee_local $push65=, $1=, $pop66 i32.const $push64=, 16 i32.shr_u $push15=, $pop65, $pop64 - i32.store8 $drop=, sG+5($pop69), $pop15 + i32.store8 sG+5($pop69), $pop15 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push16=, $1, $pop62 @@ -1593,7 +1593,7 @@ testG: # @testG tee_local $push59=, $1=, $pop60 i32.const $push58=, 16 i32.shr_u $push17=, $pop59, $pop58 - i32.store8 $drop=, sG+6($pop63), $pop17 + i32.store8 sG+6($pop63), $pop17 i32.const $push57=, 0 i32.const $push56=, 1103515245 i32.mul $push18=, $1, $pop56 @@ -1602,7 +1602,7 @@ testG: # @testG tee_local $push53=, $1=, $pop54 i32.const $push52=, 16 i32.shr_u $push19=, $pop53, $pop52 - i32.store8 $drop=, sG+7($pop57), $pop19 + i32.store8 sG+7($pop57), $pop19 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push20=, $1, $pop50 @@ -1611,7 +1611,7 @@ testG: # @testG tee_local $push47=, $1=, $pop48 i32.const $push46=, 16 i32.shr_u $push21=, $pop47, $pop46 - i32.store8 $drop=, sG+8($pop51), $pop21 + i32.store8 sG+8($pop51), $pop21 i32.const $push45=, 0 i32.const $push22=, -341751747 i32.mul $push23=, $1, $pop22 @@ -1623,7 +1623,7 @@ testG: # @testG i32.const $push41=, 12345 i32.add $push40=, $pop25, $pop41 tee_local $push39=, $2=, $pop40 - i32.store $drop=, myrnd.s($pop45), $pop39 + i32.store myrnd.s($pop45), $pop39 i32.const $push38=, 0 i32.const $push37=, 16 i32.shr_u $push27=, $2, $pop37 @@ -1637,7 +1637,7 @@ testG: # @testG i32.const $push32=, 3 i32.and $push33=, $pop31, $pop32 i32.or $push34=, $pop30, $pop33 - i32.store8 $drop=, sG($pop38), $pop34 + i32.store8 sG($pop38), $pop34 # fallthrough-return .endfunc .Lfunc_end42: @@ -1651,13 +1651,13 @@ retmeH: # @retmeH .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end43: @@ -1728,7 +1728,7 @@ fn3H: # @fn3H i32.load8_u $push1=, sH+1($pop6) i32.add $push5=, $pop1, $0 tee_local $push4=, $0=, $pop5 - i32.store8 $drop=, sH+1($pop0), $pop4 + i32.store8 sH+1($pop0), $pop4 i32.const $push2=, 255 i32.and $push3=, $0, $pop2 # fallthrough-return: $pop3 @@ -1753,7 +1753,7 @@ testH: # @testH tee_local $push96=, $0=, $pop97 i32.const $push5=, 16 i32.shr_u $push6=, $pop96, $pop5 - i32.store8 $drop=, sH($pop0), $pop6 + i32.store8 sH($pop0), $pop6 i32.const $push95=, 0 i32.const $push94=, 1103515245 i32.mul $push7=, $0, $pop94 @@ -1762,7 +1762,7 @@ testH: # @testH tee_local $push91=, $0=, $pop92 i32.const $push90=, 16 i32.shr_u $push8=, $pop91, $pop90 - i32.store8 $drop=, sH+1($pop95), $pop8 + i32.store8 sH+1($pop95), $pop8 i32.const $push89=, 0 i32.const $push88=, 1103515245 i32.mul $push9=, $0, $pop88 @@ -1771,7 +1771,7 @@ testH: # @testH tee_local $push85=, $0=, $pop86 i32.const $push84=, 16 i32.shr_u $push10=, $pop85, $pop84 - i32.store8 $drop=, sH+2($pop89), $pop10 + i32.store8 sH+2($pop89), $pop10 i32.const $push83=, 0 i32.const $push82=, 1103515245 i32.mul $push11=, $0, $pop82 @@ -1780,7 +1780,7 @@ testH: # @testH tee_local $push79=, $0=, $pop80 i32.const $push78=, 16 i32.shr_u $push12=, $pop79, $pop78 - i32.store8 $drop=, sH+3($pop83), $pop12 + i32.store8 sH+3($pop83), $pop12 i32.const $push77=, 0 i32.const $push76=, 1103515245 i32.mul $push13=, $0, $pop76 @@ -1789,7 +1789,7 @@ testH: # @testH tee_local $push73=, $0=, $pop74 i32.const $push72=, 16 i32.shr_u $push14=, $pop73, $pop72 - i32.store8 $drop=, sH+4($pop77), $pop14 + i32.store8 sH+4($pop77), $pop14 i32.const $push71=, 0 i32.const $push70=, 1103515245 i32.mul $push15=, $0, $pop70 @@ -1798,7 +1798,7 @@ testH: # @testH tee_local $push67=, $0=, $pop68 i32.const $push66=, 16 i32.shr_u $push16=, $pop67, $pop66 - i32.store8 $drop=, sH+5($pop71), $pop16 + i32.store8 sH+5($pop71), $pop16 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push17=, $0, $pop64 @@ -1807,7 +1807,7 @@ testH: # @testH tee_local $push61=, $0=, $pop62 i32.const $push60=, 16 i32.shr_u $push18=, $pop61, $pop60 - i32.store8 $drop=, sH+6($pop65), $pop18 + i32.store8 sH+6($pop65), $pop18 i32.const $push59=, 0 i32.const $push58=, 1103515245 i32.mul $push19=, $0, $pop58 @@ -1816,7 +1816,7 @@ testH: # @testH tee_local $push55=, $0=, $pop56 i32.const $push54=, 16 i32.shr_u $push20=, $pop55, $pop54 - i32.store8 $drop=, sH+7($pop59), $pop20 + i32.store8 sH+7($pop59), $pop20 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push21=, $0, $pop52 @@ -1825,7 +1825,7 @@ testH: # @testH tee_local $push49=, $0=, $pop50 i32.const $push48=, 16 i32.shr_u $push22=, $pop49, $pop48 - i32.store8 $drop=, sH+8($pop53), $pop22 + i32.store8 sH+8($pop53), $pop22 i32.const $push47=, 0 i32.const $push46=, 1103515245 i32.mul $push23=, $0, $pop46 @@ -1834,7 +1834,7 @@ testH: # @testH tee_local $push43=, $0=, $pop44 i32.const $push42=, 16 i32.shr_u $push24=, $pop43, $pop42 - i32.store8 $drop=, sH+9($pop47), $pop24 + i32.store8 sH+9($pop47), $pop24 i32.const $push41=, 0 i32.const $push25=, -341751747 i32.mul $push26=, $0, $pop25 @@ -1846,14 +1846,14 @@ testH: # @testH i32.const $push37=, 12345 i32.add $push36=, $pop28, $pop37 tee_local $push35=, $1=, $pop36 - i32.store $drop=, myrnd.s($pop41), $pop35 + i32.store myrnd.s($pop41), $pop35 i32.const $push34=, 0 i32.const $push33=, 16 i32.shr_u $push30=, $1, $pop33 i32.const $push32=, 16 i32.shr_u $push29=, $0, $pop32 i32.add $push31=, $pop30, $pop29 - i32.store8 $drop=, sH+1($pop34), $pop31 + i32.store8 sH+1($pop34), $pop31 # fallthrough-return .endfunc .Lfunc_end48: @@ -1867,13 +1867,13 @@ retmeI: # @retmeI .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load8_u $push4=, 0($pop3) - i32.store8 $drop=, 0($pop2), $pop4 + i32.store8 0($pop2), $pop4 # fallthrough-return .endfunc .Lfunc_end49: @@ -1959,7 +1959,7 @@ fn3I: # @fn3I i32.const $push1=, 127 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store8 $drop=, sI($pop0), $pop6 + i32.store8 sI($pop0), $pop6 i32.const $push7=, 1 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -1989,7 +1989,7 @@ testI: # @testI tee_local $push88=, $1=, $pop89 i32.const $push6=, 16 i32.shr_u $push7=, $pop88, $pop6 - i32.store8 $drop=, sI+1($pop0), $pop7 + i32.store8 sI+1($pop0), $pop7 i32.const $push87=, 0 i32.const $push86=, 1103515245 i32.mul $push8=, $1, $pop86 @@ -1998,7 +1998,7 @@ testI: # @testI tee_local $push83=, $1=, $pop84 i32.const $push82=, 16 i32.shr_u $push9=, $pop83, $pop82 - i32.store8 $drop=, sI+2($pop87), $pop9 + i32.store8 sI+2($pop87), $pop9 i32.const $push81=, 0 i32.const $push80=, 1103515245 i32.mul $push10=, $1, $pop80 @@ -2007,7 +2007,7 @@ testI: # @testI tee_local $push77=, $1=, $pop78 i32.const $push76=, 16 i32.shr_u $push11=, $pop77, $pop76 - i32.store8 $drop=, sI+3($pop81), $pop11 + i32.store8 sI+3($pop81), $pop11 i32.const $push75=, 0 i32.const $push74=, 1103515245 i32.mul $push12=, $1, $pop74 @@ -2016,7 +2016,7 @@ testI: # @testI tee_local $push71=, $1=, $pop72 i32.const $push70=, 16 i32.shr_u $push13=, $pop71, $pop70 - i32.store8 $drop=, sI+4($pop75), $pop13 + i32.store8 sI+4($pop75), $pop13 i32.const $push69=, 0 i32.const $push68=, 1103515245 i32.mul $push14=, $1, $pop68 @@ -2025,7 +2025,7 @@ testI: # @testI tee_local $push65=, $1=, $pop66 i32.const $push64=, 16 i32.shr_u $push15=, $pop65, $pop64 - i32.store8 $drop=, sI+5($pop69), $pop15 + i32.store8 sI+5($pop69), $pop15 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push16=, $1, $pop62 @@ -2034,7 +2034,7 @@ testI: # @testI tee_local $push59=, $1=, $pop60 i32.const $push58=, 16 i32.shr_u $push17=, $pop59, $pop58 - i32.store8 $drop=, sI+6($pop63), $pop17 + i32.store8 sI+6($pop63), $pop17 i32.const $push57=, 0 i32.const $push56=, 1103515245 i32.mul $push18=, $1, $pop56 @@ -2043,7 +2043,7 @@ testI: # @testI tee_local $push53=, $1=, $pop54 i32.const $push52=, 16 i32.shr_u $push19=, $pop53, $pop52 - i32.store8 $drop=, sI+7($pop57), $pop19 + i32.store8 sI+7($pop57), $pop19 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push20=, $1, $pop50 @@ -2052,7 +2052,7 @@ testI: # @testI tee_local $push47=, $1=, $pop48 i32.const $push46=, 16 i32.shr_u $push21=, $pop47, $pop46 - i32.store8 $drop=, sI+8($pop51), $pop21 + i32.store8 sI+8($pop51), $pop21 i32.const $push45=, 0 i32.const $push22=, -341751747 i32.mul $push23=, $1, $pop22 @@ -2064,7 +2064,7 @@ testI: # @testI i32.const $push41=, 12345 i32.add $push40=, $pop25, $pop41 tee_local $push39=, $2=, $pop40 - i32.store $drop=, myrnd.s($pop45), $pop39 + i32.store myrnd.s($pop45), $pop39 i32.const $push38=, 0 i32.const $push37=, 16 i32.shr_u $push27=, $2, $pop37 @@ -2078,7 +2078,7 @@ testI: # @testI i32.const $push32=, 127 i32.and $push33=, $pop31, $pop32 i32.or $push34=, $pop30, $pop33 - i32.store8 $drop=, sI($pop38), $pop34 + i32.store8 sI($pop38), $pop34 # fallthrough-return .endfunc .Lfunc_end54: @@ -2092,7 +2092,7 @@ retmeJ: # @retmeJ .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=0 - i32.store $drop=, 0($0):p2align=1, $pop0 + i32.store 0($0):p2align=1, $pop0 # fallthrough-return .endfunc .Lfunc_end55: @@ -2178,7 +2178,7 @@ fn3J: # @fn3J i32.const $push1=, 511 i32.and $push2=, $1, $pop1 i32.or $push6=, $pop5, $pop2 - i32.store16 $drop=, sJ($pop0), $pop6 + i32.store16 sJ($pop0), $pop6 i32.const $push7=, 127 i32.and $push8=, $0, $pop7 # fallthrough-return: $pop8 @@ -2203,7 +2203,7 @@ testJ: # @testJ tee_local $push73=, $0=, $pop74 i32.const $push72=, 16 i32.shr_u $push2=, $pop73, $pop72 - i32.store8 $drop=, sJ($pop78), $pop2 + i32.store8 sJ($pop78), $pop2 i32.const $push71=, 0 i32.const $push70=, 1103515245 i32.mul $push3=, $0, $pop70 @@ -2212,7 +2212,7 @@ testJ: # @testJ tee_local $push67=, $0=, $pop68 i32.const $push66=, 16 i32.shr_u $push4=, $pop67, $pop66 - i32.store8 $drop=, sJ+1($pop71), $pop4 + i32.store8 sJ+1($pop71), $pop4 i32.const $push65=, 0 i32.const $push64=, 1103515245 i32.mul $push5=, $0, $pop64 @@ -2221,7 +2221,7 @@ testJ: # @testJ tee_local $push61=, $0=, $pop62 i32.const $push60=, 16 i32.shr_u $push6=, $pop61, $pop60 - i32.store8 $drop=, sJ+2($pop65), $pop6 + i32.store8 sJ+2($pop65), $pop6 i32.const $push59=, 0 i32.const $push58=, 1103515245 i32.mul $push7=, $0, $pop58 @@ -2230,7 +2230,7 @@ testJ: # @testJ tee_local $push55=, $0=, $pop56 i32.const $push54=, 16 i32.shr_u $push8=, $pop55, $pop54 - i32.store8 $drop=, sJ+3($pop59), $pop8 + i32.store8 sJ+3($pop59), $pop8 i32.const $push53=, 0 i32.const $push52=, 1103515245 i32.mul $push11=, $0, $pop52 @@ -2247,14 +2247,14 @@ testJ: # @testJ i32.const $push43=, 511 i32.and $push10=, $pop9, $pop43 i32.or $push13=, $pop12, $pop10 - i32.store16 $drop=, sJ($pop53), $pop13 + i32.store16 sJ($pop53), $pop13 i32.const $push42=, 0 i32.const $push41=, 1103515245 i32.mul $push14=, $0, $pop41 i32.const $push40=, 12345 i32.add $push39=, $pop14, $pop40 tee_local $push38=, $0=, $pop39 - i32.store $drop=, myrnd.s($pop42), $pop38 + i32.store myrnd.s($pop42), $pop38 block i32.const $push37=, 16 i32.shr_u $push36=, $0, $pop37 @@ -2282,7 +2282,7 @@ testJ: # @testJ i32.const $push86=, 12345 i32.add $push85=, $pop24, $pop86 tee_local $push84=, $2=, $pop85 - i32.store $drop=, myrnd.s($pop90), $pop84 + i32.store myrnd.s($pop90), $pop84 i32.const $push83=, 0 i32.const $push82=, 16 i32.shr_u $push26=, $2, $pop82 @@ -2294,7 +2294,7 @@ testJ: # @testJ i32.const $push79=, 511 i32.and $push29=, $1, $pop79 i32.or $push30=, $pop28, $pop29 - i32.store16 $drop=, sJ($pop83), $pop30 + i32.store16 sJ($pop83), $pop30 return .LBB60_2: # %if.then end_block # label0: @@ -2312,7 +2312,7 @@ retmeK: # @retmeK .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end61: @@ -2392,7 +2392,7 @@ fn3K: # @fn3K i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sK($pop0), $pop5 + i32.store sK($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -2416,7 +2416,7 @@ testK: # @testK tee_local $push55=, $0=, $pop56 i32.const $push5=, 16 i32.shr_u $push6=, $pop55, $pop5 - i32.store8 $drop=, sK($pop0), $pop6 + i32.store8 sK($pop0), $pop6 i32.const $push54=, 0 i32.const $push53=, 1103515245 i32.mul $push7=, $0, $pop53 @@ -2425,7 +2425,7 @@ testK: # @testK tee_local $push50=, $0=, $pop51 i32.const $push49=, 16 i32.shr_u $push8=, $pop50, $pop49 - i32.store8 $drop=, sK+1($pop54), $pop8 + i32.store8 sK+1($pop54), $pop8 i32.const $push48=, 0 i32.const $push47=, 1103515245 i32.mul $push9=, $0, $pop47 @@ -2434,7 +2434,7 @@ testK: # @testK tee_local $push44=, $0=, $pop45 i32.const $push43=, 16 i32.shr_u $push10=, $pop44, $pop43 - i32.store8 $drop=, sK+2($pop48), $pop10 + i32.store8 sK+2($pop48), $pop10 i32.const $push42=, 0 i32.const $push41=, 1103515245 i32.mul $push11=, $0, $pop41 @@ -2443,7 +2443,7 @@ testK: # @testK tee_local $push38=, $0=, $pop39 i32.const $push37=, 16 i32.shr_u $push12=, $pop38, $pop37 - i32.store8 $drop=, sK+3($pop42), $pop12 + i32.store8 sK+3($pop42), $pop12 i32.const $push36=, 0 i32.const $push13=, -341751747 i32.mul $push14=, $0, $pop13 @@ -2455,7 +2455,7 @@ testK: # @testK i32.const $push32=, 12345 i32.add $push31=, $pop16, $pop32 tee_local $push30=, $1=, $pop31 - i32.store $drop=, myrnd.s($pop36), $pop30 + i32.store myrnd.s($pop36), $pop30 i32.const $push29=, 0 i32.const $push28=, 16 i32.shr_u $push18=, $1, $pop28 @@ -2469,7 +2469,7 @@ testK: # @testK i32.const $push23=, -64 i32.and $push24=, $pop22, $pop23 i32.or $push25=, $pop21, $pop24 - i32.store $drop=, sK($pop29), $pop25 + i32.store sK($pop29), $pop25 # fallthrough-return .endfunc .Lfunc_end66: @@ -2483,7 +2483,7 @@ retmeL: # @retmeL .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end67: @@ -2563,7 +2563,7 @@ fn3L: # @fn3L i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sL($pop0), $pop5 + i32.store sL($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -2587,7 +2587,7 @@ testL: # @testL tee_local $push100=, $0=, $pop101 i32.const $push99=, 16 i32.shr_u $push2=, $pop100, $pop99 - i32.store8 $drop=, sL($pop105), $pop2 + i32.store8 sL($pop105), $pop2 i32.const $push98=, 0 i32.const $push97=, 1103515245 i32.mul $push3=, $0, $pop97 @@ -2596,7 +2596,7 @@ testL: # @testL tee_local $push94=, $0=, $pop95 i32.const $push93=, 16 i32.shr_u $push4=, $pop94, $pop93 - i32.store8 $drop=, sL+1($pop98), $pop4 + i32.store8 sL+1($pop98), $pop4 i32.const $push92=, 0 i32.const $push91=, 1103515245 i32.mul $push5=, $0, $pop91 @@ -2605,7 +2605,7 @@ testL: # @testL tee_local $push88=, $0=, $pop89 i32.const $push87=, 16 i32.shr_u $push6=, $pop88, $pop87 - i32.store8 $drop=, sL+2($pop92), $pop6 + i32.store8 sL+2($pop92), $pop6 i32.const $push86=, 0 i32.const $push85=, 1103515245 i32.mul $push7=, $0, $pop85 @@ -2614,7 +2614,7 @@ testL: # @testL tee_local $push82=, $0=, $pop83 i32.const $push81=, 16 i32.shr_u $push8=, $pop82, $pop81 - i32.store8 $drop=, sL+3($pop86), $pop8 + i32.store8 sL+3($pop86), $pop8 i32.const $push80=, 0 i32.const $push79=, 1103515245 i32.mul $push9=, $0, $pop79 @@ -2623,7 +2623,7 @@ testL: # @testL tee_local $push76=, $0=, $pop77 i32.const $push75=, 16 i32.shr_u $push10=, $pop76, $pop75 - i32.store8 $drop=, sL+4($pop80), $pop10 + i32.store8 sL+4($pop80), $pop10 i32.const $push74=, 0 i32.const $push73=, 1103515245 i32.mul $push11=, $0, $pop73 @@ -2632,7 +2632,7 @@ testL: # @testL tee_local $push70=, $0=, $pop71 i32.const $push69=, 16 i32.shr_u $push12=, $pop70, $pop69 - i32.store8 $drop=, sL+5($pop74), $pop12 + i32.store8 sL+5($pop74), $pop12 i32.const $push68=, 0 i32.const $push67=, 1103515245 i32.mul $push13=, $0, $pop67 @@ -2641,7 +2641,7 @@ testL: # @testL tee_local $push64=, $0=, $pop65 i32.const $push63=, 16 i32.shr_u $push14=, $pop64, $pop63 - i32.store8 $drop=, sL+6($pop68), $pop14 + i32.store8 sL+6($pop68), $pop14 i32.const $push62=, 0 i32.const $push61=, 1103515245 i32.mul $push15=, $0, $pop61 @@ -2650,7 +2650,7 @@ testL: # @testL tee_local $push58=, $0=, $pop59 i32.const $push57=, 16 i32.shr_u $push16=, $pop58, $pop57 - i32.store8 $drop=, sL+7($pop62), $pop16 + i32.store8 sL+7($pop62), $pop16 i32.const $push56=, 0 i32.load $1=, sL($pop56) i32.const $push55=, 0 @@ -2664,7 +2664,7 @@ testL: # @testL i32.const $push49=, 12345 i32.add $push48=, $pop18, $pop49 tee_local $push47=, $0=, $pop48 - i32.store $drop=, myrnd.s($pop55), $pop47 + i32.store myrnd.s($pop55), $pop47 i32.const $push46=, 0 i32.const $push45=, 16 i32.shr_u $push44=, $2, $pop45 @@ -2675,7 +2675,7 @@ testL: # @testL i32.and $push19=, $1, $pop41 i32.or $push40=, $pop20, $pop19 tee_local $push39=, $1=, $pop40 - i32.store $drop=, sL($pop46), $pop39 + i32.store sL($pop46), $pop39 block i32.const $push38=, 16 i32.shr_u $push37=, $0, $pop38 @@ -2698,7 +2698,7 @@ testL: # @testL i32.const $push113=, 12345 i32.add $push112=, $pop28, $pop113 tee_local $push111=, $2=, $pop112 - i32.store $drop=, myrnd.s($pop117), $pop111 + i32.store myrnd.s($pop117), $pop111 i32.const $push110=, 0 i32.const $push109=, 16 i32.shr_u $push30=, $2, $pop109 @@ -2710,7 +2710,7 @@ testL: # @testL i32.const $push106=, -64 i32.and $push33=, $1, $pop106 i32.or $push34=, $pop32, $pop33 - i32.store $drop=, sL($pop110), $pop34 + i32.store sL($pop110), $pop34 return .LBB72_2: # %if.then end_block # label1: @@ -2728,7 +2728,7 @@ retmeM: # @retmeM .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end73: @@ -2808,7 +2808,7 @@ fn3M: # @fn3M i32.const $push1=, -64 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sM+4($pop0), $pop5 + i32.store sM+4($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -2832,7 +2832,7 @@ testM: # @testM tee_local $push100=, $0=, $pop101 i32.const $push99=, 16 i32.shr_u $push2=, $pop100, $pop99 - i32.store8 $drop=, sM($pop105), $pop2 + i32.store8 sM($pop105), $pop2 i32.const $push98=, 0 i32.const $push97=, 1103515245 i32.mul $push3=, $0, $pop97 @@ -2841,7 +2841,7 @@ testM: # @testM tee_local $push94=, $0=, $pop95 i32.const $push93=, 16 i32.shr_u $push4=, $pop94, $pop93 - i32.store8 $drop=, sM+1($pop98), $pop4 + i32.store8 sM+1($pop98), $pop4 i32.const $push92=, 0 i32.const $push91=, 1103515245 i32.mul $push5=, $0, $pop91 @@ -2850,7 +2850,7 @@ testM: # @testM tee_local $push88=, $0=, $pop89 i32.const $push87=, 16 i32.shr_u $push6=, $pop88, $pop87 - i32.store8 $drop=, sM+2($pop92), $pop6 + i32.store8 sM+2($pop92), $pop6 i32.const $push86=, 0 i32.const $push85=, 1103515245 i32.mul $push7=, $0, $pop85 @@ -2859,7 +2859,7 @@ testM: # @testM tee_local $push82=, $0=, $pop83 i32.const $push81=, 16 i32.shr_u $push8=, $pop82, $pop81 - i32.store8 $drop=, sM+3($pop86), $pop8 + i32.store8 sM+3($pop86), $pop8 i32.const $push80=, 0 i32.const $push79=, 1103515245 i32.mul $push9=, $0, $pop79 @@ -2868,7 +2868,7 @@ testM: # @testM tee_local $push76=, $0=, $pop77 i32.const $push75=, 16 i32.shr_u $push10=, $pop76, $pop75 - i32.store8 $drop=, sM+4($pop80), $pop10 + i32.store8 sM+4($pop80), $pop10 i32.const $push74=, 0 i32.const $push73=, 1103515245 i32.mul $push11=, $0, $pop73 @@ -2877,7 +2877,7 @@ testM: # @testM tee_local $push70=, $0=, $pop71 i32.const $push69=, 16 i32.shr_u $push12=, $pop70, $pop69 - i32.store8 $drop=, sM+5($pop74), $pop12 + i32.store8 sM+5($pop74), $pop12 i32.const $push68=, 0 i32.const $push67=, 1103515245 i32.mul $push13=, $0, $pop67 @@ -2886,7 +2886,7 @@ testM: # @testM tee_local $push64=, $0=, $pop65 i32.const $push63=, 16 i32.shr_u $push14=, $pop64, $pop63 - i32.store8 $drop=, sM+6($pop68), $pop14 + i32.store8 sM+6($pop68), $pop14 i32.const $push62=, 0 i32.const $push61=, 1103515245 i32.mul $push15=, $0, $pop61 @@ -2895,7 +2895,7 @@ testM: # @testM tee_local $push58=, $0=, $pop59 i32.const $push57=, 16 i32.shr_u $push16=, $pop58, $pop57 - i32.store8 $drop=, sM+7($pop62), $pop16 + i32.store8 sM+7($pop62), $pop16 i32.const $push56=, 0 i32.load $3=, sM+4($pop56) i32.const $push55=, 0 @@ -2909,7 +2909,7 @@ testM: # @testM i32.const $push49=, 12345 i32.add $push48=, $pop18, $pop49 tee_local $push47=, $0=, $pop48 - i32.store $drop=, myrnd.s($pop55), $pop47 + i32.store myrnd.s($pop55), $pop47 i32.const $push46=, 0 i32.const $push45=, 16 i32.shr_u $push44=, $2, $pop45 @@ -2921,7 +2921,7 @@ testM: # @testM tee_local $push40=, $1=, $pop41 i32.or $push39=, $pop20, $pop40 tee_local $push38=, $3=, $pop39 - i32.store $drop=, sM+4($pop46), $pop38 + i32.store sM+4($pop46), $pop38 block i32.const $push37=, 16 i32.shr_u $push36=, $0, $pop37 @@ -2944,7 +2944,7 @@ testM: # @testM i32.const $push112=, 12345 i32.add $push111=, $pop28, $pop112 tee_local $push110=, $3=, $pop111 - i32.store $drop=, myrnd.s($pop116), $pop110 + i32.store myrnd.s($pop116), $pop110 i32.const $push109=, 0 i32.const $push108=, 16 i32.shr_u $push30=, $3, $pop108 @@ -2954,7 +2954,7 @@ testM: # @testM i32.const $push106=, 63 i32.and $push32=, $pop31, $pop106 i32.or $push33=, $pop32, $1 - i32.store $drop=, sM+4($pop109), $pop33 + i32.store sM+4($pop109), $pop33 return .LBB78_2: # %if.then end_block # label2: @@ -2972,7 +2972,7 @@ retmeN: # @retmeN .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end79: @@ -3064,7 +3064,7 @@ fn3N: # @fn3N i64.const $push1=, -4033 i64.and $push2=, $1, $pop1 i64.or $push11=, $pop10, $pop2 - i64.store $drop=, sN($pop0), $pop11 + i64.store sN($pop0), $pop11 copy_local $push17=, $0 # fallthrough-return: $pop17 .endfunc @@ -3088,7 +3088,7 @@ testN: # @testN tee_local $push138=, $2=, $pop139 i32.const $push137=, 16 i32.shr_u $push5=, $pop138, $pop137 - i32.store8 $drop=, sN($pop0), $pop5 + i32.store8 sN($pop0), $pop5 i32.const $push136=, 0 i32.const $push135=, 1103515245 i32.mul $push6=, $2, $pop135 @@ -3097,7 +3097,7 @@ testN: # @testN tee_local $push132=, $2=, $pop133 i32.const $push131=, 16 i32.shr_u $push7=, $pop132, $pop131 - i32.store8 $drop=, sN+1($pop136), $pop7 + i32.store8 sN+1($pop136), $pop7 i32.const $push130=, 0 i32.const $push129=, 1103515245 i32.mul $push8=, $2, $pop129 @@ -3106,7 +3106,7 @@ testN: # @testN tee_local $push126=, $2=, $pop127 i32.const $push125=, 16 i32.shr_u $push9=, $pop126, $pop125 - i32.store8 $drop=, sN+2($pop130), $pop9 + i32.store8 sN+2($pop130), $pop9 i32.const $push124=, 0 i32.const $push123=, 1103515245 i32.mul $push10=, $2, $pop123 @@ -3115,7 +3115,7 @@ testN: # @testN tee_local $push120=, $2=, $pop121 i32.const $push119=, 16 i32.shr_u $push11=, $pop120, $pop119 - i32.store8 $drop=, sN+3($pop124), $pop11 + i32.store8 sN+3($pop124), $pop11 i32.const $push118=, 0 i32.const $push117=, 1103515245 i32.mul $push12=, $2, $pop117 @@ -3124,7 +3124,7 @@ testN: # @testN tee_local $push114=, $2=, $pop115 i32.const $push113=, 16 i32.shr_u $push13=, $pop114, $pop113 - i32.store8 $drop=, sN+4($pop118), $pop13 + i32.store8 sN+4($pop118), $pop13 i32.const $push112=, 0 i32.const $push111=, 1103515245 i32.mul $push14=, $2, $pop111 @@ -3133,7 +3133,7 @@ testN: # @testN tee_local $push108=, $2=, $pop109 i32.const $push107=, 16 i32.shr_u $push15=, $pop108, $pop107 - i32.store8 $drop=, sN+5($pop112), $pop15 + i32.store8 sN+5($pop112), $pop15 i32.const $push106=, 0 i32.const $push105=, 1103515245 i32.mul $push16=, $2, $pop105 @@ -3142,7 +3142,7 @@ testN: # @testN tee_local $push102=, $2=, $pop103 i32.const $push101=, 16 i32.shr_u $push17=, $pop102, $pop101 - i32.store8 $drop=, sN+6($pop106), $pop17 + i32.store8 sN+6($pop106), $pop17 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push18=, $2, $pop99 @@ -3151,7 +3151,7 @@ testN: # @testN tee_local $push96=, $2=, $pop97 i32.const $push95=, 16 i32.shr_u $push19=, $pop96, $pop95 - i32.store8 $drop=, sN+7($pop100), $pop19 + i32.store8 sN+7($pop100), $pop19 i32.const $push94=, 0 i64.load $0=, sN($pop94) i32.const $push93=, 0 @@ -3165,7 +3165,7 @@ testN: # @testN i32.const $push87=, 12345 i32.add $push86=, $pop21, $pop87 tee_local $push85=, $2=, $pop86 - i32.store $drop=, myrnd.s($pop93), $pop85 + i32.store myrnd.s($pop93), $pop85 i32.const $push84=, 0 i32.const $push83=, 16 i32.shr_u $push82=, $4, $pop83 @@ -3180,7 +3180,7 @@ testN: # @testN i64.and $push23=, $0, $pop22 i64.or $push77=, $pop26, $pop23 tee_local $push76=, $5=, $pop77 - i64.store $drop=, sN($pop84), $pop76 + i64.store sN($pop84), $pop76 block i64.const $push75=, 6 i64.shr_u $push27=, $5, $pop75 @@ -3212,7 +3212,7 @@ testN: # @testN i32.const $push160=, 12345 i32.add $push159=, $pop37, $pop160 tee_local $push158=, $2=, $pop159 - i32.store $drop=, myrnd.s($pop38), $pop158 + i32.store myrnd.s($pop38), $pop158 i32.const $push157=, 0 i32.const $push156=, 16 i32.shr_u $push155=, $4, $pop156 @@ -3227,7 +3227,7 @@ testN: # @testN i64.and $push40=, $0, $pop39 i64.or $push150=, $pop43, $pop40 tee_local $push149=, $5=, $pop150 - i64.store $drop=, sN($pop157), $pop149 + i64.store sN($pop157), $pop149 i64.const $push148=, 6 i64.shr_u $push44=, $5, $pop148 i32.wrap/i64 $push147=, $pop44 @@ -3264,7 +3264,7 @@ testN: # @testN i32.const $push174=, 12345 i32.add $push173=, $pop58, $pop174 tee_local $push172=, $4=, $pop173 - i32.store $drop=, myrnd.s($pop59), $pop172 + i32.store myrnd.s($pop59), $pop172 i32.const $push171=, 0 i32.const $push60=, 16 i32.shr_u $push62=, $4, $pop60 @@ -3279,7 +3279,7 @@ testN: # @testN i64.const $push69=, -4033 i64.and $push70=, $0, $pop69 i64.or $push71=, $pop68, $pop70 - i64.store $drop=, sN($pop171), $pop71 + i64.store sN($pop171), $pop71 return .LBB84_5: # %if.then106 end_block # label3: @@ -3297,13 +3297,13 @@ retmeO: # @retmeO .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3):p2align=0 - i64.store $drop=, 0($pop2):p2align=0, $pop4 + i64.store 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end85: @@ -3385,7 +3385,7 @@ fn3O: # @fn3O i64.const $push1=, -4096 i64.and $push2=, $1, $pop1 i64.or $push7=, $pop6, $pop2 - i64.store $drop=, sO+8($pop0), $pop7 + i64.store sO+8($pop0), $pop7 copy_local $push13=, $0 # fallthrough-return: $pop13 .endfunc @@ -3409,7 +3409,7 @@ testO: # @testO tee_local $push197=, $2=, $pop198 i32.const $push196=, 16 i32.shr_u $push7=, $pop197, $pop196 - i32.store8 $drop=, sO($pop2), $pop7 + i32.store8 sO($pop2), $pop7 i32.const $push195=, 0 i32.const $push194=, 1103515245 i32.mul $push8=, $2, $pop194 @@ -3418,7 +3418,7 @@ testO: # @testO tee_local $push191=, $2=, $pop192 i32.const $push190=, 16 i32.shr_u $push9=, $pop191, $pop190 - i32.store8 $drop=, sO+1($pop195), $pop9 + i32.store8 sO+1($pop195), $pop9 i32.const $push189=, 0 i32.const $push188=, 1103515245 i32.mul $push10=, $2, $pop188 @@ -3427,7 +3427,7 @@ testO: # @testO tee_local $push185=, $2=, $pop186 i32.const $push184=, 16 i32.shr_u $push11=, $pop185, $pop184 - i32.store8 $drop=, sO+2($pop189), $pop11 + i32.store8 sO+2($pop189), $pop11 i32.const $push183=, 0 i32.const $push182=, 1103515245 i32.mul $push12=, $2, $pop182 @@ -3436,7 +3436,7 @@ testO: # @testO tee_local $push179=, $2=, $pop180 i32.const $push178=, 16 i32.shr_u $push13=, $pop179, $pop178 - i32.store8 $drop=, sO+3($pop183), $pop13 + i32.store8 sO+3($pop183), $pop13 i32.const $push177=, 0 i32.const $push176=, 1103515245 i32.mul $push14=, $2, $pop176 @@ -3445,7 +3445,7 @@ testO: # @testO tee_local $push173=, $2=, $pop174 i32.const $push172=, 16 i32.shr_u $push15=, $pop173, $pop172 - i32.store8 $drop=, sO+4($pop177), $pop15 + i32.store8 sO+4($pop177), $pop15 i32.const $push171=, 0 i32.const $push170=, 1103515245 i32.mul $push16=, $2, $pop170 @@ -3454,7 +3454,7 @@ testO: # @testO tee_local $push167=, $2=, $pop168 i32.const $push166=, 16 i32.shr_u $push17=, $pop167, $pop166 - i32.store8 $drop=, sO+5($pop171), $pop17 + i32.store8 sO+5($pop171), $pop17 i32.const $push165=, 0 i32.const $push164=, 1103515245 i32.mul $push18=, $2, $pop164 @@ -3463,7 +3463,7 @@ testO: # @testO tee_local $push161=, $2=, $pop162 i32.const $push160=, 16 i32.shr_u $push19=, $pop161, $pop160 - i32.store8 $drop=, sO+6($pop165), $pop19 + i32.store8 sO+6($pop165), $pop19 i32.const $push159=, 0 i32.const $push158=, 1103515245 i32.mul $push20=, $2, $pop158 @@ -3472,7 +3472,7 @@ testO: # @testO tee_local $push155=, $2=, $pop156 i32.const $push154=, 16 i32.shr_u $push21=, $pop155, $pop154 - i32.store8 $drop=, sO+7($pop159), $pop21 + i32.store8 sO+7($pop159), $pop21 i32.const $push153=, 0 i32.const $push152=, 1103515245 i32.mul $push22=, $2, $pop152 @@ -3481,7 +3481,7 @@ testO: # @testO tee_local $push149=, $2=, $pop150 i32.const $push148=, 16 i32.shr_u $push23=, $pop149, $pop148 - i32.store8 $drop=, sO+8($pop153), $pop23 + i32.store8 sO+8($pop153), $pop23 i32.const $push147=, 0 i32.const $push146=, 1103515245 i32.mul $push24=, $2, $pop146 @@ -3490,7 +3490,7 @@ testO: # @testO tee_local $push143=, $2=, $pop144 i32.const $push142=, 16 i32.shr_u $push25=, $pop143, $pop142 - i32.store8 $drop=, sO+9($pop147), $pop25 + i32.store8 sO+9($pop147), $pop25 i32.const $push141=, 0 i32.const $push140=, 1103515245 i32.mul $push26=, $2, $pop140 @@ -3499,7 +3499,7 @@ testO: # @testO tee_local $push137=, $2=, $pop138 i32.const $push136=, 16 i32.shr_u $push27=, $pop137, $pop136 - i32.store8 $drop=, sO+10($pop141), $pop27 + i32.store8 sO+10($pop141), $pop27 i32.const $push135=, 0 i32.const $push134=, 1103515245 i32.mul $push28=, $2, $pop134 @@ -3508,7 +3508,7 @@ testO: # @testO tee_local $push131=, $2=, $pop132 i32.const $push130=, 16 i32.shr_u $push29=, $pop131, $pop130 - i32.store8 $drop=, sO+11($pop135), $pop29 + i32.store8 sO+11($pop135), $pop29 i32.const $push129=, 0 i32.const $push128=, 1103515245 i32.mul $push30=, $2, $pop128 @@ -3517,7 +3517,7 @@ testO: # @testO tee_local $push125=, $2=, $pop126 i32.const $push124=, 16 i32.shr_u $push31=, $pop125, $pop124 - i32.store8 $drop=, sO+12($pop129), $pop31 + i32.store8 sO+12($pop129), $pop31 i32.const $push123=, 0 i32.const $push122=, 1103515245 i32.mul $push32=, $2, $pop122 @@ -3526,7 +3526,7 @@ testO: # @testO tee_local $push119=, $2=, $pop120 i32.const $push118=, 16 i32.shr_u $push33=, $pop119, $pop118 - i32.store8 $drop=, sO+13($pop123), $pop33 + i32.store8 sO+13($pop123), $pop33 i32.const $push117=, 0 i32.const $push116=, 1103515245 i32.mul $push34=, $2, $pop116 @@ -3535,7 +3535,7 @@ testO: # @testO tee_local $push113=, $2=, $pop114 i32.const $push112=, 16 i32.shr_u $push35=, $pop113, $pop112 - i32.store8 $drop=, sO+14($pop117), $pop35 + i32.store8 sO+14($pop117), $pop35 i32.const $push111=, 0 i32.const $push110=, 1103515245 i32.mul $push36=, $2, $pop110 @@ -3544,7 +3544,7 @@ testO: # @testO tee_local $push107=, $2=, $pop108 i32.const $push106=, 16 i32.shr_u $push37=, $pop107, $pop106 - i32.store8 $drop=, sO+15($pop111), $pop37 + i32.store8 sO+15($pop111), $pop37 i32.const $push105=, 0 i64.load $0=, sO+8($pop105) i32.const $push104=, 0 @@ -3558,7 +3558,7 @@ testO: # @testO i32.const $push98=, 12345 i32.add $push97=, $pop39, $pop98 tee_local $push96=, $1=, $pop97 - i32.store $drop=, myrnd.s($pop104), $pop96 + i32.store myrnd.s($pop104), $pop96 i32.const $push95=, 0 i32.const $push94=, 16 i32.shr_u $push42=, $2, $pop94 @@ -3570,7 +3570,7 @@ testO: # @testO i64.and $push41=, $0, $pop40 i64.or $push90=, $pop43, $pop41 tee_local $push89=, $3=, $pop90 - i64.store $drop=, sO+8($pop95), $pop89 + i64.store sO+8($pop95), $pop89 block i32.wrap/i64 $push88=, $3 tee_local $push87=, $5=, $pop88 @@ -3602,7 +3602,7 @@ testO: # @testO i32.const $push216=, 12345 i32.add $push215=, $pop53, $pop216 tee_local $push214=, $1=, $pop215 - i32.store $drop=, myrnd.s($pop54), $pop214 + i32.store myrnd.s($pop54), $pop214 i32.const $push213=, 0 i32.const $push212=, 16 i32.shr_u $push57=, $2, $pop212 @@ -3614,7 +3614,7 @@ testO: # @testO i64.and $push56=, $0, $pop55 i64.or $push208=, $pop58, $pop56 tee_local $push207=, $3=, $pop208 - i64.store $drop=, sO+8($pop213), $pop207 + i64.store sO+8($pop213), $pop207 i32.wrap/i64 $push206=, $3 tee_local $push205=, $5=, $pop206 i32.const $push204=, 2047 @@ -3649,7 +3649,7 @@ testO: # @testO i32.const $push230=, 12345 i32.add $push229=, $pop73, $pop230 tee_local $push228=, $1=, $pop229 - i32.store $drop=, myrnd.s($pop74), $pop228 + i32.store myrnd.s($pop74), $pop228 i32.const $push227=, 0 i32.const $push75=, 16 i32.shr_u $push79=, $1, $pop75 @@ -3664,7 +3664,7 @@ testO: # @testO i64.const $push83=, -4096 i64.and $push84=, $0, $pop83 i64.or $push85=, $pop82, $pop84 - i64.store $drop=, sO+8($pop227), $pop85 + i64.store sO+8($pop227), $pop85 return .LBB90_5: # %if.then93 end_block # label4: @@ -3682,13 +3682,13 @@ retmeP: # @retmeP .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i64.load $push4=, 0($pop3):p2align=0 - i64.store $drop=, 0($pop2):p2align=0, $pop4 + i64.store 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end91: @@ -3770,7 +3770,7 @@ fn3P: # @fn3P i64.const $push1=, -4096 i64.and $push2=, $1, $pop1 i64.or $push7=, $pop6, $pop2 - i64.store $drop=, sP($pop0), $pop7 + i64.store sP($pop0), $pop7 copy_local $push13=, $0 # fallthrough-return: $pop13 .endfunc @@ -3794,7 +3794,7 @@ testP: # @testP tee_local $push197=, $2=, $pop198 i32.const $push196=, 16 i32.shr_u $push7=, $pop197, $pop196 - i32.store8 $drop=, sP($pop2), $pop7 + i32.store8 sP($pop2), $pop7 i32.const $push195=, 0 i32.const $push194=, 1103515245 i32.mul $push8=, $2, $pop194 @@ -3803,7 +3803,7 @@ testP: # @testP tee_local $push191=, $2=, $pop192 i32.const $push190=, 16 i32.shr_u $push9=, $pop191, $pop190 - i32.store8 $drop=, sP+1($pop195), $pop9 + i32.store8 sP+1($pop195), $pop9 i32.const $push189=, 0 i32.const $push188=, 1103515245 i32.mul $push10=, $2, $pop188 @@ -3812,7 +3812,7 @@ testP: # @testP tee_local $push185=, $2=, $pop186 i32.const $push184=, 16 i32.shr_u $push11=, $pop185, $pop184 - i32.store8 $drop=, sP+2($pop189), $pop11 + i32.store8 sP+2($pop189), $pop11 i32.const $push183=, 0 i32.const $push182=, 1103515245 i32.mul $push12=, $2, $pop182 @@ -3821,7 +3821,7 @@ testP: # @testP tee_local $push179=, $2=, $pop180 i32.const $push178=, 16 i32.shr_u $push13=, $pop179, $pop178 - i32.store8 $drop=, sP+3($pop183), $pop13 + i32.store8 sP+3($pop183), $pop13 i32.const $push177=, 0 i32.const $push176=, 1103515245 i32.mul $push14=, $2, $pop176 @@ -3830,7 +3830,7 @@ testP: # @testP tee_local $push173=, $2=, $pop174 i32.const $push172=, 16 i32.shr_u $push15=, $pop173, $pop172 - i32.store8 $drop=, sP+4($pop177), $pop15 + i32.store8 sP+4($pop177), $pop15 i32.const $push171=, 0 i32.const $push170=, 1103515245 i32.mul $push16=, $2, $pop170 @@ -3839,7 +3839,7 @@ testP: # @testP tee_local $push167=, $2=, $pop168 i32.const $push166=, 16 i32.shr_u $push17=, $pop167, $pop166 - i32.store8 $drop=, sP+5($pop171), $pop17 + i32.store8 sP+5($pop171), $pop17 i32.const $push165=, 0 i32.const $push164=, 1103515245 i32.mul $push18=, $2, $pop164 @@ -3848,7 +3848,7 @@ testP: # @testP tee_local $push161=, $2=, $pop162 i32.const $push160=, 16 i32.shr_u $push19=, $pop161, $pop160 - i32.store8 $drop=, sP+6($pop165), $pop19 + i32.store8 sP+6($pop165), $pop19 i32.const $push159=, 0 i32.const $push158=, 1103515245 i32.mul $push20=, $2, $pop158 @@ -3857,7 +3857,7 @@ testP: # @testP tee_local $push155=, $2=, $pop156 i32.const $push154=, 16 i32.shr_u $push21=, $pop155, $pop154 - i32.store8 $drop=, sP+7($pop159), $pop21 + i32.store8 sP+7($pop159), $pop21 i32.const $push153=, 0 i32.const $push152=, 1103515245 i32.mul $push22=, $2, $pop152 @@ -3866,7 +3866,7 @@ testP: # @testP tee_local $push149=, $2=, $pop150 i32.const $push148=, 16 i32.shr_u $push23=, $pop149, $pop148 - i32.store8 $drop=, sP+8($pop153), $pop23 + i32.store8 sP+8($pop153), $pop23 i32.const $push147=, 0 i32.const $push146=, 1103515245 i32.mul $push24=, $2, $pop146 @@ -3875,7 +3875,7 @@ testP: # @testP tee_local $push143=, $2=, $pop144 i32.const $push142=, 16 i32.shr_u $push25=, $pop143, $pop142 - i32.store8 $drop=, sP+9($pop147), $pop25 + i32.store8 sP+9($pop147), $pop25 i32.const $push141=, 0 i32.const $push140=, 1103515245 i32.mul $push26=, $2, $pop140 @@ -3884,7 +3884,7 @@ testP: # @testP tee_local $push137=, $2=, $pop138 i32.const $push136=, 16 i32.shr_u $push27=, $pop137, $pop136 - i32.store8 $drop=, sP+10($pop141), $pop27 + i32.store8 sP+10($pop141), $pop27 i32.const $push135=, 0 i32.const $push134=, 1103515245 i32.mul $push28=, $2, $pop134 @@ -3893,7 +3893,7 @@ testP: # @testP tee_local $push131=, $2=, $pop132 i32.const $push130=, 16 i32.shr_u $push29=, $pop131, $pop130 - i32.store8 $drop=, sP+11($pop135), $pop29 + i32.store8 sP+11($pop135), $pop29 i32.const $push129=, 0 i32.const $push128=, 1103515245 i32.mul $push30=, $2, $pop128 @@ -3902,7 +3902,7 @@ testP: # @testP tee_local $push125=, $2=, $pop126 i32.const $push124=, 16 i32.shr_u $push31=, $pop125, $pop124 - i32.store8 $drop=, sP+12($pop129), $pop31 + i32.store8 sP+12($pop129), $pop31 i32.const $push123=, 0 i32.const $push122=, 1103515245 i32.mul $push32=, $2, $pop122 @@ -3911,7 +3911,7 @@ testP: # @testP tee_local $push119=, $2=, $pop120 i32.const $push118=, 16 i32.shr_u $push33=, $pop119, $pop118 - i32.store8 $drop=, sP+13($pop123), $pop33 + i32.store8 sP+13($pop123), $pop33 i32.const $push117=, 0 i32.const $push116=, 1103515245 i32.mul $push34=, $2, $pop116 @@ -3920,7 +3920,7 @@ testP: # @testP tee_local $push113=, $2=, $pop114 i32.const $push112=, 16 i32.shr_u $push35=, $pop113, $pop112 - i32.store8 $drop=, sP+14($pop117), $pop35 + i32.store8 sP+14($pop117), $pop35 i32.const $push111=, 0 i32.const $push110=, 1103515245 i32.mul $push36=, $2, $pop110 @@ -3929,7 +3929,7 @@ testP: # @testP tee_local $push107=, $2=, $pop108 i32.const $push106=, 16 i32.shr_u $push37=, $pop107, $pop106 - i32.store8 $drop=, sP+15($pop111), $pop37 + i32.store8 sP+15($pop111), $pop37 i32.const $push105=, 0 i64.load $0=, sP($pop105) i32.const $push104=, 0 @@ -3943,7 +3943,7 @@ testP: # @testP i32.const $push98=, 12345 i32.add $push97=, $pop39, $pop98 tee_local $push96=, $1=, $pop97 - i32.store $drop=, myrnd.s($pop104), $pop96 + i32.store myrnd.s($pop104), $pop96 i32.const $push95=, 0 i32.const $push94=, 16 i32.shr_u $push42=, $2, $pop94 @@ -3955,7 +3955,7 @@ testP: # @testP i64.and $push41=, $0, $pop40 i64.or $push90=, $pop43, $pop41 tee_local $push89=, $3=, $pop90 - i64.store $drop=, sP($pop95), $pop89 + i64.store sP($pop95), $pop89 block i32.wrap/i64 $push88=, $3 tee_local $push87=, $5=, $pop88 @@ -3987,7 +3987,7 @@ testP: # @testP i32.const $push216=, 12345 i32.add $push215=, $pop53, $pop216 tee_local $push214=, $1=, $pop215 - i32.store $drop=, myrnd.s($pop54), $pop214 + i32.store myrnd.s($pop54), $pop214 i32.const $push213=, 0 i32.const $push212=, 16 i32.shr_u $push57=, $2, $pop212 @@ -3999,7 +3999,7 @@ testP: # @testP i64.and $push56=, $0, $pop55 i64.or $push208=, $pop58, $pop56 tee_local $push207=, $3=, $pop208 - i64.store $drop=, sP($pop213), $pop207 + i64.store sP($pop213), $pop207 i32.wrap/i64 $push206=, $3 tee_local $push205=, $5=, $pop206 i32.const $push204=, 2047 @@ -4034,7 +4034,7 @@ testP: # @testP i32.const $push230=, 12345 i32.add $push229=, $pop73, $pop230 tee_local $push228=, $1=, $pop229 - i32.store $drop=, myrnd.s($pop74), $pop228 + i32.store myrnd.s($pop74), $pop228 i32.const $push227=, 0 i32.const $push75=, 16 i32.shr_u $push79=, $1, $pop75 @@ -4049,7 +4049,7 @@ testP: # @testP i64.const $push83=, -4096 i64.and $push84=, $0, $pop83 i64.or $push85=, $pop82, $pop84 - i64.store $drop=, sP($pop227), $pop85 + i64.store sP($pop227), $pop85 return .LBB96_5: # %if.then89 end_block # label5: @@ -4067,13 +4067,13 @@ retmeQ: # @retmeQ .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end97: @@ -4153,7 +4153,7 @@ fn3Q: # @fn3Q i32.const $push1=, 61440 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store16 $drop=, sQ($pop0), $pop5 + i32.store16 sQ($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -4177,7 +4177,7 @@ testQ: # @testQ tee_local $push104=, $0=, $pop105 i32.const $push5=, 16 i32.shr_u $push6=, $pop104, $pop5 - i32.store8 $drop=, sQ($pop0), $pop6 + i32.store8 sQ($pop0), $pop6 i32.const $push103=, 0 i32.const $push102=, 1103515245 i32.mul $push7=, $0, $pop102 @@ -4186,7 +4186,7 @@ testQ: # @testQ tee_local $push99=, $0=, $pop100 i32.const $push98=, 16 i32.shr_u $push8=, $pop99, $pop98 - i32.store8 $drop=, sQ+1($pop103), $pop8 + i32.store8 sQ+1($pop103), $pop8 i32.const $push97=, 0 i32.const $push96=, 1103515245 i32.mul $push9=, $0, $pop96 @@ -4195,7 +4195,7 @@ testQ: # @testQ tee_local $push93=, $0=, $pop94 i32.const $push92=, 16 i32.shr_u $push10=, $pop93, $pop92 - i32.store8 $drop=, sQ+2($pop97), $pop10 + i32.store8 sQ+2($pop97), $pop10 i32.const $push91=, 0 i32.const $push90=, 1103515245 i32.mul $push11=, $0, $pop90 @@ -4204,7 +4204,7 @@ testQ: # @testQ tee_local $push87=, $0=, $pop88 i32.const $push86=, 16 i32.shr_u $push12=, $pop87, $pop86 - i32.store8 $drop=, sQ+3($pop91), $pop12 + i32.store8 sQ+3($pop91), $pop12 i32.const $push85=, 0 i32.const $push84=, 1103515245 i32.mul $push13=, $0, $pop84 @@ -4213,7 +4213,7 @@ testQ: # @testQ tee_local $push81=, $0=, $pop82 i32.const $push80=, 16 i32.shr_u $push14=, $pop81, $pop80 - i32.store8 $drop=, sQ+4($pop85), $pop14 + i32.store8 sQ+4($pop85), $pop14 i32.const $push79=, 0 i32.const $push78=, 1103515245 i32.mul $push15=, $0, $pop78 @@ -4222,7 +4222,7 @@ testQ: # @testQ tee_local $push75=, $0=, $pop76 i32.const $push74=, 16 i32.shr_u $push16=, $pop75, $pop74 - i32.store8 $drop=, sQ+5($pop79), $pop16 + i32.store8 sQ+5($pop79), $pop16 i32.const $push73=, 0 i32.const $push72=, 1103515245 i32.mul $push17=, $0, $pop72 @@ -4231,7 +4231,7 @@ testQ: # @testQ tee_local $push69=, $0=, $pop70 i32.const $push68=, 16 i32.shr_u $push18=, $pop69, $pop68 - i32.store8 $drop=, sQ+6($pop73), $pop18 + i32.store8 sQ+6($pop73), $pop18 i32.const $push67=, 0 i32.const $push66=, 1103515245 i32.mul $push19=, $0, $pop66 @@ -4240,7 +4240,7 @@ testQ: # @testQ tee_local $push63=, $0=, $pop64 i32.const $push62=, 16 i32.shr_u $push20=, $pop63, $pop62 - i32.store8 $drop=, sQ+7($pop67), $pop20 + i32.store8 sQ+7($pop67), $pop20 i32.const $push61=, 0 i32.const $push60=, 1103515245 i32.mul $push21=, $0, $pop60 @@ -4249,7 +4249,7 @@ testQ: # @testQ tee_local $push57=, $0=, $pop58 i32.const $push56=, 16 i32.shr_u $push22=, $pop57, $pop56 - i32.store8 $drop=, sQ+8($pop61), $pop22 + i32.store8 sQ+8($pop61), $pop22 i32.const $push55=, 0 i32.const $push54=, 1103515245 i32.mul $push23=, $0, $pop54 @@ -4258,7 +4258,7 @@ testQ: # @testQ tee_local $push51=, $0=, $pop52 i32.const $push50=, 16 i32.shr_u $push24=, $pop51, $pop50 - i32.store8 $drop=, sQ+9($pop55), $pop24 + i32.store8 sQ+9($pop55), $pop24 i32.const $push49=, 0 i32.load16_u $2=, sQ($pop49) i32.const $push48=, 0 @@ -4272,7 +4272,7 @@ testQ: # @testQ i32.const $push44=, 12345 i32.add $push43=, $pop28, $pop44 tee_local $push42=, $1=, $pop43 - i32.store $drop=, myrnd.s($pop48), $pop42 + i32.store myrnd.s($pop48), $pop42 i32.const $push41=, 0 i32.const $push40=, 16 i32.shr_u $push32=, $1, $pop40 @@ -4286,7 +4286,7 @@ testQ: # @testQ i32.const $push35=, 61440 i32.and $push36=, $2, $pop35 i32.or $push37=, $pop34, $pop36 - i32.store16 $drop=, sQ($pop41), $pop37 + i32.store16 sQ($pop41), $pop37 # fallthrough-return .endfunc .Lfunc_end102: @@ -4300,13 +4300,13 @@ retmeR: # @retmeR .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end103: @@ -4386,7 +4386,7 @@ fn3R: # @fn3R i32.const $push1=, 65532 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store16 $drop=, sR($pop0), $pop5 + i32.store16 sR($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -4410,7 +4410,7 @@ testR: # @testR tee_local $push103=, $0=, $pop104 i32.const $push5=, 16 i32.shr_u $push6=, $pop103, $pop5 - i32.store8 $drop=, sR($pop0), $pop6 + i32.store8 sR($pop0), $pop6 i32.const $push102=, 0 i32.const $push101=, 1103515245 i32.mul $push7=, $0, $pop101 @@ -4419,7 +4419,7 @@ testR: # @testR tee_local $push98=, $0=, $pop99 i32.const $push97=, 16 i32.shr_u $push8=, $pop98, $pop97 - i32.store8 $drop=, sR+1($pop102), $pop8 + i32.store8 sR+1($pop102), $pop8 i32.const $push96=, 0 i32.const $push95=, 1103515245 i32.mul $push9=, $0, $pop95 @@ -4428,7 +4428,7 @@ testR: # @testR tee_local $push92=, $0=, $pop93 i32.const $push91=, 16 i32.shr_u $push10=, $pop92, $pop91 - i32.store8 $drop=, sR+2($pop96), $pop10 + i32.store8 sR+2($pop96), $pop10 i32.const $push90=, 0 i32.const $push89=, 1103515245 i32.mul $push11=, $0, $pop89 @@ -4437,7 +4437,7 @@ testR: # @testR tee_local $push86=, $0=, $pop87 i32.const $push85=, 16 i32.shr_u $push12=, $pop86, $pop85 - i32.store8 $drop=, sR+3($pop90), $pop12 + i32.store8 sR+3($pop90), $pop12 i32.const $push84=, 0 i32.const $push83=, 1103515245 i32.mul $push13=, $0, $pop83 @@ -4446,7 +4446,7 @@ testR: # @testR tee_local $push80=, $0=, $pop81 i32.const $push79=, 16 i32.shr_u $push14=, $pop80, $pop79 - i32.store8 $drop=, sR+4($pop84), $pop14 + i32.store8 sR+4($pop84), $pop14 i32.const $push78=, 0 i32.const $push77=, 1103515245 i32.mul $push15=, $0, $pop77 @@ -4455,7 +4455,7 @@ testR: # @testR tee_local $push74=, $0=, $pop75 i32.const $push73=, 16 i32.shr_u $push16=, $pop74, $pop73 - i32.store8 $drop=, sR+5($pop78), $pop16 + i32.store8 sR+5($pop78), $pop16 i32.const $push72=, 0 i32.const $push71=, 1103515245 i32.mul $push17=, $0, $pop71 @@ -4464,7 +4464,7 @@ testR: # @testR tee_local $push68=, $0=, $pop69 i32.const $push67=, 16 i32.shr_u $push18=, $pop68, $pop67 - i32.store8 $drop=, sR+6($pop72), $pop18 + i32.store8 sR+6($pop72), $pop18 i32.const $push66=, 0 i32.const $push65=, 1103515245 i32.mul $push19=, $0, $pop65 @@ -4473,7 +4473,7 @@ testR: # @testR tee_local $push62=, $0=, $pop63 i32.const $push61=, 16 i32.shr_u $push20=, $pop62, $pop61 - i32.store8 $drop=, sR+7($pop66), $pop20 + i32.store8 sR+7($pop66), $pop20 i32.const $push60=, 0 i32.const $push59=, 1103515245 i32.mul $push21=, $0, $pop59 @@ -4482,7 +4482,7 @@ testR: # @testR tee_local $push56=, $0=, $pop57 i32.const $push55=, 16 i32.shr_u $push22=, $pop56, $pop55 - i32.store8 $drop=, sR+8($pop60), $pop22 + i32.store8 sR+8($pop60), $pop22 i32.const $push54=, 0 i32.const $push53=, 1103515245 i32.mul $push23=, $0, $pop53 @@ -4491,7 +4491,7 @@ testR: # @testR tee_local $push50=, $0=, $pop51 i32.const $push49=, 16 i32.shr_u $push24=, $pop50, $pop49 - i32.store8 $drop=, sR+9($pop54), $pop24 + i32.store8 sR+9($pop54), $pop24 i32.const $push48=, 0 i32.load16_u $2=, sR($pop48) i32.const $push47=, 0 @@ -4505,7 +4505,7 @@ testR: # @testR i32.const $push43=, 12345 i32.add $push42=, $pop28, $pop43 tee_local $push41=, $1=, $pop42 - i32.store $drop=, myrnd.s($pop47), $pop41 + i32.store myrnd.s($pop47), $pop41 i32.const $push40=, 0 i32.const $push39=, 16 i32.shr_u $push30=, $1, $pop39 @@ -4517,7 +4517,7 @@ testR: # @testR i32.const $push34=, 65532 i32.and $push35=, $2, $pop34 i32.or $push36=, $pop33, $pop35 - i32.store16 $drop=, sR($pop40), $pop36 + i32.store16 sR($pop40), $pop36 block i32.const $push37=, 1 i32.eqz $push106=, $pop37 @@ -4540,13 +4540,13 @@ retmeS: # @retmeS .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end109: @@ -4626,7 +4626,7 @@ fn3S: # @fn3S i32.const $push1=, 65534 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store16 $drop=, sS($pop0), $pop5 + i32.store16 sS($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -4650,7 +4650,7 @@ testS: # @testS tee_local $push103=, $0=, $pop104 i32.const $push5=, 16 i32.shr_u $push6=, $pop103, $pop5 - i32.store8 $drop=, sS($pop0), $pop6 + i32.store8 sS($pop0), $pop6 i32.const $push102=, 0 i32.const $push101=, 1103515245 i32.mul $push7=, $0, $pop101 @@ -4659,7 +4659,7 @@ testS: # @testS tee_local $push98=, $0=, $pop99 i32.const $push97=, 16 i32.shr_u $push8=, $pop98, $pop97 - i32.store8 $drop=, sS+1($pop102), $pop8 + i32.store8 sS+1($pop102), $pop8 i32.const $push96=, 0 i32.const $push95=, 1103515245 i32.mul $push9=, $0, $pop95 @@ -4668,7 +4668,7 @@ testS: # @testS tee_local $push92=, $0=, $pop93 i32.const $push91=, 16 i32.shr_u $push10=, $pop92, $pop91 - i32.store8 $drop=, sS+2($pop96), $pop10 + i32.store8 sS+2($pop96), $pop10 i32.const $push90=, 0 i32.const $push89=, 1103515245 i32.mul $push11=, $0, $pop89 @@ -4677,7 +4677,7 @@ testS: # @testS tee_local $push86=, $0=, $pop87 i32.const $push85=, 16 i32.shr_u $push12=, $pop86, $pop85 - i32.store8 $drop=, sS+3($pop90), $pop12 + i32.store8 sS+3($pop90), $pop12 i32.const $push84=, 0 i32.const $push83=, 1103515245 i32.mul $push13=, $0, $pop83 @@ -4686,7 +4686,7 @@ testS: # @testS tee_local $push80=, $0=, $pop81 i32.const $push79=, 16 i32.shr_u $push14=, $pop80, $pop79 - i32.store8 $drop=, sS+4($pop84), $pop14 + i32.store8 sS+4($pop84), $pop14 i32.const $push78=, 0 i32.const $push77=, 1103515245 i32.mul $push15=, $0, $pop77 @@ -4695,7 +4695,7 @@ testS: # @testS tee_local $push74=, $0=, $pop75 i32.const $push73=, 16 i32.shr_u $push16=, $pop74, $pop73 - i32.store8 $drop=, sS+5($pop78), $pop16 + i32.store8 sS+5($pop78), $pop16 i32.const $push72=, 0 i32.const $push71=, 1103515245 i32.mul $push17=, $0, $pop71 @@ -4704,7 +4704,7 @@ testS: # @testS tee_local $push68=, $0=, $pop69 i32.const $push67=, 16 i32.shr_u $push18=, $pop68, $pop67 - i32.store8 $drop=, sS+6($pop72), $pop18 + i32.store8 sS+6($pop72), $pop18 i32.const $push66=, 0 i32.const $push65=, 1103515245 i32.mul $push19=, $0, $pop65 @@ -4713,7 +4713,7 @@ testS: # @testS tee_local $push62=, $0=, $pop63 i32.const $push61=, 16 i32.shr_u $push20=, $pop62, $pop61 - i32.store8 $drop=, sS+7($pop66), $pop20 + i32.store8 sS+7($pop66), $pop20 i32.const $push60=, 0 i32.const $push59=, 1103515245 i32.mul $push21=, $0, $pop59 @@ -4722,7 +4722,7 @@ testS: # @testS tee_local $push56=, $0=, $pop57 i32.const $push55=, 16 i32.shr_u $push22=, $pop56, $pop55 - i32.store8 $drop=, sS+8($pop60), $pop22 + i32.store8 sS+8($pop60), $pop22 i32.const $push54=, 0 i32.const $push53=, 1103515245 i32.mul $push23=, $0, $pop53 @@ -4731,7 +4731,7 @@ testS: # @testS tee_local $push50=, $0=, $pop51 i32.const $push49=, 16 i32.shr_u $push24=, $pop50, $pop49 - i32.store8 $drop=, sS+9($pop54), $pop24 + i32.store8 sS+9($pop54), $pop24 i32.const $push48=, 0 i32.load16_u $2=, sS($pop48) i32.const $push47=, 0 @@ -4745,7 +4745,7 @@ testS: # @testS i32.const $push43=, 12345 i32.add $push42=, $pop28, $pop43 tee_local $push41=, $1=, $pop42 - i32.store $drop=, myrnd.s($pop47), $pop41 + i32.store myrnd.s($pop47), $pop41 i32.const $push40=, 0 i32.const $push39=, 16 i32.shr_u $push30=, $1, $pop39 @@ -4757,7 +4757,7 @@ testS: # @testS i32.const $push34=, 65534 i32.and $push35=, $2, $pop34 i32.or $push36=, $pop33, $pop35 - i32.store16 $drop=, sS($pop40), $pop36 + i32.store16 sS($pop40), $pop36 block i32.const $push37=, 1 i32.eqz $push106=, $pop37 @@ -4780,7 +4780,7 @@ retmeT: # @retmeT .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=0 - i32.store $drop=, 0($0):p2align=1, $pop0 + i32.store 0($0):p2align=1, $pop0 # fallthrough-return .endfunc .Lfunc_end115: @@ -4860,7 +4860,7 @@ fn3T: # @fn3T i32.const $push1=, 65534 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store16 $drop=, sT($pop0), $pop5 + i32.store16 sT($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -4884,7 +4884,7 @@ testT: # @testT tee_local $push71=, $0=, $pop72 i32.const $push70=, 16 i32.shr_u $push2=, $pop71, $pop70 - i32.store8 $drop=, sT($pop76), $pop2 + i32.store8 sT($pop76), $pop2 i32.const $push69=, 0 i32.const $push68=, 1103515245 i32.mul $push3=, $0, $pop68 @@ -4893,7 +4893,7 @@ testT: # @testT tee_local $push65=, $0=, $pop66 i32.const $push64=, 16 i32.shr_u $push4=, $pop65, $pop64 - i32.store8 $drop=, sT+1($pop69), $pop4 + i32.store8 sT+1($pop69), $pop4 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push5=, $0, $pop62 @@ -4902,7 +4902,7 @@ testT: # @testT tee_local $push59=, $0=, $pop60 i32.const $push58=, 16 i32.shr_u $push6=, $pop59, $pop58 - i32.store8 $drop=, sT+2($pop63), $pop6 + i32.store8 sT+2($pop63), $pop6 i32.const $push57=, 0 i32.const $push56=, 1103515245 i32.mul $push7=, $0, $pop56 @@ -4911,7 +4911,7 @@ testT: # @testT tee_local $push53=, $0=, $pop54 i32.const $push52=, 16 i32.shr_u $push8=, $pop53, $pop52 - i32.store8 $drop=, sT+3($pop57), $pop8 + i32.store8 sT+3($pop57), $pop8 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push11=, $0, $pop50 @@ -4928,14 +4928,14 @@ testT: # @testT i32.const $push41=, 65534 i32.and $push10=, $pop9, $pop41 i32.or $push13=, $pop12, $pop10 - i32.store16 $drop=, sT($pop51), $pop13 + i32.store16 sT($pop51), $pop13 i32.const $push40=, 0 i32.const $push39=, 1103515245 i32.mul $push14=, $0, $pop39 i32.const $push38=, 12345 i32.add $push37=, $pop14, $pop38 tee_local $push36=, $0=, $pop37 - i32.store $drop=, myrnd.s($pop40), $pop36 + i32.store myrnd.s($pop40), $pop36 block i32.const $push35=, 16 i32.shr_u $push34=, $0, $pop35 @@ -4961,7 +4961,7 @@ testT: # @testT i32.const $push85=, 12345 i32.add $push84=, $pop22, $pop85 tee_local $push83=, $2=, $pop84 - i32.store $drop=, myrnd.s($pop89), $pop83 + i32.store myrnd.s($pop89), $pop83 i32.const $push82=, 0 i32.const $push81=, 16 i32.shr_u $push24=, $2, $pop81 @@ -4973,7 +4973,7 @@ testT: # @testT i32.const $push78=, 65534 i32.and $push27=, $1, $pop78 i32.or $push28=, $pop26, $pop27 - i32.store16 $drop=, sT($pop82), $pop28 + i32.store16 sT($pop82), $pop28 i32.const $push77=, 1 i32.eqz $push90=, $pop77 br_if 0, $pop90 # 0: down to label8 @@ -4995,13 +4995,13 @@ retmeU: # @retmeU .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i32.const $push5=, 8 i32.add $push3=, $1, $pop5 i32.load16_u $push4=, 0($pop3):p2align=0 - i32.store16 $drop=, 0($pop2):p2align=0, $pop4 + i32.store16 0($pop2):p2align=0, $pop4 # fallthrough-return .endfunc .Lfunc_end121: @@ -5091,7 +5091,7 @@ fn3U: # @fn3U i32.const $push1=, 65471 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store16 $drop=, sU($pop0), $pop8 + i32.store16 sU($pop0), $pop8 i32.const $push9=, 1 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -5116,7 +5116,7 @@ testU: # @testU tee_local $push164=, $2=, $pop165 i32.const $push163=, 16 i32.shr_u $push5=, $pop164, $pop163 - i32.store8 $drop=, sU($pop0), $pop5 + i32.store8 sU($pop0), $pop5 i32.const $push162=, 0 i32.const $push161=, 1103515245 i32.mul $push6=, $2, $pop161 @@ -5125,7 +5125,7 @@ testU: # @testU tee_local $push158=, $2=, $pop159 i32.const $push157=, 16 i32.shr_u $push7=, $pop158, $pop157 - i32.store8 $drop=, sU+1($pop162), $pop7 + i32.store8 sU+1($pop162), $pop7 i32.const $push156=, 0 i32.const $push155=, 1103515245 i32.mul $push8=, $2, $pop155 @@ -5134,7 +5134,7 @@ testU: # @testU tee_local $push152=, $2=, $pop153 i32.const $push151=, 16 i32.shr_u $push9=, $pop152, $pop151 - i32.store8 $drop=, sU+2($pop156), $pop9 + i32.store8 sU+2($pop156), $pop9 i32.const $push150=, 0 i32.const $push149=, 1103515245 i32.mul $push10=, $2, $pop149 @@ -5143,7 +5143,7 @@ testU: # @testU tee_local $push146=, $2=, $pop147 i32.const $push145=, 16 i32.shr_u $push11=, $pop146, $pop145 - i32.store8 $drop=, sU+3($pop150), $pop11 + i32.store8 sU+3($pop150), $pop11 i32.const $push144=, 0 i32.const $push143=, 1103515245 i32.mul $push12=, $2, $pop143 @@ -5152,7 +5152,7 @@ testU: # @testU tee_local $push140=, $2=, $pop141 i32.const $push139=, 16 i32.shr_u $push13=, $pop140, $pop139 - i32.store8 $drop=, sU+4($pop144), $pop13 + i32.store8 sU+4($pop144), $pop13 i32.const $push138=, 0 i32.const $push137=, 1103515245 i32.mul $push14=, $2, $pop137 @@ -5161,7 +5161,7 @@ testU: # @testU tee_local $push134=, $2=, $pop135 i32.const $push133=, 16 i32.shr_u $push15=, $pop134, $pop133 - i32.store8 $drop=, sU+5($pop138), $pop15 + i32.store8 sU+5($pop138), $pop15 i32.const $push132=, 0 i32.const $push131=, 1103515245 i32.mul $push16=, $2, $pop131 @@ -5170,7 +5170,7 @@ testU: # @testU tee_local $push128=, $2=, $pop129 i32.const $push127=, 16 i32.shr_u $push17=, $pop128, $pop127 - i32.store8 $drop=, sU+6($pop132), $pop17 + i32.store8 sU+6($pop132), $pop17 i32.const $push126=, 0 i32.const $push125=, 1103515245 i32.mul $push18=, $2, $pop125 @@ -5179,7 +5179,7 @@ testU: # @testU tee_local $push122=, $2=, $pop123 i32.const $push121=, 16 i32.shr_u $push19=, $pop122, $pop121 - i32.store8 $drop=, sU+7($pop126), $pop19 + i32.store8 sU+7($pop126), $pop19 i32.const $push120=, 0 i32.const $push119=, 1103515245 i32.mul $push20=, $2, $pop119 @@ -5188,7 +5188,7 @@ testU: # @testU tee_local $push116=, $2=, $pop117 i32.const $push115=, 16 i32.shr_u $push21=, $pop116, $pop115 - i32.store8 $drop=, sU+8($pop120), $pop21 + i32.store8 sU+8($pop120), $pop21 i32.const $push114=, 0 i32.const $push113=, 1103515245 i32.mul $push22=, $2, $pop113 @@ -5197,7 +5197,7 @@ testU: # @testU tee_local $push110=, $2=, $pop111 i32.const $push109=, 16 i32.shr_u $push23=, $pop110, $pop109 - i32.store8 $drop=, sU+9($pop114), $pop23 + i32.store8 sU+9($pop114), $pop23 i32.const $push108=, 0 i32.load16_u $3=, sU($pop108) i32.const $push107=, 0 @@ -5211,7 +5211,7 @@ testU: # @testU i32.const $push101=, 12345 i32.add $push100=, $pop25, $pop101 tee_local $push99=, $1=, $pop100 - i32.store $drop=, myrnd.s($pop107), $pop99 + i32.store myrnd.s($pop107), $pop99 i32.const $push98=, 0 i32.const $push97=, 16 i32.shr_u $push96=, $2, $pop97 @@ -5228,7 +5228,7 @@ testU: # @testU tee_local $push91=, $2=, $pop92 i32.or $push90=, $pop31, $pop91 tee_local $push89=, $3=, $pop90 - i32.store16 $drop=, sU($pop98), $pop89 + i32.store16 sU($pop98), $pop89 block i32.const $push32=, 65472 i32.and $push33=, $3, $pop32 @@ -5261,7 +5261,7 @@ testU: # @testU i32.const $push185=, 12345 i32.add $push184=, $pop43, $pop185 tee_local $push183=, $1=, $pop184 - i32.store $drop=, myrnd.s($pop44), $pop183 + i32.store myrnd.s($pop44), $pop183 i32.const $push182=, 0 i32.const $push181=, 16 i32.shr_u $push180=, $3, $pop181 @@ -5275,7 +5275,7 @@ testU: # @testU i32.and $push49=, $pop47, $pop48 i32.or $push176=, $pop49, $2 tee_local $push175=, $4=, $pop176 - i32.store16 $drop=, sU($pop182), $pop175 + i32.store16 sU($pop182), $pop175 i32.const $push50=, 65472 i32.and $push51=, $4, $pop50 i32.const $push174=, 6 @@ -5313,7 +5313,7 @@ testU: # @testU i32.const $push205=, 12345 i32.add $push204=, $pop65, $pop205 tee_local $push203=, $3=, $pop204 - i32.store $drop=, myrnd.s($pop66), $pop203 + i32.store myrnd.s($pop66), $pop203 i32.const $push202=, 0 i32.const $push68=, 10 i32.shr_u $push69=, $1, $pop68 @@ -5334,7 +5334,7 @@ testU: # @testU i32.const $push196=, 64 i32.and $push78=, $pop77, $pop196 i32.or $push79=, $pop78, $2 - i32.store16 $drop=, sU($pop202), $pop79 + i32.store16 sU($pop202), $pop79 i32.const $push195=, 16 i32.shr_u $push80=, $1, $pop195 i32.add $push81=, $3, $pop80 @@ -5360,7 +5360,7 @@ retmeV: # @retmeV .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1):p2align=0 - i32.store $drop=, 0($0):p2align=1, $pop0 + i32.store 0($0):p2align=1, $pop0 # fallthrough-return .endfunc .Lfunc_end127: @@ -5446,7 +5446,7 @@ fn3V: # @fn3V i32.const $push1=, 65279 i32.and $push2=, $1, $pop1 i32.or $push8=, $pop7, $pop2 - i32.store16 $drop=, sV($pop0), $pop8 + i32.store16 sV($pop0), $pop8 i32.const $push9=, 1 i32.and $push10=, $0, $pop9 # fallthrough-return: $pop10 @@ -5471,7 +5471,7 @@ testV: # @testV tee_local $push102=, $2=, $pop103 i32.const $push101=, 16 i32.shr_u $push2=, $pop102, $pop101 - i32.store8 $drop=, sV($pop107), $pop2 + i32.store8 sV($pop107), $pop2 i32.const $push100=, 0 i32.const $push99=, 1103515245 i32.mul $push3=, $2, $pop99 @@ -5480,7 +5480,7 @@ testV: # @testV tee_local $push96=, $2=, $pop97 i32.const $push95=, 16 i32.shr_u $push4=, $pop96, $pop95 - i32.store8 $drop=, sV+1($pop100), $pop4 + i32.store8 sV+1($pop100), $pop4 i32.const $push94=, 0 i32.const $push93=, 1103515245 i32.mul $push5=, $2, $pop93 @@ -5489,7 +5489,7 @@ testV: # @testV tee_local $push90=, $2=, $pop91 i32.const $push89=, 16 i32.shr_u $push6=, $pop90, $pop89 - i32.store8 $drop=, sV+2($pop94), $pop6 + i32.store8 sV+2($pop94), $pop6 i32.const $push88=, 0 i32.const $push87=, 1103515245 i32.mul $push7=, $2, $pop87 @@ -5498,7 +5498,7 @@ testV: # @testV tee_local $push84=, $2=, $pop85 i32.const $push83=, 16 i32.shr_u $push8=, $pop84, $pop83 - i32.store8 $drop=, sV+3($pop88), $pop8 + i32.store8 sV+3($pop88), $pop8 i32.const $push82=, 0 i32.const $push81=, 1103515245 i32.mul $push11=, $2, $pop81 @@ -5514,14 +5514,14 @@ testV: # @testV i32.const $push74=, 65279 i32.and $push10=, $pop9, $pop74 i32.or $push14=, $pop13, $pop10 - i32.store16 $drop=, sV($pop82), $pop14 + i32.store16 sV($pop82), $pop14 i32.const $push73=, 0 i32.const $push72=, 1103515245 i32.mul $push15=, $2, $pop72 i32.const $push71=, 12345 i32.add $push70=, $pop15, $pop71 tee_local $push69=, $0=, $pop70 - i32.store $drop=, myrnd.s($pop73), $pop69 + i32.store myrnd.s($pop73), $pop69 block i32.const $push68=, 16 i32.shr_u $push67=, $0, $pop68 @@ -5551,7 +5551,7 @@ testV: # @testV i32.const $push124=, 12345 i32.add $push123=, $pop23, $pop124 tee_local $push122=, $0=, $pop123 - i32.store $drop=, myrnd.s($pop130), $pop122 + i32.store myrnd.s($pop130), $pop122 i32.const $push121=, 0 i32.const $push120=, 16 i32.shr_u $push119=, $3, $pop120 @@ -5567,7 +5567,7 @@ testV: # @testV i32.and $push25=, $2, $pop24 i32.or $push113=, $pop28, $pop25 tee_local $push112=, $4=, $pop113 - i32.store16 $drop=, sV($pop121), $pop112 + i32.store16 sV($pop121), $pop112 i32.const $push29=, 65280 i32.and $push30=, $4, $pop29 i32.const $push111=, 8 @@ -5605,7 +5605,7 @@ testV: # @testV i32.const $push152=, 12345 i32.add $push151=, $pop44, $pop152 tee_local $push150=, $3=, $pop151 - i32.store $drop=, myrnd.s($pop45), $pop150 + i32.store myrnd.s($pop45), $pop150 i32.const $push149=, 0 i32.const $push47=, 8 i32.shr_u $push48=, $0, $pop47 @@ -5627,7 +5627,7 @@ testV: # @testV i32.const $push139=, 256 i32.and $push54=, $pop53, $pop139 i32.or $push55=, $pop54, $2 - i32.store16 $drop=, sV($pop149), $pop55 + i32.store16 sV($pop149), $pop55 i32.const $push138=, 16 i32.shr_u $push56=, $0, $pop138 i32.add $push57=, $3, $pop56 @@ -5653,19 +5653,19 @@ retmeW: # @retmeW .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 16 i32.add $push2=, $0, $pop1 i32.const $push10=, 16 i32.add $push3=, $1, $pop10 i32.load $push4=, 0($pop3):p2align=0 - i32.store $drop=, 0($pop2):p2align=0, $pop4 + i32.store 0($pop2):p2align=0, $pop4 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i32.const $push9=, 8 i32.add $push7=, $1, $pop9 i64.load $push8=, 0($pop7):p2align=0 - i64.store $drop=, 0($pop6):p2align=0, $pop8 + i64.store 0($pop6):p2align=0, $pop8 # fallthrough-return .endfunc .Lfunc_end133: @@ -5745,7 +5745,7 @@ fn3W: # @fn3W i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sW+16($pop0), $pop5 + i32.store sW+16($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -5769,7 +5769,7 @@ testW: # @testW tee_local $push96=, $1=, $pop97 i32.const $push5=, 16 i32.shr_u $push6=, $pop96, $pop5 - i32.store8 $drop=, sW+16($pop0), $pop6 + i32.store8 sW+16($pop0), $pop6 i32.const $push95=, 0 i32.const $push7=, 1103515245 i32.mul $push8=, $1, $pop7 @@ -5778,7 +5778,7 @@ testW: # @testW tee_local $push93=, $1=, $pop94 i32.const $push92=, 16 i32.shr_u $push10=, $pop93, $pop92 - i32.store8 $drop=, sW+17($pop95), $pop10 + i32.store8 sW+17($pop95), $pop10 i32.const $push91=, 0 i32.const $push90=, 1103515245 i32.mul $push11=, $1, $pop90 @@ -5787,7 +5787,7 @@ testW: # @testW tee_local $push87=, $1=, $pop88 i32.const $push86=, 16 i32.shr_u $push12=, $pop87, $pop86 - i32.store8 $drop=, sW+18($pop91), $pop12 + i32.store8 sW+18($pop91), $pop12 i32.const $push85=, 0 i32.const $push84=, 1103515245 i32.mul $push13=, $1, $pop84 @@ -5796,13 +5796,13 @@ testW: # @testW tee_local $push81=, $1=, $pop82 i32.const $push80=, 16 i32.shr_u $push14=, $pop81, $pop80 - i32.store8 $drop=, sW+19($pop85), $pop14 + i32.store8 sW+19($pop85), $pop14 i32.const $push79=, 0 i64.const $push15=, 4612055454334320640 - i64.store $drop=, sW+8($pop79), $pop15 + i64.store sW+8($pop79), $pop15 i32.const $push78=, 0 i64.const $push16=, 0 - i64.store $drop=, sW($pop78), $pop16 + i64.store sW($pop78), $pop16 i32.const $push77=, 0 i32.const $push76=, 1103515245 i32.mul $push17=, $1, $pop76 @@ -5814,7 +5814,7 @@ testW: # @testW i32.const $push71=, 12345 i32.add $push70=, $pop18, $pop71 tee_local $push69=, $0=, $pop70 - i32.store $drop=, myrnd.s($pop77), $pop69 + i32.store myrnd.s($pop77), $pop69 i32.const $push68=, 0 i32.const $push67=, 16 i32.shr_u $push21=, $1, $pop67 @@ -5826,7 +5826,7 @@ testW: # @testW i32.and $push65=, $pop19, $pop20 tee_local $push64=, $1=, $pop65 i32.or $push24=, $pop23, $pop64 - i32.store $drop=, sW+16($pop68), $pop24 + i32.store sW+16($pop68), $pop24 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push25=, $0, $pop62 @@ -5838,14 +5838,14 @@ testW: # @testW i32.const $push57=, 12345 i32.add $push56=, $pop26, $pop57 tee_local $push55=, $2=, $pop56 - i32.store $drop=, myrnd.s($pop63), $pop55 + i32.store myrnd.s($pop63), $pop55 i32.const $push54=, 0 i32.const $push53=, 16 i32.shr_u $push27=, $0, $pop53 i32.const $push52=, 2047 i32.and $push28=, $pop27, $pop52 i32.or $push29=, $pop28, $1 - i32.store $drop=, sW+16($pop54), $pop29 + i32.store sW+16($pop54), $pop29 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push30=, $2, $pop50 @@ -5857,7 +5857,7 @@ testW: # @testW i32.const $push45=, 12345 i32.add $push44=, $pop31, $pop45 tee_local $push43=, $2=, $pop44 - i32.store $drop=, myrnd.s($pop51), $pop43 + i32.store myrnd.s($pop51), $pop43 i32.const $push42=, 0 i32.const $push41=, 16 i32.shr_u $push34=, $2, $pop41 @@ -5869,7 +5869,7 @@ testW: # @testW i32.and $push33=, $pop32, $pop38 i32.add $push36=, $pop35, $pop33 i32.or $push37=, $pop36, $1 - i32.store $drop=, sW+16($pop42), $pop37 + i32.store sW+16($pop42), $pop37 # fallthrough-return .endfunc .Lfunc_end138: @@ -5883,19 +5883,19 @@ retmeX: # @retmeX .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 16 i32.add $push2=, $0, $pop1 i32.const $push10=, 16 i32.add $push3=, $1, $pop10 i32.load $push4=, 0($pop3):p2align=0 - i32.store $drop=, 0($pop2):p2align=0, $pop4 + i32.store 0($pop2):p2align=0, $pop4 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i32.const $push9=, 8 i32.add $push7=, $1, $pop9 i64.load $push8=, 0($pop7):p2align=0 - i64.store $drop=, 0($pop6):p2align=0, $pop8 + i64.store 0($pop6):p2align=0, $pop8 # fallthrough-return .endfunc .Lfunc_end139: @@ -5975,7 +5975,7 @@ fn3X: # @fn3X i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sX($pop0), $pop5 + i32.store sX($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -5999,7 +5999,7 @@ testX: # @testX tee_local $push96=, $1=, $pop97 i32.const $push5=, 16 i32.shr_u $push6=, $pop96, $pop5 - i32.store8 $drop=, sX($pop0), $pop6 + i32.store8 sX($pop0), $pop6 i32.const $push95=, 0 i32.const $push94=, 1103515245 i32.mul $push7=, $1, $pop94 @@ -6008,7 +6008,7 @@ testX: # @testX tee_local $push91=, $1=, $pop92 i32.const $push90=, 16 i32.shr_u $push8=, $pop91, $pop90 - i32.store8 $drop=, sX+1($pop95), $pop8 + i32.store8 sX+1($pop95), $pop8 i32.const $push89=, 0 i32.const $push88=, 1103515245 i32.mul $push9=, $1, $pop88 @@ -6017,7 +6017,7 @@ testX: # @testX tee_local $push85=, $1=, $pop86 i32.const $push84=, 16 i32.shr_u $push10=, $pop85, $pop84 - i32.store8 $drop=, sX+2($pop89), $pop10 + i32.store8 sX+2($pop89), $pop10 i32.const $push83=, 0 i32.const $push82=, 1103515245 i32.mul $push11=, $1, $pop82 @@ -6026,13 +6026,13 @@ testX: # @testX tee_local $push79=, $1=, $pop80 i32.const $push78=, 16 i32.shr_u $push12=, $pop79, $pop78 - i32.store8 $drop=, sX+3($pop83), $pop12 + i32.store8 sX+3($pop83), $pop12 i32.const $push77=, 0 i64.const $push13=, 4612055454334320640 - i64.store $drop=, sX+12($pop77):p2align=2, $pop13 + i64.store sX+12($pop77):p2align=2, $pop13 i32.const $push76=, 0 i64.const $push14=, 0 - i64.store $drop=, sX+4($pop76):p2align=2, $pop14 + i64.store sX+4($pop76):p2align=2, $pop14 i32.const $push75=, 0 i32.const $push15=, 1670464429 i32.mul $push16=, $1, $pop15 @@ -6044,7 +6044,7 @@ testX: # @testX i32.const $push71=, 12345 i32.add $push70=, $pop18, $pop71 tee_local $push69=, $0=, $pop70 - i32.store $drop=, myrnd.s($pop75), $pop69 + i32.store myrnd.s($pop75), $pop69 i32.const $push68=, 0 i32.const $push67=, 16 i32.shr_u $push21=, $1, $pop67 @@ -6056,7 +6056,7 @@ testX: # @testX i32.and $push65=, $pop19, $pop20 tee_local $push64=, $1=, $pop65 i32.or $push24=, $pop23, $pop64 - i32.store $drop=, sX($pop68), $pop24 + i32.store sX($pop68), $pop24 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push25=, $0, $pop62 @@ -6068,14 +6068,14 @@ testX: # @testX i32.const $push57=, 12345 i32.add $push56=, $pop26, $pop57 tee_local $push55=, $2=, $pop56 - i32.store $drop=, myrnd.s($pop63), $pop55 + i32.store myrnd.s($pop63), $pop55 i32.const $push54=, 0 i32.const $push53=, 16 i32.shr_u $push27=, $0, $pop53 i32.const $push52=, 2047 i32.and $push28=, $pop27, $pop52 i32.or $push29=, $pop28, $1 - i32.store $drop=, sX($pop54), $pop29 + i32.store sX($pop54), $pop29 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push30=, $2, $pop50 @@ -6087,7 +6087,7 @@ testX: # @testX i32.const $push45=, 12345 i32.add $push44=, $pop31, $pop45 tee_local $push43=, $2=, $pop44 - i32.store $drop=, myrnd.s($pop51), $pop43 + i32.store myrnd.s($pop51), $pop43 i32.const $push42=, 0 i32.const $push41=, 16 i32.shr_u $push34=, $2, $pop41 @@ -6099,7 +6099,7 @@ testX: # @testX i32.and $push33=, $pop32, $pop38 i32.add $push36=, $pop35, $pop33 i32.or $push37=, $pop36, $1 - i32.store $drop=, sX($pop42), $pop37 + i32.store sX($pop42), $pop37 # fallthrough-return .endfunc .Lfunc_end144: @@ -6113,19 +6113,19 @@ retmeY: # @retmeY .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 16 i32.add $push2=, $0, $pop1 i32.const $push10=, 16 i32.add $push3=, $1, $pop10 i32.load $push4=, 0($pop3):p2align=0 - i32.store $drop=, 0($pop2):p2align=0, $pop4 + i32.store 0($pop2):p2align=0, $pop4 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i32.const $push9=, 8 i32.add $push7=, $1, $pop9 i64.load $push8=, 0($pop7):p2align=0 - i64.store $drop=, 0($pop6):p2align=0, $pop8 + i64.store 0($pop6):p2align=0, $pop8 # fallthrough-return .endfunc .Lfunc_end145: @@ -6205,7 +6205,7 @@ fn3Y: # @fn3Y i32.const $push1=, -4096 i32.and $push2=, $1, $pop1 i32.or $push5=, $pop6, $pop2 - i32.store $drop=, sY($pop0), $pop5 + i32.store sY($pop0), $pop5 copy_local $push11=, $0 # fallthrough-return: $pop11 .endfunc @@ -6229,7 +6229,7 @@ testY: # @testY tee_local $push96=, $1=, $pop97 i32.const $push5=, 16 i32.shr_u $push6=, $pop96, $pop5 - i32.store8 $drop=, sY($pop0), $pop6 + i32.store8 sY($pop0), $pop6 i32.const $push95=, 0 i32.const $push94=, 1103515245 i32.mul $push7=, $1, $pop94 @@ -6238,7 +6238,7 @@ testY: # @testY tee_local $push91=, $1=, $pop92 i32.const $push90=, 16 i32.shr_u $push8=, $pop91, $pop90 - i32.store8 $drop=, sY+1($pop95), $pop8 + i32.store8 sY+1($pop95), $pop8 i32.const $push89=, 0 i32.const $push88=, 1103515245 i32.mul $push9=, $1, $pop88 @@ -6247,7 +6247,7 @@ testY: # @testY tee_local $push85=, $1=, $pop86 i32.const $push84=, 16 i32.shr_u $push10=, $pop85, $pop84 - i32.store8 $drop=, sY+2($pop89), $pop10 + i32.store8 sY+2($pop89), $pop10 i32.const $push83=, 0 i32.const $push82=, 1103515245 i32.mul $push11=, $1, $pop82 @@ -6256,13 +6256,13 @@ testY: # @testY tee_local $push79=, $1=, $pop80 i32.const $push78=, 16 i32.shr_u $push12=, $pop79, $pop78 - i32.store8 $drop=, sY+3($pop83), $pop12 + i32.store8 sY+3($pop83), $pop12 i32.const $push77=, 0 i64.const $push13=, 4612055454334320640 - i64.store $drop=, sY+12($pop77):p2align=2, $pop13 + i64.store sY+12($pop77):p2align=2, $pop13 i32.const $push76=, 0 i64.const $push14=, 0 - i64.store $drop=, sY+4($pop76):p2align=2, $pop14 + i64.store sY+4($pop76):p2align=2, $pop14 i32.const $push75=, 0 i32.const $push15=, 1670464429 i32.mul $push16=, $1, $pop15 @@ -6274,7 +6274,7 @@ testY: # @testY i32.const $push71=, 12345 i32.add $push70=, $pop18, $pop71 tee_local $push69=, $0=, $pop70 - i32.store $drop=, myrnd.s($pop75), $pop69 + i32.store myrnd.s($pop75), $pop69 i32.const $push68=, 0 i32.const $push67=, 16 i32.shr_u $push21=, $1, $pop67 @@ -6286,7 +6286,7 @@ testY: # @testY i32.and $push65=, $pop19, $pop20 tee_local $push64=, $1=, $pop65 i32.or $push24=, $pop23, $pop64 - i32.store $drop=, sY($pop68), $pop24 + i32.store sY($pop68), $pop24 i32.const $push63=, 0 i32.const $push62=, 1103515245 i32.mul $push25=, $0, $pop62 @@ -6298,14 +6298,14 @@ testY: # @testY i32.const $push57=, 12345 i32.add $push56=, $pop26, $pop57 tee_local $push55=, $2=, $pop56 - i32.store $drop=, myrnd.s($pop63), $pop55 + i32.store myrnd.s($pop63), $pop55 i32.const $push54=, 0 i32.const $push53=, 16 i32.shr_u $push27=, $0, $pop53 i32.const $push52=, 2047 i32.and $push28=, $pop27, $pop52 i32.or $push29=, $pop28, $1 - i32.store $drop=, sY($pop54), $pop29 + i32.store sY($pop54), $pop29 i32.const $push51=, 0 i32.const $push50=, 1103515245 i32.mul $push30=, $2, $pop50 @@ -6317,7 +6317,7 @@ testY: # @testY i32.const $push45=, 12345 i32.add $push44=, $pop31, $pop45 tee_local $push43=, $2=, $pop44 - i32.store $drop=, myrnd.s($pop51), $pop43 + i32.store myrnd.s($pop51), $pop43 i32.const $push42=, 0 i32.const $push41=, 16 i32.shr_u $push34=, $2, $pop41 @@ -6329,7 +6329,7 @@ testY: # @testY i32.and $push33=, $pop32, $pop38 i32.add $push36=, $pop35, $pop33 i32.or $push37=, $pop36, $1 - i32.store $drop=, sY($pop42), $pop37 + i32.store sY($pop42), $pop37 # fallthrough-return .endfunc .Lfunc_end150: @@ -6343,19 +6343,19 @@ retmeZ: # @retmeZ .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 i32.const $push1=, 16 i32.add $push2=, $0, $pop1 i32.const $push10=, 16 i32.add $push3=, $1, $pop10 i32.load $push4=, 0($pop3):p2align=0 - i32.store $drop=, 0($pop2):p2align=0, $pop4 + i32.store 0($pop2):p2align=0, $pop4 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i32.const $push9=, 8 i32.add $push7=, $1, $pop9 i64.load $push8=, 0($pop7):p2align=0 - i64.store $drop=, 0($pop6):p2align=0, $pop8 + i64.store 0($pop6):p2align=0, $pop8 # fallthrough-return .endfunc .Lfunc_end151: @@ -6434,7 +6434,7 @@ fn3Z: # @fn3Z i32.shl $push1=, $0, $pop0 i32.add $push7=, $pop3, $pop1 tee_local $push6=, $0=, $pop7 - i32.store $drop=, sZ+16($pop2), $pop6 + i32.store sZ+16($pop2), $pop6 i32.const $push5=, 20 i32.shr_u $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -6459,7 +6459,7 @@ testZ: # @testZ tee_local $push95=, $0=, $pop96 i32.const $push94=, 16 i32.shr_u $push5=, $pop95, $pop94 - i32.store8 $drop=, sZ+16($pop98), $pop5 + i32.store8 sZ+16($pop98), $pop5 i32.const $push93=, 0 i32.const $push92=, 1103515245 i32.mul $push6=, $0, $pop92 @@ -6468,7 +6468,7 @@ testZ: # @testZ tee_local $push89=, $0=, $pop90 i32.const $push88=, 16 i32.shr_u $push7=, $pop89, $pop88 - i32.store8 $drop=, sZ+17($pop93), $pop7 + i32.store8 sZ+17($pop93), $pop7 i32.const $push87=, 0 i32.const $push86=, 1103515245 i32.mul $push8=, $0, $pop86 @@ -6477,7 +6477,7 @@ testZ: # @testZ tee_local $push83=, $0=, $pop84 i32.const $push82=, 16 i32.shr_u $push9=, $pop83, $pop82 - i32.store8 $drop=, sZ+18($pop87), $pop9 + i32.store8 sZ+18($pop87), $pop9 i32.const $push81=, 0 i32.const $push80=, 1103515245 i32.mul $push10=, $0, $pop80 @@ -6486,13 +6486,13 @@ testZ: # @testZ tee_local $push77=, $0=, $pop78 i32.const $push76=, 16 i32.shr_u $push11=, $pop77, $pop76 - i32.store8 $drop=, sZ+19($pop81), $pop11 + i32.store8 sZ+19($pop81), $pop11 i32.const $push75=, 0 i64.const $push12=, 4612055454334320640 - i64.store $drop=, sZ+8($pop75), $pop12 + i64.store sZ+8($pop75), $pop12 i32.const $push74=, 0 i64.const $push13=, 0 - i64.store $drop=, sZ($pop74), $pop13 + i64.store sZ($pop74), $pop13 i32.const $push73=, 0 i32.const $push72=, 1103515245 i32.mul $push14=, $0, $pop72 @@ -6504,7 +6504,7 @@ testZ: # @testZ i32.const $push67=, 12345 i32.add $push66=, $pop15, $pop67 tee_local $push65=, $0=, $pop66 - i32.store $drop=, myrnd.s($pop73), $pop65 + i32.store myrnd.s($pop73), $pop65 i32.const $push64=, 0 i32.const $push63=, 16 i32.shr_u $push17=, $1, $pop63 @@ -6520,7 +6520,7 @@ testZ: # @testZ tee_local $push56=, $1=, $pop57 i32.or $push55=, $pop18, $pop56 tee_local $push54=, $3=, $pop55 - i32.store $drop=, sZ+16($pop64), $pop54 + i32.store sZ+16($pop64), $pop54 block i32.const $push53=, 16 i32.shr_u $push19=, $0, $pop53 @@ -6552,7 +6552,7 @@ testZ: # @testZ i32.const $push116=, 12345 i32.add $push115=, $pop29, $pop116 tee_local $push114=, $3=, $pop115 - i32.store $drop=, myrnd.s($pop124), $pop114 + i32.store myrnd.s($pop124), $pop114 i32.const $push113=, 0 i32.const $push112=, 16 i32.shr_u $push33=, $3, $pop112 @@ -6571,7 +6571,7 @@ testZ: # @testZ i32.or $push32=, $pop31, $1 i32.add $push102=, $pop34, $pop32 tee_local $push101=, $0=, $pop102 - i32.store $drop=, sZ+16($pop113), $pop101 + i32.store sZ+16($pop113), $pop101 i32.const $push35=, 4 i32.shl $push36=, $2, $pop35 i32.const $push37=, 2146435072 @@ -6882,6 +6882,6 @@ sZ: .size sZ, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040805-1.c.s b/test/torture-s/20040805-1.c.s index 773e1d3d1..1448e9a55 100644 --- a/test/torture-s/20040805-1.c.s +++ b/test/torture-s/20040805-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040805-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040805-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,7 +34,7 @@ foo: # @foo i32.const $push7=, 0 i32.load $push6=, a($pop7) tee_local $push5=, $0=, $pop6 - i32.store $drop=, a+4($pop0), $pop5 + i32.store a+4($pop0), $pop5 i32.const $push1=, 100 i32.call $drop=, bar@FUNCTION, $pop1 i32.call $push2=, bar@FUNCTION, $0 @@ -56,7 +56,7 @@ bar: # @bar i32.load $push1=, a($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, a($pop0), $pop3 + i32.store a($pop0), $pop3 copy_local $push5=, $0 # fallthrough-return: $pop5 .endfunc @@ -74,6 +74,6 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040811-1.c.s b/test/torture-s/20040811-1.c.s index 7daea940b..ae0244f6a 100644 --- a/test/torture-s/20040811-1.c.s +++ b/test/torture-s/20040811-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040811-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040811-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -29,12 +29,12 @@ main: # @main tee_local $push17=, $1=, $pop18 copy_local $drop=, $pop17 i32.const $push16=, 1 - i32.store $drop=, 0($1), $pop16 + i32.store 0($1), $pop16 i32.const $push15=, 0 - i32.store $drop=, p($pop15), $1 + i32.store p($pop15), $1 i32.add $push4=, $1, $0 i32.const $push14=, 2 - i32.store $drop=, 0($pop4), $pop14 + i32.store 0($pop4), $pop14 copy_local $push3=, $3 copy_local $3=, $pop3 i32.const $push13=, 1 @@ -61,4 +61,4 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20040820-1.c.s b/test/torture-s/20040820-1.c.s index b4bf7df65..42a602562 100644 --- a/test/torture-s/20040820-1.c.s +++ b/test/torture-s/20040820-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040820-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040820-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -67,6 +67,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040823-1.c.s b/test/torture-s/20040823-1.c.s index 79d33d39a..952759ad5 100644 --- a/test/torture-s/20040823-1.c.s +++ b/test/torture-s/20040823-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040823-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040823-1.c" .section .text.bla,"ax",@progbits .hidden bla .globl bla @@ -37,13 +37,13 @@ main: # @main i32.const $push4=, 16 i32.sub $push9=, $pop3, $pop4 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop5), $pop8 + i32.store __stack_pointer($pop5), $pop8 i32.const $push0=, 1 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push1=, 0 i32.const $push6=, 12 i32.add $push7=, $0, $pop6 - i32.store $drop=, pwarn($pop1), $pop7 + i32.store pwarn($pop1), $pop7 call bla@FUNCTION unreachable .endfunc @@ -60,6 +60,6 @@ pwarn: .size pwarn, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20040831-1.c.s b/test/torture-s/20040831-1.c.s index efe5c61bb..b3cc5b1a3 100644 --- a/test/torture-s/20040831-1.c.s +++ b/test/torture-s/20040831-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040831-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040831-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20040917-1.c.s b/test/torture-s/20040917-1.c.s index bf04d77a1..a48176559 100644 --- a/test/torture-s/20040917-1.c.s +++ b/test/torture-s/20040917-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040917-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20040917-1.c" .section .text.not_inlinable,"ax",@progbits .hidden not_inlinable .globl not_inlinable @@ -8,7 +8,7 @@ not_inlinable: # @not_inlinable # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, -10 - i32.store $drop=, test_var($pop1), $pop0 + i32.store test_var($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -23,7 +23,7 @@ main: # @main # BB#0: # %entry i32.const $push5=, 0 i32.const $push0=, 10 - i32.store $drop=, test_var($pop5), $pop0 + i32.store test_var($pop5), $pop0 call not_inlinable@FUNCTION block i32.const $push4=, 0 @@ -50,5 +50,5 @@ test_var: .size test_var, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20041011-1.c.s b/test/torture-s/20041011-1.c.s index 3cfe53d35..0e9f73594 100644 --- a/test/torture-s/20041011-1.c.s +++ b/test/torture-s/20041011-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041011-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041011-1.c" .section .text.t1,"ax",@progbits .hidden t1 .globl t1 @@ -82,65 +82,65 @@ t1: # @t1 i32.const $push39=, 0 i32.load $32=, gvol+120($pop39) i32.const $push38=, 0 - i32.store $drop=, gvol+4($pop38), $3 + i32.store gvol+4($pop38), $3 i32.const $push37=, 0 - i32.store $drop=, gvol+8($pop37), $4 + i32.store gvol+8($pop37), $4 i32.const $push36=, 0 - i32.store $drop=, gvol+12($pop36), $5 + i32.store gvol+12($pop36), $5 i32.const $push35=, 0 - i32.store $drop=, gvol+16($pop35), $6 + i32.store gvol+16($pop35), $6 i32.const $push34=, 0 - i32.store $drop=, gvol+20($pop34), $7 + i32.store gvol+20($pop34), $7 i32.const $push33=, 0 - i32.store $drop=, gvol+24($pop33), $8 + i32.store gvol+24($pop33), $8 i32.const $push32=, 0 - i32.store $drop=, gvol+28($pop32), $9 + i32.store gvol+28($pop32), $9 i32.const $push31=, 0 - i32.store $drop=, gvol+32($pop31), $10 + i32.store gvol+32($pop31), $10 i32.const $push30=, 0 - i32.store $drop=, gvol+36($pop30), $11 + i32.store gvol+36($pop30), $11 i32.const $push29=, 0 - i32.store $drop=, gvol+40($pop29), $12 + i32.store gvol+40($pop29), $12 i32.const $push28=, 0 - i32.store $drop=, gvol+44($pop28), $13 + i32.store gvol+44($pop28), $13 i32.const $push27=, 0 - i32.store $drop=, gvol+48($pop27), $14 + i32.store gvol+48($pop27), $14 i32.const $push26=, 0 - i32.store $drop=, gvol+52($pop26), $15 + i32.store gvol+52($pop26), $15 i32.const $push25=, 0 - i32.store $drop=, gvol+56($pop25), $16 + i32.store gvol+56($pop25), $16 i32.const $push24=, 0 - i32.store $drop=, gvol+60($pop24), $17 + i32.store gvol+60($pop24), $17 i32.const $push23=, 0 - i32.store $drop=, gvol+64($pop23), $18 + i32.store gvol+64($pop23), $18 i32.const $push22=, 0 - i32.store $drop=, gvol+68($pop22), $19 + i32.store gvol+68($pop22), $19 i32.const $push21=, 0 - i32.store $drop=, gvol+72($pop21), $20 + i32.store gvol+72($pop21), $20 i32.const $push20=, 0 - i32.store $drop=, gvol+76($pop20), $21 + i32.store gvol+76($pop20), $21 i32.const $push19=, 0 - i32.store $drop=, gvol+80($pop19), $22 + i32.store gvol+80($pop19), $22 i32.const $push18=, 0 - i32.store $drop=, gvol+84($pop18), $23 + i32.store gvol+84($pop18), $23 i32.const $push17=, 0 - i32.store $drop=, gvol+88($pop17), $24 + i32.store gvol+88($pop17), $24 i32.const $push16=, 0 - i32.store $drop=, gvol+92($pop16), $25 + i32.store gvol+92($pop16), $25 i32.const $push15=, 0 - i32.store $drop=, gvol+96($pop15), $26 + i32.store gvol+96($pop15), $26 i32.const $push14=, 0 - i32.store $drop=, gvol+100($pop14), $27 + i32.store gvol+100($pop14), $27 i32.const $push13=, 0 - i32.store $drop=, gvol+104($pop13), $28 + i32.store gvol+104($pop13), $28 i32.const $push12=, 0 - i32.store $drop=, gvol+108($pop12), $29 + i32.store gvol+108($pop12), $29 i32.const $push11=, 0 - i32.store $drop=, gvol+112($pop11), $30 + i32.store gvol+112($pop11), $30 i32.const $push10=, 0 - i32.store $drop=, gvol+116($pop10), $31 + i32.store gvol+116($pop10), $31 i32.const $push9=, 0 - i32.store $drop=, gvol+120($pop9), $32 + i32.store gvol+120($pop9), $32 i32.const $push8=, -1 i32.add $push7=, $0, $pop8 tee_local $push6=, $0=, $pop7 @@ -238,65 +238,65 @@ t2: # @t2 i32.const $push38=, 0 i32.load $32=, gvol+120($pop38) i32.const $push37=, 0 - i32.store $drop=, gvol+4($pop37), $3 + i32.store gvol+4($pop37), $3 i32.const $push36=, 0 - i32.store $drop=, gvol+8($pop36), $4 + i32.store gvol+8($pop36), $4 i32.const $push35=, 0 - i32.store $drop=, gvol+12($pop35), $5 + i32.store gvol+12($pop35), $5 i32.const $push34=, 0 - i32.store $drop=, gvol+16($pop34), $6 + i32.store gvol+16($pop34), $6 i32.const $push33=, 0 - i32.store $drop=, gvol+20($pop33), $7 + i32.store gvol+20($pop33), $7 i32.const $push32=, 0 - i32.store $drop=, gvol+24($pop32), $8 + i32.store gvol+24($pop32), $8 i32.const $push31=, 0 - i32.store $drop=, gvol+28($pop31), $9 + i32.store gvol+28($pop31), $9 i32.const $push30=, 0 - i32.store $drop=, gvol+32($pop30), $10 + i32.store gvol+32($pop30), $10 i32.const $push29=, 0 - i32.store $drop=, gvol+36($pop29), $11 + i32.store gvol+36($pop29), $11 i32.const $push28=, 0 - i32.store $drop=, gvol+40($pop28), $12 + i32.store gvol+40($pop28), $12 i32.const $push27=, 0 - i32.store $drop=, gvol+44($pop27), $13 + i32.store gvol+44($pop27), $13 i32.const $push26=, 0 - i32.store $drop=, gvol+48($pop26), $14 + i32.store gvol+48($pop26), $14 i32.const $push25=, 0 - i32.store $drop=, gvol+52($pop25), $15 + i32.store gvol+52($pop25), $15 i32.const $push24=, 0 - i32.store $drop=, gvol+56($pop24), $16 + i32.store gvol+56($pop24), $16 i32.const $push23=, 0 - i32.store $drop=, gvol+60($pop23), $17 + i32.store gvol+60($pop23), $17 i32.const $push22=, 0 - i32.store $drop=, gvol+64($pop22), $18 + i32.store gvol+64($pop22), $18 i32.const $push21=, 0 - i32.store $drop=, gvol+68($pop21), $19 + i32.store gvol+68($pop21), $19 i32.const $push20=, 0 - i32.store $drop=, gvol+72($pop20), $20 + i32.store gvol+72($pop20), $20 i32.const $push19=, 0 - i32.store $drop=, gvol+76($pop19), $21 + i32.store gvol+76($pop19), $21 i32.const $push18=, 0 - i32.store $drop=, gvol+80($pop18), $22 + i32.store gvol+80($pop18), $22 i32.const $push17=, 0 - i32.store $drop=, gvol+84($pop17), $23 + i32.store gvol+84($pop17), $23 i32.const $push16=, 0 - i32.store $drop=, gvol+88($pop16), $24 + i32.store gvol+88($pop16), $24 i32.const $push15=, 0 - i32.store $drop=, gvol+92($pop15), $25 + i32.store gvol+92($pop15), $25 i32.const $push14=, 0 - i32.store $drop=, gvol+96($pop14), $26 + i32.store gvol+96($pop14), $26 i32.const $push13=, 0 - i32.store $drop=, gvol+100($pop13), $27 + i32.store gvol+100($pop13), $27 i32.const $push12=, 0 - i32.store $drop=, gvol+104($pop12), $28 + i32.store gvol+104($pop12), $28 i32.const $push11=, 0 - i32.store $drop=, gvol+108($pop11), $29 + i32.store gvol+108($pop11), $29 i32.const $push10=, 0 - i32.store $drop=, gvol+112($pop10), $30 + i32.store gvol+112($pop10), $30 i32.const $push9=, 0 - i32.store $drop=, gvol+116($pop9), $31 + i32.store gvol+116($pop9), $31 i32.const $push8=, 0 - i32.store $drop=, gvol+120($pop8), $32 + i32.store gvol+120($pop8), $32 i32.const $push7=, -1 i32.add $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 @@ -398,65 +398,65 @@ t3: # @t3 i32.const $push39=, 0 i32.load $32=, gvol+120($pop39) i32.const $push38=, 0 - i32.store $drop=, gvol+4($pop38), $3 + i32.store gvol+4($pop38), $3 i32.const $push37=, 0 - i32.store $drop=, gvol+8($pop37), $4 + i32.store gvol+8($pop37), $4 i32.const $push36=, 0 - i32.store $drop=, gvol+12($pop36), $5 + i32.store gvol+12($pop36), $5 i32.const $push35=, 0 - i32.store $drop=, gvol+16($pop35), $6 + i32.store gvol+16($pop35), $6 i32.const $push34=, 0 - i32.store $drop=, gvol+20($pop34), $7 + i32.store gvol+20($pop34), $7 i32.const $push33=, 0 - i32.store $drop=, gvol+24($pop33), $8 + i32.store gvol+24($pop33), $8 i32.const $push32=, 0 - i32.store $drop=, gvol+28($pop32), $9 + i32.store gvol+28($pop32), $9 i32.const $push31=, 0 - i32.store $drop=, gvol+32($pop31), $10 + i32.store gvol+32($pop31), $10 i32.const $push30=, 0 - i32.store $drop=, gvol+36($pop30), $11 + i32.store gvol+36($pop30), $11 i32.const $push29=, 0 - i32.store $drop=, gvol+40($pop29), $12 + i32.store gvol+40($pop29), $12 i32.const $push28=, 0 - i32.store $drop=, gvol+44($pop28), $13 + i32.store gvol+44($pop28), $13 i32.const $push27=, 0 - i32.store $drop=, gvol+48($pop27), $14 + i32.store gvol+48($pop27), $14 i32.const $push26=, 0 - i32.store $drop=, gvol+52($pop26), $15 + i32.store gvol+52($pop26), $15 i32.const $push25=, 0 - i32.store $drop=, gvol+56($pop25), $16 + i32.store gvol+56($pop25), $16 i32.const $push24=, 0 - i32.store $drop=, gvol+60($pop24), $17 + i32.store gvol+60($pop24), $17 i32.const $push23=, 0 - i32.store $drop=, gvol+64($pop23), $18 + i32.store gvol+64($pop23), $18 i32.const $push22=, 0 - i32.store $drop=, gvol+68($pop22), $19 + i32.store gvol+68($pop22), $19 i32.const $push21=, 0 - i32.store $drop=, gvol+72($pop21), $20 + i32.store gvol+72($pop21), $20 i32.const $push20=, 0 - i32.store $drop=, gvol+76($pop20), $21 + i32.store gvol+76($pop20), $21 i32.const $push19=, 0 - i32.store $drop=, gvol+80($pop19), $22 + i32.store gvol+80($pop19), $22 i32.const $push18=, 0 - i32.store $drop=, gvol+84($pop18), $23 + i32.store gvol+84($pop18), $23 i32.const $push17=, 0 - i32.store $drop=, gvol+88($pop17), $24 + i32.store gvol+88($pop17), $24 i32.const $push16=, 0 - i32.store $drop=, gvol+92($pop16), $25 + i32.store gvol+92($pop16), $25 i32.const $push15=, 0 - i32.store $drop=, gvol+96($pop15), $26 + i32.store gvol+96($pop15), $26 i32.const $push14=, 0 - i32.store $drop=, gvol+100($pop14), $27 + i32.store gvol+100($pop14), $27 i32.const $push13=, 0 - i32.store $drop=, gvol+104($pop13), $28 + i32.store gvol+104($pop13), $28 i32.const $push12=, 0 - i32.store $drop=, gvol+108($pop12), $29 + i32.store gvol+108($pop12), $29 i32.const $push11=, 0 - i32.store $drop=, gvol+112($pop11), $30 + i32.store gvol+112($pop11), $30 i32.const $push10=, 0 - i32.store $drop=, gvol+116($pop10), $31 + i32.store gvol+116($pop10), $31 i32.const $push9=, 0 - i32.store $drop=, gvol+120($pop9), $32 + i32.store gvol+120($pop9), $32 i32.const $push8=, -1 i32.add $push7=, $0, $pop8 tee_local $push6=, $0=, $pop7 @@ -554,65 +554,65 @@ t4: # @t4 i32.const $push38=, 0 i32.load $32=, gvol+120($pop38) i32.const $push37=, 0 - i32.store $drop=, gvol+4($pop37), $3 + i32.store gvol+4($pop37), $3 i32.const $push36=, 0 - i32.store $drop=, gvol+8($pop36), $4 + i32.store gvol+8($pop36), $4 i32.const $push35=, 0 - i32.store $drop=, gvol+12($pop35), $5 + i32.store gvol+12($pop35), $5 i32.const $push34=, 0 - i32.store $drop=, gvol+16($pop34), $6 + i32.store gvol+16($pop34), $6 i32.const $push33=, 0 - i32.store $drop=, gvol+20($pop33), $7 + i32.store gvol+20($pop33), $7 i32.const $push32=, 0 - i32.store $drop=, gvol+24($pop32), $8 + i32.store gvol+24($pop32), $8 i32.const $push31=, 0 - i32.store $drop=, gvol+28($pop31), $9 + i32.store gvol+28($pop31), $9 i32.const $push30=, 0 - i32.store $drop=, gvol+32($pop30), $10 + i32.store gvol+32($pop30), $10 i32.const $push29=, 0 - i32.store $drop=, gvol+36($pop29), $11 + i32.store gvol+36($pop29), $11 i32.const $push28=, 0 - i32.store $drop=, gvol+40($pop28), $12 + i32.store gvol+40($pop28), $12 i32.const $push27=, 0 - i32.store $drop=, gvol+44($pop27), $13 + i32.store gvol+44($pop27), $13 i32.const $push26=, 0 - i32.store $drop=, gvol+48($pop26), $14 + i32.store gvol+48($pop26), $14 i32.const $push25=, 0 - i32.store $drop=, gvol+52($pop25), $15 + i32.store gvol+52($pop25), $15 i32.const $push24=, 0 - i32.store $drop=, gvol+56($pop24), $16 + i32.store gvol+56($pop24), $16 i32.const $push23=, 0 - i32.store $drop=, gvol+60($pop23), $17 + i32.store gvol+60($pop23), $17 i32.const $push22=, 0 - i32.store $drop=, gvol+64($pop22), $18 + i32.store gvol+64($pop22), $18 i32.const $push21=, 0 - i32.store $drop=, gvol+68($pop21), $19 + i32.store gvol+68($pop21), $19 i32.const $push20=, 0 - i32.store $drop=, gvol+72($pop20), $20 + i32.store gvol+72($pop20), $20 i32.const $push19=, 0 - i32.store $drop=, gvol+76($pop19), $21 + i32.store gvol+76($pop19), $21 i32.const $push18=, 0 - i32.store $drop=, gvol+80($pop18), $22 + i32.store gvol+80($pop18), $22 i32.const $push17=, 0 - i32.store $drop=, gvol+84($pop17), $23 + i32.store gvol+84($pop17), $23 i32.const $push16=, 0 - i32.store $drop=, gvol+88($pop16), $24 + i32.store gvol+88($pop16), $24 i32.const $push15=, 0 - i32.store $drop=, gvol+92($pop15), $25 + i32.store gvol+92($pop15), $25 i32.const $push14=, 0 - i32.store $drop=, gvol+96($pop14), $26 + i32.store gvol+96($pop14), $26 i32.const $push13=, 0 - i32.store $drop=, gvol+100($pop13), $27 + i32.store gvol+100($pop13), $27 i32.const $push12=, 0 - i32.store $drop=, gvol+104($pop12), $28 + i32.store gvol+104($pop12), $28 i32.const $push11=, 0 - i32.store $drop=, gvol+108($pop11), $29 + i32.store gvol+108($pop11), $29 i32.const $push10=, 0 - i32.store $drop=, gvol+112($pop10), $30 + i32.store gvol+112($pop10), $30 i32.const $push9=, 0 - i32.store $drop=, gvol+116($pop9), $31 + i32.store gvol+116($pop9), $31 i32.const $push8=, 0 - i32.store $drop=, gvol+120($pop8), $32 + i32.store gvol+120($pop8), $32 i32.const $push7=, -1 i32.add $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 @@ -712,65 +712,65 @@ t5: # @t5 i32.const $push37=, 0 i32.load $32=, gvol+120($pop37) i32.const $push36=, 0 - i32.store $drop=, gvol+4($pop36), $3 + i32.store gvol+4($pop36), $3 i32.const $push35=, 0 - i32.store $drop=, gvol+8($pop35), $4 + i32.store gvol+8($pop35), $4 i32.const $push34=, 0 - i32.store $drop=, gvol+12($pop34), $5 + i32.store gvol+12($pop34), $5 i32.const $push33=, 0 - i32.store $drop=, gvol+16($pop33), $6 + i32.store gvol+16($pop33), $6 i32.const $push32=, 0 - i32.store $drop=, gvol+20($pop32), $7 + i32.store gvol+20($pop32), $7 i32.const $push31=, 0 - i32.store $drop=, gvol+24($pop31), $8 + i32.store gvol+24($pop31), $8 i32.const $push30=, 0 - i32.store $drop=, gvol+28($pop30), $9 + i32.store gvol+28($pop30), $9 i32.const $push29=, 0 - i32.store $drop=, gvol+32($pop29), $10 + i32.store gvol+32($pop29), $10 i32.const $push28=, 0 - i32.store $drop=, gvol+36($pop28), $11 + i32.store gvol+36($pop28), $11 i32.const $push27=, 0 - i32.store $drop=, gvol+40($pop27), $12 + i32.store gvol+40($pop27), $12 i32.const $push26=, 0 - i32.store $drop=, gvol+44($pop26), $13 + i32.store gvol+44($pop26), $13 i32.const $push25=, 0 - i32.store $drop=, gvol+48($pop25), $14 + i32.store gvol+48($pop25), $14 i32.const $push24=, 0 - i32.store $drop=, gvol+52($pop24), $15 + i32.store gvol+52($pop24), $15 i32.const $push23=, 0 - i32.store $drop=, gvol+56($pop23), $16 + i32.store gvol+56($pop23), $16 i32.const $push22=, 0 - i32.store $drop=, gvol+60($pop22), $17 + i32.store gvol+60($pop22), $17 i32.const $push21=, 0 - i32.store $drop=, gvol+64($pop21), $18 + i32.store gvol+64($pop21), $18 i32.const $push20=, 0 - i32.store $drop=, gvol+68($pop20), $19 + i32.store gvol+68($pop20), $19 i32.const $push19=, 0 - i32.store $drop=, gvol+72($pop19), $20 + i32.store gvol+72($pop19), $20 i32.const $push18=, 0 - i32.store $drop=, gvol+76($pop18), $21 + i32.store gvol+76($pop18), $21 i32.const $push17=, 0 - i32.store $drop=, gvol+80($pop17), $22 + i32.store gvol+80($pop17), $22 i32.const $push16=, 0 - i32.store $drop=, gvol+84($pop16), $23 + i32.store gvol+84($pop16), $23 i32.const $push15=, 0 - i32.store $drop=, gvol+88($pop15), $24 + i32.store gvol+88($pop15), $24 i32.const $push14=, 0 - i32.store $drop=, gvol+92($pop14), $25 + i32.store gvol+92($pop14), $25 i32.const $push13=, 0 - i32.store $drop=, gvol+96($pop13), $26 + i32.store gvol+96($pop13), $26 i32.const $push12=, 0 - i32.store $drop=, gvol+100($pop12), $27 + i32.store gvol+100($pop12), $27 i32.const $push11=, 0 - i32.store $drop=, gvol+104($pop11), $28 + i32.store gvol+104($pop11), $28 i32.const $push10=, 0 - i32.store $drop=, gvol+108($pop10), $29 + i32.store gvol+108($pop10), $29 i32.const $push9=, 0 - i32.store $drop=, gvol+112($pop9), $30 + i32.store gvol+112($pop9), $30 i32.const $push8=, 0 - i32.store $drop=, gvol+116($pop8), $31 + i32.store gvol+116($pop8), $31 i32.const $push7=, 0 - i32.store $drop=, gvol+120($pop7), $32 + i32.store gvol+120($pop7), $32 i32.const $push6=, -1 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -869,65 +869,65 @@ t6: # @t6 i32.const $push37=, 0 i32.load $31=, gvol+120($pop37) i32.const $push36=, 0 - i32.store $drop=, gvol+4($pop36), $2 + i32.store gvol+4($pop36), $2 i32.const $push35=, 0 - i32.store $drop=, gvol+8($pop35), $3 + i32.store gvol+8($pop35), $3 i32.const $push34=, 0 - i32.store $drop=, gvol+12($pop34), $4 + i32.store gvol+12($pop34), $4 i32.const $push33=, 0 - i32.store $drop=, gvol+16($pop33), $5 + i32.store gvol+16($pop33), $5 i32.const $push32=, 0 - i32.store $drop=, gvol+20($pop32), $6 + i32.store gvol+20($pop32), $6 i32.const $push31=, 0 - i32.store $drop=, gvol+24($pop31), $7 + i32.store gvol+24($pop31), $7 i32.const $push30=, 0 - i32.store $drop=, gvol+28($pop30), $8 + i32.store gvol+28($pop30), $8 i32.const $push29=, 0 - i32.store $drop=, gvol+32($pop29), $9 + i32.store gvol+32($pop29), $9 i32.const $push28=, 0 - i32.store $drop=, gvol+36($pop28), $10 + i32.store gvol+36($pop28), $10 i32.const $push27=, 0 - i32.store $drop=, gvol+40($pop27), $11 + i32.store gvol+40($pop27), $11 i32.const $push26=, 0 - i32.store $drop=, gvol+44($pop26), $12 + i32.store gvol+44($pop26), $12 i32.const $push25=, 0 - i32.store $drop=, gvol+48($pop25), $13 + i32.store gvol+48($pop25), $13 i32.const $push24=, 0 - i32.store $drop=, gvol+52($pop24), $14 + i32.store gvol+52($pop24), $14 i32.const $push23=, 0 - i32.store $drop=, gvol+56($pop23), $15 + i32.store gvol+56($pop23), $15 i32.const $push22=, 0 - i32.store $drop=, gvol+60($pop22), $16 + i32.store gvol+60($pop22), $16 i32.const $push21=, 0 - i32.store $drop=, gvol+64($pop21), $17 + i32.store gvol+64($pop21), $17 i32.const $push20=, 0 - i32.store $drop=, gvol+68($pop20), $18 + i32.store gvol+68($pop20), $18 i32.const $push19=, 0 - i32.store $drop=, gvol+72($pop19), $19 + i32.store gvol+72($pop19), $19 i32.const $push18=, 0 - i32.store $drop=, gvol+76($pop18), $20 + i32.store gvol+76($pop18), $20 i32.const $push17=, 0 - i32.store $drop=, gvol+80($pop17), $21 + i32.store gvol+80($pop17), $21 i32.const $push16=, 0 - i32.store $drop=, gvol+84($pop16), $22 + i32.store gvol+84($pop16), $22 i32.const $push15=, 0 - i32.store $drop=, gvol+88($pop15), $23 + i32.store gvol+88($pop15), $23 i32.const $push14=, 0 - i32.store $drop=, gvol+92($pop14), $24 + i32.store gvol+92($pop14), $24 i32.const $push13=, 0 - i32.store $drop=, gvol+96($pop13), $25 + i32.store gvol+96($pop13), $25 i32.const $push12=, 0 - i32.store $drop=, gvol+100($pop12), $26 + i32.store gvol+100($pop12), $26 i32.const $push11=, 0 - i32.store $drop=, gvol+104($pop11), $27 + i32.store gvol+104($pop11), $27 i32.const $push10=, 0 - i32.store $drop=, gvol+108($pop10), $28 + i32.store gvol+108($pop10), $28 i32.const $push9=, 0 - i32.store $drop=, gvol+112($pop9), $29 + i32.store gvol+112($pop9), $29 i32.const $push8=, 0 - i32.store $drop=, gvol+116($pop8), $30 + i32.store gvol+116($pop8), $30 i32.const $push7=, 0 - i32.store $drop=, gvol+120($pop7), $31 + i32.store gvol+120($pop7), $31 i32.const $push6=, -1 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -1027,65 +1027,65 @@ t7: # @t7 i32.const $push39=, 0 i32.load $31=, gvol+120($pop39) i32.const $push38=, 0 - i32.store $drop=, gvol+4($pop38), $2 + i32.store gvol+4($pop38), $2 i32.const $push37=, 0 - i32.store $drop=, gvol+8($pop37), $3 + i32.store gvol+8($pop37), $3 i32.const $push36=, 0 - i32.store $drop=, gvol+12($pop36), $4 + i32.store gvol+12($pop36), $4 i32.const $push35=, 0 - i32.store $drop=, gvol+16($pop35), $5 + i32.store gvol+16($pop35), $5 i32.const $push34=, 0 - i32.store $drop=, gvol+20($pop34), $6 + i32.store gvol+20($pop34), $6 i32.const $push33=, 0 - i32.store $drop=, gvol+24($pop33), $7 + i32.store gvol+24($pop33), $7 i32.const $push32=, 0 - i32.store $drop=, gvol+28($pop32), $8 + i32.store gvol+28($pop32), $8 i32.const $push31=, 0 - i32.store $drop=, gvol+32($pop31), $9 + i32.store gvol+32($pop31), $9 i32.const $push30=, 0 - i32.store $drop=, gvol+36($pop30), $10 + i32.store gvol+36($pop30), $10 i32.const $push29=, 0 - i32.store $drop=, gvol+40($pop29), $11 + i32.store gvol+40($pop29), $11 i32.const $push28=, 0 - i32.store $drop=, gvol+44($pop28), $12 + i32.store gvol+44($pop28), $12 i32.const $push27=, 0 - i32.store $drop=, gvol+48($pop27), $13 + i32.store gvol+48($pop27), $13 i32.const $push26=, 0 - i32.store $drop=, gvol+52($pop26), $14 + i32.store gvol+52($pop26), $14 i32.const $push25=, 0 - i32.store $drop=, gvol+56($pop25), $15 + i32.store gvol+56($pop25), $15 i32.const $push24=, 0 - i32.store $drop=, gvol+60($pop24), $16 + i32.store gvol+60($pop24), $16 i32.const $push23=, 0 - i32.store $drop=, gvol+64($pop23), $17 + i32.store gvol+64($pop23), $17 i32.const $push22=, 0 - i32.store $drop=, gvol+68($pop22), $18 + i32.store gvol+68($pop22), $18 i32.const $push21=, 0 - i32.store $drop=, gvol+72($pop21), $19 + i32.store gvol+72($pop21), $19 i32.const $push20=, 0 - i32.store $drop=, gvol+76($pop20), $20 + i32.store gvol+76($pop20), $20 i32.const $push19=, 0 - i32.store $drop=, gvol+80($pop19), $21 + i32.store gvol+80($pop19), $21 i32.const $push18=, 0 - i32.store $drop=, gvol+84($pop18), $22 + i32.store gvol+84($pop18), $22 i32.const $push17=, 0 - i32.store $drop=, gvol+88($pop17), $23 + i32.store gvol+88($pop17), $23 i32.const $push16=, 0 - i32.store $drop=, gvol+92($pop16), $24 + i32.store gvol+92($pop16), $24 i32.const $push15=, 0 - i32.store $drop=, gvol+96($pop15), $25 + i32.store gvol+96($pop15), $25 i32.const $push14=, 0 - i32.store $drop=, gvol+100($pop14), $26 + i32.store gvol+100($pop14), $26 i32.const $push13=, 0 - i32.store $drop=, gvol+104($pop13), $27 + i32.store gvol+104($pop13), $27 i32.const $push12=, 0 - i32.store $drop=, gvol+108($pop12), $28 + i32.store gvol+108($pop12), $28 i32.const $push11=, 0 - i32.store $drop=, gvol+112($pop11), $29 + i32.store gvol+112($pop11), $29 i32.const $push10=, 0 - i32.store $drop=, gvol+116($pop10), $30 + i32.store gvol+116($pop10), $30 i32.const $push9=, 0 - i32.store $drop=, gvol+120($pop9), $31 + i32.store gvol+120($pop9), $31 i32.const $push8=, -1 i32.add $push7=, $0, $pop8 tee_local $push6=, $0=, $pop7 @@ -1185,65 +1185,65 @@ t8: # @t8 i32.const $push39=, 0 i32.load $31=, gvol+120($pop39) i32.const $push38=, 0 - i32.store $drop=, gvol+4($pop38), $2 + i32.store gvol+4($pop38), $2 i32.const $push37=, 0 - i32.store $drop=, gvol+8($pop37), $3 + i32.store gvol+8($pop37), $3 i32.const $push36=, 0 - i32.store $drop=, gvol+12($pop36), $4 + i32.store gvol+12($pop36), $4 i32.const $push35=, 0 - i32.store $drop=, gvol+16($pop35), $5 + i32.store gvol+16($pop35), $5 i32.const $push34=, 0 - i32.store $drop=, gvol+20($pop34), $6 + i32.store gvol+20($pop34), $6 i32.const $push33=, 0 - i32.store $drop=, gvol+24($pop33), $7 + i32.store gvol+24($pop33), $7 i32.const $push32=, 0 - i32.store $drop=, gvol+28($pop32), $8 + i32.store gvol+28($pop32), $8 i32.const $push31=, 0 - i32.store $drop=, gvol+32($pop31), $9 + i32.store gvol+32($pop31), $9 i32.const $push30=, 0 - i32.store $drop=, gvol+36($pop30), $10 + i32.store gvol+36($pop30), $10 i32.const $push29=, 0 - i32.store $drop=, gvol+40($pop29), $11 + i32.store gvol+40($pop29), $11 i32.const $push28=, 0 - i32.store $drop=, gvol+44($pop28), $12 + i32.store gvol+44($pop28), $12 i32.const $push27=, 0 - i32.store $drop=, gvol+48($pop27), $13 + i32.store gvol+48($pop27), $13 i32.const $push26=, 0 - i32.store $drop=, gvol+52($pop26), $14 + i32.store gvol+52($pop26), $14 i32.const $push25=, 0 - i32.store $drop=, gvol+56($pop25), $15 + i32.store gvol+56($pop25), $15 i32.const $push24=, 0 - i32.store $drop=, gvol+60($pop24), $16 + i32.store gvol+60($pop24), $16 i32.const $push23=, 0 - i32.store $drop=, gvol+64($pop23), $17 + i32.store gvol+64($pop23), $17 i32.const $push22=, 0 - i32.store $drop=, gvol+68($pop22), $18 + i32.store gvol+68($pop22), $18 i32.const $push21=, 0 - i32.store $drop=, gvol+72($pop21), $19 + i32.store gvol+72($pop21), $19 i32.const $push20=, 0 - i32.store $drop=, gvol+76($pop20), $20 + i32.store gvol+76($pop20), $20 i32.const $push19=, 0 - i32.store $drop=, gvol+80($pop19), $21 + i32.store gvol+80($pop19), $21 i32.const $push18=, 0 - i32.store $drop=, gvol+84($pop18), $22 + i32.store gvol+84($pop18), $22 i32.const $push17=, 0 - i32.store $drop=, gvol+88($pop17), $23 + i32.store gvol+88($pop17), $23 i32.const $push16=, 0 - i32.store $drop=, gvol+92($pop16), $24 + i32.store gvol+92($pop16), $24 i32.const $push15=, 0 - i32.store $drop=, gvol+96($pop15), $25 + i32.store gvol+96($pop15), $25 i32.const $push14=, 0 - i32.store $drop=, gvol+100($pop14), $26 + i32.store gvol+100($pop14), $26 i32.const $push13=, 0 - i32.store $drop=, gvol+104($pop13), $27 + i32.store gvol+104($pop13), $27 i32.const $push12=, 0 - i32.store $drop=, gvol+108($pop12), $28 + i32.store gvol+108($pop12), $28 i32.const $push11=, 0 - i32.store $drop=, gvol+112($pop11), $29 + i32.store gvol+112($pop11), $29 i32.const $push10=, 0 - i32.store $drop=, gvol+116($pop10), $30 + i32.store gvol+116($pop10), $30 i32.const $push9=, 0 - i32.store $drop=, gvol+120($pop9), $31 + i32.store gvol+120($pop9), $31 i32.const $push8=, -1 i32.add $push7=, $0, $pop8 tee_local $push6=, $0=, $pop7 @@ -1343,65 +1343,65 @@ t9: # @t9 i32.const $push39=, 0 i32.load $31=, gvol+120($pop39) i32.const $push38=, 0 - i32.store $drop=, gvol+4($pop38), $2 + i32.store gvol+4($pop38), $2 i32.const $push37=, 0 - i32.store $drop=, gvol+8($pop37), $3 + i32.store gvol+8($pop37), $3 i32.const $push36=, 0 - i32.store $drop=, gvol+12($pop36), $4 + i32.store gvol+12($pop36), $4 i32.const $push35=, 0 - i32.store $drop=, gvol+16($pop35), $5 + i32.store gvol+16($pop35), $5 i32.const $push34=, 0 - i32.store $drop=, gvol+20($pop34), $6 + i32.store gvol+20($pop34), $6 i32.const $push33=, 0 - i32.store $drop=, gvol+24($pop33), $7 + i32.store gvol+24($pop33), $7 i32.const $push32=, 0 - i32.store $drop=, gvol+28($pop32), $8 + i32.store gvol+28($pop32), $8 i32.const $push31=, 0 - i32.store $drop=, gvol+32($pop31), $9 + i32.store gvol+32($pop31), $9 i32.const $push30=, 0 - i32.store $drop=, gvol+36($pop30), $10 + i32.store gvol+36($pop30), $10 i32.const $push29=, 0 - i32.store $drop=, gvol+40($pop29), $11 + i32.store gvol+40($pop29), $11 i32.const $push28=, 0 - i32.store $drop=, gvol+44($pop28), $12 + i32.store gvol+44($pop28), $12 i32.const $push27=, 0 - i32.store $drop=, gvol+48($pop27), $13 + i32.store gvol+48($pop27), $13 i32.const $push26=, 0 - i32.store $drop=, gvol+52($pop26), $14 + i32.store gvol+52($pop26), $14 i32.const $push25=, 0 - i32.store $drop=, gvol+56($pop25), $15 + i32.store gvol+56($pop25), $15 i32.const $push24=, 0 - i32.store $drop=, gvol+60($pop24), $16 + i32.store gvol+60($pop24), $16 i32.const $push23=, 0 - i32.store $drop=, gvol+64($pop23), $17 + i32.store gvol+64($pop23), $17 i32.const $push22=, 0 - i32.store $drop=, gvol+68($pop22), $18 + i32.store gvol+68($pop22), $18 i32.const $push21=, 0 - i32.store $drop=, gvol+72($pop21), $19 + i32.store gvol+72($pop21), $19 i32.const $push20=, 0 - i32.store $drop=, gvol+76($pop20), $20 + i32.store gvol+76($pop20), $20 i32.const $push19=, 0 - i32.store $drop=, gvol+80($pop19), $21 + i32.store gvol+80($pop19), $21 i32.const $push18=, 0 - i32.store $drop=, gvol+84($pop18), $22 + i32.store gvol+84($pop18), $22 i32.const $push17=, 0 - i32.store $drop=, gvol+88($pop17), $23 + i32.store gvol+88($pop17), $23 i32.const $push16=, 0 - i32.store $drop=, gvol+92($pop16), $24 + i32.store gvol+92($pop16), $24 i32.const $push15=, 0 - i32.store $drop=, gvol+96($pop15), $25 + i32.store gvol+96($pop15), $25 i32.const $push14=, 0 - i32.store $drop=, gvol+100($pop14), $26 + i32.store gvol+100($pop14), $26 i32.const $push13=, 0 - i32.store $drop=, gvol+104($pop13), $27 + i32.store gvol+104($pop13), $27 i32.const $push12=, 0 - i32.store $drop=, gvol+108($pop12), $28 + i32.store gvol+108($pop12), $28 i32.const $push11=, 0 - i32.store $drop=, gvol+112($pop11), $29 + i32.store gvol+112($pop11), $29 i32.const $push10=, 0 - i32.store $drop=, gvol+116($pop10), $30 + i32.store gvol+116($pop10), $30 i32.const $push9=, 0 - i32.store $drop=, gvol+120($pop9), $31 + i32.store gvol+120($pop9), $31 i32.const $push8=, -1 i32.add $push7=, $0, $pop8 tee_local $push6=, $0=, $pop7 @@ -1503,65 +1503,65 @@ t10: # @t10 i32.const $push40=, 0 i32.load $32=, gvol+120($pop40) i32.const $push39=, 0 - i32.store $drop=, gvol+4($pop39), $3 + i32.store gvol+4($pop39), $3 i32.const $push38=, 0 - i32.store $drop=, gvol+8($pop38), $4 + i32.store gvol+8($pop38), $4 i32.const $push37=, 0 - i32.store $drop=, gvol+12($pop37), $5 + i32.store gvol+12($pop37), $5 i32.const $push36=, 0 - i32.store $drop=, gvol+16($pop36), $6 + i32.store gvol+16($pop36), $6 i32.const $push35=, 0 - i32.store $drop=, gvol+20($pop35), $7 + i32.store gvol+20($pop35), $7 i32.const $push34=, 0 - i32.store $drop=, gvol+24($pop34), $8 + i32.store gvol+24($pop34), $8 i32.const $push33=, 0 - i32.store $drop=, gvol+28($pop33), $9 + i32.store gvol+28($pop33), $9 i32.const $push32=, 0 - i32.store $drop=, gvol+32($pop32), $10 + i32.store gvol+32($pop32), $10 i32.const $push31=, 0 - i32.store $drop=, gvol+36($pop31), $11 + i32.store gvol+36($pop31), $11 i32.const $push30=, 0 - i32.store $drop=, gvol+40($pop30), $12 + i32.store gvol+40($pop30), $12 i32.const $push29=, 0 - i32.store $drop=, gvol+44($pop29), $13 + i32.store gvol+44($pop29), $13 i32.const $push28=, 0 - i32.store $drop=, gvol+48($pop28), $14 + i32.store gvol+48($pop28), $14 i32.const $push27=, 0 - i32.store $drop=, gvol+52($pop27), $15 + i32.store gvol+52($pop27), $15 i32.const $push26=, 0 - i32.store $drop=, gvol+56($pop26), $16 + i32.store gvol+56($pop26), $16 i32.const $push25=, 0 - i32.store $drop=, gvol+60($pop25), $17 + i32.store gvol+60($pop25), $17 i32.const $push24=, 0 - i32.store $drop=, gvol+64($pop24), $18 + i32.store gvol+64($pop24), $18 i32.const $push23=, 0 - i32.store $drop=, gvol+68($pop23), $19 + i32.store gvol+68($pop23), $19 i32.const $push22=, 0 - i32.store $drop=, gvol+72($pop22), $20 + i32.store gvol+72($pop22), $20 i32.const $push21=, 0 - i32.store $drop=, gvol+76($pop21), $21 + i32.store gvol+76($pop21), $21 i32.const $push20=, 0 - i32.store $drop=, gvol+80($pop20), $22 + i32.store gvol+80($pop20), $22 i32.const $push19=, 0 - i32.store $drop=, gvol+84($pop19), $23 + i32.store gvol+84($pop19), $23 i32.const $push18=, 0 - i32.store $drop=, gvol+88($pop18), $24 + i32.store gvol+88($pop18), $24 i32.const $push17=, 0 - i32.store $drop=, gvol+92($pop17), $25 + i32.store gvol+92($pop17), $25 i32.const $push16=, 0 - i32.store $drop=, gvol+96($pop16), $26 + i32.store gvol+96($pop16), $26 i32.const $push15=, 0 - i32.store $drop=, gvol+100($pop15), $27 + i32.store gvol+100($pop15), $27 i32.const $push14=, 0 - i32.store $drop=, gvol+104($pop14), $28 + i32.store gvol+104($pop14), $28 i32.const $push13=, 0 - i32.store $drop=, gvol+108($pop13), $29 + i32.store gvol+108($pop13), $29 i32.const $push12=, 0 - i32.store $drop=, gvol+112($pop12), $30 + i32.store gvol+112($pop12), $30 i32.const $push11=, 0 - i32.store $drop=, gvol+116($pop11), $31 + i32.store gvol+116($pop11), $31 i32.const $push10=, 0 - i32.store $drop=, gvol+120($pop10), $32 + i32.store gvol+120($pop10), $32 i32.const $push9=, -1 i32.add $push8=, $0, $pop9 tee_local $push7=, $0=, $pop8 @@ -1662,65 +1662,65 @@ t11: # @t11 i32.const $push40=, 0 i32.load $32=, gvol+120($pop40) i32.const $push39=, 0 - i32.store $drop=, gvol+4($pop39), $3 + i32.store gvol+4($pop39), $3 i32.const $push38=, 0 - i32.store $drop=, gvol+8($pop38), $4 + i32.store gvol+8($pop38), $4 i32.const $push37=, 0 - i32.store $drop=, gvol+12($pop37), $5 + i32.store gvol+12($pop37), $5 i32.const $push36=, 0 - i32.store $drop=, gvol+16($pop36), $6 + i32.store gvol+16($pop36), $6 i32.const $push35=, 0 - i32.store $drop=, gvol+20($pop35), $7 + i32.store gvol+20($pop35), $7 i32.const $push34=, 0 - i32.store $drop=, gvol+24($pop34), $8 + i32.store gvol+24($pop34), $8 i32.const $push33=, 0 - i32.store $drop=, gvol+28($pop33), $9 + i32.store gvol+28($pop33), $9 i32.const $push32=, 0 - i32.store $drop=, gvol+32($pop32), $10 + i32.store gvol+32($pop32), $10 i32.const $push31=, 0 - i32.store $drop=, gvol+36($pop31), $11 + i32.store gvol+36($pop31), $11 i32.const $push30=, 0 - i32.store $drop=, gvol+40($pop30), $12 + i32.store gvol+40($pop30), $12 i32.const $push29=, 0 - i32.store $drop=, gvol+44($pop29), $13 + i32.store gvol+44($pop29), $13 i32.const $push28=, 0 - i32.store $drop=, gvol+48($pop28), $14 + i32.store gvol+48($pop28), $14 i32.const $push27=, 0 - i32.store $drop=, gvol+52($pop27), $15 + i32.store gvol+52($pop27), $15 i32.const $push26=, 0 - i32.store $drop=, gvol+56($pop26), $16 + i32.store gvol+56($pop26), $16 i32.const $push25=, 0 - i32.store $drop=, gvol+60($pop25), $17 + i32.store gvol+60($pop25), $17 i32.const $push24=, 0 - i32.store $drop=, gvol+64($pop24), $18 + i32.store gvol+64($pop24), $18 i32.const $push23=, 0 - i32.store $drop=, gvol+68($pop23), $19 + i32.store gvol+68($pop23), $19 i32.const $push22=, 0 - i32.store $drop=, gvol+72($pop22), $20 + i32.store gvol+72($pop22), $20 i32.const $push21=, 0 - i32.store $drop=, gvol+76($pop21), $21 + i32.store gvol+76($pop21), $21 i32.const $push20=, 0 - i32.store $drop=, gvol+80($pop20), $22 + i32.store gvol+80($pop20), $22 i32.const $push19=, 0 - i32.store $drop=, gvol+84($pop19), $23 + i32.store gvol+84($pop19), $23 i32.const $push18=, 0 - i32.store $drop=, gvol+88($pop18), $24 + i32.store gvol+88($pop18), $24 i32.const $push17=, 0 - i32.store $drop=, gvol+92($pop17), $25 + i32.store gvol+92($pop17), $25 i32.const $push16=, 0 - i32.store $drop=, gvol+96($pop16), $26 + i32.store gvol+96($pop16), $26 i32.const $push15=, 0 - i32.store $drop=, gvol+100($pop15), $27 + i32.store gvol+100($pop15), $27 i32.const $push14=, 0 - i32.store $drop=, gvol+104($pop14), $28 + i32.store gvol+104($pop14), $28 i32.const $push13=, 0 - i32.store $drop=, gvol+108($pop13), $29 + i32.store gvol+108($pop13), $29 i32.const $push12=, 0 - i32.store $drop=, gvol+112($pop12), $30 + i32.store gvol+112($pop12), $30 i32.const $push11=, 0 - i32.store $drop=, gvol+116($pop11), $31 + i32.store gvol+116($pop11), $31 i32.const $push10=, 0 - i32.store $drop=, gvol+120($pop10), $32 + i32.store gvol+120($pop10), $32 i32.const $push9=, -1 i32.add $push8=, $0, $pop9 tee_local $push7=, $0=, $pop8 @@ -1761,7 +1761,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 100 - i64.store $drop=, gull($pop1), $pop0 + i64.store gull($pop1), $pop0 block i32.const $push100=, 3 i64.const $push2=, -1 @@ -1972,6 +1972,6 @@ gull: .size gull, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20041019-1.c.s b/test/torture-s/20041019-1.c.s index c714b9b66..9fc0f440c 100644 --- a/test/torture-s/20041019-1.c.s +++ b/test/torture-s/20041019-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041019-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041019-1.c" .section .text.test_store_ccp,"ax",@progbits .hidden test_store_ccp .globl test_store_ccp @@ -28,9 +28,9 @@ test_store_ccp: # @test_store_ccp i32.select $push20=, $pop18, $pop4, $pop1 tee_local $push19=, $0=, $pop20 i32.const $push5=, 10 - i32.store $drop=, 0($pop19), $pop5 + i32.store 0($pop19), $pop5 i32.const $push6=, 3 - i32.store $drop=, 8($1), $pop6 + i32.store 8($1), $pop6 i32.load $push7=, 0($0) i32.const $push8=, 2 i32.add $push9=, $pop7, $pop8 @@ -66,10 +66,10 @@ test_store_copy_prop: # @test_store_copy_prop i32.lt_s $push1=, $0, $pop0 i32.select $push18=, $pop16, $pop4, $pop1 tee_local $push17=, $1=, $pop18 - i32.store $drop=, 0($pop17), $0 + i32.store 0($pop17), $0 i32.const $push5=, 1 i32.add $push6=, $0, $pop5 - i32.store $drop=, 8($2), $pop6 + i32.store 8($2), $pop6 i32.load $push7=, 0($1) # fallthrough-return: $pop7 .endfunc @@ -90,4 +90,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20041112-1.c.s b/test/torture-s/20041112-1.c.s index 874bd2820..47242d403 100644 --- a/test/torture-s/20041112-1.c.s +++ b/test/torture-s/20041112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041112-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -23,7 +23,7 @@ bar: # @bar i32.eq $push6=, $pop5, $pop4 i32.select $push7=, $1, $pop14, $pop6 i32.select $push8=, $pop15, $pop7, $0 - i32.store $drop=, global($pop0), $pop8 + i32.store global($pop0), $pop8 i32.eqz $push10=, $0 i32.const $push13=, global i32.const $push12=, -1 @@ -43,7 +43,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 2 - i32.store $drop=, global($pop1), $pop0 + i32.store global($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -60,4 +60,4 @@ global: .size global, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20041113-1.c.s b/test/torture-s/20041113-1.c.s index 43b91f0ca..0d14795ee 100644 --- a/test/torture-s/20041113-1.c.s +++ b/test/torture-s/20041113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041113-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -14,12 +14,12 @@ test: # @test i32.const $push19=, 16 i32.sub $push27=, $pop18, $pop19 tee_local $push26=, $4=, $pop27 - i32.store $drop=, __stack_pointer($pop20), $pop26 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop20), $pop26 + i32.store 12($4), $1 i32.const $push0=, 4 i32.add $push25=, $1, $pop0 tee_local $push24=, $2=, $pop25 - i32.store $drop=, 12($4), $pop24 + i32.store 12($4), $pop24 block i32.load $push1=, 0($1) i32.const $push2=, 1 @@ -29,7 +29,7 @@ test: # @test i32.const $push4=, 8 i32.add $push29=, $1, $pop4 tee_local $push28=, $3=, $pop29 - i32.store $drop=, 12($4), $pop28 + i32.store 12($4), $pop28 i32.load $push5=, 0($2) i32.const $push6=, 2 i32.ne $push7=, $pop5, $pop6 @@ -38,7 +38,7 @@ test: # @test i32.const $push8=, 12 i32.add $push31=, $1, $pop8 tee_local $push30=, $2=, $pop31 - i32.store $drop=, 12($4), $pop30 + i32.store 12($4), $pop30 i32.load $push9=, 0($3) i32.const $push10=, 3 i32.ne $push11=, $pop9, $pop10 @@ -46,7 +46,7 @@ test: # @test # BB#3: # %if.end11 i32.const $push12=, 16 i32.add $push13=, $1, $pop12 - i32.store $drop=, 12($4), $pop13 + i32.store 12($4), $pop13 i32.load $push14=, 0($2) i32.const $push15=, 4 i32.ne $push16=, $pop14, $pop15 @@ -55,7 +55,7 @@ test: # @test i32.const $push23=, 0 i32.const $push21=, 16 i32.add $push22=, $4, $pop21 - i32.store $drop=, __stack_pointer($pop23), $pop22 + i32.store __stack_pointer($pop23), $pop22 return .LBB0_5: # %if.then15 end_block # label0: @@ -80,19 +80,19 @@ main: # @main i32.const $push10=, 16 i32.sub $push14=, $pop9, $pop10 tee_local $push13=, $2=, $pop14 - i32.store $drop=, __stack_pointer($pop11), $pop13 + i32.store __stack_pointer($pop11), $pop13 i32.const $push0=, 3 - i32.store $drop=, 8($2), $pop0 + i32.store 8($2), $pop0 i32.const $push1=, 2 - i32.store $drop=, 4($2), $pop1 + i32.store 4($2), $pop1 i32.const $push2=, 1 - i32.store $drop=, 0($2), $pop2 + i32.store 0($2), $pop2 i32.const $push3=, 0 f64.load $push4=, a($pop3) f64.const $push5=, 0x1.4p3 f64.div $push6=, $pop4, $pop5 i32.trunc_s/f64 $push7=, $pop6 - i32.store $drop=, 12($2), $pop7 + i32.store 12($2), $pop7 call test@FUNCTION, $2, $2 i32.const $push12=, 0 call exit@FUNCTION, $pop12 @@ -111,6 +111,6 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20041114-1.c.s b/test/torture-s/20041114-1.c.s index 9ad66283d..3e6c9b0d2 100644 --- a/test/torture-s/20041114-1.c.s +++ b/test/torture-s/20041114-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041114-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041114-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,4 +38,4 @@ v: .size v, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20041124-1.c.s b/test/torture-s/20041124-1.c.s index 30019406a..2a1ac2144 100644 --- a/test/torture-s/20041124-1.c.s +++ b/test/torture-s/20041124-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041124-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041124-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 0 i32.load $push1=, gs($pop0) - i32.store $drop=, 0($0):p2align=1, $pop1 + i32.store 0($0):p2align=1, $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,7 +29,7 @@ main: # @main i32.const $push12=, 16 i32.sub $push18=, $pop11, $pop12 tee_local $push17=, $0=, $pop18 - i32.store $drop=, __stack_pointer($pop13), $pop17 + i32.store __stack_pointer($pop13), $pop17 i32.const $push14=, 8 i32.add $push15=, $0, $pop14 call foo@FUNCTION, $pop15 @@ -72,6 +72,6 @@ gs: .size gs, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20041126-1.c.s b/test/torture-s/20041126-1.c.s index 350bca4dc..8549dfbb9 100644 --- a/test/torture-s/20041126-1.c.s +++ b/test/torture-s/20041126-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041126-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041126-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -72,7 +72,7 @@ main: # @main i32.const $push14=, 48 i32.sub $push23=, $pop13, $pop14 tee_local $push22=, $1=, $pop23 - i32.store $drop=, __stack_pointer($pop15), $pop22 + i32.store __stack_pointer($pop15), $pop22 i32.const $push1=, .Lmain.a i32.const $push0=, 40 i32.call $push21=, memcpy@FUNCTION, $1, $pop1, $pop0 @@ -80,11 +80,11 @@ main: # @main i32.const $push2=, 16 i32.add $push3=, $pop20, $pop2 i32.const $push4=, 0 - i32.store $drop=, 0($pop3), $pop4 + i32.store 0($pop3), $pop4 i64.const $push5=, 0 - i64.store $drop=, 8($0), $pop5 + i64.store 8($0), $pop5 i64.const $push19=, 0 - i64.store $drop=, 0($0), $pop19 + i64.store 0($0), $pop19 i32.const $1=, 5 .LBB1_1: # %for.cond1.i # =>This Inner Loop Header: Depth=1 @@ -113,7 +113,7 @@ main: # @main i32.const $push18=, 0 i32.const $push16=, 48 i32.add $push17=, $0, $pop16 - i32.store $drop=, __stack_pointer($pop18), $pop17 + i32.store __stack_pointer($pop18), $pop17 i32.const $push7=, 0 # fallthrough-return: $pop7 .endfunc @@ -137,5 +137,5 @@ main: # @main .size .Lmain.a, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20041201-1.c.s b/test/torture-s/20041201-1.c.s index c718e52e6..8bdcbea2b 100644 --- a/test/torture-s/20041201-1.c.s +++ b/test/torture-s/20041201-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041201-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041201-1.c" .section .text.checkScc2,"ax",@progbits .hidden checkScc2 .globl checkScc2 @@ -93,4 +93,4 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20041210-1.c.s b/test/torture-s/20041210-1.c.s index 3c575ac58..d800ecb8a 100644 --- a/test/torture-s/20041210-1.c.s +++ b/test/torture-s/20041210-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041210-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041210-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -48,6 +48,6 @@ x: .size x, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20041212-1.c.s b/test/torture-s/20041212-1.c.s index 898f03e04..89f95d10c 100644 --- a/test/torture-s/20041212-1.c.s +++ b/test/torture-s/20041212-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041212-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041212-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20041213-2.c.s b/test/torture-s/20041213-2.c.s index 84d5097ea..ef0b696c7 100644 --- a/test/torture-s/20041213-2.c.s +++ b/test/torture-s/20041213-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041213-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041213-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -73,6 +73,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20041214-1.c.s b/test/torture-s/20041214-1.c.s index 2f024e492..7ba288dfd 100644 --- a/test/torture-s/20041214-1.c.s +++ b/test/torture-s/20041214-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041214-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041214-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -51,8 +51,8 @@ f: # @f i32.const $push5=, 16 i32.sub $push11=, $pop4, $pop5 tee_local $push10=, $4=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 - i32.store $drop=, 12($4), $2 + i32.store __stack_pointer($pop6), $pop10 + i32.store 12($4), $2 block i32.load8_u $push1=, 0($1) i32.eqz $push15=, $pop1 @@ -79,7 +79,7 @@ f: # @f i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $4, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 # fallthrough-return .endfunc .Lfunc_end1: @@ -99,11 +99,11 @@ main: # @main i32.const $push5=, 32 i32.sub $push17=, $pop4, $pop5 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop6), $pop16 + i32.store __stack_pointer($pop6), $pop16 i32.const $push15=, 0 - i32.store $drop=, 4($0), $pop15 + i32.store 4($0), $pop15 i32.const $push0=, .L.str.1 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push10=, 22 i32.add $push11=, $0, $pop10 i32.const $push1=, .L.str @@ -118,7 +118,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 32 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push18=, 0 return $pop18 .LBB2_2: # %if.then @@ -141,7 +141,7 @@ main: # @main .size .L.str.1, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcpy, i32, i32, i32 .functype strcmp, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20041218-1.c.s b/test/torture-s/20041218-1.c.s index 63add5782..185e61e7b 100644 --- a/test/torture-s/20041218-1.c.s +++ b/test/torture-s/20041218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20041218-1.c" .section .text.dummy1,"ax",@progbits .hidden dummy1 .globl dummy1 @@ -97,7 +97,7 @@ foo: # @foo # BB#0: # %for.cond i32.const $3=, 0 i32.const $push6=, 0 - i32.store $drop=, 0($2), $pop6 + i32.store 0($2), $pop6 block block i32.eqz $push10=, $1 @@ -111,7 +111,7 @@ foo: # @foo # BB#2: # %sw.bb i32.const $push3=, 0 i32.const $push2=, 1 - i32.store $drop=, baz.v($pop3), $pop2 + i32.store baz.v($pop3), $pop2 i32.const $push5=, baz.v+4 i32.const $push8=, 0 i32.const $push4=, 40 @@ -121,7 +121,7 @@ foo: # @foo .LBB4_3: # %for.end end_block # label2: i32.const $push9=, 0 - i32.store $drop=, 0($2), $pop9 + i32.store 0($2), $pop9 .LBB4_4: # %cleanup2 end_block # label1: copy_local $push11=, $3 @@ -144,9 +144,9 @@ main: # @main i32.const $push3=, 16 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.const $push0=, 1 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push5=, 12 i32.add $push6=, $0, $pop5 i32.const $push9=, 1 @@ -173,6 +173,6 @@ baz.v: .size baz.v, 44 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20050104-1.c.s b/test/torture-s/20050104-1.c.s index 8702286c6..dad52898c 100644 --- a/test/torture-s/20050104-1.c.s +++ b/test/torture-s/20050104-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050104-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050104-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -35,5 +35,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050106-1.c.s b/test/torture-s/20050106-1.c.s index fbf2950a5..635edac7a 100644 --- a/test/torture-s/20050106-1.c.s +++ b/test/torture-s/20050106-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050106-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050106-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,5 +34,5 @@ u: .size u, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050107-1.c.s b/test/torture-s/20050107-1.c.s index 296dfd876..ad9edf477 100644 --- a/test/torture-s/20050107-1.c.s +++ b/test/torture-s/20050107-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050107-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050107-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050111-1.c.s b/test/torture-s/20050111-1.c.s index 2ece1e831..3c1fc8fd7 100644 --- a/test/torture-s/20050111-1.c.s +++ b/test/torture-s/20050111-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050111-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050111-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -49,4 +49,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050119-1.c.s b/test/torture-s/20050119-1.c.s index f614e3476..713a5c466 100644 --- a/test/torture-s/20050119-1.c.s +++ b/test/torture-s/20050119-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050119-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050119-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -41,15 +41,15 @@ main: # @main i32.const $push6=, 16 i32.sub $push12=, $pop5, $pop6 tee_local $push11=, $0=, $pop12 - i32.store $drop=, __stack_pointer($pop7), $pop11 + i32.store __stack_pointer($pop7), $pop11 i32.const $push0=, 50462977 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i32.const $push1=, 3 - i32.store8 $drop=, 12($0), $pop1 + i32.store8 12($0), $pop1 i32.const $push2=, 258 - i32.store16 $drop=, 13($0):p2align=0, $pop2 + i32.store16 13($0):p2align=0, $pop2 i32.const $push3=, 0 - i32.store8 $drop=, 15($0), $pop3 + i32.store8 15($0), $pop3 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 call foo@FUNCTION, $pop9 @@ -61,6 +61,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20050119-2.c.s b/test/torture-s/20050119-2.c.s index c407407a3..f8f2a1840 100644 --- a/test/torture-s/20050119-2.c.s +++ b/test/torture-s/20050119-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050119-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050119-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -44,6 +44,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20050121-1.c.s b/test/torture-s/20050121-1.c.s index 32164173a..aa1c78057 100644 --- a/test/torture-s/20050121-1.c.s +++ b/test/torture-s/20050121-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c" .section .text.foo_float,"ax",@progbits .hidden foo_float .globl foo_float @@ -10,11 +10,11 @@ foo_float: # @foo_float i32.const $push0=, -1 i32.add $push1=, $1, $pop0 f32.convert_s/i32 $push2=, $pop1 - f32.store $drop=, 4($0), $pop2 + f32.store 4($0), $pop2 i32.const $push3=, 1 i32.add $push4=, $1, $pop3 f32.convert_s/i32 $push5=, $pop4 - f32.store $drop=, 0($0), $pop5 + f32.store 0($0), $pop5 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,7 +28,7 @@ bar_float: # @bar_float .param i32 # BB#0: # %entry i32.const $push0=, 1086324736 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -42,7 +42,7 @@ baz_float: # @baz_float .param i32 # BB#0: # %entry i32.const $push0=, 1082130432 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end2: @@ -58,11 +58,11 @@ foo_double: # @foo_double i32.const $push0=, -1 i32.add $push1=, $1, $pop0 f64.convert_s/i32 $push2=, $pop1 - f64.store $drop=, 8($0), $pop2 + f64.store 8($0), $pop2 i32.const $push3=, 1 i32.add $push4=, $1, $pop3 f64.convert_s/i32 $push5=, $pop4 - f64.store $drop=, 0($0), $pop5 + f64.store 0($0), $pop5 # fallthrough-return .endfunc .Lfunc_end3: @@ -76,7 +76,7 @@ bar_double: # @bar_double .param i32 # BB#0: # %entry i64.const $push0=, 4618441417868443648 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end4: @@ -90,7 +90,7 @@ baz_double: # @baz_double .param i32 # BB#0: # %entry i64.const $push0=, 4616189618054758400 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end5: @@ -110,7 +110,7 @@ foo_ldouble_t: # @foo_ldouble_t i32.const $push16=, 32 i32.sub $push28=, $pop15, $pop16 tee_local $push27=, $2=, $pop28 - i32.store $drop=, __stack_pointer($pop17), $pop27 + i32.store __stack_pointer($pop17), $pop27 i32.const $push0=, -1 i32.add $push1=, $1, $pop0 call __floatsitf@FUNCTION, $2, $pop1 @@ -119,9 +119,9 @@ foo_ldouble_t: # @foo_ldouble_t i32.const $push4=, 8 i32.add $push5=, $2, $pop4 i64.load $push6=, 0($pop5) - i64.store $drop=, 0($pop3), $pop6 + i64.store 0($pop3), $pop6 i64.load $push7=, 0($2) - i64.store $drop=, 16($0), $pop7 + i64.store 16($0), $pop7 i32.const $push21=, 16 i32.add $push22=, $2, $pop21 i32.const $push8=, 1 @@ -134,13 +134,13 @@ foo_ldouble_t: # @foo_ldouble_t i32.const $push25=, 8 i32.add $push11=, $pop24, $pop25 i64.load $push12=, 0($pop11) - i64.store $drop=, 0($pop10), $pop12 + i64.store 0($pop10), $pop12 i64.load $push13=, 16($2) - i64.store $drop=, 0($0), $pop13 + i64.store 0($0), $pop13 i32.const $push20=, 0 i32.const $push18=, 32 i32.add $push19=, $2, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 # fallthrough-return .endfunc .Lfunc_end6: @@ -154,11 +154,11 @@ bar_ldouble_t: # @bar_ldouble_t .param i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.const $push3=, 4612108230892453888 - i64.store $drop=, 0($pop2), $pop3 + i64.store 0($pop2), $pop3 # fallthrough-return .endfunc .Lfunc_end7: @@ -172,11 +172,11 @@ baz_ldouble_t: # @baz_ldouble_t .param i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.const $push3=, 4611967493404098560 - i64.store $drop=, 0($pop2), $pop3 + i64.store 0($pop2), $pop3 # fallthrough-return .endfunc .Lfunc_end8: @@ -191,10 +191,10 @@ foo_char: # @foo_char # BB#0: # %entry i32.const $push0=, 255 i32.add $push1=, $1, $pop0 - i32.store8 $drop=, 1($0), $pop1 + i32.store8 1($0), $pop1 i32.const $push2=, 1 i32.add $push3=, $1, $pop2 - i32.store8 $drop=, 0($0), $pop3 + i32.store8 0($0), $pop3 # fallthrough-return .endfunc .Lfunc_end9: @@ -208,7 +208,7 @@ bar_char: # @bar_char .param i32 # BB#0: # %entry i32.const $push0=, 6 - i32.store8 $drop=, 0($0), $pop0 + i32.store8 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end10: @@ -222,7 +222,7 @@ baz_char: # @baz_char .param i32 # BB#0: # %entry i32.const $push0=, 4 - i32.store8 $drop=, 0($0), $pop0 + i32.store8 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end11: @@ -237,10 +237,10 @@ foo_short: # @foo_short # BB#0: # %entry i32.const $push0=, 65535 i32.add $push1=, $1, $pop0 - i32.store16 $drop=, 2($0), $pop1 + i32.store16 2($0), $pop1 i32.const $push2=, 1 i32.add $push3=, $1, $pop2 - i32.store16 $drop=, 0($0), $pop3 + i32.store16 0($0), $pop3 # fallthrough-return .endfunc .Lfunc_end12: @@ -254,7 +254,7 @@ bar_short: # @bar_short .param i32 # BB#0: # %entry i32.const $push0=, 6 - i32.store16 $drop=, 0($0), $pop0 + i32.store16 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end13: @@ -268,7 +268,7 @@ baz_short: # @baz_short .param i32 # BB#0: # %entry i32.const $push0=, 4 - i32.store16 $drop=, 0($0), $pop0 + i32.store16 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end14: @@ -283,10 +283,10 @@ foo_int: # @foo_int # BB#0: # %entry i32.const $push0=, -1 i32.add $push1=, $1, $pop0 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 i32.const $push2=, 1 i32.add $push3=, $1, $pop2 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 # fallthrough-return .endfunc .Lfunc_end15: @@ -300,7 +300,7 @@ bar_int: # @bar_int .param i32 # BB#0: # %entry i32.const $push0=, 6 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end16: @@ -314,7 +314,7 @@ baz_int: # @baz_int .param i32 # BB#0: # %entry i32.const $push0=, 4 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end17: @@ -329,10 +329,10 @@ foo_long: # @foo_long # BB#0: # %entry i32.const $push0=, -1 i32.add $push1=, $1, $pop0 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 i32.const $push2=, 1 i32.add $push3=, $1, $pop2 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 # fallthrough-return .endfunc .Lfunc_end18: @@ -346,7 +346,7 @@ bar_long: # @bar_long .param i32 # BB#0: # %entry i32.const $push0=, 6 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end19: @@ -360,7 +360,7 @@ baz_long: # @baz_long .param i32 # BB#0: # %entry i32.const $push0=, 4 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end20: @@ -376,11 +376,11 @@ foo_llong: # @foo_llong i32.const $push0=, -1 i32.add $push1=, $1, $pop0 i64.extend_s/i32 $push2=, $pop1 - i64.store $drop=, 8($0), $pop2 + i64.store 8($0), $pop2 i32.const $push3=, 1 i32.add $push4=, $1, $pop3 i64.extend_s/i32 $push5=, $pop4 - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 # fallthrough-return .endfunc .Lfunc_end21: @@ -394,7 +394,7 @@ bar_llong: # @bar_llong .param i32 # BB#0: # %entry i64.const $push0=, 6 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end22: @@ -408,7 +408,7 @@ baz_llong: # @baz_llong .param i32 # BB#0: # %entry i64.const $push0=, 4 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end23: @@ -428,4 +428,4 @@ main: # @main .size main, .Lfunc_end24-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050124-1.c.s b/test/torture-s/20050124-1.c.s index 673324106..45e3d1996 100644 --- a/test/torture-s/20050124-1.c.s +++ b/test/torture-s/20050124-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050124-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050124-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -49,4 +49,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050125-1.c.s b/test/torture-s/20050125-1.c.s index 56f099dbf..fc761939d 100644 --- a/test/torture-s/20050125-1.c.s +++ b/test/torture-s/20050125-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050125-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050125-1.c" .section .text.seterr,"ax",@progbits .hidden seterr .globl seterr @@ -8,7 +8,7 @@ seterr: # @seterr .param i32, i32 .result i32 # BB#0: # %entry - i32.store $drop=, 8($0), $1 + i32.store 8($0), $1 i32.const $push0=, 0 # fallthrough-return: $pop0 .endfunc @@ -33,7 +33,7 @@ bracket_empty: # @bracket_empty # BB#1: # %land.lhs.true i32.const $push2=, 1 i32.add $push3=, $1, $pop2 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 i32.load8_u $push4=, 0($1) i32.const $push5=, 93 i32.eq $push6=, $pop4, $pop5 @@ -41,7 +41,7 @@ bracket_empty: # @bracket_empty .LBB1_2: # %lor.lhs.false end_block # label1: i32.const $push7=, 7 - i32.store $drop=, 8($0), $pop7 + i32.store 8($0), $pop7 .LBB1_3: # %if.end end_block # label0: # fallthrough-return @@ -64,4 +64,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050131-1.c.s b/test/torture-s/20050131-1.c.s index 1a8638245..ca8b6d118 100644 --- a/test/torture-s/20050131-1.c.s +++ b/test/torture-s/20050131-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050131-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050131-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20050203-1.c.s b/test/torture-s/20050203-1.c.s index 40ef8be59..ce24f3c9a 100644 --- a/test/torture-s/20050203-1.c.s +++ b/test/torture-s/20050203-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050203-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050203-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push5=, 16 i32.sub $push10=, $pop4, $pop5 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop6), $pop9 + i32.store __stack_pointer($pop6), $pop9 i32.const $push7=, 15 i32.add $push8=, $0, $pop7 call foo@FUNCTION, $pop8 @@ -42,7 +42,7 @@ foo: # @foo .param i32 # BB#0: # %entry i32.const $push0=, 129 - i32.store8 $drop=, 0($0), $pop0 + i32.store8 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -60,6 +60,6 @@ bar: # @bar .size bar, .Lfunc_end2-bar - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20050215-1.c.s b/test/torture-s/20050215-1.c.s index ccbc43199..52acabbca 100644 --- a/test/torture-s/20050215-1.c.s +++ b/test/torture-s/20050215-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050215-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050215-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -56,5 +56,5 @@ v: .size v, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050218-1.c.s b/test/torture-s/20050218-1.c.s index 3a9e8f92d..89ea1aa1d 100644 --- a/test/torture-s/20050218-1.c.s +++ b/test/torture-s/20050218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050218-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -158,7 +158,7 @@ a: .size .L.str.4, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strncmp, i32, i32, i32, i32 .functype strlen, i32, i32 .functype abort, void diff --git a/test/torture-s/20050224-1.c.s b/test/torture-s/20050224-1.c.s index 3a1d84d6c..9875dc92e 100644 --- a/test/torture-s/20050224-1.c.s +++ b/test/torture-s/20050224-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050224-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050224-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -177,5 +177,5 @@ f: .size f, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050316-1.c.s b/test/torture-s/20050316-1.c.s index a0bcb1e76..99b09d950 100644 --- a/test/torture-s/20050316-1.c.s +++ b/test/torture-s/20050316-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050316-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050316-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -37,9 +37,9 @@ test3: # @test3 i32.const $push0=, 4 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push3=, 0 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 # fallthrough-return .endfunc .Lfunc_end2: @@ -58,7 +58,7 @@ test4: # @test4 i32.shl $push1=, $2, $pop0 i32.or $push4=, $pop3, $pop1 i64.extend_s/i32 $push5=, $pop4 - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 # fallthrough-return .endfunc .Lfunc_end3: @@ -73,8 +73,8 @@ test5: # @test5 # BB#0: # %entry i32.const $push0=, 4 i32.add $push1=, $0, $pop0 - i32.store $drop=, 0($pop1), $2 - i32.store $drop=, 0($0), $1 + i32.store 0($pop1), $2 + i32.store 0($0), $1 # fallthrough-return .endfunc .Lfunc_end4: @@ -94,4 +94,4 @@ main: # @main .size main, .Lfunc_end5-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050316-2.c.s b/test/torture-s/20050316-2.c.s index 63aa8e2aa..739e23034 100644 --- a/test/torture-s/20050316-2.c.s +++ b/test/torture-s/20050316-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050316-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050316-2.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -72,4 +72,4 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050316-3.c.s b/test/torture-s/20050316-3.c.s index 4ec0640e2..de820b752 100644 --- a/test/torture-s/20050316-3.c.s +++ b/test/torture-s/20050316-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050316-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050316-3.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -9,8 +9,8 @@ test1: # @test1 # BB#0: # %entry i32.const $push0=, 4 i32.add $push1=, $0, $pop0 - i32.store $drop=, 0($pop1), $2 - i32.store $drop=, 0($0), $1 + i32.store 0($pop1), $2 + i32.store 0($0), $1 # fallthrough-return .endfunc .Lfunc_end0: @@ -48,4 +48,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050410-1.c.s b/test/torture-s/20050410-1.c.s index 7b700fb42..624c9d16c 100644 --- a/test/torture-s/20050410-1.c.s +++ b/test/torture-s/20050410-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050410-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050410-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -56,6 +56,6 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20050502-1.c.s b/test/torture-s/20050502-1.c.s index 763a9a9ee..32a032884 100644 --- a/test/torture-s/20050502-1.c.s +++ b/test/torture-s/20050502-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050502-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050502-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -13,7 +13,7 @@ bar: # @bar tee_local $push3=, $1=, $pop4 i32.const $push0=, 1 i32.add $push1=, $pop3, $pop0 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.load8_s $push2=, 0($1) # fallthrough-return: $pop2 .endfunc @@ -44,7 +44,7 @@ foo: # @foo .local i32, i32, i32, i32 # BB#0: # %entry i32.call $push1=, bar@FUNCTION, $0 - i32.store8 $drop=, 0($1), $pop1 + i32.store8 0($1), $pop1 i32.const $7=, 1 block i32.call $push21=, bar@FUNCTION, $0 @@ -82,7 +82,7 @@ foo: # @foo # in Loop: Header=BB2_3 Depth=1 end_block # label3: i32.add $push12=, $1, $7 - i32.store8 $drop=, 0($pop12), $6 + i32.store8 0($pop12), $6 i32.const $push30=, 1 i32.add $7=, $7, $pop30 i32.call $push29=, bar@FUNCTION, $0 @@ -106,7 +106,7 @@ foo: # @foo end_block # label0: i32.add $push16=, $1, $7 i32.const $push17=, 0 - i32.store8 $drop=, 0($pop16), $pop17 + i32.store8 0($pop16), $pop17 # fallthrough-return .endfunc .Lfunc_end2: @@ -126,9 +126,9 @@ main: # @main i32.const $push40=, 80 i32.sub $push76=, $pop39, $pop40 tee_local $push75=, $0=, $pop76 - i32.store $drop=, __stack_pointer($pop41), $pop75 + i32.store __stack_pointer($pop41), $pop75 i32.const $push0=, .L.str - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push45=, 12 i32.add $push46=, $0, $pop45 i32.const $push47=, 16 @@ -149,7 +149,7 @@ main: # @main br_if 0, $pop7 # 0: down to label4 # BB#2: # %if.end i32.const $push8=, .L.str.3 - i32.store $drop=, 12($0), $pop8 + i32.store 12($0), $pop8 i32.const $push51=, 12 i32.add $push52=, $0, $pop51 i32.const $push53=, 16 @@ -169,7 +169,7 @@ main: # @main br_if 0, $pop15 # 0: down to label4 # BB#4: # %if.end12 i32.const $push16=, .L.str.6 - i32.store $drop=, 12($0), $pop16 + i32.store 12($0), $pop16 i32.const $push57=, 12 i32.add $push58=, $0, $pop57 i32.const $push59=, 16 @@ -189,7 +189,7 @@ main: # @main br_if 0, $pop22 # 0: down to label4 # BB#6: # %if.end21 i32.const $push23=, .L.str.9 - i32.store $drop=, 12($0), $pop23 + i32.store 12($0), $pop23 i32.const $push63=, 12 i32.add $push64=, $0, $pop63 i32.const $push65=, 16 @@ -209,7 +209,7 @@ main: # @main br_if 0, $pop29 # 0: down to label4 # BB#8: # %if.end30 i32.const $push30=, .L.str.12 - i32.store $drop=, 12($0), $pop30 + i32.store 12($0), $pop30 i32.const $push69=, 12 i32.add $push70=, $0, $pop69 i32.const $push71=, 16 @@ -231,7 +231,7 @@ main: # @main i32.const $push44=, 0 i32.const $push42=, 80 i32.add $push43=, $0, $pop42 - i32.store $drop=, __stack_pointer($pop44), $pop43 + i32.store __stack_pointer($pop44), $pop43 i32.const $push37=, 0 return $pop37 .LBB3_11: # %if.then38 @@ -319,6 +319,6 @@ main: # @main .size .L.str.14, 7 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20050502-2.c.s b/test/torture-s/20050502-2.c.s index 5964d87f9..029ef8910 100644 --- a/test/torture-s/20050502-2.c.s +++ b/test/torture-s/20050502-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050502-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050502-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,7 +8,7 @@ foo: # @foo .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store8 $drop=, 4($0), $pop0 + i32.store8 4($0), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -22,7 +22,7 @@ bar: # @bar .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store8 $drop=, 8($0), $pop0 + i32.store8 8($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -42,25 +42,25 @@ main: # @main i32.const $push16=, 16 i32.sub $push33=, $pop15, $pop16 tee_local $push32=, $1=, $pop33 - i32.store $drop=, __stack_pointer($pop17), $pop32 + i32.store __stack_pointer($pop17), $pop32 i32.const $push1=, 14 i32.add $push2=, $1, $pop1 i32.const $push31=, 0 i32.load8_u $push0=, .Lmain.x+10($pop31) - i32.store8 $drop=, 0($pop2), $pop0 + i32.store8 0($pop2), $pop0 i32.const $push4=, 12 i32.add $push5=, $1, $pop4 i32.const $push30=, 0 i32.load16_u $push3=, .Lmain.x+8($pop30):p2align=0 - i32.store16 $drop=, 0($pop5), $pop3 + i32.store16 0($pop5), $pop3 i32.const $push29=, 0 i64.load $push6=, .Lmain.x($pop29):p2align=0 - i64.store $drop=, 4($1):p2align=2, $pop6 + i64.store 4($1):p2align=2, $pop6 i32.const $push7=, 8 i32.add $push28=, $1, $pop7 tee_local $push27=, $0=, $pop28 i32.const $push26=, 0 - i32.store8 $drop=, 0($pop27), $pop26 + i32.store8 0($pop27), $pop26 block i32.const $push21=, 4 i32.add $push22=, $1, $pop21 @@ -70,9 +70,9 @@ main: # @main br_if 0, $pop9 # 0: down to label0 # BB#1: # %if.end i32.const $push10=, 77 - i32.store8 $drop=, 0($0), $pop10 + i32.store8 0($0), $pop10 i32.const $push35=, 0 - i32.store8 $drop=, 12($1), $pop35 + i32.store8 12($1), $pop35 i32.const $push23=, 4 i32.add $push24=, $1, $pop23 i32.const $push11=, .L.str.1 @@ -83,7 +83,7 @@ main: # @main i32.const $push20=, 0 i32.const $push18=, 16 i32.add $push19=, $1, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 i32.const $push13=, 0 return $pop13 .LBB2_3: # %if.then6 @@ -113,6 +113,6 @@ main: # @main .size .L.str.1, 11 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20050604-1.c.s b/test/torture-s/20050604-1.c.s index 08407e564..62ea53fb7 100644 --- a/test/torture-s/20050604-1.c.s +++ b/test/torture-s/20050604-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050604-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050604-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -12,13 +12,13 @@ foo: # @foo i32.load16_u $push1=, u+2($pop34) i32.const $push2=, 28 i32.add $push3=, $pop1, $pop2 - i32.store16 $drop=, u+2($pop0), $pop3 + i32.store16 u+2($pop0), $pop3 i32.const $push33=, 0 i32.const $push32=, 0 i32.load16_u $push4=, u($pop32) i32.const $push5=, 24 i32.add $push6=, $pop4, $pop5 - i32.store16 $drop=, u($pop33), $pop6 + i32.store16 u($pop33), $pop6 i32.const $push31=, 0 f32.load $0=, v($pop31) i32.const $push30=, 0 @@ -32,25 +32,25 @@ foo: # @foo f32.add $push9=, $pop7, $pop8 f32.const $push26=, 0x0p0 f32.add $push10=, $pop9, $pop26 - f32.store $drop=, v+12($pop28), $pop10 + f32.store v+12($pop28), $pop10 i32.const $push25=, 0 f32.const $push11=, 0x1.6p4 f32.add $push12=, $2, $pop11 f32.const $push24=, 0x1.6p4 f32.add $push13=, $pop12, $pop24 - f32.store $drop=, v+8($pop25), $pop13 + f32.store v+8($pop25), $pop13 i32.const $push23=, 0 f32.const $push14=, 0x1.4p4 f32.add $push15=, $1, $pop14 f32.const $push22=, 0x1.4p4 f32.add $push16=, $pop15, $pop22 - f32.store $drop=, v+4($pop23), $pop16 + f32.store v+4($pop23), $pop16 i32.const $push21=, 0 f32.const $push17=, 0x1.2p4 f32.add $push18=, $0, $pop17 f32.const $push20=, 0x1.2p4 f32.add $push19=, $pop18, $pop20 - f32.store $drop=, v($pop21), $pop19 + f32.store v($pop21), $pop19 # fallthrough-return .endfunc .Lfunc_end0: @@ -70,14 +70,14 @@ main: # @main i32.const $push59=, 28 i32.add $push58=, $pop2, $pop59 tee_local $push57=, $1=, $pop58 - i32.store16 $drop=, u+2($pop1), $pop57 + i32.store16 u+2($pop1), $pop57 i32.const $push56=, 0 i32.const $push55=, 0 i32.load16_u $push3=, u($pop55) i32.const $push4=, 24 i32.add $push54=, $pop3, $pop4 tee_local $push53=, $2=, $pop54 - i32.store16 $drop=, u($pop56), $pop53 + i32.store16 u($pop56), $pop53 i32.const $push52=, 0 i32.load16_u $3=, u+6($pop52) i32.const $push51=, 0 @@ -96,28 +96,28 @@ main: # @main f32.const $push45=, 0x0p0 f32.add $push44=, $pop7, $pop45 tee_local $push43=, $0=, $pop44 - f32.store $drop=, v+12($pop47), $pop43 + f32.store v+12($pop47), $pop43 i32.const $push42=, 0 f32.const $push8=, 0x1.6p4 f32.add $push9=, $7, $pop8 f32.const $push41=, 0x1.6p4 f32.add $push40=, $pop9, $pop41 tee_local $push39=, $7=, $pop40 - f32.store $drop=, v+8($pop42), $pop39 + f32.store v+8($pop42), $pop39 i32.const $push38=, 0 f32.const $push10=, 0x1.4p4 f32.add $push11=, $6, $pop10 f32.const $push37=, 0x1.4p4 f32.add $push36=, $pop11, $pop37 tee_local $push35=, $6=, $pop36 - f32.store $drop=, v+4($pop38), $pop35 + f32.store v+4($pop38), $pop35 i32.const $push34=, 0 f32.const $push12=, 0x1.2p4 f32.add $push13=, $5, $pop12 f32.const $push33=, 0x1.2p4 f32.add $push32=, $pop13, $pop33 tee_local $push31=, $5=, $pop32 - f32.store $drop=, v($pop34), $pop31 + f32.store v($pop34), $pop31 block i32.const $push30=, 65535 i32.and $push14=, $2, $pop30 @@ -181,5 +181,5 @@ v: .size v, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050607-1.c.s b/test/torture-s/20050607-1.c.s index b4565e6c3..32a9f79e3 100644 --- a/test/torture-s/20050607-1.c.s +++ b/test/torture-s/20050607-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050607-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050607-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20050613-1.c.s b/test/torture-s/20050613-1.c.s index 796736f67..eeb9eda54 100644 --- a/test/torture-s/20050613-1.c.s +++ b/test/torture-s/20050613-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050613-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050613-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050713-1.c.s b/test/torture-s/20050713-1.c.s index 41ce98767..60fd0e869 100644 --- a/test/torture-s/20050713-1.c.s +++ b/test/torture-s/20050713-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050713-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050713-1.c" .section .text.foo2,"ax",@progbits .hidden foo2 .globl foo2 @@ -304,5 +304,5 @@ main: # @main .size main, .Lfunc_end5-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050826-1.c.s b/test/torture-s/20050826-1.c.s index e36c8c6fb..e37a8d434 100644 --- a/test/torture-s/20050826-1.c.s +++ b/test/torture-s/20050826-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050826-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050826-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -61,18 +61,18 @@ foo: # @foo i32.call $drop=, memset@FUNCTION, $pop3, $pop2, $pop1 i32.const $push21=, 0 i32.const $push20=, 1 - i32.store8 $drop=, a($pop21), $pop20 + i32.store8 a($pop21), $pop20 i32.const $push19=, 0 i32.const $push18=, 1 - i32.store8 $drop=, a+6($pop19), $pop18 + i32.store8 a+6($pop19), $pop18 i32.const $push17=, 0 i32.const $push16=, 0 i32.load8_u $push4=, .L.str.1+4($pop16) - i32.store8 $drop=, a+5($pop17), $pop4 + i32.store8 a+5($pop17), $pop4 i32.const $push15=, 0 i32.const $push14=, 0 i32.load $push5=, .L.str.1($pop14):p2align=0 - i32.store $drop=, a+1($pop15):p2align=0, $pop5 + i32.store a+1($pop15):p2align=0, $pop5 block i32.const $push13=, 0 i64.load $push6=, a($pop13):p2align=0 @@ -130,18 +130,18 @@ main: # @main i32.call $drop=, memset@FUNCTION, $pop3, $pop2, $pop1 i32.const $push21=, 0 i32.const $push20=, 1 - i32.store8 $drop=, a($pop21), $pop20 + i32.store8 a($pop21), $pop20 i32.const $push19=, 0 i32.const $push18=, 1 - i32.store8 $drop=, a+6($pop19), $pop18 + i32.store8 a+6($pop19), $pop18 i32.const $push17=, 0 i32.const $push16=, 0 i32.load8_u $push4=, .L.str.1+4($pop16) - i32.store8 $drop=, a+5($pop17), $pop4 + i32.store8 a+5($pop17), $pop4 i32.const $push15=, 0 i32.const $push14=, 0 i32.load $push5=, .L.str.1($pop14):p2align=0 - i32.store $drop=, a+1($pop15):p2align=0, $pop5 + i32.store a+1($pop15):p2align=0, $pop5 block i32.const $push13=, 0 i64.load $push6=, a($pop13):p2align=0 @@ -206,6 +206,6 @@ a: .size .L.str.1, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20050826-2.c.s b/test/torture-s/20050826-2.c.s index 013b9e560..e0ca4b4e1 100644 --- a/test/torture-s/20050826-2.c.s +++ b/test/torture-s/20050826-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050826-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050826-2.c" .section .text.inet_check_attr,"ax",@progbits .hidden inet_check_attr .globl inet_check_attr @@ -38,7 +38,7 @@ inet_check_attr: # @inet_check_attr # in Loop: Header=BB0_1 Depth=1 i32.const $push13=, 4 i32.add $push5=, $2, $pop13 - i32.store $drop=, 0($1), $pop5 + i32.store 0($1), $pop5 .LBB0_5: # %for.inc # in Loop: Header=BB0_1 Depth=1 end_block # label2: @@ -73,51 +73,51 @@ main: # @main i32.const $push87=, 64 i32.sub $push151=, $pop86, $pop87 tee_local $push150=, $4=, $pop151 - i32.store $drop=, __stack_pointer($pop88), $pop150 + i32.store __stack_pointer($pop88), $pop150 i64.const $push0=, 51539607564 - i64.store $drop=, 56($4), $pop0 + i64.store 56($4), $pop0 i32.const $push92=, 56 i32.add $push93=, $4, $pop92 - i32.store $drop=, 4($4), $pop93 + i32.store 4($4), $pop93 i32.const $push94=, 56 i32.add $push95=, $4, $pop94 - i32.store $drop=, 8($4), $pop95 + i32.store 8($4), $pop95 i32.const $push96=, 56 i32.add $push97=, $4, $pop96 - i32.store $drop=, 12($4), $pop97 + i32.store 12($4), $pop97 i32.const $push98=, 56 i32.add $push99=, $4, $pop98 - i32.store $drop=, 16($4), $pop99 + i32.store 16($4), $pop99 i32.const $push100=, 56 i32.add $push101=, $4, $pop100 - i32.store $drop=, 0($4), $pop101 + i32.store 0($4), $pop101 i32.const $push102=, 56 i32.add $push103=, $4, $pop102 - i32.store $drop=, 20($4), $pop103 + i32.store 20($4), $pop103 i32.const $push104=, 56 i32.add $push105=, $4, $pop104 - i32.store $drop=, 24($4), $pop105 + i32.store 24($4), $pop105 i32.const $push106=, 56 i32.add $push107=, $4, $pop106 - i32.store $drop=, 28($4), $pop107 + i32.store 28($4), $pop107 i32.const $push108=, 56 i32.add $push109=, $4, $pop108 - i32.store $drop=, 32($4), $pop109 + i32.store 32($4), $pop109 i32.const $push110=, 56 i32.add $push111=, $4, $pop110 - i32.store $drop=, 36($4), $pop111 + i32.store 36($4), $pop111 i32.const $push112=, 56 i32.add $push113=, $4, $pop112 - i32.store $drop=, 40($4), $pop113 + i32.store 40($4), $pop113 i32.const $push114=, 56 i32.add $push115=, $4, $pop114 - i32.store $drop=, 44($4), $pop115 + i32.store 44($4), $pop115 i32.const $push116=, 56 i32.add $push117=, $4, $pop116 - i32.store $drop=, 48($4), $pop117 + i32.store 48($4), $pop117 i32.const $push118=, 56 i32.add $push119=, $4, $pop118 - i32.store $drop=, 52($4), $pop119 + i32.store 52($4), $pop119 block block block @@ -213,66 +213,66 @@ main: # @main i32.add $push52=, $4, $pop51 i32.const $push124=, 56 i32.add $push125=, $4, $pop124 - i32.store $drop=, 0($pop52), $pop125 + i32.store 0($pop52), $pop125 i32.const $push53=, 24 i32.add $push54=, $4, $pop53 i32.const $push126=, 56 i32.add $push127=, $4, $pop126 - i32.store $drop=, 0($pop54), $pop127 + i32.store 0($pop54), $pop127 i32.const $push55=, 28 i32.add $push56=, $4, $pop55 i32.const $push128=, 56 i32.add $push129=, $4, $pop128 - i32.store $drop=, 0($pop56), $pop129 + i32.store 0($pop56), $pop129 i32.const $push57=, 32 i32.add $push58=, $4, $pop57 i32.const $push130=, 56 i32.add $push131=, $4, $pop130 - i32.store $drop=, 0($pop58), $pop131 + i32.store 0($pop58), $pop131 i32.const $push132=, 56 i32.add $push133=, $4, $pop132 - i32.store $drop=, 8($4), $pop133 + i32.store 8($4), $pop133 i32.const $push134=, 56 i32.add $push135=, $4, $pop134 - i32.store $drop=, 0($4), $pop135 + i32.store 0($4), $pop135 i32.const $push136=, 56 i32.add $push137=, $4, $pop136 - i32.store $drop=, 12($4), $pop137 + i32.store 12($4), $pop137 i32.const $push59=, 36 i32.add $push60=, $4, $pop59 i32.const $push138=, 56 i32.add $push139=, $4, $pop138 - i32.store $drop=, 0($pop60), $pop139 + i32.store 0($pop60), $pop139 i32.const $push61=, 40 i32.add $push62=, $4, $pop61 i32.const $push140=, 56 i32.add $push141=, $4, $pop140 - i32.store $drop=, 0($pop62), $pop141 + i32.store 0($pop62), $pop141 i32.const $push63=, 44 i32.add $push64=, $4, $pop63 i32.const $push142=, 56 i32.add $push143=, $4, $pop142 - i32.store $drop=, 0($pop64), $pop143 + i32.store 0($pop64), $pop143 i32.const $push65=, 48 i32.add $push66=, $4, $pop65 i32.const $push144=, 56 i32.add $push145=, $4, $pop144 - i32.store $drop=, 0($pop66), $pop145 + i32.store 0($pop66), $pop145 i32.const $push67=, 52 i32.add $push68=, $4, $pop67 i32.const $push146=, 56 i32.add $push147=, $4, $pop146 - i32.store $drop=, 0($pop68), $pop147 + i32.store 0($pop68), $pop147 i32.const $1=, 0 i32.const $push156=, 0 - i32.store $drop=, 4($4), $pop156 + i32.store 4($4), $pop156 i32.load16_u $push70=, 60($4) i32.const $push69=, 65528 i32.add $push71=, $pop70, $pop69 - i32.store16 $drop=, 60($4), $pop71 + i32.store16 60($4), $pop71 i32.const $push72=, 20 i32.add $push73=, $4, $pop72 - i32.store $drop=, 0($pop73), $0 + i32.store 0($pop73), $0 i32.call $push74=, inet_check_attr@FUNCTION, $1, $4 i32.const $push75=, -22 i32.ne $push76=, $pop74, $pop75 @@ -331,7 +331,7 @@ main: # @main i32.const $push91=, 0 i32.const $push89=, 64 i32.add $push90=, $4, $pop89 - i32.store $drop=, __stack_pointer($pop91), $pop90 + i32.store __stack_pointer($pop91), $pop90 i32.const $push84=, 0 return $pop84 .LBB1_24: # %if.then49 @@ -355,5 +355,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20050929-1.c.s b/test/torture-s/20050929-1.c.s index 598123990..afde1d8b6 100644 --- a/test/torture-s/20050929-1.c.s +++ b/test/torture-s/20050929-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050929-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20050929-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -102,5 +102,5 @@ e: .size e, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20051012-1.c.s b/test/torture-s/20051012-1.c.s index 83e2ca6a7..296389ae4 100644 --- a/test/torture-s/20051012-1.c.s +++ b/test/torture-s/20051012-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051012-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051012-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -30,7 +30,7 @@ main: # @main i32.and $push3=, $pop1, $pop2 i32.const $push4=, 524288 i32.or $push5=, $pop3, $pop4 - i32.store $drop=, t+4($pop0), $pop5 + i32.store t+4($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -47,4 +47,4 @@ t: .size t, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20051021-1.c.s b/test/torture-s/20051021-1.c.s index d8b7fe4f4..84ffb5364 100644 --- a/test/torture-s/20051021-1.c.s +++ b/test/torture-s/20051021-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051021-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051021-1.c" .section .text.foo1,"ax",@progbits .hidden foo1 .globl foo1 @@ -12,7 +12,7 @@ foo1: # @foo1 i32.load $push1=, count($pop5) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -31,7 +31,7 @@ foo2: # @foo2 i32.load $push1=, count($pop5) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -52,7 +52,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 2 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, count($pop5), $pop1 + i32.store count($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end7 @@ -76,5 +76,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20051104-1.c.s b/test/torture-s/20051104-1.c.s index bbd74bfc0..acab81295 100644 --- a/test/torture-s/20051104-1.c.s +++ b/test/torture-s/20051104-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051104-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051104-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,10 +9,10 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, .L.str - i32.store $drop=, s+4($pop1), $pop0 + i32.store s+4($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, 0 - i32.store $drop=, s($pop4), $pop3 + i32.store s($pop4), $pop3 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -35,4 +35,4 @@ s: .size .L.str, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20051110-1.c.s b/test/torture-s/20051110-1.c.s index 513e6a694..f855ed03e 100644 --- a/test/torture-s/20051110-1.c.s +++ b/test/torture-s/20051110-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051110-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051110-1.c" .section .text.add_unwind_adjustsp,"ax",@progbits .hidden add_unwind_adjustsp .globl add_unwind_adjustsp @@ -29,7 +29,7 @@ add_unwind_adjustsp: # @add_unwind_adjustsp i32.shr_u $push10=, $0, $pop11 tee_local $push9=, $1=, $pop10 i32.select $push5=, $pop4, $pop3, $pop9 - i32.store8 $drop=, 0($2), $pop5 + i32.store8 0($2), $pop5 i32.const $push8=, 1 i32.add $2=, $2, $pop8 copy_local $0=, $1 @@ -51,7 +51,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1928 - i32.store16 $drop=, bytes($pop1):p2align=0, $pop0 + i32.store16 bytes($pop1):p2align=0, $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -67,4 +67,4 @@ bytes: .size bytes, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20051110-2.c.s b/test/torture-s/20051110-2.c.s index ff4c3a0ef..358f2bb16 100644 --- a/test/torture-s/20051110-2.c.s +++ b/test/torture-s/20051110-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051110-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051110-2.c" .section .text.add_unwind_adjustsp,"ax",@progbits .hidden add_unwind_adjustsp .globl add_unwind_adjustsp @@ -34,7 +34,7 @@ add_unwind_adjustsp: # @add_unwind_adjustsp i32.add $push4=, $3, $pop12 i32.const $push11=, 128 i32.or $push3=, $2, $pop11 - i32.store8 $drop=, 0($pop4), $pop3 + i32.store8 0($pop4), $pop3 i32.const $push10=, 1 i32.add $3=, $3, $pop10 br 0 # 0: up to label0 @@ -44,7 +44,7 @@ add_unwind_adjustsp: # @add_unwind_adjustsp i32.add $push8=, $3, $pop7 i32.const $push5=, 127 i32.and $push6=, $2, $pop5 - i32.store8 $drop=, 0($pop8), $pop6 + i32.store8 0($pop8), $pop6 # fallthrough-return .endfunc .Lfunc_end0: @@ -81,7 +81,7 @@ main: # @main i32.add $push1=, $2, $pop18 i32.const $push17=, 128 i32.or $push0=, $1, $pop17 - i32.store8 $drop=, 0($pop1), $pop0 + i32.store8 0($pop1), $pop0 i32.const $push16=, 1 i32.add $2=, $2, $pop16 br 0 # 0: up to label2 @@ -91,7 +91,7 @@ main: # @main i32.add $push6=, $2, $pop5 i32.const $push3=, 127 i32.and $push4=, $1, $pop3 - i32.store8 $drop=, 0($pop6), $pop4 + i32.store8 0($pop6), $pop4 block i32.const $push24=, 0 i32.load8_u $push7=, bytes($pop24) @@ -135,5 +135,5 @@ flag: .size flag, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20051113-1.c.s b/test/torture-s/20051113-1.c.s index 95fe90e69..6bdfbbec3 100644 --- a/test/torture-s/20051113-1.c.s +++ b/test/torture-s/20051113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051113-1.c" .section .text.Sum,"ax",@progbits .hidden Sum .globl Sum @@ -103,19 +103,19 @@ main: # @main i32.const $push3=, 90 i32.call $drop=, memset@FUNCTION, $pop2, $pop4, $pop3 i64.const $push5=, 555 - i64.store $drop=, 10($0):p2align=0, $pop5 + i64.store 10($0):p2align=0, $pop5 i32.const $push6=, 3 - i32.store $drop=, 0($0):p2align=0, $pop6 + i32.store 0($0):p2align=0, $pop6 i64.const $push7=, 999 - i64.store $drop=, 40($0):p2align=0, $pop7 + i64.store 40($0):p2align=0, $pop7 i64.const $push8=, 4311810305 - i64.store $drop=, 70($0):p2align=0, $pop8 + i64.store 70($0):p2align=0, $pop8 i64.const $push17=, 555 - i64.store $drop=, 18($0):p2align=0, $pop17 + i64.store 18($0):p2align=0, $pop17 i64.const $push16=, 999 - i64.store $drop=, 48($0):p2align=0, $pop16 + i64.store 48($0):p2align=0, $pop16 i64.const $push15=, 4311810305 - i64.store $drop=, 78($0):p2align=0, $pop15 + i64.store 78($0):p2align=0, $pop15 block i64.call $push9=, Sum@FUNCTION, $0 i64.const $push14=, 4311811859 @@ -138,6 +138,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype abort, void diff --git a/test/torture-s/20051215-1.c.s b/test/torture-s/20051215-1.c.s index 2dad91ab0..2d86425e7 100644 --- a/test/torture-s/20051215-1.c.s +++ b/test/torture-s/20051215-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051215-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20051215-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -76,5 +76,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060102-1.c.s b/test/torture-s/20060102-1.c.s index bc30f851c..d7c80b963 100644 --- a/test/torture-s/20060102-1.c.s +++ b/test/torture-s/20060102-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060102-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060102-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -62,5 +62,5 @@ one: .size one, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060110-1.c.s b/test/torture-s/20060110-1.c.s index c1c98b544..44b4bfc95 100644 --- a/test/torture-s/20060110-1.c.s +++ b/test/torture-s/20060110-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060110-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060110-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -61,5 +61,5 @@ b: .size b, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060110-2.c.s b/test/torture-s/20060110-2.c.s index 1e22fe2ec..2fab8eeb2 100644 --- a/test/torture-s/20060110-2.c.s +++ b/test/torture-s/20060110-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060110-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060110-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -78,5 +78,5 @@ c: .size c, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060127-1.c.s b/test/torture-s/20060127-1.c.s index 9b8e77f45..12d3a5f09 100644 --- a/test/torture-s/20060127-1.c.s +++ b/test/torture-s/20060127-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060127-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060127-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -52,5 +52,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060412-1.c.s b/test/torture-s/20060412-1.c.s index 5b7958b9b..d11a5ae61 100644 --- a/test/torture-s/20060412-1.c.s +++ b/test/torture-s/20060412-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060412-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060412-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -13,7 +13,7 @@ main: # @main i32.call $drop=, memset@FUNCTION, $pop2, $pop1, $pop0 i32.const $push3=, 0 i32.const $push5=, 0 - i32.store $drop=, t+4($pop3), $pop5 + i32.store t+4($pop3), $pop5 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -30,4 +30,4 @@ t: .size t, 332 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20060420-1.c.s b/test/torture-s/20060420-1.c.s index 08cbc7779..9cc7b0978 100644 --- a/test/torture-s/20060420-1.c.s +++ b/test/torture-s/20060420-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060420-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060420-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -64,7 +64,7 @@ foo: # @foo end_loop # label5: end_block # label3: i32.add $push12=, $0, $11 - f32.store $drop=, 0($pop12), $25 + f32.store 0($pop12), $25 i32.const $push99=, 1 i32.add $push98=, $10, $pop99 tee_local $push97=, $10=, $pop98 @@ -224,46 +224,46 @@ foo: # @foo end_block # label9: i32.add $push157=, $0, $8 tee_local $push156=, $9=, $pop157 - f32.store $drop=, 16($pop156), $17 - f32.store $drop=, 0($9), $13 - f32.store $drop=, 32($9), $21 - f32.store $drop=, 48($9), $25 + f32.store 16($pop156), $17 + f32.store 0($9), $13 + f32.store 32($9), $21 + f32.store 48($9), $25 i32.const $push155=, 28 i32.add $push63=, $9, $pop155 - f32.store $drop=, 0($pop63), $20 + f32.store 0($pop63), $20 i32.const $push154=, 24 i32.add $push64=, $9, $pop154 - f32.store $drop=, 0($pop64), $19 + f32.store 0($pop64), $19 i32.const $push153=, 20 i32.add $push65=, $9, $pop153 - f32.store $drop=, 0($pop65), $18 + f32.store 0($pop65), $18 i32.const $push152=, 12 i32.add $push66=, $9, $pop152 - f32.store $drop=, 0($pop66), $16 + f32.store 0($pop66), $16 i32.const $push151=, 8 i32.add $push67=, $9, $pop151 - f32.store $drop=, 0($pop67), $15 + f32.store 0($pop67), $15 i32.const $push150=, 4 i32.add $push68=, $9, $pop150 - f32.store $drop=, 0($pop68), $14 + f32.store 0($pop68), $14 i32.const $push149=, 44 i32.add $push69=, $9, $pop149 - f32.store $drop=, 0($pop69), $24 + f32.store 0($pop69), $24 i32.const $push148=, 40 i32.add $push70=, $9, $pop148 - f32.store $drop=, 0($pop70), $23 + f32.store 0($pop70), $23 i32.const $push147=, 36 i32.add $push71=, $9, $pop147 - f32.store $drop=, 0($pop71), $22 + f32.store 0($pop71), $22 i32.const $push146=, 60 i32.add $push72=, $9, $pop146 - f32.store $drop=, 0($pop72), $28 + f32.store 0($pop72), $28 i32.const $push145=, 56 i32.add $push73=, $9, $pop145 - f32.store $drop=, 0($pop73), $27 + f32.store 0($pop73), $27 i32.const $push144=, 52 i32.add $push74=, $9, $pop144 - f32.store $drop=, 0($pop74), $26 + f32.store 0($pop74), $26 i32.const $push143=, 16 i32.add $push142=, $10, $pop143 tee_local $push141=, $10=, $pop142 @@ -321,7 +321,7 @@ foo: # @foo end_loop # label17: end_block # label15: i32.add $push83=, $0, $11 - f32.store $drop=, 0($pop83), $25 + f32.store 0($pop83), $25 i32.const $push170=, 1 i32.add $push169=, $10, $pop170 tee_local $push168=, $10=, $pop169 @@ -349,7 +349,7 @@ main: # @main i32.const $push29=, 16 i32.sub $push42=, $pop28, $pop29 tee_local $push41=, $3=, $pop42 - i32.store $drop=, __stack_pointer($pop30), $pop41 + i32.store __stack_pointer($pop30), $pop41 i32.const $2=, 0 i32.const $push40=, 0 i32.const $push0=, buffer @@ -359,11 +359,11 @@ main: # @main tee_local $push38=, $1=, $pop39 i32.const $push3=, buffer+128 i32.add $push4=, $pop38, $pop3 - i32.store $drop=, 12($3), $pop4 + i32.store 12($3), $pop4 i32.const $push5=, buffer+64 i32.add $push37=, $1, $pop5 tee_local $push36=, $1=, $pop37 - i32.store $drop=, 8($3), $pop36 + i32.store 8($3), $pop36 .LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label18: @@ -374,11 +374,11 @@ main: # @main f32.const $push49=, 0x1.8p3 f32.mul $push7=, $0, $pop49 f32.add $push8=, $pop50, $pop7 - f32.store $drop=, 0($pop6), $pop8 + f32.store 0($pop6), $pop8 f32.const $push48=, 0x1.6p3 f32.mul $push9=, $0, $pop48 f32.add $push10=, $0, $pop9 - f32.store $drop=, 0($1), $pop10 + f32.store 0($1), $pop10 i32.const $push47=, 4 i32.add $1=, $1, $pop47 i32.const $push46=, 1 @@ -434,7 +434,7 @@ main: # @main i32.const $push33=, 0 i32.const $push31=, 16 i32.add $push32=, $3, $pop31 - i32.store $drop=, __stack_pointer($pop33), $pop32 + i32.store __stack_pointer($pop33), $pop32 i32.const $push26=, 0 return $pop26 .LBB1_6: # %if.then @@ -455,5 +455,5 @@ buffer: .size buffer, 256 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060905-1.c.s b/test/torture-s/20060905-1.c.s index f8e851ec0..8b8c7a4fc 100644 --- a/test/torture-s/20060905-1.c.s +++ b/test/torture-s/20060905-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060905-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060905-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -22,7 +22,7 @@ main: # @main # in Loop: Header=BB0_1 Depth=1 i32.const $push8=, 0 i32.load8_u $push1=, 0($0) - i32.store8 $drop=, g($pop8), $pop1 + i32.store8 g($pop8), $pop1 i32.const $push7=, 1 i32.add $1=, $1, $pop7 .LBB0_3: # %for.inc.i @@ -71,5 +71,5 @@ g: .size g, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060910-1.c.s b/test/torture-s/20060910-1.c.s index 82728710c..4f69e14a1 100644 --- a/test/torture-s/20060910-1.c.s +++ b/test/torture-s/20060910-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060910-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060910-1.c" .section .text.input_getc_complicated,"ax",@progbits .hidden input_getc_complicated .globl input_getc_complicated @@ -34,7 +34,7 @@ check_header: # @check_header i32.const $push1=, 1 i32.add $push19=, $2, $pop1 tee_local $push18=, $2=, $pop19 - i32.store $drop=, 0($0), $pop18 + i32.store 0($0), $pop18 .LBB1_2: # %for.inc end_block # label0: block @@ -44,7 +44,7 @@ check_header: # @check_header i32.const $push3=, 1 i32.add $push21=, $2, $pop3 tee_local $push20=, $2=, $pop21 - i32.store $drop=, 0($0), $pop20 + i32.store 0($0), $pop20 .LBB1_4: # %for.inc.1 end_block # label1: block @@ -54,7 +54,7 @@ check_header: # @check_header i32.const $push5=, 1 i32.add $push23=, $2, $pop5 tee_local $push22=, $2=, $pop23 - i32.store $drop=, 0($0), $pop22 + i32.store 0($0), $pop22 .LBB1_6: # %for.inc.2 end_block # label2: block @@ -64,7 +64,7 @@ check_header: # @check_header i32.const $push7=, 1 i32.add $push25=, $2, $pop7 tee_local $push24=, $2=, $pop25 - i32.store $drop=, 0($0), $pop24 + i32.store 0($0), $pop24 .LBB1_8: # %for.inc.3 end_block # label3: block @@ -74,7 +74,7 @@ check_header: # @check_header i32.const $push9=, 1 i32.add $push27=, $2, $pop9 tee_local $push26=, $2=, $pop27 - i32.store $drop=, 0($0), $pop26 + i32.store 0($0), $pop26 .LBB1_10: # %for.inc.4 end_block # label4: block @@ -83,7 +83,7 @@ check_header: # @check_header # BB#11: # %cond.true.5 i32.const $push11=, 1 i32.add $push12=, $2, $pop11 - i32.store $drop=, 0($0), $pop12 + i32.store 0($0), $pop12 .LBB1_12: # %for.inc.5 end_block # label5: i32.const $push13=, 1 @@ -101,10 +101,10 @@ main: # @main # BB#0: # %if.end2 i32.const $push1=, 0 i32.const $push0=, b+6 - i32.store $drop=, s($pop1), $pop0 + i32.store s($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, b+6 - i32.store $drop=, s+4($pop4), $pop3 + i32.store s+4($pop4), $pop3 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -129,4 +129,4 @@ s: .size s, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20060929-1.c.s b/test/torture-s/20060929-1.c.s index 6c13c2100..3aaa06624 100644 --- a/test/torture-s/20060929-1.c.s +++ b/test/torture-s/20060929-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060929-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060929-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -11,10 +11,10 @@ foo: # @foo i32.load $push4=, 0($0) tee_local $push3=, $2=, $pop4 i32.load $push0=, 0($1) - i32.store $drop=, 0($pop3), $pop0 + i32.store 0($pop3), $pop0 i32.const $push1=, 4 i32.add $push2=, $2, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -31,10 +31,10 @@ bar: # @bar i32.load $push4=, 0($0) tee_local $push3=, $2=, $pop4 i32.load $push0=, 0($1) - i32.store $drop=, 0($pop3), $pop0 + i32.store 0($pop3), $pop0 i32.const $push1=, 4 i32.add $push2=, $2, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -51,10 +51,10 @@ baz: # @baz i32.load $push4=, 0($0) tee_local $push3=, $2=, $pop4 i32.load $push0=, 0($1) - i32.store $drop=, 0($pop3), $pop0 + i32.store 0($pop3), $pop0 i32.const $push1=, 4 i32.add $push2=, $2, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end2: @@ -74,4 +74,4 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20060930-1.c.s b/test/torture-s/20060930-1.c.s index 21e73147f..190f4fe48 100644 --- a/test/torture-s/20060930-1.c.s +++ b/test/torture-s/20060930-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060930-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060930-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -79,5 +79,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20060930-2.c.s b/test/torture-s/20060930-2.c.s index 8ebb3fbec..6d0f8242e 100644 --- a/test/torture-s/20060930-2.c.s +++ b/test/torture-s/20060930-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060930-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20060930-2.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -9,10 +9,10 @@ bar: # @bar .result i32 # BB#0: # %entry i32.const $push0=, s - i32.store $drop=, 0($1), $pop0 + i32.store 0($1), $pop0 i32.const $push1=, 0 i32.load $push2=, t($pop1) - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.load $push3=, 0($1) # fallthrough-return: $pop3 .endfunc @@ -28,7 +28,7 @@ main: # @main # BB#0: # %entry i32.const $push6=, 0 i32.const $push0=, t - i32.store $drop=, t($pop6), $pop0 + i32.store t($pop6), $pop0 block i32.const $push1=, s i32.const $push5=, s @@ -66,5 +66,5 @@ t: .size t, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20061031-1.c.s b/test/torture-s/20061031-1.c.s index f6c9d7c30..a1c4f54a5 100644 --- a/test/torture-s/20061031-1.c.s +++ b/test/torture-s/20061031-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20061031-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20061031-1.c" .section .text.ff,"ax",@progbits .hidden ff .globl ff @@ -75,4 +75,4 @@ nunmap: .size nunmap, 3 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20061101-1.c.s b/test/torture-s/20061101-1.c.s index 3a1d4ddcd..e729b7de3 100644 --- a/test/torture-s/20061101-1.c.s +++ b/test/torture-s/20061101-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20061101-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20061101-1.c" .section .text.tar,"ax",@progbits .hidden tar .globl tar @@ -80,5 +80,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20061101-2.c.s b/test/torture-s/20061101-2.c.s index 803a4c4bc..bfff1de9a 100644 --- a/test/torture-s/20061101-2.c.s +++ b/test/torture-s/20061101-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20061101-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20061101-2.c" .section .text.tar,"ax",@progbits .hidden tar .globl tar @@ -80,5 +80,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20070201-1.c.s b/test/torture-s/20070201-1.c.s index 9a6871216..244c3151a 100644 --- a/test/torture-s/20070201-1.c.s +++ b/test/torture-s/20070201-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070201-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070201-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,14 +15,14 @@ foo: # @foo i32.const $push5=, 16 i32.sub $push11=, $pop4, $pop5 tee_local $push10=, $2=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 - i32.store $drop=, 0($2), $1 + i32.store __stack_pointer($pop6), $pop10 + i32.store 0($2), $1 i32.const $push0=, .L.str i32.call $drop=, sprintf@FUNCTION, $0, $pop0, $2 i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $2, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push1=, 1 i32.add $push2=, $1, $pop1 # fallthrough-return: $pop2 @@ -44,10 +44,10 @@ main: # @main i32.const $push6=, 16 i32.sub $push14=, $pop5, $pop6 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop7), $pop13 + i32.store __stack_pointer($pop7), $pop13 i32.const $push0=, 12 i32.add $push1=, $0, $pop0 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.const $push11=, 10 i32.add $push12=, $0, $pop11 i32.const $push2=, .L.str @@ -55,7 +55,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -69,5 +69,5 @@ main: # @main .size .L.str, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 diff --git a/test/torture-s/20070212-1.c.s b/test/torture-s/20070212-1.c.s index 37e0c4fe4..345420300 100644 --- a/test/torture-s/20070212-1.c.s +++ b/test/torture-s/20070212-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070212-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070212-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -12,11 +12,11 @@ g: # @g i32.const $push3=, 0 i32.load $4=, __stack_pointer($pop3) i32.const $push0=, 0 - i32.store $drop=, 0($3), $pop0 + i32.store 0($3), $pop0 i32.const $push4=, 16 i32.sub $push8=, $4, $pop4 tee_local $push7=, $3=, $pop8 - i32.store $drop=, 12($pop7), $0 + i32.store 12($pop7), $0 i32.const $push5=, 12 i32.add $push6=, $3, $pop5 i32.select $push1=, $pop6, $2, $1 @@ -40,4 +40,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20070212-2.c.s b/test/torture-s/20070212-2.c.s index 518a67884..ad4bf417f 100644 --- a/test/torture-s/20070212-2.c.s +++ b/test/torture-s/20070212-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070212-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070212-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,4 +29,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20070212-3.c.s b/test/torture-s/20070212-3.c.s index fbc868e2a..ddbb89fb6 100644 --- a/test/torture-s/20070212-3.c.s +++ b/test/torture-s/20070212-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070212-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070212-3.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -15,7 +15,7 @@ bar: # @bar tee_local $push4=, $4=, $pop5 i32.load $2=, 0($pop4) i32.const $push2=, 1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 block i32.eqz $push6=, $3 br_if 0, $pop6 # 0: down to label0 @@ -43,4 +43,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20070424-1.c.s b/test/torture-s/20070424-1.c.s index 8f2ba24cd..6c64edc77 100644 --- a/test/torture-s/20070424-1.c.s +++ b/test/torture-s/20070424-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070424-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070424-1.c" .section .text.do_exit,"ax",@progbits .hidden do_exit .globl do_exit @@ -60,6 +60,6 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/20070517-1.c.s b/test/torture-s/20070517-1.c.s index a2be82fcf..a7e040bb1 100644 --- a/test/torture-s/20070517-1.c.s +++ b/test/torture-s/20070517-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070517-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070517-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -52,7 +52,7 @@ get_kind: # @get_kind i32.sub $push6=, $pop3, $pop4 tee_local $push5=, $0=, $pop6 i32.const $push0=, 10 - i32.store $drop=, 12($pop5), $pop0 + i32.store 12($pop5), $pop0 i32.load $push1=, 12($0) # fallthrough-return: $pop1 .endfunc @@ -60,5 +60,5 @@ get_kind: # @get_kind .size get_kind, .Lfunc_end1-get_kind - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20070614-1.c.s b/test/torture-s/20070614-1.c.s index fdc728980..8325a84dc 100644 --- a/test/torture-s/20070614-1.c.s +++ b/test/torture-s/20070614-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070614-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070614-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,10 +38,10 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 0 i64.load $push1=, v($pop0) - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push3=, 0 i64.load $push2=, v+8($pop3) - i64.store $drop=, 8($0), $pop2 + i64.store 8($0), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -119,5 +119,5 @@ v: .size v, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20070623-1.c.s b/test/torture-s/20070623-1.c.s index c4dd4bb8a..9a2554760 100644 --- a/test/torture-s/20070623-1.c.s +++ b/test/torture-s/20070623-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070623-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070623-1.c" .section .text.nge,"ax",@progbits .hidden nge .globl nge @@ -310,6 +310,6 @@ main: # @main .size main, .Lfunc_end10-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20070724-1.c.s b/test/torture-s/20070724-1.c.s index 44268056b..a060a3ace 100644 --- a/test/torture-s/20070724-1.c.s +++ b/test/torture-s/20070724-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070724-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070724-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20070824-1.c.s b/test/torture-s/20070824-1.c.s index 4e05bfc34..b44e12a73 100644 --- a/test/torture-s/20070824-1.c.s +++ b/test/torture-s/20070824-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070824-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20070824-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20071011-1.c.s b/test/torture-s/20071011-1.c.s index fb7e80028..c67b1a238 100644 --- a/test/torture-s/20071011-1.c.s +++ b/test/torture-s/20071011-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071011-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071011-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,7 +10,7 @@ foo: # @foo # BB#0: # %entry i32.load $1=, 0($0) i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 block i32.eqz $push1=, $1 br_if 0, $pop1 # 0: down to label0 @@ -38,5 +38,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071018-1.c.s b/test/torture-s/20071018-1.c.s index 9862357b5..a7c37eac8 100644 --- a/test/torture-s/20071018-1.c.s +++ b/test/torture-s/20071018-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071018-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071018-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -9,7 +9,7 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 8 i32.call $push1=, __builtin_malloc@FUNCTION, $pop0 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -32,7 +32,7 @@ foo: # @foo i32.add $push9=, $pop4, $pop5 tee_local $push8=, $0=, $pop9 i32.const $push6=, 0 - i32.store $drop=, 0($pop8), $pop6 + i32.store 0($pop8), $pop6 call bar@FUNCTION, $0 i32.load $push7=, 0($0) # fallthrough-return: $pop7 @@ -64,6 +64,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype __builtin_malloc, i32 .functype abort, void diff --git a/test/torture-s/20071029-1.c.s b/test/torture-s/20071029-1.c.s index 853f66622..f8e7e00a1 100644 --- a/test/torture-s/20071029-1.c.s +++ b/test/torture-s/20071029-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071029-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071029-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -16,7 +16,7 @@ test: # @test i32.const $push1=, 1 i32.add $push17=, $pop18, $pop1 tee_local $push16=, $1=, $pop17 - i32.store $drop=, test.i($pop0), $pop16 + i32.store test.i($pop0), $pop16 block block i32.ne $push2=, $3, $2 @@ -84,7 +84,7 @@ foo: # @foo i32.const $push3=, 64 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $2=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.const $push9=, 1 i32.add $0=, $0, $pop9 i32.const $push5=, 8 @@ -94,7 +94,7 @@ foo: # @foo .LBB1_1: # %again # =>This Inner Loop Header: Depth=1 loop # label2: - i32.store $drop=, 8($2), $0 + i32.store 8($2), $0 i32.const $push14=, 0 i32.const $push13=, 52 i32.call $drop=, memset@FUNCTION, $1, $pop14, $pop13 @@ -132,6 +132,6 @@ test.i: .size test.i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20071030-1.c.s b/test/torture-s/20071030-1.c.s index 1e4051e5f..55d946a46 100644 --- a/test/torture-s/20071030-1.c.s +++ b/test/torture-s/20071030-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071030-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071030-1.c" .section .text.CalcPing,"ax",@progbits .hidden CalcPing .globl CalcPing @@ -74,7 +74,7 @@ main: # @main i32.const $push16=, 1552 i32.sub $push30=, $pop15, $pop16 tee_local $push29=, $5=, $pop30 - i32.store $drop=, __stack_pointer($pop17), $pop29 + i32.store __stack_pointer($pop17), $pop29 i32.const $3=, 0 i32.const $push21=, 8 i32.add $push22=, $5, $pop21 @@ -87,7 +87,7 @@ main: # @main i32.const $push27=, 16 i32.add $push1=, $pop24, $pop27 i32.const $push2=, 1065353216 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 f32.const $4=, 0x0p0 .LBB1_1: # %for.body.i # =>This Inner Loop Header: Depth=1 @@ -127,7 +127,7 @@ main: # @main i32.const $push20=, 0 i32.const $push18=, 1552 i32.add $push19=, $5, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 i32.const $push13=, 0 return $pop13 .LBB1_5: # %if.then @@ -139,5 +139,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071108-1.c.s b/test/torture-s/20071108-1.c.s index a55227760..15efb16b9 100644 --- a/test/torture-s/20071108-1.c.s +++ b/test/torture-s/20071108-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071108-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071108-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -35,9 +35,9 @@ test: # @test .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, foo.s+4($pop0), $1 + i32.store foo.s+4($pop0), $1 i32.const $push2=, 0 - i32.store $drop=, foo.s($pop2), $0 + i32.store foo.s($pop2), $0 i32.const $push1=, foo.s # fallthrough-return: $pop1 .endfunc @@ -58,7 +58,7 @@ main: # @main i32.const $push9=, 16 i32.sub $push25=, $pop8, $pop9 tee_local $push24=, $1=, $pop25 - i32.store $drop=, __stack_pointer($pop10), $pop24 + i32.store __stack_pointer($pop10), $pop24 block i32.const $push14=, 12 i32.add $push15=, $1, $pop14 @@ -87,7 +87,7 @@ main: # @main i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $1, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 i32.const $push6=, 0 return $pop6 .LBB3_5: # %if.then @@ -106,5 +106,5 @@ foo.s: .size foo.s, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071120-1.c.s b/test/torture-s/20071120-1.c.s index 07aee70ea..59f616169 100644 --- a/test/torture-s/20071120-1.c.s +++ b/test/torture-s/20071120-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071120-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071120-1.c" .section .text.vec_assert_fail,"ax",@progbits .hidden vec_assert_fail .globl vec_assert_fail @@ -42,7 +42,7 @@ pop_to_parent_deferring_access_checks: # @pop_to_parent_deferring_access_checks i32.const $push12=, 0 i32.const $push0=, -1 i32.add $push1=, $0, $pop0 - i32.store $drop=, deferred_access_no_check($pop12), $pop1 + i32.store deferred_access_no_check($pop12), $pop1 return .LBB2_2: # %if.else end_block # label0: @@ -62,7 +62,7 @@ pop_to_parent_deferring_access_checks: # @pop_to_parent_deferring_access_checks i32.const $push2=, -1 i32.add $push19=, $1, $pop2 tee_local $push18=, $2=, $pop19 - i32.store $drop=, 0($0), $pop18 + i32.store 0($0), $pop18 i32.eqz $push23=, $2 br_if 0, $pop23 # 0: down to label2 # BB#5: # %VEC_deferred_access_base_last.exit29 @@ -100,13 +100,13 @@ main: # @main i32.call $push8=, __builtin_malloc@FUNCTION, $pop0 tee_local $push7=, $0=, $pop8 i32.const $push1=, 2 - i32.store $drop=, 0($pop7), $pop1 + i32.store 0($pop7), $pop1 i32.const $push2=, 0 - i32.store $drop=, deferred_access_stack($pop2), $0 + i32.store deferred_access_stack($pop2), $0 i32.const $push3=, 8 i32.add $push4=, $0, $pop3 i32.const $push5=, 1 - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 call pop_to_parent_deferring_access_checks@FUNCTION i32.const $push6=, 0 # fallthrough-return: $pop6 @@ -138,6 +138,6 @@ deferred_access_stack: .size deferred_access_stack, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype __builtin_malloc, i32 diff --git a/test/torture-s/20071202-1.c.s b/test/torture-s/20071202-1.c.s index c9c451459..201277fed 100644 --- a/test/torture-s/20071202-1.c.s +++ b/test/torture-s/20071202-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071202-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071202-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,18 +10,18 @@ foo: # @foo # BB#0: # %entry i32.load $1=, 0($0) i32.load $push0=, 4($0) - i32.store $drop=, 0($0), $pop0 - i32.store $drop=, 4($0), $1 + i32.store 0($0), $pop0 + i32.store 4($0), $1 i64.const $push1=, 0 - i64.store $drop=, 8($0):p2align=2, $pop1 + i64.store 8($0):p2align=2, $pop1 i32.const $push2=, 24 i32.add $push3=, $0, $pop2 i64.const $push7=, 0 - i64.store $drop=, 0($pop3):p2align=2, $pop7 + i64.store 0($pop3):p2align=2, $pop7 i32.const $push4=, 16 i32.add $push5=, $0, $pop4 i64.const $push6=, 0 - i64.store $drop=, 0($pop5):p2align=2, $pop6 + i64.store 0($pop5):p2align=2, $pop6 # fallthrough-return .endfunc .Lfunc_end0: @@ -41,7 +41,7 @@ main: # @main i32.const $push70=, 80 i32.sub $push80=, $pop69, $pop70 tee_local $push79=, $0=, $pop80 - i32.store $drop=, __stack_pointer($pop71), $pop79 + i32.store __stack_pointer($pop71), $pop79 i32.const $push75=, 8 i32.add $push76=, $0, $pop75 i32.const $push1=, .Lmain.s @@ -153,7 +153,7 @@ main: # @main i32.const $push74=, 0 i32.const $push72=, 80 i32.add $push73=, $0, $pop72 - i32.store $drop=, __stack_pointer($pop74), $pop73 + i32.store __stack_pointer($pop74), $pop73 i32.const $push67=, 0 return $pop67 .LBB1_18: # %if.then63 @@ -188,5 +188,5 @@ main: # @main .size .Lmain.s, 68 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071205-1.c.s b/test/torture-s/20071205-1.c.s index 553d12221..1ee5fb8e6 100644 --- a/test/torture-s/20071205-1.c.s +++ b/test/torture-s/20071205-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071205-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071205-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,4 +33,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20071211-1.c.s b/test/torture-s/20071211-1.c.s index 8e6ce60be..2850202cf 100644 --- a/test/torture-s/20071211-1.c.s +++ b/test/torture-s/20071211-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071211-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071211-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -13,7 +13,7 @@ main: # @main i64.load $push0=, sv($pop20) i64.const $push1=, -1099511627776 i64.or $push2=, $pop0, $pop1 - i64.store $drop=, sv($pop21), $pop2 + i64.store sv($pop21), $pop2 #APP #NO_APP i32.const $push19=, 0 @@ -30,7 +30,7 @@ main: # @main i64.const $push3=, 1099511627775 i64.and $push4=, $0, $pop3 i64.or $push9=, $pop8, $pop4 - i64.store $drop=, sv($pop19), $pop9 + i64.store sv($pop19), $pop9 block i64.const $push10=, 16777215 i64.and $push11=, $1, $pop10 @@ -58,5 +58,5 @@ sv: .size sv, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071213-1.c.s b/test/torture-s/20071213-1.c.s index 364f453bf..e43ab070c 100644 --- a/test/torture-s/20071213-1.c.s +++ b/test/torture-s/20071213-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071213-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071213-1.c" .section .text.h,"ax",@progbits .hidden h .globl h @@ -68,8 +68,8 @@ f1: # @f1 i32.const $push18=, 16 i32.sub $push24=, $pop17, $pop18 tee_local $push23=, $4=, $pop24 - i32.store $drop=, __stack_pointer($pop19), $pop23 - i32.store $drop=, 12($4), $2 + i32.store __stack_pointer($pop19), $pop23 + i32.store 12($4), $2 i32.load $3=, 0($2) block block @@ -94,7 +94,7 @@ f1: # @f1 i32.const $push22=, 0 i32.const $push20=, 16 i32.add $push21=, $4, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 return .LBB1_5: # %entry end_block # label6: @@ -136,8 +136,8 @@ f2: # @f2 i32.const $push24=, 16 i32.sub $push30=, $pop23, $pop24 tee_local $push29=, $6=, $pop30 - i32.store $drop=, __stack_pointer($pop25), $pop29 - i32.store $drop=, 12($6), $4 + i32.store __stack_pointer($pop25), $pop29 + i32.store 12($6), $4 i32.load $5=, 0($4) block block @@ -194,7 +194,7 @@ f2: # @f2 i32.const $push28=, 0 i32.const $push26=, 16 i32.add $push27=, $6, $pop26 - i32.store $drop=, __stack_pointer($pop28), $pop27 + i32.store __stack_pointer($pop28), $pop27 return .LBB2_12: # %if.then end_block # label7: @@ -218,16 +218,16 @@ main: # @main i32.const $push11=, 32 i32.sub $push19=, $pop10, $pop11 tee_local $push18=, $0=, $pop19 - i32.store $drop=, __stack_pointer($pop12), $pop18 + i32.store __stack_pointer($pop12), $pop18 i64.const $push0=, 17179869187 - i64.store $drop=, 16($0), $pop0 + i64.store 16($0), $pop0 i32.const $push2=, 1 i64.const $push1=, 2 i32.const $push16=, 16 i32.add $push17=, $0, $pop16 call f1@FUNCTION, $pop2, $pop1, $pop17 i64.const $push3=, 42949672969 - i64.store $drop=, 0($0), $pop3 + i64.store 0($0), $pop3 i32.const $push7=, 5 i32.const $push6=, 6 i32.const $push5=, 7 @@ -236,7 +236,7 @@ main: # @main i32.const $push15=, 0 i32.const $push13=, 32 i32.add $push14=, $0, $pop13 - i32.store $drop=, __stack_pointer($pop15), $pop14 + i32.store __stack_pointer($pop15), $pop14 i32.const $push8=, 0 # fallthrough-return: $pop8 .endfunc @@ -244,5 +244,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071216-1.c.s b/test/torture-s/20071216-1.c.s index 33d8cc9fc..dddf61ebb 100644 --- a/test/torture-s/20071216-1.c.s +++ b/test/torture-s/20071216-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071216-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071216-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -47,7 +47,7 @@ main: # @main # BB#0: # %entry i32.const $push28=, 0 i32.const $push0=, 26 - i32.store $drop=, x($pop28), $pop0 + i32.store x($pop28), $pop0 block i32.call $push27=, bar@FUNCTION tee_local $push26=, $0=, $pop27 @@ -65,7 +65,7 @@ main: # @main # BB#1: # %if.end i32.const $push36=, 0 i32.const $push6=, -39 - i32.store $drop=, x($pop36), $pop6 + i32.store x($pop36), $pop6 i32.call $push35=, bar@FUNCTION tee_local $push34=, $0=, $pop35 i32.const $push33=, -37 @@ -82,7 +82,7 @@ main: # @main # BB#2: # %if.end4 i32.const $push41=, 0 i32.const $push12=, -38 - i32.store $drop=, x($pop41), $pop12 + i32.store x($pop41), $pop12 i32.call $push40=, bar@FUNCTION tee_local $push39=, $0=, $pop40 i32.const $push15=, -37 @@ -115,5 +115,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071219-1.c.s b/test/torture-s/20071219-1.c.s index ef96c9029..e4aa2950f 100644 --- a/test/torture-s/20071219-1.c.s +++ b/test/torture-s/20071219-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071219-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071219-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -24,7 +24,7 @@ foo: # @foo br_if 0, $pop9 # 0: down to label3 # BB#3: # %if.then3 # in Loop: Header=BB0_1 Depth=1 - i32.store8 $drop=, 0($2), $1 + i32.store8 0($2), $1 .LBB0_4: # %for.inc # in Loop: Header=BB0_1 Depth=1 end_block # label3: @@ -37,7 +37,7 @@ foo: # @foo # BB#5: # %for.end end_loop # label2: i32.const $push2=, 0 - i32.store $drop=, p($pop2), $0 + i32.store p($pop2), $0 return .LBB0_6: # %if.then end_block # label0: @@ -60,30 +60,30 @@ test1: # @test1 i32.const $push16=, 64 i32.sub $push49=, $pop15, $pop16 tee_local $push48=, $6=, $pop49 - i32.store $drop=, __stack_pointer($pop17), $pop48 + i32.store __stack_pointer($pop17), $pop48 i32.const $push21=, 32 i32.add $push22=, $6, $pop21 i32.const $push0=, 24 i32.add $push47=, $pop22, $pop0 tee_local $push46=, $0=, $pop47 i32.const $push1=, 0 - i32.store8 $drop=, 0($pop46), $pop1 + i32.store8 0($pop46), $pop1 i32.const $push23=, 32 i32.add $push24=, $6, $pop23 i32.const $push2=, 16 i32.add $push45=, $pop24, $pop2 tee_local $push44=, $1=, $pop45 i64.const $push3=, 0 - i64.store $drop=, 0($pop44), $pop3 + i64.store 0($pop44), $pop3 i32.const $push25=, 32 i32.add $push26=, $6, $pop25 i32.const $push4=, 8 i32.add $push43=, $pop26, $pop4 tee_local $push42=, $2=, $pop43 i64.const $push41=, 0 - i64.store $drop=, 0($pop42), $pop41 + i64.store 0($pop42), $pop41 i64.const $push40=, 0 - i64.store $drop=, 32($6), $pop40 + i64.store 32($6), $pop40 i32.const $push27=, 32 i32.add $push28=, $6, $pop27 i32.const $push39=, 0 @@ -92,35 +92,35 @@ test1: # @test1 i32.add $push37=, $6, $pop38 tee_local $push36=, $3=, $pop37 i32.load8_u $push5=, 0($0) - i32.store8 $drop=, 0($pop36), $pop5 + i32.store8 0($pop36), $pop5 i32.const $push35=, 16 i32.add $push34=, $6, $pop35 tee_local $push33=, $4=, $pop34 i64.load $push6=, 0($1) - i64.store $drop=, 0($pop33), $pop6 + i64.store 0($pop33), $pop6 i32.const $push32=, 8 i32.add $push31=, $6, $pop32 tee_local $push30=, $5=, $pop31 i64.load $push7=, 0($2) - i64.store $drop=, 0($pop30), $pop7 + i64.store 0($pop30), $pop7 i64.load $push8=, 32($6) - i64.store $drop=, 0($6), $pop8 + i64.store 0($6), $pop8 i32.const $push9=, 1 call foo@FUNCTION, $6, $pop9 i32.load8_u $push10=, 0($0) - i32.store8 $drop=, 0($3), $pop10 + i32.store8 0($3), $pop10 i64.load $push11=, 0($1) - i64.store $drop=, 0($4), $pop11 + i64.store 0($4), $pop11 i64.load $push12=, 0($2) - i64.store $drop=, 0($5), $pop12 + i64.store 0($5), $pop12 i64.load $push13=, 32($6) - i64.store $drop=, 0($6), $pop13 + i64.store 0($6), $pop13 i32.const $push29=, 0 call foo@FUNCTION, $6, $pop29 i32.const $push20=, 0 i32.const $push18=, 64 i32.add $push19=, $6, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 # fallthrough-return .endfunc .Lfunc_end1: @@ -139,30 +139,30 @@ test2: # @test2 i32.const $push23=, 64 i32.sub $push62=, $pop22, $pop23 tee_local $push61=, $6=, $pop62 - i32.store $drop=, __stack_pointer($pop24), $pop61 + i32.store __stack_pointer($pop24), $pop61 i32.const $push28=, 32 i32.add $push29=, $6, $pop28 i32.const $push0=, 24 i32.add $push60=, $pop29, $pop0 tee_local $push59=, $5=, $pop60 i32.const $push1=, 0 - i32.store8 $drop=, 0($pop59), $pop1 + i32.store8 0($pop59), $pop1 i32.const $push30=, 32 i32.add $push31=, $6, $pop30 i32.const $push2=, 16 i32.add $push58=, $pop31, $pop2 tee_local $push57=, $0=, $pop58 i64.const $push3=, 0 - i64.store $drop=, 0($pop57), $pop3 + i64.store 0($pop57), $pop3 i32.const $push32=, 32 i32.add $push33=, $6, $pop32 i32.const $push4=, 8 i32.add $push56=, $pop33, $pop4 tee_local $push55=, $1=, $pop56 i64.const $push54=, 0 - i64.store $drop=, 0($pop55), $pop54 + i64.store 0($pop55), $pop54 i64.const $push53=, 0 - i64.store $drop=, 32($6), $pop53 + i64.store 32($6), $pop53 i32.const $push34=, 32 i32.add $push35=, $6, $pop34 i32.const $push52=, 0 @@ -171,52 +171,52 @@ test2: # @test2 i32.add $push50=, $6, $pop51 tee_local $push49=, $2=, $pop50 i32.load8_u $push5=, 0($5) - i32.store8 $drop=, 0($pop49), $pop5 + i32.store8 0($pop49), $pop5 i32.const $push48=, 16 i32.add $push47=, $6, $pop48 tee_local $push46=, $3=, $pop47 i64.load $push6=, 0($0) - i64.store $drop=, 0($pop46), $pop6 + i64.store 0($pop46), $pop6 i32.const $push45=, 8 i32.add $push44=, $6, $pop45 tee_local $push43=, $4=, $pop44 i64.load $push7=, 0($1) - i64.store $drop=, 0($pop43), $pop7 + i64.store 0($pop43), $pop7 i64.load $push8=, 32($6) - i64.store $drop=, 0($6), $pop8 + i64.store 0($6), $pop8 i32.const $push9=, 1 call foo@FUNCTION, $6, $pop9 i32.load8_u $push10=, 0($5) - i32.store8 $drop=, 0($2), $pop10 + i32.store8 0($2), $pop10 i64.load $push11=, 0($0) - i64.store $drop=, 0($3), $pop11 + i64.store 0($3), $pop11 i64.load $push12=, 0($1) - i64.store $drop=, 0($4), $pop12 + i64.store 0($4), $pop12 i64.load $push13=, 32($6) - i64.store $drop=, 0($6), $pop13 + i64.store 0($6), $pop13 i32.const $push42=, 0 i32.load $push41=, p($pop42) tee_local $push40=, $5=, $pop41 i32.const $push39=, 24 i32.add $push14=, $pop40, $pop39 i32.load8_u $push15=, 0($pop14) - i32.store8 $drop=, 0($2), $pop15 + i32.store8 0($2), $pop15 i32.const $push38=, 16 i32.add $push16=, $5, $pop38 i64.load $push17=, 0($pop16):p2align=0 - i64.store $drop=, 0($3), $pop17 + i64.store 0($3), $pop17 i32.const $push37=, 8 i32.add $push18=, $5, $pop37 i64.load $push19=, 0($pop18):p2align=0 - i64.store $drop=, 0($4), $pop19 + i64.store 0($4), $pop19 i64.load $push20=, 0($5):p2align=0 - i64.store $drop=, 0($6), $pop20 + i64.store 0($6), $pop20 i32.const $push36=, 0 call foo@FUNCTION, $6, $pop36 i32.const $push27=, 0 i32.const $push25=, 64 i32.add $push26=, $6, $pop25 - i32.store $drop=, __stack_pointer($pop27), $pop26 + i32.store __stack_pointer($pop27), $pop26 # fallthrough-return .endfunc .Lfunc_end2: @@ -235,30 +235,30 @@ test3: # @test3 i32.const $push31=, 64 i32.sub $push82=, $pop30, $pop31 tee_local $push81=, $8=, $pop82 - i32.store $drop=, __stack_pointer($pop32), $pop81 + i32.store __stack_pointer($pop32), $pop81 i32.const $push36=, 32 i32.add $push37=, $8, $pop36 i32.const $push0=, 24 i32.add $push80=, $pop37, $pop0 tee_local $push79=, $0=, $pop80 i32.const $push1=, 0 - i32.store8 $drop=, 0($pop79), $pop1 + i32.store8 0($pop79), $pop1 i32.const $push38=, 32 i32.add $push39=, $8, $pop38 i32.const $push2=, 16 i32.add $push78=, $pop39, $pop2 tee_local $push77=, $1=, $pop78 i64.const $push3=, 0 - i64.store $drop=, 0($pop77), $pop3 + i64.store 0($pop77), $pop3 i32.const $push40=, 32 i32.add $push41=, $8, $pop40 i32.const $push4=, 8 i32.add $push76=, $pop41, $pop4 tee_local $push75=, $2=, $pop76 i64.const $push74=, 0 - i64.store $drop=, 0($pop75), $pop74 + i64.store 0($pop75), $pop74 i64.const $push73=, 0 - i64.store $drop=, 32($8), $pop73 + i64.store 32($8), $pop73 i32.const $push42=, 32 i32.add $push43=, $8, $pop42 i32.const $push72=, 0 @@ -267,31 +267,31 @@ test3: # @test3 i32.add $push70=, $8, $pop71 tee_local $push69=, $3=, $pop70 i32.load8_u $push5=, 0($0) - i32.store8 $drop=, 0($pop69), $pop5 + i32.store8 0($pop69), $pop5 i32.const $push68=, 16 i32.add $push67=, $8, $pop68 tee_local $push66=, $4=, $pop67 i64.load $push6=, 0($1) - i64.store $drop=, 0($pop66), $pop6 + i64.store 0($pop66), $pop6 i32.const $push65=, 8 i32.add $push64=, $8, $pop65 tee_local $push63=, $5=, $pop64 i64.load $push7=, 0($2) - i64.store $drop=, 0($pop63), $pop7 + i64.store 0($pop63), $pop7 i64.load $push8=, 32($8) - i64.store $drop=, 0($8), $pop8 + i64.store 0($8), $pop8 i32.const $push9=, 1 call foo@FUNCTION, $8, $pop9 i32.const $push62=, 0 i32.load $push61=, p($pop62) tee_local $push60=, $6=, $pop61 i32.load $push10=, 32($8) - i32.store $drop=, 0($pop60):p2align=0, $pop10 + i32.store 0($pop60):p2align=0, $pop10 i32.const $push59=, 24 i32.add $push58=, $6, $pop59 tee_local $push57=, $7=, $pop58 i32.load8_u $push11=, 0($0) - i32.store8 $drop=, 0($pop57), $pop11 + i32.store8 0($pop57), $pop11 i32.const $push12=, 20 i32.add $push13=, $6, $pop12 i32.const $push44=, 32 @@ -299,12 +299,12 @@ test3: # @test3 i32.const $push56=, 20 i32.add $push14=, $pop45, $pop56 i32.load $push15=, 0($pop14) - i32.store $drop=, 0($pop13):p2align=0, $pop15 + i32.store 0($pop13):p2align=0, $pop15 i32.const $push55=, 16 i32.add $push54=, $6, $pop55 tee_local $push53=, $0=, $pop54 i32.load $push16=, 0($1) - i32.store $drop=, 0($pop53):p2align=0, $pop16 + i32.store 0($pop53):p2align=0, $pop16 i32.const $push17=, 12 i32.add $push18=, $6, $pop17 i32.const $push46=, 32 @@ -312,30 +312,30 @@ test3: # @test3 i32.const $push52=, 12 i32.add $push19=, $pop47, $pop52 i32.load $push20=, 0($pop19) - i32.store $drop=, 0($pop18):p2align=0, $pop20 + i32.store 0($pop18):p2align=0, $pop20 i32.const $push51=, 8 i32.add $push50=, $6, $pop51 tee_local $push49=, $1=, $pop50 i32.load $push21=, 0($2) - i32.store $drop=, 0($pop49):p2align=0, $pop21 + i32.store 0($pop49):p2align=0, $pop21 i32.const $push22=, 4 i32.add $push23=, $6, $pop22 i32.load $push24=, 36($8) - i32.store $drop=, 0($pop23):p2align=0, $pop24 + i32.store 0($pop23):p2align=0, $pop24 i32.load8_u $push25=, 0($3) - i32.store8 $drop=, 0($7), $pop25 + i32.store8 0($7), $pop25 i64.load $push26=, 0($4) - i64.store $drop=, 0($0):p2align=0, $pop26 + i64.store 0($0):p2align=0, $pop26 i64.load $push27=, 0($5) - i64.store $drop=, 0($1):p2align=0, $pop27 + i64.store 0($1):p2align=0, $pop27 i64.load $push28=, 0($8) - i64.store $drop=, 0($6):p2align=0, $pop28 + i64.store 0($6):p2align=0, $pop28 i32.const $push48=, 0 call foo@FUNCTION, $8, $pop48 i32.const $push35=, 0 i32.const $push33=, 64 i32.add $push34=, $8, $pop33 - i32.store $drop=, __stack_pointer($pop35), $pop34 + i32.store __stack_pointer($pop35), $pop34 # fallthrough-return .endfunc .Lfunc_end3: @@ -367,5 +367,5 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20071220-1.c.s b/test/torture-s/20071220-1.c.s index 43875387c..39ba12a46 100644 --- a/test/torture-s/20071220-1.c.s +++ b/test/torture-s/20071220-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071220-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071220-1.c" .section .text.baz,"ax",@progbits .hidden baz .globl baz @@ -85,4 +85,4 @@ bar.b: .size bar.b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20071220-2.c.s b/test/torture-s/20071220-2.c.s index e12e019c0..18b9c0f65 100644 --- a/test/torture-s/20071220-2.c.s +++ b/test/torture-s/20071220-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071220-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20071220-2.c" .section .text.baz,"ax",@progbits .hidden baz .globl baz @@ -85,4 +85,4 @@ bar.b: .size bar.b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080117-1.c.s b/test/torture-s/20080117-1.c.s index dcd122970..d3271551a 100644 --- a/test/torture-s/20080117-1.c.s +++ b/test/torture-s/20080117-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080117-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080117-1.c" .section .text.gstate_path_memory,"ax",@progbits .hidden gstate_path_memory .globl gstate_path_memory @@ -11,10 +11,10 @@ gstate_path_memory: # @gstate_path_memory i32.add $push1=, $0, $pop0 i32.const $push2=, 0 i32.load $push3=, gstate_initial+8($pop2) - i32.store $drop=, 0($pop1), $pop3 + i32.store 0($pop1), $pop3 i32.const $push5=, 0 i64.load $push4=, gstate_initial($pop5):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop4 + i64.store 0($0):p2align=2, $pop4 # fallthrough-return .endfunc .Lfunc_end0: @@ -56,4 +56,4 @@ gstate_initial: .size gstate_initial, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080122-1.c.s b/test/torture-s/20080122-1.c.s index 169059382..84b9b9353 100644 --- a/test/torture-s/20080122-1.c.s +++ b/test/torture-s/20080122-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080122-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080122-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -91,4 +91,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080222-1.c.s b/test/torture-s/20080222-1.c.s index e1f65e9f6..03538e317 100644 --- a/test/torture-s/20080222-1.c.s +++ b/test/torture-s/20080222-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080222-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080222-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -47,5 +47,5 @@ space: .size space, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080408-1.c.s b/test/torture-s/20080408-1.c.s index 04650e119..888caac4d 100644 --- a/test/torture-s/20080408-1.c.s +++ b/test/torture-s/20080408-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080408-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080408-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080424-1.c.s b/test/torture-s/20080424-1.c.s index 9990b1ba9..9e6a1f905 100644 --- a/test/torture-s/20080424-1.c.s +++ b/test/torture-s/20080424-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080424-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080424-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -23,7 +23,7 @@ bar: # @bar i32.const $push14=, 0 i32.const $push4=, 1 i32.add $push5=, $2, $pop4 - i32.store $drop=, bar.i($pop14), $pop5 + i32.store bar.i($pop14), $pop5 i32.const $push6=, g i32.add $push7=, $3, $pop6 i32.ne $push8=, $pop7, $1 @@ -92,5 +92,5 @@ g: .size g, 1728 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080502-1.c.s b/test/torture-s/20080502-1.c.s index bd1175746..8982704d6 100644 --- a/test/torture-s/20080502-1.c.s +++ b/test/torture-s/20080502-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080502-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080502-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,10 +14,10 @@ foo: # @foo tee_local $push7=, $2=, $pop8 i64.const $push3=, 4611846683310179025 i64.and $push4=, $pop7, $pop3 - i64.store $drop=, 0($pop1), $pop4 + i64.store 0($pop1), $pop4 i64.const $push5=, -8905435550453399112 i64.and $push6=, $2, $pop5 - i64.store $drop=, 0($0), $pop6 + i64.store 0($0), $pop6 # fallthrough-return .endfunc .Lfunc_end0: @@ -37,7 +37,7 @@ main: # @main i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 + i32.store __stack_pointer($pop11), $pop15 i64.const $push1=, 0 i64.const $push0=, -4611967493404098560 call foo@FUNCTION, $0, $pop1, $pop0 @@ -52,7 +52,7 @@ main: # @main i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $0, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 i32.const $push7=, 0 return $pop7 .LBB1_2: # %if.then @@ -64,5 +64,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080506-1.c.s b/test/torture-s/20080506-1.c.s index e69b4bce5..3068045cf 100644 --- a/test/torture-s/20080506-1.c.s +++ b/test/torture-s/20080506-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080506-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080506-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080506-2.c.s b/test/torture-s/20080506-2.c.s index 95133a387..3e2056582 100644 --- a/test/torture-s/20080506-2.c.s +++ b/test/torture-s/20080506-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080506-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080506-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,10 +10,10 @@ foo: # @foo i32.load $push7=, 0($0) tee_local $push6=, $0=, $pop7 i32.const $push0=, 1 - i32.store $drop=, 0($pop6), $pop0 + i32.store 0($pop6), $pop0 i32.load $push1=, 0($1) i32.const $push2=, 2 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 block i32.load $push3=, 0($0) i32.const $push5=, 2 @@ -43,13 +43,13 @@ main: # @main i32.const $push3=, 16 i32.sub $push17=, $pop2, $pop3 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop4), $pop16 + i32.store __stack_pointer($pop4), $pop16 i32.const $push8=, 12 i32.add $push9=, $0, $pop8 - i32.store $drop=, 8($0), $pop9 + i32.store 8($0), $pop9 i32.const $push10=, 12 i32.add $push11=, $0, $pop10 - i32.store $drop=, 4($0), $pop11 + i32.store 4($0), $pop11 i32.const $push12=, 8 i32.add $push13=, $0, $pop12 i32.const $push14=, 4 @@ -58,7 +58,7 @@ main: # @main i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 i32.const $push0=, 0 # fallthrough-return: $pop0 .endfunc @@ -66,5 +66,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080519-1.c.s b/test/torture-s/20080519-1.c.s index 002965ceb..1f3861af0 100644 --- a/test/torture-s/20080519-1.c.s +++ b/test/torture-s/20080519-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080519-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080519-1.c" .section .text.merge_overlapping_regs,"ax",@progbits .hidden merge_overlapping_regs .globl merge_overlapping_regs @@ -41,9 +41,9 @@ regrename_optimize: # @regrename_optimize i32.const $push26=, 16 i32.sub $push36=, $pop25, $pop26 tee_local $push35=, $6=, $pop36 - i32.store $drop=, __stack_pointer($pop27), $pop35 + i32.store __stack_pointer($pop27), $pop35 i64.const $push0=, 0 - i64.store $drop=, 8($6):p2align=2, $pop0 + i64.store 8($6):p2align=2, $pop0 block i32.load $push34=, 0($0) tee_local $push33=, $5=, $pop34 @@ -85,8 +85,8 @@ regrename_optimize: # @regrename_optimize i32.const $push8=, 12 i32.add $push50=, $6, $pop8 tee_local $push49=, $0=, $pop50 - i32.store $drop=, 0($pop49), $3 - i32.store $drop=, 8($6), $4 + i32.store 0($pop49), $3 + i32.store 8($6), $4 i32.const $push9=, 0 i32.lt_s $push10=, $2, $pop9 br_if 0, $pop10 # 0: down to label1 @@ -101,14 +101,14 @@ regrename_optimize: # @regrename_optimize i32.const $push16=, -1 i32.xor $push17=, $pop15, $pop16 i32.or $push18=, $3, $pop17 - i32.store $drop=, 0($0), $pop18 + i32.store 0($0), $pop18 i32.const $push19=, reg_class_contents i32.add $push20=, $2, $pop19 i32.load $push21=, 0($pop20) i32.const $push51=, -1 i32.xor $push22=, $pop21, $pop51 i32.or $push23=, $4, $pop22 - i32.store $drop=, 8($6), $pop23 + i32.store 8($6), $pop23 i32.const $push31=, 8 i32.add $push32=, $6, $pop31 call merge_overlapping_regs@FUNCTION, $pop32 @@ -117,7 +117,7 @@ regrename_optimize: # @regrename_optimize i32.const $push30=, 0 i32.const $push28=, 16 i32.add $push29=, $6, $pop28 - i32.store $drop=, __stack_pointer($pop30), $pop29 + i32.store __stack_pointer($pop30), $pop29 # fallthrough-return .endfunc .Lfunc_end1: @@ -137,25 +137,25 @@ main: # @main i32.const $push6=, 16 i32.sub $push17=, $pop5, $pop6 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop7), $pop16 + i32.store __stack_pointer($pop7), $pop16 i64.const $push0=, 0 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push2=, 0 i64.const $push1=, -1 - i64.store $drop=, reg_class_contents($pop2), $pop1 + i64.store reg_class_contents($pop2), $pop1 i32.const $push15=, 0 i64.const $push14=, 0 - i64.store $drop=, reg_class_contents+8($pop15), $pop14 + i64.store reg_class_contents+8($pop15), $pop14 i32.const $push3=, 1 - i32.store $drop=, 4($0), $pop3 + i32.store 4($0), $pop3 i32.const $push11=, 8 i32.add $push12=, $0, $pop11 - i32.store $drop=, 0($0), $pop12 + i32.store 0($0), $pop12 call regrename_optimize@FUNCTION, $0 i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push13=, 0 # fallthrough-return: $pop13 .endfunc @@ -172,5 +172,5 @@ reg_class_contents: .size reg_class_contents, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080522-1.c.s b/test/torture-s/20080522-1.c.s index 492a3350a..e5ea1b6c2 100644 --- a/test/torture-s/20080522-1.c.s +++ b/test/torture-s/20080522-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080522-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080522-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,9 +10,9 @@ foo: # @foo # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, i($pop1), $pop0 + i32.store i($pop1), $pop0 i32.const $push2=, 2 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push4=, 0 i32.load $push3=, i($pop4) # fallthrough-return: $pop3 @@ -29,10 +29,10 @@ bar: # @bar .result i32 # BB#0: # %entry i32.const $push0=, 2 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push2=, 0 i32.const $push1=, 1 - i32.store $drop=, i($pop2), $pop1 + i32.store i($pop2), $pop1 i32.load $push3=, 0($0) # fallthrough-return: $pop3 .endfunc @@ -53,9 +53,9 @@ main: # @main i32.const $push18=, 16 i32.sub $push29=, $pop17, $pop18 tee_local $push28=, $0=, $pop29 - i32.store $drop=, __stack_pointer($pop19), $pop28 + i32.store __stack_pointer($pop19), $pop28 i32.const $push0=, 0 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 block i32.const $push27=, i i32.call $push1=, foo@FUNCTION, $pop27 @@ -96,7 +96,7 @@ main: # @main i32.const $push22=, 0 i32.const $push20=, 16 i32.add $push21=, $0, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push15=, 0 return $pop15 .LBB2_7: # %if.then17 @@ -115,5 +115,5 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080529-1.c.s b/test/torture-s/20080529-1.c.s index b9eb7bd7a..0af053c55 100644 --- a/test/torture-s/20080529-1.c.s +++ b/test/torture-s/20080529-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080529-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080529-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -29,4 +29,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080604-1.c.s b/test/torture-s/20080604-1.c.s index c32e157ec..4fd1d95b6 100644 --- a/test/torture-s/20080604-1.c.s +++ b/test/torture-s/20080604-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080604-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080604-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -35,21 +35,21 @@ baz: # @baz i32.const $push4=, 16 i32.sub $push15=, $pop3, $pop4 tee_local $push14=, $1=, $pop15 - i32.store $drop=, __stack_pointer($pop5), $pop14 + i32.store __stack_pointer($pop5), $pop14 i32.const $push9=, 12 i32.add $push10=, $1, $pop9 i32.const $push0=, x i32.select $push13=, $pop10, $pop0, $0 tee_local $push12=, $0=, $pop13 i32.const $push1=, .L.str - i32.store $drop=, 0($pop12), $pop1 + i32.store 0($pop12), $pop1 call foo@FUNCTION i32.const $push11=, .L.str - i32.store $drop=, 0($0), $pop11 + i32.store 0($0), $pop11 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $1, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 # fallthrough-return .endfunc .Lfunc_end1: @@ -64,11 +64,11 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, .L.str - i32.store $drop=, x($pop1), $pop0 + i32.store x($pop1), $pop0 call foo@FUNCTION i32.const $push4=, 0 i32.const $push3=, .L.str - i32.store $drop=, x($pop4), $pop3 + i32.store x($pop4), $pop3 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -91,5 +91,5 @@ x: .size .L.str, 14 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20080719-1.c.s b/test/torture-s/20080719-1.c.s index 06ae9b208..4aaafa5ee 100644 --- a/test/torture-s/20080719-1.c.s +++ b/test/torture-s/20080719-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080719-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080719-1.c" .section .text.xxx,"ax",@progbits .hidden xxx .globl xxx @@ -76,4 +76,4 @@ cfb_tab32: .size cfb_tab32, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20080813-1.c.s b/test/torture-s/20080813-1.c.s index 2464bfafd..aae676719 100644 --- a/test/torture-s/20080813-1.c.s +++ b/test/torture-s/20080813-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080813-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20080813-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -47,5 +47,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20081103-1.c.s b/test/torture-s/20081103-1.c.s index ba2855243..db3bf22e8 100644 --- a/test/torture-s/20081103-1.c.s +++ b/test/torture-s/20081103-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081103-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081103-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -37,11 +37,11 @@ main: # @main i32.const $push4=, 16 i32.sub $push14=, $pop3, $pop4 tee_local $push13=, $1=, $pop14 - i32.store $drop=, __stack_pointer($pop5), $pop13 + i32.store __stack_pointer($pop5), $pop13 i32.const $push12=, 0 i32.load $push11=, A($pop12) tee_local $push10=, $0=, $pop11 - i32.store $drop=, 1($1):p2align=0, $pop10 + i32.store 1($1):p2align=0, $pop10 block i32.const $push9=, 0 i32.load $push0=, A($pop9) @@ -51,7 +51,7 @@ main: # @main i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $1, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 i32.const $push15=, 0 return $pop15 .LBB1_2: # %if.then.i @@ -72,6 +72,6 @@ A: .size A, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20081112-1.c.s b/test/torture-s/20081112-1.c.s index c540a0837..f7af24e07 100644 --- a/test/torture-s/20081112-1.c.s +++ b/test/torture-s/20081112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081112-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20081117-1.c.s b/test/torture-s/20081117-1.c.s index 773555a16..5cfbf48e6 100644 --- a/test/torture-s/20081117-1.c.s +++ b/test/torture-s/20081117-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081117-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081117-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -32,10 +32,10 @@ main: # @main i32.const $push5=, 16 i32.sub $push14=, $pop4, $pop5 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop6), $pop13 + i32.store __stack_pointer($pop6), $pop13 i32.const $push12=, 0 i64.load $push0=, s($pop12) - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 block i32.const $push10=, 8 i32.add $push11=, $0, $pop10 @@ -47,7 +47,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push15=, 0 return $pop15 .LBB1_2: # %if.then @@ -75,5 +75,5 @@ s: .size s, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20081218-1.c.s b/test/torture-s/20081218-1.c.s index 40c802578..9017601e0 100644 --- a/test/torture-s/20081218-1.c.s +++ b/test/torture-s/20081218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20081218-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,7 +29,7 @@ bar: # @bar i32.call $drop=, memset@FUNCTION, $pop2, $pop1, $pop0 i32.const $push4=, 0 i32.const $push3=, 909588022 - i32.store $drop=, a+4($pop4), $pop3 + i32.store a+4($pop4), $pop3 # fallthrough-return .endfunc .Lfunc_end1: @@ -82,7 +82,7 @@ main: # @main # BB#5: # %if.end9 i32.const $push23=, 0 i32.const $push10=, 909522486 - i32.store $drop=, a+4($pop23), $pop10 + i32.store a+4($pop23), $pop10 .LBB2_6: # %for.body13 # =>This Inner Loop Header: Depth=1 loop # label6: @@ -134,5 +134,5 @@ a: .size a, 520 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20090113-1.c.s b/test/torture-s/20090113-1.c.s index c69549462..76ff54d2b 100644 --- a/test/torture-s/20090113-1.c.s +++ b/test/torture-s/20090113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090113-1.c" .section .text.msum_i4,"ax",@progbits .hidden msum_i4 .globl msum_i4 @@ -14,7 +14,7 @@ msum_i4: # @msum_i4 i32.const $push22=, 64 i32.sub $push42=, $pop21, $pop22 tee_local $push41=, $8=, $pop42 - i32.store $drop=, __stack_pointer($pop23), $pop41 + i32.store __stack_pointer($pop23), $pop41 i32.load $push40=, 0($2) tee_local $push39=, $2=, $pop40 i32.const $push38=, -1 @@ -59,7 +59,7 @@ msum_i4: # @msum_i4 i32.add $push13=, $2, $pop51 i32.load $push14=, 0($pop13) i32.sub $push15=, $pop12, $pop14 - i32.store $drop=, 0($7), $pop15 + i32.store 0($7), $pop15 i32.const $push50=, 12 i32.add $2=, $2, $pop50 i32.const $push49=, 4 @@ -109,14 +109,14 @@ msum_i4: # @msum_i4 .LBB0_8: # %for.end22 # in Loop: Header=BB0_4 Depth=1 end_block # label5: - i32.store $drop=, 0($1), $7 + i32.store 0($1), $7 i32.const $push62=, 4 i32.add $1=, $1, $pop62 i32.load $push17=, 32($8) i32.const $push61=, 1 i32.add $push60=, $pop17, $pop61 tee_local $push59=, $2=, $pop60 - i32.store $drop=, 32($8), $pop59 + i32.store 32($8), $pop59 i32.load $push18=, 0($8) i32.ne $push19=, $2, $pop18 br_if 0, $pop19 # 0: up to label3 @@ -125,7 +125,7 @@ msum_i4: # @msum_i4 i32.const $push26=, 0 i32.const $push24=, 64 i32.add $push25=, $8, $pop24 - i32.store $drop=, __stack_pointer($pop26), $pop25 + i32.store __stack_pointer($pop26), $pop25 # fallthrough-return .endfunc .Lfunc_end0: @@ -145,4 +145,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20090113-2.c.s b/test/torture-s/20090113-2.c.s index cfb513e90..d2e46cfc9 100644 --- a/test/torture-s/20090113-2.c.s +++ b/test/torture-s/20090113-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090113-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090113-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,37 +14,37 @@ main: # @main i32.const $push10=, 48 i32.sub $push27=, $pop9, $pop10 tee_local $push26=, $0=, $pop27 - i32.store $drop=, __stack_pointer($pop11), $pop26 + i32.store __stack_pointer($pop11), $pop26 i32.const $push2=, 40 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.elem+16($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push5=, 32 i32.add $push6=, $0, $pop5 i32.const $push25=, 0 i64.load $push4=, .Lmain.elem+8($pop25):p2align=2 - i64.store $drop=, 0($pop6), $pop4 + i64.store 0($pop6), $pop4 i32.const $push24=, 0 i64.load $push7=, .Lmain.elem($pop24):p2align=2 - i64.store $drop=, 24($0), $pop7 + i64.store 24($0), $pop7 i32.const $push23=, 0 - i32.store $drop=, 16($0), $pop23 + i32.store 16($0), $pop23 i32.const $push22=, 0 - i32.store $drop=, 20($0), $pop22 + i32.store 20($0), $pop22 i32.const $push15=, 24 i32.add $push16=, $0, $pop15 - i32.store $drop=, 12($0), $pop16 + i32.store 12($0), $pop16 i32.const $push17=, 24 i32.add $push18=, $0, $pop17 - i32.store $drop=, 8($0), $pop18 + i32.store 8($0), $pop18 i32.const $push19=, 8 i32.add $push20=, $0, $pop19 call foobar@FUNCTION, $pop20 i32.const $push14=, 0 i32.const $push12=, 48 i32.add $push13=, $0, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 i32.const $push21=, 0 # fallthrough-return: $pop21 .endfunc @@ -63,7 +63,7 @@ foobar: # @foobar i32.const $push12=, 32 i32.sub $push33=, $pop11, $pop12 tee_local $push32=, $7=, $pop33 - i32.store $drop=, __stack_pointer($pop13), $pop32 + i32.store __stack_pointer($pop13), $pop32 i32.const $push17=, 16 i32.add $push18=, $7, $pop17 i32.const $push19=, 12 @@ -111,7 +111,7 @@ foobar: # @foobar # in Loop: Header=BB1_1 Depth=1 end_loop # label6: end_block # label4: - i32.store $drop=, 12($7), $0 + i32.store 12($7), $0 br 1 # 1: down to label2 .LBB1_5: # %if.end.i # in Loop: Header=BB1_1 Depth=1 @@ -120,13 +120,13 @@ foobar: # @foobar i32.const $push48=, 1 i32.add $push47=, $pop3, $pop48 tee_local $push46=, $1=, $pop47 - i32.store $drop=, 0($3), $pop46 + i32.store 0($3), $pop46 i32.const $push45=, 63 i32.add $push4=, $0, $pop45 i32.const $push44=, -64 i32.and $push43=, $pop4, $pop44 tee_local $push42=, $0=, $pop43 - i32.store $drop=, 12($7), $pop42 + i32.store 12($7), $pop42 i32.load $4=, 16($7) .LBB1_6: # %while.cond5.i # Parent Loop BB1_1 Depth=1 @@ -158,10 +158,10 @@ foobar: # @foobar br_if 4, $pop58 # 4: down to label8 # BB#9: # %if.end17.i # in Loop: Header=BB1_8 Depth=3 - i32.store $drop=, 0($3), $5 + i32.store 0($3), $5 i32.const $push65=, 4 i32.add $0=, $0, $pop65 - i32.store $drop=, 12($7), $6 + i32.store 12($7), $6 i32.const $push64=, 64 i32.add $6=, $6, $pop64 i32.const $push63=, 1 @@ -174,7 +174,7 @@ foobar: # @foobar # in Loop: Header=BB1_6 Depth=2 end_loop # label11: i32.const $push66=, 0 - i32.store $drop=, 0($2), $pop66 + i32.store 0($2), $pop66 .LBB1_11: # %while.end21.i # in Loop: Header=BB1_6 Depth=2 end_block # label9: @@ -186,18 +186,18 @@ foobar: # @foobar # in Loop: Header=BB1_6 Depth=2 i32.const $1=, 0 i32.const $push52=, 0 - i32.store $drop=, 0($3), $pop52 + i32.store 0($3), $pop52 i32.load $push9=, 8($4) i32.const $push51=, 7 i32.shl $push50=, $pop9, $pop51 tee_local $push49=, $0=, $pop50 - i32.store $drop=, 12($7), $pop49 + i32.store 12($7), $pop49 br 0 # 0: up to label7 .LBB1_13: # %if.then15.i # in Loop: Header=BB1_1 Depth=1 end_loop # label8: - i32.store $drop=, 0($2), $1 - i32.store $drop=, 16($7), $4 + i32.store 0($2), $1 + i32.store 16($7), $4 i32.const $push23=, 16 i32.add $push24=, $7, $pop23 i32.const $push25=, 12 @@ -219,7 +219,7 @@ foobar: # @foobar i32.const $push16=, 0 i32.const $push14=, 32 i32.add $push15=, $7, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 # fallthrough-return .endfunc .Lfunc_end1: @@ -232,29 +232,29 @@ bmp_iter_set_init: # @bmp_iter_set_init .local i32 # BB#0: # %entry i32.const $push7=, 0 - i32.store $drop=, 4($0), $pop7 + i32.store 4($0), $pop7 i32.load $push6=, 0($1) tee_local $push5=, $1=, $pop6 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 block br_if 0, $1 # 0: down to label12 # BB#1: # %if.then i32.const $1=, bitmap_zero_bits i32.const $push8=, bitmap_zero_bits - i32.store $drop=, 0($0), $pop8 + i32.store 0($0), $pop8 .LBB2_2: # %while.end end_block # label12: i32.const $push11=, 0 - i32.store $drop=, 8($0), $pop11 + i32.store 8($0), $pop11 i32.load $push10=, 12($1) tee_local $push9=, $3=, $pop10 - i32.store $drop=, 12($0), $pop9 + i32.store 12($0), $pop9 i32.eqz $push3=, $3 i32.load $push0=, 8($1) i32.const $push1=, 7 i32.shl $push2=, $pop0, $pop1 i32.or $push4=, $pop3, $pop2 - i32.store $drop=, 0($2), $pop4 + i32.store 0($2), $pop4 # fallthrough-return .endfunc .Lfunc_end2: @@ -289,11 +289,11 @@ bmp_iter_next: # @bmp_iter_next i32.load $push0=, 12($0) i32.const $push1=, 1 i32.shr_u $push2=, $pop0, $pop1 - i32.store $drop=, 12($0), $pop2 + i32.store 12($0), $pop2 i32.load $push3=, 0($1) i32.const $push5=, 1 i32.add $push4=, $pop3, $pop5 - i32.store $drop=, 0($1), $pop4 + i32.store 0($1), $pop4 # fallthrough-return .endfunc .Lfunc_end4: @@ -327,10 +327,10 @@ bmp_iter_set_tail: # @bmp_iter_set_tail br_if 0, $pop12 # 0: up to label15 # BB#3: # %while.cond.while.end_crit_edge end_loop # label16: - i32.store $drop=, 0($1), $2 + i32.store 0($1), $2 i32.const $push2=, 12 i32.add $push3=, $0, $pop2 - i32.store $drop=, 0($pop3), $3 + i32.store 0($pop3), $3 .LBB5_4: # %while.end end_block # label14: # fallthrough-return @@ -359,5 +359,5 @@ bitmap_zero_bits: .size bitmap_zero_bits, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20090113-3.c.s b/test/torture-s/20090113-3.c.s index 663985cc0..de84e2028 100644 --- a/test/torture-s/20090113-3.c.s +++ b/test/torture-s/20090113-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090113-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090113-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,37 +14,37 @@ main: # @main i32.const $push10=, 48 i32.sub $push27=, $pop9, $pop10 tee_local $push26=, $0=, $pop27 - i32.store $drop=, __stack_pointer($pop11), $pop26 + i32.store __stack_pointer($pop11), $pop26 i32.const $push2=, 40 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.elem+16($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push5=, 32 i32.add $push6=, $0, $pop5 i32.const $push25=, 0 i64.load $push4=, .Lmain.elem+8($pop25):p2align=2 - i64.store $drop=, 0($pop6), $pop4 + i64.store 0($pop6), $pop4 i32.const $push24=, 0 i64.load $push7=, .Lmain.elem($pop24):p2align=2 - i64.store $drop=, 24($0), $pop7 + i64.store 24($0), $pop7 i32.const $push23=, 0 - i32.store $drop=, 16($0), $pop23 + i32.store 16($0), $pop23 i32.const $push22=, 0 - i32.store $drop=, 20($0), $pop22 + i32.store 20($0), $pop22 i32.const $push15=, 24 i32.add $push16=, $0, $pop15 - i32.store $drop=, 12($0), $pop16 + i32.store 12($0), $pop16 i32.const $push17=, 24 i32.add $push18=, $0, $pop17 - i32.store $drop=, 8($0), $pop18 + i32.store 8($0), $pop18 i32.const $push19=, 8 i32.add $push20=, $0, $pop19 call foobar@FUNCTION, $pop20 i32.const $push14=, 0 i32.const $push12=, 48 i32.add $push13=, $0, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 i32.const $push21=, 0 # fallthrough-return: $pop21 .endfunc @@ -63,7 +63,7 @@ foobar: # @foobar i32.const $push15=, 32 i32.sub $push33=, $pop14, $pop15 tee_local $push32=, $5=, $pop33 - i32.store $drop=, __stack_pointer($pop16), $pop32 + i32.store __stack_pointer($pop16), $pop32 i32.const $push20=, 16 i32.add $push21=, $5, $pop20 i32.const $push22=, 12 @@ -107,7 +107,7 @@ foobar: # @foobar i32.add $push31=, $5, $pop30 i32.const $push43=, 12 i32.add $push2=, $pop31, $pop43 - i32.store $drop=, 0($pop2), $0 + i32.store 0($pop2), $0 br 1 # 1: down to label2 .LBB1_5: # %if.end.i # in Loop: Header=BB1_1 Depth=1 @@ -157,7 +157,7 @@ foobar: # @foobar i32.const $push56=, 12 i32.add $push12=, $pop25, $pop56 i32.const $push55=, 0 - i32.store $drop=, 0($pop12), $pop55 + i32.store 0($pop12), $pop55 .LBB1_11: # %while.end30.i # in Loop: Header=BB1_6 Depth=2 end_block # label8: @@ -174,8 +174,8 @@ foobar: # @foobar i32.const $push62=, 12 i32.add $push61=, $pop27, $pop62 tee_local $push60=, $2=, $pop61 - i32.store $drop=, 0($pop60), $0 - i32.store $drop=, 0($1), $3 + i32.store 0($pop60), $0 + i32.store 0($1), $3 i32.const $push59=, 1 i32.and $push8=, $0, $pop59 br_if 0, $pop8 # 0: down to label2 @@ -193,7 +193,7 @@ foobar: # @foobar # BB#14: # %while.cond16.return.loopexit_crit_edge.i # in Loop: Header=BB1_1 Depth=1 end_loop # label12: - i32.store $drop=, 0($2), $0 + i32.store 0($2), $0 .LBB1_15: # %for.inc # in Loop: Header=BB1_1 Depth=1 end_block # label2: @@ -204,14 +204,14 @@ foobar: # @foobar i32.const $push36=, 1 i32.shr_u $push35=, $0, $pop36 tee_local $push34=, $0=, $pop35 - i32.store $drop=, 0($pop10), $pop34 + i32.store 0($pop10), $pop34 br 0 # 0: up to label0 .LBB1_16: # %for.end end_loop # label1: i32.const $push19=, 0 i32.const $push17=, 32 i32.add $push18=, $5, $pop17 - i32.store $drop=, __stack_pointer($pop19), $pop18 + i32.store __stack_pointer($pop19), $pop18 # fallthrough-return .endfunc .Lfunc_end1: @@ -224,29 +224,29 @@ bmp_iter_set_init: # @bmp_iter_set_init .local i32 # BB#0: # %entry i32.const $push7=, 0 - i32.store $drop=, 4($0), $pop7 + i32.store 4($0), $pop7 i32.load $push6=, 0($1) tee_local $push5=, $1=, $pop6 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 block br_if 0, $1 # 0: down to label13 # BB#1: # %if.then i32.const $1=, bitmap_zero_bits i32.const $push8=, bitmap_zero_bits - i32.store $drop=, 0($0), $pop8 + i32.store 0($0), $pop8 .LBB2_2: # %while.end end_block # label13: i32.const $push11=, 0 - i32.store $drop=, 8($0), $pop11 + i32.store 8($0), $pop11 i32.load $push10=, 12($1) tee_local $push9=, $3=, $pop10 - i32.store $drop=, 12($0), $pop9 + i32.store 12($0), $pop9 i32.eqz $push3=, $3 i32.load $push0=, 8($1) i32.const $push1=, 7 i32.shl $push2=, $pop0, $pop1 i32.or $push4=, $pop3, $pop2 - i32.store $drop=, 0($2), $pop4 + i32.store 0($2), $pop4 # fallthrough-return .endfunc .Lfunc_end2: @@ -273,4 +273,4 @@ bitmap_zero_bits: .size bitmap_zero_bits, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20090207-1.c.s b/test/torture-s/20090207-1.c.s index 6af3d4094..7900febcc 100644 --- a/test/torture-s/20090207-1.c.s +++ b/test/torture-s/20090207-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090207-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090207-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,12 +15,12 @@ foo: # @foo i32.sub $push10=, $pop6, $pop7 tee_local $push9=, $1=, $pop10 i64.const $push0=, 12884901889 - i64.store $drop=, 0($pop9), $pop0 + i64.store 0($pop9), $pop0 i32.const $push1=, 2 i32.shl $push2=, $0, $pop1 i32.add $push3=, $1, $pop2 i32.const $push8=, 2 - i32.store $drop=, 0($pop3), $pop8 + i32.store 0($pop3), $pop8 i32.load $push4=, 0($1) # fallthrough-return: $pop4 .endfunc @@ -41,4 +41,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20090527-1.c.s b/test/torture-s/20090527-1.c.s index 147b779a6..ef0e22014 100644 --- a/test/torture-s/20090527-1.c.s +++ b/test/torture-s/20090527-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090527-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090527-1.c" .section .text.new_unit,"ax",@progbits .hidden new_unit .globl new_unit @@ -19,7 +19,7 @@ new_unit: # @new_unit i32.const $push1=, 4 i32.add $push2=, $0, $pop1 i32.const $push9=, 0 - i32.store $drop=, 0($pop2), $pop9 + i32.store 0($pop2), $pop9 .LBB0_2: # %if.end end_block # label0: block @@ -29,7 +29,7 @@ new_unit: # @new_unit br_if 0, $pop4 # 0: down to label1 # BB#3: # %if.then3 i32.const $push5=, 0 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 .LBB0_4: # %if.end5 end_block # label1: block @@ -58,5 +58,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20090623-1.c.s b/test/torture-s/20090623-1.c.s index 7421e95aa..a12798c6e 100644 --- a/test/torture-s/20090623-1.c.s +++ b/test/torture-s/20090623-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090623-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090623-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,7 +10,7 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 0 i32.load $push1=, x($pop0) - i32.store $drop=, 0($pop1), $0 + i32.store 0($pop1), $0 copy_local $push2=, $0 # fallthrough-return: $pop2 .endfunc @@ -31,7 +31,7 @@ main: # @main i32.sub $push6=, $pop2, $pop3 i32.const $push4=, 12 i32.add $push5=, $pop6, $pop4 - i32.store $drop=, x($pop0), $pop5 + i32.store x($pop0), $pop5 i32.const $push7=, 0 # fallthrough-return: $pop7 .endfunc @@ -48,4 +48,4 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20090711-1.c.s b/test/torture-s/20090711-1.c.s index be4e8a40d..b341846cb 100644 --- a/test/torture-s/20090711-1.c.s +++ b/test/torture-s/20090711-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090711-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090711-1.c" .section .text.div,"ax",@progbits .hidden div .globl div @@ -40,5 +40,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20090814-1.c.s b/test/torture-s/20090814-1.c.s index 5d69a107a..be3bffdd7 100644 --- a/test/torture-s/20090814-1.c.s +++ b/test/torture-s/20090814-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090814-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20090814-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -42,10 +42,10 @@ main: # @main # BB#0: # %entry i32.const $push7=, 0 i32.const $push0=, 1 - i32.store $drop=, i($pop7), $pop0 + i32.store i($pop7), $pop0 i32.const $push6=, 0 i64.const $push1=, 184683593727 - i64.store $drop=, a($pop6):p2align=2, $pop1 + i64.store a($pop6):p2align=2, $pop1 block i32.const $push2=, a i32.call $push3=, foo@FUNCTION, $pop2 @@ -82,5 +82,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20091229-1.c.s b/test/torture-s/20091229-1.c.s index 909a3d092..a8d4901c2 100644 --- a/test/torture-s/20091229-1.c.s +++ b/test/torture-s/20091229-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20091229-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20091229-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/20100209-1.c.s b/test/torture-s/20100209-1.c.s index e39142f76..5e8daa971 100644 --- a/test/torture-s/20100209-1.c.s +++ b/test/torture-s/20100209-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100209-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100209-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -29,4 +29,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20100316-1.c.s b/test/torture-s/20100316-1.c.s index 5ae98cf35..9249bcb7b 100644 --- a/test/torture-s/20100316-1.c.s +++ b/test/torture-s/20100316-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100316-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100316-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -25,7 +25,7 @@ main: # @main # BB#0: # %entry i32.const $push10=, 0 i32.const $push0=, -1 - i32.store $drop=, f($pop10), $pop0 + i32.store f($pop10), $pop0 i32.const $push9=, 0 i32.const $push8=, 0 i32.load16_u $push1=, f+4($pop8) @@ -33,7 +33,7 @@ main: # @main i32.and $push3=, $pop1, $pop2 i32.const $push4=, 7168 i32.or $push5=, $pop3, $pop4 - i32.store16 $drop=, f+4($pop9), $pop5 + i32.store16 f+4($pop9), $pop5 block i32.const $push6=, f i32.call $push7=, foo@FUNCTION, $pop6 @@ -59,5 +59,5 @@ f: .size f, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20100416-1.c.s b/test/torture-s/20100416-1.c.s index 30b4bc54f..47d240e24 100644 --- a/test/torture-s/20100416-1.c.s +++ b/test/torture-s/20100416-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100416-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100416-1.c" .section .text.movegt,"ax",@progbits .hidden movegt .globl movegt @@ -122,5 +122,5 @@ tests: .size tests, 80 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20100430-1.c.s b/test/torture-s/20100430-1.c.s index 526e5c3c3..b3faec00d 100644 --- a/test/torture-s/20100430-1.c.s +++ b/test/torture-s/20100430-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100430-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100430-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20100708-1.c.s b/test/torture-s/20100708-1.c.s index 6616fb9f0..33b0f9328 100644 --- a/test/torture-s/20100708-1.c.s +++ b/test/torture-s/20100708-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100708-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100708-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -31,14 +31,14 @@ main: # @main i32.const $push3=, 208 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 call f@FUNCTION, $pop9 i32.const $push7=, 0 i32.const $push5=, 208 i32.add $push6=, $0, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 i32.const $push0=, 0 # fallthrough-return: $pop0 .endfunc @@ -46,4 +46,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20100805-1.c.s b/test/torture-s/20100805-1.c.s index f2a331aa9..b17420f96 100644 --- a/test/torture-s/20100805-1.c.s +++ b/test/torture-s/20100805-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100805-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100805-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -46,4 +46,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20100827-1.c.s b/test/torture-s/20100827-1.c.s index da00dd47b..665dec9ef 100644 --- a/test/torture-s/20100827-1.c.s +++ b/test/torture-s/20100827-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100827-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20100827-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -75,5 +75,5 @@ main: # @main .size .L.str, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20101011-1.c.s b/test/torture-s/20101011-1.c.s index 03b9fc9bd..b31203af2 100644 --- a/test/torture-s/20101011-1.c.s +++ b/test/torture-s/20101011-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20101011-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20101011-1.c" .section .text.sigfpe,"ax",@progbits .hidden sigfpe .globl sigfpe @@ -40,7 +40,7 @@ k: .size k, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype signal, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/20101013-1.c.s b/test/torture-s/20101013-1.c.s index 7f00c27d0..551f37c04 100644 --- a/test/torture-s/20101013-1.c.s +++ b/test/torture-s/20101013-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20101013-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20101013-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -25,7 +25,7 @@ build_ref_for_offset: # @build_ref_for_offset i32.const $push5=, 16 i32.sub $push13=, $pop4, $pop5 tee_local $push12=, $0=, $pop13 - i32.store $drop=, __stack_pointer($pop6), $pop12 + i32.store __stack_pointer($pop6), $pop12 i32.const $push10=, 8 i32.add $push11=, $0, $pop10 call get_addr_base_and_unit_offset@FUNCTION, $pop11 @@ -36,7 +36,7 @@ build_ref_for_offset: # @build_ref_for_offset i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 # fallthrough-return .endfunc .Lfunc_end1: @@ -48,7 +48,7 @@ get_addr_base_and_unit_offset: # @get_addr_base_and_unit_offset .param i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end2: @@ -74,5 +74,5 @@ build_int_cst: # @build_int_cst .size build_int_cst, .Lfunc_end3-build_int_cst - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20101025-1.c.s b/test/torture-s/20101025-1.c.s index c05c7dd20..fec0a18aa 100644 --- a/test/torture-s/20101025-1.c.s +++ b/test/torture-s/20101025-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20101025-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20101025-1.c" .section .text.f2,"ax",@progbits .hidden f2 .globl f2 @@ -8,7 +8,7 @@ f2: # @f2 .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, g_3($pop0), $0 + i32.store g_3($pop0), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -24,7 +24,7 @@ f3: # @f3 i32.const $push0=, 0 i32.load $push1=, g_6($pop0) i32.const $push2=, 1 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push5=, 0 i32.load $push3=, g_7($pop5) call f2@FUNCTION, $pop3 @@ -84,6 +84,6 @@ g_7: .size g_7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20111208-1.c.s b/test/torture-s/20111208-1.c.s index 4f92e9be2..29a1d8088 100644 --- a/test/torture-s/20111208-1.c.s +++ b/test/torture-s/20111208-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111208-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111208-1.c" .section .text.pack_unpack,"ax",@progbits .hidden pack_unpack .globl pack_unpack @@ -63,7 +63,7 @@ do_something: # @do_something .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, a($pop0), $0 + i32.store a($pop0), $0 # fallthrough-return .endfunc .Lfunc_end1: @@ -155,6 +155,6 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strlen, i32, i32 .functype abort, void diff --git a/test/torture-s/20111212-1.c.s b/test/torture-s/20111212-1.c.s index 64b1b98a9..506a7a837 100644 --- a/test/torture-s/20111212-1.c.s +++ b/test/torture-s/20111212-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111212-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111212-1.c" .section .text.frob_entry,"ax",@progbits .hidden frob_entry .globl frob_entry @@ -14,7 +14,7 @@ frob_entry: # @frob_entry br_if 0, $pop2 # 0: down to label0 # BB#1: # %if.then i32.const $push3=, -1 - i32.store $drop=, 0($0):p2align=0, $pop3 + i32.store 0($0):p2align=0, $pop3 .LBB0_2: # %if.end end_block # label0: # fallthrough-return @@ -36,9 +36,9 @@ main: # @main i32.const $push6=, 16 i32.sub $push14=, $pop5, $pop6 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop7), $pop13 + i32.store __stack_pointer($pop7), $pop13 i64.const $push0=, 0 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push11=, 8 i32.add $push12=, $0, $pop11 i32.const $push1=, 1 @@ -47,7 +47,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -55,4 +55,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20111227-1.c.s b/test/torture-s/20111227-1.c.s index 4d0ab1c9e..cd46258bf 100644 --- a/test/torture-s/20111227-1.c.s +++ b/test/torture-s/20111227-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111227-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111227-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -73,5 +73,5 @@ v: .size v, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20111227-2.c.s b/test/torture-s/20111227-2.c.s index bc856fa08..d363c4a69 100644 --- a/test/torture-s/20111227-2.c.s +++ b/test/torture-s/20111227-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111227-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111227-2.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -78,13 +78,13 @@ foo: # @foo br_if 1, $pop3 # 1: down to label5 # BB#3: # %if.then i32.const $push5=, 0 - i32.store16 $drop=, s($pop5), $2 + i32.store16 s($pop5), $2 call bar@FUNCTION, $1 return .LBB1_4: # %if.then8 end_block # label6: i32.const $push7=, 0 - i32.store $drop=, l($pop7), $2 + i32.store l($pop7), $2 .LBB1_5: # %if.end11 end_block # label5: call bar@FUNCTION, $1 @@ -92,7 +92,7 @@ foo: # @foo .LBB1_6: # %if.then3 end_block # label4: i32.const $push4=, 0 - i32.store $drop=, i($pop4), $2 + i32.store i($pop4), $2 call bar@FUNCTION, $1 # fallthrough-return .endfunc @@ -155,5 +155,5 @@ l: .size l, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20111227-3.c.s b/test/torture-s/20111227-3.c.s index cbaeabacb..f7d6ffe15 100644 --- a/test/torture-s/20111227-3.c.s +++ b/test/torture-s/20111227-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111227-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20111227-3.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -78,13 +78,13 @@ foo: # @foo br_if 1, $pop3 # 1: down to label5 # BB#3: # %if.then i32.const $push5=, 0 - i32.store16 $drop=, s($pop5), $2 + i32.store16 s($pop5), $2 call bar@FUNCTION, $1 return .LBB1_4: # %if.then8 end_block # label6: i32.const $push7=, 0 - i32.store $drop=, l($pop7), $2 + i32.store l($pop7), $2 .LBB1_5: # %if.end11 end_block # label5: call bar@FUNCTION, $1 @@ -92,7 +92,7 @@ foo: # @foo .LBB1_6: # %if.then3 end_block # label4: i32.const $push4=, 0 - i32.store $drop=, i($pop4), $2 + i32.store i($pop4), $2 call bar@FUNCTION, $1 # fallthrough-return .endfunc @@ -155,5 +155,5 @@ l: .size l, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20120105-1.c.s b/test/torture-s/20120105-1.c.s index 99e20ecd4..597862f58 100644 --- a/test/torture-s/20120105-1.c.s +++ b/test/torture-s/20120105-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120105-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120105-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,26 +14,26 @@ main: # @main i32.const $push11=, 16 i32.sub $push20=, $pop10, $pop11 tee_local $push19=, $0=, $pop20 - i32.store $drop=, __stack_pointer($pop12), $pop19 + i32.store __stack_pointer($pop12), $pop19 i32.const $push0=, 12 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 - i32.store8 $drop=, 0($pop1), $pop2 + i32.store8 0($pop1), $pop2 i32.const $push3=, 8 i32.add $push4=, $0, $pop3 i32.const $push18=, 0 - i32.store $drop=, 0($pop4), $pop18 + i32.store 0($pop4), $pop18 i64.const $push5=, 0 - i64.store $drop=, 0($0):p2align=2, $pop5 + i64.store 0($0):p2align=2, $pop5 i32.const $push17=, 0 i32.const $push6=, 1 i32.or $push7=, $0, $pop6 i32.call $push8=, extract@FUNCTION, $pop7 - i32.store $drop=, i($pop17), $pop8 + i32.store i($pop17), $pop8 i32.const $push15=, 0 i32.const $push13=, 16 i32.add $push14=, $0, $pop13 - i32.store $drop=, __stack_pointer($pop15), $pop14 + i32.store __stack_pointer($pop15), $pop14 i32.const $push16=, 0 # fallthrough-return: $pop16 .endfunc @@ -62,4 +62,4 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20120111-1.c.s b/test/torture-s/20120111-1.c.s index 8fd50a2f5..ae2f713e4 100644 --- a/test/torture-s/20120111-1.c.s +++ b/test/torture-s/20120111-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120111-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120111-1.c" .section .text.f0a,"ax",@progbits .hidden f0a .globl f0a @@ -42,5 +42,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20120207-1.c.s b/test/torture-s/20120207-1.c.s index 86ce8f735..0f93817bd 100644 --- a/test/torture-s/20120207-1.c.s +++ b/test/torture-s/20120207-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120207-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120207-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -48,5 +48,5 @@ main: # @main .size .L.str, 11 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20120427-1.c.s b/test/torture-s/20120427-1.c.s index 70cf673eb..aaf4c8eaa 100644 --- a/test/torture-s/20120427-1.c.s +++ b/test/torture-s/20120427-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120427-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120427-1.c" .section .text.sreal_compare,"ax",@progbits .hidden sreal_compare .globl sreal_compare @@ -276,5 +276,5 @@ a: .size a, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20120427-2.c.s b/test/torture-s/20120427-2.c.s index 1b68fefd0..722f69d13 100644 --- a/test/torture-s/20120427-2.c.s +++ b/test/torture-s/20120427-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120427-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120427-2.c" .section .text.sreal_compare,"ax",@progbits .hidden sreal_compare .globl sreal_compare @@ -276,5 +276,5 @@ a: .size a, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20120615-1.c.s b/test/torture-s/20120615-1.c.s index 8ca36b0ad..3801ad059 100644 --- a/test/torture-s/20120615-1.c.s +++ b/test/torture-s/20120615-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120615-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120615-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20120808-1.c.s b/test/torture-s/20120808-1.c.s index 5beace55a..3aab7472f 100644 --- a/test/torture-s/20120808-1.c.s +++ b/test/torture-s/20120808-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120808-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120808-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,19 +14,19 @@ main: # @main i32.const $push34=, 32 i32.sub $push41=, $pop33, $pop34 tee_local $push40=, $5=, $pop41 - i32.store $drop=, __stack_pointer($pop35), $pop40 + i32.store __stack_pointer($pop35), $pop40 i32.const $push0=, 24 i32.add $push1=, $5, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push3=, 16 i32.add $push4=, $5, $pop3 i64.const $push39=, 0 - i64.store $drop=, 0($pop4), $pop39 + i64.store 0($pop4), $pop39 i64.const $push38=, 0 - i64.store $drop=, 8($5), $pop38 + i64.store 8($5), $pop38 i64.const $push37=, 0 - i64.store $drop=, 0($5), $pop37 + i64.store 0($5), $pop37 i32.const $push36=, 0 i32.load $push5=, i($pop36) i32.const $push6=, d+1 @@ -72,10 +72,10 @@ main: # @main # in Loop: Header=BB0_1 Depth=1 end_block # label2: i32.const $push51=, 0 - i32.store $drop=, cp($pop51), $1 + i32.store cp($pop51), $1 i32.add $push11=, $5, $3 i32.or $push10=, $4, $2 - i32.store8 $drop=, 0($pop11), $pop10 + i32.store8 0($pop11), $pop10 i32.const $push50=, 1 i32.add $push49=, $3, $pop50 tee_local $push48=, $3=, $pop49 @@ -160,6 +160,6 @@ cp: .size cp, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20120817-1.c.s b/test/torture-s/20120817-1.c.s index a57e420f1..94a4a71b5 100644 --- a/test/torture-s/20120817-1.c.s +++ b/test/torture-s/20120817-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120817-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120817-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -55,6 +55,6 @@ foo: .size foo, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/20120919-1.c.s b/test/torture-s/20120919-1.c.s index fc363bcf6..3dac64a7a 100644 --- a/test/torture-s/20120919-1.c.s +++ b/test/torture-s/20120919-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120919-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20120919-1.c" .section .text.init,"ax",@progbits .hidden init .globl init @@ -11,7 +11,7 @@ init: # @init br_if 0, $0 # 0: down to label0 # BB#1: # %if.then i32.const $push0=, 0 - i32.store $drop=, 0($1), $pop0 + i32.store 0($1), $pop0 .LBB0_2: # %if.end end_block # label0: # fallthrough-return @@ -33,9 +33,9 @@ main: # @main i32.const $push12=, 6144 i32.sub $push26=, $pop11, $pop12 tee_local $push25=, $7=, $pop26 - i32.store $drop=, __stack_pointer($pop13), $pop25 + i32.store __stack_pointer($pop13), $pop25 i32.const $push24=, 1 - i32.store $drop=, 12($7), $pop24 + i32.store 12($7), $pop24 i32.const $push17=, 12 i32.add $push18=, $7, $pop17 i32.const $push19=, 16 @@ -65,7 +65,7 @@ main: # @main i32.load $push34=, 0($2) tee_local $push33=, $4=, $pop34 f64.convert_s/i32 $push1=, $pop33 - f64.store $drop=, 0($1), $pop1 + f64.store 0($1), $pop1 i32.const $push32=, 0 i32.const $push31=, 0 i32.gt_s $push2=, $4, $pop31 @@ -92,7 +92,7 @@ main: # @main i32.const $push16=, 0 i32.const $push14=, 6144 i32.add $push15=, $7, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 i32.const $push9=, 0 return $pop9 .LBB1_7: # %if.then14 @@ -142,5 +142,5 @@ pi: .size pi, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20121108-1.c.s b/test/torture-s/20121108-1.c.s index 0cfa4298a..cc628e8a5 100644 --- a/test/torture-s/20121108-1.c.s +++ b/test/torture-s/20121108-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20121108-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20121108-1.c" .section .text.strtoul1,"ax",@progbits .hidden strtoul1 .globl strtoul1 @@ -10,7 +10,7 @@ strtoul1: # @strtoul1 # BB#0: # %entry i32.const $push0=, 3 i32.add $push1=, $0, $pop0 - i32.store $drop=, 0($1), $pop1 + i32.store 0($1), $pop1 i32.const $1=, 192 block block @@ -58,7 +58,7 @@ string_to_ip: # @string_to_ip i32.const $push22=, 16 i32.sub $push36=, $pop21, $pop22 tee_local $push35=, $2=, $pop36 - i32.store $drop=, __stack_pointer($pop23), $pop35 + i32.store __stack_pointer($pop23), $pop35 i32.const $1=, 0 block i32.eqz $push57=, $0 @@ -139,7 +139,7 @@ string_to_ip: # @string_to_ip i32.const $push26=, 0 i32.const $push24=, 16 i32.add $push25=, $2, $pop24 - i32.store $drop=, __stack_pointer($pop26), $pop25 + i32.store __stack_pointer($pop26), $pop25 copy_local $push61=, $1 # fallthrough-return: $pop61 .endfunc @@ -160,18 +160,18 @@ main: # @main i32.const $push8=, 32 i32.sub $push21=, $pop7, $pop8 tee_local $push20=, $1=, $pop21 - i32.store $drop=, __stack_pointer($pop9), $pop20 + i32.store __stack_pointer($pop9), $pop20 i32.const $push0=, temp i32.call $push19=, string_to_ip@FUNCTION, $pop0 tee_local $push18=, $0=, $pop19 - i32.store $drop=, 16($1), $pop18 + i32.store 16($1), $pop18 i32.const $push1=, .L.str i32.const $push13=, 16 i32.add $push14=, $1, $pop13 i32.call $drop=, printf@FUNCTION, $pop1, $pop14 i32.const $push17=, 0 i32.load $push2=, result($pop17) - i32.store $drop=, 0($1), $pop2 + i32.store 0($1), $pop2 i32.const $push16=, .L.str i32.call $drop=, printf@FUNCTION, $pop16, $1 block @@ -185,7 +185,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 32 i32.add $push11=, $1, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push22=, 0 return $pop22 .LBB2_2: # %if.then @@ -226,7 +226,7 @@ result: .size .Lstr, 7 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype printf, i32, i32 .functype puts, i32, i32 diff --git a/test/torture-s/20131127-1.c.s b/test/torture-s/20131127-1.c.s index ab138f530..177440320 100644 --- a/test/torture-s/20131127-1.c.s +++ b/test/torture-s/20131127-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20131127-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20131127-1.c" .section .text.fn1,"ax",@progbits .hidden fn1 .globl fn1 @@ -11,15 +11,15 @@ fn1: # @fn1 i32.add $push1=, $0, $pop0 i32.const $push2=, 0 i32.load16_u $push3=, c+12($pop2):p2align=0 - i32.store16 $drop=, 0($pop1):p2align=0, $pop3 + i32.store16 0($pop1):p2align=0, $pop3 i32.const $push4=, 8 i32.add $push5=, $0, $pop4 i32.const $push9=, 0 i32.load $push6=, c+8($pop9):p2align=0 - i32.store $drop=, 0($pop5):p2align=0, $pop6 + i32.store 0($pop5):p2align=0, $pop6 i32.const $push8=, 0 i64.load $push7=, c($pop8):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop7 + i64.store 0($0):p2align=0, $pop7 # fallthrough-return .endfunc .Lfunc_end0: @@ -34,30 +34,30 @@ fn2: # @fn2 i32.const $push0=, 0 i32.const $push19=, 0 i32.load16_u $push1=, c+12($pop19):p2align=0 - i32.store16 $drop=, b+12($pop0):p2align=0, $pop1 + i32.store16 b+12($pop0):p2align=0, $pop1 i32.const $push18=, 0 i32.const $push17=, 0 i32.load $push2=, c+8($pop17):p2align=0 - i32.store $drop=, b+8($pop18):p2align=0, $pop2 + i32.store b+8($pop18):p2align=0, $pop2 i32.const $push16=, 0 i32.const $push15=, 0 i64.load $push3=, c($pop15):p2align=0 - i64.store $drop=, b($pop16):p2align=0, $pop3 + i64.store b($pop16):p2align=0, $pop3 i32.const $push14=, 0 i32.const $push13=, 0 - i32.store16 $drop=, a($pop14), $pop13 + i32.store16 a($pop14), $pop13 i32.const $push12=, 0 i32.const $push11=, 0 i32.load16_u $push4=, e+12($pop11):p2align=0 - i32.store16 $drop=, d+12($pop12):p2align=0, $pop4 + i32.store16 d+12($pop12):p2align=0, $pop4 i32.const $push10=, 0 i32.const $push9=, 0 i32.load $push5=, e+8($pop9):p2align=0 - i32.store $drop=, d+8($pop10):p2align=0, $pop5 + i32.store d+8($pop10):p2align=0, $pop5 i32.const $push8=, 0 i32.const $push7=, 0 i64.load $push6=, e($pop7):p2align=0 - i64.store $drop=, d($pop8):p2align=0, $pop6 + i64.store d($pop8):p2align=0, $pop6 # fallthrough-return .endfunc .Lfunc_end1: @@ -73,30 +73,30 @@ main: # @main i32.const $push0=, 0 i32.const $push20=, 0 i32.load16_u $push1=, c+12($pop20):p2align=0 - i32.store16 $drop=, b+12($pop0):p2align=0, $pop1 + i32.store16 b+12($pop0):p2align=0, $pop1 i32.const $push19=, 0 i32.const $push18=, 0 i32.load $push2=, c+8($pop18):p2align=0 - i32.store $drop=, b+8($pop19):p2align=0, $pop2 + i32.store b+8($pop19):p2align=0, $pop2 i32.const $push17=, 0 i32.const $push16=, 0 i64.load $push3=, c($pop16):p2align=0 - i64.store $drop=, b($pop17):p2align=0, $pop3 + i64.store b($pop17):p2align=0, $pop3 i32.const $push15=, 0 i32.const $push14=, 0 - i32.store16 $drop=, a($pop15), $pop14 + i32.store16 a($pop15), $pop14 i32.const $push13=, 0 i32.const $push12=, 0 i32.load16_u $push4=, e+12($pop12):p2align=0 - i32.store16 $drop=, d+12($pop13):p2align=0, $pop4 + i32.store16 d+12($pop13):p2align=0, $pop4 i32.const $push11=, 0 i32.const $push10=, 0 i32.load $push5=, e+8($pop10):p2align=0 - i32.store $drop=, d+8($pop11):p2align=0, $pop5 + i32.store d+8($pop11):p2align=0, $pop5 i32.const $push9=, 0 i32.const $push8=, 0 i64.load $push6=, e($pop8):p2align=0 - i64.store $drop=, d($pop9):p2align=0, $pop6 + i64.store d($pop9):p2align=0, $pop6 i32.const $push7=, 0 # fallthrough-return: $pop7 .endfunc @@ -148,4 +148,4 @@ e: .size e, 14 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20140212-1.c.s b/test/torture-s/20140212-1.c.s index 9af6d48c1..99f300088 100644 --- a/test/torture-s/20140212-1.c.s +++ b/test/torture-s/20140212-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20140212-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20140212-1.c" .section .text.fn1,"ax",@progbits .hidden fn1 .globl fn1 @@ -9,10 +9,10 @@ fn1: # @fn1 # BB#0: # %entry i32.const $push21=, 0 i32.const $push20=, 0 - i32.store $drop=, c($pop21), $pop20 + i32.store c($pop21), $pop20 i32.const $push19=, 0 i32.const $push18=, 0 - i32.store $drop=, e($pop19), $pop18 + i32.store e($pop19), $pop18 i32.const $push4=, 54 i32.const $push17=, 0 i32.const $push16=, 0 @@ -44,17 +44,17 @@ fn1: # @fn1 # in Loop: Header=BB0_1 Depth=1 i32.const $push23=, 0 i32.const $push22=, 1 - i32.store $drop=, c($pop23), $pop22 + i32.store c($pop23), $pop22 br 1 # 1: down to label2 .LBB0_3: # %if.else # in Loop: Header=BB0_1 Depth=1 end_block # label3: i32.const $push27=, 0 i32.const $push26=, 9 - i32.store $drop=, h($pop27), $pop26 + i32.store h($pop27), $pop26 i32.const $push25=, 0 i32.const $push24=, 9 - i32.store $drop=, i($pop25), $pop24 + i32.store i($pop25), $pop24 .LBB0_4: # %if.end # in Loop: Header=BB0_1 Depth=1 end_block # label2: @@ -63,11 +63,11 @@ fn1: # @fn1 # BB#5: # %if.then15 end_loop # label1: i32.const $push6=, 0 - i32.store8 $drop=, j($pop6), $1 + i32.store8 j($pop6), $1 i32.const $push29=, 0 - i32.store $drop=, k($pop29), $0 + i32.store k($pop29), $0 i32.const $push28=, 0 - i32.store8 $drop=, g($pop28), $2 + i32.store8 g($pop28), $2 # fallthrough-return .endfunc .Lfunc_end0: @@ -83,10 +83,10 @@ main: # @main # BB#0: # %entry i32.const $push21=, 0 i32.const $push20=, 0 - i32.store $drop=, c($pop21), $pop20 + i32.store c($pop21), $pop20 i32.const $push19=, 0 i32.const $push18=, 0 - i32.store $drop=, e($pop19), $pop18 + i32.store e($pop19), $pop18 i32.const $push4=, 54 i32.const $push17=, 0 i32.const $push16=, 0 @@ -117,17 +117,17 @@ main: # @main i32.const $4=, 1 i32.const $push23=, 0 i32.const $push22=, 1 - i32.store $drop=, c($pop23), $pop22 + i32.store c($pop23), $pop22 br 1 # 1: down to label6 .LBB1_3: # %if.else.i # in Loop: Header=BB1_1 Depth=1 end_block # label7: i32.const $push27=, 0 i32.const $push26=, 9 - i32.store $drop=, h($pop27), $pop26 + i32.store h($pop27), $pop26 i32.const $push25=, 0 i32.const $push24=, 9 - i32.store $drop=, i($pop25), $pop24 + i32.store i($pop25), $pop24 .LBB1_4: # %if.end.i # in Loop: Header=BB1_1 Depth=1 end_block # label6: @@ -136,13 +136,13 @@ main: # @main # BB#5: # %fn1.exit end_loop # label5: i32.const $push30=, 0 - i32.store8 $drop=, j($pop30), $1 + i32.store8 j($pop30), $1 i32.const $push29=, 0 - i32.store $drop=, k($pop29), $0 + i32.store k($pop29), $0 i32.const $push28=, 0 i32.const $push5=, 147 i32.mul $push6=, $1, $pop5 - i32.store8 $drop=, g($pop28), $pop6 + i32.store8 g($pop28), $pop6 block i32.const $push7=, 1 i32.ne $push8=, $4, $pop7 @@ -256,5 +256,5 @@ h: .size h, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/20140326-1.c.s b/test/torture-s/20140326-1.c.s index 5805dc0e5..829d395b1 100644 --- a/test/torture-s/20140326-1.c.s +++ b/test/torture-s/20140326-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20140326-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20140326-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -23,4 +23,4 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/20140425-1.c.s b/test/torture-s/20140425-1.c.s index 341a32497..cc807d790 100644 --- a/test/torture-s/20140425-1.c.s +++ b/test/torture-s/20140425-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20140425-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/20140425-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push7=, 16 i32.sub $push17=, $pop6, $pop7 tee_local $push16=, $1=, $pop17 - i32.store $drop=, __stack_pointer($pop8), $pop16 + i32.store __stack_pointer($pop8), $pop16 i32.const $push12=, 12 i32.add $push13=, $1, $pop12 call set@FUNCTION, $pop13 @@ -22,7 +22,7 @@ main: # @main i32.load $push15=, 12($1) tee_local $push14=, $0=, $pop15 i32.shl $push1=, $pop0, $pop14 - i32.store $drop=, 12($1), $pop1 + i32.store 12($1), $pop1 block i32.const $push2=, 30 i32.le_u $push3=, $0, $pop2 @@ -31,7 +31,7 @@ main: # @main i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $1, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 i32.const $push4=, 0 return $pop4 .LBB0_2: # %if.then @@ -48,12 +48,12 @@ set: # @set .param i32 # BB#0: # %entry i32.const $push0=, 31 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: .size set, .Lfunc_end1-set - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/900409-1.c.s b/test/torture-s/900409-1.c.s index 9e183cb0b..41c34cc48 100644 --- a/test/torture-s/900409-1.c.s +++ b/test/torture-s/900409-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/900409-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/900409-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -105,5 +105,5 @@ main: # @main .size main, .Lfunc_end6-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920202-1.c.s b/test/torture-s/920202-1.c.s index ea2f49cd0..4ff8544d9 100644 --- a/test/torture-s/920202-1.c.s +++ b/test/torture-s/920202-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920202-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920202-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920409-1.c.s b/test/torture-s/920409-1.c.s index 4ff59f4af..479017a79 100644 --- a/test/torture-s/920409-1.c.s +++ b/test/torture-s/920409-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920409-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920409-1.c" .section .text.x,"ax",@progbits .hidden x .globl x @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920410-1.c.s b/test/torture-s/920410-1.c.s index 0393bfa60..f1d13ad36 100644 --- a/test/torture-s/920410-1.c.s +++ b/test/torture-s/920410-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920410-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920410-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920411-1.c.s b/test/torture-s/920411-1.c.s index d64624330..2e9492677 100644 --- a/test/torture-s/920411-1.c.s +++ b/test/torture-s/920411-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920411-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920411-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920428-1.c.s b/test/torture-s/920428-1.c.s index a50b7e35a..25b773f1e 100644 --- a/test/torture-s/920428-1.c.s +++ b/test/torture-s/920428-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920428-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920428-1.c" .section .text.x,"ax",@progbits .hidden x .globl x @@ -44,6 +44,6 @@ main: # @main .size .L.str, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920429-1.c.s b/test/torture-s/920429-1.c.s index 96a20478f..bbacda009 100644 --- a/test/torture-s/920429-1.c.s +++ b/test/torture-s/920429-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920429-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920429-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -16,13 +16,13 @@ f: # @f i32.and $push1=, $pop12, $pop0 i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, j($pop4), $pop3 + i32.store j($pop4), $pop3 i32.const $push11=, 0 i32.const $push10=, 1 i32.shr_u $push5=, $1, $pop10 i32.const $push9=, 1 i32.and $push6=, $pop5, $pop9 - i32.store $drop=, i($pop11), $pop6 + i32.store i($pop11), $pop6 i32.const $push8=, 1 i32.add $push7=, $0, $pop8 # fallthrough-return: $pop7 @@ -39,10 +39,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 2 - i32.store $drop=, j($pop1), $pop0 + i32.store j($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, 0 - i32.store $drop=, i($pop4), $pop3 + i32.store i($pop4), $pop3 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -69,5 +69,5 @@ j: .size j, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920501-1.c.s b/test/torture-s/920501-1.c.s index 0fcf546f6..fe8e0d2fc 100644 --- a/test/torture-s/920501-1.c.s +++ b/test/torture-s/920501-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-1.c" .section .text.x,"ax",@progbits .hidden x .globl x @@ -20,7 +20,7 @@ x: # @x i32.shl $push2=, $pop7, $pop1 i32.const $push3=, s+4 i32.add $push4=, $pop2, $pop3 - i32.store $drop=, 0($pop4), $0 + i32.store 0($pop4), $0 .LBB0_2: # %if.end end_block # label0: i32.const $push5=, 1 @@ -38,7 +38,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i64.const $push0=, 0 - i64.store $drop=, s($pop1), $pop0 + i64.store s($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -56,5 +56,5 @@ s: .size s, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920501-2.c.s b/test/torture-s/920501-2.c.s index 1747b194f..f0f7af324 100644 --- a/test/torture-s/920501-2.c.s +++ b/test/torture-s/920501-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-2.c" .section .text.gcd_ll,"ax",@progbits .hidden gcd_ll .globl gcd_ll @@ -396,7 +396,7 @@ facts: # @facts br_if 0, $pop32 # 0: down to label33 # BB#33: # %if.then26 # in Loop: Header=BB2_1 Depth=1 - i32.store $drop=, 0($15), $2 + i32.store 0($15), $2 i64.const $push100=, 4294967295 i64.and $push33=, $12, $pop100 i64.div_u $push99=, $0, $pop33 @@ -475,6 +475,6 @@ factab: .size factab, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920501-6.c.s b/test/torture-s/920501-6.c.s index 289c5b07e..cf4fb3bbb 100644 --- a/test/torture-s/920501-6.c.s +++ b/test/torture-s/920501-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-6.c" .section .text.str2llu,"ax",@progbits .hidden str2llu .globl str2llu @@ -198,7 +198,7 @@ plist: # @plist # in Loop: Header=BB2_2 Depth=1 end_loop # label17: end_block # label15: - i64.store $drop=, 0($4), $0 + i64.store 0($4), $0 i32.const $push42=, 8 i32.add $4=, $4, $pop42 .LBB2_11: # %for.inc6 @@ -213,7 +213,7 @@ plist: # @plist end_loop # label9: end_block # label7: i64.const $push15=, 0 - i64.store $drop=, 0($4), $pop15 + i64.store 0($4), $pop15 i32.sub $push16=, $4, $2 i32.const $push17=, 3 i32.shr_s $push18=, $pop16, $pop17 @@ -237,7 +237,7 @@ main: # @main i32.const $push29=, 80 i32.sub $push32=, $pop28, $pop29 tee_local $push31=, $8=, $pop32 - i32.store $drop=, __stack_pointer($pop30), $pop31 + i32.store __stack_pointer($pop30), $pop31 i64.const $4=, 1234111111 copy_local $3=, $8 .LBB3_1: # %for.cond.i.preheader.i @@ -320,7 +320,7 @@ main: # @main # in Loop: Header=BB3_1 Depth=1 end_loop # label27: end_block # label25: - i64.store $drop=, 0($3), $4 + i64.store 0($3), $4 i32.const $push56=, 8 i32.add $3=, $3, $pop56 .LBB3_10: # %for.inc6.i @@ -335,7 +335,7 @@ main: # @main # BB#11: # %plist.exit end_loop # label19: i64.const $push14=, 0 - i64.store $drop=, 0($3), $pop14 + i64.store 0($3), $pop14 block i64.load $push16=, 0($8) i64.const $push15=, 1234111117 @@ -369,6 +369,6 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920501-8.c.s b/test/torture-s/920501-8.c.s index 1fea0ff2c..61878e6c2 100644 --- a/test/torture-s/920501-8.c.s +++ b/test/torture-s/920501-8.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-8.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-8.c" .section .text.va,"ax",@progbits .hidden va .globl va @@ -15,11 +15,11 @@ va: # @va i32.const $push36=, 80 i32.sub $push43=, $pop35, $pop36 tee_local $push42=, $16=, $pop43 - i32.store $drop=, __stack_pointer($pop37), $pop42 - i32.store $drop=, 76($16), $3 + i32.store __stack_pointer($pop37), $pop42 + i32.store 76($16), $3 i32.const $push0=, 4 i32.add $push1=, $3, $pop0 - i32.store $drop=, 76($16), $pop1 + i32.store 76($16), $pop1 i32.load $4=, 0($3) i32.load $5=, 4($3) i32.load $6=, 8($3) @@ -34,59 +34,59 @@ va: # @va i32.load $15=, 44($3) i32.const $push2=, 52 i32.add $push3=, $3, $pop2 - i32.store $drop=, 76($16), $pop3 + i32.store 76($16), $pop3 i32.const $push4=, 68 i32.add $push5=, $16, $pop4 i32.load $push6=, 48($3) - i32.store $drop=, 0($pop5), $pop6 + i32.store 0($pop5), $pop6 i32.const $push7=, 64 i32.add $push8=, $16, $pop7 - i32.store $drop=, 0($pop8), $15 + i32.store 0($pop8), $15 i32.const $push9=, 60 i32.add $push10=, $16, $pop9 - i32.store $drop=, 0($pop10), $14 + i32.store 0($pop10), $14 i32.const $push11=, 56 i32.add $push12=, $16, $pop11 - i32.store $drop=, 0($pop12), $13 + i32.store 0($pop12), $13 i32.const $push41=, 52 i32.add $push13=, $16, $pop41 - i32.store $drop=, 0($pop13), $12 + i32.store 0($pop13), $12 i32.const $push14=, 48 i32.add $push15=, $16, $pop14 - i32.store $drop=, 0($pop15), $11 + i32.store 0($pop15), $11 i32.const $push16=, 44 i32.add $push17=, $16, $pop16 - i32.store $drop=, 0($pop17), $10 + i32.store 0($pop17), $10 i32.const $push18=, 40 i32.add $push19=, $16, $pop18 - i32.store $drop=, 0($pop19), $9 + i32.store 0($pop19), $9 i32.const $push20=, 36 i32.add $push21=, $16, $pop20 - i32.store $drop=, 0($pop21), $8 + i32.store 0($pop21), $8 i32.const $push22=, 32 i32.add $push23=, $16, $pop22 - i32.store $drop=, 0($pop23), $7 + i32.store 0($pop23), $7 i32.const $push24=, 28 i32.add $push25=, $16, $pop24 - i32.store $drop=, 0($pop25), $6 + i32.store 0($pop25), $6 i32.const $push26=, 24 i32.add $push27=, $16, $pop26 - i32.store $drop=, 0($pop27), $5 + i32.store 0($pop27), $5 i32.const $push28=, 20 i32.add $push29=, $16, $pop28 - i32.store $drop=, 0($pop29), $4 + i32.store 0($pop29), $4 i32.const $push30=, 16 i32.add $push31=, $16, $pop30 - i32.store $drop=, 0($pop31), $2 - f64.store $drop=, 8($16), $1 - i32.store $drop=, 0($16), $0 + i32.store 0($pop31), $2 + f64.store 8($16), $1 + i32.store 0($16), $0 i32.const $push33=, buf i32.const $push32=, .L.str i32.call $drop=, sprintf@FUNCTION, $pop33, $pop32, $16 i32.const $push40=, 0 i32.const $push38=, 80 i32.add $push39=, $16, $pop38 - i32.store $drop=, __stack_pointer($pop40), $pop39 + i32.store __stack_pointer($pop40), $pop39 copy_local $push44=, $16 # fallthrough-return: $pop44 .endfunc @@ -107,31 +107,31 @@ main: # @main i32.const $push26=, 64 i32.sub $push29=, $pop25, $pop26 tee_local $push28=, $0=, $pop29 - i32.store $drop=, __stack_pointer($pop27), $pop28 + i32.store __stack_pointer($pop27), $pop28 i32.const $push0=, 48 i32.add $push1=, $0, $pop0 i32.const $push2=, 15 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push3=, 40 i32.add $push4=, $0, $pop3 i64.const $push5=, 60129542157 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push6=, 32 i32.add $push7=, $0, $pop6 i64.const $push8=, 51539607563 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push9=, 24 i32.add $push10=, $0, $pop9 i64.const $push11=, 42949672969 - i64.store $drop=, 0($pop10), $pop11 + i64.store 0($pop10), $pop11 i32.const $push12=, 16 i32.add $push13=, $0, $pop12 i64.const $push14=, 34359738375 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i64.const $push15=, 25769803781 - i64.store $drop=, 8($0), $pop15 + i64.store 8($0), $pop15 i64.const $push16=, 17179869187 - i64.store $drop=, 0($0), $pop16 + i64.store 0($0), $pop16 i32.const $push19=, 1 f64.const $push18=, 0x1p0 i32.const $push17=, 2 @@ -174,7 +174,7 @@ buf: .size .L.str.1, 45 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype strcmp, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/920501-9.c.s b/test/torture-s/920501-9.c.s index 264fd438c..2000f89e9 100644 --- a/test/torture-s/920501-9.c.s +++ b/test/torture-s/920501-9.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-9.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920501-9.c" .section .text.proc1,"ax",@progbits .hidden proc1 .globl proc1 @@ -80,7 +80,7 @@ print_longlong: # @print_longlong i32.const $push6=, 32 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $4=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 i32.wrap/i64 $3=, $0 block block @@ -91,8 +91,8 @@ print_longlong: # @print_longlong i32.eqz $push17=, $pop13 br_if 0, $pop17 # 0: down to label1 # BB#1: # %if.then - i32.store $drop=, 20($4), $3 - i32.store $drop=, 16($4), $2 + i32.store 20($4), $3 + i32.store 16($4), $2 i32.const $push2=, .L.str i32.const $push11=, 16 i32.add $push12=, $4, $pop11 @@ -100,7 +100,7 @@ print_longlong: # @print_longlong br 1 # 1: down to label0 .LBB5_2: # %if.else end_block # label1: - i32.store $drop=, 0($4), $3 + i32.store 0($4), $3 i32.const $push3=, .L.str.1 i32.call $drop=, sprintf@FUNCTION, $1, $pop3, $4 .LBB5_3: # %if.end @@ -108,7 +108,7 @@ print_longlong: # @print_longlong i32.const $push10=, 0 i32.const $push8=, 32 i32.add $push9=, $4, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 copy_local $push18=, $4 # fallthrough-return: $pop18 .endfunc @@ -129,9 +129,9 @@ main: # @main i32.const $push19=, 192 i32.sub $push51=, $pop18, $pop19 tee_local $push50=, $0=, $pop51 - i32.store $drop=, __stack_pointer($pop20), $pop50 + i32.store __stack_pointer($pop20), $pop50 i32.const $push0=, 1 - i32.store $drop=, 64($0), $pop0 + i32.store 64($0), $pop0 i32.const $push21=, 80 i32.add $push22=, $0, $pop21 i32.const $push49=, .L.str.1 @@ -146,7 +146,7 @@ main: # @main br_if 0, $pop2 # 0: down to label2 # BB#1: # %if.end i32.const $push3=, 305419896 - i32.store $drop=, 48($0), $pop3 + i32.store 48($0), $pop3 i32.const $push27=, 80 i32.add $push28=, $0, $pop27 i32.const $push52=, .L.str.1 @@ -160,7 +160,7 @@ main: # @main br_if 0, $pop5 # 0: down to label2 # BB#2: # %if.end11 i64.const $push6=, 1311768467732155613 - i64.store $drop=, 32($0), $pop6 + i64.store 32($0), $pop6 i32.const $push33=, 80 i32.add $push34=, $0, $pop33 i32.const $push53=, .L.str @@ -174,7 +174,7 @@ main: # @main br_if 0, $pop8 # 0: down to label2 # BB#3: # %if.end19 i64.const $push9=, -1 - i64.store $drop=, 16($0), $pop9 + i64.store 16($0), $pop9 i32.const $push39=, 80 i32.add $push40=, $0, $pop39 i32.const $push54=, .L.str @@ -188,7 +188,7 @@ main: # @main br_if 0, $pop11 # 0: down to label2 # BB#4: # %if.end27 i32.const $push12=, -1430532899 - i32.store $drop=, 0($0), $pop12 + i32.store 0($0), $pop12 i32.const $push45=, 80 i32.add $push46=, $0, $pop45 i32.const $push13=, .L.str.1 @@ -247,7 +247,7 @@ main: # @main .size .L.str.6, 9 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype strcmp, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/920506-1.c.s b/test/torture-s/920506-1.c.s index c157cd6b6..7622cd190 100644 --- a/test/torture-s/920506-1.c.s +++ b/test/torture-s/920506-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920506-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920506-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,6 +34,6 @@ l: .size l, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/920520-1.c.s b/test/torture-s/920520-1.c.s index a1ae3a841..30519617e 100644 --- a/test/torture-s/920520-1.c.s +++ b/test/torture-s/920520-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920520-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920520-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo .result i32 # BB#0: # %entry i32.const $push0=, 8 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920603-1.c.s b/test/torture-s/920603-1.c.s index dd8894e6f..4fc1a9d4c 100644 --- a/test/torture-s/920603-1.c.s +++ b/test/torture-s/920603-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920603-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920603-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -37,6 +37,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920604-1.c.s b/test/torture-s/920604-1.c.s index 1d3414dc0..9b9e1e830 100644 --- a/test/torture-s/920604-1.c.s +++ b/test/torture-s/920604-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920604-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920604-1.c" .section .text.mod,"ax",@progbits .hidden mod .globl mod @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920612-1.c.s b/test/torture-s/920612-1.c.s index bf5b1eac3..d329fdc04 100644 --- a/test/torture-s/920612-1.c.s +++ b/test/torture-s/920612-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920612-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920612-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/920618-1.c.s b/test/torture-s/920618-1.c.s index 24913e8f6..446a67b82 100644 --- a/test/torture-s/920618-1.c.s +++ b/test/torture-s/920618-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920618-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920618-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920625-1.c.s b/test/torture-s/920625-1.c.s index 6bcc3b2c1..583afcb5f 100644 --- a/test/torture-s/920625-1.c.s +++ b/test/torture-s/920625-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920625-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920625-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,86 +14,86 @@ main: # @main i32.const $push20=, 128 i32.sub $push64=, $pop19, $pop20 tee_local $push63=, $0=, $pop64 - i32.store $drop=, __stack_pointer($pop21), $pop63 + i32.store __stack_pointer($pop21), $pop63 i32.const $push22=, 112 i32.add $push23=, $0, $pop22 i32.const $push2=, 8 i32.add $push3=, $pop23, $pop2 i32.const $push0=, 0 i64.load $push1=, pts+8($pop0) - i64.store $drop=, 0($pop3), $pop1 + i64.store 0($pop3), $pop1 i32.const $push24=, 96 i32.add $push25=, $0, $pop24 i32.const $push62=, 8 i32.add $push5=, $pop25, $pop62 i32.const $push61=, 0 i64.load $push4=, pts+24($pop61) - i64.store $drop=, 0($pop5), $pop4 + i64.store 0($pop5), $pop4 i32.const $push60=, 0 i64.load $push6=, pts($pop60) - i64.store $drop=, 112($0), $pop6 + i64.store 112($0), $pop6 i32.const $push59=, 0 i64.load $push7=, pts+16($pop59) - i64.store $drop=, 96($0), $pop7 + i64.store 96($0), $pop7 i32.const $push26=, 80 i32.add $push27=, $0, $pop26 i32.const $push58=, 8 i32.add $push8=, $pop27, $pop58 i32.const $push57=, 0 i64.load $push9=, pts+40($pop57) - i64.store $drop=, 0($pop8), $pop9 + i64.store 0($pop8), $pop9 i32.const $push56=, 0 i64.load $push10=, pts+32($pop56) - i64.store $drop=, 80($0), $pop10 + i64.store 80($0), $pop10 i32.const $push28=, 64 i32.add $push29=, $0, $pop28 i32.const $push55=, 8 i32.add $push11=, $pop29, $pop55 i32.const $push54=, 0 i64.load $push12=, pts+56($pop54) - i64.store $drop=, 0($pop11), $pop12 + i64.store 0($pop11), $pop12 i32.const $push53=, 0 i64.load $push13=, pts+48($pop53) - i64.store $drop=, 64($0), $pop13 + i64.store 64($0), $pop13 i32.const $push30=, 64 i32.add $push31=, $0, $pop30 - i32.store $drop=, 60($0), $pop31 + i32.store 60($0), $pop31 i32.const $push32=, 80 i32.add $push33=, $0, $pop32 - i32.store $drop=, 56($0), $pop33 + i32.store 56($0), $pop33 i32.const $push34=, 96 i32.add $push35=, $0, $pop34 - i32.store $drop=, 52($0), $pop35 + i32.store 52($0), $pop35 i32.const $push36=, 112 i32.add $push37=, $0, $pop36 - i32.store $drop=, 48($0), $pop37 + i32.store 48($0), $pop37 i32.const $push38=, 48 i32.add $push39=, $0, $pop38 call va1@FUNCTION, $0, $pop39 i32.const $push52=, 0 i64.load $push14=, ipts($pop52) - i64.store $drop=, 40($0):p2align=2, $pop14 + i64.store 40($0):p2align=2, $pop14 i32.const $push51=, 0 i64.load $push15=, ipts+8($pop51) - i64.store $drop=, 32($0):p2align=2, $pop15 + i64.store 32($0):p2align=2, $pop15 i32.const $push50=, 0 i64.load $push16=, ipts+16($pop50) - i64.store $drop=, 24($0):p2align=2, $pop16 + i64.store 24($0):p2align=2, $pop16 i32.const $push49=, 0 i64.load $push17=, ipts+24($pop49) - i64.store $drop=, 16($0):p2align=2, $pop17 + i64.store 16($0):p2align=2, $pop17 i32.const $push40=, 16 i32.add $push41=, $0, $pop40 - i32.store $drop=, 12($0), $pop41 + i32.store 12($0), $pop41 i32.const $push42=, 24 i32.add $push43=, $0, $pop42 - i32.store $drop=, 8($0), $pop43 + i32.store 8($0), $pop43 i32.const $push44=, 32 i32.add $push45=, $0, $pop44 - i32.store $drop=, 4($0), $pop45 + i32.store 4($0), $pop45 i32.const $push46=, 40 i32.add $push47=, $0, $pop46 - i32.store $drop=, 0($0), $pop47 + i32.store 0($0), $pop47 call va2@FUNCTION, $0, $0 i32.const $push48=, 0 call exit@FUNCTION, $pop48 @@ -114,8 +114,8 @@ va1: # @va1 i32.const $push43=, 16 i32.sub $push52=, $pop42, $pop43 tee_local $push51=, $2=, $pop52 - i32.store $drop=, __stack_pointer($pop44), $pop51 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop44), $pop51 + i32.store 12($2), $1 i32.const $push0=, 7 i32.add $push1=, $1, $pop0 i32.const $push2=, -8 @@ -123,7 +123,7 @@ va1: # @va1 tee_local $push49=, $1=, $pop50 i32.const $push3=, 16 i32.add $push4=, $pop49, $pop3 - i32.store $drop=, 12($2), $pop4 + i32.store 12($2), $pop4 block i32.const $push48=, 0 f64.load $push6=, pts($pop48) @@ -139,7 +139,7 @@ va1: # @va1 # BB#2: # %for.cond i32.const $push11=, 32 i32.add $push12=, $1, $pop11 - i32.store $drop=, 12($2), $pop12 + i32.store 12($2), $pop12 i32.const $push54=, 0 f64.load $push16=, pts+16($pop54) i32.const $push13=, 16 @@ -156,7 +156,7 @@ va1: # @va1 # BB#4: # %for.cond.1 i32.const $push21=, 48 i32.add $push22=, $1, $pop21 - i32.store $drop=, 12($2), $pop22 + i32.store 12($2), $pop22 i32.const $push56=, 0 f64.load $push26=, pts+32($pop56) i32.const $push23=, 32 @@ -173,7 +173,7 @@ va1: # @va1 # BB#6: # %for.cond.2 i32.const $push31=, 64 i32.add $push32=, $1, $pop31 - i32.store $drop=, 12($2), $pop32 + i32.store 12($2), $pop32 i32.const $push58=, 0 f64.load $push36=, pts+48($pop58) i32.const $push33=, 48 @@ -191,7 +191,7 @@ va1: # @va1 i32.const $push47=, 0 i32.const $push45=, 16 i32.add $push46=, $2, $pop45 - i32.store $drop=, __stack_pointer($pop47), $pop46 + i32.store __stack_pointer($pop47), $pop46 return .LBB1_9: # %if.then end_block # label0: @@ -213,11 +213,11 @@ va2: # @va2 i32.const $push40=, 16 i32.sub $push47=, $pop39, $pop40 tee_local $push46=, $2=, $pop47 - i32.store $drop=, __stack_pointer($pop41), $pop46 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop41), $pop46 + i32.store 12($2), $1 i32.const $push0=, 8 i32.add $push1=, $1, $pop0 - i32.store $drop=, 12($2), $pop1 + i32.store 12($2), $pop1 block i32.const $push45=, 0 i32.load $push2=, ipts($pop45) @@ -233,7 +233,7 @@ va2: # @va2 # BB#2: # %for.cond i32.const $push8=, 16 i32.add $push9=, $1, $pop8 - i32.store $drop=, 12($2), $pop9 + i32.store 12($2), $pop9 i32.const $push49=, 0 i32.load $push13=, ipts+8($pop49) i32.const $push10=, 8 @@ -250,7 +250,7 @@ va2: # @va2 # BB#4: # %for.cond.1 i32.const $push18=, 24 i32.add $push19=, $1, $pop18 - i32.store $drop=, 12($2), $pop19 + i32.store 12($2), $pop19 i32.const $push51=, 0 i32.load $push23=, ipts+16($pop51) i32.const $push20=, 16 @@ -267,7 +267,7 @@ va2: # @va2 # BB#6: # %for.cond.2 i32.const $push28=, 32 i32.add $push29=, $1, $pop28 - i32.store $drop=, 12($2), $pop29 + i32.store 12($2), $pop29 i32.const $push53=, 0 i32.load $push33=, ipts+24($pop53) i32.const $push30=, 24 @@ -285,7 +285,7 @@ va2: # @va2 i32.const $push44=, 0 i32.const $push42=, 16 i32.add $push43=, $2, $pop42 - i32.store $drop=, __stack_pointer($pop44), $pop43 + i32.store __stack_pointer($pop44), $pop43 return .LBB2_9: # %if.then end_block # label1: @@ -328,6 +328,6 @@ ipts: .size ipts, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/920710-1.c.s b/test/torture-s/920710-1.c.s index 01f9f5615..62581a8f6 100644 --- a/test/torture-s/920710-1.c.s +++ b/test/torture-s/920710-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920710-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920710-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920711-1.c.s b/test/torture-s/920711-1.c.s index 28089ad1a..78bbff9ca 100644 --- a/test/torture-s/920711-1.c.s +++ b/test/torture-s/920711-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920711-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920711-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/920721-1.c.s b/test/torture-s/920721-1.c.s index 9639d9aa4..89b247d6b 100644 --- a/test/torture-s/920721-1.c.s +++ b/test/torture-s/920721-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920721-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920721-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920721-2.c.s b/test/torture-s/920721-2.c.s index 2f24cda55..833e4c486 100644 --- a/test/torture-s/920721-2.c.s +++ b/test/torture-s/920721-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920721-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920721-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920721-3.c.s b/test/torture-s/920721-3.c.s index 25705c603..29b8616d2 100644 --- a/test/torture-s/920721-3.c.s +++ b/test/torture-s/920721-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920721-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920721-3.c" .section .text.ru,"ax",@progbits .hidden ru .globl ru @@ -71,6 +71,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920726-1.c.s b/test/torture-s/920726-1.c.s index d715a4d89..485b97eff 100644 --- a/test/torture-s/920726-1.c.s +++ b/test/torture-s/920726-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920726-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920726-1.c" .section .text.first,"ax",@progbits .hidden first .globl first @@ -15,8 +15,8 @@ first: # @first i32.const $push7=, 16 i32.sub $push13=, $pop6, $pop7 tee_local $push12=, $3=, $pop13 - i32.store $drop=, __stack_pointer($pop8), $pop12 - i32.store $drop=, 12($3), $2 + i32.store __stack_pointer($pop8), $pop12 + i32.store 12($3), $2 .LBB0_1: # %for.cond # =>This Inner Loop Header: Depth=1 loop # label0: @@ -32,9 +32,9 @@ first: # @first tee_local $push17=, $2=, $pop18 i32.const $push16=, 4 i32.add $push1=, $pop17, $pop16 - i32.store $drop=, 12($3), $pop1 + i32.store 12($3), $pop1 i32.load $push2=, 0($2) - i32.store $drop=, 0($3), $pop2 + i32.store 0($3), $pop2 i32.const $push15=, .L.str i32.call $drop=, sprintf@FUNCTION, $0, $pop15, $3 i32.call $push3=, strlen@FUNCTION, $0 @@ -49,7 +49,7 @@ first: # @first br_if 1, $pop24 # 1: down to label1 # BB#4: # %if.else # in Loop: Header=BB0_1 Depth=1 - i32.store8 $drop=, 0($0), $2 + i32.store8 0($0), $2 i32.const $push23=, 1 i32.add $0=, $0, $pop23 i32.const $push22=, 1 @@ -58,11 +58,11 @@ first: # @first .LBB0_5: # %for.end end_loop # label1: i32.const $push4=, 0 - i32.store8 $drop=, 0($0), $pop4 + i32.store8 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $3, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 copy_local $push25=, $0 # fallthrough-return: $pop25 .endfunc @@ -84,8 +84,8 @@ second: # @second i32.const $push7=, 16 i32.sub $push13=, $pop6, $pop7 tee_local $push12=, $3=, $pop13 - i32.store $drop=, __stack_pointer($pop8), $pop12 - i32.store $drop=, 12($3), $2 + i32.store __stack_pointer($pop8), $pop12 + i32.store 12($3), $2 .LBB1_1: # %for.cond # =>This Inner Loop Header: Depth=1 loop # label3: @@ -101,9 +101,9 @@ second: # @second tee_local $push17=, $2=, $pop18 i32.const $push16=, 4 i32.add $push1=, $pop17, $pop16 - i32.store $drop=, 12($3), $pop1 + i32.store 12($3), $pop1 i32.load $push2=, 0($2) - i32.store $drop=, 0($3), $pop2 + i32.store 0($3), $pop2 i32.const $push15=, .L.str i32.call $drop=, sprintf@FUNCTION, $0, $pop15, $3 i32.call $push3=, strlen@FUNCTION, $0 @@ -118,7 +118,7 @@ second: # @second br_if 1, $pop24 # 1: down to label4 # BB#4: # %if.else # in Loop: Header=BB1_1 Depth=1 - i32.store8 $drop=, 0($0), $2 + i32.store8 0($0), $2 i32.const $push23=, 1 i32.add $0=, $0, $pop23 i32.const $push22=, 1 @@ -127,11 +127,11 @@ second: # @second .LBB1_5: # %for.end end_loop # label4: i32.const $push4=, 0 - i32.store8 $drop=, 0($0), $pop4 + i32.store8 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $3, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 copy_local $push25=, $0 # fallthrough-return: $pop25 .endfunc @@ -152,9 +152,9 @@ main: # @main i32.const $push7=, 256 i32.sub $push23=, $pop6, $pop7 tee_local $push22=, $0=, $pop23 - i32.store $drop=, __stack_pointer($pop8), $pop22 + i32.store __stack_pointer($pop8), $pop22 i64.const $push0=, 85899345925 - i64.store $drop=, 16($0), $pop0 + i64.store 16($0), $pop0 i32.const $push9=, 144 i32.add $push10=, $0, $pop9 i32.const $push1=, .L.str.1 @@ -162,7 +162,7 @@ main: # @main i32.add $push12=, $0, $pop11 i32.call $drop=, first@FUNCTION, $pop10, $pop1, $pop12 i64.const $push21=, 85899345925 - i64.store $drop=, 0($0), $pop21 + i64.store 0($0), $pop21 i32.const $push13=, 32 i32.add $push14=, $0, $pop13 i32.const $push20=, .L.str.1 @@ -208,7 +208,7 @@ main: # @main .size .L.str.2, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype strlen, i32, i32 .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/920730-1.c.s b/test/torture-s/920730-1.c.s index a2dd0fc3d..898bab280 100644 --- a/test/torture-s/920730-1.c.s +++ b/test/torture-s/920730-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920730-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920730-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -67,5 +67,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920731-1.c.s b/test/torture-s/920731-1.c.s index 028747b14..4cbfbd55f 100644 --- a/test/torture-s/920731-1.c.s +++ b/test/torture-s/920731-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920731-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920731-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -58,5 +58,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920810-1.c.s b/test/torture-s/920810-1.c.s index 50baf0410..cf3baf26d 100644 --- a/test/torture-s/920810-1.c.s +++ b/test/torture-s/920810-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920810-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920810-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,9 +14,9 @@ f: # @f i32.call $push4=, memcpy@FUNCTION, $pop0, $0, $pop1 tee_local $push3=, $2=, $pop4 i32.const $push2=, 0 - i32.store $drop=, 4($pop3), $pop2 - i32.store $drop=, 0($2), $0 - i32.store $drop=, 8($2), $1 + i32.store 4($pop3), $pop2 + i32.store 0($2), $0 + i32.store 8($2), $1 copy_local $push5=, $2 # fallthrough-return: $pop5 .endfunc @@ -38,6 +38,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype exit, void, i32 diff --git a/test/torture-s/920812-1.c.s b/test/torture-s/920812-1.c.s index eba0e899c..2e5a4af48 100644 --- a/test/torture-s/920812-1.c.s +++ b/test/torture-s/920812-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920812-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920812-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920829-1.c.s b/test/torture-s/920829-1.c.s index 9134ae029..5d687532d 100644 --- a/test/torture-s/920829-1.c.s +++ b/test/torture-s/920829-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920829-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920829-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -47,6 +47,6 @@ c3: .size c3, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920908-1.c.s b/test/torture-s/920908-1.c.s index d6919d697..6ff949e41 100644 --- a/test/torture-s/920908-1.c.s +++ b/test/torture-s/920908-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920908-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920908-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,12 +15,12 @@ f: # @f i32.const $push10=, 16 i32.sub $push18=, $pop9, $pop10 tee_local $push17=, $3=, $pop18 - i32.store $drop=, __stack_pointer($pop11), $pop17 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop11), $pop17 + i32.store 12($3), $1 i32.const $push0=, 4 i32.add $push16=, $1, $pop0 tee_local $push15=, $2=, $pop16 - i32.store $drop=, 12($3), $pop15 + i32.store 12($3), $pop15 block i32.load $push1=, 0($1) i32.const $push2=, 10 @@ -29,7 +29,7 @@ f: # @f # BB#1: # %if.end i32.const $push4=, 8 i32.add $push5=, $1, $pop4 - i32.store $drop=, 12($3), $pop5 + i32.store 12($3), $pop5 i32.load $push6=, 0($2) i32.const $push19=, 20 i32.ne $push7=, $pop6, $pop19 @@ -38,7 +38,7 @@ f: # @f i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $3, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 i32.const $push20=, 20 return $pop20 .LBB0_3: # %if.then6 @@ -63,9 +63,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push7=, $pop3, $pop4 tee_local $push6=, $0=, $pop7 - i32.store $drop=, __stack_pointer($pop5), $pop6 + i32.store __stack_pointer($pop5), $pop6 i64.const $push0=, 85899345930 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.call $drop=, f@FUNCTION, $0, $0 i32.const $push1=, 0 call exit@FUNCTION, $pop1 @@ -75,6 +75,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/920908-2.c.s b/test/torture-s/920908-2.c.s index d91d219b5..91e269c24 100644 --- a/test/torture-s/920908-2.c.s +++ b/test/torture-s/920908-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920908-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920908-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920909-1.c.s b/test/torture-s/920909-1.c.s index e2311304b..7431b749e 100644 --- a/test/torture-s/920909-1.c.s +++ b/test/torture-s/920909-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920909-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920909-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -57,5 +57,5 @@ main: # @main .size .Lswitch.table, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920922-1.c.s b/test/torture-s/920922-1.c.s index 29a61eaf6..6c98ff4a7 100644 --- a/test/torture-s/920922-1.c.s +++ b/test/torture-s/920922-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920922-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920922-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -36,5 +36,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/920929-1.c.s b/test/torture-s/920929-1.c.s index 56e1bfd0c..dd984d491 100644 --- a/test/torture-s/920929-1.c.s +++ b/test/torture-s/920929-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920929-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/920929-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921006-1.c.s b/test/torture-s/921006-1.c.s index 3d27b79d2..38c7a6064 100644 --- a/test/torture-s/921006-1.c.s +++ b/test/torture-s/921006-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921006-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921006-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921007-1.c.s b/test/torture-s/921007-1.c.s index da9a98f61..0b33916c3 100644 --- a/test/torture-s/921007-1.c.s +++ b/test/torture-s/921007-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921007-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921007-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921013-1.c.s b/test/torture-s/921013-1.c.s index 1074fe0cf..7c760ea1c 100644 --- a/test/torture-s/921013-1.c.s +++ b/test/torture-s/921013-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921013-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921013-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -18,7 +18,7 @@ f: # @f f32.load $push1=, 0($1) f32.load $push0=, 0($2) f32.eq $push2=, $pop1, $pop0 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push8=, 4 i32.add $0=, $0, $pop8 i32.const $push7=, 4 @@ -53,5 +53,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921016-1.c.s b/test/torture-s/921016-1.c.s index a513a0672..7a377d012 100644 --- a/test/torture-s/921016-1.c.s +++ b/test/torture-s/921016-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921016-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921016-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921019-1.c.s b/test/torture-s/921019-1.c.s index 7e789f15a..983381d37 100644 --- a/test/torture-s/921019-1.c.s +++ b/test/torture-s/921019-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921019-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921019-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -42,6 +42,6 @@ foo: .size foo, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/921019-2.c.s b/test/torture-s/921019-2.c.s index d229a6a35..e177852ca 100644 --- a/test/torture-s/921019-2.c.s +++ b/test/torture-s/921019-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921019-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921019-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921029-1.c.s b/test/torture-s/921029-1.c.s index 0d0229c7f..f2c5ec687 100644 --- a/test/torture-s/921029-1.c.s +++ b/test/torture-s/921029-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921029-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921029-1.c" .section .text.build,"ax",@progbits .hidden build .globl build @@ -12,17 +12,17 @@ build: # @build i32.const $push0=, 0 i64.extend_u/i32 $push10=, $1 tee_local $push9=, $2=, $pop10 - i64.store $drop=, lpart($pop0), $pop9 + i64.store lpart($pop0), $pop9 i32.const $push8=, 0 i64.extend_u/i32 $push1=, $0 i64.const $push2=, 32 i64.shl $push7=, $pop1, $pop2 tee_local $push6=, $3=, $pop7 - i64.store $drop=, hpart($pop8), $pop6 + i64.store hpart($pop8), $pop6 i32.const $push5=, 0 i64.or $push4=, $3, $2 tee_local $push3=, $2=, $pop4 - i64.store $drop=, back($pop5), $pop3 + i64.store back($pop5), $pop3 copy_local $push11=, $2 # fallthrough-return: $pop11 .endfunc @@ -38,13 +38,13 @@ main: # @main # BB#0: # %if.end44 i32.const $push1=, 0 i64.const $push0=, 4294967294 - i64.store $drop=, lpart($pop1), $pop0 + i64.store lpart($pop1), $pop0 i32.const $push6=, 0 i64.const $push2=, -4294967296 - i64.store $drop=, hpart($pop6), $pop2 + i64.store hpart($pop6), $pop2 i32.const $push5=, 0 i64.const $push3=, -2 - i64.store $drop=, back($pop5), $pop3 + i64.store back($pop5), $pop3 i32.const $push4=, 0 call exit@FUNCTION, $pop4 unreachable @@ -80,5 +80,5 @@ back: .size back, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921104-1.c.s b/test/torture-s/921104-1.c.s index 45976d26f..a00851c0c 100644 --- a/test/torture-s/921104-1.c.s +++ b/test/torture-s/921104-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921104-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921104-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921110-1.c.s b/test/torture-s/921110-1.c.s index d687de5a1..37ac9cbbd 100644 --- a/test/torture-s/921110-1.c.s +++ b/test/torture-s/921110-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921110-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921110-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,6 +24,6 @@ f: .size f, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, i32 .functype exit, void, i32 diff --git a/test/torture-s/921112-1.c.s b/test/torture-s/921112-1.c.s index a571aac00..097453c97 100644 --- a/test/torture-s/921112-1.c.s +++ b/test/torture-s/921112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921112-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,7 +9,7 @@ f: # @f .result i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -25,10 +25,10 @@ main: # @main # BB#0: # %entry i32.const $push2=, 0 i64.const $push1=, 8589934593 - i64.store $drop=, x+8($pop2), $pop1 + i64.store x+8($pop2), $pop1 i32.const $push7=, 0 i64.const $push6=, 8589934593 - i64.store $drop=, v($pop7), $pop6 + i64.store v($pop7), $pop6 block i32.const $push5=, 0 br_if 0, $pop5 # 0: down to label0 @@ -68,6 +68,6 @@ v: .size v, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/921113-1.c.s b/test/torture-s/921113-1.c.s index c1396c909..1f2f868c7 100644 --- a/test/torture-s/921113-1.c.s +++ b/test/torture-s/921113-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921113-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921113-1.c" .section .text.w,"ax",@progbits .hidden w .globl w @@ -102,7 +102,7 @@ gitter: # @gitter br_if 0, $pop9 # 0: down to label2 # BB#4: # %f2.exit i32.const $push10=, 0 - i32.store $drop=, 0($3), $pop10 + i32.store 0($3), $pop10 block f32.load $push28=, 0($1) tee_local $push27=, $6=, $pop28 @@ -126,7 +126,7 @@ gitter: # @gitter br_if 0, $pop21 # 0: down to label3 # BB#6: # %if.then15 i32.const $push22=, 1065353216 - i32.store $drop=, 0($2), $pop22 + i32.store 0($2), $pop22 .LBB3_7: # %if.end18 end_block # label3: return $4 @@ -152,7 +152,7 @@ main: # @main i32.const $push6=, 16 i32.sub $push13=, $pop5, $pop6 tee_local $push12=, $0=, $pop13 - i32.store $drop=, __stack_pointer($pop7), $pop12 + i32.store __stack_pointer($pop7), $pop12 i32.const $push2=, pos i32.const $push8=, 8 i32.add $push9=, $0, $pop8 @@ -189,6 +189,6 @@ limit: .size limit, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/921117-1.c.s b/test/torture-s/921117-1.c.s index 6b489a6dc..304679c55 100644 --- a/test/torture-s/921117-1.c.s +++ b/test/torture-s/921117-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921117-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921117-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -35,23 +35,23 @@ main: # @main # BB#0: # %entry i32.const $push16=, 0 i32.const $push0=, 99 - i32.store $drop=, cell+12($pop16), $pop0 + i32.store cell+12($pop16), $pop0 i32.const $push15=, 0 i32.const $push14=, 0 i32.load8_u $push1=, .L.str+10($pop14) - i32.store8 $drop=, cell+10($pop15), $pop1 + i32.store8 cell+10($pop15), $pop1 i32.const $push13=, 0 i32.const $push12=, 0 i32.load16_u $push2=, .L.str+8($pop12):p2align=0 - i32.store16 $drop=, cell+8($pop13), $pop2 + i32.store16 cell+8($pop13), $pop2 i32.const $push11=, 0 i32.const $push10=, 0 i32.load $push3=, .L.str+4($pop10):p2align=0 - i32.store $drop=, cell+4($pop11), $pop3 + i32.store cell+4($pop11), $pop3 i32.const $push9=, 0 i32.const $push8=, 0 i32.load $push4=, .L.str($pop8):p2align=0 - i32.store $drop=, cell($pop9), $pop4 + i32.store cell($pop9), $pop4 block i32.const $push6=, cell i32.const $push5=, .L.str @@ -85,7 +85,7 @@ cell: .size cell, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/921123-1.c.s b/test/torture-s/921123-1.c.s index 8309fdc8c..d4314f0cd 100644 --- a/test/torture-s/921123-1.c.s +++ b/test/torture-s/921123-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921123-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921123-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -35,5 +35,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921123-2.c.s b/test/torture-s/921123-2.c.s index 34ff73015..e98fbb6e2 100644 --- a/test/torture-s/921123-2.c.s +++ b/test/torture-s/921123-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921123-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921123-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,10 +9,10 @@ f: # @f # BB#0: # %entry i32.const $push1=, 0 i32.load16_u $push0=, 4($0) - i32.store $drop=, b($pop1), $pop0 + i32.store b($pop1), $pop0 i32.const $push3=, 0 i32.load16_u $push2=, 6($0) - i32.store $drop=, a($pop3), $pop2 + i32.store a($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -27,10 +27,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 38 - i32.store $drop=, a($pop1), $pop0 + i32.store a($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, 0 - i32.store $drop=, b($pop4), $pop3 + i32.store b($pop4), $pop3 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -66,5 +66,5 @@ x: .size x, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921124-1.c.s b/test/torture-s/921124-1.c.s index 92b0d0eb4..d040de17a 100644 --- a/test/torture-s/921124-1.c.s +++ b/test/torture-s/921124-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921124-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921124-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -63,6 +63,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/921202-1.c.s b/test/torture-s/921202-1.c.s index 8e8c35fc1..2d9ead99f 100644 --- a/test/torture-s/921202-1.c.s +++ b/test/torture-s/921202-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921202-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921202-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -98,5 +98,5 @@ exxit: # @exxit .size exxit, .Lfunc_end6-exxit - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921202-2.c.s b/test/torture-s/921202-2.c.s index 22d7e6a88..a98fe16fc 100644 --- a/test/torture-s/921202-2.c.s +++ b/test/torture-s/921202-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921202-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921202-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921204-1.c.s b/test/torture-s/921204-1.c.s index 2fa6c1f21..1264be7a2 100644 --- a/test/torture-s/921204-1.c.s +++ b/test/torture-s/921204-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921204-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921204-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -16,7 +16,7 @@ f: # @f i32.const $push0=, 1 i32.and $push1=, $1, $pop0 i32.select $push6=, $pop5, $pop3, $pop1 - i32.store $drop=, 0($0), $pop6 + i32.store 0($0), $pop6 # fallthrough-return .endfunc .Lfunc_end0: @@ -37,5 +37,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921207-1.c.s b/test/torture-s/921207-1.c.s index 037d714fa..f9f7c6398 100644 --- a/test/torture-s/921207-1.c.s +++ b/test/torture-s/921207-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921207-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921207-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921208-1.c.s b/test/torture-s/921208-1.c.s index 4f5578ab3..108ed6a9b 100644 --- a/test/torture-s/921208-1.c.s +++ b/test/torture-s/921208-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921208-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921208-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921208-2.c.s b/test/torture-s/921208-2.c.s index 4db940d8c..dd4d0e193 100644 --- a/test/torture-s/921208-2.c.s +++ b/test/torture-s/921208-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921208-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921208-2.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921218-1.c.s b/test/torture-s/921218-1.c.s index 773da9213..f0a9d4173 100644 --- a/test/torture-s/921218-1.c.s +++ b/test/torture-s/921218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921218-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/921218-2.c.s b/test/torture-s/921218-2.c.s index f4aab581d..b0aee2516 100644 --- a/test/torture-s/921218-2.c.s +++ b/test/torture-s/921218-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921218-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/921218-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930106-1.c.s b/test/torture-s/930106-1.c.s index 7b1963955..347422950 100644 --- a/test/torture-s/930106-1.c.s +++ b/test/torture-s/930106-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930106-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930106-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930111-1.c.s b/test/torture-s/930111-1.c.s index 2d5ca46f2..4d4e04056 100644 --- a/test/torture-s/930111-1.c.s +++ b/test/torture-s/930111-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930111-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930111-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -48,5 +48,5 @@ wwrite: # @wwrite .size wwrite, .Lfunc_end1-wwrite - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930123-1.c.s b/test/torture-s/930123-1.c.s index 3154ff9e9..cc9036285 100644 --- a/test/torture-s/930123-1.c.s +++ b/test/torture-s/930123-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930123-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930123-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,7 +9,7 @@ f: # @f .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930126-1.c.s b/test/torture-s/930126-1.c.s index 80393c0ec..d57bbf613 100644 --- a/test/torture-s/930126-1.c.s +++ b/test/torture-s/930126-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930126-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930126-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -10,11 +10,11 @@ f: # @f i32.const $push0=, 4 i32.add $push1=, $0, $pop0 i64.const $push2=, 205 - i64.store8 $drop=, 0($pop1), $pop2 + i64.store8 0($pop1), $pop2 i64.load8_u $push3=, 0($1) i64.const $push4=, 4010947584 i64.or $push5=, $pop3, $pop4 - i64.store32 $drop=, 0($0), $pop5 + i64.store32 0($0), $pop5 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,13 +29,13 @@ main: # @main # BB#0: # %entry i32.const $push11=, 0 i32.const $push0=, 12 - i32.store8 $drop=, main.i($pop11), $pop0 + i32.store8 main.i($pop11), $pop0 i32.const $push10=, 0 i64.const $push1=, 205 - i64.store8 $drop=, main.i+4($pop10), $pop1 + i64.store8 main.i+4($pop10), $pop1 i32.const $push9=, 0 i64.const $push2=, 4010947596 - i64.store32 $drop=, main.i($pop9), $pop2 + i64.store32 main.i($pop9), $pop2 block i32.const $push8=, 0 i64.load $push3=, main.i($pop8) @@ -64,6 +64,6 @@ main.i: .size main.i, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930208-1.c.s b/test/torture-s/930208-1.c.s index 4d5b5b277..3c06499bd 100644 --- a/test/torture-s/930208-1.c.s +++ b/test/torture-s/930208-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930208-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930208-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -11,11 +11,11 @@ f: # @f i32.load8_u $push0=, 3($0) i32.const $push1=, 1 i32.add $push2=, $pop0, $pop1 - i32.store8 $drop=, 3($0), $pop2 + i32.store8 3($0), $pop2 i32.load8_u $push3=, 0($0) i32.const $push12=, 1 i32.add $push4=, $pop3, $pop12 - i32.store8 $drop=, 0($0), $pop4 + i32.store8 0($0), $pop4 i32.load8_u $push8=, 2($0) i32.const $push6=, 2 i32.ne $push9=, $pop8, $pop6 @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930406-1.c.s b/test/torture-s/930406-1.c.s index 97636bb4d..7af3e6f53 100644 --- a/test/torture-s/930406-1.c.s +++ b/test/torture-s/930406-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930406-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930406-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930408-1.c.s b/test/torture-s/930408-1.c.s index a6ce343bb..959a617f1 100644 --- a/test/torture-s/930408-1.c.s +++ b/test/torture-s/930408-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930408-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930408-1.c" .section .text.p,"ax",@progbits .hidden p .globl p @@ -45,7 +45,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, s($pop1), $pop0 + i32.store s($pop1), $pop0 i32.call $drop=, f@FUNCTION i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -64,6 +64,6 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930429-1.c.s b/test/torture-s/930429-1.c.s index 00ee3bc1f..32ec3762e 100644 --- a/test/torture-s/930429-1.c.s +++ b/test/torture-s/930429-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930429-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930429-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930429-2.c.s b/test/torture-s/930429-2.c.s index ce26c8096..dce454a31 100644 --- a/test/torture-s/930429-2.c.s +++ b/test/torture-s/930429-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930429-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930429-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -32,5 +32,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930513-1.c.s b/test/torture-s/930513-1.c.s index 0a62a29c0..45ff24aec 100644 --- a/test/torture-s/930513-1.c.s +++ b/test/torture-s/930513-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930513-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930513-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,16 +15,16 @@ f: # @f i32.const $push5=, 16 i32.sub $push11=, $pop4, $pop5 tee_local $push10=, $1=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 + i32.store __stack_pointer($pop6), $pop10 i64.const $push0=, 4617315517961601024 - i64.store $drop=, 0($1), $pop0 + i64.store 0($1), $pop0 i32.const $push2=, buf i32.const $push1=, .L.str i32.call_indirect $drop=, $0, $pop2, $pop1, $1 i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $1, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 copy_local $push12=, $1 # fallthrough-return: $pop12 .endfunc @@ -45,9 +45,9 @@ main: # @main i32.const $push12=, 16 i32.sub $push16=, $pop11, $pop12 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop13), $pop15 + i32.store __stack_pointer($pop13), $pop15 i64.const $push1=, 4617315517961601024 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push3=, buf i32.const $push2=, .L.str i32.call $drop=, sprintf@FUNCTION, $pop3, $pop2, $0 @@ -90,7 +90,7 @@ buf: .size .L.str, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930513-2.c.s b/test/torture-s/930513-2.c.s index 4b5e1145d..f0f364685 100644 --- a/test/torture-s/930513-2.c.s +++ b/test/torture-s/930513-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930513-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930513-2.c" .section .text.sub3,"ax",@progbits .hidden sub3 .globl sub3 @@ -32,7 +32,7 @@ eq: # @eq i32.const $push5=, 0 i32.const $push2=, 1 i32.add $push3=, $0, $pop2 - i32.store $drop=, eq.i($pop5), $pop3 + i32.store eq.i($pop5), $pop3 return $0 .LBB1_2: # %if.then end_block # label0: @@ -56,7 +56,7 @@ main: # @main # BB#1: # %eq.exit.3 i32.const $push4=, 0 i32.const $push1=, 4 - i32.store $drop=, eq.i($pop4), $pop1 + i32.store eq.i($pop4), $pop1 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -76,6 +76,6 @@ eq.i: .size eq.i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930518-1.c.s b/test/torture-s/930518-1.c.s index 3f860d9fd..cb57b3545 100644 --- a/test/torture-s/930518-1.c.s +++ b/test/torture-s/930518-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930518-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930518-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -23,11 +23,11 @@ f: # @f loop # label1: i32.sub $push11=, $2, $1 tee_local $push10=, $2=, $pop11 - i32.store $drop=, 0($0), $pop10 + i32.store 0($0), $pop10 i32.const $1=, 1 i32.const $push9=, 0 i32.const $push8=, 1 - i32.store $drop=, bar($pop9), $pop8 + i32.store bar($pop9), $pop8 i32.const $push7=, 4 i32.add $0=, $0, $pop7 i32.const $push6=, 1 @@ -56,9 +56,9 @@ main: # @main i32.const $push16=, 16 i32.sub $push23=, $pop15, $pop16 tee_local $push22=, $3=, $pop23 - i32.store $drop=, __stack_pointer($pop17), $pop22 + i32.store __stack_pointer($pop17), $pop22 i64.const $push0=, 0 - i64.store $drop=, 8($3):p2align=2, $pop0 + i64.store 8($3):p2align=2, $pop0 block i32.const $push1=, 0 i32.load $push21=, bar($pop1) @@ -76,7 +76,7 @@ main: # @main loop # label4: i32.sub $push27=, $1, $0 tee_local $push26=, $1=, $pop27 - i32.store $drop=, 0($2), $pop26 + i32.store 0($2), $pop26 i32.const $push25=, 4 i32.add $2=, $2, $pop25 i32.const $0=, 1 @@ -87,7 +87,7 @@ main: # @main end_loop # label5: i32.const $push6=, 0 i32.const $push28=, 1 - i32.store $drop=, bar($pop6), $pop28 + i32.store bar($pop6), $pop28 i32.load $push8=, 8($3) i32.const $push7=, 2 i32.ne $push9=, $pop8, $pop7 @@ -121,6 +121,6 @@ bar: .size bar, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930526-1.c.s b/test/torture-s/930526-1.c.s index bfaa1d111..64eb9315c 100644 --- a/test/torture-s/930526-1.c.s +++ b/test/torture-s/930526-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930526-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930526-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930527-1.c.s b/test/torture-s/930527-1.c.s index 615307cd2..e333d1601 100644 --- a/test/torture-s/930527-1.c.s +++ b/test/torture-s/930527-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930527-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930527-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -32,5 +32,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930529-1.c.s b/test/torture-s/930529-1.c.s index 84b180ae4..fc1190a14 100644 --- a/test/torture-s/930529-1.c.s +++ b/test/torture-s/930529-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930529-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930529-1.c" .section .text.dd,"ax",@progbits .hidden dd .globl dd @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930603-1.c.s b/test/torture-s/930603-1.c.s index 94cb60e1f..fa7c3995c 100644 --- a/test/torture-s/930603-1.c.s +++ b/test/torture-s/930603-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930603-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930603-1.c" .section .text.fx,"ax",@progbits .hidden fx .globl fx @@ -77,5 +77,5 @@ f: # @f .size f, .Lfunc_end4-f - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930603-2.c.s b/test/torture-s/930603-2.c.s index 35bf30eb1..e340c719d 100644 --- a/test/torture-s/930603-2.c.s +++ b/test/torture-s/930603-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930603-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930603-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -10,10 +10,10 @@ f: # @f # BB#0: # %for.inc.1.1 i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, w+12($pop1), $pop0 + i32.store w+12($pop1), $pop0 i32.const $push3=, 0 i32.const $push2=, 1 - i32.store $drop=, w($pop3), $pop2 + i32.store w($pop3), $pop2 copy_local $push4=, $0 # fallthrough-return: $pop4 .endfunc @@ -29,10 +29,10 @@ main: # @main # BB#0: # %entry i32.const $push8=, 0 i32.const $push0=, 1 - i32.store $drop=, w+12($pop8), $pop0 + i32.store w+12($pop8), $pop0 i32.const $push7=, 0 i32.const $push6=, 1 - i32.store $drop=, w($pop7), $pop6 + i32.store w($pop7), $pop6 block i32.const $push5=, 0 i32.load $push2=, w+4($pop5) @@ -62,6 +62,6 @@ w: .size w, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930603-3.c.s b/test/torture-s/930603-3.c.s index 958915dba..e263b1cbc 100644 --- a/test/torture-s/930603-3.c.s +++ b/test/torture-s/930603-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930603-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930603-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -51,6 +51,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930608-1.c.s b/test/torture-s/930608-1.c.s index 7c230dbec..646a5e86c 100644 --- a/test/torture-s/930608-1.c.s +++ b/test/torture-s/930608-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930608-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930608-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -39,5 +39,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930614-1.c.s b/test/torture-s/930614-1.c.s index f4689f4f1..f45384711 100644 --- a/test/torture-s/930614-1.c.s +++ b/test/torture-s/930614-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930614-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930614-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,7 +9,7 @@ f: # @f .result i32 # BB#0: # %entry i64.const $push0=, -4616189618054758400 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930614-2.c.s b/test/torture-s/930614-2.c.s index 4acb3d355..022067011 100644 --- a/test/torture-s/930614-2.c.s +++ b/test/torture-s/930614-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930614-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930614-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930621-1.c.s b/test/torture-s/930621-1.c.s index 74e0e5517..1a2696a77 100644 --- a/test/torture-s/930621-1.c.s +++ b/test/torture-s/930621-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930621-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930621-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930622-1.c.s b/test/torture-s/930622-1.c.s index de3b1759a..5611f3708 100644 --- a/test/torture-s/930622-1.c.s +++ b/test/torture-s/930622-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930622-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930622-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -37,7 +37,7 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, a($pop0), $pop2 + i32.store a($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -53,7 +53,7 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, a($pop0), $pop2 + i32.store a($pop0), $pop2 i32.const $push1=, 0 call exit@FUNCTION, $pop1 unreachable @@ -80,5 +80,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930622-2.c.s b/test/torture-s/930622-2.c.s index 08fd852ee..c4ff29b17 100644 --- a/test/torture-s/930622-2.c.s +++ b/test/torture-s/930622-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930622-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930622-2.c" .section .text.ll_to_ld,"ax",@progbits .hidden ll_to_ld .globl ll_to_ld @@ -14,20 +14,20 @@ ll_to_ld: # @ll_to_ld i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $2=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __floatditf@FUNCTION, $2, $1 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $2, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($2) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end0: @@ -62,5 +62,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930628-1.c.s b/test/torture-s/930628-1.c.s index a6ae99d40..92e971661 100644 --- a/test/torture-s/930628-1.c.s +++ b/test/torture-s/930628-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930628-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930628-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -142,6 +142,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930630-1.c.s b/test/torture-s/930630-1.c.s index d3dba4541..1b0835047 100644 --- a/test/torture-s/930630-1.c.s +++ b/test/torture-s/930630-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930630-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930630-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -37,6 +37,6 @@ f: # @f .size f, .Lfunc_end1-f - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/930702-1.c.s b/test/torture-s/930702-1.c.s index 545a466ff..1f22af8f3 100644 --- a/test/torture-s/930702-1.c.s +++ b/test/torture-s/930702-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930702-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930702-1.c" .section .text.fp,"ax",@progbits .hidden fp .globl fp @@ -41,6 +41,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930713-1.c.s b/test/torture-s/930713-1.c.s index 2bd4d59db..a0552fd12 100644 --- a/test/torture-s/930713-1.c.s +++ b/test/torture-s/930713-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930713-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930713-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930718-1.c.s b/test/torture-s/930718-1.c.s index 70f5d7f52..3bb7e8124 100644 --- a/test/torture-s/930718-1.c.s +++ b/test/torture-s/930718-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930718-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930718-1.c" .section .text.f2,"ax",@progbits .hidden f2 .globl f2 @@ -27,6 +27,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930719-1.c.s b/test/torture-s/930719-1.c.s index bb79ec1e5..cc9beb4a0 100644 --- a/test/torture-s/930719-1.c.s +++ b/test/torture-s/930719-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930719-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930719-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -52,5 +52,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930725-1.c.s b/test/torture-s/930725-1.c.s index a0318a6cb..e2353f85e 100644 --- a/test/torture-s/930725-1.c.s +++ b/test/torture-s/930725-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930725-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930725-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -39,7 +39,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, v($pop1), $pop0 + i32.store v($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -69,5 +69,5 @@ v: .size .L.str.1, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930818-1.c.s b/test/torture-s/930818-1.c.s index 825fceab5..8378494e5 100644 --- a/test/torture-s/930818-1.c.s +++ b/test/torture-s/930818-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930818-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930818-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930916-1.c.s b/test/torture-s/930916-1.c.s index fe5f531c8..8530d9f36 100644 --- a/test/torture-s/930916-1.c.s +++ b/test/torture-s/930916-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930916-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930916-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -37,6 +37,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930921-1.c.s b/test/torture-s/930921-1.c.s index 70567f52b..b3f3999c6 100644 --- a/test/torture-s/930921-1.c.s +++ b/test/torture-s/930921-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930921-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930921-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -25,10 +25,11 @@ f: # @f .type main,@function main: # @main .result i32 - .local i64, i32 + .local i64, i32, i64 # BB#0: # %entry i32.const $1=, 0 i64.const $0=, 0 + i64.const $2=, 0 .LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 block @@ -42,13 +43,15 @@ main: # @main br_if 2, $pop3 # 2: down to label0 # BB#2: # %for.cond # in Loop: Header=BB1_1 Depth=1 - i64.const $push12=, 2863311531 - i64.add $0=, $0, $pop12 - i32.const $push11=, 1 - i32.add $push10=, $1, $pop11 - tee_local $push9=, $1=, $pop10 - i32.const $push8=, 9999 - i32.le_u $push4=, $pop9, $pop8 + i64.const $push13=, 2863311531 + i64.add $0=, $0, $pop13 + i32.const $push12=, 1 + i32.add $1=, $1, $pop12 + i64.const $push11=, 1 + i64.add $push10=, $2, $pop11 + tee_local $push9=, $2=, $pop10 + i64.const $push8=, 9999 + i64.le_u $push4=, $pop9, $pop8 br_if 0, $pop4 # 0: up to label1 # BB#3: # %for.end end_loop # label2: @@ -64,6 +67,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930929-1.c.s b/test/torture-s/930929-1.c.s index 32182c423..3b7872332 100644 --- a/test/torture-s/930929-1.c.s +++ b/test/torture-s/930929-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930929-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930929-1.c" .section .text.sub1,"ax",@progbits .hidden sub1 .globl sub1 @@ -77,5 +77,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/930930-1.c.s b/test/torture-s/930930-1.c.s index 64a1f619c..9f1d5074e 100644 --- a/test/torture-s/930930-1.c.s +++ b/test/torture-s/930930-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930930-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930930-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -32,7 +32,7 @@ f: # @f i32.const $push9=, -4 i32.add $push8=, $6, $pop9 tee_local $push7=, $6=, $pop8 - i32.store $drop=, 0($pop7), $5 + i32.store 0($pop7), $5 .LBB0_5: # %if.end4 # in Loop: Header=BB0_2 Depth=1 end_block # label4: @@ -65,7 +65,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, mem - i32.store $drop=, mem+396($pop1), $pop0 + i32.store mem+396($pop1), $pop0 i32.const $push5=, mem+400 i32.const $push4=, mem+24 i32.const $push3=, mem+32 @@ -116,6 +116,6 @@ wm_SPB: .size wm_SPB, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/930930-2.c.s b/test/torture-s/930930-2.c.s index 21057ea4e..4e725ec70 100644 --- a/test/torture-s/930930-2.c.s +++ b/test/torture-s/930930-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930930-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/930930-2.c" .section .text.test_endianness,"ax",@progbits .hidden test_endianness .globl test_endianness @@ -27,7 +27,7 @@ test_endianness_vol: # @test_endianness_vol i32.sub $push8=, $pop5, $pop6 tee_local $push7=, $0=, $pop8 i64.const $push0=, 4621819117588971520 - i64.store $drop=, 8($pop7), $pop0 + i64.store 8($pop7), $pop0 i32.load $push2=, 8($0) i32.const $push1=, 0 i32.ne $push3=, $pop2, $pop1 @@ -50,9 +50,9 @@ main: # @main i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $0=, $pop8 - i32.store $drop=, __stack_pointer($pop6), $pop7 + i32.store __stack_pointer($pop6), $pop7 i64.const $push0=, 4621819117588971520 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 block i32.load $push1=, 8($0) br_if 0, $pop1 # 0: down to label0 @@ -69,6 +69,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-1.c.s b/test/torture-s/931004-1.c.s index bf940a247..b41e8bb6b 100644 --- a/test/torture-s/931004-1.c.s +++ b/test/torture-s/931004-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -49,6 +49,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-10.c.s b/test/torture-s/931004-10.c.s index 885f40c30..f5712c810 100644 --- a/test/torture-s/931004-10.c.s +++ b/test/torture-s/931004-10.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-10.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-10.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push16=, 16 i32.sub $push24=, $pop15, $pop16 tee_local $push23=, $4=, $pop24 - i32.store $drop=, __stack_pointer($pop17), $pop23 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop17), $pop23 + i32.store 12($4), $1 i32.const $push22=, 4 i32.add $push1=, $1, $pop22 - i32.store $drop=, 12($4), $pop1 + i32.store 12($4), $pop1 block block block @@ -47,7 +47,7 @@ f: # @f # in Loop: Header=BB0_2 Depth=1 i32.const $push30=, 8 i32.add $push9=, $1, $pop30 - i32.store $drop=, 12($4), $pop9 + i32.store 12($4), $pop9 i32.const $push29=, 4 i32.add $1=, $1, $pop29 i32.const $push28=, -9 @@ -68,7 +68,7 @@ f: # @f i32.const $push20=, 0 i32.const $push18=, 16 i32.add $push19=, $4, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 return $1 .LBB0_7: # %if.then8 end_block # label1: @@ -96,34 +96,34 @@ main: # @main i32.const $push13=, 32 i32.sub $push22=, $pop12, $pop13 tee_local $push21=, $0=, $pop22 - i32.store $drop=, __stack_pointer($pop14), $pop21 + i32.store __stack_pointer($pop14), $pop21 i32.const $push0=, 5130 - i32.store16 $drop=, 24($0), $pop0 + i32.store16 24($0), $pop0 i32.const $push1=, 21 - i32.store8 $drop=, 27($0), $pop1 + i32.store8 27($0), $pop1 i32.const $push2=, 22 - i32.store8 $drop=, 29($0), $pop2 + i32.store8 29($0), $pop2 i32.const $push3=, 11 - i32.store8 $drop=, 26($0), $pop3 + i32.store8 26($0), $pop3 i32.const $push4=, 12 - i32.store8 $drop=, 28($0), $pop4 + i32.store8 28($0), $pop4 i32.load16_u $push5=, 24($0) - i32.store16 $drop=, 22($0), $pop5 + i32.store16 22($0), $pop5 i32.load16_u $push6=, 26($0) - i32.store16 $drop=, 20($0), $pop6 + i32.store16 20($0), $pop6 i32.load16_u $push7=, 28($0) - i32.store16 $drop=, 18($0), $pop7 + i32.store16 18($0), $pop7 i32.const $push8=, 123 - i32.store $drop=, 12($0), $pop8 + i32.store 12($0), $pop8 i32.const $push15=, 22 i32.add $push16=, $0, $pop15 - i32.store $drop=, 0($0), $pop16 + i32.store 0($0), $pop16 i32.const $push17=, 18 i32.add $push18=, $0, $pop17 - i32.store $drop=, 8($0), $pop18 + i32.store 8($0), $pop18 i32.const $push19=, 20 i32.add $push20=, $0, $pop19 - i32.store $drop=, 4($0), $pop20 + i32.store 4($0), $pop20 i32.const $push9=, 3 i32.call $drop=, f@FUNCTION, $pop9, $0 i32.const $push10=, 0 @@ -134,6 +134,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-11.c.s b/test/torture-s/931004-11.c.s index e6dc7ff31..21a92672a 100644 --- a/test/torture-s/931004-11.c.s +++ b/test/torture-s/931004-11.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-11.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-11.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -81,50 +81,50 @@ main: # @main i32.const $push23=, 32 i32.sub $push42=, $pop22, $pop23 tee_local $push41=, $1=, $pop42 - i32.store $drop=, __stack_pointer($pop24), $pop41 + i32.store __stack_pointer($pop24), $pop41 i32.const $push0=, 30 - i32.store8 $drop=, 18($1), $pop0 + i32.store8 18($1), $pop0 i32.const $push1=, 11 - i32.store8 $drop=, 19($1), $pop1 + i32.store8 19($1), $pop1 i32.const $push2=, 12 - i32.store8 $drop=, 22($1), $pop2 + i32.store8 22($1), $pop2 i32.const $push3=, 5130 - i32.store16 $drop=, 16($1), $pop3 + i32.store16 16($1), $pop3 i32.const $push4=, 21 - i32.store8 $drop=, 20($1), $pop4 + i32.store8 20($1), $pop4 i32.const $push5=, 22 - i32.store8 $drop=, 23($1), $pop5 + i32.store8 23($1), $pop5 i32.const $push25=, 12 i32.add $push26=, $1, $pop25 i32.const $push6=, 2 i32.add $push7=, $pop26, $pop6 i32.load8_u $push8=, 18($1) - i32.store8 $drop=, 0($pop7), $pop8 + i32.store8 0($pop7), $pop8 i32.const $push9=, 31 - i32.store8 $drop=, 21($1), $pop9 + i32.store8 21($1), $pop9 i32.const $push10=, 24 i32.add $push40=, $1, $pop10 tee_local $push39=, $0=, $pop40 i32.const $push11=, 32 - i32.store8 $drop=, 0($pop39), $pop11 + i32.store8 0($pop39), $pop11 i32.const $push27=, 8 i32.add $push28=, $1, $pop27 i32.const $push38=, 2 i32.add $push12=, $pop28, $pop38 i32.load8_u $push13=, 21($1) - i32.store8 $drop=, 0($pop12), $pop13 + i32.store8 0($pop12), $pop13 i32.load16_u $push14=, 16($1) - i32.store16 $drop=, 12($1), $pop14 + i32.store16 12($1), $pop14 i32.load16_u $push15=, 19($1):p2align=0 - i32.store16 $drop=, 8($1), $pop15 + i32.store16 8($1), $pop15 i32.const $push29=, 4 i32.add $push30=, $1, $pop29 i32.const $push37=, 2 i32.add $push16=, $pop30, $pop37 i32.load8_u $push17=, 0($0) - i32.store8 $drop=, 0($pop16), $pop17 + i32.store8 0($pop16), $pop17 i32.load16_u $push18=, 22($1) - i32.store16 $drop=, 4($1), $pop18 + i32.store16 4($1), $pop18 i32.const $push31=, 12 i32.add $push32=, $1, $pop31 i32.const $push33=, 8 @@ -141,6 +141,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-12.c.s b/test/torture-s/931004-12.c.s index ac82ec9be..0e749c758 100644 --- a/test/torture-s/931004-12.c.s +++ b/test/torture-s/931004-12.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-12.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-12.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push22=, 16 i32.sub $push30=, $pop21, $pop22 tee_local $push29=, $3=, $pop30 - i32.store $drop=, __stack_pointer($pop23), $pop29 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop23), $pop29 + i32.store 12($3), $1 i32.const $push28=, 4 i32.add $push1=, $1, $pop28 - i32.store $drop=, 12($3), $pop1 + i32.store 12($3), $pop1 block block block @@ -60,7 +60,7 @@ f: # @f br_if 4, $pop14 # 4: down to label0 # BB#5: # %for.cond # in Loop: Header=BB0_2 Depth=1 - i32.store $drop=, 12($3), $1 + i32.store 12($3), $1 i32.const $push40=, 4 i32.add $1=, $1, $pop40 i32.const $push39=, 1 @@ -82,7 +82,7 @@ f: # @f i32.const $push26=, 0 i32.const $push24=, 16 i32.add $push25=, $3, $pop24 - i32.store $drop=, __stack_pointer($pop26), $pop25 + i32.store __stack_pointer($pop26), $pop25 return $1 .LBB0_9: # %if.then21 end_block # label1: @@ -110,61 +110,61 @@ main: # @main i32.const $push24=, 48 i32.sub $push43=, $pop23, $pop24 tee_local $push42=, $1=, $pop43 - i32.store $drop=, __stack_pointer($pop25), $pop42 + i32.store __stack_pointer($pop25), $pop42 i32.const $push0=, 30 - i32.store8 $drop=, 34($1), $pop0 + i32.store8 34($1), $pop0 i32.const $push1=, 11 - i32.store8 $drop=, 35($1), $pop1 + i32.store8 35($1), $pop1 i32.const $push2=, 12 - i32.store8 $drop=, 38($1), $pop2 + i32.store8 38($1), $pop2 i32.const $push3=, 5130 - i32.store16 $drop=, 32($1), $pop3 + i32.store16 32($1), $pop3 i32.const $push4=, 21 - i32.store8 $drop=, 36($1), $pop4 + i32.store8 36($1), $pop4 i32.const $push5=, 22 - i32.store8 $drop=, 39($1), $pop5 + i32.store8 39($1), $pop5 i32.const $push26=, 28 i32.add $push27=, $1, $pop26 i32.const $push6=, 2 i32.add $push7=, $pop27, $pop6 i32.load8_u $push8=, 34($1) - i32.store8 $drop=, 0($pop7), $pop8 + i32.store8 0($pop7), $pop8 i32.const $push9=, 31 - i32.store8 $drop=, 37($1), $pop9 + i32.store8 37($1), $pop9 i32.const $push10=, 40 i32.add $push41=, $1, $pop10 tee_local $push40=, $0=, $pop41 i32.const $push11=, 32 - i32.store8 $drop=, 0($pop40), $pop11 + i32.store8 0($pop40), $pop11 i32.const $push28=, 24 i32.add $push29=, $1, $pop28 i32.const $push39=, 2 i32.add $push12=, $pop29, $pop39 i32.load8_u $push13=, 37($1) - i32.store8 $drop=, 0($pop12), $pop13 + i32.store8 0($pop12), $pop13 i32.load16_u $push14=, 32($1) - i32.store16 $drop=, 28($1), $pop14 + i32.store16 28($1), $pop14 i32.load16_u $push15=, 35($1):p2align=0 - i32.store16 $drop=, 24($1), $pop15 + i32.store16 24($1), $pop15 i32.const $push30=, 20 i32.add $push31=, $1, $pop30 i32.const $push38=, 2 i32.add $push16=, $pop31, $pop38 i32.load8_u $push17=, 0($0) - i32.store8 $drop=, 0($pop16), $pop17 + i32.store8 0($pop16), $pop17 i32.load16_u $push18=, 38($1) - i32.store16 $drop=, 20($1), $pop18 + i32.store16 20($1), $pop18 i32.const $push19=, 123 - i32.store $drop=, 12($1), $pop19 + i32.store 12($1), $pop19 i32.const $push32=, 28 i32.add $push33=, $1, $pop32 - i32.store $drop=, 0($1), $pop33 + i32.store 0($1), $pop33 i32.const $push34=, 20 i32.add $push35=, $1, $pop34 - i32.store $drop=, 8($1), $pop35 + i32.store 8($1), $pop35 i32.const $push36=, 24 i32.add $push37=, $1, $pop36 - i32.store $drop=, 4($1), $pop37 + i32.store 4($1), $pop37 i32.const $push20=, 3 i32.call $drop=, f@FUNCTION, $pop20, $1 i32.const $push21=, 0 @@ -175,6 +175,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-13.c.s b/test/torture-s/931004-13.c.s index c20b8be22..00495f27d 100644 --- a/test/torture-s/931004-13.c.s +++ b/test/torture-s/931004-13.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-13.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-13.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -96,43 +96,43 @@ main: # @main i32.const $push23=, 32 i32.sub $push35=, $pop22, $pop23 tee_local $push34=, $0=, $pop35 - i32.store $drop=, __stack_pointer($pop24), $pop34 + i32.store __stack_pointer($pop24), $pop34 i32.const $push0=, 25 i32.add $push1=, $0, $pop0 i32.const $push2=, 22 - i32.store8 $drop=, 0($pop1), $pop2 + i32.store8 0($pop1), $pop2 i32.const $push3=, 12 - i32.store8 $drop=, 24($0), $pop3 + i32.store8 24($0), $pop3 i32.const $push4=, 5130 - i32.store16 $drop=, 16($0), $pop4 + i32.store16 16($0), $pop4 i32.const $push5=, 21 - i32.store8 $drop=, 21($0), $pop5 + i32.store8 21($0), $pop5 i32.const $push6=, 30 - i32.store8 $drop=, 18($0), $pop6 + i32.store8 18($0), $pop6 i32.const $push7=, 11 - i32.store8 $drop=, 20($0), $pop7 + i32.store8 20($0), $pop7 i32.const $push8=, 31 - i32.store8 $drop=, 22($0), $pop8 + i32.store8 22($0), $pop8 i32.const $push9=, 26 i32.add $push10=, $0, $pop9 i32.const $push11=, 32 - i32.store8 $drop=, 0($pop10), $pop11 + i32.store8 0($pop10), $pop11 i32.const $push12=, 40 - i32.store8 $drop=, 19($0), $pop12 + i32.store8 19($0), $pop12 i32.const $push13=, 41 - i32.store8 $drop=, 23($0), $pop13 + i32.store8 23($0), $pop13 i32.const $push25=, 16 i32.add $push26=, $0, $pop25 i32.const $push33=, 11 i32.add $push14=, $pop26, $pop33 i32.const $push15=, 42 - i32.store8 $drop=, 0($pop14), $pop15 + i32.store8 0($pop14), $pop15 i32.load $push16=, 16($0) - i32.store $drop=, 12($0), $pop16 + i32.store 12($0), $pop16 i32.load $push17=, 20($0) - i32.store $drop=, 8($0), $pop17 + i32.store 8($0), $pop17 i32.load $push18=, 24($0) - i32.store $drop=, 4($0), $pop18 + i32.store 4($0), $pop18 i32.const $push27=, 12 i32.add $push28=, $0, $pop27 i32.const $push29=, 8 @@ -149,6 +149,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-14.c.s b/test/torture-s/931004-14.c.s index 63d3dd67c..33d169ba7 100644 --- a/test/torture-s/931004-14.c.s +++ b/test/torture-s/931004-14.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-14.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-14.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push26=, 16 i32.sub $push34=, $pop25, $pop26 tee_local $push33=, $3=, $pop34 - i32.store $drop=, __stack_pointer($pop27), $pop33 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop27), $pop33 + i32.store 12($3), $1 i32.const $push32=, 4 i32.add $push2=, $1, $pop32 - i32.store $drop=, 12($3), $pop2 + i32.store 12($3), $pop2 block block block @@ -69,7 +69,7 @@ f: # @f br_if 4, $pop18 # 4: down to label0 # BB#6: # %for.cond # in Loop: Header=BB0_2 Depth=1 - i32.store $drop=, 12($3), $1 + i32.store 12($3), $1 i32.const $push46=, 4 i32.add $1=, $1, $pop46 i32.const $push45=, 1 @@ -91,7 +91,7 @@ f: # @f i32.const $push30=, 0 i32.const $push28=, 16 i32.add $push29=, $3, $pop28 - i32.store $drop=, __stack_pointer($pop30), $pop29 + i32.store __stack_pointer($pop30), $pop29 return $1 .LBB0_10: # %if.then27 end_block # label1: @@ -119,54 +119,54 @@ main: # @main i32.const $push24=, 48 i32.sub $push36=, $pop23, $pop24 tee_local $push35=, $0=, $pop36 - i32.store $drop=, __stack_pointer($pop25), $pop35 + i32.store __stack_pointer($pop25), $pop35 i32.const $push0=, 41 i32.add $push1=, $0, $pop0 i32.const $push2=, 22 - i32.store8 $drop=, 0($pop1), $pop2 + i32.store8 0($pop1), $pop2 i32.const $push3=, 12 - i32.store8 $drop=, 40($0), $pop3 + i32.store8 40($0), $pop3 i32.const $push4=, 5130 - i32.store16 $drop=, 32($0), $pop4 + i32.store16 32($0), $pop4 i32.const $push5=, 21 - i32.store8 $drop=, 37($0), $pop5 + i32.store8 37($0), $pop5 i32.const $push6=, 30 - i32.store8 $drop=, 34($0), $pop6 + i32.store8 34($0), $pop6 i32.const $push7=, 11 - i32.store8 $drop=, 36($0), $pop7 + i32.store8 36($0), $pop7 i32.const $push8=, 31 - i32.store8 $drop=, 38($0), $pop8 + i32.store8 38($0), $pop8 i32.const $push9=, 42 i32.add $push10=, $0, $pop9 i32.const $push11=, 32 - i32.store8 $drop=, 0($pop10), $pop11 + i32.store8 0($pop10), $pop11 i32.const $push12=, 40 - i32.store8 $drop=, 35($0), $pop12 + i32.store8 35($0), $pop12 i32.const $push13=, 41 - i32.store8 $drop=, 39($0), $pop13 + i32.store8 39($0), $pop13 i32.const $push26=, 32 i32.add $push27=, $0, $pop26 i32.const $push34=, 11 i32.add $push14=, $pop27, $pop34 i32.const $push15=, 42 - i32.store8 $drop=, 0($pop14), $pop15 + i32.store8 0($pop14), $pop15 i32.load $push16=, 32($0) - i32.store $drop=, 28($0), $pop16 + i32.store 28($0), $pop16 i32.load $push17=, 36($0) - i32.store $drop=, 24($0), $pop17 + i32.store 24($0), $pop17 i32.load $push18=, 40($0) - i32.store $drop=, 20($0), $pop18 + i32.store 20($0), $pop18 i32.const $push19=, 123 - i32.store $drop=, 12($0), $pop19 + i32.store 12($0), $pop19 i32.const $push28=, 20 i32.add $push29=, $0, $pop28 - i32.store $drop=, 8($0), $pop29 + i32.store 8($0), $pop29 i32.const $push30=, 24 i32.add $push31=, $0, $pop30 - i32.store $drop=, 4($0), $pop31 + i32.store 4($0), $pop31 i32.const $push32=, 28 i32.add $push33=, $0, $pop32 - i32.store $drop=, 0($0), $pop33 + i32.store 0($0), $pop33 i32.const $push20=, 3 i32.call $drop=, f@FUNCTION, $pop20, $0 i32.const $push21=, 0 @@ -177,6 +177,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-2.c.s b/test/torture-s/931004-2.c.s index f7f391bc7..7c4dbc795 100644 --- a/test/torture-s/931004-2.c.s +++ b/test/torture-s/931004-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push12=, 16 i32.sub $push20=, $pop11, $pop12 tee_local $push19=, $5=, $pop20 - i32.store $drop=, __stack_pointer($pop13), $pop19 - i32.store $drop=, 12($5), $1 + i32.store __stack_pointer($pop13), $pop19 + i32.store 12($5), $1 i32.const $push18=, 4 i32.add $push2=, $1, $pop18 - i32.store $drop=, 12($5), $pop2 + i32.store 12($5), $pop2 i32.load $4=, 0($1) block block @@ -38,7 +38,7 @@ f: # @f br_if 3, $pop5 # 3: down to label1 # BB#3: # %for.cond # in Loop: Header=BB0_2 Depth=1 - i32.store $drop=, 12($5), $3 + i32.store 12($5), $3 i32.const $push24=, -9 i32.add $2=, $1, $pop24 i32.const $push23=, -4 @@ -62,7 +62,7 @@ f: # @f i32.const $push16=, 0 i32.const $push14=, 16 i32.add $push15=, $5, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 return $1 .LBB0_6: # %if.then end_block # label1: @@ -90,11 +90,11 @@ main: # @main i32.const $push6=, 16 i32.sub $push9=, $pop5, $pop6 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop7), $pop8 + i32.store __stack_pointer($pop7), $pop8 i64.const $push0=, 528280977420 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i64.const $push1=, 47244640266 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push2=, 3 i32.call $drop=, f@FUNCTION, $pop2, $0 i32.const $push3=, 0 @@ -105,6 +105,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-3.c.s b/test/torture-s/931004-3.c.s index 905671d1a..038dc6420 100644 --- a/test/torture-s/931004-3.c.s +++ b/test/torture-s/931004-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -55,6 +55,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-4.c.s b/test/torture-s/931004-4.c.s index 343d65dbe..5e86a28ce 100644 --- a/test/torture-s/931004-4.c.s +++ b/test/torture-s/931004-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-4.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push12=, 16 i32.sub $push20=, $pop11, $pop12 tee_local $push19=, $4=, $pop20 - i32.store $drop=, __stack_pointer($pop13), $pop19 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop13), $pop19 + i32.store 12($4), $1 i32.const $push18=, 4 i32.add $push1=, $1, $pop18 - i32.store $drop=, 12($4), $pop1 + i32.store 12($4), $pop1 block block block @@ -38,7 +38,7 @@ f: # @f # in Loop: Header=BB0_2 Depth=1 i32.const $push24=, 8 i32.add $push5=, $1, $pop24 - i32.store $drop=, 12($4), $pop5 + i32.store 12($4), $pop5 i32.const $push23=, 4 i32.add $1=, $1, $pop23 i32.const $push22=, -9 @@ -59,7 +59,7 @@ f: # @f i32.const $push16=, 0 i32.const $push14=, 16 i32.add $push15=, $4, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 return $1 .LBB0_6: # %if.then end_block # label1: @@ -87,11 +87,11 @@ main: # @main i32.const $push6=, 16 i32.sub $push9=, $pop5, $pop6 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop7), $pop8 + i32.store __stack_pointer($pop7), $pop8 i64.const $push0=, 528280977420 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i64.const $push1=, 47244640266 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push2=, 3 i32.call $drop=, f@FUNCTION, $pop2, $0 i32.const $push3=, 0 @@ -102,6 +102,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-5.c.s b/test/torture-s/931004-5.c.s index c578d34fd..909d14f5c 100644 --- a/test/torture-s/931004-5.c.s +++ b/test/torture-s/931004-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-5.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -66,21 +66,21 @@ main: # @main i32.const $push11=, 32 i32.sub $push20=, $pop10, $pop11 tee_local $push19=, $0=, $pop20 - i32.store $drop=, __stack_pointer($pop12), $pop19 + i32.store __stack_pointer($pop12), $pop19 i32.const $push0=, 1310730 - i32.store $drop=, 16($0), $pop0 + i32.store 16($0), $pop0 i32.const $push1=, 21 - i32.store16 $drop=, 22($0), $pop1 + i32.store16 22($0), $pop1 i32.const $push2=, 11 - i32.store16 $drop=, 20($0), $pop2 + i32.store16 20($0), $pop2 i32.const $push3=, 1441804 - i32.store $drop=, 24($0), $pop3 + i32.store 24($0), $pop3 i32.load $push4=, 16($0) - i32.store $drop=, 12($0), $pop4 + i32.store 12($0), $pop4 i32.load $push5=, 20($0) - i32.store $drop=, 8($0), $pop5 + i32.store 8($0), $pop5 i32.load $push6=, 24($0) - i32.store $drop=, 4($0), $pop6 + i32.store 4($0), $pop6 i32.const $push13=, 12 i32.add $push14=, $0, $pop13 i32.const $push15=, 8 @@ -97,6 +97,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-6.c.s b/test/torture-s/931004-6.c.s index 6d2a4c19a..677f01113 100644 --- a/test/torture-s/931004-6.c.s +++ b/test/torture-s/931004-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-6.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push16=, 16 i32.sub $push24=, $pop15, $pop16 tee_local $push23=, $4=, $pop24 - i32.store $drop=, __stack_pointer($pop17), $pop23 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop17), $pop23 + i32.store 12($4), $1 i32.const $push22=, 4 i32.add $push1=, $1, $pop22 - i32.store $drop=, 12($4), $pop1 + i32.store 12($4), $pop1 block block block @@ -47,7 +47,7 @@ f: # @f # in Loop: Header=BB0_2 Depth=1 i32.const $push30=, 8 i32.add $push9=, $1, $pop30 - i32.store $drop=, 12($4), $pop9 + i32.store 12($4), $pop9 i32.const $push29=, 4 i32.add $1=, $1, $pop29 i32.const $push28=, -9 @@ -68,7 +68,7 @@ f: # @f i32.const $push20=, 0 i32.const $push18=, 16 i32.add $push19=, $4, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 return $1 .LBB0_7: # %if.then8 end_block # label1: @@ -96,32 +96,32 @@ main: # @main i32.const $push12=, 48 i32.sub $push21=, $pop11, $pop12 tee_local $push20=, $0=, $pop21 - i32.store $drop=, __stack_pointer($pop13), $pop20 + i32.store __stack_pointer($pop13), $pop20 i32.const $push0=, 1310730 - i32.store $drop=, 32($0), $pop0 + i32.store 32($0), $pop0 i32.const $push1=, 21 - i32.store16 $drop=, 38($0), $pop1 + i32.store16 38($0), $pop1 i32.const $push2=, 11 - i32.store16 $drop=, 36($0), $pop2 + i32.store16 36($0), $pop2 i32.const $push3=, 1441804 - i32.store $drop=, 40($0), $pop3 + i32.store 40($0), $pop3 i32.load $push4=, 32($0) - i32.store $drop=, 28($0), $pop4 + i32.store 28($0), $pop4 i32.load $push5=, 36($0) - i32.store $drop=, 24($0), $pop5 + i32.store 24($0), $pop5 i32.load $push6=, 40($0) - i32.store $drop=, 20($0), $pop6 + i32.store 20($0), $pop6 i32.const $push7=, 123 - i32.store $drop=, 12($0), $pop7 + i32.store 12($0), $pop7 i32.const $push14=, 28 i32.add $push15=, $0, $pop14 - i32.store $drop=, 0($0), $pop15 + i32.store 0($0), $pop15 i32.const $push16=, 20 i32.add $push17=, $0, $pop16 - i32.store $drop=, 8($0), $pop17 + i32.store 8($0), $pop17 i32.const $push18=, 24 i32.add $push19=, $0, $pop18 - i32.store $drop=, 4($0), $pop19 + i32.store 4($0), $pop19 i32.const $push8=, 3 i32.call $drop=, f@FUNCTION, $pop8, $0 i32.const $push9=, 0 @@ -132,6 +132,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-7.c.s b/test/torture-s/931004-7.c.s index ec2a534ba..d9bb20b94 100644 --- a/test/torture-s/931004-7.c.s +++ b/test/torture-s/931004-7.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-7.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-7.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -55,6 +55,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-8.c.s b/test/torture-s/931004-8.c.s index a2cb2a4cc..45dad1e6b 100644 --- a/test/torture-s/931004-8.c.s +++ b/test/torture-s/931004-8.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-8.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-8.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,11 +15,11 @@ f: # @f i32.const $push12=, 16 i32.sub $push20=, $pop11, $pop12 tee_local $push19=, $4=, $pop20 - i32.store $drop=, __stack_pointer($pop13), $pop19 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop13), $pop19 + i32.store 12($4), $1 i32.const $push18=, 4 i32.add $push1=, $1, $pop18 - i32.store $drop=, 12($4), $pop1 + i32.store 12($4), $pop1 block block block @@ -38,7 +38,7 @@ f: # @f # in Loop: Header=BB0_2 Depth=1 i32.const $push24=, 8 i32.add $push5=, $1, $pop24 - i32.store $drop=, 12($4), $pop5 + i32.store 12($4), $pop5 i32.const $push23=, 4 i32.add $1=, $1, $pop23 i32.const $push22=, -9 @@ -59,7 +59,7 @@ f: # @f i32.const $push16=, 0 i32.const $push14=, 16 i32.add $push15=, $4, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 return $1 .LBB0_6: # %if.then end_block # label1: @@ -87,11 +87,11 @@ main: # @main i32.const $push6=, 16 i32.sub $push9=, $pop5, $pop6 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop7), $pop8 + i32.store __stack_pointer($pop7), $pop8 i64.const $push0=, 528280977420 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i64.const $push1=, 47244640266 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push2=, 3 i32.call $drop=, f@FUNCTION, $pop2, $0 i32.const $push3=, 0 @@ -102,6 +102,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931004-9.c.s b/test/torture-s/931004-9.c.s index a78646309..5d393c9e2 100644 --- a/test/torture-s/931004-9.c.s +++ b/test/torture-s/931004-9.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-9.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931004-9.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -66,23 +66,23 @@ main: # @main i32.const $push12=, 16 i32.sub $push21=, $pop11, $pop12 tee_local $push20=, $0=, $pop21 - i32.store $drop=, __stack_pointer($pop13), $pop20 + i32.store __stack_pointer($pop13), $pop20 i32.const $push0=, 5130 - i32.store16 $drop=, 8($0), $pop0 + i32.store16 8($0), $pop0 i32.const $push1=, 21 - i32.store8 $drop=, 11($0), $pop1 + i32.store8 11($0), $pop1 i32.const $push2=, 22 - i32.store8 $drop=, 13($0), $pop2 + i32.store8 13($0), $pop2 i32.const $push3=, 11 - i32.store8 $drop=, 10($0), $pop3 + i32.store8 10($0), $pop3 i32.const $push4=, 12 - i32.store8 $drop=, 12($0), $pop4 + i32.store8 12($0), $pop4 i32.load16_u $push5=, 8($0) - i32.store16 $drop=, 6($0), $pop5 + i32.store16 6($0), $pop5 i32.load16_u $push6=, 10($0) - i32.store16 $drop=, 4($0), $pop6 + i32.store16 4($0), $pop6 i32.load16_u $push7=, 12($0) - i32.store16 $drop=, 2($0), $pop7 + i32.store16 2($0), $pop7 i32.const $push14=, 6 i32.add $push15=, $0, $pop14 i32.const $push16=, 4 @@ -99,6 +99,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/931005-1.c.s b/test/torture-s/931005-1.c.s index 55146e7ea..c04ec90c4 100644 --- a/test/torture-s/931005-1.c.s +++ b/test/torture-s/931005-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931005-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931005-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931009-1.c.s b/test/torture-s/931009-1.c.s index e82511375..8050425a2 100644 --- a/test/torture-s/931009-1.c.s +++ b/test/torture-s/931009-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931009-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931009-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -29,5 +29,5 @@ f: # @f .size f, .Lfunc_end1-f - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931012-1.c.s b/test/torture-s/931012-1.c.s index 924841f0b..b092a5a5b 100644 --- a/test/torture-s/931012-1.c.s +++ b/test/torture-s/931012-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931012-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931012-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931017-1.c.s b/test/torture-s/931017-1.c.s index c801e2c58..ee6729bee 100644 --- a/test/torture-s/931017-1.c.s +++ b/test/torture-s/931017-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931017-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931017-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -88,6 +88,6 @@ v: .size v, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/931018-1.c.s b/test/torture-s/931018-1.c.s index 99618ec39..0fa0faa48 100644 --- a/test/torture-s/931018-1.c.s +++ b/test/torture-s/931018-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931018-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931018-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -55,6 +55,6 @@ a: .size a, 16384 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/931031-1.c.s b/test/torture-s/931031-1.c.s index d947b4bde..e84d89ed4 100644 --- a/test/torture-s/931031-1.c.s +++ b/test/torture-s/931031-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931031-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931031-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -36,5 +36,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931102-1.c.s b/test/torture-s/931102-1.c.s index 2f2abbffe..c91a7be5f 100644 --- a/test/torture-s/931102-1.c.s +++ b/test/torture-s/931102-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931102-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931102-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -54,5 +54,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931102-2.c.s b/test/torture-s/931102-2.c.s index c30c5e483..b1c26cabd 100644 --- a/test/torture-s/931102-2.c.s +++ b/test/torture-s/931102-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931102-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931102-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -54,5 +54,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931110-1.c.s b/test/torture-s/931110-1.c.s index 15f063194..8bace9464 100644 --- a/test/torture-s/931110-1.c.s +++ b/test/torture-s/931110-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931110-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931110-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -12,61 +12,61 @@ main: # @main i32.load16_u $push1=, x+4($pop50) i32.const $push2=, 65528 i32.and $push3=, $pop1, $pop2 - i32.store16 $drop=, x+4($pop0), $pop3 + i32.store16 x+4($pop0), $pop3 i32.const $push49=, 0 i32.const $push48=, 0 i32.load16_u $push4=, x+6($pop48) i32.const $push47=, 65528 i32.and $push5=, $pop4, $pop47 - i32.store16 $drop=, x+6($pop49), $pop5 + i32.store16 x+6($pop49), $pop5 i32.const $push46=, 0 i32.const $push45=, 0 i32.load16_u $push6=, x+8($pop45) i32.const $push44=, 65528 i32.and $push7=, $pop6, $pop44 - i32.store16 $drop=, x+8($pop46), $pop7 + i32.store16 x+8($pop46), $pop7 i32.const $push43=, 0 i32.const $push42=, 0 i32.load16_u $push8=, x+10($pop42) i32.const $push41=, 65528 i32.and $push9=, $pop8, $pop41 - i32.store16 $drop=, x+10($pop43), $pop9 + i32.store16 x+10($pop43), $pop9 i32.const $push40=, 0 i32.const $push39=, 0 i32.load16_u $push10=, x+12($pop39) i32.const $push38=, 65528 i32.and $push11=, $pop10, $pop38 - i32.store16 $drop=, x+12($pop40), $pop11 + i32.store16 x+12($pop40), $pop11 i32.const $push37=, 0 i32.const $push36=, 0 i32.load16_u $push12=, x+14($pop36) i32.const $push35=, 65528 i32.and $push13=, $pop12, $pop35 - i32.store16 $drop=, x+14($pop37), $pop13 + i32.store16 x+14($pop37), $pop13 i32.const $push34=, 0 i32.const $push33=, 0 i32.load16_u $push14=, x+16($pop33) i32.const $push32=, 65528 i32.and $push15=, $pop14, $pop32 - i32.store16 $drop=, x+16($pop34), $pop15 + i32.store16 x+16($pop34), $pop15 i32.const $push31=, 0 i32.const $push30=, 0 i32.load16_u $push16=, x+18($pop30) i32.const $push29=, 65528 i32.and $push17=, $pop16, $pop29 - i32.store16 $drop=, x+18($pop31), $pop17 + i32.store16 x+18($pop31), $pop17 i32.const $push28=, 0 i32.const $push27=, 0 i32.load16_u $push18=, x+20($pop27) i32.const $push26=, 65528 i32.and $push19=, $pop18, $pop26 - i32.store16 $drop=, x+20($pop28), $pop19 + i32.store16 x+20($pop28), $pop19 i32.const $push25=, 0 i32.const $push24=, 0 i32.load16_u $push20=, x+22($pop24) i32.const $push23=, 65528 i32.and $push21=, $pop20, $pop23 - i32.store16 $drop=, x+22($pop25), $pop21 + i32.store16 x+22($pop25), $pop21 i32.const $push22=, 0 call exit@FUNCTION, $pop22 unreachable @@ -84,5 +84,5 @@ x: .size x, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931110-2.c.s b/test/torture-s/931110-2.c.s index 5cbbdc95b..df1ff7522 100644 --- a/test/torture-s/931110-2.c.s +++ b/test/torture-s/931110-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931110-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931110-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931208-1.c.s b/test/torture-s/931208-1.c.s index 98b03d707..a9f1c3432 100644 --- a/test/torture-s/931208-1.c.s +++ b/test/torture-s/931208-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931208-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931208-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/931228-1.c.s b/test/torture-s/931228-1.c.s index 95d638d45..8746d2702 100644 --- a/test/torture-s/931228-1.c.s +++ b/test/torture-s/931228-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931228-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/931228-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/940115-1.c.s b/test/torture-s/940115-1.c.s index a31422c79..71c5e2f5e 100644 --- a/test/torture-s/940115-1.c.s +++ b/test/torture-s/940115-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/940115-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/940115-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/940122-1.c.s b/test/torture-s/940122-1.c.s index 9a7ea7ed5..d7dace298 100644 --- a/test/torture-s/940122-1.c.s +++ b/test/torture-s/940122-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/940122-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/940122-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -95,6 +95,6 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/941014-1.c.s b/test/torture-s/941014-1.c.s index 0926da995..3c35a29df 100644 --- a/test/torture-s/941014-1.c.s +++ b/test/torture-s/941014-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941014-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941014-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941014-2.c.s b/test/torture-s/941014-2.c.s index 193fb37c2..dbf482c25 100644 --- a/test/torture-s/941014-2.c.s +++ b/test/torture-s/941014-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941014-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941014-2.c" .section .text.a1,"ax",@progbits .hidden a1 .globl a1 @@ -26,7 +26,7 @@ f: # @f i32.const $push9=, 16 i32.sub $push17=, $pop8, $pop9 tee_local $push16=, $1=, $pop17 - i32.store $drop=, __stack_pointer($pop10), $pop16 + i32.store __stack_pointer($pop10), $pop16 block i32.const $push0=, 4 i32.call $push15=, malloc@FUNCTION, $pop0 @@ -37,17 +37,17 @@ f: # @f br_if 0, $pop3 # 0: down to label0 # BB#1: # %if.then i32.load16_u $push4=, 0($0) - i32.store $drop=, 0($1), $pop4 + i32.store 0($1), $pop4 i32.const $push5=, .L.str i32.call $drop=, printf@FUNCTION, $pop5, $1 .LBB1_2: # %if.end end_block # label0: i32.const $push6=, 256 - i32.store16 $drop=, 2($0), $pop6 + i32.store16 2($0), $pop6 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $1, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 copy_local $push18=, $0 # fallthrough-return: $pop18 .endfunc @@ -68,7 +68,7 @@ main: # @main i32.const $push12=, 16 i32.sub $push17=, $pop11, $pop12 tee_local $push16=, $1=, $pop17 - i32.store $drop=, __stack_pointer($pop13), $pop16 + i32.store __stack_pointer($pop13), $pop16 block i32.const $push0=, 4 i32.call $push15=, malloc@FUNCTION, $pop0 @@ -79,13 +79,13 @@ main: # @main br_if 0, $pop3 # 0: down to label1 # BB#1: # %if.then.i i32.load16_u $push4=, 0($0) - i32.store $drop=, 0($1), $pop4 + i32.store 0($1), $pop4 i32.const $push5=, .L.str i32.call $drop=, printf@FUNCTION, $pop5, $1 .LBB2_2: # %f.exit end_block # label1: i32.const $push6=, 256 - i32.store16 $drop=, 2($0), $pop6 + i32.store16 2($0), $pop6 block i32.load16_u $push7=, 2($0) i32.const $push18=, 256 @@ -110,7 +110,7 @@ main: # @main .size .L.str, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype printf, i32, i32 .functype abort, void diff --git a/test/torture-s/941015-1.c.s b/test/torture-s/941015-1.c.s index 9e183564f..1629f925b 100644 --- a/test/torture-s/941015-1.c.s +++ b/test/torture-s/941015-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941015-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941015-1.c" .section .text.foo1,"ax",@progbits .hidden foo1 .globl foo1 @@ -51,5 +51,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941021-1.c.s b/test/torture-s/941021-1.c.s index daae1a7ef..9a810e53b 100644 --- a/test/torture-s/941021-1.c.s +++ b/test/torture-s/941021-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941021-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941021-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -10,7 +10,7 @@ f: # @f # BB#0: # %entry i32.const $push0=, glob_dbl i32.select $push1=, $0, $pop0, $0 - f64.store $drop=, 0($pop1), $1 + f64.store 0($pop1), $1 copy_local $push2=, $0 # fallthrough-return: $pop2 .endfunc @@ -26,7 +26,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i64.const $push0=, 4632951452917877965 - i64.store $drop=, glob_dbl($pop1), $pop0 + i64.store glob_dbl($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -44,5 +44,5 @@ glob_dbl: .size glob_dbl, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941025-1.c.s b/test/torture-s/941025-1.c.s index b8b54f3b7..79bab10de 100644 --- a/test/torture-s/941025-1.c.s +++ b/test/torture-s/941025-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941025-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941025-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941031-1.c.s b/test/torture-s/941031-1.c.s index f8dac7c19..1dceb767a 100644 --- a/test/torture-s/941031-1.c.s +++ b/test/torture-s/941031-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941031-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941031-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -34,5 +34,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941101-1.c.s b/test/torture-s/941101-1.c.s index ca3adee01..3746566e9 100644 --- a/test/torture-s/941101-1.c.s +++ b/test/torture-s/941101-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941101-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941101-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941110-1.c.s b/test/torture-s/941110-1.c.s index a97790e8e..b7e9cefd0 100644 --- a/test/torture-s/941110-1.c.s +++ b/test/torture-s/941110-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941110-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941110-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/941202-1.c.s b/test/torture-s/941202-1.c.s index 0d454eae4..19713d1b6 100644 --- a/test/torture-s/941202-1.c.s +++ b/test/torture-s/941202-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941202-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/941202-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -37,6 +37,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/950221-1.c.s b/test/torture-s/950221-1.c.s index 4e021b1ff..692a0486c 100644 --- a/test/torture-s/950221-1.c.s +++ b/test/torture-s/950221-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950221-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950221-1.c" .section .text.g1,"ax",@progbits .hidden g1 .globl g1 @@ -77,11 +77,11 @@ main: # @main # BB#0: # %alabel.i i32.const $push0=, 0 i32.const $push5=, 0 - i32.store $drop=, el($pop0), $pop5 + i32.store el($pop0), $pop5 i32.const $push4=, 0 i32.load $push1=, parsefile($pop4) i32.const $push2=, -559038737 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push3=, -559038737 i32.call $drop=, g2@FUNCTION, $pop3 unreachable @@ -126,6 +126,6 @@ filler: .size filler, 522240 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/950322-1.c.s b/test/torture-s/950322-1.c.s index 2e4713e72..914a9a701 100644 --- a/test/torture-s/950322-1.c.s +++ b/test/torture-s/950322-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950322-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950322-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950426-1.c.s b/test/torture-s/950426-1.c.s index 5de6b1f52..69eeca02a 100644 --- a/test/torture-s/950426-1.c.s +++ b/test/torture-s/950426-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950426-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950426-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,16 +9,16 @@ main: # @main # BB#0: # %if.then i32.const $push1=, 0 i32.const $push0=, s1 - i32.store $drop=, p1($pop1), $pop0 + i32.store p1($pop1), $pop0 i32.const $push8=, 0 i32.const $push2=, -1 - i32.store $drop=, s1($pop8), $pop2 + i32.store s1($pop8), $pop2 i32.const $push7=, 0 i32.const $push3=, 3 - i32.store $drop=, i($pop7), $pop3 + i32.store i($pop7), $pop3 i32.const $push6=, 0 i32.const $push4=, .L.str.1+1 - i32.store $drop=, s1+16($pop6), $pop4 + i32.store s1+16($pop6), $pop4 i32.const $push5=, 0 call exit@FUNCTION, $pop5 unreachable @@ -89,5 +89,5 @@ i: .size .L.str.1, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950426-2.c.s b/test/torture-s/950426-2.c.s index 3ee33e32f..ef6ef5292 100644 --- a/test/torture-s/950426-2.c.s +++ b/test/torture-s/950426-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950426-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950426-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950503-1.c.s b/test/torture-s/950503-1.c.s index c99a5330e..a85488a8b 100644 --- a/test/torture-s/950503-1.c.s +++ b/test/torture-s/950503-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950503-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950503-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950511-1.c.s b/test/torture-s/950511-1.c.s index cc556d0e7..69ffce4f3 100644 --- a/test/torture-s/950511-1.c.s +++ b/test/torture-s/950511-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950511-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950511-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950512-1.c.s b/test/torture-s/950512-1.c.s index 88dd551e0..dfd6b806d 100644 --- a/test/torture-s/950512-1.c.s +++ b/test/torture-s/950512-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950512-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950512-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -47,5 +47,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950605-1.c.s b/test/torture-s/950605-1.c.s index de839200d..4a69e436f 100644 --- a/test/torture-s/950605-1.c.s +++ b/test/torture-s/950605-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950605-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950605-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -39,6 +39,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/950607-1.c.s b/test/torture-s/950607-1.c.s index f7682ac0f..ada62c84f 100644 --- a/test/torture-s/950607-1.c.s +++ b/test/torture-s/950607-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950607-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950607-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950607-2.c.s b/test/torture-s/950607-2.c.s index 0821f4433..6b8e60bce 100644 --- a/test/torture-s/950607-2.c.s +++ b/test/torture-s/950607-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950607-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950607-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -58,5 +58,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950612-1.c.s b/test/torture-s/950612-1.c.s index 554862d04..c3abb0e44 100644 --- a/test/torture-s/950612-1.c.s +++ b/test/torture-s/950612-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950612-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950612-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -91,5 +91,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950621-1.c.s b/test/torture-s/950621-1.c.s index 757c53acf..5ad4fc49a 100644 --- a/test/torture-s/950621-1.c.s +++ b/test/torture-s/950621-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950621-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950621-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950628-1.c.s b/test/torture-s/950628-1.c.s index 71790c5a7..8d2aa07fd 100644 --- a/test/torture-s/950628-1.c.s +++ b/test/torture-s/950628-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950628-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950628-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -8,11 +8,11 @@ g: # @g .param i32 # BB#0: # %entry i32.const $push0=, 3 - i32.store8 $drop=, 2($0), $pop0 + i32.store8 2($0), $pop0 i32.const $push1=, 513 - i32.store16 $drop=, 0($0), $pop1 + i32.store16 0($0), $pop1 i32.const $push2=, 4 - i32.store16 $drop=, 4($0), $pop2 + i32.store16 4($0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -26,11 +26,11 @@ f: # @f .param i32 # BB#0: # %entry i32.const $push0=, 3 - i32.store8 $drop=, 2($0), $pop0 + i32.store8 2($0), $pop0 i32.const $push1=, 513 - i32.store16 $drop=, 0($0), $pop1 + i32.store16 0($0), $pop1 i32.const $push2=, 4 - i32.store16 $drop=, 4($0), $pop2 + i32.store16 4($0), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -51,5 +51,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950704-1.c.s b/test/torture-s/950704-1.c.s index c2f8ac67d..daf3806d0 100644 --- a/test/torture-s/950704-1.c.s +++ b/test/torture-s/950704-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950704-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950704-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -11,7 +11,7 @@ f: # @f # BB#0: # %entry i32.const $push0=, 0 i32.const $push11=, 0 - i32.store $drop=, errflag($pop0), $pop11 + i32.store errflag($pop0), $pop11 i64.add $2=, $1, $0 block block @@ -41,7 +41,7 @@ f: # @f end_block # label1: i32.const $push9=, 0 i32.const $push8=, 1 - i32.store $drop=, errflag($pop9), $pop8 + i32.store errflag($pop9), $pop8 i64.const $2=, 0 .LBB0_6: # %cleanup end_block # label0: @@ -60,7 +60,7 @@ main: # @main # BB#0: # %if.end28 i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, errflag($pop0), $pop2 + i32.store errflag($pop0), $pop2 i32.const $push1=, 0 call exit@FUNCTION, $pop1 unreachable @@ -78,5 +78,5 @@ errflag: .size errflag, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950706-1.c.s b/test/torture-s/950706-1.c.s index 258d9ef89..5fddfb21c 100644 --- a/test/torture-s/950706-1.c.s +++ b/test/torture-s/950706-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950706-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950706-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950710-1.c.s b/test/torture-s/950710-1.c.s index c451f96ce..4eb68e3b8 100644 --- a/test/torture-s/950710-1.c.s +++ b/test/torture-s/950710-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950710-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950710-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -26,7 +26,7 @@ main: # @main i32.const $push8=, 32 i32.sub $push17=, $pop7, $pop8 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop9), $pop16 + i32.store __stack_pointer($pop9), $pop16 block i32.const $push10=, 16 i32.add $push11=, $0, $pop10 @@ -53,6 +53,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/950714-1.c.s b/test/torture-s/950714-1.c.s index 39f3cf747..b95ac5c3e 100644 --- a/test/torture-s/950714-1.c.s +++ b/test/torture-s/950714-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950714-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950714-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -110,6 +110,6 @@ array: .size array, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/950809-1.c.s b/test/torture-s/950809-1.c.s index 6f90b8f21..2af2ef128 100644 --- a/test/torture-s/950809-1.c.s +++ b/test/torture-s/950809-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950809-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950809-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -18,13 +18,13 @@ f: # @f tee_local $push2=, $4=, $pop3 i32.load $5=, 8($pop2) i32.load $push1=, 0($4) - i32.store $drop=, 8($4), $pop1 - i32.store $drop=, 0($4), $2 + i32.store 8($4), $pop1 + i32.store 0($4), $2 i32.load $2=, 4($4) - i32.store $drop=, 12($0), $5 - i32.store $drop=, 0($1), $3 - i32.store $drop=, 4($0), $2 - i32.store $drop=, 0($0), $4 + i32.store 12($0), $5 + i32.store 0($1), $3 + i32.store 4($0), $2 + i32.store 0($0), $4 copy_local $push6=, $0 # fallthrough-return: $pop6 .endfunc @@ -43,10 +43,10 @@ main: # @main i32.const $push6=, 0 i32.load $push5=, main.sc($pop6) tee_local $push4=, $0=, $pop5 - i32.store $drop=, main.sc+8($pop7), $pop4 + i32.store main.sc+8($pop7), $pop4 i32.const $push3=, 0 i32.const $push0=, 11 - i32.store $drop=, main.sc($pop3), $pop0 + i32.store main.sc($pop3), $pop0 block i32.const $push1=, 2 i32.ne $push2=, $0, $pop1 @@ -73,6 +73,6 @@ main.sc: .size main.sc, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/950906-1.c.s b/test/torture-s/950906-1.c.s index 8b8130311..be57c48f5 100644 --- a/test/torture-s/950906-1.c.s +++ b/test/torture-s/950906-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950906-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950906-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/950915-1.c.s b/test/torture-s/950915-1.c.s index a0dcf664f..aa42d4af3 100644 --- a/test/torture-s/950915-1.c.s +++ b/test/torture-s/950915-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950915-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950915-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -70,6 +70,6 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/950929-1.c.s b/test/torture-s/950929-1.c.s index e7767da82..5a23d3709 100644 --- a/test/torture-s/950929-1.c.s +++ b/test/torture-s/950929-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950929-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/950929-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/951003-1.c.s b/test/torture-s/951003-1.c.s index de1a9b54c..3d9b0853d 100644 --- a/test/torture-s/951003-1.c.s +++ b/test/torture-s/951003-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/951003-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/951003-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -42,5 +42,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/951115-1.c.s b/test/torture-s/951115-1.c.s index 887600b1b..3bb7dfba7 100644 --- a/test/torture-s/951115-1.c.s +++ b/test/torture-s/951115-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/951115-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/951115-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -10,7 +10,7 @@ g: # @g # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, var($pop1), $pop0 + i32.store var($pop1), $pop0 copy_local $push2=, $0 # fallthrough-return: $pop2 .endfunc @@ -27,7 +27,7 @@ f: # @f # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, var($pop1), $pop0 + i32.store var($pop1), $pop0 copy_local $push2=, $0 # fallthrough-return: $pop2 .endfunc @@ -43,7 +43,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, var($pop1), $pop0 + i32.store var($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -61,5 +61,5 @@ var: .size var, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/951204-1.c.s b/test/torture-s/951204-1.c.s index 883dbf098..ac67a4a31 100644 --- a/test/torture-s/951204-1.c.s +++ b/test/torture-s/951204-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/951204-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/951204-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,7 +9,7 @@ f: # @f .result i32 # BB#0: # %entry i32.const $push0=, 120 - i32.store8 $drop=, 0($0), $pop0 + i32.store8 0($0), $pop0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960116-1.c.s b/test/torture-s/960116-1.c.s index 14755d214..a95bfed9a 100644 --- a/test/torture-s/960116-1.c.s +++ b/test/torture-s/960116-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960116-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960116-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960117-1.c.s b/test/torture-s/960117-1.c.s index a1b098ea6..02de3454e 100644 --- a/test/torture-s/960117-1.c.s +++ b/test/torture-s/960117-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960117-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960117-1.c" .section .text.get_id,"ax",@progbits .hidden get_id .globl get_id @@ -10,7 +10,7 @@ get_id: # @get_id # BB#0: # %entry i32.const $push0=, 0 i32.load $push1=, curval+2($pop0):p2align=1 - i32.store8 $drop=, 0($pop1), $0 + i32.store8 0($pop1), $0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -26,13 +26,13 @@ get_tok: # @get_tok # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, id_space - i32.store $drop=, curval+2($pop1):p2align=1, $pop0 + i32.store curval+2($pop1):p2align=1, $pop0 i32.const $push6=, 0 i32.const $push2=, 99 - i32.store8 $drop=, id_space($pop6), $pop2 + i32.store8 id_space($pop6), $pop2 i32.const $push5=, 0 i32.const $push4=, 0 - i32.store16 $drop=, curval($pop5), $pop4 + i32.store16 curval($pop5), $pop4 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -71,5 +71,5 @@ id_space: .size id_space, 66 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960209-1.c.s b/test/torture-s/960209-1.c.s index 135a161bf..5a765ffa5 100644 --- a/test/torture-s/960209-1.c.s +++ b/test/torture-s/960209-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960209-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960209-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -21,7 +21,7 @@ f: # @f i32.and $push3=, $0, $pop2 i32.const $push4=, an_array i32.add $push5=, $pop3, $pop4 - i32.store $drop=, a_ptr($pop8), $pop5 + i32.store a_ptr($pop8), $pop5 .LBB0_2: # %cleanup end_block # label0: copy_local $push9=, $1 @@ -44,7 +44,7 @@ main: # @main # BB#1: # %if.end24.i i32.const $push3=, 0 i32.const $push1=, an_array+1 - i32.store $drop=, a_ptr($pop3), $pop1 + i32.store a_ptr($pop3), $pop1 .LBB1_2: # %if.end end_block # label1: i32.const $push4=, 0 @@ -81,5 +81,5 @@ a_ptr: .size a_ptr, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960215-1.c.s b/test/torture-s/960215-1.c.s index 80a60f39d..b0f94f618 100644 --- a/test/torture-s/960215-1.c.s +++ b/test/torture-s/960215-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960215-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960215-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push53=, 320 i32.sub $push218=, $pop52, $pop53 tee_local $push217=, $10=, $pop218 - i32.store $drop=, __stack_pointer($pop54), $pop217 + i32.store __stack_pointer($pop54), $pop217 i32.const $push55=, 304 i32.add $push56=, $10, $pop55 i32.const $push216=, 0 @@ -196,39 +196,39 @@ main: # @main i64.const $push30=, -4612248968380809216 call __addtf3@FUNCTION, $10, $pop32, $pop29, $pop31, $pop30 i32.const $push155=, 0 - i64.store $drop=, S+8($pop155), $0 + i64.store S+8($pop155), $0 i32.const $push154=, 0 - i64.store $drop=, S($pop154), $1 + i64.store S($pop154), $1 i32.const $push153=, 0 i32.const $push121=, 176 i32.add $push122=, $10, $pop121 i32.const $push152=, 8 i32.add $push33=, $pop122, $pop152 i64.load $push34=, 0($pop33) - i64.store $drop=, X+8($pop153), $pop34 + i64.store X+8($pop153), $pop34 i32.const $push151=, 0 i64.load $push35=, 176($10) - i64.store $drop=, X($pop151), $pop35 + i64.store X($pop151), $pop35 i32.const $push150=, 0 i32.const $push123=, 96 i32.add $push124=, $10, $pop123 i32.const $push149=, 8 i32.add $push36=, $pop124, $pop149 i64.load $push37=, 0($pop36) - i64.store $drop=, T+8($pop150), $pop37 + i64.store T+8($pop150), $pop37 i32.const $push148=, 0 i64.load $push38=, 96($10) - i64.store $drop=, T($pop148), $pop38 + i64.store T($pop148), $pop38 i32.const $push147=, 0 i32.const $push125=, 64 i32.add $push126=, $10, $pop125 i32.const $push146=, 8 i32.add $push39=, $pop126, $pop146 i64.load $push40=, 0($pop39) - i64.store $drop=, Y+8($pop147), $pop40 + i64.store Y+8($pop147), $pop40 i32.const $push145=, 0 i64.load $push41=, 64($10) - i64.store $drop=, Y($pop145), $pop41 + i64.store Y($pop145), $pop41 i32.const $push144=, 0 i32.const $push127=, 144 i32.add $push128=, $10, $pop127 @@ -236,29 +236,29 @@ main: # @main i32.add $push42=, $pop128, $pop143 i64.load $push142=, 0($pop42) tee_local $push141=, $1=, $pop142 - i64.store $drop=, Z+8($pop144), $pop141 + i64.store Z+8($pop144), $pop141 i32.const $push140=, 0 i64.load $push139=, 144($10) tee_local $push138=, $0=, $pop139 - i64.store $drop=, Z($pop140), $pop138 + i64.store Z($pop140), $pop138 i32.const $push137=, 0 i32.const $push129=, 32 i32.add $push130=, $10, $pop129 i32.const $push136=, 8 i32.add $push43=, $pop130, $pop136 i64.load $push44=, 0($pop43) - i64.store $drop=, R+8($pop137), $pop44 + i64.store R+8($pop137), $pop44 i32.const $push135=, 0 i64.load $push45=, 32($10) - i64.store $drop=, R($pop135), $pop45 + i64.store R($pop135), $pop45 i32.const $push134=, 0 i32.const $push133=, 8 i32.add $push46=, $10, $pop133 i64.load $push47=, 0($pop46) - i64.store $drop=, Y1+8($pop134), $pop47 + i64.store Y1+8($pop134), $pop47 i32.const $push132=, 0 i64.load $push48=, 0($10) - i64.store $drop=, Y1($pop132), $pop48 + i64.store Y1($pop132), $pop48 block i64.const $push131=, 0 i64.const $push49=, 4612108230892453888 @@ -378,6 +378,6 @@ S: .size S, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960218-1.c.s b/test/torture-s/960218-1.c.s index 4fa4e7970..bed7c5b06 100644 --- a/test/torture-s/960218-1.c.s +++ b/test/torture-s/960218-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960218-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960218-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -9,7 +9,7 @@ g: # @g .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, glob($pop0), $0 + i32.store glob($pop0), $0 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -32,7 +32,7 @@ f: # @f i32.const $push2=, 0 i32.const $push4=, -1 i32.xor $push1=, $0, $pop4 - i32.store $drop=, glob($pop2), $pop1 + i32.store glob($pop2), $pop1 .LBB1_2: # %while.end end_block # label0: copy_local $push5=, $0 @@ -50,7 +50,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, -4 - i32.store $drop=, glob($pop1), $pop0 + i32.store glob($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -68,5 +68,5 @@ glob: .size glob, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960219-1.c.s b/test/torture-s/960219-1.c.s index 5ea7ab47d..4395d3c6f 100644 --- a/test/torture-s/960219-1.c.s +++ b/test/torture-s/960219-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960219-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960219-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -35,6 +35,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960301-1.c.s b/test/torture-s/960301-1.c.s index 33a191649..08045c633 100644 --- a/test/torture-s/960301-1.c.s +++ b/test/torture-s/960301-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960301-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960301-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -15,14 +15,14 @@ bar: # @bar tee_local $push12=, $1=, $pop13 i32.const $push1=, 12 i32.shr_u $push2=, $pop12, $pop1 - i32.store $drop=, oldfoo($pop0), $pop2 + i32.store oldfoo($pop0), $pop2 i32.const $push11=, 0 i32.const $push4=, 4095 i32.and $push5=, $1, $pop4 i32.const $push10=, 12 i32.shl $push3=, $0, $pop10 i32.or $push6=, $pop5, $pop3 - i32.store16 $drop=, foo($pop11), $pop6 + i32.store16 foo($pop11), $pop6 i32.const $push8=, 1 i32.const $push7=, 2 i32.select $push9=, $pop8, $pop7, $0 @@ -45,13 +45,13 @@ main: # @main tee_local $push9=, $0=, $pop10 i32.const $push1=, 12 i32.shr_u $push2=, $pop9, $pop1 - i32.store $drop=, oldfoo($pop0), $pop2 + i32.store oldfoo($pop0), $pop2 i32.const $push8=, 0 i32.const $push3=, 4095 i32.and $push4=, $0, $pop3 i32.const $push5=, 4096 i32.or $push6=, $pop4, $pop5 - i32.store16 $drop=, foo($pop8), $pop6 + i32.store16 foo($pop8), $pop6 i32.const $push7=, 0 call exit@FUNCTION, $pop7 unreachable @@ -78,5 +78,5 @@ oldfoo: .size oldfoo, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960302-1.c.s b/test/torture-s/960302-1.c.s index e1dadd6ed..32d95373e 100644 --- a/test/torture-s/960302-1.c.s +++ b/test/torture-s/960302-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960302-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960302-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -62,6 +62,6 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960311-1.c.s b/test/torture-s/960311-1.c.s index b1b32ec7f..38f792776 100644 --- a/test/torture-s/960311-1.c.s +++ b/test/torture-s/960311-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960311-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960311-1.c" .section .text.a1,"ax",@progbits .hidden a1 .globl a1 @@ -11,7 +11,7 @@ a1: # @a1 i32.load $push1=, count($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -35,7 +35,7 @@ b: # @b i32.load $push3=, count($pop18) i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, count($pop2), $pop5 + i32.store count($pop2), $pop5 .LBB1_2: # %if.end end_block # label0: block @@ -49,7 +49,7 @@ b: # @b i32.load $push9=, count($pop19) i32.const $push10=, 1 i32.add $push11=, $pop9, $pop10 - i32.store $drop=, count($pop8), $pop11 + i32.store count($pop8), $pop11 .LBB1_4: # %if.end7 end_block # label1: block @@ -63,7 +63,7 @@ b: # @b i32.load $push15=, count($pop20) i32.const $push16=, 1 i32.add $push17=, $pop15, $pop16 - i32.store $drop=, count($pop14), $pop17 + i32.store count($pop14), $pop17 .LBB1_6: # %if.end15 end_block # label2: # fallthrough-return @@ -80,7 +80,7 @@ main: # @main # BB#0: # %if.end21 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, count($pop1), $pop0 + i32.store count($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -98,5 +98,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960311-2.c.s b/test/torture-s/960311-2.c.s index 48f49e1af..01242c3b8 100644 --- a/test/torture-s/960311-2.c.s +++ b/test/torture-s/960311-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960311-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960311-2.c" .section .text.a1,"ax",@progbits .hidden a1 .globl a1 @@ -11,7 +11,7 @@ a1: # @a1 i32.load $push1=, count($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -35,7 +35,7 @@ b: # @b i32.load $push3=, count($pop18) i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, count($pop2), $pop5 + i32.store count($pop2), $pop5 .LBB1_2: # %if.end end_block # label0: block @@ -49,7 +49,7 @@ b: # @b i32.load $push9=, count($pop19) i32.const $push10=, 1 i32.add $push11=, $pop9, $pop10 - i32.store $drop=, count($pop8), $pop11 + i32.store count($pop8), $pop11 .LBB1_4: # %if.end7 end_block # label1: block @@ -63,7 +63,7 @@ b: # @b i32.load $push15=, count($pop20) i32.const $push16=, 1 i32.add $push17=, $pop15, $pop16 - i32.store $drop=, count($pop14), $pop17 + i32.store count($pop14), $pop17 .LBB1_6: # %if.end15 end_block # label2: # fallthrough-return @@ -80,7 +80,7 @@ main: # @main # BB#0: # %if.end21 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, count($pop1), $pop0 + i32.store count($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -98,5 +98,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960311-3.c.s b/test/torture-s/960311-3.c.s index 1bac6c707..128de130b 100644 --- a/test/torture-s/960311-3.c.s +++ b/test/torture-s/960311-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960311-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960311-3.c" .section .text.a1,"ax",@progbits .hidden a1 .globl a1 @@ -11,7 +11,7 @@ a1: # @a1 i32.load $push1=, count($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -34,7 +34,7 @@ b: # @b i32.load $push3=, count($pop18) i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, count($pop2), $pop5 + i32.store count($pop2), $pop5 .LBB1_2: # %if.end end_block # label0: block @@ -48,7 +48,7 @@ b: # @b i32.load $push9=, count($pop19) i32.const $push10=, 1 i32.add $push11=, $pop9, $pop10 - i32.store $drop=, count($pop8), $pop11 + i32.store count($pop8), $pop11 .LBB1_4: # %if.end4 end_block # label1: block @@ -62,7 +62,7 @@ b: # @b i32.load $push15=, count($pop20) i32.const $push16=, 1 i32.add $push17=, $pop15, $pop16 - i32.store $drop=, count($pop14), $pop17 + i32.store count($pop14), $pop17 .LBB1_6: # %if.end9 end_block # label2: # fallthrough-return @@ -79,7 +79,7 @@ main: # @main # BB#0: # %if.end21 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, count($pop1), $pop0 + i32.store count($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -97,5 +97,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960312-1.c.s b/test/torture-s/960312-1.c.s index 135f8050b..361af8bb6 100644 --- a/test/torture-s/960312-1.c.s +++ b/test/torture-s/960312-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960312-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960312-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -21,12 +21,12 @@ f: # @f i32.load $1=, 4($6) #APP #NO_APP - i32.store $drop=, 0($6), $4 - i32.store $drop=, 8($6), $7 - i32.store $drop=, 0($0), $6 - i32.store $drop=, 12($0), $2 - i32.store $drop=, 0($3), $5 - i32.store $drop=, 4($0), $1 + i32.store 0($6), $4 + i32.store 8($6), $7 + i32.store 0($0), $6 + i32.store 12($0), $2 + i32.store 0($3), $5 + i32.store 4($0), $1 copy_local $push5=, $0 # fallthrough-return: $pop5 .endfunc @@ -51,9 +51,9 @@ main: # @main #NO_APP i32.const $push4=, 0 i32.const $push0=, 11 - i32.store $drop=, main.sc($pop4), $pop0 + i32.store main.sc($pop4), $pop0 i32.const $push3=, 0 - i32.store $drop=, main.sc+8($pop3), $2 + i32.store main.sc+8($pop3), $2 block i32.const $push1=, 2 i32.ne $push2=, $2, $pop1 @@ -80,6 +80,6 @@ main.sc: .size main.sc, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960317-1.c.s b/test/torture-s/960317-1.c.s index b7ebe9eb1..1297f4dc1 100644 --- a/test/torture-s/960317-1.c.s +++ b/test/torture-s/960317-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960317-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960317-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -47,5 +47,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960321-1.c.s b/test/torture-s/960321-1.c.s index c3df51192..ae3683e42 100644 --- a/test/torture-s/960321-1.c.s +++ b/test/torture-s/960321-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960321-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960321-1.c" .section .text.acc_a,"ax",@progbits .hidden acc_a .globl acc_a @@ -50,6 +50,6 @@ a: .size a, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960326-1.c.s b/test/torture-s/960326-1.c.s index 48cec754f..8fd771eac 100644 --- a/test/torture-s/960326-1.c.s +++ b/test/torture-s/960326-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960326-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960326-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -41,6 +41,6 @@ s: .size s, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960327-1.c.s b/test/torture-s/960327-1.c.s index d70ab71bf..02fb04fdb 100644 --- a/test/torture-s/960327-1.c.s +++ b/test/torture-s/960327-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960327-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960327-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -27,20 +27,20 @@ f: # @f i32.const $push18=, 16 i32.sub $push26=, $pop17, $pop18 tee_local $push25=, $3=, $pop26 - i32.store $drop=, __stack_pointer($pop19), $pop25 + i32.store __stack_pointer($pop19), $pop25 i32.const $push2=, 12 i32.add $push3=, $3, $pop2 i32.const $push0=, 0 i32.load16_u $push1=, .Lf.s+12($pop0):p2align=0 - i32.store16 $drop=, 0($pop3), $pop1 + i32.store16 0($pop3), $pop1 i32.const $push5=, 8 i32.add $push6=, $3, $pop5 i32.const $push24=, 0 i32.load $push4=, .Lf.s+8($pop24):p2align=0 - i32.store $drop=, 0($pop6), $pop4 + i32.store 0($pop6), $pop4 i32.const $push23=, 0 i64.load $push7=, .Lf.s($pop23):p2align=0 - i64.store $drop=, 0($3):p2align=2, $pop7 + i64.store 0($3):p2align=2, $pop7 i32.const $push8=, 13 i32.add $2=, $3, $pop8 .LBB1_1: # %while.cond @@ -59,7 +59,7 @@ f: # @f # BB#2: # %while.end end_loop # label1: i32.const $push11=, 88 - i32.store16 $drop=, 0($0):p2align=0, $pop11 + i32.store16 0($0):p2align=0, $pop11 block i32.const $push12=, 12 i32.add $push13=, $3, $pop12 @@ -71,7 +71,7 @@ f: # @f i32.const $push22=, 0 i32.const $push20=, 16 i32.add $push21=, $3, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 return $2 .LBB1_4: # %if.then end_block # label2: @@ -103,6 +103,6 @@ main: # @main .size .Lf.s, 14 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960402-1.c.s b/test/torture-s/960402-1.c.s index a2fed9eff..3de5e0fdc 100644 --- a/test/torture-s/960402-1.c.s +++ b/test/torture-s/960402-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960402-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960402-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -32,5 +32,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960405-1.c.s b/test/torture-s/960405-1.c.s index 714771e8c..227d26f2e 100644 --- a/test/torture-s/960405-1.c.s +++ b/test/torture-s/960405-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960405-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960405-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -52,6 +52,6 @@ y: .size y, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960416-1.c.s b/test/torture-s/960416-1.c.s index 08a972d02..a4468df2f 100644 --- a/test/torture-s/960416-1.c.s +++ b/test/torture-s/960416-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960416-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960416-1.c" .section .text.f_le,"ax",@progbits .hidden f_le .globl f_le @@ -149,5 +149,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960419-1.c.s b/test/torture-s/960419-1.c.s index 3681af89a..9348f327f 100644 --- a/test/torture-s/960419-1.c.s +++ b/test/torture-s/960419-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960419-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960419-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -35,6 +35,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960419-2.c.s b/test/torture-s/960419-2.c.s index e6a2970a5..c218ed8a2 100644 --- a/test/torture-s/960419-2.c.s +++ b/test/torture-s/960419-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960419-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960419-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960512-1.c.s b/test/torture-s/960512-1.c.s index 4dd26a19c..5cf31da15 100644 --- a/test/torture-s/960512-1.c.s +++ b/test/torture-s/960512-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960512-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960512-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -8,11 +8,11 @@ f: # @f .param i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.const $push3=, 0 - i64.store $drop=, 0($pop2), $pop3 + i64.store 0($pop2), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960513-1.c.s b/test/torture-s/960513-1.c.s index 430278f81..fc67c1d70 100644 --- a/test/torture-s/960513-1.c.s +++ b/test/torture-s/960513-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960513-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960513-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push36=, 192 i32.sub $push121=, $pop35, $pop36 tee_local $push120=, $6=, $pop121 - i32.store $drop=, __stack_pointer($pop37), $pop120 + i32.store __stack_pointer($pop37), $pop120 i32.const $push41=, 176 i32.add $push42=, $6, $pop41 i64.const $push1=, 0 @@ -139,13 +139,13 @@ f: # @f i32.const $push85=, 8 i32.add $push31=, $6, $pop85 i64.load $push32=, 0($pop31) - i64.store $drop=, 0($pop30), $pop32 + i64.store 0($pop30), $pop32 i64.load $push33=, 0($6) - i64.store $drop=, 0($0), $pop33 + i64.store 0($0), $pop33 i32.const $push40=, 0 i32.const $push38=, 192 i32.add $push39=, $6, $pop38 - i32.store $drop=, __stack_pointer($pop40), $pop39 + i32.store __stack_pointer($pop40), $pop39 # fallthrough-return .endfunc .Lfunc_end0: @@ -166,5 +166,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960521-1.c.s b/test/torture-s/960521-1.c.s index 9e3c2b5d0..c14dcd58a 100644 --- a/test/torture-s/960521-1.c.s +++ b/test/torture-s/960521-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960521-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960521-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -22,7 +22,7 @@ foo: # @foo # =>This Inner Loop Header: Depth=1 loop # label1: i32.const $push15=, -1 - i32.store $drop=, 0($0), $pop15 + i32.store 0($0), $pop15 i32.const $push14=, 4 i32.add $0=, $0, $pop14 i32.const $push13=, 1 @@ -57,29 +57,29 @@ main: # @main i32.const $4=, 0 i32.const $push18=, 0 i32.const $push0=, 130560 - i32.store $drop=, n($pop18), $pop0 + i32.store n($pop18), $pop0 i32.const $push17=, 0 i32.const $push1=, 522240 i32.call $push16=, malloc@FUNCTION, $pop1 tee_local $push15=, $3=, $pop16 - i32.store $drop=, a($pop17), $pop15 + i32.store a($pop17), $pop15 i32.const $push14=, 522240 i32.call $push13=, malloc@FUNCTION, $pop14 tee_local $push12=, $0=, $pop13 i32.const $push11=, 0 - i32.store $drop=, 0($pop12), $pop11 + i32.store 0($pop12), $pop11 i32.const $push10=, 0 i32.const $push9=, 4 i32.add $push8=, $0, $pop9 tee_local $push7=, $1=, $pop8 - i32.store $drop=, b($pop10), $pop7 + i32.store b($pop10), $pop7 i32.const $push6=, 0 i32.load $2=, n($pop6) .LBB1_1: # %for.body.i # =>This Inner Loop Header: Depth=1 loop # label3: i32.const $push23=, -1 - i32.store $drop=, 0($3), $pop23 + i32.store 0($3), $pop23 i32.const $push22=, 4 i32.add $3=, $3, $pop22 i32.const $push21=, 1 @@ -135,7 +135,7 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/960608-1.c.s b/test/torture-s/960608-1.c.s index dfe35eb57..9ea615810 100644 --- a/test/torture-s/960608-1.c.s +++ b/test/torture-s/960608-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960608-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960608-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960801-1.c.s b/test/torture-s/960801-1.c.s index 1fa06e2b2..07978d495 100644 --- a/test/torture-s/960801-1.c.s +++ b/test/torture-s/960801-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960801-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960801-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960802-1.c.s b/test/torture-s/960802-1.c.s index f6cd17928..a6c43be3b 100644 --- a/test/torture-s/960802-1.c.s +++ b/test/torture-s/960802-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960802-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960802-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -34,7 +34,7 @@ f3: # @f3 .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, val($pop0), $0 + i32.store val($pop0), $0 # fallthrough-return .endfunc .Lfunc_end2: @@ -48,7 +48,7 @@ f4: # @f4 # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1577058610 - i32.store $drop=, val($pop1), $pop0 + i32.store val($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end3: @@ -63,7 +63,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1577058610 - i32.store $drop=, val($pop1), $pop0 + i32.store val($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -81,5 +81,5 @@ val: .size val, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960830-1.c.s b/test/torture-s/960830-1.c.s index de845ee2c..9a2bf7726 100644 --- a/test/torture-s/960830-1.c.s +++ b/test/torture-s/960830-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960830-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960830-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/960909-1.c.s b/test/torture-s/960909-1.c.s index d24b9046a..ae2349b28 100644 --- a/test/torture-s/960909-1.c.s +++ b/test/torture-s/960909-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960909-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/960909-1.c" .section .text.ffs,"ax",@progbits .hidden ffs .globl ffs @@ -77,6 +77,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/961004-1.c.s b/test/torture-s/961004-1.c.s index e061cca0f..5d238e905 100644 --- a/test/torture-s/961004-1.c.s +++ b/test/torture-s/961004-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961004-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961004-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main # BB#1: # %if.else i32.const $push3=, 0 i32.const $push1=, 1 - i32.store $drop=, k($pop3), $pop1 + i32.store k($pop3), $pop1 .LBB0_2: # %for.inc.1 end_block # label0: i32.const $push4=, 0 @@ -34,5 +34,5 @@ k: .size k, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961017-1.c.s b/test/torture-s/961017-1.c.s index e950bd254..3ed06c145 100644 --- a/test/torture-s/961017-1.c.s +++ b/test/torture-s/961017-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961017-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961017-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961017-2.c.s b/test/torture-s/961017-2.c.s index 7681ba2c1..7844b1c74 100644 --- a/test/torture-s/961017-2.c.s +++ b/test/torture-s/961017-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961017-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961017-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -26,5 +26,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961026-1.c.s b/test/torture-s/961026-1.c.s index 438e5ad86..72854127b 100644 --- a/test/torture-s/961026-1.c.s +++ b/test/torture-s/961026-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961026-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961026-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961112-1.c.s b/test/torture-s/961112-1.c.s index 6a4a657a1..927711ea1 100644 --- a/test/torture-s/961112-1.c.s +++ b/test/torture-s/961112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961112-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961122-1.c.s b/test/torture-s/961122-1.c.s index 115df67c4..933b6f45a 100644 --- a/test/torture-s/961122-1.c.s +++ b/test/torture-s/961122-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961122-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961122-1.c" .section .text.addhi,"ax",@progbits .hidden addhi .globl addhi @@ -15,7 +15,7 @@ addhi: # @addhi i64.const $push1=, 32 i64.shl $push2=, $pop0, $pop1 i64.add $push5=, $pop4, $pop2 - i64.store $drop=, acc($pop3), $pop5 + i64.store acc($pop3), $pop5 copy_local $push7=, $0 # fallthrough-return: $pop7 .endfunc @@ -37,7 +37,7 @@ subhi: # @subhi i64.const $push1=, 32 i64.shl $push2=, $pop0, $pop1 i64.sub $push5=, $pop4, $pop2 - i64.store $drop=, acc($pop3), $pop5 + i64.store acc($pop3), $pop5 copy_local $push7=, $0 # fallthrough-return: $pop7 .endfunc @@ -53,7 +53,7 @@ main: # @main # BB#0: # %if.end4 i32.const $push1=, 0 i64.const $push0=, 281470681743360 - i64.store $drop=, acc($pop1), $pop0 + i64.store acc($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -71,5 +71,5 @@ acc: .size acc, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961122-2.c.s b/test/torture-s/961122-2.c.s index 21c749884..9a2d464ed 100644 --- a/test/torture-s/961122-2.c.s +++ b/test/torture-s/961122-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961122-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961122-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961125-1.c.s b/test/torture-s/961125-1.c.s index 5062b32dd..6aac0d192 100644 --- a/test/torture-s/961125-1.c.s +++ b/test/torture-s/961125-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961125-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961125-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -81,6 +81,6 @@ main: # @main .size .L.str, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/961206-1.c.s b/test/torture-s/961206-1.c.s index c09aa7117..4570ca07c 100644 --- a/test/torture-s/961206-1.c.s +++ b/test/torture-s/961206-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961206-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961206-1.c" .section .text.sub1,"ax",@progbits .hidden sub1 .globl sub1 @@ -75,5 +75,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961213-1.c.s b/test/torture-s/961213-1.c.s index 1a78d54f3..5465eadc5 100644 --- a/test/torture-s/961213-1.c.s +++ b/test/torture-s/961213-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961213-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961213-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -11,7 +11,7 @@ g: # @g # BB#0: # %entry i64.const $5=, 0 i64.const $push5=, 0 - i64.store $drop=, 0($0), $pop5 + i64.store 0($0), $pop5 block i32.const $push1=, 1 i32.lt_s $push2=, $1, $pop1 @@ -34,7 +34,7 @@ g: # @g br_if 0, $pop6 # 0: up to label1 # BB#3: # %for.cond.for.end_crit_edge end_loop # label2: - i64.store $drop=, 0($0), $5 + i64.store 0($0), $5 .LBB0_4: # %for.end end_block # label0: copy_local $push10=, $1 @@ -58,5 +58,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/961223-1.c.s b/test/torture-s/961223-1.c.s index 1a36a4aec..2853d2b24 100644 --- a/test/torture-s/961223-1.c.s +++ b/test/torture-s/961223-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961223-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/961223-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/970214-1.c.s b/test/torture-s/970214-1.c.s index eec06d4a2..5fc725a0d 100644 --- a/test/torture-s/970214-1.c.s +++ b/test/torture-s/970214-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970214-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970214-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/970214-2.c.s b/test/torture-s/970214-2.c.s index 5cef2c667..b102172f7 100644 --- a/test/torture-s/970214-2.c.s +++ b/test/torture-s/970214-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970214-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970214-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/970217-1.c.s b/test/torture-s/970217-1.c.s index c1d28e98a..63582ee4a 100644 --- a/test/torture-s/970217-1.c.s +++ b/test/torture-s/970217-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970217-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970217-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/970923-1.c.s b/test/torture-s/970923-1.c.s index 87e32c249..cf8c63171 100644 --- a/test/torture-s/970923-1.c.s +++ b/test/torture-s/970923-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970923-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/970923-1.c" .section .text.ts,"ax",@progbits .hidden ts .globl ts @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980205.c.s b/test/torture-s/980205.c.s index 5846be1dc..8b3a5c971 100644 --- a/test/torture-s/980205.c.s +++ b/test/torture-s/980205.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980205.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980205.c" .section .text.fdouble,"ax",@progbits .hidden fdouble .globl fdouble @@ -14,8 +14,8 @@ fdouble: # @fdouble i32.const $push12=, 16 i32.sub $push20=, $pop11, $pop12 tee_local $push19=, $2=, $pop20 - i32.store $drop=, __stack_pointer($pop13), $pop19 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop13), $pop19 + i32.store 12($2), $1 i32.const $push1=, 7 i32.add $push2=, $1, $pop1 i32.const $push3=, -8 @@ -23,7 +23,7 @@ fdouble: # @fdouble tee_local $push17=, $1=, $pop18 i32.const $push4=, 8 i32.add $push5=, $pop17, $pop4 - i32.store $drop=, 12($2), $pop5 + i32.store 12($2), $pop5 block f64.const $push6=, 0x1p0 f64.ne $push7=, $0, $pop6 @@ -37,7 +37,7 @@ fdouble: # @fdouble i32.const $push16=, 0 i32.const $push14=, 16 i32.add $push15=, $2, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 return .LBB0_3: # %if.then end_block # label0: @@ -61,9 +61,9 @@ main: # @main i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $0=, $pop8 - i32.store $drop=, __stack_pointer($pop6), $pop7 + i32.store __stack_pointer($pop6), $pop7 i64.const $push0=, 4611686018427387904 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 f64.const $push1=, 0x1p0 call fdouble@FUNCTION, $pop1, $0 i32.const $push2=, 0 @@ -74,6 +74,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980223.c.s b/test/torture-s/980223.c.s index 538ac7148..f1e4ece59 100644 --- a/test/torture-s/980223.c.s +++ b/test/torture-s/980223.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980223.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980223.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -27,7 +27,7 @@ foo: # @foo i32.const $push7=, 16 i32.sub $push18=, $pop6, $pop7 tee_local $push17=, $4=, $pop18 - i32.store $drop=, __stack_pointer($pop8), $pop17 + i32.store __stack_pointer($pop8), $pop17 block block block @@ -46,23 +46,23 @@ foo: # @foo tee_local $push22=, $1=, $pop23 i64.load $push21=, 8($pop22):p2align=2 tee_local $push20=, $3=, $pop21 - i64.store $drop=, 0($2):p2align=2, $pop20 + i64.store 0($2):p2align=2, $pop20 i32.load8_u $push2=, 4($1) i32.const $push19=, 64 i32.and $push3=, $pop2, $pop19 br_if 1, $pop3 # 1: down to label0 .LBB1_3: # %if.end7 end_block # label1: - i64.store $drop=, 0($0):p2align=2, $3 + i64.store 0($0):p2align=2, $3 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $4, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .LBB1_4: # %if.then6 end_block # label0: i64.load $push4=, 0($2):p2align=2 - i64.store $drop=, 8($4):p2align=2, $pop4 + i64.store 8($4):p2align=2, $pop4 i32.const $push12=, 8 i32.add $push13=, $4, $pop12 call bar@FUNCTION, $2, $pop13 @@ -85,10 +85,10 @@ main: # @main i32.const $push9=, 16 i32.sub $push18=, $pop8, $pop9 tee_local $push17=, $1=, $pop18 - i32.store $drop=, __stack_pointer($pop10), $pop17 + i32.store __stack_pointer($pop10), $pop17 i32.const $push16=, 0 i64.load $push0=, .Lmain.y($pop16) - i64.store $drop=, 8($1), $pop0 + i64.store 8($1), $pop0 block block i32.const $push15=, 0 @@ -102,7 +102,7 @@ main: # @main i32.load $push21=, cons2($pop22) tee_local $push20=, $0=, $pop21 i64.load $push3=, 8($pop20):p2align=2 - i64.store $drop=, 8($1), $pop3 + i64.store 8($1), $pop3 i32.load8_u $push4=, 4($0) i32.const $push19=, 64 i32.and $push5=, $pop4, $pop19 @@ -112,13 +112,13 @@ main: # @main i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $1, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 i32.const $push23=, 0 return $pop23 .LBB2_3: # %if.then6.i end_block # label3: i64.load $push6=, 8($1) - i64.store $drop=, 0($1):p2align=2, $pop6 + i64.store 0($1):p2align=2, $pop6 call bar@FUNCTION, $1, $1 unreachable .endfunc @@ -167,5 +167,5 @@ cons2: .size .Lmain.y, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/980424-1.c.s b/test/torture-s/980424-1.c.s index 01bf03f92..9cd917781 100644 --- a/test/torture-s/980424-1.c.s +++ b/test/torture-s/980424-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980424-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980424-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -59,10 +59,10 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 64 - i32.store $drop=, i($pop1), $pop0 + i32.store i($pop1), $pop0 i32.const $push4=, 0 i32.const $push2=, 1 - i32.store $drop=, a($pop4), $pop2 + i32.store a($pop4), $pop2 call g@FUNCTION i32.const $push3=, 0 call exit@FUNCTION, $pop3 @@ -90,6 +90,6 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980505-1.c.s b/test/torture-s/980505-1.c.s index f595e05e1..856b8fc47 100644 --- a/test/torture-s/980505-1.c.s +++ b/test/torture-s/980505-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980505-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980505-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980505-2.c.s b/test/torture-s/980505-2.c.s index d7273166b..ea1b38579 100644 --- a/test/torture-s/980505-2.c.s +++ b/test/torture-s/980505-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980505-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980505-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980506-1.c.s b/test/torture-s/980506-1.c.s index c55373c75..b40379d67 100644 --- a/test/torture-s/980506-1.c.s +++ b/test/torture-s/980506-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980506-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980506-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980506-2.c.s b/test/torture-s/980506-2.c.s index 46e298af3..0a1142a78 100644 --- a/test/torture-s/980506-2.c.s +++ b/test/torture-s/980506-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980506-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980506-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980506-3.c.s b/test/torture-s/980506-3.c.s index 46329dc2b..8458f4935 100644 --- a/test/torture-s/980506-3.c.s +++ b/test/torture-s/980506-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980506-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980506-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -29,5 +29,5 @@ lookup_table: .size lookup_table, 257 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980526-2.c.s b/test/torture-s/980526-2.c.s index fdcae6d7e..fb2511c0a 100644 --- a/test/torture-s/980526-2.c.s +++ b/test/torture-s/980526-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980526-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980526-2.c" .section .text.do_mknod,"ax",@progbits .hidden do_mknod .globl do_mknod @@ -124,6 +124,6 @@ main: # @main .size .L.str, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/980526-3.c.s b/test/torture-s/980526-3.c.s index 71f385ffa..47f67cb54 100644 --- a/test/torture-s/980526-3.c.s +++ b/test/torture-s/980526-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980526-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980526-3.c" .section .text.compare,"ax",@progbits .hidden compare .globl compare @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980602-1.c.s b/test/torture-s/980602-1.c.s index 1d207db72..d41bdbae9 100644 --- a/test/torture-s/980602-1.c.s +++ b/test/torture-s/980602-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980602-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980602-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980602-2.c.s b/test/torture-s/980602-2.c.s index 09e33bf73..95f6963fd 100644 --- a/test/torture-s/980602-2.c.s +++ b/test/torture-s/980602-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980602-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980602-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -19,7 +19,7 @@ main: # @main i32.const $push0=, -1073741824 i32.and $push1=, $0, $pop0 i32.or $push6=, $pop5, $pop1 - i32.store $drop=, t($pop12), $pop6 + i32.store t($pop12), $pop6 block i32.const $push8=, 1073741823 i32.and $push7=, $0, $pop8 @@ -46,6 +46,6 @@ t: .size t, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/980604-1.c.s b/test/torture-s/980604-1.c.s index 5cf7faccb..79b0da77a 100644 --- a/test/torture-s/980604-1.c.s +++ b/test/torture-s/980604-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980604-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980604-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -67,6 +67,6 @@ d: .size d, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980605-1.c.s b/test/torture-s/980605-1.c.s index 755e883db..b02490c18 100644 --- a/test/torture-s/980605-1.c.s +++ b/test/torture-s/980605-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980605-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980605-1.c" .section .text.f2,"ax",@progbits .hidden f2 .globl f2 @@ -15,7 +15,7 @@ f2: # @f2 tee_local $push9=, $1=, $pop10 i32.const $push1=, 10 i32.add $push2=, $pop9, $pop1 - i32.store $drop=, x($pop0), $pop2 + i32.store x($pop0), $pop2 i32.trunc_u/f64 $push4=, $0 i32.const $push8=, 10 i32.mul $push3=, $1, $pop8 @@ -41,7 +41,7 @@ getval: # @getval tee_local $push3=, $0=, $pop4 i32.const $push1=, 1 i32.add $push2=, $pop3, $pop1 - i32.store $drop=, x($pop0), $pop2 + i32.store x($pop0), $pop2 copy_local $push6=, $0 # fallthrough-return: $pop6 .endfunc @@ -61,20 +61,20 @@ f: # @f i32.const $push11=, 16 i32.sub $push23=, $pop10, $pop11 tee_local $push22=, $1=, $pop23 - i32.store $drop=, __stack_pointer($pop12), $pop22 + i32.store __stack_pointer($pop12), $pop22 i32.const $push0=, 0 i32.const $push21=, 0 i32.load $push20=, x($pop21) tee_local $push19=, $0=, $pop20 i32.const $push1=, 20 i32.add $push2=, $pop19, $pop1 - i32.store $drop=, x($pop0), $pop2 + i32.store x($pop0), $pop2 i32.const $push18=, 20 i32.mul $push3=, $0, $pop18 i32.const $push4=, 207 i32.add $push17=, $pop3, $pop4 tee_local $push16=, $0=, $pop17 - i32.store $drop=, 0($1), $pop16 + i32.store 0($1), $pop16 i32.const $push6=, buf i32.const $push5=, .L.str i32.call $drop=, sprintf@FUNCTION, $pop6, $pop5, $1 @@ -86,7 +86,7 @@ f: # @f i32.const $push15=, 0 i32.const $push13=, 16 i32.add $push14=, $1, $pop13 - i32.store $drop=, __stack_pointer($pop15), $pop14 + i32.store __stack_pointer($pop15), $pop14 return .LBB2_2: # %if.then end_block # label0: @@ -135,7 +135,7 @@ buf: .size .L.str, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980608-1.c.s b/test/torture-s/980608-1.c.s index e84b6de8e..6e4ad6af9 100644 --- a/test/torture-s/980608-1.c.s +++ b/test/torture-s/980608-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980608-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980608-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -26,12 +26,12 @@ debug: # @debug i32.const $push27=, 16 i32.sub $push35=, $pop26, $pop27 tee_local $push34=, $4=, $pop35 - i32.store $drop=, __stack_pointer($pop28), $pop34 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop28), $pop34 + i32.store 12($4), $1 i32.const $push0=, 4 i32.add $push33=, $1, $pop0 tee_local $push32=, $2=, $pop33 - i32.store $drop=, 12($4), $pop32 + i32.store 12($4), $pop32 block i32.load $push1=, 0($1) i32.const $push2=, 101 @@ -41,7 +41,7 @@ debug: # @debug i32.const $push4=, 8 i32.add $push37=, $1, $pop4 tee_local $push36=, $3=, $pop37 - i32.store $drop=, 12($4), $pop36 + i32.store 12($4), $pop36 i32.load $push5=, 0($2) i32.const $push6=, 102 i32.ne $push7=, $pop5, $pop6 @@ -50,7 +50,7 @@ debug: # @debug i32.const $push8=, 12 i32.add $push39=, $1, $pop8 tee_local $push38=, $2=, $pop39 - i32.store $drop=, 12($4), $pop38 + i32.store 12($4), $pop38 i32.load $push9=, 0($3) i32.const $push10=, 103 i32.ne $push11=, $pop9, $pop10 @@ -59,7 +59,7 @@ debug: # @debug i32.const $push12=, 16 i32.add $push41=, $1, $pop12 tee_local $push40=, $3=, $pop41 - i32.store $drop=, 12($4), $pop40 + i32.store 12($4), $pop40 i32.load $push13=, 0($2) i32.const $push14=, 104 i32.ne $push15=, $pop13, $pop14 @@ -68,7 +68,7 @@ debug: # @debug i32.const $push16=, 20 i32.add $push43=, $1, $pop16 tee_local $push42=, $2=, $pop43 - i32.store $drop=, 12($4), $pop42 + i32.store 12($4), $pop42 i32.load $push17=, 0($3) i32.const $push18=, 105 i32.ne $push19=, $pop17, $pop18 @@ -76,7 +76,7 @@ debug: # @debug # BB#5: # %if.end21 i32.const $push20=, 24 i32.add $push21=, $1, $pop20 - i32.store $drop=, 12($4), $pop21 + i32.store 12($4), $pop21 i32.load $push22=, 0($2) i32.const $push23=, 106 i32.ne $push24=, $pop22, $pop23 @@ -85,7 +85,7 @@ debug: # @debug i32.const $push31=, 0 i32.const $push29=, 16 i32.add $push30=, $4, $pop29 - i32.store $drop=, __stack_pointer($pop31), $pop30 + i32.store __stack_pointer($pop31), $pop30 return .LBB1_7: # %if.then25 end_block # label0: @@ -109,15 +109,15 @@ main: # @main i32.const $push8=, 32 i32.sub $push11=, $pop7, $pop8 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop9), $pop10 + i32.store __stack_pointer($pop9), $pop10 i32.const $push0=, 16 i32.add $push1=, $0, $pop0 i64.const $push2=, 455266533481 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.const $push3=, 446676598887 - i64.store $drop=, 8($0), $pop3 + i64.store 8($0), $pop3 i64.const $push4=, 438086664293 - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 call debug@FUNCTION, $0, $0 i32.const $push5=, 0 call exit@FUNCTION, $pop5 @@ -127,6 +127,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980612-1.c.s b/test/torture-s/980612-1.c.s index ae0e3064f..747ff49c4 100644 --- a/test/torture-s/980612-1.c.s +++ b/test/torture-s/980612-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980612-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980612-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -35,7 +35,7 @@ main: # @main # BB#0: # %entry i32.const $push7=, 0 i32.const $push0=, 255 - i32.store8 $drop=, f+1($pop7), $pop0 + i32.store8 f+1($pop7), $pop0 block i32.const $push6=, 0 i32.load8_u $push1=, f($pop6) @@ -66,6 +66,6 @@ f: .size f, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980617-1.c.s b/test/torture-s/980617-1.c.s index 8e4641277..5fa25c5bf 100644 --- a/test/torture-s/980617-1.c.s +++ b/test/torture-s/980617-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980617-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980617-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,9 +38,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push9=, $pop3, $pop4 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop5), $pop8 + i32.store __stack_pointer($pop5), $pop8 i32.const $push0=, 196625 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push6=, 12 i32.add $push7=, $0, $pop6 call foo@FUNCTION, $pop7 @@ -52,6 +52,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980618-1.c.s b/test/torture-s/980618-1.c.s index 2ed1d33f6..25d31c0eb 100644 --- a/test/torture-s/980618-1.c.s +++ b/test/torture-s/980618-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980618-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980618-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -35,6 +35,6 @@ func: # @func .size func, .Lfunc_end1-func - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/980701-1.c.s b/test/torture-s/980701-1.c.s index e9e7506f3..afa91a49e 100644 --- a/test/torture-s/980701-1.c.s +++ b/test/torture-s/980701-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980701-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980701-1.c" .section .text.ns_name_skip,"ax",@progbits .hidden ns_name_skip .globl ns_name_skip @@ -9,7 +9,7 @@ ns_name_skip: # @ns_name_skip .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -62,6 +62,6 @@ a: .size a, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980707-1.c.s b/test/torture-s/980707-1.c.s index ec681a16c..fa552b094 100644 --- a/test/torture-s/980707-1.c.s +++ b/test/torture-s/980707-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980707-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980707-1.c" .section .text.buildargv,"ax",@progbits .hidden buildargv .globl buildargv @@ -36,7 +36,7 @@ buildargv: # @buildargv i32.shl $push1=, $2, $pop15 i32.const $push14=, buildargv.arglist i32.add $push2=, $pop1, $pop14 - i32.store $drop=, 0($pop2), $0 + i32.store 0($pop2), $0 i32.const $push13=, 1 i32.add $2=, $2, $pop13 .LBB0_5: # %while.cond7 @@ -61,7 +61,7 @@ buildargv: # @buildargv # in Loop: Header=BB0_1 Depth=1 end_loop # label4: i32.const $push21=, 0 - i32.store8 $drop=, 0($0), $pop21 + i32.store8 0($0), $pop21 i32.const $push20=, 1 i32.add $0=, $0, $pop20 br 0 # 0: up to label0 @@ -72,7 +72,7 @@ buildargv: # @buildargv i32.const $push6=, buildargv.arglist i32.add $push7=, $pop5, $pop6 i32.const $push8=, 0 - i32.store $drop=, 0($pop7), $pop8 + i32.store 0($pop7), $pop8 i32.const $push22=, buildargv.arglist # fallthrough-return: $pop22 .endfunc @@ -93,13 +93,13 @@ main: # @main i32.const $push19=, 256 i32.sub $push24=, $pop18, $pop19 tee_local $push23=, $0=, $pop24 - i32.store $drop=, __stack_pointer($pop20), $pop23 + i32.store __stack_pointer($pop20), $pop23 i32.const $push22=, 0 i32.load8_u $push0=, .L.str+4($pop22) - i32.store8 $drop=, 4($0), $pop0 + i32.store8 4($0), $pop0 i32.const $push21=, 0 i32.load $push1=, .L.str($pop21):p2align=0 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 copy_local $0=, $0 i32.const $2=, 0 .LBB1_1: # %while.cond1.i @@ -128,7 +128,7 @@ main: # @main i32.shl $push3=, $2, $pop31 i32.const $push30=, buildargv.arglist i32.add $push4=, $pop3, $pop30 - i32.store $drop=, 0($pop4), $0 + i32.store 0($pop4), $0 i32.const $push29=, 1 i32.add $2=, $2, $pop29 .LBB1_5: # %while.cond7.i @@ -153,7 +153,7 @@ main: # @main # in Loop: Header=BB1_1 Depth=1 end_loop # label9: i32.const $push37=, 0 - i32.store8 $drop=, 0($0), $pop37 + i32.store8 0($0), $pop37 i32.const $push36=, 1 i32.add $0=, $0, $pop36 br 0 # 0: up to label5 @@ -164,7 +164,7 @@ main: # @main i32.const $push8=, buildargv.arglist i32.add $push9=, $pop7, $pop8 i32.const $push39=, 0 - i32.store $drop=, 0($pop9), $pop39 + i32.store 0($pop9), $pop39 block i32.const $push38=, 0 i32.load $push10=, buildargv.arglist($pop38) @@ -217,7 +217,7 @@ buildargv.arglist: .size .L.str.2, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/980709-1.c.s b/test/torture-s/980709-1.c.s index ca7ae50e6..4a2d7ec92 100644 --- a/test/torture-s/980709-1.c.s +++ b/test/torture-s/980709-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980709-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980709-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,9 +14,9 @@ main: # @main i32.const $push14=, 16 i32.sub $push22=, $pop13, $pop14 tee_local $push21=, $2=, $pop22 - i32.store $drop=, __stack_pointer($pop15), $pop21 + i32.store __stack_pointer($pop15), $pop21 i64.const $push0=, 4629700416936869888 - i64.store $drop=, 8($2), $pop0 + i64.store 8($2), $pop0 block f64.load $push2=, 8($2) f64.const $push1=, 0x1.5555555555555p-2 @@ -52,6 +52,6 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/980716-1.c.s b/test/torture-s/980716-1.c.s index 94cf0b8bf..75e1ef341 100644 --- a/test/torture-s/980716-1.c.s +++ b/test/torture-s/980716-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980716-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980716-1.c" .section .text.stub,"ax",@progbits .hidden stub .globl stub @@ -13,7 +13,7 @@ stub: # @stub i32.const $push2=, 16 i32.sub $push4=, $pop1, $pop2 tee_local $push3=, $5=, $pop4 - i32.store $drop=, 12($pop3), $1 + i32.store 12($pop3), $1 copy_local $4=, $1 .LBB0_1: # %while.cond # =>This Inner Loop Header: Depth=1 @@ -21,20 +21,20 @@ stub: # @stub i32.const $push7=, 4 i32.add $push6=, $4, $pop7 tee_local $push5=, $2=, $pop6 - i32.store $drop=, 12($5), $pop5 + i32.store 12($5), $pop5 i32.load $3=, 0($4) copy_local $4=, $2 br_if 0, $3 # 0: up to label0 # BB#2: # %while.end end_loop # label1: - i32.store $drop=, 12($5), $1 + i32.store 12($5), $1 .LBB0_3: # %while.cond.1 # =>This Inner Loop Header: Depth=1 loop # label2: i32.const $push10=, 4 i32.add $push9=, $1, $pop10 tee_local $push8=, $4=, $pop9 - i32.store $drop=, 12($5), $pop8 + i32.store 12($5), $pop8 i32.load $2=, 0($1) copy_local $1=, $4 br_if 0, $2 # 0: up to label2 @@ -59,15 +59,15 @@ main: # @main i32.const $push6=, 16 i32.sub $push10=, $pop5, $pop6 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop7), $pop9 + i32.store __stack_pointer($pop7), $pop9 i32.const $push0=, 0 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push1=, .L.str.2 - i32.store $drop=, 8($0), $pop1 + i32.store 8($0), $pop1 i32.const $push2=, .L.str.1 - i32.store $drop=, 4($0), $pop2 + i32.store 4($0), $pop2 i32.const $push3=, .L.str - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 call stub@FUNCTION, $0, $0 i32.const $push8=, 0 call exit@FUNCTION, $pop8 @@ -93,5 +93,5 @@ main: # @main .size .L.str.2, 3 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/980929-1.c.s b/test/torture-s/980929-1.c.s index fba0db0e1..c79be4031 100644 --- a/test/torture-s/980929-1.c.s +++ b/test/torture-s/980929-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980929-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/980929-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -36,6 +36,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/981001-1.c.s b/test/torture-s/981001-1.c.s index e869db872..6f3186d10 100644 --- a/test/torture-s/981001-1.c.s +++ b/test/torture-s/981001-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981001-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981001-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -77,7 +77,7 @@ main: # @main i32.const $push8=, 0 i32.const $push4=, 256 i32.or $push5=, $0, $pop4 - i32.store $drop=, flg($pop8), $pop5 + i32.store flg($pop8), $pop5 call abort@FUNCTION unreachable .LBB1_4: # %if.then1 @@ -98,6 +98,6 @@ flg: .size flg, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/981019-1.c.s b/test/torture-s/981019-1.c.s index ee456836e..135758a4b 100644 --- a/test/torture-s/981019-1.c.s +++ b/test/torture-s/981019-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981019-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981019-1.c" .section .text.ff,"ax",@progbits .hidden ff .globl ff @@ -32,13 +32,13 @@ ff: # @ff # BB#5: # %land.lhs.true end_loop # label4: i32.const $push2=, 0 - i32.store $drop=, f3.x($pop2), $3 + i32.store f3.x($pop2), $3 i32.call $drop=, f2@FUNCTION unreachable .LBB0_6: # %while.end end_block # label2: i32.const $push1=, 0 - i32.store $drop=, f3.x($pop1), $3 + i32.store f3.x($pop1), $3 br_if 0, $2 # 0: down to label0 # BB#7: # %if.end16 return @@ -75,7 +75,7 @@ f3: # @f3 i32.load $push1=, f3.x($pop4) i32.eqz $push3=, $pop1 tee_local $push2=, $0=, $pop3 - i32.store $drop=, f3.x($pop0), $pop2 + i32.store f3.x($pop0), $pop2 copy_local $push5=, $0 # fallthrough-return: $pop5 .endfunc @@ -116,7 +116,7 @@ main: # @main # BB#2: # %ff.exit end_loop # label6: i32.const $push1=, 0 - i32.store $drop=, f3.x($pop1), $1 + i32.store f3.x($pop1), $1 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -131,5 +131,5 @@ f3.x: .size f3.x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/981130-1.c.s b/test/torture-s/981130-1.c.s index b8789532d..7e07a0085 100644 --- a/test/torture-s/981130-1.c.s +++ b/test/torture-s/981130-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981130-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981130-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -34,7 +34,7 @@ main: # @main i32.const $push5=, 0 i64.load $push4=, s2($pop5) tee_local $push3=, $0=, $pop4 - i64.store $drop=, s1($pop0), $pop3 + i64.store s1($pop0), $pop3 i32.wrap/i64 $push1=, $0 i32.const $push2=, 1 call check@FUNCTION, $pop1, $pop2 @@ -63,6 +63,6 @@ s1: .size s1, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/981206-1.c.s b/test/torture-s/981206-1.c.s index a1c2167d3..c33af44c0 100644 --- a/test/torture-s/981206-1.c.s +++ b/test/torture-s/981206-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981206-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/981206-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,10 +8,10 @@ foo: # @foo # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store8 $drop=, y($pop1), $pop0 + i32.store8 y($pop1), $pop0 i32.const $push3=, 0 i32.const $push2=, 1 - i32.store8 $drop=, x($pop3), $pop2 + i32.store8 x($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -26,10 +26,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store8 $drop=, y($pop1), $pop0 + i32.store8 y($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, 1 - i32.store8 $drop=, x($pop4), $pop3 + i32.store8 x($pop4), $pop3 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -52,5 +52,5 @@ y: .size y, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990106-1.c.s b/test/torture-s/990106-1.c.s index 657845478..421d1b7ad 100644 --- a/test/torture-s/990106-1.c.s +++ b/test/torture-s/990106-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990106-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990106-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo .result i32 # BB#0: # %entry i32.const $push0=, 97 - i32.store8 $drop=, 0($0), $pop0 + i32.store8 0($0), $pop0 i32.const $push1=, 97 # fallthrough-return: $pop1 .endfunc @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990106-2.c.s b/test/torture-s/990106-2.c.s index 7dff0e88f..9d5710939 100644 --- a/test/torture-s/990106-2.c.s +++ b/test/torture-s/990106-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990106-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990106-2.c" .section .text.calc_mp,"ax",@progbits .hidden calc_mp .globl calc_mp @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990117-1.c.s b/test/torture-s/990117-1.c.s index 7b8a6eff7..8f633de2d 100644 --- a/test/torture-s/990117-1.c.s +++ b/test/torture-s/990117-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990117-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990117-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,4 +34,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/990127-1.c.s b/test/torture-s/990127-1.c.s index 3ca68e1c0..ffe90f8aa 100644 --- a/test/torture-s/990127-1.c.s +++ b/test/torture-s/990127-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990127-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990127-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,16 +14,16 @@ main: # @main i32.const $push29=, 16 i32.sub $push65=, $pop28, $pop29 tee_local $push64=, $3=, $pop65 - i32.store $drop=, __stack_pointer($pop30), $pop64 + i32.store __stack_pointer($pop30), $pop64 i32.const $0=, 10 i32.const $push63=, 10 - i32.store $drop=, 12($3), $pop63 + i32.store 12($3), $pop63 i32.const $push0=, 20 - i32.store $drop=, 8($3), $pop0 + i32.store 8($3), $pop0 i32.const $push1=, 2 - i32.store $drop=, 8($3), $pop1 + i32.store 8($3), $pop1 i32.const $push2=, 9 - i32.store $drop=, 12($3), $pop2 + i32.store 12($3), $pop2 i32.const $2=, 21 .LBB0_1: # %while.body.1 # =>This Inner Loop Header: Depth=1 @@ -38,7 +38,7 @@ main: # @main tee_local $push69=, $0=, $pop70 i32.const $push68=, -1 i32.add $push4=, $pop69, $pop68 - i32.store $drop=, 8($3), $pop4 + i32.store 8($3), $pop4 i32.const $push67=, 1 i32.add $2=, $1, $pop67 br_if 0, $0 # 0: up to label0 @@ -54,7 +54,7 @@ main: # @main tee_local $push72=, $2=, $pop73 i32.const $push71=, -1 i32.add $push5=, $pop72, $pop71 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 i32.eqz $push118=, $2 br_if 1, $pop118 # 1: down to label3 # BB#5: # %while.body.2 @@ -81,7 +81,7 @@ main: # @main tee_local $push78=, $0=, $pop79 i32.const $push77=, -1 i32.add $push7=, $pop78, $pop77 - i32.store $drop=, 0($1), $pop7 + i32.store 0($1), $pop7 i32.eqz $push119=, $0 br_if 1, $pop119 # 1: down to label5 # BB#8: # %while.body.3 @@ -108,7 +108,7 @@ main: # @main tee_local $push84=, $0=, $pop85 i32.const $push83=, -1 i32.add $push9=, $pop84, $pop83 - i32.store $drop=, 0($1), $pop9 + i32.store 0($1), $pop9 i32.eqz $push120=, $0 br_if 1, $pop120 # 1: down to label7 # BB#11: # %while.body.4 @@ -135,7 +135,7 @@ main: # @main tee_local $push90=, $0=, $pop91 i32.const $push89=, -1 i32.add $push11=, $pop90, $pop89 - i32.store $drop=, 0($1), $pop11 + i32.store 0($1), $pop11 i32.eqz $push121=, $0 br_if 1, $pop121 # 1: down to label9 # BB#14: # %while.body.5 @@ -162,7 +162,7 @@ main: # @main tee_local $push96=, $0=, $pop97 i32.const $push95=, -1 i32.add $push13=, $pop96, $pop95 - i32.store $drop=, 0($1), $pop13 + i32.store 0($1), $pop13 i32.eqz $push122=, $0 br_if 1, $pop122 # 1: down to label11 # BB#17: # %while.body.6 @@ -189,7 +189,7 @@ main: # @main tee_local $push102=, $0=, $pop103 i32.const $push101=, -1 i32.add $push15=, $pop102, $pop101 - i32.store $drop=, 0($1), $pop15 + i32.store 0($1), $pop15 i32.eqz $push123=, $0 br_if 1, $pop123 # 1: down to label13 # BB#20: # %while.body.7 @@ -216,7 +216,7 @@ main: # @main tee_local $push108=, $0=, $pop109 i32.const $push107=, -1 i32.add $push17=, $pop108, $pop107 - i32.store $drop=, 0($1), $pop17 + i32.store 0($1), $pop17 i32.eqz $push124=, $0 br_if 1, $pop124 # 1: down to label15 # BB#23: # %while.body.8 @@ -243,7 +243,7 @@ main: # @main tee_local $push114=, $0=, $pop115 i32.const $push113=, -1 i32.add $push19=, $pop114, $pop113 - i32.store $drop=, 0($1), $pop19 + i32.store 0($1), $pop19 i32.eqz $push125=, $0 br_if 1, $pop125 # 1: down to label17 # BB#26: # %while.body.9 @@ -280,6 +280,6 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990127-2.c.s b/test/torture-s/990127-2.c.s index cd74cd20b..a1c193f2f 100644 --- a/test/torture-s/990127-2.c.s +++ b/test/torture-s/990127-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990127-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990127-2.c" .section .text.fpEq,"ax",@progbits .hidden fpEq .globl fpEq @@ -62,6 +62,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990128-1.c.s b/test/torture-s/990128-1.c.s index 2a0619a17..b73e724c4 100644 --- a/test/torture-s/990128-1.c.s +++ b/test/torture-s/990128-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990128-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990128-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,41 +10,41 @@ main: # @main # BB#0: # %for.inc.i.preheader.i.preheader i32.const $push1=, 0 i32.const $push0=, sss - i32.store $drop=, ss($pop1), $pop0 + i32.store ss($pop1), $pop0 i32.const $1=, ss i32.const $push27=, 0 i32.const $push26=, ss - i32.store $drop=, p($pop27), $pop26 + i32.store p($pop27), $pop26 i32.const $push25=, 0 i32.const $push2=, sss+4 - i32.store $drop=, sss($pop25), $pop2 + i32.store sss($pop25), $pop2 i32.const $push24=, 0 i32.const $push3=, sss+8 - i32.store $drop=, sss+4($pop24), $pop3 + i32.store sss+4($pop24), $pop3 i32.const $push23=, 0 i32.const $push4=, sss+12 - i32.store $drop=, sss+8($pop23), $pop4 + i32.store sss+8($pop23), $pop4 i32.const $push22=, 0 i32.const $push5=, sss+16 - i32.store $drop=, sss+12($pop22), $pop5 + i32.store sss+12($pop22), $pop5 i32.const $push21=, 0 i32.const $push6=, sss+20 - i32.store $drop=, sss+16($pop21), $pop6 + i32.store sss+16($pop21), $pop6 i32.const $push20=, 0 i32.const $push7=, sss+24 - i32.store $drop=, sss+20($pop20), $pop7 + i32.store sss+20($pop20), $pop7 i32.const $push19=, 0 i32.const $push8=, sss+28 - i32.store $drop=, sss+24($pop19), $pop8 + i32.store sss+24($pop19), $pop8 i32.const $push18=, 0 i32.const $push9=, sss+32 - i32.store $drop=, sss+28($pop18), $pop9 + i32.store sss+28($pop18), $pop9 i32.const $push17=, 0 i32.const $push10=, sss+36 - i32.store $drop=, sss+32($pop17), $pop10 + i32.store sss+32($pop17), $pop10 i32.const $push16=, 0 i32.const $push15=, 0 - i32.store $drop=, sss+36($pop16), $pop15 + i32.store sss+36($pop16), $pop15 i32.const $push14=, 0 i32.load $2=, count($pop14) .LBB0_1: # %for.inc.i.preheader.i @@ -74,7 +74,7 @@ main: # @main i32.const $push11=, 2 i32.add $push34=, $0, $pop11 tee_local $push33=, $2=, $pop34 - i32.store $drop=, count($pop35), $pop33 + i32.store count($pop35), $pop33 block i32.const $push12=, 12 i32.ne $push13=, $2, $pop12 @@ -121,7 +121,7 @@ sub: # @sub # in Loop: Header=BB1_2 Depth=1 end_loop # label9: i32.const $push9=, 0 - i32.store $drop=, 0($1), $pop9 + i32.store 0($1), $pop9 i32.const $push8=, 1 i32.add $2=, $2, $pop8 i32.load $push7=, 0($0) @@ -130,15 +130,15 @@ sub: # @sub # BB#5: # %for.cond.look.exit.thread_crit_edge end_loop # label7: i32.const $push0=, 0 - i32.store $drop=, count($pop0), $2 + i32.store count($pop0), $2 .LBB1_6: # %for.end end_block # label5: i32.const $push11=, 0 - i32.store $drop=, 0($1), $pop11 + i32.store 0($1), $pop11 i32.const $push10=, 0 i32.const $push1=, 1 i32.add $push2=, $2, $pop1 - i32.store $drop=, count($pop10), $pop2 + i32.store count($pop10), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -165,13 +165,13 @@ look: # @look end_loop # label12: end_block # label10: i32.const $push0=, 0 - i32.store $drop=, 0($1), $pop0 + i32.store 0($1), $pop0 i32.const $push8=, 0 i32.const $push7=, 0 i32.load $push1=, count($pop7) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, count($pop8), $pop3 + i32.store count($pop8), $pop3 i32.const $push6=, 1 # fallthrough-return: $pop6 .endfunc @@ -215,6 +215,6 @@ sss: .size sss, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990130-1.c.s b/test/torture-s/990130-1.c.s index 303e71144..8191d338c 100644 --- a/test/torture-s/990130-1.c.s +++ b/test/torture-s/990130-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990130-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990130-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,13 +14,13 @@ main: # @main tee_local $push4=, $1=, $pop5 i32.const $push0=, 1 i32.add $push1=, $pop4, $pop0 - i32.store $drop=, count($pop7), $pop1 + i32.store count($pop7), $pop1 i32.const $push3=, 0 i32.load $0=, dummy($pop3) #APP #NO_APP i32.const $push2=, 0 - i32.store $drop=, dummy($pop2), $0 + i32.store dummy($pop2), $0 block br_if 0, $1 # 0: down to label0 # BB#1: # %if.end @@ -54,6 +54,6 @@ dummy: .size dummy, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990211-1.c.s b/test/torture-s/990211-1.c.s index 612d3df04..0b30e1006 100644 --- a/test/torture-s/990211-1.c.s +++ b/test/torture-s/990211-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990211-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990211-1.c" .section .text.func,"ax",@progbits .hidden func .globl func @@ -26,4 +26,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/990222-1.c.s b/test/torture-s/990222-1.c.s index 34bcf027a..10ad6cf0e 100644 --- a/test/torture-s/990222-1.c.s +++ b/test/torture-s/990222-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990222-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990222-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push25=, 1 i32.add $push24=, $pop0, $pop25 tee_local $push23=, $1=, $pop24 - i32.store8 $drop=, line+2($pop27), $pop23 + i32.store8 line+2($pop27), $pop23 block i32.const $push22=, 24 i32.shl $push1=, $1, $pop22 @@ -32,12 +32,12 @@ main: # @main i32.const $push36=, 1 i32.add $push4=, $1, $pop36 i32.const $push35=, 48 - i32.store8 $drop=, 0($pop4), $pop35 + i32.store8 0($pop4), $pop35 i32.load8_u $push5=, 0($1) i32.const $push34=, 1 i32.add $push33=, $pop5, $pop34 tee_local $push32=, $0=, $pop33 - i32.store8 $drop=, 0($1), $pop32 + i32.store8 0($1), $pop32 i32.const $push31=, -1 i32.add $1=, $1, $pop31 i32.const $push30=, 24 @@ -93,5 +93,5 @@ line: .size line, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/990324-1.c.s b/test/torture-s/990324-1.c.s index d748e5dd8..c62d24cf7 100644 --- a/test/torture-s/990324-1.c.s +++ b/test/torture-s/990324-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990324-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990324-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -40,6 +40,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990326-1.c.s b/test/torture-s/990326-1.c.s index e0d5b1dd6..29a8cfaf1 100644 --- a/test/torture-s/990326-1.c.s +++ b/test/torture-s/990326-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990326-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990326-1.c" .section .text.a1,"ax",@progbits .hidden a1 .globl a1 @@ -457,5 +457,5 @@ main: # @main .size main, .Lfunc_end34-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990404-1.c.s b/test/torture-s/990404-1.c.s index 9c987fb58..47c762d8b 100644 --- a/test/torture-s/990404-1.c.s +++ b/test/torture-s/990404-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990404-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990404-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main .local i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 # BB#0: # %entry i32.const $11=, -1 - # implicit-def: %vreg123 + # implicit-def: %vreg122 .LBB0_1: # %for.cond # =>This Inner Loop Header: Depth=1 block @@ -115,7 +115,7 @@ main: # @main i32.const $push89=, x i32.add $push11=, $pop10, $pop89 i32.const $push88=, 0 - i32.store $drop=, 0($pop11), $pop88 + i32.store 0($pop11), $pop88 i32.const $push87=, 1 i32.add $push86=, $11, $pop87 tee_local $push85=, $11=, $pop86 @@ -154,6 +154,6 @@ x: .size x, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990513-1.c.s b/test/torture-s/990513-1.c.s index 2c7783500..afa9d254b 100644 --- a/test/torture-s/990513-1.c.s +++ b/test/torture-s/990513-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990513-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990513-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -16,16 +16,16 @@ foo: # @foo tee_local $push11=, $2=, $pop12 i32.const $push10=, -8 i32.add $push0=, $pop11, $pop10 - i32.store $drop=, 0($pop0), $1 + i32.store 0($pop0), $1 i32.const $push9=, -4 i32.add $push1=, $2, $pop9 - i32.store $drop=, 0($pop1), $1 + i32.store 0($pop1), $1 i32.const $push8=, -12 i32.add $push2=, $2, $pop8 - i32.store $drop=, 0($pop2), $1 + i32.store 0($pop2), $1 i32.const $push7=, -16 i32.add $push3=, $2, $pop7 - i32.store $drop=, 0($pop3), $1 + i32.store 0($pop3), $1 i32.const $push6=, -16 i32.add $push5=, $3, $pop6 tee_local $push4=, $3=, $pop5 @@ -51,7 +51,7 @@ main: # @main i32.const $push9=, 1024 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $1=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 + i32.store __stack_pointer($pop10), $pop15 i32.const $2=, 1024 i32.const $push0=, 0 i32.const $push14=, 1024 @@ -64,11 +64,11 @@ main: # @main i32.const $push23=, -8 i32.add $push1=, $pop24, $pop23 i64.const $push22=, 25769803782 - i64.store $drop=, 0($pop1):p2align=2, $pop22 + i64.store 0($pop1):p2align=2, $pop22 i32.const $push21=, -16 i32.add $push2=, $1, $pop21 i64.const $push20=, 25769803782 - i64.store $drop=, 0($pop2):p2align=2, $pop20 + i64.store 0($pop2):p2align=2, $pop20 i32.const $push19=, -16 i32.add $push18=, $2, $pop19 tee_local $push17=, $2=, $pop18 @@ -84,7 +84,7 @@ main: # @main i32.const $push13=, 0 i32.const $push11=, 1024 i32.add $push12=, $0, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 i32.const $push6=, 0 return $pop6 .LBB1_4: # %if.then @@ -96,5 +96,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/990524-1.c.s b/test/torture-s/990524-1.c.s index 858be76b3..ae09a8e8d 100644 --- a/test/torture-s/990524-1.c.s +++ b/test/torture-s/990524-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990524-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990524-1.c" .section .text.loop,"ax",@progbits .hidden loop .globl loop @@ -15,7 +15,7 @@ loop: # @loop tee_local $push21=, $2=, $pop22 i32.load8_u $push20=, 0($pop21) tee_local $push19=, $4=, $pop20 - i32.store8 $drop=, 0($0), $pop19 + i32.store8 0($0), $pop19 i32.const $push18=, 1 i32.add $1=, $2, $pop18 i32.const $push17=, 24 @@ -36,11 +36,11 @@ loop: # @loop # in Loop: Header=BB0_1 Depth=1 end_block # label3: i32.const $push14=, 92 - i32.store8 $drop=, 0($0), $pop14 + i32.store8 0($0), $pop14 i32.const $push13=, 1 i32.add $push3=, $0, $pop13 i32.load8_u $push4=, 0($2) - i32.store8 $drop=, 0($pop3), $pop4 + i32.store8 0($pop3), $pop4 i32.const $push12=, 2 i32.add $0=, $0, $pop12 br 1 # 1: up to label0 @@ -105,6 +105,6 @@ b: .size b, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990525-1.c.s b/test/torture-s/990525-1.c.s index 63c34f5b6..474ab07fb 100644 --- a/test/torture-s/990525-1.c.s +++ b/test/torture-s/990525-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990525-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990525-1.c" .section .text.die,"ax",@progbits .hidden die .globl die @@ -36,10 +36,10 @@ main: # @main i32.const $push4=, 16 i32.sub $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop5), $pop9 + i32.store __stack_pointer($pop5), $pop9 i32.const $push0=, 0 i64.load $push1=, .Lmain.s($pop0):p2align=2 - i64.store $drop=, 8($0):p2align=2, $pop1 + i64.store 8($0):p2align=2, $pop1 i32.const $push6=, 8 i32.add $push7=, $0, $pop6 call die@FUNCTION, $pop7 @@ -59,6 +59,6 @@ main: # @main .size .Lmain.s, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990525-2.c.s b/test/torture-s/990525-2.c.s index ea91e5307..5afd63ab7 100644 --- a/test/torture-s/990525-2.c.s +++ b/test/torture-s/990525-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990525-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990525-2.c" .section .text.func1,"ax",@progbits .hidden func1 .globl func1 @@ -22,9 +22,9 @@ func2: # @func2 .param i32 # BB#0: # %entry i64.const $push0=, 85899345930 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 i64.const $push1=, 171798691870 - i64.store $drop=, 8($0):p2align=2, $pop1 + i64.store 8($0):p2align=2, $pop1 # fallthrough-return .endfunc .Lfunc_end1: @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990527-1.c.s b/test/torture-s/990527-1.c.s index 4c4218346..880392532 100644 --- a/test/torture-s/990527-1.c.s +++ b/test/torture-s/990527-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990527-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990527-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -11,7 +11,7 @@ g: # @g i32.const $push3=, 0 i32.load $push1=, sum($pop3) i32.add $push2=, $pop1, $0 - i32.store $drop=, sum($pop0), $pop2 + i32.store sum($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -30,7 +30,7 @@ f: # @f i32.add $push2=, $pop1, $0 i32.const $push3=, 81 i32.add $push4=, $pop2, $pop3 - i32.store $drop=, sum($pop0), $pop4 + i32.store sum($pop0), $pop4 # fallthrough-return .endfunc .Lfunc_end1: @@ -50,7 +50,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 81 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, sum($pop5), $pop1 + i32.store sum($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -75,6 +75,6 @@ sum: .size sum, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990531-1.c.s b/test/torture-s/990531-1.c.s index be2aaecc7..d1963933c 100644 --- a/test/torture-s/990531-1.c.s +++ b/test/torture-s/990531-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990531-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990531-1.c" .section .text.bad,"ax",@progbits .hidden bad .globl bad @@ -14,12 +14,12 @@ bad: # @bad i32.const $push5=, 16 i32.sub $push9=, $pop4, $pop5 tee_local $push8=, $2=, $pop9 - i32.store $drop=, 8($pop8), $1 + i32.store 8($pop8), $1 i32.const $push6=, 8 i32.add $push7=, $2, $pop6 i32.add $push0=, $pop7, $0 i32.const $push1=, 0 - i32.store8 $drop=, 0($pop0), $pop1 + i32.store8 0($pop0), $pop1 i32.load $push2=, 8($2) # fallthrough-return: $pop2 .endfunc @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990604-1.c.s b/test/torture-s/990604-1.c.s index 40c0dd543..6f9bba479 100644 --- a/test/torture-s/990604-1.c.s +++ b/test/torture-s/990604-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990604-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990604-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -13,7 +13,7 @@ f: # @f # BB#1: # %do.body.preheader i32.const $push3=, 0 i32.const $push1=, 9 - i32.store $drop=, b($pop3), $pop1 + i32.store b($pop3), $pop1 .LBB0_2: # %if.end end_block # label0: # fallthrough-return @@ -42,7 +42,7 @@ main: # @main # BB#2: # %f.exit.thread i32.const $push3=, 0 i32.const $push2=, 9 - i32.store $drop=, b($pop3), $pop2 + i32.store b($pop3), $pop2 .LBB1_3: # %if.end end_block # label2: i32.const $push7=, 0 @@ -65,5 +65,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/990628-1.c.s b/test/torture-s/990628-1.c.s index 6f6a5feba..649708ec3 100644 --- a/test/torture-s/990628-1.c.s +++ b/test/torture-s/990628-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990628-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990628-1.c" .section .text.num_records,"ax",@progbits .hidden num_records .globl num_records @@ -30,14 +30,14 @@ fetch: # @fetch tee_local $push12=, $0=, $pop13 i32.const $push4=, 1 i32.add $push5=, $pop12, $pop4 - i32.store $drop=, fetch.fetch_count($pop3), $pop5 + i32.store fetch.fetch_count($pop3), $pop5 i32.const $push11=, 0 i32.const $push7=, 100 i32.const $push10=, 0 i32.const $push9=, 0 i32.gt_s $push6=, $0, $pop9 i32.select $push8=, $pop7, $pop10, $pop6 - i32.store $drop=, sqlca($pop11), $pop8 + i32.store sqlca($pop11), $pop8 # fallthrough-return .endfunc .Lfunc_end1: @@ -54,7 +54,7 @@ load_data: # @load_data i32.const $push26=, 404 i32.call $push25=, malloc@FUNCTION, $pop26 tee_local $push24=, $3=, $pop25 - i32.store $drop=, data_ptr($pop0), $pop24 + i32.store data_ptr($pop0), $pop24 i32.const $push1=, 170 i32.const $push23=, 404 i32.call $drop=, memset@FUNCTION, $3, $pop1, $pop23 @@ -68,7 +68,7 @@ load_data: # @load_data tee_local $push17=, $2=, $pop18 i32.const $push16=, 1 i32.add $push3=, $pop17, $pop16 - i32.store $drop=, fetch.fetch_count($pop20), $pop3 + i32.store fetch.fetch_count($pop20), $pop3 i32.const $push15=, 0 i32.const $push4=, 100 i32.const $push14=, 0 @@ -76,7 +76,7 @@ load_data: # @load_data i32.gt_s $push12=, $2, $pop13 tee_local $push11=, $1=, $pop12 i32.select $push5=, $pop4, $pop14, $pop11 - i32.store $drop=, sqlca($pop15), $pop5 + i32.store sqlca($pop15), $pop5 block br_if 0, $1 # 0: down to label0 .LBB2_1: # %while.body @@ -99,11 +99,11 @@ load_data: # @load_data end_loop # label2: i32.const $push8=, 0 i32.const $push7=, 100 - i32.store $drop=, sqlca($pop8), $pop7 + i32.store sqlca($pop8), $pop7 i32.const $push35=, 0 i32.const $push9=, 1 i32.add $push10=, $2, $pop9 - i32.store $drop=, fetch.fetch_count($pop35), $pop10 + i32.store fetch.fetch_count($pop35), $pop10 .LBB2_3: # %while.end end_block # label0: # fallthrough-return @@ -123,7 +123,7 @@ main: # @main i32.const $push29=, 404 i32.call $push28=, malloc@FUNCTION, $pop29 tee_local $push27=, $2=, $pop28 - i32.store $drop=, data_ptr($pop0), $pop27 + i32.store data_ptr($pop0), $pop27 i32.const $push1=, 170 i32.const $push26=, 404 i32.call $0=, memset@FUNCTION, $2, $pop1, $pop26 @@ -137,7 +137,7 @@ main: # @main tee_local $push20=, $2=, $pop21 i32.const $push19=, 1 i32.add $push3=, $pop20, $pop19 - i32.store $drop=, fetch.fetch_count($pop23), $pop3 + i32.store fetch.fetch_count($pop23), $pop3 i32.const $push18=, 0 i32.const $push4=, 100 i32.const $push17=, 0 @@ -145,7 +145,7 @@ main: # @main i32.gt_s $push15=, $2, $pop16 tee_local $push14=, $3=, $pop15 i32.select $push5=, $pop4, $pop17, $pop14 - i32.store $drop=, sqlca($pop18), $pop5 + i32.store sqlca($pop18), $pop5 block br_if 0, $3 # 0: down to label3 # BB#1: # %while.body.lr.ph.i @@ -170,10 +170,10 @@ main: # @main end_loop # label5: i32.const $push8=, 0 i32.const $push7=, 100 - i32.store $drop=, sqlca($pop8), $pop7 + i32.store sqlca($pop8), $pop7 i32.const $push38=, 0 i32.const $push9=, 2 - i32.store $drop=, fetch.fetch_count($pop38), $pop9 + i32.store fetch.fetch_count($pop38), $pop9 .LBB3_4: # %load_data.exit end_block # label3: block @@ -228,7 +228,7 @@ data_ptr: .size data_ptr, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990804-1.c.s b/test/torture-s/990804-1.c.s index 21cf22c75..03f4d12b1 100644 --- a/test/torture-s/990804-1.c.s +++ b/test/torture-s/990804-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990804-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990804-1.c" .section .text.gfbyte,"ax",@progbits .hidden gfbyte .globl gfbyte @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990811-1.c.s b/test/torture-s/990811-1.c.s index 5b8b82236..54cd5da20 100644 --- a/test/torture-s/990811-1.c.s +++ b/test/torture-s/990811-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990811-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990811-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -54,6 +54,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/990826-0.c.s b/test/torture-s/990826-0.c.s index 6e698ee11..9cf63bd6f 100644 --- a/test/torture-s/990826-0.c.s +++ b/test/torture-s/990826-0.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990826-0.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990826-0.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/990827-1.c.s b/test/torture-s/990827-1.c.s index 481160cb9..75249928c 100644 --- a/test/torture-s/990827-1.c.s +++ b/test/torture-s/990827-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990827-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990827-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -37,5 +37,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990829-1.c.s b/test/torture-s/990829-1.c.s index f8bfa4425..95aa84719 100644 --- a/test/torture-s/990829-1.c.s +++ b/test/torture-s/990829-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990829-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990829-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/990923-1.c.s b/test/torture-s/990923-1.c.s index c8da8eee0..636dfa503 100644 --- a/test/torture-s/990923-1.c.s +++ b/test/torture-s/990923-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990923-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/990923-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -36,5 +36,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991014-1.c.s b/test/torture-s/991014-1.c.s index 1c0730281..9be16f005 100644 --- a/test/torture-s/991014-1.c.s +++ b/test/torture-s/991014-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991014-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991014-1.c" .section .text.union_size,"ax",@progbits .hidden union_size .globl union_size @@ -53,4 +53,4 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/991016-1.c.s b/test/torture-s/991016-1.c.s index 27a39952d..cfbb7cf1d 100644 --- a/test/torture-s/991016-1.c.s +++ b/test/torture-s/991016-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991016-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991016-1.c" .section .text.doit,"ax",@progbits .hidden doit .globl doit @@ -37,7 +37,7 @@ doit: # @doit br_if 0, $pop7 # 0: up to label3 # BB#5: # %do.end16 end_loop # label4: - i64.store $drop=, 0($2), $5 + i64.store 0($2), $5 i64.eqz $push3=, $4 return $pop3 .LBB0_6: # %do.body.preheader @@ -56,7 +56,7 @@ doit: # @doit br_if 0, $pop13 # 0: up to label5 # BB#8: # %do.end end_loop # label6: - i32.store $drop=, 0($2), $0 + i32.store 0($2), $0 i32.eqz $push5=, $3 return $pop5 .LBB0_9: # %do.body2.preheader @@ -75,7 +75,7 @@ doit: # @doit br_if 0, $pop19 # 0: up to label7 # BB#11: # %do.end7 end_loop # label8: - i32.store $drop=, 0($2), $0 + i32.store 0($2), $0 i32.eqz $push4=, $3 return $pop4 .LBB0_12: # %sw.default @@ -101,6 +101,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/991019-1.c.s b/test/torture-s/991019-1.c.s index f4483bf0d..f1bb392ef 100644 --- a/test/torture-s/991019-1.c.s +++ b/test/torture-s/991019-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991019-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991019-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991023-1.c.s b/test/torture-s/991023-1.c.s index ac65b91ac..1a7b036e7 100644 --- a/test/torture-s/991023-1.c.s +++ b/test/torture-s/991023-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991023-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991023-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 4044 - i32.store $drop=, blah($pop1), $pop0 + i32.store blah($pop1), $pop0 i32.const $push2=, 4044 # fallthrough-return: $pop2 .endfunc @@ -25,7 +25,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 4044 - i32.store $drop=, blah($pop1), $pop0 + i32.store blah($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -43,5 +43,5 @@ blah: .size blah, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991030-1.c.s b/test/torture-s/991030-1.c.s index 6c307732e..d4c3b279b 100644 --- a/test/torture-s/991030-1.c.s +++ b/test/torture-s/991030-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991030-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991030-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -35,6 +35,6 @@ x: .size x, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/991112-1.c.s b/test/torture-s/991112-1.c.s index 7f599582b..66f53b1b1 100644 --- a/test/torture-s/991112-1.c.s +++ b/test/torture-s/991112-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991112-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991112-1.c" .section .text.rl_show_char,"ax",@progbits .hidden rl_show_char .globl rl_show_char @@ -59,6 +59,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype isprint, i32, i32 .functype abort, void diff --git a/test/torture-s/991118-1.c.s b/test/torture-s/991118-1.c.s index 27ade13c7..7c166d758 100644 --- a/test/torture-s/991118-1.c.s +++ b/test/torture-s/991118-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991118-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991118-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -10,7 +10,7 @@ sub: # @sub i64.load $push0=, 0($1) i64.const $push1=, -8690468286197432320 i64.xor $push2=, $pop0, $pop1 - i64.store $drop=, 0($0), $pop2 + i64.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -26,7 +26,7 @@ sub2: # @sub2 i64.load $push0=, 0($1) i64.const $push1=, 2381903268435576 i64.xor $push2=, $pop0, $pop1 - i64.store $drop=, 0($0), $pop2 + i64.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -42,7 +42,7 @@ sub3: # @sub3 i64.load $push0=, 0($1) i64.const $push1=, -4345234143098716160 i64.xor $push2=, $pop0, $pop1 - i64.store $drop=, 0($0), $pop2 + i64.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end2: @@ -58,7 +58,7 @@ sub4: # @sub4 i64.load $push0=, 0($1) i64.const $push1=, 6885502895806072 i64.xor $push2=, $pop0, $pop1 - i64.store $drop=, 0($0), $pop2 + i64.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end3: @@ -79,7 +79,7 @@ main: # @main i64.const $push2=, -8690468286197432320 i64.xor $push48=, $pop49, $pop2 tee_local $push47=, $3=, $pop48 - i64.store $drop=, tmp($pop1), $pop47 + i64.store tmp($pop1), $pop47 i32.const $push46=, 0 i32.const $push45=, 0 i64.load $push44=, tmp2($pop45) @@ -87,7 +87,7 @@ main: # @main i64.const $push3=, 2381903268435576 i64.xor $push42=, $pop43, $pop3 tee_local $push41=, $1=, $pop42 - i64.store $drop=, tmp2($pop46), $pop41 + i64.store tmp2($pop46), $pop41 block i64.const $push4=, -4096 i64.and $push5=, $3, $pop4 @@ -124,7 +124,7 @@ main: # @main i64.const $push22=, -4345234143098716160 i64.xor $push62=, $pop63, $pop22 tee_local $push61=, $3=, $pop62 - i64.store $drop=, tmp3($pop21), $pop61 + i64.store tmp3($pop21), $pop61 i32.const $push60=, 0 i32.const $push59=, 0 i64.load $push58=, tmp4($pop59) @@ -132,7 +132,7 @@ main: # @main i64.const $push23=, 6885502895806072 i64.xor $push56=, $pop57, $pop23 tee_local $push55=, $1=, $pop56 - i64.store $drop=, tmp4($pop60), $pop55 + i64.store tmp4($pop60), $pop55 i64.const $push24=, -2048 i64.and $push25=, $3, $pop24 i64.const $push26=, -3725223934242340864 @@ -237,6 +237,6 @@ tmp4: .size tmp4, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/991201-1.c.s b/test/torture-s/991201-1.c.s index 077e7262b..5226412d5 100644 --- a/test/torture-s/991201-1.c.s +++ b/test/torture-s/991201-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991201-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991201-1.c" .section .text.reset_palette,"ax",@progbits .hidden reset_palette .globl reset_palette @@ -24,7 +24,7 @@ reset_palette: # @reset_palette i32.const $push24=, default_red+64 i32.add $push6=, $2, $pop24 i32.load $push7=, 0($pop6) - i32.store8 $drop=, 0($pop5), $pop7 + i32.store8 0($pop5), $pop7 i32.load $push8=, 0($1) i32.add $push9=, $pop8, $0 i32.const $push23=, -1 @@ -32,13 +32,13 @@ reset_palette: # @reset_palette i32.const $push22=, default_grn+64 i32.add $push11=, $2, $pop22 i32.load $push12=, 0($pop11) - i32.store8 $drop=, 0($pop10), $pop12 + i32.store8 0($pop10), $pop12 i32.load $push13=, 0($1) i32.add $push14=, $pop13, $0 i32.const $push21=, default_blu+64 i32.add $push15=, $2, $pop21 i32.load $push16=, 0($pop15) - i32.store8 $drop=, 0($pop14), $pop16 + i32.store8 0($pop14), $pop16 i32.const $push20=, 3 i32.add $0=, $0, $pop20 i32.const $push19=, 4 @@ -197,6 +197,6 @@ default_blu: .size default_blu, 64 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/991202-1.c.s b/test/torture-s/991202-1.c.s index 6472c268b..e1945d776 100644 --- a/test/torture-s/991202-1.c.s +++ b/test/torture-s/991202-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991202-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991202-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,10 +9,10 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 64 - i32.store $drop=, y($pop1), $pop0 + i32.store y($pop1), $pop0 i32.const $push4=, 0 i32.const $push2=, 32 - i32.store $drop=, x($pop4), $pop2 + i32.store x($pop4), $pop2 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -39,5 +39,5 @@ y: .size y, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991202-2.c.s b/test/torture-s/991202-2.c.s index f1b6b50f9..3c0528c62 100644 --- a/test/torture-s/991202-2.c.s +++ b/test/torture-s/991202-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991202-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991202-2.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991202-3.c.s b/test/torture-s/991202-3.c.s index 45371b0ae..4693afbb0 100644 --- a/test/torture-s/991202-3.c.s +++ b/test/torture-s/991202-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991202-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991202-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -62,5 +62,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991216-1.c.s b/test/torture-s/991216-1.c.s index 639d4a3ce..afa602d60 100644 --- a/test/torture-s/991216-1.c.s +++ b/test/torture-s/991216-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991216-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991216-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -359,6 +359,6 @@ main: # @main .size main, .Lfunc_end8-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/991216-2.c.s b/test/torture-s/991216-2.c.s index d1d5545b5..8f980635a 100644 --- a/test/torture-s/991216-2.c.s +++ b/test/torture-s/991216-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991216-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991216-2.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -14,8 +14,8 @@ test: # @test i32.const $push19=, 16 i32.sub $push25=, $pop18, $pop19 tee_local $push24=, $4=, $pop25 - i32.store $drop=, __stack_pointer($pop20), $pop24 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop20), $pop24 + i32.store 12($4), $1 block block block @@ -34,7 +34,7 @@ test: # @test i32.const $push31=, 4 i32.add $push30=, $1, $pop31 tee_local $push29=, $3=, $pop30 - i32.store $drop=, 12($4), $pop29 + i32.store 12($4), $pop29 i32.const $push28=, 1 i32.add $push27=, $2, $pop28 tee_local $push26=, $2=, $pop27 @@ -57,7 +57,7 @@ test: # @test i32.const $push8=, 8 i32.add $push33=, $pop34, $pop8 tee_local $push32=, $2=, $pop33 - i32.store $drop=, 12($4), $pop32 + i32.store 12($4), $pop32 i64.load $push9=, 0($1) i64.const $push10=, 81985529216486895 i64.ne $push11=, $pop9, $pop10 @@ -65,7 +65,7 @@ test: # @test # BB#6: # %if.end7 i32.const $push12=, 12 i32.add $push13=, $1, $pop12 - i32.store $drop=, 12($4), $pop13 + i32.store 12($4), $pop13 i32.load $push14=, 0($2) i32.const $push15=, 85 i32.ne $push16=, $pop14, $pop15 @@ -74,7 +74,7 @@ test: # @test i32.const $push23=, 0 i32.const $push21=, 16 i32.add $push22=, $4, $pop21 - i32.store $drop=, __stack_pointer($pop23), $pop22 + i32.store __stack_pointer($pop23), $pop22 return .LBB0_8: # %if.then11 end_block # label0: @@ -98,11 +98,11 @@ main: # @main i32.const $push36=, 288 i32.sub $push116=, $pop35, $pop36 tee_local $push115=, $0=, $pop116 - i32.store $drop=, __stack_pointer($pop37), $pop115 + i32.store __stack_pointer($pop37), $pop115 i32.const $push0=, 85 - i32.store $drop=, 280($0), $pop0 + i32.store 280($0), $pop0 i64.const $push1=, 81985529216486895 - i64.store $drop=, 272($0), $pop1 + i64.store 272($0), $pop1 i32.const $push2=, 1 i32.const $push38=, 272 i32.add $push39=, $0, $pop38 @@ -112,11 +112,11 @@ main: # @main i32.const $push3=, 16 i32.add $push4=, $pop41, $pop3 i32.const $push114=, 85 - i32.store $drop=, 0($pop4), $pop114 + i32.store 0($pop4), $pop114 i64.const $push113=, 81985529216486895 - i64.store $drop=, 248($0), $pop113 + i64.store 248($0), $pop113 i32.const $push5=, 2 - i32.store $drop=, 240($0), $pop5 + i32.store 240($0), $pop5 i32.const $push112=, 2 i32.const $push42=, 240 i32.add $push43=, $0, $pop42 @@ -126,11 +126,11 @@ main: # @main i32.const $push111=, 16 i32.add $push6=, $pop45, $pop111 i32.const $push110=, 85 - i32.store $drop=, 0($pop6), $pop110 + i32.store 0($pop6), $pop110 i64.const $push109=, 81985529216486895 - i64.store $drop=, 216($0), $pop109 + i64.store 216($0), $pop109 i64.const $push7=, 12884901890 - i64.store $drop=, 208($0), $pop7 + i64.store 208($0), $pop7 i32.const $push8=, 3 i32.const $push46=, 208 i32.add $push47=, $0, $pop46 @@ -140,17 +140,17 @@ main: # @main i32.const $push9=, 24 i32.add $push10=, $pop49, $pop9 i32.const $push108=, 85 - i32.store $drop=, 0($pop10), $pop108 + i32.store 0($pop10), $pop108 i32.const $push50=, 176 i32.add $push51=, $0, $pop50 i32.const $push107=, 16 i32.add $push11=, $pop51, $pop107 i64.const $push106=, 81985529216486895 - i64.store $drop=, 0($pop11), $pop106 + i64.store 0($pop11), $pop106 i32.const $push12=, 4 - i32.store $drop=, 184($0), $pop12 + i32.store 184($0), $pop12 i64.const $push105=, 12884901890 - i64.store $drop=, 176($0), $pop105 + i64.store 176($0), $pop105 i32.const $push104=, 4 i32.const $push52=, 176 i32.add $push53=, $0, $pop52 @@ -160,17 +160,17 @@ main: # @main i32.const $push103=, 24 i32.add $push13=, $pop55, $pop103 i32.const $push102=, 85 - i32.store $drop=, 0($pop13), $pop102 + i32.store 0($pop13), $pop102 i32.const $push56=, 144 i32.add $push57=, $0, $pop56 i32.const $push101=, 16 i32.add $push14=, $pop57, $pop101 i64.const $push100=, 81985529216486895 - i64.store $drop=, 0($pop14), $pop100 + i64.store 0($pop14), $pop100 i64.const $push15=, 21474836484 - i64.store $drop=, 152($0), $pop15 + i64.store 152($0), $pop15 i64.const $push99=, 12884901890 - i64.store $drop=, 144($0), $pop99 + i64.store 144($0), $pop99 i32.const $push16=, 5 i32.const $push58=, 144 i32.add $push59=, $0, $pop58 @@ -180,23 +180,23 @@ main: # @main i32.const $push17=, 32 i32.add $push18=, $pop61, $pop17 i32.const $push98=, 85 - i32.store $drop=, 0($pop18), $pop98 + i32.store 0($pop18), $pop98 i32.const $push62=, 96 i32.add $push63=, $0, $pop62 i32.const $push97=, 24 i32.add $push19=, $pop63, $pop97 i64.const $push96=, 81985529216486895 - i64.store $drop=, 0($pop19), $pop96 + i64.store 0($pop19), $pop96 i32.const $push64=, 96 i32.add $push65=, $0, $pop64 i32.const $push95=, 16 i32.add $push20=, $pop65, $pop95 i32.const $push21=, 6 - i32.store $drop=, 0($pop20), $pop21 + i32.store 0($pop20), $pop21 i64.const $push94=, 21474836484 - i64.store $drop=, 104($0), $pop94 + i64.store 104($0), $pop94 i64.const $push93=, 12884901890 - i64.store $drop=, 96($0), $pop93 + i64.store 96($0), $pop93 i32.const $push92=, 6 i32.const $push66=, 96 i32.add $push67=, $0, $pop66 @@ -206,23 +206,23 @@ main: # @main i32.const $push91=, 32 i32.add $push22=, $pop69, $pop91 i32.const $push90=, 85 - i32.store $drop=, 0($pop22), $pop90 + i32.store 0($pop22), $pop90 i32.const $push70=, 48 i32.add $push71=, $0, $pop70 i32.const $push89=, 24 i32.add $push23=, $pop71, $pop89 i64.const $push88=, 81985529216486895 - i64.store $drop=, 0($pop23), $pop88 + i64.store 0($pop23), $pop88 i32.const $push72=, 48 i32.add $push73=, $0, $pop72 i32.const $push87=, 16 i32.add $push24=, $pop73, $pop87 i64.const $push25=, 30064771078 - i64.store $drop=, 0($pop24), $pop25 + i64.store 0($pop24), $pop25 i64.const $push86=, 21474836484 - i64.store $drop=, 56($0), $pop86 + i64.store 56($0), $pop86 i64.const $push85=, 12884901890 - i64.store $drop=, 48($0), $pop85 + i64.store 48($0), $pop85 i32.const $push26=, 7 i32.const $push74=, 48 i32.add $push75=, $0, $pop74 @@ -230,23 +230,23 @@ main: # @main i32.const $push27=, 40 i32.add $push28=, $0, $pop27 i32.const $push84=, 85 - i32.store $drop=, 0($pop28), $pop84 + i32.store 0($pop28), $pop84 i32.const $push83=, 32 i32.add $push29=, $0, $pop83 i64.const $push82=, 81985529216486895 - i64.store $drop=, 0($pop29), $pop82 + i64.store 0($pop29), $pop82 i32.const $push81=, 24 i32.add $push30=, $0, $pop81 i32.const $push31=, 8 - i32.store $drop=, 0($pop30), $pop31 + i32.store 0($pop30), $pop31 i32.const $push80=, 16 i32.add $push32=, $0, $pop80 i64.const $push79=, 30064771078 - i64.store $drop=, 0($pop32), $pop79 + i64.store 0($pop32), $pop79 i64.const $push78=, 21474836484 - i64.store $drop=, 8($0), $pop78 + i64.store 8($0), $pop78 i64.const $push77=, 12884901890 - i64.store $drop=, 0($0), $pop77 + i64.store 0($0), $pop77 i32.const $push76=, 8 call test@FUNCTION, $pop76, $0 i32.const $push33=, 0 @@ -257,6 +257,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/991216-4.c.s b/test/torture-s/991216-4.c.s index c26e9f499..4ac24562a 100644 --- a/test/torture-s/991216-4.c.s +++ b/test/torture-s/991216-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991216-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991216-4.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991221-1.c.s b/test/torture-s/991221-1.c.s index 2124e114d..129dc6d1f 100644 --- a/test/torture-s/991221-1.c.s +++ b/test/torture-s/991221-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991221-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991221-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991227-1.c.s b/test/torture-s/991227-1.c.s index dc30e743c..25df6dd98 100644 --- a/test/torture-s/991227-1.c.s +++ b/test/torture-s/991227-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991227-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991227-1.c" .section .text.doit,"ax",@progbits .hidden doit .globl doit @@ -44,5 +44,5 @@ main: # @main .size .L.str.1, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/991228-1.c.s b/test/torture-s/991228-1.c.s index d0df85acb..e5ad90e52 100644 --- a/test/torture-s/991228-1.c.s +++ b/test/torture-s/991228-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991228-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/991228-1.c" .section .text.signbit,"ax",@progbits .hidden signbit .globl signbit @@ -14,7 +14,7 @@ signbit: # @signbit i32.const $push10=, 16 i32.sub $push14=, $pop9, $pop10 tee_local $push13=, $1=, $pop14 - f64.store $drop=, 8($pop13), $0 + f64.store 8($pop13), $0 i32.const $push11=, 8 i32.add $push12=, $1, $pop11 i32.const $push0=, 0 @@ -44,7 +44,7 @@ main: # @main i32.const $push13=, 16 i32.sub $push22=, $pop12, $pop13 tee_local $push21=, $1=, $pop22 - i32.store $drop=, __stack_pointer($pop14), $pop21 + i32.store __stack_pointer($pop14), $pop21 block i32.const $push20=, 0 i32.load $push0=, endianness_test($pop20) @@ -64,7 +64,7 @@ main: # @main .LBB1_2: # %if.end end_block # label0: i64.const $push6=, -4625196817309499392 - i64.store $drop=, 8($1), $pop6 + i64.store 8($1), $pop6 block i32.const $push15=, 8 i32.add $push16=, $1, $pop15 @@ -104,6 +104,6 @@ endianness_test: .size endianness_test, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/align-1.c.s b/test/torture-s/align-1.c.s index cd46a083b..75c140fe9 100644 --- a/test/torture-s/align-1.c.s +++ b/test/torture-s/align-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/align-2.c.s b/test/torture-s/align-2.c.s index 19d4498a2..d3dadcc02 100644 --- a/test/torture-s/align-2.c.s +++ b/test/torture-s/align-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -361,5 +361,5 @@ s_d_ld: .size s_d_ld, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/align-3.c.s b/test/torture-s/align-3.c.s index f0b7d0cc5..33c1ea557 100644 --- a/test/torture-s/align-3.c.s +++ b/test/torture-s/align-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/align-3.c" .section .text.func,"ax",@progbits .hidden func .globl func @@ -26,4 +26,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/alloca-1.c.s b/test/torture-s/alloca-1.c.s index aa2155f24..5ca0bebaf 100644 --- a/test/torture-s/alloca-1.c.s +++ b/test/torture-s/alloca-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/alloca-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/alloca-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,7 +33,7 @@ main: # @main i32.const $push5=, 32 i32.sub $push11=, $pop4, $pop5 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 + i32.store __stack_pointer($pop6), $pop10 block i32.const $push0=, 15 i32.and $push1=, $0, $pop0 @@ -42,7 +42,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 32 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push2=, 0 return $pop2 .LBB1_2: # %if.then @@ -54,5 +54,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/anon-1.c.s b/test/torture-s/anon-1.c.s index 636ad5c16..9f76faced 100644 --- a/test/torture-s/anon-1.c.s +++ b/test/torture-s/anon-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/anon-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/anon-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,7 +10,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 25769803781 - i64.store $drop=, foo+4($pop1):p2align=2, $pop0 + i64.store foo+4($pop1):p2align=2, $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -27,4 +27,4 @@ foo: .size foo, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/arith-1.c.s b/test/torture-s/arith-1.c.s index a52de68b8..4811424e0 100644 --- a/test/torture-s/arith-1.c.s +++ b/test/torture-s/arith-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/arith-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/arith-1.c" .section .text.sat_add,"ax",@progbits .hidden sat_add .globl sat_add @@ -34,5 +34,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/arith-rand-ll.c.s b/test/torture-s/arith-rand-ll.c.s index b03ab43fb..251e75001 100644 --- a/test/torture-s/arith-rand-ll.c.s +++ b/test/torture-s/arith-rand-ll.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/arith-rand-ll.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/arith-rand-ll.c" .section .text.simple_rand,"ax",@progbits .hidden simple_rand .globl simple_rand @@ -16,7 +16,7 @@ simple_rand: # @simple_rand i64.const $push4=, 12345 i64.add $push8=, $pop3, $pop4 tee_local $push7=, $0=, $pop8 - i64.store $drop=, simple_rand.seed($pop0), $pop7 + i64.store simple_rand.seed($pop0), $pop7 i64.const $push5=, 8 i64.shr_u $push6=, $0, $pop5 # fallthrough-return: $pop6 @@ -81,7 +81,7 @@ random_bitstring: # @random_bitstring .LBB1_5: # %cleanup end_loop # label1: i32.const $push9=, 0 - i64.store $drop=, simple_rand.seed($pop9), $2 + i64.store simple_rand.seed($pop9), $2 copy_local $push27=, $3 # fallthrough-return: $pop27 .endfunc @@ -399,32 +399,32 @@ main: # @main # BB#28: # %for.end end_loop # label8: i32.const $push75=, 0 - i64.store $drop=, simple_rand.seed($pop75), $2 + i64.store simple_rand.seed($pop75), $2 i32.const $push185=, 0 call exit@FUNCTION, $pop185 unreachable .LBB2_29: # %if.then32 end_block # label6: i32.const $push27=, 0 - i64.store $drop=, simple_rand.seed($pop27), $2 + i64.store simple_rand.seed($pop27), $2 call abort@FUNCTION unreachable .LBB2_30: # %if.then111 end_block # label5: i32.const $push73=, 0 - i64.store $drop=, simple_rand.seed($pop73), $2 + i64.store simple_rand.seed($pop73), $2 call abort@FUNCTION unreachable .LBB2_31: # %if.then208 end_block # label4: i32.const $push54=, 0 - i64.store $drop=, simple_rand.seed($pop54), $2 + i64.store simple_rand.seed($pop54), $2 call abort@FUNCTION unreachable .LBB2_32: # %if.then299 end_block # label3: i32.const $push72=, 0 - i64.store $drop=, simple_rand.seed($pop72), $2 + i64.store simple_rand.seed($pop72), $2 call abort@FUNCTION unreachable .endfunc @@ -439,6 +439,6 @@ simple_rand.seed: .size simple_rand.seed, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/arith-rand.c.s b/test/torture-s/arith-rand.c.s index 813d79f45..045a44230 100644 --- a/test/torture-s/arith-rand.c.s +++ b/test/torture-s/arith-rand.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/arith-rand.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/arith-rand.c" .section .text.simple_rand,"ax",@progbits .hidden simple_rand .globl simple_rand @@ -16,7 +16,7 @@ simple_rand: # @simple_rand i32.const $push4=, 12345 i32.add $push8=, $pop3, $pop4 tee_local $push7=, $0=, $pop8 - i32.store $drop=, simple_rand.seed($pop0), $pop7 + i32.store simple_rand.seed($pop0), $pop7 i32.const $push5=, 8 i32.shr_u $push6=, $0, $pop5 # fallthrough-return: $pop6 @@ -76,7 +76,7 @@ random_bitstring: # @random_bitstring .LBB1_5: # %cleanup end_loop # label1: i32.const $push6=, 0 - i32.store $drop=, simple_rand.seed($pop6), $1 + i32.store simple_rand.seed($pop6), $1 copy_local $push22=, $2 # fallthrough-return: $pop22 .endfunc @@ -333,26 +333,26 @@ main: # @main # BB#22: # %for.end end_loop # label7: i32.const $push57=, 0 - i32.store $drop=, simple_rand.seed($pop57), $2 + i32.store simple_rand.seed($pop57), $2 i32.const $push145=, 0 call exit@FUNCTION, $pop145 unreachable .LBB2_23: # %if.then136 end_block # label5: i32.const $push37=, 0 - i32.store $drop=, simple_rand.seed($pop37), $2 + i32.store simple_rand.seed($pop37), $2 call abort@FUNCTION unreachable .LBB2_24: # %if.then40 end_block # label4: i32.const $push19=, 0 - i32.store $drop=, simple_rand.seed($pop19), $2 + i32.store simple_rand.seed($pop19), $2 call abort@FUNCTION unreachable .LBB2_25: # %if.then227 end_block # label3: i32.const $push55=, 0 - i32.store $drop=, simple_rand.seed($pop55), $2 + i32.store simple_rand.seed($pop55), $2 call abort@FUNCTION unreachable .endfunc @@ -367,6 +367,6 @@ simple_rand.seed: .size simple_rand.seed, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/ashldi-1.c.s b/test/torture-s/ashldi-1.c.s index 175585bc7..66e3ba313 100644 --- a/test/torture-s/ashldi-1.c.s +++ b/test/torture-s/ashldi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ashldi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ashldi-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -138,6 +138,6 @@ main: # @main .size .Lswitch.table, 512 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/ashrdi-1.c.s b/test/torture-s/ashrdi-1.c.s index 5b7fab4c6..130fc1775 100644 --- a/test/torture-s/ashrdi-1.c.s +++ b/test/torture-s/ashrdi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ashrdi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ashrdi-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -723,6 +723,6 @@ sext: .size sext, 512 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/bcp-1.c.s b/test/torture-s/bcp-1.c.s index f1b068bb0..6ca28c89a 100644 --- a/test/torture-s/bcp-1.c.s +++ b/test/torture-s/bcp-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bcp-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bcp-1.c" .section .text.bad0,"ax",@progbits .hidden bad0 .globl bad0 @@ -436,6 +436,6 @@ global: .size global, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/bf-layout-1.c.s b/test/torture-s/bf-layout-1.c.s index 7b088ce39..d39a4dcfc 100644 --- a/test/torture-s/bf-layout-1.c.s +++ b/test/torture-s/bf-layout-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-layout-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-layout-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -33,5 +33,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/bf-pack-1.c.s b/test/torture-s/bf-pack-1.c.s index f9fec28db..b13178a0d 100644 --- a/test/torture-s/bf-pack-1.c.s +++ b/test/torture-s/bf-pack-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-pack-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-pack-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -47,9 +47,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push9=, $pop3, $pop4 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop5), $pop8 + i32.store __stack_pointer($pop5), $pop8 i64.const $push0=, 95075992080948 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push6=, 8 i32.add $push7=, $0, $pop6 i32.call $drop=, f@FUNCTION, $pop7 @@ -61,6 +61,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/bf-sign-1.c.s b/test/torture-s/bf-sign-1.c.s index e77781e30..4a44ee6c9 100644 --- a/test/torture-s/bf-sign-1.c.s +++ b/test/torture-s/bf-sign-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-sign-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-sign-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/bf-sign-2.c.s b/test/torture-s/bf-sign-2.c.s index 82c4ec2fc..714e0e555 100644 --- a/test/torture-s/bf-sign-2.c.s +++ b/test/torture-s/bf-sign-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-sign-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf-sign-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -98,6 +98,6 @@ x: .size x, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/bf64-1.c.s b/test/torture-s/bf64-1.c.s index ec7962599..8b0298571 100644 --- a/test/torture-s/bf64-1.c.s +++ b/test/torture-s/bf64-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf64-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bf64-1.c" .section .text.sub,"ax",@progbits .hidden sub .globl sub @@ -10,7 +10,7 @@ sub: # @sub i64.load $push0=, 0($1) i64.const $push1=, -8690468286197432320 i64.or $push2=, $pop0, $pop1 - i64.store $drop=, 0($0), $pop2 + i64.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -26,7 +26,7 @@ sub2: # @sub2 i64.load $push0=, 0($1) i64.const $push1=, 2381903268435576 i64.or $push2=, $pop0, $pop1 - i64.store $drop=, 0($0), $pop2 + i64.store 0($0), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -47,5 +47,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/bitfld-1.c.s b/test/torture-s/bitfld-1.c.s index a5a87d672..eb74b0a1e 100644 --- a/test/torture-s/bitfld-1.c.s +++ b/test/torture-s/bitfld-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,4 +15,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/bitfld-2.c.s b/test/torture-s/bitfld-2.c.s index 034d3080d..670c5913e 100644 --- a/test/torture-s/bitfld-2.c.s +++ b/test/torture-s/bitfld-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/bitfld-3.c.s b/test/torture-s/bitfld-3.c.s index 75710ab13..5e8967da2 100644 --- a/test/torture-s/bitfld-3.c.s +++ b/test/torture-s/bitfld-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -118,5 +118,5 @@ c: .size c, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/bitfld-4.c.s b/test/torture-s/bitfld-4.c.s index 3a0950307..49448ce81 100644 --- a/test/torture-s/bitfld-4.c.s +++ b/test/torture-s/bitfld-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-4.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -37,5 +37,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/bitfld-5.c.s b/test/torture-s/bitfld-5.c.s index c3523375a..65b40ec90 100644 --- a/test/torture-s/bitfld-5.c.s +++ b/test/torture-s/bitfld-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-5.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -56,23 +56,23 @@ main: # @main i32.const $push7=, 16 i32.sub $push17=, $pop6, $pop7 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop8), $pop16 + i32.store __stack_pointer($pop8), $pop16 i32.const $push0=, 0 i64.load $push1=, .Lmain.s($pop0) - i64.store $drop=, 8($0), $pop1 + i64.store 8($0), $pop1 i32.const $push12=, 8 i32.add $push13=, $0, $pop12 i64.const $push2=, 10 call f@FUNCTION, $pop13, $pop2 i32.const $push15=, 0 i64.load $push3=, .Lmain.t($pop15) - i64.store $drop=, 0($0), $pop3 + i64.store 0($0), $pop3 i64.const $push4=, 1099511627778 call f@FUNCTION, $0, $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $0, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 i32.const $push14=, 0 # fallthrough-return: $pop14 .endfunc @@ -107,5 +107,5 @@ main: # @main .size .Lmain.t, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/bitfld-6.c.s b/test/torture-s/bitfld-6.c.s index 526b4bc68..682854560 100644 --- a/test/torture-s/bitfld-6.c.s +++ b/test/torture-s/bitfld-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bitfld-6.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/bswap-1.c.s b/test/torture-s/bswap-1.c.s index e9642791b..a4b1d2823 100644 --- a/test/torture-s/bswap-1.c.s +++ b/test/torture-s/bswap-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bswap-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/bswap-1.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -163,5 +163,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/builtin-bitops-1.c.s b/test/torture-s/builtin-bitops-1.c.s index b8d79e0c1..96bb9f43f 100644 --- a/test/torture-s/builtin-bitops-1.c.s +++ b/test/torture-s/builtin-bitops-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-bitops-1.c" .section .text.my_ffs,"ax",@progbits .hidden my_ffs .globl my_ffs @@ -1673,7 +1673,7 @@ longlongs: .size longlongs, 104 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype __builtin_clrsb, i32 .functype __builtin_clrsbl, i32 diff --git a/test/torture-s/builtin-constant.c.s b/test/torture-s/builtin-constant.c.s index 5030241de..b117118eb 100644 --- a/test/torture-s/builtin-constant.c.s +++ b/test/torture-s/builtin-constant.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-constant.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-constant.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -47,6 +47,6 @@ main: # @main .size .L.str, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/builtin-prefetch-1.c.s b/test/torture-s/builtin-prefetch-1.c.s index 823d0f815..82ac0309b 100644 --- a/test/torture-s/builtin-prefetch-1.c.s +++ b/test/torture-s/builtin-prefetch-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-1.c" .section .text.good_const,"ax",@progbits .hidden good_const .globl good_const @@ -80,5 +80,5 @@ arr: .size arr, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/builtin-prefetch-2.c.s b/test/torture-s/builtin-prefetch-2.c.s index 60a299144..c3db0e71e 100644 --- a/test/torture-s/builtin-prefetch-2.c.s +++ b/test/torture-s/builtin-prefetch-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-2.c" .section .text.simple_global,"ax",@progbits .hidden simple_global .globl simple_global @@ -46,11 +46,11 @@ simple_local: # @simple_local i32.const $push2=, 416 i32.sub $push8=, $pop1, $pop2 tee_local $push7=, $0=, $pop8 - i32.store $drop=, __stack_pointer($pop3), $pop7 + i32.store __stack_pointer($pop3), $pop7 i32.const $push6=, 0 i32.const $push4=, 416 i32.add $push5=, $0, $pop4 - i32.store $drop=, __stack_pointer($pop6), $pop5 + i32.store __stack_pointer($pop6), $pop5 # fallthrough-return .endfunc .Lfunc_end3: @@ -67,7 +67,7 @@ simple_arg: # @simple_arg i32.load $push1=, __stack_pointer($pop0) i32.const $push2=, 16 i32.sub $push3=, $pop1, $pop2 - i32.store $drop=, 12($pop3), $2 + i32.store 12($pop3), $2 # fallthrough-return .endfunc .Lfunc_end4: @@ -117,7 +117,7 @@ main: # @main call simple_arg@FUNCTION, $pop3, $pop2, $pop1 i32.const $push6=, 0 i32.const $push4=, str - i32.store $drop=, str+16($pop6), $pop4 + i32.store str+16($pop6), $pop4 call expr_global@FUNCTION call expr_local@FUNCTION i32.const $push5=, 0 @@ -201,5 +201,5 @@ simple_static_local.ix: .size simple_static_local.ix, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/builtin-prefetch-3.c.s b/test/torture-s/builtin-prefetch-3.c.s index fd66175f1..962c7543e 100644 --- a/test/torture-s/builtin-prefetch-3.c.s +++ b/test/torture-s/builtin-prefetch-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-3.c" .section .text.simple_vol_global,"ax",@progbits .hidden simple_vol_global .globl simple_vol_global @@ -108,10 +108,10 @@ main: # @main call simple_vol_file@FUNCTION i32.const $push1=, 0 i32.const $push0=, str - i32.store $drop=, vol_str+16($pop1), $pop0 + i32.store vol_str+16($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, str - i32.store $drop=, str+16($pop4), $pop3 + i32.store str+16($pop4), $pop3 call expr_vol_global@FUNCTION i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -264,5 +264,5 @@ stat_int_arr: .size stat_int_arr, 400 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/builtin-prefetch-4.c.s b/test/torture-s/builtin-prefetch-4.c.s index f2e35ad25..1506634b7 100644 --- a/test/torture-s/builtin-prefetch-4.c.s +++ b/test/torture-s/builtin-prefetch-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-4.c" .section .text.assign_arg_ptr,"ax",@progbits .hidden assign_arg_ptr .globl assign_arg_ptr @@ -88,7 +88,7 @@ preinc_glob_ptr: # @preinc_glob_ptr i32.load $push1=, ptr($pop5) i32.const $push2=, 4 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, ptr($pop0), $pop3 + i32.store ptr($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -121,7 +121,7 @@ postinc_glob_ptr: # @postinc_glob_ptr i32.load $push1=, ptr($pop5) i32.const $push2=, 4 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, ptr($pop0), $pop3 + i32.store ptr($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -154,7 +154,7 @@ predec_glob_ptr: # @predec_glob_ptr i32.load $push1=, ptr($pop5) i32.const $push2=, -4 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, ptr($pop0), $pop3 + i32.store ptr($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -187,7 +187,7 @@ postdec_glob_ptr: # @postdec_glob_ptr i32.load $push1=, ptr($pop5) i32.const $push2=, -4 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, ptr($pop0), $pop3 + i32.store ptr($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -220,7 +220,7 @@ preinc_glob_idx: # @preinc_glob_idx i32.load $push1=, arrindex($pop5) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, arrindex($pop0), $pop3 + i32.store arrindex($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -253,7 +253,7 @@ postinc_glob_idx: # @postinc_glob_idx i32.load $push1=, arrindex($pop5) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, arrindex($pop0), $pop3 + i32.store arrindex($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -286,7 +286,7 @@ predec_glob_idx: # @predec_glob_idx i32.load $push1=, arrindex($pop5) i32.const $push2=, -1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, arrindex($pop0), $pop3 + i32.store arrindex($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -319,7 +319,7 @@ postdec_glob_idx: # @postdec_glob_idx i32.load $push1=, arrindex($pop5) i32.const $push2=, -1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, arrindex($pop0), $pop3 + i32.store arrindex($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -339,7 +339,7 @@ getptr: # @getptr i32.load $push1=, getptrcnt($pop6) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, getptrcnt($pop0), $pop3 + i32.store getptrcnt($pop0), $pop3 i32.const $push4=, 4 i32.add $push5=, $0, $pop4 # fallthrough-return: $pop5 @@ -362,7 +362,7 @@ funccall_arg_ptr: # @funccall_arg_ptr tee_local $push4=, $1=, $pop5 i32.const $push1=, 1 i32.add $push2=, $pop4, $pop1 - i32.store $drop=, getptrcnt($pop0), $pop2 + i32.store getptrcnt($pop0), $pop2 i32.eqz $push3=, $1 # fallthrough-return: $pop3 .endfunc @@ -382,7 +382,7 @@ getint: # @getint i32.load $push1=, getintcnt($pop6) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, getintcnt($pop0), $pop3 + i32.store getintcnt($pop0), $pop3 i32.const $push5=, 1 i32.add $push4=, $0, $pop5 # fallthrough-return: $pop4 @@ -405,7 +405,7 @@ funccall_arg_idx: # @funccall_arg_idx i32.const $push2=, 1 i32.add $push6=, $pop1, $pop2 tee_local $push5=, $2=, $pop6 - i32.store $drop=, getintcnt($pop0), $pop5 + i32.store getintcnt($pop0), $pop5 i32.const $push4=, 1 i32.eq $push3=, $2, $pop4 # fallthrough-return: $pop3 @@ -438,7 +438,7 @@ main: # @main i32.const $push16=, 1 i32.add $push15=, $0, $pop16 tee_local $push14=, $1=, $pop15 - i32.store $drop=, arrindex($pop17), $pop14 + i32.store arrindex($pop17), $pop14 i32.const $push13=, 1 i32.eqz $push34=, $pop13 br_if 0, $pop34 # 0: down to label0 @@ -446,19 +446,19 @@ main: # @main i32.const $push19=, 0 i32.const $push2=, 2 i32.add $push3=, $0, $pop2 - i32.store $drop=, arrindex($pop19), $pop3 + i32.store arrindex($pop19), $pop3 i32.const $push18=, 1 i32.eqz $push35=, $pop18 br_if 0, $pop35 # 0: down to label0 # BB#4: # %if.end64 i32.const $push21=, 0 - i32.store $drop=, arrindex($pop21), $1 + i32.store arrindex($pop21), $1 i32.const $push20=, 1 i32.eqz $push36=, $pop20 br_if 0, $pop36 # 0: down to label0 # BB#5: # %if.end72 i32.const $push23=, 0 - i32.store $drop=, arrindex($pop23), $0 + i32.store arrindex($pop23), $0 i32.const $push22=, 1 i32.eqz $push37=, $pop22 br_if 0, $pop37 # 0: down to label0 @@ -469,7 +469,7 @@ main: # @main tee_local $push25=, $0=, $pop26 i32.const $push24=, 1 i32.add $push4=, $pop25, $pop24 - i32.store $drop=, getptrcnt($pop28), $pop4 + i32.store getptrcnt($pop28), $pop4 br_if 0, $0 # 0: down to label0 # BB#7: # %if.end80 i32.const $push33=, 0 @@ -478,7 +478,7 @@ main: # @main tee_local $push30=, $0=, $pop31 i32.const $push29=, 1 i32.add $push5=, $pop30, $pop29 - i32.store $drop=, getintcnt($pop33), $pop5 + i32.store getintcnt($pop33), $pop5 br_if 0, $0 # 0: down to label0 # BB#8: # %if.end84 i32.const $push6=, 0 @@ -538,6 +538,6 @@ getintcnt: .size getintcnt, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/builtin-prefetch-5.c.s b/test/torture-s/builtin-prefetch-5.c.s index f2ea3cb9b..ec0722db1 100644 --- a/test/torture-s/builtin-prefetch-5.c.s +++ b/test/torture-s/builtin-prefetch-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-5.c" .section .text.arg_ptr,"ax",@progbits .hidden arg_ptr .globl arg_ptr @@ -55,18 +55,18 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, idx($pop1), $pop0 + i32.store idx($pop1), $pop0 call glob_ptr@FUNCTION call glob_idx@FUNCTION i32.const $push9=, 0 i32.const $push2=, 2 - i32.store $drop=, idx($pop9), $pop2 + i32.store idx($pop9), $pop2 i32.const $push8=, 0 i32.const $push7=, 0 i32.load $push3=, ptr($pop7) i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, ptr($pop8), $pop5 + i32.store ptr($pop8), $pop5 call glob_ptr@FUNCTION call glob_idx@FUNCTION i32.const $push6=, 0 @@ -113,5 +113,5 @@ s: .size s, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/builtin-prefetch-6.c.s b/test/torture-s/builtin-prefetch-6.c.s index ea49fcb28..dc55ba185 100644 --- a/test/torture-s/builtin-prefetch-6.c.s +++ b/test/torture-s/builtin-prefetch-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-prefetch-6.c" .section .text.init_addrs,"ax",@progbits .hidden init_addrs .globl init_addrs @@ -8,88 +8,88 @@ init_addrs: # @init_addrs # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 8589934593 - i64.store $drop=, bad_addr($pop1), $pop0 + i64.store bad_addr($pop1), $pop0 i32.const $push55=, 0 i64.const $push2=, 34359738372 - i64.store $drop=, bad_addr+8($pop55), $pop2 + i64.store bad_addr+8($pop55), $pop2 i32.const $push54=, 0 i64.const $push3=, 137438953488 - i64.store $drop=, bad_addr+16($pop54), $pop3 + i64.store bad_addr+16($pop54), $pop3 i32.const $push53=, 0 i64.const $push4=, 549755813952 - i64.store $drop=, bad_addr+24($pop53), $pop4 + i64.store bad_addr+24($pop53), $pop4 i32.const $push52=, 0 i64.const $push5=, 2199023255808 - i64.store $drop=, bad_addr+32($pop52), $pop5 + i64.store bad_addr+32($pop52), $pop5 i32.const $push51=, 0 i32.const $push6=, 1024 - i32.store $drop=, bad_addr+40($pop51), $pop6 + i32.store bad_addr+40($pop51), $pop6 i32.const $push50=, 0 i32.const $push7=, 2048 - i32.store $drop=, bad_addr+44($pop50), $pop7 + i32.store bad_addr+44($pop50), $pop7 i32.const $push49=, 0 i32.const $push8=, 4096 - i32.store $drop=, bad_addr+48($pop49), $pop8 + i32.store bad_addr+48($pop49), $pop8 i32.const $push48=, 0 i32.const $push9=, 8192 - i32.store $drop=, bad_addr+52($pop48), $pop9 + i32.store bad_addr+52($pop48), $pop9 i32.const $push47=, 0 i32.const $push10=, 16384 - i32.store $drop=, bad_addr+56($pop47), $pop10 + i32.store bad_addr+56($pop47), $pop10 i32.const $push46=, 0 i32.const $push11=, 32768 - i32.store $drop=, bad_addr+60($pop46), $pop11 + i32.store bad_addr+60($pop46), $pop11 i32.const $push45=, 0 i32.const $push12=, 65536 - i32.store $drop=, bad_addr+64($pop45), $pop12 + i32.store bad_addr+64($pop45), $pop12 i32.const $push44=, 0 i32.const $push13=, 131072 - i32.store $drop=, bad_addr+68($pop44), $pop13 + i32.store bad_addr+68($pop44), $pop13 i32.const $push43=, 0 i32.const $push14=, 262144 - i32.store $drop=, bad_addr+72($pop43), $pop14 + i32.store bad_addr+72($pop43), $pop14 i32.const $push42=, 0 i32.const $push15=, 524288 - i32.store $drop=, bad_addr+76($pop42), $pop15 + i32.store bad_addr+76($pop42), $pop15 i32.const $push41=, 0 i32.const $push16=, 1048576 - i32.store $drop=, bad_addr+80($pop41), $pop16 + i32.store bad_addr+80($pop41), $pop16 i32.const $push40=, 0 i32.const $push17=, 2097152 - i32.store $drop=, bad_addr+84($pop40), $pop17 + i32.store bad_addr+84($pop40), $pop17 i32.const $push39=, 0 i32.const $push18=, 4194304 - i32.store $drop=, bad_addr+88($pop39), $pop18 + i32.store bad_addr+88($pop39), $pop18 i32.const $push38=, 0 i32.const $push19=, 8388608 - i32.store $drop=, bad_addr+92($pop38), $pop19 + i32.store bad_addr+92($pop38), $pop19 i32.const $push37=, 0 i32.const $push20=, 16777216 - i32.store $drop=, bad_addr+96($pop37), $pop20 + i32.store bad_addr+96($pop37), $pop20 i32.const $push36=, 0 i32.const $push21=, 33554432 - i32.store $drop=, bad_addr+100($pop36), $pop21 + i32.store bad_addr+100($pop36), $pop21 i32.const $push35=, 0 i32.const $push22=, 67108864 - i32.store $drop=, bad_addr+104($pop35), $pop22 + i32.store bad_addr+104($pop35), $pop22 i32.const $push34=, 0 i32.const $push23=, 134217728 - i32.store $drop=, bad_addr+108($pop34), $pop23 + i32.store bad_addr+108($pop34), $pop23 i32.const $push33=, 0 i32.const $push24=, 268435456 - i32.store $drop=, bad_addr+112($pop33), $pop24 + i32.store bad_addr+112($pop33), $pop24 i32.const $push32=, 0 i32.const $push25=, 536870912 - i32.store $drop=, bad_addr+116($pop32), $pop25 + i32.store bad_addr+116($pop32), $pop25 i32.const $push31=, 0 i32.const $push26=, 1073741824 - i32.store $drop=, bad_addr+120($pop31), $pop26 + i32.store bad_addr+120($pop31), $pop26 i32.const $push30=, 0 i32.const $push27=, -2147483648 - i32.store $drop=, bad_addr+124($pop30), $pop27 + i32.store bad_addr+124($pop30), $pop27 i32.const $push29=, 0 i32.const $push28=, 33 - i32.store $drop=, arr_used($pop29), $pop28 + i32.store arr_used($pop29), $pop28 # fallthrough-return .endfunc .Lfunc_end0: @@ -175,5 +175,5 @@ arr_used: .size arr_used, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/builtin-types-compatible-p.c.s b/test/torture-s/builtin-types-compatible-p.c.s index 195093110..b59e05d40 100644 --- a/test/torture-s/builtin-types-compatible-p.c.s +++ b/test/torture-s/builtin-types-compatible-p.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-types-compatible-p.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/builtin-types-compatible-p.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -42,5 +42,5 @@ rootbeer: .size rootbeer, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/call-trap-1.c.s b/test/torture-s/call-trap-1.c.s index 7874f5a22..357132379 100644 --- a/test/torture-s/call-trap-1.c.s +++ b/test/torture-s/call-trap-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/call-trap-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/call-trap-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/cbrt.c.s b/test/torture-s/cbrt.c.s index 8e21b1641..df39c6cea 100644 --- a/test/torture-s/cbrt.c.s +++ b/test/torture-s/cbrt.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cbrt.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cbrt.c" .section .text.cbrtl,"ax",@progbits .hidden cbrtl .globl cbrtl @@ -15,8 +15,8 @@ cbrtl: # @cbrtl i32.sub $push69=, $pop58, $pop59 tee_local $push68=, $6=, $pop69 i64.const $push0=, 0 - i64.store $drop=, 8($pop68), $pop0 - f64.store $drop=, 0($6), $0 + i64.store 8($pop68), $pop0 + f64.store 0($6), $0 block i64.reinterpret/f64 $push67=, $0 tee_local $push66=, $1=, $pop67 @@ -43,7 +43,7 @@ cbrtl: # @cbrtl i32.eqz $push90=, $pop7 br_if 0, $pop90 # 0: down to label1 # BB#3: # %if.end13 - i32.store $drop=, 4($6), $3 + i32.store 4($6), $3 block block i32.const $push8=, 1048575 @@ -51,11 +51,11 @@ cbrtl: # @cbrtl br_if 0, $pop9 # 0: down to label3 # BB#4: # %if.then18 i32.const $push13=, 1129316352 - i32.store $drop=, 12($6), $pop13 + i32.store 12($6), $pop13 f64.load $push14=, 8($6) f64.mul $push72=, $pop14, $0 tee_local $push71=, $5=, $pop72 - f64.store $drop=, 8($6), $pop71 + f64.store 8($6), $pop71 i64.reinterpret/f64 $push15=, $5 i64.const $push16=, 32 i64.shr_u $push17=, $pop15, $pop16 @@ -73,7 +73,7 @@ cbrtl: # @cbrtl i32.add $3=, $pop11, $pop12 .LBB0_6: # %if.end31 end_block # label2: - i32.store $drop=, 12($6), $3 + i32.store 12($6), $3 f64.load $push89=, 8($6) tee_local $push88=, $5=, $pop89 f64.const $push31=, 0x1.9b6db6db6db6ep0 @@ -95,16 +95,16 @@ cbrtl: # @cbrtl f64.add $push34=, $pop32, $pop33 f64.mul $push83=, $pop88, $pop34 tee_local $push82=, $5=, $pop83 - f64.store $drop=, 8($6), $pop82 + f64.store 8($6), $pop82 i32.const $push35=, 0 - i32.store $drop=, 8($6), $pop35 + i32.store 8($6), $pop35 i64.reinterpret/f64 $push36=, $5 i64.const $push37=, 32 i64.shr_u $push38=, $pop36, $pop37 i32.wrap/i64 $push39=, $pop38 i32.const $push40=, 1 i32.add $push41=, $pop39, $pop40 - i32.store $drop=, 12($6), $pop41 + i32.store 12($6), $pop41 f64.load $push81=, 8($6) tee_local $push80=, $5=, $pop81 f64.mul $push42=, $5, $5 @@ -117,13 +117,13 @@ cbrtl: # @cbrtl f64.mul $push47=, $5, $pop46 f64.add $push77=, $pop80, $pop47 tee_local $push76=, $5=, $pop77 - f64.store $drop=, 8($6), $pop76 + f64.store 8($6), $pop76 i64.reinterpret/f64 $push48=, $5 i64.const $push75=, 32 i64.shr_u $push49=, $pop48, $pop75 i32.wrap/i64 $push50=, $pop49 i32.or $push51=, $pop50, $2 - i32.store $drop=, 12($6), $pop51 + i32.store 12($6), $pop51 f64.load $push74=, 8($6) tee_local $push73=, $5=, $pop74 f64.mul $push52=, $5, $5 @@ -155,5 +155,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/cmpdi-1.c.s b/test/torture-s/cmpdi-1.c.s index 654f769a7..649c59845 100644 --- a/test/torture-s/cmpdi-1.c.s +++ b/test/torture-s/cmpdi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpdi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpdi-1.c" .section .text.feq,"ax",@progbits .hidden feq .globl feq @@ -1003,6 +1003,6 @@ correct_results: .size correct_results, 2560 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/cmpsf-1.c.s b/test/torture-s/cmpsf-1.c.s index bbede4215..b8f42e4dd 100644 --- a/test/torture-s/cmpsf-1.c.s +++ b/test/torture-s/cmpsf-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsf-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsf-1.c" .section .text.feq,"ax",@progbits .hidden feq .globl feq @@ -649,6 +649,6 @@ correct_results: .size correct_results, 1536 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/cmpsi-1.c.s b/test/torture-s/cmpsi-1.c.s index be37040a6..d470a417f 100644 --- a/test/torture-s/cmpsi-1.c.s +++ b/test/torture-s/cmpsi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsi-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -77,6 +77,6 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/cmpsi-2.c.s b/test/torture-s/cmpsi-2.c.s index 73b7643c3..5dab4dd8a 100644 --- a/test/torture-s/cmpsi-2.c.s +++ b/test/torture-s/cmpsi-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.c" .section .text.feq,"ax",@progbits .hidden feq .globl feq @@ -1003,6 +1003,6 @@ correct_results: .size correct_results, 2560 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/compare-1.c.s b/test/torture-s/compare-1.c.s index 17360377a..a74fc484b 100644 --- a/test/torture-s/compare-1.c.s +++ b/test/torture-s/compare-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compare-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compare-1.c" .section .text.ieq,"ax",@progbits .hidden ieq .globl ieq @@ -264,5 +264,5 @@ main: # @main .size main, .Lfunc_end6-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/compare-2.c.s b/test/torture-s/compare-2.c.s index 2f3d82230..3c51a4867 100644 --- a/test/torture-s/compare-2.c.s +++ b/test/torture-s/compare-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compare-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compare-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -30,4 +30,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/compare-3.c.s b/test/torture-s/compare-3.c.s index d04742886..f66407ff7 100644 --- a/test/torture-s/compare-3.c.s +++ b/test/torture-s/compare-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compare-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compare-3.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -98,4 +98,4 @@ main: # @main .size main, .Lfunc_end7-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/complex-1.c.s b/test/torture-s/complex-1.c.s index 3d478f90e..a4a19abc4 100644 --- a/test/torture-s/complex-1.c.s +++ b/test/torture-s/complex-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-1.c" .section .text.g0,"ax",@progbits .hidden g0 .globl g0 @@ -50,9 +50,9 @@ xcexp: # @xcexp .param i32, i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i64.const $push1=, -4616189618054758400 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 # fallthrough-return .endfunc .Lfunc_end3: @@ -73,5 +73,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/complex-2.c.s b/test/torture-s/complex-2.c.s index db84c44f5..347df8100 100644 --- a/test/torture-s/complex-2.c.s +++ b/test/torture-s/complex-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -10,11 +10,11 @@ f: # @f f64.load $push1=, 0($2) f64.load $push0=, 0($1) f64.add $push2=, $pop1, $pop0 - f64.store $drop=, 0($0), $pop2 + f64.store 0($0), $pop2 f64.load $push4=, 8($2) f64.load $push3=, 8($1) f64.add $push5=, $pop4, $pop3 - f64.store $drop=, 8($0), $pop5 + f64.store 8($0), $pop5 # fallthrough-return .endfunc .Lfunc_end0: @@ -72,6 +72,6 @@ bg: .size bg, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/complex-3.c.s b/test/torture-s/complex-3.c.s index 85c1e7023..4460de8bf 100644 --- a/test/torture-s/complex-3.c.s +++ b/test/torture-s/complex-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -7,8 +7,8 @@ f: # @f .param i32, f32, f32 # BB#0: # %entry - f32.store $drop=, 4($0), $2 - f32.store $drop=, 0($0), $1 + f32.store 4($0), $2 + f32.store 0($0), $1 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/complex-4.c.s b/test/torture-s/complex-4.c.s index 9822ec43c..fc7cdc5c1 100644 --- a/test/torture-s/complex-4.c.s +++ b/test/torture-s/complex-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-4.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/complex-5.c.s b/test/torture-s/complex-5.c.s index fac4a95ae..505686b1a 100644 --- a/test/torture-s/complex-5.c.s +++ b/test/torture-s/complex-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-5.c" .section .text.p,"ax",@progbits .hidden p .globl p @@ -10,11 +10,11 @@ p: # @p f32.load $push1=, 0($1) f32.load $push0=, 0($2) f32.add $push2=, $pop1, $pop0 - f32.store $drop=, 0($0), $pop2 + f32.store 0($0), $pop2 f32.load $push4=, 4($1) f32.load $push3=, 4($2) f32.add $push5=, $pop4, $pop3 - f32.store $drop=, 4($0), $pop5 + f32.store 4($0), $pop5 # fallthrough-return .endfunc .Lfunc_end0: @@ -34,7 +34,7 @@ main: # @main i32.const $push17=, 16 i32.sub $push40=, $pop16, $pop17 tee_local $push39=, $4=, $pop40 - i32.store $drop=, __stack_pointer($pop18), $pop39 + i32.store __stack_pointer($pop18), $pop39 i32.const $push38=, 0 i32.const $push37=, 0 f32.load $push36=, x($pop37) @@ -43,7 +43,7 @@ main: # @main f32.load $push2=, y($pop34) f32.add $push33=, $pop35, $pop2 tee_local $push32=, $1=, $pop33 - f32.store $drop=, z($pop38), $pop32 + f32.store z($pop38), $pop32 i32.const $push31=, 0 i32.const $push30=, 0 f32.load $push29=, x+4($pop30) @@ -52,7 +52,7 @@ main: # @main f32.load $push3=, y+4($pop27) f32.add $push26=, $pop28, $pop3 tee_local $push25=, $3=, $pop26 - f32.store $drop=, z+4($pop31), $pop25 + f32.store z+4($pop31), $pop25 i32.const $push19=, 8 i32.add $push20=, $4, $pop19 f32.const $push5=, 0x1p0 @@ -61,11 +61,11 @@ main: # @main i32.const $push24=, 0 f32.load $push6=, 8($4) f32.add $push7=, $0, $pop6 - f32.store $drop=, y($pop24), $pop7 + f32.store y($pop24), $pop7 i32.const $push23=, 0 f32.load $push8=, 12($4) f32.add $push9=, $2, $pop8 - f32.store $drop=, y+4($pop23), $pop9 + f32.store y+4($pop23), $pop9 block i32.const $push22=, 0 f32.load $push11=, z($pop22) @@ -132,7 +132,7 @@ z: .size z, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype __divsc3, void, i32, f32, f32, f32, f32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/complex-6.c.s b/test/torture-s/complex-6.c.s index 60554b238..850b7f48f 100644 --- a/test/torture-s/complex-6.c.s +++ b/test/torture-s/complex-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-6.c" .section .text.ctest_float,"ax",@progbits .hidden ctest_float .globl ctest_float @@ -8,10 +8,10 @@ ctest_float: # @ctest_float .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 f32.load $push1=, 4($1) f32.neg $push2=, $pop1 - f32.store $drop=, 4($0), $pop2 + f32.store 4($0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -36,10 +36,10 @@ ctest_double: # @ctest_double .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 f64.load $push1=, 8($1) f64.neg $push2=, $pop1 - f64.store $drop=, 8($0), $pop2 + f64.store 8($0), $pop2 # fallthrough-return .endfunc .Lfunc_end2: @@ -70,7 +70,7 @@ ctest_long_double: # @ctest_long_double i32.const $push17=, 16 i32.sub $push26=, $pop16, $pop17 tee_local $push25=, $2=, $pop26 - i32.store $drop=, __stack_pointer($pop18), $pop25 + i32.store __stack_pointer($pop18), $pop25 i64.const $push5=, 0 i64.const $push4=, -9223372036854775808 i64.load $push3=, 16($1) @@ -79,25 +79,25 @@ ctest_long_double: # @ctest_long_double i64.load $push2=, 0($pop1) call __subtf3@FUNCTION, $2, $pop5, $pop4, $pop3, $pop2 i64.load $push6=, 0($1) - i64.store $drop=, 0($0), $pop6 + i64.store 0($0), $pop6 i32.const $push7=, 8 i32.add $push8=, $0, $pop7 i32.const $push24=, 8 i32.add $push9=, $1, $pop24 i64.load $push10=, 0($pop9) - i64.store $drop=, 0($pop8), $pop10 + i64.store 0($pop8), $pop10 i32.const $push23=, 24 i32.add $push11=, $0, $pop23 i32.const $push22=, 8 i32.add $push12=, $2, $pop22 i64.load $push13=, 0($pop12) - i64.store $drop=, 0($pop11), $pop13 + i64.store 0($pop11), $pop13 i64.load $push14=, 0($2) - i64.store $drop=, 16($0), $pop14 + i64.store 16($0), $pop14 i32.const $push21=, 0 i32.const $push19=, 16 i32.add $push20=, $2, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 # fallthrough-return .endfunc .Lfunc_end4: @@ -122,11 +122,11 @@ ctest_int: # @ctest_int .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push2=, 0 i32.load $push1=, 4($1) i32.sub $push3=, $pop2, $pop1 - i32.store $drop=, 4($0), $pop3 + i32.store 4($0), $pop3 # fallthrough-return .endfunc .Lfunc_end6: @@ -151,11 +151,11 @@ ctest_long_int: # @ctest_long_int .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push2=, 0 i32.load $push1=, 4($1) i32.sub $push3=, $pop2, $pop1 - i32.store $drop=, 4($0), $pop3 + i32.store 4($0), $pop3 # fallthrough-return .endfunc .Lfunc_end8: @@ -181,7 +181,7 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, err($pop0), $pop2 + i32.store err($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -198,4 +198,4 @@ err: .size err, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/complex-7.c.s b/test/torture-s/complex-7.c.s index f6dc95712..c46960e7a 100644 --- a/test/torture-s/complex-7.c.s +++ b/test/torture-s/complex-7.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-7.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/complex-7.c" .section .text.check_float,"ax",@progbits .hidden check_float .globl check_float @@ -298,7 +298,7 @@ main: # @main i32.const $push61=, 576 i32.sub $push200=, $pop60, $pop61 tee_local $push199=, $45=, $pop200 - i32.store $drop=, __stack_pointer($pop62), $pop199 + i32.store __stack_pointer($pop62), $pop199 i32.const $push0=, 0 f32.load $0=, f1($pop0) i32.const $push198=, 0 @@ -319,38 +319,38 @@ main: # @main f32.load $8=, f5($pop191) i32.const $push190=, 0 f32.load $9=, f5+4($pop190) - f32.store $drop=, 568($45), $0 - f32.store $drop=, 572($45), $1 - f32.store $drop=, 560($45), $2 - f32.store $drop=, 564($45), $3 - f32.store $drop=, 552($45), $4 - f32.store $drop=, 556($45), $5 - f32.store $drop=, 544($45), $6 - f32.store $drop=, 548($45), $7 - f32.store $drop=, 540($45), $9 - f32.store $drop=, 536($45), $8 + f32.store 568($45), $0 + f32.store 572($45), $1 + f32.store 560($45), $2 + f32.store 564($45), $3 + f32.store 552($45), $4 + f32.store 556($45), $5 + f32.store 544($45), $6 + f32.store 548($45), $7 + f32.store 540($45), $9 + f32.store 536($45), $8 i64.load $push1=, 568($45) - i64.store $drop=, 280($45):p2align=2, $pop1 + i64.store 280($45):p2align=2, $pop1 i32.const $push63=, 272 i32.add $push64=, $45, $pop63 i32.const $push2=, 4 i32.add $push3=, $pop64, $pop2 i32.load $push4=, 564($45) - i32.store $drop=, 0($pop3), $pop4 + i32.store 0($pop3), $pop4 i32.load $push5=, 560($45) - i32.store $drop=, 272($45), $pop5 + i32.store 272($45), $pop5 i32.const $push65=, 264 i32.add $push66=, $45, $pop65 i32.const $push189=, 4 i32.add $push6=, $pop66, $pop189 i32.load $push7=, 556($45) - i32.store $drop=, 0($pop6), $pop7 + i32.store 0($pop6), $pop7 i32.load $push8=, 552($45) - i32.store $drop=, 264($45), $pop8 + i32.store 264($45), $pop8 i64.load $push9=, 544($45) - i64.store $drop=, 256($45):p2align=2, $pop9 + i64.store 256($45):p2align=2, $pop9 i64.load $push10=, 536($45) - i64.store $drop=, 248($45):p2align=2, $pop10 + i64.store 248($45):p2align=2, $pop10 i32.const $push67=, 280 i32.add $push68=, $45, $pop67 i32.const $push69=, 272 @@ -382,56 +382,56 @@ main: # @main f64.load $18=, d5($pop180) i32.const $push179=, 0 f64.load $19=, d5+8($pop179) - f64.store $drop=, 520($45), $10 - f64.store $drop=, 528($45), $11 - f64.store $drop=, 504($45), $12 - f64.store $drop=, 512($45), $13 - f64.store $drop=, 488($45), $14 - f64.store $drop=, 496($45), $15 - f64.store $drop=, 472($45), $16 - f64.store $drop=, 480($45), $17 - f64.store $drop=, 464($45), $19 - f64.store $drop=, 456($45), $18 + f64.store 520($45), $10 + f64.store 528($45), $11 + f64.store 504($45), $12 + f64.store 512($45), $13 + f64.store 488($45), $14 + f64.store 496($45), $15 + f64.store 472($45), $16 + f64.store 480($45), $17 + f64.store 464($45), $19 + f64.store 456($45), $18 i32.const $push77=, 232 i32.add $push78=, $45, $pop77 i32.const $push11=, 8 i32.add $push12=, $pop78, $pop11 i64.load $push13=, 528($45) - i64.store $drop=, 0($pop12), $pop13 + i64.store 0($pop12), $pop13 i32.const $push79=, 216 i32.add $push80=, $45, $pop79 i32.const $push178=, 8 i32.add $push14=, $pop80, $pop178 i64.load $push15=, 512($45) - i64.store $drop=, 0($pop14), $pop15 + i64.store 0($pop14), $pop15 i64.load $push16=, 520($45) - i64.store $drop=, 232($45), $pop16 + i64.store 232($45), $pop16 i64.load $push17=, 504($45) - i64.store $drop=, 216($45), $pop17 + i64.store 216($45), $pop17 i32.const $push81=, 200 i32.add $push82=, $45, $pop81 i32.const $push177=, 8 i32.add $push18=, $pop82, $pop177 i64.load $push19=, 496($45) - i64.store $drop=, 0($pop18), $pop19 + i64.store 0($pop18), $pop19 i64.load $push20=, 488($45) - i64.store $drop=, 200($45), $pop20 + i64.store 200($45), $pop20 i32.const $push83=, 184 i32.add $push84=, $45, $pop83 i32.const $push176=, 8 i32.add $push21=, $pop84, $pop176 i64.load $push22=, 480($45) - i64.store $drop=, 0($pop21), $pop22 + i64.store 0($pop21), $pop22 i64.load $push23=, 472($45) - i64.store $drop=, 184($45), $pop23 + i64.store 184($45), $pop23 i32.const $push85=, 168 i32.add $push86=, $45, $pop85 i32.const $push175=, 8 i32.add $push24=, $pop86, $pop175 i64.load $push25=, 464($45) - i64.store $drop=, 0($pop24), $pop25 + i64.store 0($pop24), $pop25 i64.load $push26=, 456($45) - i64.store $drop=, 168($45), $pop26 + i64.store 168($45), $pop26 i32.const $push87=, 232 i32.add $push88=, $45, $pop87 i32.const $push89=, 216 @@ -483,127 +483,127 @@ main: # @main i64.load $38=, ld5+16($pop156) i32.const $push155=, 0 i64.load $39=, ld5+24($pop155) - i64.store $drop=, 424($45), $21 - i64.store $drop=, 416($45), $20 + i64.store 424($45), $21 + i64.store 416($45), $20 i32.const $push97=, 416 i32.add $push98=, $45, $pop97 i32.const $push27=, 24 i32.add $push154=, $pop98, $pop27 tee_local $push153=, $40=, $pop154 - i64.store $drop=, 0($pop153), $23 - i64.store $drop=, 432($45), $22 + i64.store 0($pop153), $23 + i64.store 432($45), $22 i32.const $push99=, 384 i32.add $push100=, $45, $pop99 i32.const $push152=, 24 i32.add $push151=, $pop100, $pop152 tee_local $push150=, $41=, $pop151 - i64.store $drop=, 0($pop150), $27 - i64.store $drop=, 392($45), $25 - i64.store $drop=, 384($45), $24 - i64.store $drop=, 400($45), $26 + i64.store 0($pop150), $27 + i64.store 392($45), $25 + i64.store 384($45), $24 + i64.store 400($45), $26 i32.const $push101=, 352 i32.add $push102=, $45, $pop101 i32.const $push149=, 24 i32.add $push148=, $pop102, $pop149 tee_local $push147=, $42=, $pop148 - i64.store $drop=, 0($pop147), $31 - i64.store $drop=, 360($45), $29 - i64.store $drop=, 352($45), $28 - i64.store $drop=, 368($45), $30 + i64.store 0($pop147), $31 + i64.store 360($45), $29 + i64.store 352($45), $28 + i64.store 368($45), $30 i32.const $push103=, 320 i32.add $push104=, $45, $pop103 i32.const $push146=, 24 i32.add $push145=, $pop104, $pop146 tee_local $push144=, $43=, $pop145 - i64.store $drop=, 0($pop144), $35 - i64.store $drop=, 336($45), $34 + i64.store 0($pop144), $35 + i64.store 336($45), $34 i32.const $push105=, 288 i32.add $push106=, $45, $pop105 i32.const $push143=, 24 i32.add $push142=, $pop106, $pop143 tee_local $push141=, $44=, $pop142 - i64.store $drop=, 0($pop141), $39 - i64.store $drop=, 328($45), $33 - i64.store $drop=, 320($45), $32 - i64.store $drop=, 304($45), $38 - i64.store $drop=, 296($45), $37 - i64.store $drop=, 288($45), $36 + i64.store 0($pop141), $39 + i64.store 328($45), $33 + i64.store 320($45), $32 + i64.store 304($45), $38 + i64.store 296($45), $37 + i64.store 288($45), $36 i32.const $push107=, 128 i32.add $push108=, $45, $pop107 i32.const $push140=, 24 i32.add $push28=, $pop108, $pop140 i64.load $push29=, 0($40) - i64.store $drop=, 0($pop28), $pop29 + i64.store 0($pop28), $pop29 i32.const $push109=, 128 i32.add $push110=, $45, $pop109 i32.const $push30=, 16 i32.add $push31=, $pop110, $pop30 i64.load $push32=, 432($45) - i64.store $drop=, 0($pop31), $pop32 + i64.store 0($pop31), $pop32 i64.load $push33=, 424($45) - i64.store $drop=, 136($45), $pop33 + i64.store 136($45), $pop33 i64.load $push34=, 416($45) - i64.store $drop=, 128($45), $pop34 + i64.store 128($45), $pop34 i32.const $push111=, 96 i32.add $push112=, $45, $pop111 i32.const $push139=, 24 i32.add $push35=, $pop112, $pop139 i64.load $push36=, 0($41) - i64.store $drop=, 0($pop35), $pop36 + i64.store 0($pop35), $pop36 i32.const $push113=, 96 i32.add $push114=, $45, $pop113 i32.const $push138=, 16 i32.add $push37=, $pop114, $pop138 i64.load $push38=, 400($45) - i64.store $drop=, 0($pop37), $pop38 + i64.store 0($pop37), $pop38 i64.load $push39=, 392($45) - i64.store $drop=, 104($45), $pop39 + i64.store 104($45), $pop39 i64.load $push40=, 384($45) - i64.store $drop=, 96($45), $pop40 + i64.store 96($45), $pop40 i32.const $push115=, 64 i32.add $push116=, $45, $pop115 i32.const $push137=, 24 i32.add $push41=, $pop116, $pop137 i64.load $push42=, 0($42) - i64.store $drop=, 0($pop41), $pop42 + i64.store 0($pop41), $pop42 i32.const $push117=, 64 i32.add $push118=, $45, $pop117 i32.const $push136=, 16 i32.add $push43=, $pop118, $pop136 i64.load $push44=, 368($45) - i64.store $drop=, 0($pop43), $pop44 + i64.store 0($pop43), $pop44 i64.load $push45=, 360($45) - i64.store $drop=, 72($45), $pop45 + i64.store 72($45), $pop45 i64.load $push46=, 352($45) - i64.store $drop=, 64($45), $pop46 + i64.store 64($45), $pop46 i32.const $push119=, 32 i32.add $push120=, $45, $pop119 i32.const $push135=, 24 i32.add $push47=, $pop120, $pop135 i64.load $push48=, 0($43) - i64.store $drop=, 0($pop47), $pop48 + i64.store 0($pop47), $pop48 i32.const $push121=, 32 i32.add $push122=, $45, $pop121 i32.const $push134=, 16 i32.add $push49=, $pop122, $pop134 i64.load $push50=, 336($45) - i64.store $drop=, 0($pop49), $pop50 + i64.store 0($pop49), $pop50 i64.load $push51=, 328($45) - i64.store $drop=, 40($45), $pop51 + i64.store 40($45), $pop51 i64.load $push52=, 320($45) - i64.store $drop=, 32($45), $pop52 + i64.store 32($45), $pop52 i32.const $push133=, 24 i32.add $push53=, $45, $pop133 i64.load $push54=, 0($44) - i64.store $drop=, 0($pop53), $pop54 + i64.store 0($pop53), $pop54 i32.const $push132=, 16 i32.add $push55=, $45, $pop132 i64.load $push56=, 304($45) - i64.store $drop=, 0($pop55), $pop56 + i64.store 0($pop55), $pop56 i64.load $push57=, 296($45) - i64.store $drop=, 8($45), $pop57 + i64.store 8($45), $pop57 i64.load $push58=, 288($45) - i64.store $drop=, 0($45), $pop58 + i64.store 0($45), $pop58 i32.const $push123=, 128 i32.add $push124=, $45, $pop123 i32.const $push125=, 96 @@ -781,6 +781,6 @@ ld5: .size ld5, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/compndlit-1.c.s b/test/torture-s/compndlit-1.c.s index 10d5d6613..8167e3c5f 100644 --- a/test/torture-s/compndlit-1.c.s +++ b/test/torture-s/compndlit-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compndlit-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/compndlit-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -19,7 +19,7 @@ main: # @main i32.eq $push8=, $pop2, $pop3 tee_local $push7=, $0=, $pop8 i32.select $push6=, $pop5, $pop4, $pop7 - i32.store $drop=, x($pop10), $pop6 + i32.store x($pop10), $pop6 block i32.eqz $push12=, $0 br_if 0, $pop12 # 0: down to label0 @@ -48,6 +48,6 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/const-addr-expr-1.c.s b/test/torture-s/const-addr-expr-1.c.s index 9fde0e343..34dddd052 100644 --- a/test/torture-s/const-addr-expr-1.c.s +++ b/test/torture-s/const-addr-expr-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/const-addr-expr-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/const-addr-expr-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -76,5 +76,5 @@ Upgd_minor_ID1: .size Upgd_minor_ID1, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/conversion.c.s b/test/torture-s/conversion.c.s index f23d1b36c..b62536000 100644 --- a/test/torture-s/conversion.c.s +++ b/test/torture-s/conversion.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/conversion.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/conversion.c" .section .text.u2f,"ax",@progbits .hidden u2f .globl u2f @@ -42,20 +42,20 @@ u2ld: # @u2ld i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $2=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __floatunsitf@FUNCTION, $2, $1 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $2, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($2) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end2: @@ -103,20 +103,20 @@ s2ld: # @s2ld i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $2=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __floatsitf@FUNCTION, $2, $1 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $2, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($2) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end5: @@ -193,7 +193,7 @@ ldnear: # @ldnear i32.const $push12=, 32 i32.sub $push28=, $pop11, $pop12 tee_local $push27=, $5=, $pop28 - i32.store $drop=, __stack_pointer($pop13), $pop27 + i32.store __stack_pointer($pop13), $pop27 i32.const $push17=, 16 i32.add $push18=, $5, $pop17 call __subtf3@FUNCTION, $pop18, $0, $1, $2, $3 @@ -228,7 +228,7 @@ ldnear: # @ldnear i32.const $push16=, 0 i32.const $push14=, 32 i32.add $push15=, $5, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 copy_local $push31=, $4 # fallthrough-return: $pop31 .endfunc @@ -291,20 +291,20 @@ ull2ld: # @ull2ld i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $2=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __floatunditf@FUNCTION, $2, $1 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $2, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($2) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end12: @@ -352,20 +352,20 @@ sll2ld: # @sll2ld i32.const $push7=, 16 i32.sub $push14=, $pop6, $pop7 tee_local $push13=, $2=, $pop14 - i32.store $drop=, __stack_pointer($pop8), $pop13 + i32.store __stack_pointer($pop8), $pop13 call __floatditf@FUNCTION, $2, $1 i32.const $push0=, 8 i32.add $push1=, $0, $pop0 i32.const $push12=, 8 i32.add $push2=, $2, $pop12 i64.load $push3=, 0($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i64.load $push4=, 0($2) - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end15: @@ -596,5 +596,5 @@ main: # @main .size main, .Lfunc_end31-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/cvt-1.c.s b/test/torture-s/cvt-1.c.s index 62c35074e..d506e4401 100644 --- a/test/torture-s/cvt-1.c.s +++ b/test/torture-s/cvt-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cvt-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/cvt-1.c" .section .text.g2,"ax",@progbits .hidden g2 .globl g2 @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/dbra-1.c.s b/test/torture-s/dbra-1.c.s index 3ea1f22f5..48b466cdb 100644 --- a/test/torture-s/dbra-1.c.s +++ b/test/torture-s/dbra-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/dbra-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/dbra-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -120,5 +120,5 @@ main: # @main .size main, .Lfunc_end6-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/divcmp-1.c.s b/test/torture-s/divcmp-1.c.s index 6c54af105..4b8704c13 100644 --- a/test/torture-s/divcmp-1.c.s +++ b/test/torture-s/divcmp-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -356,4 +356,4 @@ main: # @main .size main, .Lfunc_end22-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/divcmp-2.c.s b/test/torture-s/divcmp-2.c.s index 6cdebd511..656e3b089 100644 --- a/test/torture-s/divcmp-2.c.s +++ b/test/torture-s/divcmp-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-2.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -116,4 +116,4 @@ main: # @main .size main, .Lfunc_end6-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/divcmp-3.c.s b/test/torture-s/divcmp-3.c.s index 2766cb3ed..11cedc1e0 100644 --- a/test/torture-s/divcmp-3.c.s +++ b/test/torture-s/divcmp-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-3.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -182,4 +182,4 @@ main: # @main .size main, .Lfunc_end12-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/divcmp-4.c.s b/test/torture-s/divcmp-4.c.s index 4eea60c13..bd749d835 100644 --- a/test/torture-s/divcmp-4.c.s +++ b/test/torture-s/divcmp-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-4.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -202,4 +202,4 @@ main: # @main .size main, .Lfunc_end12-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/divcmp-5.c.s b/test/torture-s/divcmp-5.c.s index e5a796cc8..ecaefbb37 100644 --- a/test/torture-s/divcmp-5.c.s +++ b/test/torture-s/divcmp-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divcmp-5.c" .section .text.always_one_1,"ax",@progbits .hidden always_one_1 .globl always_one_1 @@ -42,4 +42,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/divconst-1.c.s b/test/torture-s/divconst-1.c.s index 8aa7b6aa1..d08662054 100644 --- a/test/torture-s/divconst-1.c.s +++ b/test/torture-s/divconst-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -9,9 +9,9 @@ f: # @f .result i32 # BB#0: # %entry i64.const $push0=, 14315126007568 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 i64.const $push1=, 14315126007568 - i64.store $drop=, 8($0):p2align=2, $pop1 + i64.store 8($0):p2align=2, $pop1 copy_local $push2=, $0 # fallthrough-return: $pop2 .endfunc @@ -33,5 +33,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/divconst-2.c.s b/test/torture-s/divconst-2.c.s index ccb0ea156..a384096ba 100644 --- a/test/torture-s/divconst-2.c.s +++ b/test/torture-s/divconst-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -118,6 +118,6 @@ nums: .size nums, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/divconst-3.c.s b/test/torture-s/divconst-3.c.s index fa3f7ee32..d3910babc 100644 --- a/test/torture-s/divconst-3.c.s +++ b/test/torture-s/divconst-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divconst-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/divmod-1.c.s b/test/torture-s/divmod-1.c.s index f798d5625..9d6780386 100644 --- a/test/torture-s/divmod-1.c.s +++ b/test/torture-s/divmod-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divmod-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/divmod-1.c" .section .text.div1,"ax",@progbits .hidden div1 .globl div1 @@ -157,5 +157,5 @@ main: # @main .size main, .Lfunc_end10-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/doloop-1.c.s b/test/torture-s/doloop-1.c.s index 2499375c3..3453eb4e0 100644 --- a/test/torture-s/doloop-1.c.s +++ b/test/torture-s/doloop-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/doloop-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/doloop-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -17,7 +17,7 @@ main: # @main i32.load $push0=, i($pop11) i32.const $push10=, 1 i32.add $push1=, $pop0, $pop10 - i32.store $drop=, i($pop12), $pop1 + i32.store i($pop12), $pop1 i32.const $push9=, -1 i32.add $push8=, $0, $pop9 tee_local $push7=, $0=, $pop8 @@ -54,6 +54,6 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/doloop-2.c.s b/test/torture-s/doloop-2.c.s index 981866e9b..5579bfd9a 100644 --- a/test/torture-s/doloop-2.c.s +++ b/test/torture-s/doloop-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/doloop-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/doloop-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -17,7 +17,7 @@ main: # @main i32.load $push0=, i($pop11) i32.const $push10=, 1 i32.add $push1=, $pop0, $pop10 - i32.store $drop=, i($pop12), $pop1 + i32.store i($pop12), $pop1 i32.const $push9=, -1 i32.add $push8=, $0, $pop9 tee_local $push7=, $0=, $pop8 @@ -54,6 +54,6 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/eeprof-1.c.s b/test/torture-s/eeprof-1.c.s index 2e1d8319d..a819d98e8 100644 --- a/test/torture-s/eeprof-1.c.s +++ b/test/torture-s/eeprof-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/eeprof-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/eeprof-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -164,13 +164,13 @@ __cyg_profile_func_enter: # @__cyg_profile_func_enter .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, last_fn_entered($pop0), $0 + i32.store last_fn_entered($pop0), $0 i32.const $push5=, 0 i32.const $push4=, 0 i32.load $push1=, entry_calls($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, entry_calls($pop5), $pop3 + i32.store entry_calls($pop5), $pop3 # fallthrough-return .endfunc .Lfunc_end3: @@ -184,13 +184,13 @@ __cyg_profile_func_exit: # @__cyg_profile_func_exit .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, last_fn_exited($pop0), $0 + i32.store last_fn_exited($pop0), $0 i32.const $push5=, 0 i32.const $push4=, 0 i32.load $push1=, exit_calls($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, exit_calls($pop5), $pop3 + i32.store exit_calls($pop5), $pop3 # fallthrough-return .endfunc .Lfunc_end4: @@ -288,5 +288,5 @@ last_fn_exited: .size last_fn_exited, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/enum-1.c.s b/test/torture-s/enum-1.c.s index 1fa5f22ea..359ade508 100644 --- a/test/torture-s/enum-1.c.s +++ b/test/torture-s/enum-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/enum-2.c.s b/test/torture-s/enum-2.c.s index 45d161d47..ae8e2bddb 100644 --- a/test/torture-s/enum-2.c.s +++ b/test/torture-s/enum-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/enum-3.c.s b/test/torture-s/enum-3.c.s index d2bda6cd6..b04e31818 100644 --- a/test/torture-s/enum-3.c.s +++ b/test/torture-s/enum-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/enum-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,13 +14,13 @@ main: # @main i32.const $push4=, 16 i32.sub $push10=, $pop3, $pop4 tee_local $push9=, $0=, $pop10 - i32.store $drop=, __stack_pointer($pop5), $pop9 + i32.store __stack_pointer($pop5), $pop9 i32.const $push0=, 0 i32.const $push6=, 12 i32.add $push7=, $0, $pop6 - i32.store $drop=, q($pop0), $pop7 + i32.store q($pop0), $pop7 i32.const $push1=, -2147483648 - i32.store $drop=, 12($0), $pop1 + i32.store 12($0), $pop1 i32.const $push8=, 0 call exit@FUNCTION, $pop8 unreachable @@ -47,5 +47,5 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/extzvsi.c.s b/test/torture-s/extzvsi.c.s index b34d927ba..54e8168c1 100644 --- a/test/torture-s/extzvsi.c.s +++ b/test/torture-s/extzvsi.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/extzvsi.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/extzvsi.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -41,7 +41,7 @@ main: # @main i64.and $push3=, $pop1, $pop2 i64.const $push4=, 2 i64.or $push5=, $pop3, $pop4 - i64.store $drop=, x($pop0), $pop5 + i64.store x($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -58,4 +58,4 @@ x: .size x, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/ffs-1.c.s b/test/torture-s/ffs-1.c.s index 2f8c976ed..3ffc8cce6 100644 --- a/test/torture-s/ffs-1.c.s +++ b/test/torture-s/ffs-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ffs-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ffs-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -33,6 +33,6 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/ffs-2.c.s b/test/torture-s/ffs-2.c.s index 68e60786d..6f5b7dad8 100644 --- a/test/torture-s/ffs-2.c.s +++ b/test/torture-s/ffs-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ffs-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ffs-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -149,6 +149,6 @@ ffstesttab: .size ffstesttab, 64 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/float-floor.c.s b/test/torture-s/float-floor.c.s index 999b3159c..698d4dd99 100644 --- a/test/torture-s/float-floor.c.s +++ b/test/torture-s/float-floor.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/float-floor.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/float-floor.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -44,6 +44,6 @@ d: .size d, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype floor, f64, f64 .functype abort, void diff --git a/test/torture-s/floatunsisf-1.c.s b/test/torture-s/floatunsisf-1.c.s index 25454d1ca..6923b70f4 100644 --- a/test/torture-s/floatunsisf-1.c.s +++ b/test/torture-s/floatunsisf-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/floatunsisf-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/floatunsisf-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -11,10 +11,10 @@ main: # @main i32.const $push9=, 0 i32.load $push0=, u($pop9) f32.convert_u/i32 $push1=, $pop0 - f32.store $drop=, f1($pop10), $pop1 + f32.store f1($pop10), $pop1 i32.const $push8=, 0 i32.const $push2=, 1325400065 - i32.store $drop=, f2($pop8), $pop2 + i32.store f2($pop8), $pop2 block i32.const $push7=, 0 f32.load $push3=, f1($pop7) @@ -62,6 +62,6 @@ f2: .size f2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/fprintf-1.c.s b/test/torture-s/fprintf-1.c.s index cd04983ea..ce4c4109c 100644 --- a/test/torture-s/fprintf-1.c.s +++ b/test/torture-s/fprintf-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/fprintf-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/fprintf-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push46=, 144 i32.sub $push75=, $pop45, $pop46 tee_local $push74=, $1=, $pop75 - i32.store $drop=, __stack_pointer($pop47), $pop74 + i32.store __stack_pointer($pop47), $pop74 i32.const $push1=, .L.str i32.const $push0=, 5 i32.const $push73=, 1 @@ -60,7 +60,7 @@ main: # @main i32.const $push85=, 1 i32.call $drop=, fwrite@FUNCTION, $pop16, $pop15, $pop85, $0 i32.const $push84=, .L.str - i32.store $drop=, 128($1), $pop84 + i32.store 128($1), $pop84 i32.const $push83=, .L.str.4 i32.const $push51=, 128 i32.add $push52=, $1, $pop51 @@ -74,7 +74,7 @@ main: # @main i32.const $push89=, 1 i32.call $drop=, fwrite@FUNCTION, $pop20, $pop19, $pop89, $0 i32.const $push88=, .L.str.1 - i32.store $drop=, 112($1), $pop88 + i32.store 112($1), $pop88 i32.const $push87=, .L.str.4 i32.const $push53=, 112 i32.add $push54=, $1, $pop53 @@ -86,7 +86,7 @@ main: # @main i32.const $push23=, 97 i32.call $drop=, fputc@FUNCTION, $pop23, $0 i32.const $push24=, .L.str.2 - i32.store $drop=, 96($1), $pop24 + i32.store 96($1), $pop24 i32.const $push90=, .L.str.4 i32.const $push55=, 96 i32.add $push56=, $1, $pop55 @@ -96,7 +96,7 @@ main: # @main br_if 0, $pop27 # 0: down to label0 # BB#7: # %if.end31 i32.const $push28=, .L.str.3 - i32.store $drop=, 80($1), $pop28 + i32.store 80($1), $pop28 i32.const $push91=, .L.str.4 i32.const $push57=, 80 i32.add $push58=, $1, $pop57 @@ -106,7 +106,7 @@ main: # @main i32.const $push30=, 120 i32.call $drop=, fputc@FUNCTION, $pop30, $0 i32.const $push92=, 120 - i32.store $drop=, 64($1), $pop92 + i32.store 64($1), $pop92 i32.const $push31=, .L.str.5 i32.const $push59=, 64 i32.add $push60=, $1, $pop59 @@ -116,13 +116,13 @@ main: # @main br_if 0, $pop34 # 0: down to label0 # BB#9: # %if.end41 i32.const $push35=, .L.str.1 - i32.store $drop=, 48($1), $pop35 + i32.store 48($1), $pop35 i32.const $push36=, .L.str.6 i32.const $push61=, 48 i32.add $push62=, $1, $pop61 i32.call $drop=, fprintf@FUNCTION, $0, $pop36, $pop62 i32.const $push94=, .L.str.1 - i32.store $drop=, 32($1), $pop94 + i32.store 32($1), $pop94 i32.const $push93=, .L.str.6 i32.const $push63=, 32 i32.add $push64=, $1, $pop63 @@ -132,13 +132,13 @@ main: # @main br_if 0, $pop39 # 0: down to label0 # BB#10: # %if.end46 i32.const $push97=, 0 - i32.store $drop=, 16($1), $pop97 + i32.store 16($1), $pop97 i32.const $push40=, .L.str.7 i32.const $push65=, 16 i32.add $push66=, $1, $pop65 i32.call $drop=, fprintf@FUNCTION, $0, $pop40, $pop66 i32.const $push96=, 0 - i32.store $drop=, 0($1), $pop96 + i32.store 0($1), $pop96 i32.const $push95=, .L.str.7 i32.call $push41=, fprintf@FUNCTION, $0, $pop95, $1 i32.const $push42=, 2 @@ -148,7 +148,7 @@ main: # @main i32.const $push50=, 0 i32.const $push48=, 144 i32.add $push49=, $1, $pop48 - i32.store $drop=, __stack_pointer($pop50), $pop49 + i32.store __stack_pointer($pop50), $pop49 i32.const $push98=, 0 return $pop98 .LBB0_12: # %if.then50 @@ -201,7 +201,7 @@ main: # @main .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype fprintf, i32, i32, i32 .functype abort, void .functype fwrite, i32, i32, i32, i32, i32 diff --git a/test/torture-s/fprintf-chk-1.c.s b/test/torture-s/fprintf-chk-1.c.s index 0777b9086..1c35472fe 100644 --- a/test/torture-s/fprintf-chk-1.c.s +++ b/test/torture-s/fprintf-chk-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/fprintf-chk-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/fprintf-chk-1.c" .section .text.__fprintf_chk,"ax",@progbits .hidden __fprintf_chk .globl __fprintf_chk @@ -15,7 +15,7 @@ __fprintf_chk: # @__fprintf_chk i32.const $push4=, 16 i32.sub $push11=, $pop3, $pop4 tee_local $push10=, $4=, $pop11 - i32.store $drop=, __stack_pointer($pop5), $pop10 + i32.store __stack_pointer($pop5), $pop10 block i32.const $push9=, 0 i32.load $push0=, should_optimize($pop9) @@ -23,13 +23,13 @@ __fprintf_chk: # @__fprintf_chk # BB#1: # %if.end i32.const $push12=, 0 i32.const $push1=, 1 - i32.store $drop=, should_optimize($pop12), $pop1 - i32.store $drop=, 12($4), $3 + i32.store should_optimize($pop12), $pop1 + i32.store 12($4), $3 i32.call $3=, vfprintf@FUNCTION, $0, $2, $3 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $4, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 return $3 .LBB0_2: # %if.then end_block # label0: @@ -53,10 +53,10 @@ main: # @main i32.const $push56=, 224 i32.sub $push95=, $pop55, $pop56 tee_local $push94=, $1=, $pop95 - i32.store $drop=, __stack_pointer($pop57), $pop94 + i32.store __stack_pointer($pop57), $pop94 i32.const $push93=, 0 i32.const $push0=, 1 - i32.store $drop=, should_optimize($pop93), $pop0 + i32.store should_optimize($pop93), $pop0 i32.const $push92=, 0 i32.load $push91=, stdout($pop92) tee_local $push90=, $0=, $pop91 @@ -71,7 +71,7 @@ main: # @main # BB#1: # %if.end i32.const $push99=, 0 i32.const $push98=, 0 - i32.store $drop=, should_optimize($pop99), $pop98 + i32.store should_optimize($pop99), $pop98 i32.const $push97=, .L.str i32.const $push96=, 0 i32.call $push2=, __fprintf_chk@FUNCTION, $0, $1, $pop97, $pop96 @@ -86,7 +86,7 @@ main: # @main # BB#3: # %if.end6 i32.const $push104=, 0 i32.const $push6=, 1 - i32.store $drop=, should_optimize($pop104), $pop6 + i32.store should_optimize($pop104), $pop6 i32.const $push103=, .L.str.1 i32.const $push102=, 0 i32.call $drop=, __fprintf_chk@FUNCTION, $0, $1, $pop103, $pop102 @@ -97,7 +97,7 @@ main: # @main # BB#4: # %if.end10 i32.const $push108=, 0 i32.const $push107=, 0 - i32.store $drop=, should_optimize($pop108), $pop107 + i32.store should_optimize($pop108), $pop107 i32.const $push106=, .L.str.1 i32.const $push105=, 0 i32.call $push8=, __fprintf_chk@FUNCTION, $0, $1, $pop106, $pop105 @@ -112,7 +112,7 @@ main: # @main # BB#6: # %if.end17 i32.const $push114=, 0 i32.const $push113=, 1 - i32.store $drop=, should_optimize($pop114), $pop113 + i32.store should_optimize($pop114), $pop113 i32.const $push112=, .L.str.2 i32.const $push111=, 0 i32.call $drop=, __fprintf_chk@FUNCTION, $0, $1, $pop112, $pop111 @@ -123,7 +123,7 @@ main: # @main # BB#7: # %if.end21 i32.const $push119=, 0 i32.const $push118=, 0 - i32.store $drop=, should_optimize($pop119), $pop118 + i32.store should_optimize($pop119), $pop118 i32.const $push117=, .L.str.2 i32.const $push116=, 0 i32.call $push13=, __fprintf_chk@FUNCTION, $0, $1, $pop117, $pop116 @@ -138,7 +138,7 @@ main: # @main # BB#9: # %if.end28 i32.const $push124=, 0 i32.const $push16=, 1 - i32.store $drop=, should_optimize($pop124), $pop16 + i32.store should_optimize($pop124), $pop16 i32.const $push123=, .L.str.3 i32.const $push122=, 0 i32.call $drop=, __fprintf_chk@FUNCTION, $0, $1, $pop123, $pop122 @@ -149,7 +149,7 @@ main: # @main # BB#10: # %if.end32 i32.const $push128=, 0 i32.const $push127=, 0 - i32.store $drop=, should_optimize($pop128), $pop127 + i32.store should_optimize($pop128), $pop127 i32.const $push126=, .L.str.3 i32.const $push125=, 0 i32.call $push18=, __fprintf_chk@FUNCTION, $0, $1, $pop126, $pop125 @@ -162,9 +162,9 @@ main: # @main # BB#12: # %if.end39 i32.const $push133=, 0 i32.const $push20=, 1 - i32.store $drop=, should_optimize($pop133), $pop20 + i32.store should_optimize($pop133), $pop20 i32.const $push132=, .L.str - i32.store $drop=, 208($1), $pop132 + i32.store 208($1), $pop132 i32.const $push131=, .L.str.4 i32.const $push61=, 208 i32.add $push62=, $1, $pop61 @@ -175,10 +175,10 @@ main: # @main br_if 0, $pop208 # 0: down to label1 # BB#13: # %if.end43 i32.const $push137=, .L.str - i32.store $drop=, 192($1), $pop137 + i32.store 192($1), $pop137 i32.const $push136=, 0 i32.const $push135=, 0 - i32.store $drop=, should_optimize($pop136), $pop135 + i32.store should_optimize($pop136), $pop135 i32.const $push134=, .L.str.4 i32.const $push63=, 192 i32.add $push64=, $1, $pop63 @@ -194,9 +194,9 @@ main: # @main # BB#15: # %if.end50 i32.const $push142=, 0 i32.const $push26=, 1 - i32.store $drop=, should_optimize($pop142), $pop26 + i32.store should_optimize($pop142), $pop26 i32.const $push141=, .L.str.1 - i32.store $drop=, 176($1), $pop141 + i32.store 176($1), $pop141 i32.const $push140=, .L.str.4 i32.const $push65=, 176 i32.add $push66=, $1, $pop65 @@ -207,10 +207,10 @@ main: # @main br_if 0, $pop210 # 0: down to label1 # BB#16: # %if.end54 i32.const $push146=, .L.str.1 - i32.store $drop=, 160($1), $pop146 + i32.store 160($1), $pop146 i32.const $push145=, 0 i32.const $push144=, 0 - i32.store $drop=, should_optimize($pop145), $pop144 + i32.store should_optimize($pop145), $pop144 i32.const $push143=, .L.str.4 i32.const $push67=, 160 i32.add $push68=, $1, $pop67 @@ -226,9 +226,9 @@ main: # @main # BB#18: # %if.end61 i32.const $push152=, 0 i32.const $push151=, 1 - i32.store $drop=, should_optimize($pop152), $pop151 + i32.store should_optimize($pop152), $pop151 i32.const $push150=, .L.str.2 - i32.store $drop=, 144($1), $pop150 + i32.store 144($1), $pop150 i32.const $push149=, .L.str.4 i32.const $push69=, 144 i32.add $push70=, $1, $pop69 @@ -239,10 +239,10 @@ main: # @main br_if 0, $pop212 # 0: down to label1 # BB#19: # %if.end65 i32.const $push157=, .L.str.2 - i32.store $drop=, 128($1), $pop157 + i32.store 128($1), $pop157 i32.const $push156=, 0 i32.const $push155=, 0 - i32.store $drop=, should_optimize($pop156), $pop155 + i32.store should_optimize($pop156), $pop155 i32.const $push154=, .L.str.4 i32.const $push71=, 128 i32.add $push72=, $1, $pop71 @@ -258,9 +258,9 @@ main: # @main # BB#21: # %if.end72 i32.const $push162=, 0 i32.const $push36=, 1 - i32.store $drop=, should_optimize($pop162), $pop36 + i32.store should_optimize($pop162), $pop36 i32.const $push161=, .L.str.3 - i32.store $drop=, 112($1), $pop161 + i32.store 112($1), $pop161 i32.const $push160=, .L.str.4 i32.const $push73=, 112 i32.add $push74=, $1, $pop73 @@ -271,10 +271,10 @@ main: # @main br_if 0, $pop214 # 0: down to label1 # BB#22: # %if.end76 i32.const $push166=, .L.str.3 - i32.store $drop=, 96($1), $pop166 + i32.store 96($1), $pop166 i32.const $push165=, 0 i32.const $push164=, 0 - i32.store $drop=, should_optimize($pop165), $pop164 + i32.store should_optimize($pop165), $pop164 i32.const $push163=, .L.str.4 i32.const $push75=, 96 i32.add $push76=, $1, $pop75 @@ -288,9 +288,9 @@ main: # @main # BB#24: # %if.end83 i32.const $push172=, 0 i32.const $push171=, 1 - i32.store $drop=, should_optimize($pop172), $pop171 + i32.store should_optimize($pop172), $pop171 i32.const $push170=, 120 - i32.store $drop=, 80($1), $pop170 + i32.store 80($1), $pop170 i32.const $push169=, .L.str.5 i32.const $push77=, 80 i32.add $push78=, $1, $pop77 @@ -301,10 +301,10 @@ main: # @main br_if 0, $pop216 # 0: down to label1 # BB#25: # %if.end87 i32.const $push177=, 120 - i32.store $drop=, 64($1), $pop177 + i32.store 64($1), $pop177 i32.const $push176=, 0 i32.const $push175=, 0 - i32.store $drop=, should_optimize($pop176), $pop175 + i32.store should_optimize($pop176), $pop175 i32.const $push174=, .L.str.5 i32.const $push79=, 64 i32.add $push80=, $1, $pop79 @@ -319,10 +319,10 @@ main: # @main br_if 0, $pop217 # 0: down to label1 # BB#27: # %if.end94 i32.const $push183=, .L.str.1 - i32.store $drop=, 48($1), $pop183 + i32.store 48($1), $pop183 i32.const $push182=, 0 i32.const $push181=, 0 - i32.store $drop=, should_optimize($pop182), $pop181 + i32.store should_optimize($pop182), $pop181 i32.const $push180=, .L.str.6 i32.const $push81=, 48 i32.add $push82=, $1, $pop81 @@ -333,10 +333,10 @@ main: # @main br_if 0, $pop218 # 0: down to label1 # BB#28: # %if.end98 i32.const $push187=, .L.str.1 - i32.store $drop=, 32($1), $pop187 + i32.store 32($1), $pop187 i32.const $push186=, 0 i32.const $push185=, 0 - i32.store $drop=, should_optimize($pop186), $pop185 + i32.store should_optimize($pop186), $pop185 i32.const $push184=, .L.str.6 i32.const $push83=, 32 i32.add $push84=, $1, $pop83 @@ -351,10 +351,10 @@ main: # @main br_if 0, $pop219 # 0: down to label1 # BB#30: # %if.end105 i32.const $push193=, 0 - i32.store $drop=, 16($1), $pop193 + i32.store 16($1), $pop193 i32.const $push192=, 0 i32.const $push191=, 0 - i32.store $drop=, should_optimize($pop192), $pop191 + i32.store should_optimize($pop192), $pop191 i32.const $push190=, .L.str.7 i32.const $push85=, 16 i32.add $push86=, $1, $pop85 @@ -365,10 +365,10 @@ main: # @main br_if 0, $pop220 # 0: down to label1 # BB#31: # %if.end109 i32.const $push197=, 0 - i32.store $drop=, 0($1), $pop197 + i32.store 0($1), $pop197 i32.const $push196=, 0 i32.const $push195=, 0 - i32.store $drop=, should_optimize($pop196), $pop195 + i32.store should_optimize($pop196), $pop195 i32.const $push194=, .L.str.7 i32.call $push50=, __fprintf_chk@FUNCTION, $0, $1, $pop194, $1 i32.const $push51=, 2 @@ -383,7 +383,7 @@ main: # @main i32.const $push60=, 0 i32.const $push58=, 224 i32.add $push59=, $1, $pop58 - i32.store $drop=, __stack_pointer($pop60), $pop59 + i32.store __stack_pointer($pop60), $pop59 i32.const $push199=, 0 return $pop199 .LBB1_34: # %if.then115 @@ -445,6 +445,6 @@ should_optimize: .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype vfprintf, i32, i32, i32, i32 diff --git a/test/torture-s/frame-address.c.s b/test/torture-s/frame-address.c.s index 900d77064..f6a6a517f 100644 --- a/test/torture-s/frame-address.c.s +++ b/test/torture-s/frame-address.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/frame-address.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/frame-address.c" .section .text.check_fa_work,"ax",@progbits .hidden check_fa_work .globl check_fa_work @@ -15,7 +15,7 @@ check_fa_work: # @check_fa_work i32.sub $push18=, $pop9, $pop10 tee_local $push17=, $2=, $pop18 i32.const $push0=, 0 - i32.store8 $drop=, 15($pop17), $pop0 + i32.store8 15($pop17), $pop0 block i32.const $push11=, 15 i32.add $push12=, $2, $pop11 @@ -55,7 +55,7 @@ check_fa_mid: # @check_fa_mid tee_local $push5=, $1=, $pop6 i32.call $0=, check_fa_work@FUNCTION, $0, $pop5 i32.const $push3=, 0 - i32.store $drop=, __stack_pointer($pop3), $1 + i32.store __stack_pointer($pop3), $1 i32.const $push0=, 0 i32.ne $push1=, $0, $pop0 # fallthrough-return: $pop1 @@ -78,14 +78,14 @@ check_fa: # @check_fa i32.const $push4=, 16 i32.sub $push12=, $pop3, $pop4 tee_local $push11=, $2=, $pop12 - i32.store $drop=, __stack_pointer($pop5), $pop11 + i32.store __stack_pointer($pop5), $pop11 i32.const $push9=, 15 i32.add $push10=, $2, $pop9 i32.call $1=, check_fa_mid@FUNCTION, $pop10 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $2, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 i32.const $push0=, 0 i32.ne $push1=, $1, $pop0 # fallthrough-return: $pop1 @@ -130,5 +130,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/func-ptr-1.c.s b/test/torture-s/func-ptr-1.c.s index b0428df6e..d9f05fa09 100644 --- a/test/torture-s/func-ptr-1.c.s +++ b/test/torture-s/func-ptr-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/func-ptr-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/func-ptr-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/gofast.c.s b/test/torture-s/gofast.c.s index 4fea36601..06b99885e 100644 --- a/test/torture-s/gofast.c.s +++ b/test/torture-s/gofast.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/gofast.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/gofast.c" .section .text.fp_add,"ax",@progbits .hidden fp_add .globl fp_add @@ -435,14 +435,14 @@ fail: # @fail i32.const $push8=, 16 i32.sub $push16=, $pop7, $pop8 tee_local $push15=, $1=, $pop16 - i32.store $drop=, __stack_pointer($pop9), $pop15 + i32.store __stack_pointer($pop9), $pop15 i32.const $push0=, 0 i32.const $push14=, 0 i32.load $push1=, fail_count($pop14) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, fail_count($pop0), $pop3 - i32.store $drop=, 0($1), $0 + i32.store fail_count($pop0), $pop3 + i32.store 0($1), $0 i32.const $push13=, 0 i32.load $push4=, stderr($pop13) i32.const $push5=, .L.str @@ -450,7 +450,7 @@ fail: # @fail i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $1, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 copy_local $push17=, $1 # fallthrough-return: $pop17 .endfunc @@ -496,7 +496,7 @@ fail_count: .size .L.str, 17 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype fprintf, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/ifcvt-onecmpl-abs-1.c.s b/test/torture-s/ifcvt-onecmpl-abs-1.c.s index 02b429dac..e1d760393 100644 --- a/test/torture-s/ifcvt-onecmpl-abs-1.c.s +++ b/test/torture-s/ifcvt-onecmpl-abs-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/index-1.c.s b/test/torture-s/index-1.c.s index 51e7060df..4184d40f4 100644 --- a/test/torture-s/index-1.c.s +++ b/test/torture-s/index-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/index-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/index-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -92,6 +92,6 @@ a: .size a, 160 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/inst-check.c.s b/test/torture-s/inst-check.c.s index 699e18dea..ac2e973d2 100644 --- a/test/torture-s/inst-check.c.s +++ b/test/torture-s/inst-check.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/inst-check.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/inst-check.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -51,5 +51,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/int-compare.c.s b/test/torture-s/int-compare.c.s index dccfa3986..d881f14c5 100644 --- a/test/torture-s/int-compare.c.s +++ b/test/torture-s/int-compare.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/int-compare.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/int-compare.c" .section .text.gt,"ax",@progbits .hidden gt .globl gt @@ -124,6 +124,6 @@ main: # @main .size main, .Lfunc_end7-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/ipa-sra-1.c.s b/test/torture-s/ipa-sra-1.c.s index 3fbf18853..f9c4eb6be 100644 --- a/test/torture-s/ipa-sra-1.c.s +++ b/test/torture-s/ipa-sra-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ipa-sra-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ipa-sra-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,4 +15,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/ipa-sra-2.c.s b/test/torture-s/ipa-sra-2.c.s index 1c8c39f89..1c2d643fd 100644 --- a/test/torture-s/ipa-sra-2.c.s +++ b/test/torture-s/ipa-sra-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ipa-sra-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ipa-sra-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -42,6 +42,6 @@ foo: # @foo .size foo, .Lfunc_end1-foo - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype calloc, i32, i32, i32 .functype free, void, i32 diff --git a/test/torture-s/longlong.c.s b/test/torture-s/longlong.c.s index afcd64813..207a046fa 100644 --- a/test/torture-s/longlong.c.s +++ b/test/torture-s/longlong.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/longlong.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/longlong.c" .section .text.alpha_ep_extbl_i_eq_0,"ax",@progbits .hidden alpha_ep_extbl_i_eq_0 .globl alpha_ep_extbl_i_eq_0 @@ -43,7 +43,7 @@ alpha_ep_extbl_i_eq_0: # @alpha_ep_extbl_i_eq_0 i64.shr_u $push17=, $pop16, $pop11 i64.const $push18=, 255 i64.and $push19=, $pop17, $pop18 - i64.store $drop=, 0($pop22), $pop19 + i64.store 0($pop22), $pop19 .LBB0_2: # %if.end end_block # label0: # fallthrough-return @@ -61,13 +61,13 @@ main: # @main # BB#0: # %alpha_ep_extbl_i_eq_0.exit i32.const $push21=, 0 i64.const $push0=, 3160194 - i64.store $drop=, b+136($pop21), $pop0 + i64.store b+136($pop21), $pop0 i32.const $push20=, 0 i64.const $push1=, 6003104017374052362 - i64.store $drop=, b+16($pop20), $pop1 + i64.store b+16($pop20), $pop1 i32.const $push19=, 0 i32.const $push2=, -2013265854 - i32.store $drop=, pars($pop19), $pop2 + i32.store pars($pop19), $pop2 i32.const $push18=, 0 i32.load $push17=, r($pop18) tee_local $push16=, $0=, $pop17 @@ -80,7 +80,7 @@ main: # @main i64.shr_u $push9=, $pop8, $pop7 i64.const $push10=, 255 i64.and $push11=, $pop9, $pop10 - i64.store $drop=, 16($pop16), $pop11 + i64.store 16($pop16), $pop11 block i32.const $push15=, 0 i64.load $push12=, b+16($pop15) @@ -127,6 +127,6 @@ pars: .size pars, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/loop-1.c.s b/test/torture-s/loop-1.c.s index 1292c44a7..a24bc4452 100644 --- a/test/torture-s/loop-1.c.s +++ b/test/torture-s/loop-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-10.c.s b/test/torture-s/loop-10.c.s index 8a8e0e569..4d13bf069 100644 --- a/test/torture-s/loop-10.c.s +++ b/test/torture-s/loop-10.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-10.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-10.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 2 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, count($pop5), $pop1 + i32.store count($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end4 @@ -36,5 +36,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/loop-11.c.s b/test/torture-s/loop-11.c.s index b200584cf..03e141db3 100644 --- a/test/torture-s/loop-11.c.s +++ b/test/torture-s/loop-11.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-11.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-11.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -16,7 +16,7 @@ main: # @main i32.const $push9=, -1 i32.add $push8=, $1, $pop9 tee_local $push7=, $1=, $pop8 - i32.store $drop=, 0($0), $pop7 + i32.store 0($0), $pop7 i32.const $push6=, -4 i32.add $0=, $0, $pop6 i32.const $push5=, 0 @@ -63,5 +63,5 @@ a: .size a, 796 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/loop-12.c.s b/test/torture-s/loop-12.c.s index af65af4d3..34d46faed 100644 --- a/test/torture-s/loop-12.c.s +++ b/test/torture-s/loop-12.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-12.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-12.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,7 +38,7 @@ foo: # @foo i32.const $push10=, 1 i32.add $push9=, $1, $pop10 tee_local $push8=, $1=, $pop9 - i32.store $drop=, p($pop11), $pop8 + i32.store p($pop11), $pop8 br 0 # 0: up to label0 .LBB0_4: # %while.end end_loop # label1: @@ -60,7 +60,7 @@ main: # @main # =>This Inner Loop Header: Depth=1 loop # label3: i32.const $push14=, 0 - i32.store $drop=, p($pop14), $1 + i32.store p($pop14), $1 block i32.load8_u $push1=, 0($1) i32.const $push13=, -10 @@ -110,4 +110,4 @@ p: .size .L.str, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/loop-13.c.s b/test/torture-s/loop-13.c.s index f2476278a..9ed5e3511 100644 --- a/test/torture-s/loop-13.c.s +++ b/test/torture-s/loop-13.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-13.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-13.c" .section .text.scale,"ax",@progbits .hidden scale .globl scale @@ -21,10 +21,10 @@ scale: # @scale # BB#2: # %for.body.preheader i32.load $push2=, 0($1) i32.mul $push3=, $pop2, $3 - i32.store $drop=, 0($1), $pop3 + i32.store 0($1), $pop3 i32.load $push4=, 4($1) i32.mul $push5=, $pop4, $3 - i32.store $drop=, 4($1), $pop5 + i32.store 4($1), $pop5 i32.const $push6=, 1 i32.eq $push7=, $2, $pop6 br_if 0, $pop7 # 0: down to label0 @@ -40,13 +40,13 @@ scale: # @scale i32.load $push26=, 0($0) tee_local $push25=, $3=, $pop26 i32.mul $push10=, $pop9, $pop25 - i32.store $drop=, 0($1), $pop10 + i32.store 0($1), $pop10 i32.const $push24=, -4 i32.add $push23=, $1, $pop24 tee_local $push22=, $4=, $pop23 i32.load $push11=, 0($4) i32.mul $push12=, $3, $pop11 - i32.store $drop=, 0($pop22), $pop12 + i32.store 0($pop22), $pop12 i32.const $push21=, 8 i32.add $1=, $1, $pop21 i32.const $push20=, -1 @@ -75,4 +75,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/loop-14.c.s b/test/torture-s/loop-14.c.s index 76e8474ce..93a072a0d 100644 --- a/test/torture-s/loop-14.c.s +++ b/test/torture-s/loop-14.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-14.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-14.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -8,7 +8,7 @@ f: # @f .param i32 # BB#0: # %entry i64.const $push0=, 90194313258 - i64.store $drop=, 4($0):p2align=2, $pop0 + i64.store 4($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -23,7 +23,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 90194313258 - i64.store $drop=, a3+4($pop1):p2align=2, $pop0 + i64.store a3+4($pop1):p2align=2, $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -41,5 +41,5 @@ a3: .size a3, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-15.c.s b/test/torture-s/loop-15.c.s index 29d27ce6f..b103dfac8 100644 --- a/test/torture-s/loop-15.c.s +++ b/test/torture-s/loop-15.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-15.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-15.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -19,7 +19,7 @@ foo: # @foo i32.add $push4=, $1, $pop5 tee_local $push3=, $2=, $pop4 i32.load $push1=, 0($pop3) - i32.store $drop=, 0($1), $pop1 + i32.store 0($1), $pop1 copy_local $1=, $2 i32.gt_u $push2=, $2, $0 br_if 0, $pop2 # 0: up to label1 @@ -45,7 +45,7 @@ main: # @main i32.const $push19=, 32 i32.sub $push28=, $pop18, $pop19 tee_local $push27=, $11=, $pop28 - i32.store $drop=, __stack_pointer($pop20), $pop27 + i32.store __stack_pointer($pop20), $pop27 i32.const $3=, 0 i32.const $2=, -1 i32.const $push2=, 16 @@ -79,11 +79,11 @@ main: # @main # Child Loop BB1_12 Depth 3 loop # label8: i32.const $push32=, 4 - i32.store $drop=, 0($7), $pop32 + i32.store 0($7), $pop32 i64.const $push31=, 4294967296 - i64.store $drop=, 0($11), $pop31 + i64.store 0($11), $pop31 i64.const $push30=, 12884901890 - i64.store $drop=, 8($11), $pop30 + i64.store 8($11), $pop30 block i32.le_s $push3=, $6, $3 br_if 0, $pop3 # 0: down to label10 @@ -101,7 +101,7 @@ main: # @main i32.add $push35=, $10, $pop36 tee_local $push34=, $9=, $pop35 i32.load $push5=, 0($pop34) - i32.store $drop=, 0($10), $pop5 + i32.store 0($10), $pop5 copy_local $10=, $9 i32.gt_u $push6=, $9, $4 br_if 0, $pop6 # 0: up to label11 @@ -206,7 +206,7 @@ main: # @main i32.const $push23=, 0 i32.const $push21=, 32 i32.add $push22=, $11, $pop21 - i32.store $drop=, __stack_pointer($pop23), $pop22 + i32.store __stack_pointer($pop23), $pop22 i32.const $push15=, 0 return $pop15 .LBB1_17: # %if.then @@ -226,5 +226,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/loop-2.c.s b/test/torture-s/loop-2.c.s index 9a156b94d..c60544871 100644 --- a/test/torture-s/loop-2.c.s +++ b/test/torture-s/loop-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -20,7 +20,7 @@ f: # @f loop # label1: i32.const $push6=, -2 i32.add $push0=, $2, $pop6 - i32.store $drop=, 0($1), $pop0 + i32.store 0($1), $pop0 i32.const $push5=, 4 i32.add $1=, $1, $pop5 i32.const $push4=, 1 @@ -46,7 +46,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i64.const $push0=, -2 - i64.store $drop=, a($pop1):p2align=2, $pop0 + i64.store a($pop1):p2align=2, $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -64,5 +64,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-2b.c.s b/test/torture-s/loop-2b.c.s index 69d67e8d1..c2ede6663 100644 --- a/test/torture-s/loop-2b.c.s +++ b/test/torture-s/loop-2b.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2b.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2b.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -24,7 +24,7 @@ f: # @f # =>This Inner Loop Header: Depth=1 loop # label1: i32.const $push10=, -2 - i32.store $drop=, 0($0), $pop10 + i32.store 0($0), $pop10 copy_local $push9=, $2 tee_local $push8=, $1=, $pop9 i32.const $push7=, 2147483645 @@ -55,7 +55,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i64.const $push0=, -4294967298 - i64.store $drop=, a($pop1):p2align=2, $pop0 + i64.store a($pop1):p2align=2, $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -73,5 +73,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-2c.c.s b/test/torture-s/loop-2c.c.s index 131aed75b..af3072b51 100644 --- a/test/torture-s/loop-2c.c.s +++ b/test/torture-s/loop-2c.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2c.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2c.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -25,7 +25,7 @@ f: # @f .LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 loop # label1: - i32.store $drop=, 0($2), $1 + i32.store 0($2), $1 i32.const $push11=, -4 i32.add $2=, $2, $pop11 i32.const $push10=, -3 @@ -67,7 +67,7 @@ g: # @g .LBB1_2: # %for.body.i # =>This Inner Loop Header: Depth=1 loop # label4: - i32.store $drop=, 0($1), $2 + i32.store 0($1), $2 i32.const $push10=, -4 i32.add $1=, $1, $pop10 i32.const $push9=, -3 @@ -94,10 +94,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, a - i32.store $drop=, a($pop1), $pop0 + i32.store a($pop1), $pop0 i32.const $push4=, 0 i32.const $push2=, a+3 - i32.store $drop=, a+4($pop4), $pop2 + i32.store a+4($pop4), $pop2 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -115,5 +115,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-2d.c.s b/test/torture-s/loop-2d.c.s index a5795f6d3..b7c9cd42c 100644 --- a/test/torture-s/loop-2d.c.s +++ b/test/torture-s/loop-2d.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2d.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2d.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -24,7 +24,7 @@ f: # @f .LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 loop # label1: - i32.store $drop=, 0($1), $2 + i32.store 0($1), $2 i32.const $push10=, -4 i32.add $1=, $1, $pop10 i32.const $push9=, -3 @@ -51,10 +51,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, a - i32.store $drop=, a($pop1), $pop0 + i32.store a($pop1), $pop0 i32.const $push4=, 0 i32.const $push2=, a+3 - i32.store $drop=, a+4($pop4), $pop2 + i32.store a+4($pop4), $pop2 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -72,5 +72,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-2e.c.s b/test/torture-s/loop-2e.c.s index 2995dc336..a021fcbb2 100644 --- a/test/torture-s/loop-2e.c.s +++ b/test/torture-s/loop-2e.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2e.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2e.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -7,124 +7,124 @@ f: # @f .param i32, i32 # BB#0: # %entry - i32.store $drop=, 0($1), $0 + i32.store 0($1), $0 i32.const $push0=, 4 i32.add $push1=, $0, $pop0 - i32.store $drop=, 4($1), $pop1 + i32.store 4($1), $pop1 i32.const $push2=, 8 i32.add $push3=, $0, $pop2 - i32.store $drop=, 8($1), $pop3 + i32.store 8($1), $pop3 i32.const $push4=, 12 i32.add $push5=, $0, $pop4 - i32.store $drop=, 12($1), $pop5 + i32.store 12($1), $pop5 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 - i32.store $drop=, 16($1), $pop7 + i32.store 16($1), $pop7 i32.const $push8=, 20 i32.add $push9=, $0, $pop8 - i32.store $drop=, 20($1), $pop9 + i32.store 20($1), $pop9 i32.const $push10=, 24 i32.add $push11=, $0, $pop10 - i32.store $drop=, 24($1), $pop11 + i32.store 24($1), $pop11 i32.const $push12=, 28 i32.add $push13=, $0, $pop12 - i32.store $drop=, 28($1), $pop13 + i32.store 28($1), $pop13 i32.const $push14=, 32 i32.add $push15=, $0, $pop14 - i32.store $drop=, 32($1), $pop15 + i32.store 32($1), $pop15 i32.const $push16=, 36 i32.add $push17=, $0, $pop16 - i32.store $drop=, 36($1), $pop17 + i32.store 36($1), $pop17 i32.const $push18=, 40 i32.add $push19=, $0, $pop18 - i32.store $drop=, 40($1), $pop19 + i32.store 40($1), $pop19 i32.const $push20=, 44 i32.add $push21=, $0, $pop20 - i32.store $drop=, 44($1), $pop21 + i32.store 44($1), $pop21 i32.const $push22=, 48 i32.add $push23=, $0, $pop22 - i32.store $drop=, 48($1), $pop23 + i32.store 48($1), $pop23 i32.const $push24=, 52 i32.add $push25=, $0, $pop24 - i32.store $drop=, 52($1), $pop25 + i32.store 52($1), $pop25 i32.const $push26=, 56 i32.add $push27=, $0, $pop26 - i32.store $drop=, 56($1), $pop27 + i32.store 56($1), $pop27 i32.const $push28=, 60 i32.add $push29=, $0, $pop28 - i32.store $drop=, 60($1), $pop29 + i32.store 60($1), $pop29 i32.const $push30=, 64 i32.add $push31=, $0, $pop30 - i32.store $drop=, 64($1), $pop31 + i32.store 64($1), $pop31 i32.const $push32=, 68 i32.add $push33=, $0, $pop32 - i32.store $drop=, 68($1), $pop33 + i32.store 68($1), $pop33 i32.const $push34=, 72 i32.add $push35=, $0, $pop34 - i32.store $drop=, 72($1), $pop35 + i32.store 72($1), $pop35 i32.const $push36=, 76 i32.add $push37=, $0, $pop36 - i32.store $drop=, 76($1), $pop37 + i32.store 76($1), $pop37 i32.const $push38=, 80 i32.add $push39=, $0, $pop38 - i32.store $drop=, 80($1), $pop39 + i32.store 80($1), $pop39 i32.const $push40=, 84 i32.add $push41=, $0, $pop40 - i32.store $drop=, 84($1), $pop41 + i32.store 84($1), $pop41 i32.const $push42=, 88 i32.add $push43=, $0, $pop42 - i32.store $drop=, 88($1), $pop43 + i32.store 88($1), $pop43 i32.const $push44=, 92 i32.add $push45=, $0, $pop44 - i32.store $drop=, 92($1), $pop45 + i32.store 92($1), $pop45 i32.const $push46=, 96 i32.add $push47=, $0, $pop46 - i32.store $drop=, 96($1), $pop47 + i32.store 96($1), $pop47 i32.const $push48=, 100 i32.add $push49=, $0, $pop48 - i32.store $drop=, 100($1), $pop49 + i32.store 100($1), $pop49 i32.const $push50=, 104 i32.add $push51=, $0, $pop50 - i32.store $drop=, 104($1), $pop51 + i32.store 104($1), $pop51 i32.const $push52=, 108 i32.add $push53=, $0, $pop52 - i32.store $drop=, 108($1), $pop53 + i32.store 108($1), $pop53 i32.const $push54=, 112 i32.add $push55=, $0, $pop54 - i32.store $drop=, 112($1), $pop55 + i32.store 112($1), $pop55 i32.const $push56=, 116 i32.add $push57=, $0, $pop56 - i32.store $drop=, 116($1), $pop57 + i32.store 116($1), $pop57 i32.const $push58=, 120 i32.add $push59=, $0, $pop58 - i32.store $drop=, 120($1), $pop59 + i32.store 120($1), $pop59 i32.const $push60=, 124 i32.add $push61=, $0, $pop60 - i32.store $drop=, 124($1), $pop61 + i32.store 124($1), $pop61 i32.const $push62=, 128 i32.add $push63=, $0, $pop62 - i32.store $drop=, 128($1), $pop63 + i32.store 128($1), $pop63 i32.const $push64=, 132 i32.add $push65=, $0, $pop64 - i32.store $drop=, 132($1), $pop65 + i32.store 132($1), $pop65 i32.const $push66=, 136 i32.add $push67=, $0, $pop66 - i32.store $drop=, 136($1), $pop67 + i32.store 136($1), $pop67 i32.const $push68=, 140 i32.add $push69=, $0, $pop68 - i32.store $drop=, 140($1), $pop69 + i32.store 140($1), $pop69 i32.const $push70=, 144 i32.add $push71=, $0, $pop70 - i32.store $drop=, 144($1), $pop71 + i32.store 144($1), $pop71 i32.const $push72=, 148 i32.add $push73=, $0, $pop72 - i32.store $drop=, 148($1), $pop73 + i32.store 148($1), $pop73 i32.const $push74=, 152 i32.add $push75=, $0, $pop74 - i32.store $drop=, 152($1), $pop75 + i32.store 152($1), $pop75 i32.const $push76=, 156 i32.add $push77=, $0, $pop76 - i32.store $drop=, 156($1), $pop77 + i32.store 156($1), $pop77 # fallthrough-return .endfunc .Lfunc_end0: @@ -144,4 +144,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/loop-2f.c.s b/test/torture-s/loop-2f.c.s index c50c33729..f0a590536 100644 --- a/test/torture-s/loop-2f.c.s +++ b/test/torture-s/loop-2f.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2f.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2f.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -56,7 +56,7 @@ main: # @main i32.const $push11=, 39 i32.call $drop=, memset@FUNCTION, $pop10, $pop12, $pop11 i32.const $push17=, 0 - i32.store8 $drop=, 32805($0), $pop17 + i32.store8 32805($0), $pop17 .LBB1_2: # %if.end15 end_block # label1: i32.const $push18=, 0 @@ -73,7 +73,7 @@ main: # @main .size .L.str, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype open, i32, i32, i32 .functype mmap, i32, i32, i32, i32, i32, i32, i64 .functype exit, void, i32 diff --git a/test/torture-s/loop-2g.c.s b/test/torture-s/loop-2g.c.s index 8a280cebc..7a9fd4fec 100644 --- a/test/torture-s/loop-2g.c.s +++ b/test/torture-s/loop-2g.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2g.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-2g.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -56,7 +56,7 @@ main: # @main i32.const $push11=, 39 i32.call $drop=, memset@FUNCTION, $pop10, $pop12, $pop11 i32.const $push17=, 0 - i32.store8 $drop=, 32805($0), $pop17 + i32.store8 32805($0), $pop17 .LBB1_2: # %if.end15 end_block # label1: i32.const $push18=, 0 @@ -73,7 +73,7 @@ main: # @main .size .L.str, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype open, i32, i32, i32 .functype mmap, i32, i32, i32, i32, i32, i32, i64 .functype exit, void, i32 diff --git a/test/torture-s/loop-3.c.s b/test/torture-s/loop-3.c.s index 652f799c7..c6dcb76e1 100644 --- a/test/torture-s/loop-3.c.s +++ b/test/torture-s/loop-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -14,7 +14,7 @@ g: # @g i32.load $push1=, n($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, n($pop0), $pop3 + i32.store n($pop0), $pop3 copy_local $push5=, $1 # fallthrough-return: $pop5 .endfunc @@ -42,7 +42,7 @@ f: # @f i32.add $push8=, $pop2, $pop7 i32.const $push9=, 2 i32.add $push10=, $pop8, $pop9 - i32.store $drop=, n($pop0), $pop10 + i32.store n($pop0), $pop10 copy_local $push13=, $0 # fallthrough-return: $pop13 .endfunc @@ -63,7 +63,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 4 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, n($pop5), $pop1 + i32.store n($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -88,6 +88,6 @@ n: .size n, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/loop-3b.c.s b/test/torture-s/loop-3b.c.s index f2c2ed3c7..4d677c34e 100644 --- a/test/torture-s/loop-3b.c.s +++ b/test/torture-s/loop-3b.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3b.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3b.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -14,7 +14,7 @@ g: # @g i32.load $push1=, n($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, n($pop0), $pop3 + i32.store n($pop0), $pop3 copy_local $push5=, $1 # fallthrough-return: $pop5 .endfunc @@ -46,7 +46,7 @@ f: # @f i32.add $push10=, $pop9, $pop7 i32.const $push11=, 1 i32.add $push12=, $pop10, $pop11 - i32.store $drop=, n($pop8), $pop12 + i32.store n($pop8), $pop12 copy_local $push17=, $0 # fallthrough-return: $pop17 .endfunc @@ -67,7 +67,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 4 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, n($pop5), $pop1 + i32.store n($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -92,6 +92,6 @@ n: .size n, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/loop-3c.c.s b/test/torture-s/loop-3c.c.s index ee630b382..b600d069d 100644 --- a/test/torture-s/loop-3c.c.s +++ b/test/torture-s/loop-3c.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3c.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-3c.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -24,7 +24,7 @@ f: # @f i32.shl $push2=, $pop13, $pop12 i32.const $push11=, a i32.add $push3=, $pop2, $pop11 - i32.store $drop=, 0($pop3), $1 + i32.store 0($pop3), $1 i32.const $push10=, 32 i32.add $1=, $1, $pop10 i32.const $push9=, 4 @@ -50,19 +50,19 @@ main: # @main # BB#0: # %if.end7 i32.const $push1=, 0 i32.const $push0=, a - i32.store $drop=, a+512($pop1), $pop0 + i32.store a+512($pop1), $pop0 i32.const $push10=, 0 i32.const $push2=, a+32 - i32.store $drop=, a+256($pop10), $pop2 + i32.store a+256($pop10), $pop2 i32.const $push9=, 0 i32.const $push3=, a+64 - i32.store $drop=, a+128($pop9), $pop3 + i32.store a+128($pop9), $pop3 i32.const $push8=, 0 i32.const $push4=, a+96 - i32.store $drop=, a+64($pop8), $pop4 + i32.store a+64($pop8), $pop4 i32.const $push7=, 0 i32.const $push6=, 0 - i32.store $drop=, a+32($pop7), $pop6 + i32.store a+32($pop7), $pop6 i32.const $push5=, 0 call exit@FUNCTION, $pop5 unreachable @@ -80,5 +80,5 @@ a: .size a, 1020 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-4.c.s b/test/torture-s/loop-4.c.s index 7d81cbe3a..58e2d696b 100644 --- a/test/torture-s/loop-4.c.s +++ b/test/torture-s/loop-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-4.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-4b.c.s b/test/torture-s/loop-4b.c.s index af3b4f1a6..028950aec 100644 --- a/test/torture-s/loop-4b.c.s +++ b/test/torture-s/loop-4b.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-4b.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-4b.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -28,5 +28,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-5.c.s b/test/torture-s/loop-5.c.s index b5024fbb7..1d92e0421 100644 --- a/test/torture-s/loop-5.c.s +++ b/test/torture-s/loop-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-5.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -20,13 +20,13 @@ main: # @main i32.const $push2=, 1 i32.add $push37=, $0, $pop2 tee_local $push36=, $1=, $pop37 - i32.store $drop=, t($pop38), $pop36 + i32.store t($pop38), $pop36 i32.const $push35=, 2 i32.shl $push3=, $0, $pop35 i32.const $push34=, a i32.add $push4=, $pop3, $pop34 i32.const $push33=, 0 - i32.store $drop=, 0($pop4), $pop33 + i32.store 0($pop4), $pop33 i32.const $push32=, 3 i32.eq $push5=, $0, $pop32 br_if 0, $pop5 # 0: down to label0 @@ -35,13 +35,13 @@ main: # @main i32.const $push45=, 2 i32.add $push44=, $0, $pop45 tee_local $push43=, $2=, $pop44 - i32.store $drop=, t($pop46), $pop43 + i32.store t($pop46), $pop43 i32.const $push42=, 2 i32.shl $push6=, $1, $pop42 i32.const $push41=, a i32.add $push7=, $pop6, $pop41 i32.const $push40=, 3 - i32.store $drop=, 0($pop7), $pop40 + i32.store 0($pop7), $pop40 i32.const $push39=, 3 i32.gt_s $push8=, $2, $pop39 br_if 0, $pop8 # 0: down to label0 @@ -50,13 +50,13 @@ main: # @main i32.const $push9=, 3 i32.add $push52=, $0, $pop9 tee_local $push51=, $1=, $pop52 - i32.store $drop=, t($pop53), $pop51 + i32.store t($pop53), $pop51 i32.const $push50=, 2 i32.shl $push10=, $2, $pop50 i32.const $push49=, a i32.add $push11=, $pop10, $pop49 i32.const $push48=, 2 - i32.store $drop=, 0($pop11), $pop48 + i32.store 0($pop11), $pop48 i32.const $push47=, 0 i32.gt_s $push12=, $0, $pop47 br_if 0, $pop12 # 0: down to label0 @@ -66,11 +66,11 @@ main: # @main i32.const $push56=, a i32.add $push14=, $pop13, $pop56 i32.const $push15=, 1 - i32.store $drop=, 0($pop14), $pop15 + i32.store 0($pop14), $pop15 i32.const $push55=, 0 i32.const $push16=, 4 i32.add $push17=, $0, $pop16 - i32.store $drop=, t($pop55), $pop17 + i32.store t($pop55), $pop17 i32.const $push54=, 0 i32.load $push18=, a($pop54) br_if 0, $pop18 # 0: down to label0 @@ -119,6 +119,6 @@ t: .size t, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/loop-6.c.s b/test/torture-s/loop-6.c.s index 7949a06df..2907800eb 100644 --- a/test/torture-s/loop-6.c.s +++ b/test/torture-s/loop-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-6.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/loop-7.c.s b/test/torture-s/loop-7.c.s index 5e274e4b3..5b4a5833d 100644 --- a/test/torture-s/loop-7.c.s +++ b/test/torture-s/loop-7.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-7.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-7.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -61,6 +61,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/loop-8.c.s b/test/torture-s/loop-8.c.s index fcfe8ae4c..40a7813b3 100644 --- a/test/torture-s/loop-8.c.s +++ b/test/torture-s/loop-8.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-8.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-8.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -38,7 +38,7 @@ main: # @main i32.const $push10=, 16 i32.sub $push21=, $pop9, $pop10 tee_local $push20=, $1=, $pop21 - i32.store $drop=, __stack_pointer($pop11), $pop20 + i32.store __stack_pointer($pop11), $pop20 block block i32.const $push19=, 0 @@ -67,7 +67,7 @@ main: # @main br_if 1, $pop32 # 1: down to label1 .LBB1_3: # %e end_block # label2: - f64.store $drop=, 8($1), $0 + f64.store 8($1), $0 i32.const $push29=, 0 i32.const $push12=, 8 i32.add $push13=, $1, $pop12 @@ -77,7 +77,7 @@ main: # @main unreachable .LBB1_4: # %for.cond.2 end_block # label1: - f64.store $drop=, 8($1), $0 + f64.store 8($1), $0 i32.const $push7=, 1 i32.const $push14=, 8 i32.add $push15=, $1, $pop14 @@ -101,6 +101,6 @@ a: .size a, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/loop-9.c.s b/test/torture-s/loop-9.c.s index 0c579a53a..691902918 100644 --- a/test/torture-s/loop-9.c.s +++ b/test/torture-s/loop-9.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-9.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-9.c" .section .text.false,"ax",@progbits .hidden false .globl false @@ -28,4 +28,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/loop-ivopts-1.c.s b/test/torture-s/loop-ivopts-1.c.s index 4de74b954..bd1a43c91 100644 --- a/test/torture-s/loop-ivopts-1.c.s +++ b/test/torture-s/loop-ivopts-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-ivopts-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-ivopts-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,10 +9,10 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1126498304 - i32.store $drop=, foo.tmp+8($pop1), $pop0 + i32.store foo.tmp+8($pop1), $pop0 i32.const $push4=, 0 i64.const $push2=, 4803089003686395904 - i64.store $drop=, foo.tmp($pop4), $pop2 + i64.store foo.tmp($pop4), $pop2 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -28,20 +28,20 @@ foo: # @foo # BB#0: # %for.inc9.3 i32.const $push1=, 0 i64.const $push0=, 4838273375797772288 - i64.store $drop=, foo.tmp+4($pop1):p2align=2, $pop0 + i64.store foo.tmp+4($pop1):p2align=2, $pop0 i32.const $push9=, 0 i32.const $push2=, 1095761920 - i32.store $drop=, foo.tmp($pop9), $pop2 + i32.store foo.tmp($pop9), $pop2 i32.const $push3=, 1118306304 - i32.store $drop=, 4($0), $pop3 + i32.store 4($0), $pop3 i32.const $push8=, 1095761920 - i32.store $drop=, 0($0), $pop8 + i32.store 0($0), $pop8 i32.const $push7=, 0 i32.load $push4=, foo.tmp+8($pop7) - i32.store $drop=, 8($0), $pop4 + i32.store 8($0), $pop4 i32.const $push6=, 0 i32.load $push5=, foo.tmp+12($pop6) - i32.store $drop=, 12($0), $pop5 + i32.store 12($0), $pop5 # fallthrough-return .endfunc .Lfunc_end1: @@ -55,4 +55,4 @@ foo.tmp: .size foo.tmp, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/loop-ivopts-2.c.s b/test/torture-s/loop-ivopts-2.c.s index 2d8101afb..934d05086 100644 --- a/test/torture-s/loop-ivopts-2.c.s +++ b/test/torture-s/loop-ivopts-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-ivopts-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/loop-ivopts-2.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -63,14 +63,14 @@ main: # @main i32.const $push18=, 1152 i32.sub $push24=, $pop17, $pop18 tee_local $push23=, $2=, $pop24 - i32.store $drop=, __stack_pointer($pop19), $pop23 + i32.store __stack_pointer($pop19), $pop23 i32.const $1=, 0 .LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label3: i32.add $push0=, $2, $1 i32.const $push29=, 8 - i32.store $drop=, 0($pop0), $pop29 + i32.store 0($pop0), $pop29 i32.const $push28=, 4 i32.add $push27=, $1, $pop28 tee_local $push26=, $1=, $pop27 @@ -87,7 +87,7 @@ main: # @main loop # label5: i32.add $push3=, $0, $1 i32.const $push34=, 9 - i32.store $drop=, 0($pop3), $pop34 + i32.store 0($pop3), $pop34 i32.const $push33=, 4 i32.add $push32=, $1, $pop33 tee_local $push31=, $1=, $pop32 @@ -97,59 +97,59 @@ main: # @main # BB#4: # %for.body17 end_loop # label6: i64.const $push5=, 30064771079 - i64.store $drop=, 1024($2), $pop5 + i64.store 1024($2), $pop5 i64.const $push60=, 30064771079 - i64.store $drop=, 1032($2), $pop60 + i64.store 1032($2), $pop60 i64.const $push59=, 30064771079 - i64.store $drop=, 1040($2), $pop59 + i64.store 1040($2), $pop59 i64.const $push58=, 30064771079 - i64.store $drop=, 1048($2), $pop58 + i64.store 1048($2), $pop58 i64.const $push57=, 30064771079 - i64.store $drop=, 1056($2), $pop57 + i64.store 1056($2), $pop57 i32.const $push56=, 7 - i32.store $drop=, 1064($2), $pop56 + i32.store 1064($2), $pop56 i32.const $push55=, 7 - i32.store $drop=, 1068($2), $pop55 + i32.store 1068($2), $pop55 i32.const $push54=, 7 - i32.store $drop=, 1072($2), $pop54 + i32.store 1072($2), $pop54 i32.const $push53=, 7 - i32.store $drop=, 1076($2), $pop53 + i32.store 1076($2), $pop53 i32.const $push52=, 7 - i32.store $drop=, 1080($2), $pop52 + i32.store 1080($2), $pop52 i32.const $push51=, 7 - i32.store $drop=, 1084($2), $pop51 + i32.store 1084($2), $pop51 i32.const $push50=, 7 - i32.store $drop=, 1088($2), $pop50 + i32.store 1088($2), $pop50 i32.const $push49=, 7 - i32.store $drop=, 1092($2), $pop49 + i32.store 1092($2), $pop49 i32.const $push48=, 7 - i32.store $drop=, 1096($2), $pop48 + i32.store 1096($2), $pop48 i32.const $push47=, 7 - i32.store $drop=, 1100($2), $pop47 + i32.store 1100($2), $pop47 i32.const $push46=, 7 - i32.store $drop=, 1104($2), $pop46 + i32.store 1104($2), $pop46 i32.const $push45=, 7 - i32.store $drop=, 1108($2), $pop45 + i32.store 1108($2), $pop45 i32.const $push44=, 7 - i32.store $drop=, 1112($2), $pop44 + i32.store 1112($2), $pop44 i32.const $push43=, 7 - i32.store $drop=, 1116($2), $pop43 + i32.store 1116($2), $pop43 i32.const $push42=, 8 - i32.store $drop=, 1120($2), $pop42 + i32.store 1120($2), $pop42 i32.const $push41=, 8 - i32.store $drop=, 1124($2), $pop41 + i32.store 1124($2), $pop41 i32.const $push40=, 8 - i32.store $drop=, 1128($2), $pop40 + i32.store 1128($2), $pop40 i32.const $push39=, 8 - i32.store $drop=, 1132($2), $pop39 + i32.store 1132($2), $pop39 i32.const $push38=, 8 - i32.store $drop=, 1136($2), $pop38 + i32.store 1136($2), $pop38 i32.const $push37=, 8 - i32.store $drop=, 1140($2), $pop37 + i32.store 1140($2), $pop37 i32.const $push36=, 8 - i32.store $drop=, 1144($2), $pop36 + i32.store 1144($2), $pop36 i32.const $push35=, 8 - i32.store $drop=, 1148($2), $pop35 + i32.store 1148($2), $pop35 i32.const $1=, 0 copy_local $0=, $2 .LBB1_5: # %for.body.i @@ -186,7 +186,7 @@ main: # @main i32.const $push22=, 0 i32.const $push20=, 1152 i32.add $push21=, $2, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push15=, 0 return $pop15 .LBB1_8: # %if.then.i @@ -198,5 +198,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/lshrdi-1.c.s b/test/torture-s/lshrdi-1.c.s index 0d067f9a8..3a218d629 100644 --- a/test/torture-s/lshrdi-1.c.s +++ b/test/torture-s/lshrdi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/lshrdi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/lshrdi-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -138,6 +138,6 @@ main: # @main .size .Lswitch.table, 512 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/mayalias-1.c.s b/test/torture-s/mayalias-1.c.s index 3c61a1db0..1604d9acf 100644 --- a/test/torture-s/mayalias-1.c.s +++ b/test/torture-s/mayalias-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/mayalias-2.c.s b/test/torture-s/mayalias-2.c.s index 05980f282..2159146e3 100644 --- a/test/torture-s/mayalias-2.c.s +++ b/test/torture-s/mayalias-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -27,4 +27,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/mayalias-3.c.s b/test/torture-s/mayalias-3.c.s index cdf4cb1d2..82b00d432 100644 --- a/test/torture-s/mayalias-3.c.s +++ b/test/torture-s/mayalias-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mayalias-3.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -9,7 +9,7 @@ g: # @g .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, p($pop0), $0 + i32.store p($pop0), $0 copy_local $push1=, $0 # fallthrough-return: $pop1 .endfunc @@ -30,13 +30,13 @@ f: # @f i32.sub $push10=, $pop5, $pop6 tee_local $push9=, $0=, $pop10 i32.const $push0=, 10 - i32.store $drop=, 12($pop9), $pop0 + i32.store 12($pop9), $pop0 i32.const $push1=, 1 - i32.store16 $drop=, 12($0), $pop1 + i32.store16 12($0), $pop1 i32.const $push2=, 0 i32.const $push7=, 12 i32.add $push8=, $0, $pop7 - i32.store $drop=, p($pop2), $pop8 + i32.store p($pop2), $pop8 i32.load $push3=, 12($0) # fallthrough-return: $pop3 .endfunc @@ -57,15 +57,15 @@ main: # @main i32.const $push6=, 16 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 i32.const $push0=, 10 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push1=, 1 - i32.store16 $drop=, 12($0), $pop1 + i32.store16 12($0), $pop1 i32.const $push14=, 0 i32.const $push11=, 12 i32.add $push12=, $0, $pop11 - i32.store $drop=, p($pop14), $pop12 + i32.store p($pop14), $pop12 block i32.load $push2=, 12($0) i32.const $push13=, 10 @@ -75,7 +75,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push17=, 0 return $pop17 .LBB2_2: # %if.then @@ -96,5 +96,5 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/medce-1.c.s b/test/torture-s/medce-1.c.s index 40354dadf..129aa9de5 100644 --- a/test/torture-s/medce-1.c.s +++ b/test/torture-s/medce-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/medce-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/medce-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -8,7 +8,7 @@ bar: # @bar # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store8 $drop=, ok($pop1), $pop0 + i32.store8 ok($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,7 +28,7 @@ foo: # @foo # BB#1: # %sw.bb1 i32.const $push1=, 0 i32.const $push3=, 1 - i32.store8 $drop=, ok($pop1), $pop3 + i32.store8 ok($pop1), $pop3 .LBB1_2: # %sw.epilog end_block # label0: # fallthrough-return @@ -45,7 +45,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store8 $drop=, ok($pop1), $pop0 + i32.store8 ok($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -60,4 +60,4 @@ ok: .size ok, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/memcpy-1.c.s b/test/torture-s/memcpy-1.c.s index ff115295e..09ad47f4d 100644 --- a/test/torture-s/memcpy-1.c.s +++ b/test/torture-s/memcpy-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-1.c" .section .text.copy,"ax",@progbits .hidden copy .globl copy @@ -28,7 +28,7 @@ main: # @main i32.const $push39=, 696320 i32.sub $push54=, $pop38, $pop39 tee_local $push53=, $1=, $pop54 - i32.store $drop=, __stack_pointer($pop40), $pop53 + i32.store __stack_pointer($pop40), $pop53 i32.const $2=, 0 i32.const $push52=, 0 i32.const $push51=, 348160 @@ -39,7 +39,7 @@ main: # @main i32.const $push41=, 348160 i32.add $push42=, $1, $pop41 i32.add $push2=, $pop42, $2 - i32.store8 $drop=, 0($pop2), $2 + i32.store8 0($pop2), $2 i32.const $push58=, 1 i32.add $push57=, $2, $pop58 tee_local $push56=, $2=, $pop57 @@ -225,6 +225,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/memcpy-2.c.s b/test/torture-s/memcpy-2.c.s index 5e661779b..1b032a245 100644 --- a/test/torture-s/memcpy-2.c.s +++ b/test/torture-s/memcpy-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -65,7 +65,7 @@ main: # @main i32.gt_s $push2=, $pop1, $pop56 i32.select $push55=, $pop59, $9, $pop2 tee_local $push54=, $9=, $pop55 - i32.store8 $drop=, 0($pop3), $pop54 + i32.store8 0($pop3), $pop54 i32.const $push53=, 1 i32.add $9=, $9, $pop53 i32.const $push52=, 1 @@ -260,6 +260,6 @@ u2: .size u2, 96 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/memcpy-bi.c.s b/test/torture-s/memcpy-bi.c.s index 711e4f207..52c98ab96 100644 --- a/test/torture-s/memcpy-bi.c.s +++ b/test/torture-s/memcpy-bi.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-bi.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memcpy-bi.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -38,7 +38,7 @@ main: # @main i32.rem_u $push25=, $0, $pop303 i32.const $push302=, 97 i32.add $push26=, $pop25, $pop302 - i32.store8 $drop=, 0($pop24), $pop26 + i32.store8 0($pop24), $pop26 i32.const $push301=, 1 i32.add $push300=, $0, $pop301 tee_local $push299=, $0=, $pop300 @@ -51,7 +51,7 @@ main: # @main i32.const $push307=, 0 i32.load16_u $push306=, src($pop307) tee_local $push305=, $0=, $pop306 - i32.store16 $drop=, dst($pop308), $pop305 + i32.store16 dst($pop308), $pop305 block i32.ne $push28=, $0, $0 br_if 0, $pop28 # 0: down to label3 @@ -59,11 +59,11 @@ main: # @main i32.const $push314=, 0 i32.const $push313=, 0 i32.load8_u $push29=, src+2($pop313) - i32.store8 $drop=, dst+2($pop314), $pop29 + i32.store8 dst+2($pop314), $pop29 i32.const $push312=, 0 i32.const $push311=, 0 i32.load16_u $push30=, src($pop311) - i32.store16 $drop=, dst($pop312), $pop30 + i32.store16 dst($pop312), $pop30 i32.const $push310=, dst i32.const $push309=, src i32.const $push31=, 3 @@ -73,11 +73,11 @@ main: # @main i32.const $push320=, 0 i32.const $push319=, 0 i32.load8_u $push33=, src+4($pop319) - i32.store8 $drop=, dst+4($pop320), $pop33 + i32.store8 dst+4($pop320), $pop33 i32.const $push318=, 0 i32.const $push317=, 0 i32.load $push34=, src($pop317) - i32.store $drop=, dst($pop318), $pop34 + i32.store dst($pop318), $pop34 i32.const $push316=, dst i32.const $push315=, src i32.const $push35=, 5 @@ -87,11 +87,11 @@ main: # @main i32.const $push326=, 0 i32.const $push325=, 0 i32.load16_u $push37=, src+4($pop325) - i32.store16 $drop=, dst+4($pop326), $pop37 + i32.store16 dst+4($pop326), $pop37 i32.const $push324=, 0 i32.const $push323=, 0 i32.load $push38=, src($pop323) - i32.store $drop=, dst($pop324), $pop38 + i32.store dst($pop324), $pop38 i32.const $push322=, dst i32.const $push321=, src i32.const $push39=, 6 @@ -101,15 +101,15 @@ main: # @main i32.const $push334=, 0 i32.const $push333=, 0 i32.load8_u $push41=, src+6($pop333) - i32.store8 $drop=, dst+6($pop334), $pop41 + i32.store8 dst+6($pop334), $pop41 i32.const $push332=, 0 i32.const $push331=, 0 i32.load16_u $push42=, src+4($pop331) - i32.store16 $drop=, dst+4($pop332), $pop42 + i32.store16 dst+4($pop332), $pop42 i32.const $push330=, 0 i32.const $push329=, 0 i32.load $push43=, src($pop329) - i32.store $drop=, dst($pop330), $pop43 + i32.store dst($pop330), $pop43 i32.const $push328=, dst i32.const $push327=, src i32.const $push44=, 7 @@ -119,11 +119,11 @@ main: # @main i32.const $push340=, 0 i32.const $push339=, 0 i32.load8_u $push46=, src+8($pop339) - i32.store8 $drop=, dst+8($pop340), $pop46 + i32.store8 dst+8($pop340), $pop46 i32.const $push338=, 0 i32.const $push337=, 0 i64.load $push47=, src($pop337) - i64.store $drop=, dst($pop338), $pop47 + i64.store dst($pop338), $pop47 i32.const $push336=, dst i32.const $push335=, src i32.const $push48=, 9 @@ -133,11 +133,11 @@ main: # @main i32.const $push346=, 0 i32.const $push345=, 0 i32.load16_u $push50=, src+8($pop345) - i32.store16 $drop=, dst+8($pop346), $pop50 + i32.store16 dst+8($pop346), $pop50 i32.const $push344=, 0 i32.const $push343=, 0 i64.load $push51=, src($pop343) - i64.store $drop=, dst($pop344), $pop51 + i64.store dst($pop344), $pop51 i32.const $push342=, dst i32.const $push341=, src i32.const $push52=, 10 @@ -147,15 +147,15 @@ main: # @main i32.const $push354=, 0 i32.const $push353=, 0 i32.load8_u $push54=, src+10($pop353) - i32.store8 $drop=, dst+10($pop354), $pop54 + i32.store8 dst+10($pop354), $pop54 i32.const $push352=, 0 i32.const $push351=, 0 i32.load16_u $push55=, src+8($pop351) - i32.store16 $drop=, dst+8($pop352), $pop55 + i32.store16 dst+8($pop352), $pop55 i32.const $push350=, 0 i32.const $push349=, 0 i64.load $push56=, src($pop349) - i64.store $drop=, dst($pop350), $pop56 + i64.store dst($pop350), $pop56 i32.const $push348=, dst i32.const $push347=, src i32.const $push57=, 11 @@ -165,11 +165,11 @@ main: # @main i32.const $push360=, 0 i32.const $push359=, 0 i32.load $push59=, src+8($pop359) - i32.store $drop=, dst+8($pop360), $pop59 + i32.store dst+8($pop360), $pop59 i32.const $push358=, 0 i32.const $push357=, 0 i64.load $push60=, src($pop357) - i64.store $drop=, dst($pop358), $pop60 + i64.store dst($pop358), $pop60 i32.const $push356=, dst i32.const $push355=, src i32.const $push61=, 12 @@ -179,15 +179,15 @@ main: # @main i32.const $push368=, 0 i32.const $push367=, 0 i32.load8_u $push63=, src+12($pop367) - i32.store8 $drop=, dst+12($pop368), $pop63 + i32.store8 dst+12($pop368), $pop63 i32.const $push366=, 0 i32.const $push365=, 0 i32.load $push64=, src+8($pop365) - i32.store $drop=, dst+8($pop366), $pop64 + i32.store dst+8($pop366), $pop64 i32.const $push364=, 0 i32.const $push363=, 0 i64.load $push65=, src($pop363) - i64.store $drop=, dst($pop364), $pop65 + i64.store dst($pop364), $pop65 i32.const $push362=, dst i32.const $push361=, src i32.const $push66=, 13 @@ -197,15 +197,15 @@ main: # @main i32.const $push376=, 0 i32.const $push375=, 0 i32.load16_u $push68=, src+12($pop375) - i32.store16 $drop=, dst+12($pop376), $pop68 + i32.store16 dst+12($pop376), $pop68 i32.const $push374=, 0 i32.const $push373=, 0 i32.load $push69=, src+8($pop373) - i32.store $drop=, dst+8($pop374), $pop69 + i32.store dst+8($pop374), $pop69 i32.const $push372=, 0 i32.const $push371=, 0 i64.load $push70=, src($pop371) - i64.store $drop=, dst($pop372), $pop70 + i64.store dst($pop372), $pop70 i32.const $push370=, dst i32.const $push369=, src i32.const $push71=, 14 @@ -215,19 +215,19 @@ main: # @main i32.const $push386=, 0 i32.const $push385=, 0 i32.load8_u $push73=, src+14($pop385) - i32.store8 $drop=, dst+14($pop386), $pop73 + i32.store8 dst+14($pop386), $pop73 i32.const $push384=, 0 i32.const $push383=, 0 i32.load16_u $push74=, src+12($pop383) - i32.store16 $drop=, dst+12($pop384), $pop74 + i32.store16 dst+12($pop384), $pop74 i32.const $push382=, 0 i32.const $push381=, 0 i32.load $push75=, src+8($pop381) - i32.store $drop=, dst+8($pop382), $pop75 + i32.store dst+8($pop382), $pop75 i32.const $push380=, 0 i32.const $push379=, 0 i64.load $push76=, src($pop379) - i64.store $drop=, dst($pop380), $pop76 + i64.store dst($pop380), $pop76 i32.const $push378=, dst i32.const $push377=, src i32.const $push77=, 15 @@ -237,11 +237,11 @@ main: # @main i32.const $push392=, 0 i32.const $push391=, 0 i64.load $push79=, src+8($pop391) - i64.store $drop=, dst+8($pop392), $pop79 + i64.store dst+8($pop392), $pop79 i32.const $push390=, 0 i32.const $push389=, 0 i64.load $push80=, src($pop389) - i64.store $drop=, dst($pop390), $pop80 + i64.store dst($pop390), $pop80 i32.const $push388=, dst i32.const $push387=, src i32.const $push81=, 16 @@ -251,15 +251,15 @@ main: # @main i32.const $push400=, 0 i32.const $push399=, 0 i32.load8_u $push83=, src+16($pop399) - i32.store8 $drop=, dst+16($pop400), $pop83 + i32.store8 dst+16($pop400), $pop83 i32.const $push398=, 0 i32.const $push397=, 0 i64.load $push84=, src+8($pop397) - i64.store $drop=, dst+8($pop398), $pop84 + i64.store dst+8($pop398), $pop84 i32.const $push396=, 0 i32.const $push395=, 0 i64.load $push85=, src($pop395) - i64.store $drop=, dst($pop396), $pop85 + i64.store dst($pop396), $pop85 i32.const $push394=, dst i32.const $push393=, src i32.const $push86=, 17 @@ -269,15 +269,15 @@ main: # @main i32.const $push408=, 0 i32.const $push407=, 0 i32.load16_u $push88=, src+16($pop407) - i32.store16 $drop=, dst+16($pop408), $pop88 + i32.store16 dst+16($pop408), $pop88 i32.const $push406=, 0 i32.const $push405=, 0 i64.load $push89=, src+8($pop405) - i64.store $drop=, dst+8($pop406), $pop89 + i64.store dst+8($pop406), $pop89 i32.const $push404=, 0 i32.const $push403=, 0 i64.load $push90=, src($pop403) - i64.store $drop=, dst($pop404), $pop90 + i64.store dst($pop404), $pop90 i32.const $push402=, dst i32.const $push401=, src i32.const $push91=, 18 @@ -287,19 +287,19 @@ main: # @main i32.const $push418=, 0 i32.const $push417=, 0 i32.load8_u $push93=, src+18($pop417) - i32.store8 $drop=, dst+18($pop418), $pop93 + i32.store8 dst+18($pop418), $pop93 i32.const $push416=, 0 i32.const $push415=, 0 i32.load16_u $push94=, src+16($pop415) - i32.store16 $drop=, dst+16($pop416), $pop94 + i32.store16 dst+16($pop416), $pop94 i32.const $push414=, 0 i32.const $push413=, 0 i64.load $push95=, src+8($pop413) - i64.store $drop=, dst+8($pop414), $pop95 + i64.store dst+8($pop414), $pop95 i32.const $push412=, 0 i32.const $push411=, 0 i64.load $push96=, src($pop411) - i64.store $drop=, dst($pop412), $pop96 + i64.store dst($pop412), $pop96 i32.const $push410=, dst i32.const $push409=, src i32.const $push97=, 19 @@ -309,15 +309,15 @@ main: # @main i32.const $push426=, 0 i32.const $push425=, 0 i32.load $push99=, src+16($pop425) - i32.store $drop=, dst+16($pop426), $pop99 + i32.store dst+16($pop426), $pop99 i32.const $push424=, 0 i32.const $push423=, 0 i64.load $push100=, src+8($pop423) - i64.store $drop=, dst+8($pop424), $pop100 + i64.store dst+8($pop424), $pop100 i32.const $push422=, 0 i32.const $push421=, 0 i64.load $push101=, src($pop421) - i64.store $drop=, dst($pop422), $pop101 + i64.store dst($pop422), $pop101 i32.const $push420=, dst i32.const $push419=, src i32.const $push102=, 20 @@ -327,19 +327,19 @@ main: # @main i32.const $push436=, 0 i32.const $push435=, 0 i32.load8_u $push104=, src+20($pop435) - i32.store8 $drop=, dst+20($pop436), $pop104 + i32.store8 dst+20($pop436), $pop104 i32.const $push434=, 0 i32.const $push433=, 0 i32.load $push105=, src+16($pop433) - i32.store $drop=, dst+16($pop434), $pop105 + i32.store dst+16($pop434), $pop105 i32.const $push432=, 0 i32.const $push431=, 0 i64.load $push106=, src+8($pop431) - i64.store $drop=, dst+8($pop432), $pop106 + i64.store dst+8($pop432), $pop106 i32.const $push430=, 0 i32.const $push429=, 0 i64.load $push107=, src($pop429) - i64.store $drop=, dst($pop430), $pop107 + i64.store dst($pop430), $pop107 i32.const $push428=, dst i32.const $push427=, src i32.const $push108=, 21 @@ -349,19 +349,19 @@ main: # @main i32.const $push446=, 0 i32.const $push445=, 0 i32.load16_u $push110=, src+20($pop445) - i32.store16 $drop=, dst+20($pop446), $pop110 + i32.store16 dst+20($pop446), $pop110 i32.const $push444=, 0 i32.const $push443=, 0 i32.load $push111=, src+16($pop443) - i32.store $drop=, dst+16($pop444), $pop111 + i32.store dst+16($pop444), $pop111 i32.const $push442=, 0 i32.const $push441=, 0 i64.load $push112=, src+8($pop441) - i64.store $drop=, dst+8($pop442), $pop112 + i64.store dst+8($pop442), $pop112 i32.const $push440=, 0 i32.const $push439=, 0 i64.load $push113=, src($pop439) - i64.store $drop=, dst($pop440), $pop113 + i64.store dst($pop440), $pop113 i32.const $push438=, dst i32.const $push437=, src i32.const $push114=, 22 @@ -371,23 +371,23 @@ main: # @main i32.const $push458=, 0 i32.const $push457=, 0 i32.load8_u $push116=, src+22($pop457) - i32.store8 $drop=, dst+22($pop458), $pop116 + i32.store8 dst+22($pop458), $pop116 i32.const $push456=, 0 i32.const $push455=, 0 i32.load16_u $push117=, src+20($pop455) - i32.store16 $drop=, dst+20($pop456), $pop117 + i32.store16 dst+20($pop456), $pop117 i32.const $push454=, 0 i32.const $push453=, 0 i32.load $push118=, src+16($pop453) - i32.store $drop=, dst+16($pop454), $pop118 + i32.store dst+16($pop454), $pop118 i32.const $push452=, 0 i32.const $push451=, 0 i64.load $push119=, src+8($pop451) - i64.store $drop=, dst+8($pop452), $pop119 + i64.store dst+8($pop452), $pop119 i32.const $push450=, 0 i32.const $push449=, 0 i64.load $push120=, src($pop449) - i64.store $drop=, dst($pop450), $pop120 + i64.store dst($pop450), $pop120 i32.const $push448=, dst i32.const $push447=, src i32.const $push121=, 23 @@ -397,15 +397,15 @@ main: # @main i32.const $push466=, 0 i32.const $push465=, 0 i64.load $push123=, src+16($pop465) - i64.store $drop=, dst+16($pop466), $pop123 + i64.store dst+16($pop466), $pop123 i32.const $push464=, 0 i32.const $push463=, 0 i64.load $push124=, src+8($pop463) - i64.store $drop=, dst+8($pop464), $pop124 + i64.store dst+8($pop464), $pop124 i32.const $push462=, 0 i32.const $push461=, 0 i64.load $push125=, src($pop461) - i64.store $drop=, dst($pop462), $pop125 + i64.store dst($pop462), $pop125 i32.const $push460=, dst i32.const $push459=, src i32.const $push126=, 24 @@ -415,19 +415,19 @@ main: # @main i32.const $push476=, 0 i32.const $push475=, 0 i32.load8_u $push128=, src+24($pop475) - i32.store8 $drop=, dst+24($pop476), $pop128 + i32.store8 dst+24($pop476), $pop128 i32.const $push474=, 0 i32.const $push473=, 0 i64.load $push129=, src+16($pop473) - i64.store $drop=, dst+16($pop474), $pop129 + i64.store dst+16($pop474), $pop129 i32.const $push472=, 0 i32.const $push471=, 0 i64.load $push130=, src+8($pop471) - i64.store $drop=, dst+8($pop472), $pop130 + i64.store dst+8($pop472), $pop130 i32.const $push470=, 0 i32.const $push469=, 0 i64.load $push131=, src($pop469) - i64.store $drop=, dst($pop470), $pop131 + i64.store dst($pop470), $pop131 i32.const $push468=, dst i32.const $push467=, src i32.const $push132=, 25 @@ -437,19 +437,19 @@ main: # @main i32.const $push486=, 0 i32.const $push485=, 0 i32.load16_u $push134=, src+24($pop485) - i32.store16 $drop=, dst+24($pop486), $pop134 + i32.store16 dst+24($pop486), $pop134 i32.const $push484=, 0 i32.const $push483=, 0 i64.load $push135=, src+16($pop483) - i64.store $drop=, dst+16($pop484), $pop135 + i64.store dst+16($pop484), $pop135 i32.const $push482=, 0 i32.const $push481=, 0 i64.load $push136=, src+8($pop481) - i64.store $drop=, dst+8($pop482), $pop136 + i64.store dst+8($pop482), $pop136 i32.const $push480=, 0 i32.const $push479=, 0 i64.load $push137=, src($pop479) - i64.store $drop=, dst($pop480), $pop137 + i64.store dst($pop480), $pop137 i32.const $push478=, dst i32.const $push477=, src i32.const $push138=, 26 @@ -459,23 +459,23 @@ main: # @main i32.const $push498=, 0 i32.const $push497=, 0 i32.load8_u $push140=, src+26($pop497) - i32.store8 $drop=, dst+26($pop498), $pop140 + i32.store8 dst+26($pop498), $pop140 i32.const $push496=, 0 i32.const $push495=, 0 i32.load16_u $push141=, src+24($pop495) - i32.store16 $drop=, dst+24($pop496), $pop141 + i32.store16 dst+24($pop496), $pop141 i32.const $push494=, 0 i32.const $push493=, 0 i64.load $push142=, src+16($pop493) - i64.store $drop=, dst+16($pop494), $pop142 + i64.store dst+16($pop494), $pop142 i32.const $push492=, 0 i32.const $push491=, 0 i64.load $push143=, src+8($pop491) - i64.store $drop=, dst+8($pop492), $pop143 + i64.store dst+8($pop492), $pop143 i32.const $push490=, 0 i32.const $push489=, 0 i64.load $push144=, src($pop489) - i64.store $drop=, dst($pop490), $pop144 + i64.store dst($pop490), $pop144 i32.const $push488=, dst i32.const $push487=, src i32.const $push145=, 27 @@ -485,19 +485,19 @@ main: # @main i32.const $push508=, 0 i32.const $push507=, 0 i32.load $push147=, src+24($pop507) - i32.store $drop=, dst+24($pop508), $pop147 + i32.store dst+24($pop508), $pop147 i32.const $push506=, 0 i32.const $push505=, 0 i64.load $push148=, src+16($pop505) - i64.store $drop=, dst+16($pop506), $pop148 + i64.store dst+16($pop506), $pop148 i32.const $push504=, 0 i32.const $push503=, 0 i64.load $push149=, src+8($pop503) - i64.store $drop=, dst+8($pop504), $pop149 + i64.store dst+8($pop504), $pop149 i32.const $push502=, 0 i32.const $push501=, 0 i64.load $push150=, src($pop501) - i64.store $drop=, dst($pop502), $pop150 + i64.store dst($pop502), $pop150 i32.const $push500=, dst i32.const $push499=, src i32.const $push151=, 28 @@ -507,23 +507,23 @@ main: # @main i32.const $push520=, 0 i32.const $push519=, 0 i32.load8_u $push153=, src+28($pop519) - i32.store8 $drop=, dst+28($pop520), $pop153 + i32.store8 dst+28($pop520), $pop153 i32.const $push518=, 0 i32.const $push517=, 0 i32.load $push154=, src+24($pop517) - i32.store $drop=, dst+24($pop518), $pop154 + i32.store dst+24($pop518), $pop154 i32.const $push516=, 0 i32.const $push515=, 0 i64.load $push155=, src+16($pop515) - i64.store $drop=, dst+16($pop516), $pop155 + i64.store dst+16($pop516), $pop155 i32.const $push514=, 0 i32.const $push513=, 0 i64.load $push156=, src+8($pop513) - i64.store $drop=, dst+8($pop514), $pop156 + i64.store dst+8($pop514), $pop156 i32.const $push512=, 0 i32.const $push511=, 0 i64.load $push157=, src($pop511) - i64.store $drop=, dst($pop512), $pop157 + i64.store dst($pop512), $pop157 i32.const $push510=, dst i32.const $push509=, src i32.const $push158=, 29 @@ -533,23 +533,23 @@ main: # @main i32.const $push160=, 0 i32.const $push531=, 0 i32.load16_u $push161=, src+28($pop531) - i32.store16 $drop=, dst+28($pop160), $pop161 + i32.store16 dst+28($pop160), $pop161 i32.const $push530=, 0 i32.const $push529=, 0 i32.load $push162=, src+24($pop529) - i32.store $drop=, dst+24($pop530), $pop162 + i32.store dst+24($pop530), $pop162 i32.const $push528=, 0 i32.const $push527=, 0 i64.load $push163=, src+16($pop527) - i64.store $drop=, dst+16($pop528), $pop163 + i64.store dst+16($pop528), $pop163 i32.const $push526=, 0 i32.const $push525=, 0 i64.load $push164=, src+8($pop525) - i64.store $drop=, dst+8($pop526), $pop164 + i64.store dst+8($pop526), $pop164 i32.const $push524=, 0 i32.const $push523=, 0 i64.load $push165=, src($pop523) - i64.store $drop=, dst($pop524), $pop165 + i64.store dst($pop524), $pop165 i32.const $push522=, dst i32.const $push521=, src i32.const $push166=, 30 @@ -569,19 +569,19 @@ main: # @main i32.const $push171=, 0 i32.const $push544=, 0 i64.load $push172=, src+24($pop544) - i64.store $drop=, dst+24($pop171), $pop172 + i64.store dst+24($pop171), $pop172 i32.const $push543=, 0 i32.const $push542=, 0 i64.load $push173=, src+16($pop542) - i64.store $drop=, dst+16($pop543), $pop173 + i64.store dst+16($pop543), $pop173 i32.const $push541=, 0 i32.const $push540=, 0 i64.load $push174=, src+8($pop540) - i64.store $drop=, dst+8($pop541), $pop174 + i64.store dst+8($pop541), $pop174 i32.const $push539=, 0 i32.const $push538=, 0 i64.load $push175=, src($pop538) - i64.store $drop=, dst($pop539), $pop175 + i64.store dst($pop539), $pop175 i32.const $push537=, src i32.const $push176=, 32 i32.call $push177=, memcmp@FUNCTION, $0, $pop537, $pop176 @@ -1039,6 +1039,6 @@ dst: .size dst, 80 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/memset-1.c.s b/test/torture-s/memset-1.c.s index d47bbfc92..6b0ae36cc 100644 --- a/test/torture-s/memset-1.c.s +++ b/test/torture-s/memset-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memset-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memset-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -440,6 +440,6 @@ u: .size u, 96 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/memset-2.c.s b/test/torture-s/memset-2.c.s index 070e8446b..60849d171 100644 --- a/test/torture-s/memset-2.c.s +++ b/test/torture-s/memset-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memset-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memset-2.c" .section .text.reset,"ax",@progbits .hidden reset .globl reset @@ -146,18 +146,18 @@ main: # @main i32.add $push56=, $5, $pop0 tee_local $push55=, $0=, $pop56 i32.const $push54=, 0 - i32.store8 $drop=, 0($pop55), $pop54 + i32.store8 0($pop55), $pop54 i32.const $push53=, 1 i32.const $push52=, 0 call check@FUNCTION, $5, $pop53, $pop52 i32.const $push51=, 0 i32.load8_u $push4=, A($pop51) - i32.store8 $drop=, 0($0), $pop4 + i32.store8 0($0), $pop4 i32.const $push50=, 1 i32.const $push49=, 65 call check@FUNCTION, $5, $pop50, $pop49 i32.const $push48=, 66 - i32.store8 $drop=, 0($0), $pop48 + i32.store8 0($0), $pop48 i32.const $push47=, 1 i32.const $push46=, 66 call check@FUNCTION, $5, $pop47, $pop46 @@ -180,7 +180,7 @@ main: # @main i32.add $push75=, $5, $pop1 tee_local $push74=, $0=, $pop75 i32.const $push73=, 0 - i32.store16 $drop=, 0($pop74):p2align=0, $pop73 + i32.store16 0($pop74):p2align=0, $pop73 i32.const $push72=, 2 i32.const $push71=, 0 call check@FUNCTION, $5, $pop72, $pop71 @@ -188,12 +188,12 @@ main: # @main i32.load8_u $push6=, A($pop70) i32.const $push69=, 257 i32.mul $push7=, $pop6, $pop69 - i32.store16 $drop=, 0($0):p2align=0, $pop7 + i32.store16 0($0):p2align=0, $pop7 i32.const $push68=, 2 i32.const $push67=, 65 call check@FUNCTION, $5, $pop68, $pop67 i32.const $push66=, 16962 - i32.store16 $drop=, 0($0):p2align=0, $pop66 + i32.store16 0($0):p2align=0, $pop66 i32.const $push65=, 2 i32.const $push64=, 66 call check@FUNCTION, $5, $pop65, $pop64 @@ -217,28 +217,28 @@ main: # @main i32.add $push100=, $5, $pop101 tee_local $push99=, $0=, $pop100 i32.const $push98=, 0 - i32.store8 $drop=, 0($pop99), $pop98 + i32.store8 0($pop99), $pop98 i32.add $push97=, $5, $1 tee_local $push96=, $1=, $pop97 i32.const $push95=, 0 - i32.store16 $drop=, 0($pop96):p2align=0, $pop95 + i32.store16 0($pop96):p2align=0, $pop95 i32.const $push94=, 3 i32.const $push93=, 0 call check@FUNCTION, $5, $pop94, $pop93 i32.const $push92=, 0 i32.load8_u $push91=, A($pop92) tee_local $push90=, $2=, $pop91 - i32.store8 $drop=, 0($0), $pop90 + i32.store8 0($0), $pop90 i32.const $push89=, 257 i32.mul $push9=, $2, $pop89 - i32.store16 $drop=, 0($1):p2align=0, $pop9 + i32.store16 0($1):p2align=0, $pop9 i32.const $push88=, 3 i32.const $push87=, 65 call check@FUNCTION, $5, $pop88, $pop87 i32.const $push86=, 66 - i32.store8 $drop=, 0($0), $pop86 + i32.store8 0($0), $pop86 i32.const $push85=, 16962 - i32.store16 $drop=, 0($1):p2align=0, $pop85 + i32.store16 0($1):p2align=0, $pop85 i32.const $push84=, 3 i32.const $push83=, 66 call check@FUNCTION, $5, $pop84, $pop83 @@ -261,7 +261,7 @@ main: # @main i32.add $push120=, $5, $pop2 tee_local $push119=, $0=, $pop120 i32.const $push118=, 0 - i32.store $drop=, 0($pop119):p2align=0, $pop118 + i32.store 0($pop119):p2align=0, $pop118 i32.const $push117=, 4 i32.const $push116=, 0 call check@FUNCTION, $5, $pop117, $pop116 @@ -269,12 +269,12 @@ main: # @main i32.load8_u $push11=, A($pop115) i32.const $push114=, 16843009 i32.mul $push12=, $pop11, $pop114 - i32.store $drop=, 0($0):p2align=0, $pop12 + i32.store 0($0):p2align=0, $pop12 i32.const $push113=, 4 i32.const $push112=, 65 call check@FUNCTION, $5, $pop113, $pop112 i32.const $push111=, 1111638594 - i32.store $drop=, 0($0):p2align=0, $pop111 + i32.store 0($0):p2align=0, $pop111 i32.const $push110=, 4 i32.const $push109=, 66 call check@FUNCTION, $5, $pop110, $pop109 @@ -298,28 +298,28 @@ main: # @main i32.add $push145=, $5, $pop146 tee_local $push144=, $0=, $pop145 i32.const $push143=, 0 - i32.store8 $drop=, 0($pop144), $pop143 + i32.store8 0($pop144), $pop143 i32.add $push142=, $5, $1 tee_local $push141=, $1=, $pop142 i32.const $push140=, 0 - i32.store $drop=, 0($pop141):p2align=0, $pop140 + i32.store 0($pop141):p2align=0, $pop140 i32.const $push139=, 5 i32.const $push138=, 0 call check@FUNCTION, $5, $pop139, $pop138 i32.const $push137=, 0 i32.load8_u $push136=, A($pop137) tee_local $push135=, $2=, $pop136 - i32.store8 $drop=, 0($0), $pop135 + i32.store8 0($0), $pop135 i32.const $push134=, 16843009 i32.mul $push14=, $2, $pop134 - i32.store $drop=, 0($1):p2align=0, $pop14 + i32.store 0($1):p2align=0, $pop14 i32.const $push133=, 5 i32.const $push132=, 65 call check@FUNCTION, $5, $pop133, $pop132 i32.const $push131=, 66 - i32.store8 $drop=, 0($0), $pop131 + i32.store8 0($0), $pop131 i32.const $push130=, 1111638594 - i32.store $drop=, 0($1):p2align=0, $pop130 + i32.store 0($1):p2align=0, $pop130 i32.const $push129=, 5 i32.const $push128=, 66 call check@FUNCTION, $5, $pop129, $pop128 @@ -343,11 +343,11 @@ main: # @main i32.add $push172=, $5, $pop173 tee_local $push171=, $0=, $pop172 i32.const $push170=, 0 - i32.store16 $drop=, 0($pop171):p2align=0, $pop170 + i32.store16 0($pop171):p2align=0, $pop170 i32.add $push169=, $5, $1 tee_local $push168=, $1=, $pop169 i32.const $push167=, 0 - i32.store $drop=, 0($pop168):p2align=0, $pop167 + i32.store 0($pop168):p2align=0, $pop167 i32.const $push166=, 6 i32.const $push165=, 0 call check@FUNCTION, $5, $pop166, $pop165 @@ -356,17 +356,17 @@ main: # @main tee_local $push162=, $2=, $pop163 i32.const $push161=, 257 i32.mul $push16=, $pop162, $pop161 - i32.store16 $drop=, 0($0):p2align=0, $pop16 + i32.store16 0($0):p2align=0, $pop16 i32.const $push160=, 16843009 i32.mul $push17=, $2, $pop160 - i32.store $drop=, 0($1):p2align=0, $pop17 + i32.store 0($1):p2align=0, $pop17 i32.const $push159=, 6 i32.const $push158=, 65 call check@FUNCTION, $5, $pop159, $pop158 i32.const $push157=, 16962 - i32.store16 $drop=, 0($0):p2align=0, $pop157 + i32.store16 0($0):p2align=0, $pop157 i32.const $push156=, 1111638594 - i32.store $drop=, 0($1):p2align=0, $pop156 + i32.store 0($1):p2align=0, $pop156 i32.const $push155=, 6 i32.const $push154=, 66 call check@FUNCTION, $5, $pop155, $pop154 @@ -390,38 +390,38 @@ main: # @main i32.add $push204=, $5, $pop205 tee_local $push203=, $0=, $pop204 i32.const $push202=, 0 - i32.store8 $drop=, 0($pop203), $pop202 + i32.store8 0($pop203), $pop202 i32.const $push201=, u+4 i32.add $push200=, $5, $pop201 tee_local $push199=, $1=, $pop200 i32.const $push198=, 0 - i32.store16 $drop=, 0($pop199):p2align=0, $pop198 + i32.store16 0($pop199):p2align=0, $pop198 i32.add $push197=, $5, $2 tee_local $push196=, $2=, $pop197 i32.const $push195=, 0 - i32.store $drop=, 0($pop196):p2align=0, $pop195 + i32.store 0($pop196):p2align=0, $pop195 i32.const $push194=, 7 i32.const $push193=, 0 call check@FUNCTION, $5, $pop194, $pop193 i32.const $push192=, 0 i32.load8_u $push191=, A($pop192) tee_local $push190=, $3=, $pop191 - i32.store8 $drop=, 0($0), $pop190 + i32.store8 0($0), $pop190 i32.const $push189=, 257 i32.mul $push19=, $3, $pop189 - i32.store16 $drop=, 0($1):p2align=0, $pop19 + i32.store16 0($1):p2align=0, $pop19 i32.const $push188=, 16843009 i32.mul $push20=, $3, $pop188 - i32.store $drop=, 0($2):p2align=0, $pop20 + i32.store 0($2):p2align=0, $pop20 i32.const $push187=, 7 i32.const $push186=, 65 call check@FUNCTION, $5, $pop187, $pop186 i32.const $push185=, 66 - i32.store8 $drop=, 0($0), $pop185 + i32.store8 0($0), $pop185 i32.const $push184=, 16962 - i32.store16 $drop=, 0($1):p2align=0, $pop184 + i32.store16 0($1):p2align=0, $pop184 i32.const $push183=, 1111638594 - i32.store $drop=, 0($2):p2align=0, $pop183 + i32.store 0($2):p2align=0, $pop183 i32.const $push182=, 7 i32.const $push181=, 66 call check@FUNCTION, $5, $pop182, $pop181 @@ -444,7 +444,7 @@ main: # @main i32.add $push227=, $5, $pop3 tee_local $push226=, $0=, $pop227 i64.const $push225=, 0 - i64.store $drop=, 0($pop226):p2align=0, $pop225 + i64.store 0($pop226):p2align=0, $pop225 i32.const $push224=, 8 i32.const $push223=, 0 call check@FUNCTION, $5, $pop224, $pop223 @@ -455,13 +455,13 @@ main: # @main i32.const $push220=, 16843009 i32.mul $push219=, $pop23, $pop220 tee_local $push218=, $1=, $pop219 - i32.store $drop=, 0($pop22):p2align=0, $pop218 - i32.store $drop=, 0($0):p2align=0, $1 + i32.store 0($pop22):p2align=0, $pop218 + i32.store 0($0):p2align=0, $1 i32.const $push217=, 8 i32.const $push216=, 65 call check@FUNCTION, $5, $pop217, $pop216 i64.const $push215=, 4774451407313060418 - i64.store $drop=, 0($0):p2align=0, $pop215 + i64.store 0($0):p2align=0, $pop215 i32.const $push214=, 8 i32.const $push213=, 66 call check@FUNCTION, $5, $pop214, $pop213 @@ -485,37 +485,37 @@ main: # @main i32.add $push259=, $5, $pop260 tee_local $push258=, $0=, $pop259 i32.const $push257=, 0 - i32.store8 $drop=, 0($pop258), $pop257 + i32.store8 0($pop258), $pop257 i32.const $push256=, u+4 i32.add $push255=, $5, $pop256 tee_local $push254=, $1=, $pop255 i32.const $push253=, 0 - i32.store $drop=, 0($pop254):p2align=0, $pop253 + i32.store 0($pop254):p2align=0, $pop253 i32.add $push252=, $5, $2 tee_local $push251=, $2=, $pop252 i32.const $push250=, 0 - i32.store $drop=, 0($pop251):p2align=0, $pop250 + i32.store 0($pop251):p2align=0, $pop250 i32.const $push249=, 9 i32.const $push248=, 0 call check@FUNCTION, $5, $pop249, $pop248 i32.const $push247=, 0 i32.load8_u $push246=, A($pop247) tee_local $push245=, $3=, $pop246 - i32.store8 $drop=, 0($0), $pop245 + i32.store8 0($0), $pop245 i32.const $push244=, 16843009 i32.mul $push243=, $3, $pop244 tee_local $push242=, $3=, $pop243 - i32.store $drop=, 0($1):p2align=0, $pop242 - i32.store $drop=, 0($2):p2align=0, $3 + i32.store 0($1):p2align=0, $pop242 + i32.store 0($2):p2align=0, $3 i32.const $push241=, 9 i32.const $push240=, 65 call check@FUNCTION, $5, $pop241, $pop240 i32.const $push239=, 66 - i32.store8 $drop=, 0($0), $pop239 + i32.store8 0($0), $pop239 i32.const $push238=, 1111638594 - i32.store $drop=, 0($1):p2align=0, $pop238 + i32.store 0($1):p2align=0, $pop238 i32.const $push237=, 1111638594 - i32.store $drop=, 0($2):p2align=0, $pop237 + i32.store 0($2):p2align=0, $pop237 i32.const $push236=, 9 i32.const $push235=, 66 call check@FUNCTION, $5, $pop236, $pop235 @@ -539,16 +539,16 @@ main: # @main i32.add $push293=, $5, $pop294 tee_local $push292=, $0=, $pop293 i32.const $push291=, 0 - i32.store16 $drop=, 0($pop292):p2align=0, $pop291 + i32.store16 0($pop292):p2align=0, $pop291 i32.const $push290=, u+4 i32.add $push289=, $5, $pop290 tee_local $push288=, $1=, $pop289 i32.const $push287=, 0 - i32.store $drop=, 0($pop288):p2align=0, $pop287 + i32.store 0($pop288):p2align=0, $pop287 i32.add $push286=, $5, $2 tee_local $push285=, $2=, $pop286 i32.const $push284=, 0 - i32.store $drop=, 0($pop285):p2align=0, $pop284 + i32.store 0($pop285):p2align=0, $pop284 i32.const $push283=, 10 i32.const $push282=, 0 call check@FUNCTION, $5, $pop283, $pop282 @@ -557,21 +557,21 @@ main: # @main tee_local $push279=, $3=, $pop280 i32.const $push278=, 257 i32.mul $push26=, $pop279, $pop278 - i32.store16 $drop=, 0($0):p2align=0, $pop26 + i32.store16 0($0):p2align=0, $pop26 i32.const $push277=, 16843009 i32.mul $push276=, $3, $pop277 tee_local $push275=, $3=, $pop276 - i32.store $drop=, 0($1):p2align=0, $pop275 - i32.store $drop=, 0($2):p2align=0, $3 + i32.store 0($1):p2align=0, $pop275 + i32.store 0($2):p2align=0, $3 i32.const $push274=, 10 i32.const $push273=, 65 call check@FUNCTION, $5, $pop274, $pop273 i32.const $push272=, 16962 - i32.store16 $drop=, 0($0):p2align=0, $pop272 + i32.store16 0($0):p2align=0, $pop272 i32.const $push271=, 1111638594 - i32.store $drop=, 0($1):p2align=0, $pop271 + i32.store 0($1):p2align=0, $pop271 i32.const $push270=, 1111638594 - i32.store $drop=, 0($2):p2align=0, $pop270 + i32.store 0($2):p2align=0, $pop270 i32.const $push269=, 10 i32.const $push268=, 66 call check@FUNCTION, $5, $pop269, $pop268 @@ -595,47 +595,47 @@ main: # @main i32.add $push332=, $5, $pop333 tee_local $push331=, $0=, $pop332 i32.const $push330=, 0 - i32.store8 $drop=, 0($pop331), $pop330 + i32.store8 0($pop331), $pop330 i32.const $push329=, u+8 i32.add $push328=, $5, $pop329 tee_local $push327=, $1=, $pop328 i32.const $push326=, 0 - i32.store16 $drop=, 0($pop327):p2align=0, $pop326 + i32.store16 0($pop327):p2align=0, $pop326 i32.const $push325=, u+4 i32.add $push324=, $5, $pop325 tee_local $push323=, $2=, $pop324 i32.const $push322=, 0 - i32.store $drop=, 0($pop323):p2align=0, $pop322 + i32.store 0($pop323):p2align=0, $pop322 i32.add $push321=, $5, $3 tee_local $push320=, $3=, $pop321 i32.const $push319=, 0 - i32.store $drop=, 0($pop320):p2align=0, $pop319 + i32.store 0($pop320):p2align=0, $pop319 i32.const $push318=, 11 i32.const $push317=, 0 call check@FUNCTION, $5, $pop318, $pop317 i32.const $push316=, 0 i32.load8_u $push315=, A($pop316) tee_local $push314=, $4=, $pop315 - i32.store8 $drop=, 0($0), $pop314 + i32.store8 0($0), $pop314 i32.const $push313=, 257 i32.mul $push28=, $4, $pop313 - i32.store16 $drop=, 0($1):p2align=0, $pop28 + i32.store16 0($1):p2align=0, $pop28 i32.const $push312=, 16843009 i32.mul $push311=, $4, $pop312 tee_local $push310=, $4=, $pop311 - i32.store $drop=, 0($2):p2align=0, $pop310 - i32.store $drop=, 0($3):p2align=0, $4 + i32.store 0($2):p2align=0, $pop310 + i32.store 0($3):p2align=0, $4 i32.const $push309=, 11 i32.const $push308=, 65 call check@FUNCTION, $5, $pop309, $pop308 i32.const $push307=, 66 - i32.store8 $drop=, 0($0), $pop307 + i32.store8 0($0), $pop307 i32.const $push306=, 16962 - i32.store16 $drop=, 0($1):p2align=0, $pop306 + i32.store16 0($1):p2align=0, $pop306 i32.const $push305=, 1111638594 - i32.store $drop=, 0($2):p2align=0, $pop305 + i32.store 0($2):p2align=0, $pop305 i32.const $push304=, 1111638594 - i32.store $drop=, 0($3):p2align=0, $pop304 + i32.store 0($3):p2align=0, $pop304 i32.const $push303=, 11 i32.const $push302=, 66 call check@FUNCTION, $5, $pop303, $pop302 @@ -659,11 +659,11 @@ main: # @main i32.add $push359=, $5, $pop360 tee_local $push358=, $0=, $pop359 i64.const $push357=, 0 - i64.store $drop=, 0($pop358):p2align=0, $pop357 + i64.store 0($pop358):p2align=0, $pop357 i32.add $push356=, $5, $1 tee_local $push355=, $1=, $pop356 i32.const $push354=, 0 - i32.store $drop=, 0($pop355):p2align=0, $pop354 + i32.store 0($pop355):p2align=0, $pop354 i32.const $push353=, 12 i32.const $push352=, 0 call check@FUNCTION, $5, $pop353, $pop352 @@ -674,16 +674,16 @@ main: # @main i32.const $push349=, 16843009 i32.mul $push348=, $pop31, $pop349 tee_local $push347=, $2=, $pop348 - i32.store $drop=, 0($pop30):p2align=0, $pop347 - i32.store $drop=, 0($0):p2align=0, $2 - i32.store $drop=, 0($1):p2align=0, $2 + i32.store 0($pop30):p2align=0, $pop347 + i32.store 0($0):p2align=0, $2 + i32.store 0($1):p2align=0, $2 i32.const $push346=, 12 i32.const $push345=, 65 call check@FUNCTION, $5, $pop346, $pop345 i64.const $push344=, 4774451407313060418 - i64.store $drop=, 0($0):p2align=0, $pop344 + i64.store 0($0):p2align=0, $pop344 i32.const $push343=, 1111638594 - i32.store $drop=, 0($1):p2align=0, $pop343 + i32.store 0($1):p2align=0, $pop343 i32.const $push342=, 12 i32.const $push341=, 66 call check@FUNCTION, $5, $pop342, $pop341 @@ -707,40 +707,40 @@ main: # @main i32.add $push393=, $5, $pop394 tee_local $push392=, $0=, $pop393 i32.const $push391=, 0 - i32.store8 $drop=, 0($pop392), $pop391 + i32.store8 0($pop392), $pop391 i32.const $push390=, u+4 i32.add $push389=, $5, $pop390 tee_local $push388=, $1=, $pop389 i64.const $push387=, 0 - i64.store $drop=, 0($pop388):p2align=0, $pop387 + i64.store 0($pop388):p2align=0, $pop387 i32.add $push386=, $5, $2 tee_local $push385=, $2=, $pop386 i32.const $push384=, 0 - i32.store $drop=, 0($pop385):p2align=0, $pop384 + i32.store 0($pop385):p2align=0, $pop384 i32.const $push383=, 13 i32.const $push382=, 0 call check@FUNCTION, $5, $pop383, $pop382 i32.const $push381=, 0 i32.load8_u $push380=, A($pop381) tee_local $push379=, $3=, $pop380 - i32.store8 $drop=, 0($0), $pop379 + i32.store8 0($0), $pop379 i32.const $push378=, u+8 i32.add $push33=, $5, $pop378 i32.const $push377=, 16843009 i32.mul $push376=, $3, $pop377 tee_local $push375=, $3=, $pop376 - i32.store $drop=, 0($pop33):p2align=0, $pop375 - i32.store $drop=, 0($1):p2align=0, $3 - i32.store $drop=, 0($2):p2align=0, $3 + i32.store 0($pop33):p2align=0, $pop375 + i32.store 0($1):p2align=0, $3 + i32.store 0($2):p2align=0, $3 i32.const $push374=, 13 i32.const $push373=, 65 call check@FUNCTION, $5, $pop374, $pop373 i32.const $push372=, 66 - i32.store8 $drop=, 0($0), $pop372 + i32.store8 0($0), $pop372 i64.const $push371=, 4774451407313060418 - i64.store $drop=, 0($1):p2align=0, $pop371 + i64.store 0($1):p2align=0, $pop371 i32.const $push370=, 1111638594 - i32.store $drop=, 0($2):p2align=0, $pop370 + i32.store 0($2):p2align=0, $pop370 i32.const $push369=, 13 i32.const $push368=, 66 call check@FUNCTION, $5, $pop369, $pop368 @@ -764,16 +764,16 @@ main: # @main i32.add $push428=, $5, $pop429 tee_local $push427=, $0=, $pop428 i32.const $push426=, 0 - i32.store16 $drop=, 0($pop427):p2align=0, $pop426 + i32.store16 0($pop427):p2align=0, $pop426 i32.const $push425=, u+4 i32.add $push424=, $5, $pop425 tee_local $push423=, $1=, $pop424 i64.const $push422=, 0 - i64.store $drop=, 0($pop423):p2align=0, $pop422 + i64.store 0($pop423):p2align=0, $pop422 i32.add $push421=, $5, $2 tee_local $push420=, $2=, $pop421 i32.const $push419=, 0 - i32.store $drop=, 0($pop420):p2align=0, $pop419 + i32.store 0($pop420):p2align=0, $pop419 i32.const $push418=, 14 i32.const $push417=, 0 call check@FUNCTION, $5, $pop418, $pop417 @@ -782,24 +782,24 @@ main: # @main tee_local $push414=, $3=, $pop415 i32.const $push413=, 257 i32.mul $push35=, $pop414, $pop413 - i32.store16 $drop=, 0($0):p2align=0, $pop35 + i32.store16 0($0):p2align=0, $pop35 i32.const $push412=, u+8 i32.add $push36=, $5, $pop412 i32.const $push411=, 16843009 i32.mul $push410=, $3, $pop411 tee_local $push409=, $3=, $pop410 - i32.store $drop=, 0($pop36):p2align=0, $pop409 - i32.store $drop=, 0($1):p2align=0, $3 - i32.store $drop=, 0($2):p2align=0, $3 + i32.store 0($pop36):p2align=0, $pop409 + i32.store 0($1):p2align=0, $3 + i32.store 0($2):p2align=0, $3 i32.const $push408=, 14 i32.const $push407=, 65 call check@FUNCTION, $5, $pop408, $pop407 i32.const $push406=, 16962 - i32.store16 $drop=, 0($0):p2align=0, $pop406 + i32.store16 0($0):p2align=0, $pop406 i64.const $push405=, 4774451407313060418 - i64.store $drop=, 0($1):p2align=0, $pop405 + i64.store 0($1):p2align=0, $pop405 i32.const $push404=, 1111638594 - i32.store $drop=, 0($2):p2align=0, $pop404 + i32.store 0($2):p2align=0, $pop404 i32.const $push403=, 14 i32.const $push402=, 66 call check@FUNCTION, $5, $pop403, $pop402 @@ -823,50 +823,50 @@ main: # @main i32.add $push468=, $5, $pop469 tee_local $push467=, $0=, $pop468 i32.const $push466=, 0 - i32.store8 $drop=, 0($pop467), $pop466 + i32.store8 0($pop467), $pop466 i32.const $push465=, u+12 i32.add $push464=, $5, $pop465 tee_local $push463=, $1=, $pop464 i32.const $push462=, 0 - i32.store16 $drop=, 0($pop463):p2align=0, $pop462 + i32.store16 0($pop463):p2align=0, $pop462 i32.const $push461=, u+4 i32.add $push460=, $5, $pop461 tee_local $push459=, $2=, $pop460 i64.const $push458=, 0 - i64.store $drop=, 0($pop459):p2align=0, $pop458 + i64.store 0($pop459):p2align=0, $pop458 i32.add $push457=, $5, $3 tee_local $push456=, $3=, $pop457 i32.const $push455=, 0 - i32.store $drop=, 0($pop456):p2align=0, $pop455 + i32.store 0($pop456):p2align=0, $pop455 i32.const $push454=, 15 i32.const $push453=, 0 call check@FUNCTION, $5, $pop454, $pop453 i32.const $push452=, 0 i32.load8_u $push451=, A($pop452) tee_local $push450=, $4=, $pop451 - i32.store8 $drop=, 0($0), $pop450 + i32.store8 0($0), $pop450 i32.const $push449=, 257 i32.mul $push38=, $4, $pop449 - i32.store16 $drop=, 0($1):p2align=0, $pop38 + i32.store16 0($1):p2align=0, $pop38 i32.const $push448=, u+8 i32.add $push39=, $5, $pop448 i32.const $push447=, 16843009 i32.mul $push446=, $4, $pop447 tee_local $push445=, $4=, $pop446 - i32.store $drop=, 0($pop39):p2align=0, $pop445 - i32.store $drop=, 0($2):p2align=0, $4 - i32.store $drop=, 0($3):p2align=0, $4 + i32.store 0($pop39):p2align=0, $pop445 + i32.store 0($2):p2align=0, $4 + i32.store 0($3):p2align=0, $4 i32.const $push444=, 15 i32.const $push443=, 65 call check@FUNCTION, $5, $pop444, $pop443 i32.const $push442=, 66 - i32.store8 $drop=, 0($0), $pop442 + i32.store8 0($0), $pop442 i32.const $push441=, 16962 - i32.store16 $drop=, 0($1):p2align=0, $pop441 + i32.store16 0($1):p2align=0, $pop441 i64.const $push440=, 4774451407313060418 - i64.store $drop=, 0($2):p2align=0, $pop440 + i64.store 0($2):p2align=0, $pop440 i32.const $push439=, 1111638594 - i32.store $drop=, 0($3):p2align=0, $pop439 + i32.store 0($3):p2align=0, $pop439 i32.const $push438=, 15 i32.const $push437=, 66 call check@FUNCTION, $5, $pop438, $pop437 @@ -901,6 +901,6 @@ u: .size u, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/memset-3.c.s b/test/torture-s/memset-3.c.s index a6595d4b8..091a39f9d 100644 --- a/test/torture-s/memset-3.c.s +++ b/test/torture-s/memset-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memset-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/memset-3.c" .section .text.reset,"ax",@progbits .hidden reset .globl reset @@ -654,6 +654,6 @@ u: .size u, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/mod-1.c.s b/test/torture-s/mod-1.c.s index 6ffaadf3c..d8a1d79aa 100644 --- a/test/torture-s/mod-1.c.s +++ b/test/torture-s/mod-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mod-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mod-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -36,6 +36,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/mode-dependent-address.c.s b/test/torture-s/mode-dependent-address.c.s index 0ad0d9e14..c248c7404 100644 --- a/test/torture-s/mode-dependent-address.c.s +++ b/test/torture-s/mode-dependent-address.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mode-dependent-address.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/mode-dependent-address.c" .section .text.f883b,"ax",@progbits .hidden f883b .globl f883b @@ -34,7 +34,7 @@ f883b: # @f883b i64.extend_u/i32 $push9=, $pop8 i64.load $push10=, 0($3) i64.and $push11=, $pop9, $pop10 - i64.store8 $drop=, 0($pop12), $pop11 + i64.store8 0($pop12), $pop11 i32.const $push20=, 8 i32.add $3=, $3, $pop20 i32.const $push19=, 4 @@ -71,16 +71,16 @@ main: # @main loop # label2: i32.const $push34=, arg4 i32.add $push0=, $4, $pop34 - i32.store8 $drop=, 0($pop0), $4 + i32.store8 0($pop0), $4 i32.const $push33=, 255 i32.and $push32=, $4, $pop33 tee_local $push31=, $0=, $pop32 - i32.store $drop=, 0($2), $pop31 - i32.store16 $drop=, 0($3), $0 + i32.store 0($2), $pop31 + i32.store16 0($3), $0 i64.extend_u/i32 $push1=, $4 i64.const $push30=, 255 i64.and $push2=, $pop1, $pop30 - i64.store $drop=, 0($1), $pop2 + i64.store 0($1), $pop2 i32.const $push29=, 8 i32.add $1=, $1, $pop29 i32.const $push28=, 4 @@ -125,7 +125,7 @@ main: # @main i64.extend_u/i32 $push14=, $pop13 i64.load $push15=, 0($3) i64.and $push16=, $pop14, $pop15 - i64.store8 $drop=, 0($4), $pop16 + i64.store8 0($4), $pop16 i32.const $push40=, 4 i32.add $2=, $2, $pop40 i32.const $push39=, 8 @@ -320,5 +320,5 @@ result: .size result, 96 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/multdi-1.c.s b/test/torture-s/multdi-1.c.s index 467a43614..9f55c11b4 100644 --- a/test/torture-s/multdi-1.c.s +++ b/test/torture-s/multdi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/multdi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/multdi-1.c" .section .text.mpy,"ax",@progbits .hidden mpy .globl mpy @@ -25,7 +25,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i64.const $push0=, -1 - i64.store $drop=, mpy_res($pop1), $pop0 + i64.store mpy_res($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -42,4 +42,4 @@ mpy_res: .size mpy_res, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/multi-ix.c.s b/test/torture-s/multi-ix.c.s index 2d9bb38aa..b12dbf3ab 100644 --- a/test/torture-s/multi-ix.c.s +++ b/test/torture-s/multi-ix.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/multi-ix.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/multi-ix.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push192=, 80480 i32.sub $push666=, $pop191, $pop192 tee_local $push665=, $41=, $pop666 - i32.store $drop=, __stack_pointer($pop193), $pop665 + i32.store __stack_pointer($pop193), $pop665 block i32.const $push0=, 1 i32.lt_s $push1=, $0, $pop0 @@ -29,264 +29,264 @@ f: # @f i32.add $push2=, $pop198, $pop820 i32.const $push199=, 480 i32.add $push200=, $41, $pop199 - i32.store $drop=, 0($pop2), $pop200 + i32.store 0($pop2), $pop200 i32.const $push201=, 320 i32.add $push202=, $41, $pop201 i32.const $push819=, 152 i32.add $push3=, $pop202, $pop819 i32.const $push203=, 2480 i32.add $push204=, $41, $pop203 - i32.store $drop=, 0($pop3), $pop204 + i32.store 0($pop3), $pop204 i32.const $push205=, 320 i32.add $push206=, $41, $pop205 i32.const $push818=, 148 i32.add $push4=, $pop206, $pop818 i32.const $push207=, 4480 i32.add $push208=, $41, $pop207 - i32.store $drop=, 0($pop4), $pop208 + i32.store 0($pop4), $pop208 i32.const $push209=, 320 i32.add $push210=, $41, $pop209 i32.const $push817=, 144 i32.add $push5=, $pop210, $pop817 i32.const $push211=, 6480 i32.add $push212=, $41, $pop211 - i32.store $drop=, 0($pop5), $pop212 + i32.store 0($pop5), $pop212 i32.const $push213=, 320 i32.add $push214=, $41, $pop213 i32.const $push816=, 140 i32.add $push6=, $pop214, $pop816 i32.const $push215=, 8480 i32.add $push216=, $41, $pop215 - i32.store $drop=, 0($pop6), $pop216 + i32.store 0($pop6), $pop216 i32.const $push217=, 320 i32.add $push218=, $41, $pop217 i32.const $push815=, 136 i32.add $push7=, $pop218, $pop815 i32.const $push219=, 10480 i32.add $push220=, $41, $pop219 - i32.store $drop=, 0($pop7), $pop220 + i32.store 0($pop7), $pop220 i32.const $push221=, 320 i32.add $push222=, $41, $pop221 i32.const $push814=, 132 i32.add $push8=, $pop222, $pop814 i32.const $push223=, 12480 i32.add $push224=, $41, $pop223 - i32.store $drop=, 0($pop8), $pop224 + i32.store 0($pop8), $pop224 i32.const $push225=, 320 i32.add $push226=, $41, $pop225 i32.const $push813=, 128 i32.add $push9=, $pop226, $pop813 i32.const $push227=, 14480 i32.add $push228=, $41, $pop227 - i32.store $drop=, 0($pop9), $pop228 + i32.store 0($pop9), $pop228 i32.const $push229=, 320 i32.add $push230=, $41, $pop229 i32.const $push812=, 124 i32.add $push10=, $pop230, $pop812 i32.const $push231=, 16480 i32.add $push232=, $41, $pop231 - i32.store $drop=, 0($pop10), $pop232 + i32.store 0($pop10), $pop232 i32.const $push233=, 320 i32.add $push234=, $41, $pop233 i32.const $push811=, 120 i32.add $push11=, $pop234, $pop811 i32.const $push235=, 18480 i32.add $push236=, $41, $pop235 - i32.store $drop=, 0($pop11), $pop236 + i32.store 0($pop11), $pop236 i32.const $push237=, 320 i32.add $push238=, $41, $pop237 i32.const $push810=, 116 i32.add $push12=, $pop238, $pop810 i32.const $push239=, 20480 i32.add $push240=, $41, $pop239 - i32.store $drop=, 0($pop12), $pop240 + i32.store 0($pop12), $pop240 i32.const $push241=, 320 i32.add $push242=, $41, $pop241 i32.const $push809=, 112 i32.add $push13=, $pop242, $pop809 i32.const $push243=, 22480 i32.add $push244=, $41, $pop243 - i32.store $drop=, 0($pop13), $pop244 + i32.store 0($pop13), $pop244 i32.const $push245=, 320 i32.add $push246=, $41, $pop245 i32.const $push808=, 108 i32.add $push14=, $pop246, $pop808 i32.const $push247=, 24480 i32.add $push248=, $41, $pop247 - i32.store $drop=, 0($pop14), $pop248 + i32.store 0($pop14), $pop248 i32.const $push249=, 320 i32.add $push250=, $41, $pop249 i32.const $push807=, 104 i32.add $push15=, $pop250, $pop807 i32.const $push251=, 26480 i32.add $push252=, $41, $pop251 - i32.store $drop=, 0($pop15), $pop252 + i32.store 0($pop15), $pop252 i32.const $push253=, 320 i32.add $push254=, $41, $pop253 i32.const $push806=, 100 i32.add $push16=, $pop254, $pop806 i32.const $push255=, 28480 i32.add $push256=, $41, $pop255 - i32.store $drop=, 0($pop16), $pop256 + i32.store 0($pop16), $pop256 i32.const $push257=, 320 i32.add $push258=, $41, $pop257 i32.const $push805=, 96 i32.add $push17=, $pop258, $pop805 i32.const $push259=, 30480 i32.add $push260=, $41, $pop259 - i32.store $drop=, 0($pop17), $pop260 + i32.store 0($pop17), $pop260 i32.const $push261=, 320 i32.add $push262=, $41, $pop261 i32.const $push804=, 92 i32.add $push18=, $pop262, $pop804 i32.const $push263=, 32480 i32.add $push264=, $41, $pop263 - i32.store $drop=, 0($pop18), $pop264 + i32.store 0($pop18), $pop264 i32.const $push265=, 320 i32.add $push266=, $41, $pop265 i32.const $push803=, 88 i32.add $push19=, $pop266, $pop803 i32.const $push267=, 34480 i32.add $push268=, $41, $pop267 - i32.store $drop=, 0($pop19), $pop268 + i32.store 0($pop19), $pop268 i32.const $push269=, 320 i32.add $push270=, $41, $pop269 i32.const $push802=, 84 i32.add $push20=, $pop270, $pop802 i32.const $push271=, 36480 i32.add $push272=, $41, $pop271 - i32.store $drop=, 0($pop20), $pop272 + i32.store 0($pop20), $pop272 i32.const $push273=, 320 i32.add $push274=, $41, $pop273 i32.const $push801=, 80 i32.add $push21=, $pop274, $pop801 i32.const $push275=, 38480 i32.add $push276=, $41, $pop275 - i32.store $drop=, 0($pop21), $pop276 + i32.store 0($pop21), $pop276 i32.const $push277=, 320 i32.add $push278=, $41, $pop277 i32.const $push800=, 76 i32.add $push22=, $pop278, $pop800 i32.const $push279=, 40480 i32.add $push280=, $41, $pop279 - i32.store $drop=, 0($pop22), $pop280 + i32.store 0($pop22), $pop280 i32.const $push281=, 320 i32.add $push282=, $41, $pop281 i32.const $push799=, 72 i32.add $push23=, $pop282, $pop799 i32.const $push283=, 42480 i32.add $push284=, $41, $pop283 - i32.store $drop=, 0($pop23), $pop284 + i32.store 0($pop23), $pop284 i32.const $push285=, 320 i32.add $push286=, $41, $pop285 i32.const $push798=, 68 i32.add $push24=, $pop286, $pop798 i32.const $push287=, 44480 i32.add $push288=, $41, $pop287 - i32.store $drop=, 0($pop24), $pop288 + i32.store 0($pop24), $pop288 i32.const $push289=, 320 i32.add $push290=, $41, $pop289 i32.const $push797=, 64 i32.add $push25=, $pop290, $pop797 i32.const $push291=, 46480 i32.add $push292=, $41, $pop291 - i32.store $drop=, 0($pop25), $pop292 + i32.store 0($pop25), $pop292 i32.const $push293=, 320 i32.add $push294=, $41, $pop293 i32.const $push796=, 60 i32.add $push26=, $pop294, $pop796 i32.const $push295=, 48480 i32.add $push296=, $41, $pop295 - i32.store $drop=, 0($pop26), $pop296 + i32.store 0($pop26), $pop296 i32.const $push297=, 320 i32.add $push298=, $41, $pop297 i32.const $push795=, 56 i32.add $push27=, $pop298, $pop795 i32.const $push299=, 50480 i32.add $push300=, $41, $pop299 - i32.store $drop=, 0($pop27), $pop300 + i32.store 0($pop27), $pop300 i32.const $push301=, 320 i32.add $push302=, $41, $pop301 i32.const $push794=, 52 i32.add $push28=, $pop302, $pop794 i32.const $push303=, 52480 i32.add $push304=, $41, $pop303 - i32.store $drop=, 0($pop28), $pop304 + i32.store 0($pop28), $pop304 i32.const $push305=, 320 i32.add $push306=, $41, $pop305 i32.const $push793=, 48 i32.add $push29=, $pop306, $pop793 i32.const $push307=, 54480 i32.add $push308=, $41, $pop307 - i32.store $drop=, 0($pop29), $pop308 + i32.store 0($pop29), $pop308 i32.const $push309=, 320 i32.add $push310=, $41, $pop309 i32.const $push792=, 44 i32.add $push30=, $pop310, $pop792 i32.const $push311=, 56480 i32.add $push312=, $41, $pop311 - i32.store $drop=, 0($pop30), $pop312 + i32.store 0($pop30), $pop312 i32.const $push313=, 320 i32.add $push314=, $41, $pop313 i32.const $push791=, 40 i32.add $push31=, $pop314, $pop791 i32.const $push315=, 58480 i32.add $push316=, $41, $pop315 - i32.store $drop=, 0($pop31), $pop316 + i32.store 0($pop31), $pop316 i32.const $push317=, 320 i32.add $push318=, $41, $pop317 i32.const $push790=, 36 i32.add $push32=, $pop318, $pop790 i32.const $push319=, 60480 i32.add $push320=, $41, $pop319 - i32.store $drop=, 0($pop32), $pop320 + i32.store 0($pop32), $pop320 i32.const $push321=, 320 i32.add $push322=, $41, $pop321 i32.const $push789=, 32 i32.add $push33=, $pop322, $pop789 i32.const $push323=, 62480 i32.add $push324=, $41, $pop323 - i32.store $drop=, 0($pop33), $pop324 + i32.store 0($pop33), $pop324 i32.const $push325=, 320 i32.add $push326=, $41, $pop325 i32.const $push788=, 28 i32.add $push34=, $pop326, $pop788 i32.const $push327=, 64480 i32.add $push328=, $41, $pop327 - i32.store $drop=, 0($pop34), $pop328 + i32.store 0($pop34), $pop328 i32.const $push329=, 320 i32.add $push330=, $41, $pop329 i32.const $push787=, 24 i32.add $push35=, $pop330, $pop787 i32.const $push331=, 66480 i32.add $push332=, $41, $pop331 - i32.store $drop=, 0($pop35), $pop332 + i32.store 0($pop35), $pop332 i32.const $push333=, 320 i32.add $push334=, $41, $pop333 i32.const $push786=, 20 i32.add $push36=, $pop334, $pop786 i32.const $push335=, 68480 i32.add $push336=, $41, $pop335 - i32.store $drop=, 0($pop36), $pop336 + i32.store 0($pop36), $pop336 i32.const $push337=, 320 i32.add $push338=, $41, $pop337 i32.const $push785=, 16 i32.add $push37=, $pop338, $pop785 i32.const $push339=, 70480 i32.add $push340=, $41, $pop339 - i32.store $drop=, 0($pop37), $pop340 + i32.store 0($pop37), $pop340 i32.const $push341=, 72480 i32.add $push342=, $41, $pop341 - i32.store $drop=, 332($41), $pop342 + i32.store 332($41), $pop342 i32.const $push343=, 74480 i32.add $push344=, $41, $pop343 - i32.store $drop=, 328($41), $pop344 + i32.store 328($41), $pop344 i32.const $push345=, 76480 i32.add $push346=, $41, $pop345 - i32.store $drop=, 324($41), $pop346 + i32.store 324($41), $pop346 i32.const $push347=, 78480 i32.add $push348=, $41, $pop347 - i32.store $drop=, 320($41), $pop348 + i32.store 320($41), $pop348 i32.const $push784=, 40 i32.const $push349=, 320 i32.add $push350=, $41, $pop349 @@ -337,264 +337,264 @@ f: # @f i32.add $push38=, $pop352, $pop783 i32.const $push353=, 480 i32.add $push354=, $41, $pop353 - i32.store $drop=, 0($pop38), $pop354 + i32.store 0($pop38), $pop354 i32.const $push355=, 160 i32.add $push356=, $41, $pop355 i32.const $push782=, 152 i32.add $push39=, $pop356, $pop782 i32.const $push357=, 2480 i32.add $push358=, $41, $pop357 - i32.store $drop=, 0($pop39), $pop358 + i32.store 0($pop39), $pop358 i32.const $push359=, 160 i32.add $push360=, $41, $pop359 i32.const $push781=, 148 i32.add $push40=, $pop360, $pop781 i32.const $push361=, 4480 i32.add $push362=, $41, $pop361 - i32.store $drop=, 0($pop40), $pop362 + i32.store 0($pop40), $pop362 i32.const $push363=, 160 i32.add $push364=, $41, $pop363 i32.const $push780=, 144 i32.add $push41=, $pop364, $pop780 i32.const $push365=, 6480 i32.add $push366=, $41, $pop365 - i32.store $drop=, 0($pop41), $pop366 + i32.store 0($pop41), $pop366 i32.const $push367=, 160 i32.add $push368=, $41, $pop367 i32.const $push779=, 140 i32.add $push42=, $pop368, $pop779 i32.const $push369=, 8480 i32.add $push370=, $41, $pop369 - i32.store $drop=, 0($pop42), $pop370 + i32.store 0($pop42), $pop370 i32.const $push371=, 160 i32.add $push372=, $41, $pop371 i32.const $push778=, 136 i32.add $push43=, $pop372, $pop778 i32.const $push373=, 10480 i32.add $push374=, $41, $pop373 - i32.store $drop=, 0($pop43), $pop374 + i32.store 0($pop43), $pop374 i32.const $push375=, 160 i32.add $push376=, $41, $pop375 i32.const $push777=, 132 i32.add $push44=, $pop376, $pop777 i32.const $push377=, 12480 i32.add $push378=, $41, $pop377 - i32.store $drop=, 0($pop44), $pop378 + i32.store 0($pop44), $pop378 i32.const $push379=, 160 i32.add $push380=, $41, $pop379 i32.const $push776=, 128 i32.add $push45=, $pop380, $pop776 i32.const $push381=, 14480 i32.add $push382=, $41, $pop381 - i32.store $drop=, 0($pop45), $pop382 + i32.store 0($pop45), $pop382 i32.const $push383=, 160 i32.add $push384=, $41, $pop383 i32.const $push775=, 124 i32.add $push46=, $pop384, $pop775 i32.const $push385=, 16480 i32.add $push386=, $41, $pop385 - i32.store $drop=, 0($pop46), $pop386 + i32.store 0($pop46), $pop386 i32.const $push387=, 160 i32.add $push388=, $41, $pop387 i32.const $push774=, 120 i32.add $push47=, $pop388, $pop774 i32.const $push389=, 18480 i32.add $push390=, $41, $pop389 - i32.store $drop=, 0($pop47), $pop390 + i32.store 0($pop47), $pop390 i32.const $push391=, 160 i32.add $push392=, $41, $pop391 i32.const $push773=, 116 i32.add $push48=, $pop392, $pop773 i32.const $push393=, 20480 i32.add $push394=, $41, $pop393 - i32.store $drop=, 0($pop48), $pop394 + i32.store 0($pop48), $pop394 i32.const $push395=, 160 i32.add $push396=, $41, $pop395 i32.const $push772=, 112 i32.add $push49=, $pop396, $pop772 i32.const $push397=, 22480 i32.add $push398=, $41, $pop397 - i32.store $drop=, 0($pop49), $pop398 + i32.store 0($pop49), $pop398 i32.const $push399=, 160 i32.add $push400=, $41, $pop399 i32.const $push771=, 108 i32.add $push50=, $pop400, $pop771 i32.const $push401=, 24480 i32.add $push402=, $41, $pop401 - i32.store $drop=, 0($pop50), $pop402 + i32.store 0($pop50), $pop402 i32.const $push403=, 160 i32.add $push404=, $41, $pop403 i32.const $push770=, 104 i32.add $push51=, $pop404, $pop770 i32.const $push405=, 26480 i32.add $push406=, $41, $pop405 - i32.store $drop=, 0($pop51), $pop406 + i32.store 0($pop51), $pop406 i32.const $push407=, 160 i32.add $push408=, $41, $pop407 i32.const $push769=, 100 i32.add $push52=, $pop408, $pop769 i32.const $push409=, 28480 i32.add $push410=, $41, $pop409 - i32.store $drop=, 0($pop52), $pop410 + i32.store 0($pop52), $pop410 i32.const $push411=, 160 i32.add $push412=, $41, $pop411 i32.const $push768=, 96 i32.add $push53=, $pop412, $pop768 i32.const $push413=, 30480 i32.add $push414=, $41, $pop413 - i32.store $drop=, 0($pop53), $pop414 + i32.store 0($pop53), $pop414 i32.const $push415=, 160 i32.add $push416=, $41, $pop415 i32.const $push767=, 92 i32.add $push54=, $pop416, $pop767 i32.const $push417=, 32480 i32.add $push418=, $41, $pop417 - i32.store $drop=, 0($pop54), $pop418 + i32.store 0($pop54), $pop418 i32.const $push419=, 160 i32.add $push420=, $41, $pop419 i32.const $push766=, 88 i32.add $push55=, $pop420, $pop766 i32.const $push421=, 34480 i32.add $push422=, $41, $pop421 - i32.store $drop=, 0($pop55), $pop422 + i32.store 0($pop55), $pop422 i32.const $push423=, 160 i32.add $push424=, $41, $pop423 i32.const $push765=, 84 i32.add $push56=, $pop424, $pop765 i32.const $push425=, 36480 i32.add $push426=, $41, $pop425 - i32.store $drop=, 0($pop56), $pop426 + i32.store 0($pop56), $pop426 i32.const $push427=, 160 i32.add $push428=, $41, $pop427 i32.const $push764=, 80 i32.add $push57=, $pop428, $pop764 i32.const $push429=, 38480 i32.add $push430=, $41, $pop429 - i32.store $drop=, 0($pop57), $pop430 + i32.store 0($pop57), $pop430 i32.const $push431=, 160 i32.add $push432=, $41, $pop431 i32.const $push763=, 76 i32.add $push58=, $pop432, $pop763 i32.const $push433=, 40480 i32.add $push434=, $41, $pop433 - i32.store $drop=, 0($pop58), $pop434 + i32.store 0($pop58), $pop434 i32.const $push435=, 160 i32.add $push436=, $41, $pop435 i32.const $push762=, 72 i32.add $push59=, $pop436, $pop762 i32.const $push437=, 42480 i32.add $push438=, $41, $pop437 - i32.store $drop=, 0($pop59), $pop438 + i32.store 0($pop59), $pop438 i32.const $push439=, 160 i32.add $push440=, $41, $pop439 i32.const $push761=, 68 i32.add $push60=, $pop440, $pop761 i32.const $push441=, 44480 i32.add $push442=, $41, $pop441 - i32.store $drop=, 0($pop60), $pop442 + i32.store 0($pop60), $pop442 i32.const $push443=, 160 i32.add $push444=, $41, $pop443 i32.const $push760=, 64 i32.add $push61=, $pop444, $pop760 i32.const $push445=, 46480 i32.add $push446=, $41, $pop445 - i32.store $drop=, 0($pop61), $pop446 + i32.store 0($pop61), $pop446 i32.const $push447=, 160 i32.add $push448=, $41, $pop447 i32.const $push759=, 60 i32.add $push62=, $pop448, $pop759 i32.const $push449=, 48480 i32.add $push450=, $41, $pop449 - i32.store $drop=, 0($pop62), $pop450 + i32.store 0($pop62), $pop450 i32.const $push451=, 160 i32.add $push452=, $41, $pop451 i32.const $push758=, 56 i32.add $push63=, $pop452, $pop758 i32.const $push453=, 50480 i32.add $push454=, $41, $pop453 - i32.store $drop=, 0($pop63), $pop454 + i32.store 0($pop63), $pop454 i32.const $push455=, 160 i32.add $push456=, $41, $pop455 i32.const $push757=, 52 i32.add $push64=, $pop456, $pop757 i32.const $push457=, 52480 i32.add $push458=, $41, $pop457 - i32.store $drop=, 0($pop64), $pop458 + i32.store 0($pop64), $pop458 i32.const $push459=, 160 i32.add $push460=, $41, $pop459 i32.const $push756=, 48 i32.add $push65=, $pop460, $pop756 i32.const $push461=, 54480 i32.add $push462=, $41, $pop461 - i32.store $drop=, 0($pop65), $pop462 + i32.store 0($pop65), $pop462 i32.const $push463=, 160 i32.add $push464=, $41, $pop463 i32.const $push755=, 44 i32.add $push66=, $pop464, $pop755 i32.const $push465=, 56480 i32.add $push466=, $41, $pop465 - i32.store $drop=, 0($pop66), $pop466 + i32.store 0($pop66), $pop466 i32.const $push467=, 160 i32.add $push468=, $41, $pop467 i32.const $push754=, 40 i32.add $push67=, $pop468, $pop754 i32.const $push469=, 58480 i32.add $push470=, $41, $pop469 - i32.store $drop=, 0($pop67), $pop470 + i32.store 0($pop67), $pop470 i32.const $push471=, 160 i32.add $push472=, $41, $pop471 i32.const $push753=, 36 i32.add $push68=, $pop472, $pop753 i32.const $push473=, 60480 i32.add $push474=, $41, $pop473 - i32.store $drop=, 0($pop68), $pop474 + i32.store 0($pop68), $pop474 i32.const $push475=, 160 i32.add $push476=, $41, $pop475 i32.const $push752=, 32 i32.add $push69=, $pop476, $pop752 i32.const $push477=, 62480 i32.add $push478=, $41, $pop477 - i32.store $drop=, 0($pop69), $pop478 + i32.store 0($pop69), $pop478 i32.const $push479=, 160 i32.add $push480=, $41, $pop479 i32.const $push751=, 28 i32.add $push70=, $pop480, $pop751 i32.const $push481=, 64480 i32.add $push482=, $41, $pop481 - i32.store $drop=, 0($pop70), $pop482 + i32.store 0($pop70), $pop482 i32.const $push483=, 160 i32.add $push484=, $41, $pop483 i32.const $push750=, 24 i32.add $push71=, $pop484, $pop750 i32.const $push485=, 66480 i32.add $push486=, $41, $pop485 - i32.store $drop=, 0($pop71), $pop486 + i32.store 0($pop71), $pop486 i32.const $push487=, 160 i32.add $push488=, $41, $pop487 i32.const $push749=, 20 i32.add $push72=, $pop488, $pop749 i32.const $push489=, 68480 i32.add $push490=, $41, $pop489 - i32.store $drop=, 0($pop72), $pop490 + i32.store 0($pop72), $pop490 i32.const $push491=, 160 i32.add $push492=, $41, $pop491 i32.const $push748=, 16 i32.add $push73=, $pop492, $pop748 i32.const $push493=, 70480 i32.add $push494=, $41, $pop493 - i32.store $drop=, 0($pop73), $pop494 + i32.store 0($pop73), $pop494 i32.const $push495=, 72480 i32.add $push496=, $41, $pop495 - i32.store $drop=, 172($41), $pop496 + i32.store 172($41), $pop496 i32.const $push497=, 74480 i32.add $push498=, $41, $pop497 - i32.store $drop=, 168($41), $pop498 + i32.store 168($41), $pop498 i32.const $push499=, 76480 i32.add $push500=, $41, $pop499 - i32.store $drop=, 164($41), $pop500 + i32.store 164($41), $pop500 i32.const $push501=, 78480 i32.add $push502=, $41, $pop501 - i32.store $drop=, 160($41), $pop502 + i32.store 160($41), $pop502 i32.const $push747=, 40 i32.const $push503=, 160 i32.add $push504=, $41, $pop503 @@ -604,433 +604,433 @@ f: # @f i32.const $push746=, 2 i32.shl $push74=, $40, $pop746 i32.add $push75=, $pop506, $pop74 - i32.store $drop=, 0($pop75), $40 + i32.store 0($pop75), $40 i32.const $push507=, 78480 i32.add $push508=, $41, $pop507 i32.const $push745=, 2 i32.shl $push76=, $39, $pop745 i32.add $push77=, $pop508, $pop76 - i32.store $drop=, 0($pop77), $39 + i32.store 0($pop77), $39 i32.const $push509=, 74480 i32.add $push510=, $41, $pop509 i32.const $push744=, 2 i32.shl $push78=, $38, $pop744 i32.add $push79=, $pop510, $pop78 - i32.store $drop=, 0($pop79), $38 + i32.store 0($pop79), $38 i32.const $push511=, 72480 i32.add $push512=, $41, $pop511 i32.const $push743=, 2 i32.shl $push80=, $37, $pop743 i32.add $push81=, $pop512, $pop80 - i32.store $drop=, 0($pop81), $37 + i32.store 0($pop81), $37 i32.const $push513=, 70480 i32.add $push514=, $41, $pop513 i32.const $push742=, 2 i32.shl $push82=, $36, $pop742 i32.add $push83=, $pop514, $pop82 - i32.store $drop=, 0($pop83), $36 + i32.store 0($pop83), $36 i32.const $push515=, 68480 i32.add $push516=, $41, $pop515 i32.const $push741=, 2 i32.shl $push84=, $35, $pop741 i32.add $push85=, $pop516, $pop84 - i32.store $drop=, 0($pop85), $35 + i32.store 0($pop85), $35 i32.const $push517=, 66480 i32.add $push518=, $41, $pop517 i32.const $push740=, 2 i32.shl $push86=, $34, $pop740 i32.add $push87=, $pop518, $pop86 - i32.store $drop=, 0($pop87), $34 + i32.store 0($pop87), $34 i32.const $push519=, 64480 i32.add $push520=, $41, $pop519 i32.const $push739=, 2 i32.shl $push88=, $33, $pop739 i32.add $push89=, $pop520, $pop88 - i32.store $drop=, 0($pop89), $33 + i32.store 0($pop89), $33 i32.const $push521=, 62480 i32.add $push522=, $41, $pop521 i32.const $push738=, 2 i32.shl $push90=, $32, $pop738 i32.add $push91=, $pop522, $pop90 - i32.store $drop=, 0($pop91), $32 + i32.store 0($pop91), $32 i32.const $push523=, 60480 i32.add $push524=, $41, $pop523 i32.const $push737=, 2 i32.shl $push92=, $31, $pop737 i32.add $push93=, $pop524, $pop92 - i32.store $drop=, 0($pop93), $31 + i32.store 0($pop93), $31 i32.const $push525=, 58480 i32.add $push526=, $41, $pop525 i32.const $push736=, 2 i32.shl $push94=, $30, $pop736 i32.add $push95=, $pop526, $pop94 - i32.store $drop=, 0($pop95), $30 + i32.store 0($pop95), $30 i32.const $push527=, 56480 i32.add $push528=, $41, $pop527 i32.const $push735=, 2 i32.shl $push96=, $29, $pop735 i32.add $push97=, $pop528, $pop96 - i32.store $drop=, 0($pop97), $29 + i32.store 0($pop97), $29 i32.const $push529=, 54480 i32.add $push530=, $41, $pop529 i32.const $push734=, 2 i32.shl $push98=, $28, $pop734 i32.add $push99=, $pop530, $pop98 - i32.store $drop=, 0($pop99), $28 + i32.store 0($pop99), $28 i32.const $push531=, 52480 i32.add $push532=, $41, $pop531 i32.const $push733=, 2 i32.shl $push100=, $27, $pop733 i32.add $push101=, $pop532, $pop100 - i32.store $drop=, 0($pop101), $27 + i32.store 0($pop101), $27 i32.const $push533=, 50480 i32.add $push534=, $41, $pop533 i32.const $push732=, 2 i32.shl $push102=, $26, $pop732 i32.add $push103=, $pop534, $pop102 - i32.store $drop=, 0($pop103), $26 + i32.store 0($pop103), $26 i32.const $push535=, 48480 i32.add $push536=, $41, $pop535 i32.const $push731=, 2 i32.shl $push104=, $25, $pop731 i32.add $push105=, $pop536, $pop104 - i32.store $drop=, 0($pop105), $25 + i32.store 0($pop105), $25 i32.const $push537=, 46480 i32.add $push538=, $41, $pop537 i32.const $push730=, 2 i32.shl $push106=, $24, $pop730 i32.add $push107=, $pop538, $pop106 - i32.store $drop=, 0($pop107), $24 + i32.store 0($pop107), $24 i32.const $push539=, 44480 i32.add $push540=, $41, $pop539 i32.const $push729=, 2 i32.shl $push108=, $23, $pop729 i32.add $push109=, $pop540, $pop108 - i32.store $drop=, 0($pop109), $23 + i32.store 0($pop109), $23 i32.const $push541=, 42480 i32.add $push542=, $41, $pop541 i32.const $push728=, 2 i32.shl $push110=, $22, $pop728 i32.add $push111=, $pop542, $pop110 - i32.store $drop=, 0($pop111), $22 + i32.store 0($pop111), $22 i32.const $push543=, 40480 i32.add $push544=, $41, $pop543 i32.const $push727=, 2 i32.shl $push112=, $21, $pop727 i32.add $push113=, $pop544, $pop112 - i32.store $drop=, 0($pop113), $21 + i32.store 0($pop113), $21 i32.const $push545=, 38480 i32.add $push546=, $41, $pop545 i32.const $push726=, 2 i32.shl $push114=, $20, $pop726 i32.add $push115=, $pop546, $pop114 - i32.store $drop=, 0($pop115), $20 + i32.store 0($pop115), $20 i32.const $push547=, 36480 i32.add $push548=, $41, $pop547 i32.const $push725=, 2 i32.shl $push116=, $19, $pop725 i32.add $push117=, $pop548, $pop116 - i32.store $drop=, 0($pop117), $19 + i32.store 0($pop117), $19 i32.const $push549=, 34480 i32.add $push550=, $41, $pop549 i32.const $push724=, 2 i32.shl $push118=, $18, $pop724 i32.add $push119=, $pop550, $pop118 - i32.store $drop=, 0($pop119), $18 + i32.store 0($pop119), $18 i32.const $push551=, 32480 i32.add $push552=, $41, $pop551 i32.const $push723=, 2 i32.shl $push120=, $17, $pop723 i32.add $push121=, $pop552, $pop120 - i32.store $drop=, 0($pop121), $17 + i32.store 0($pop121), $17 i32.const $push553=, 30480 i32.add $push554=, $41, $pop553 i32.const $push722=, 2 i32.shl $push122=, $16, $pop722 i32.add $push123=, $pop554, $pop122 - i32.store $drop=, 0($pop123), $16 + i32.store 0($pop123), $16 i32.const $push555=, 28480 i32.add $push556=, $41, $pop555 i32.const $push721=, 2 i32.shl $push124=, $15, $pop721 i32.add $push125=, $pop556, $pop124 - i32.store $drop=, 0($pop125), $15 + i32.store 0($pop125), $15 i32.const $push557=, 26480 i32.add $push558=, $41, $pop557 i32.const $push720=, 2 i32.shl $push126=, $14, $pop720 i32.add $push127=, $pop558, $pop126 - i32.store $drop=, 0($pop127), $14 + i32.store 0($pop127), $14 i32.const $push559=, 24480 i32.add $push560=, $41, $pop559 i32.const $push719=, 2 i32.shl $push128=, $13, $pop719 i32.add $push129=, $pop560, $pop128 - i32.store $drop=, 0($pop129), $13 + i32.store 0($pop129), $13 i32.const $push561=, 22480 i32.add $push562=, $41, $pop561 i32.const $push718=, 2 i32.shl $push130=, $12, $pop718 i32.add $push131=, $pop562, $pop130 - i32.store $drop=, 0($pop131), $12 + i32.store 0($pop131), $12 i32.const $push563=, 20480 i32.add $push564=, $41, $pop563 i32.const $push717=, 2 i32.shl $push132=, $11, $pop717 i32.add $push133=, $pop564, $pop132 - i32.store $drop=, 0($pop133), $11 + i32.store 0($pop133), $11 i32.const $push565=, 18480 i32.add $push566=, $41, $pop565 i32.const $push716=, 2 i32.shl $push134=, $10, $pop716 i32.add $push135=, $pop566, $pop134 - i32.store $drop=, 0($pop135), $10 + i32.store 0($pop135), $10 i32.const $push567=, 16480 i32.add $push568=, $41, $pop567 i32.const $push715=, 2 i32.shl $push136=, $9, $pop715 i32.add $push137=, $pop568, $pop136 - i32.store $drop=, 0($pop137), $9 + i32.store 0($pop137), $9 i32.const $push569=, 14480 i32.add $push570=, $41, $pop569 i32.const $push714=, 2 i32.shl $push138=, $8, $pop714 i32.add $push139=, $pop570, $pop138 - i32.store $drop=, 0($pop139), $8 + i32.store 0($pop139), $8 i32.const $push571=, 12480 i32.add $push572=, $41, $pop571 i32.const $push713=, 2 i32.shl $push140=, $7, $pop713 i32.add $push141=, $pop572, $pop140 - i32.store $drop=, 0($pop141), $7 + i32.store 0($pop141), $7 i32.const $push573=, 10480 i32.add $push574=, $41, $pop573 i32.const $push712=, 2 i32.shl $push142=, $6, $pop712 i32.add $push143=, $pop574, $pop142 - i32.store $drop=, 0($pop143), $6 + i32.store 0($pop143), $6 i32.const $push575=, 8480 i32.add $push576=, $41, $pop575 i32.const $push711=, 2 i32.shl $push144=, $5, $pop711 i32.add $push145=, $pop576, $pop144 - i32.store $drop=, 0($pop145), $5 + i32.store 0($pop145), $5 i32.const $push577=, 6480 i32.add $push578=, $41, $pop577 i32.const $push710=, 2 i32.shl $push146=, $4, $pop710 i32.add $push147=, $pop578, $pop146 - i32.store $drop=, 0($pop147), $4 + i32.store 0($pop147), $4 i32.const $push579=, 4480 i32.add $push580=, $41, $pop579 i32.const $push709=, 2 i32.shl $push148=, $3, $pop709 i32.add $push149=, $pop580, $pop148 - i32.store $drop=, 0($pop149), $3 + i32.store 0($pop149), $3 i32.const $push581=, 2480 i32.add $push582=, $41, $pop581 i32.const $push708=, 2 i32.shl $push150=, $2, $pop708 i32.add $push151=, $pop582, $pop150 - i32.store $drop=, 0($pop151), $2 + i32.store 0($pop151), $2 i32.const $push583=, 480 i32.add $push584=, $41, $pop583 i32.const $push707=, 2 i32.shl $push152=, $1, $pop707 i32.add $push153=, $pop584, $pop152 - i32.store $drop=, 0($pop153), $1 + i32.store 0($pop153), $1 i32.const $push706=, 156 i32.add $push154=, $41, $pop706 i32.const $push585=, 480 i32.add $push586=, $41, $pop585 - i32.store $drop=, 0($pop154), $pop586 + i32.store 0($pop154), $pop586 i32.const $push705=, 152 i32.add $push155=, $41, $pop705 i32.const $push587=, 2480 i32.add $push588=, $41, $pop587 - i32.store $drop=, 0($pop155), $pop588 + i32.store 0($pop155), $pop588 i32.const $push704=, 148 i32.add $push156=, $41, $pop704 i32.const $push589=, 4480 i32.add $push590=, $41, $pop589 - i32.store $drop=, 0($pop156), $pop590 + i32.store 0($pop156), $pop590 i32.const $push703=, 144 i32.add $push157=, $41, $pop703 i32.const $push591=, 6480 i32.add $push592=, $41, $pop591 - i32.store $drop=, 0($pop157), $pop592 + i32.store 0($pop157), $pop592 i32.const $push702=, 140 i32.add $push158=, $41, $pop702 i32.const $push593=, 8480 i32.add $push594=, $41, $pop593 - i32.store $drop=, 0($pop158), $pop594 + i32.store 0($pop158), $pop594 i32.const $push701=, 136 i32.add $push159=, $41, $pop701 i32.const $push595=, 10480 i32.add $push596=, $41, $pop595 - i32.store $drop=, 0($pop159), $pop596 + i32.store 0($pop159), $pop596 i32.const $push700=, 132 i32.add $push160=, $41, $pop700 i32.const $push597=, 12480 i32.add $push598=, $41, $pop597 - i32.store $drop=, 0($pop160), $pop598 + i32.store 0($pop160), $pop598 i32.const $push699=, 128 i32.add $push161=, $41, $pop699 i32.const $push599=, 14480 i32.add $push600=, $41, $pop599 - i32.store $drop=, 0($pop161), $pop600 + i32.store 0($pop161), $pop600 i32.const $push698=, 124 i32.add $push162=, $41, $pop698 i32.const $push601=, 16480 i32.add $push602=, $41, $pop601 - i32.store $drop=, 0($pop162), $pop602 + i32.store 0($pop162), $pop602 i32.const $push697=, 120 i32.add $push163=, $41, $pop697 i32.const $push603=, 18480 i32.add $push604=, $41, $pop603 - i32.store $drop=, 0($pop163), $pop604 + i32.store 0($pop163), $pop604 i32.const $push696=, 116 i32.add $push164=, $41, $pop696 i32.const $push605=, 20480 i32.add $push606=, $41, $pop605 - i32.store $drop=, 0($pop164), $pop606 + i32.store 0($pop164), $pop606 i32.const $push695=, 112 i32.add $push165=, $41, $pop695 i32.const $push607=, 22480 i32.add $push608=, $41, $pop607 - i32.store $drop=, 0($pop165), $pop608 + i32.store 0($pop165), $pop608 i32.const $push694=, 108 i32.add $push166=, $41, $pop694 i32.const $push609=, 24480 i32.add $push610=, $41, $pop609 - i32.store $drop=, 0($pop166), $pop610 + i32.store 0($pop166), $pop610 i32.const $push693=, 104 i32.add $push167=, $41, $pop693 i32.const $push611=, 26480 i32.add $push612=, $41, $pop611 - i32.store $drop=, 0($pop167), $pop612 + i32.store 0($pop167), $pop612 i32.const $push692=, 100 i32.add $push168=, $41, $pop692 i32.const $push613=, 28480 i32.add $push614=, $41, $pop613 - i32.store $drop=, 0($pop168), $pop614 + i32.store 0($pop168), $pop614 i32.const $push691=, 96 i32.add $push169=, $41, $pop691 i32.const $push615=, 30480 i32.add $push616=, $41, $pop615 - i32.store $drop=, 0($pop169), $pop616 + i32.store 0($pop169), $pop616 i32.const $push690=, 92 i32.add $push170=, $41, $pop690 i32.const $push617=, 32480 i32.add $push618=, $41, $pop617 - i32.store $drop=, 0($pop170), $pop618 + i32.store 0($pop170), $pop618 i32.const $push689=, 88 i32.add $push171=, $41, $pop689 i32.const $push619=, 34480 i32.add $push620=, $41, $pop619 - i32.store $drop=, 0($pop171), $pop620 + i32.store 0($pop171), $pop620 i32.const $push688=, 84 i32.add $push172=, $41, $pop688 i32.const $push621=, 36480 i32.add $push622=, $41, $pop621 - i32.store $drop=, 0($pop172), $pop622 + i32.store 0($pop172), $pop622 i32.const $push687=, 80 i32.add $push173=, $41, $pop687 i32.const $push623=, 38480 i32.add $push624=, $41, $pop623 - i32.store $drop=, 0($pop173), $pop624 + i32.store 0($pop173), $pop624 i32.const $push686=, 76 i32.add $push174=, $41, $pop686 i32.const $push625=, 40480 i32.add $push626=, $41, $pop625 - i32.store $drop=, 0($pop174), $pop626 + i32.store 0($pop174), $pop626 i32.const $push685=, 72 i32.add $push175=, $41, $pop685 i32.const $push627=, 42480 i32.add $push628=, $41, $pop627 - i32.store $drop=, 0($pop175), $pop628 + i32.store 0($pop175), $pop628 i32.const $push684=, 68 i32.add $push176=, $41, $pop684 i32.const $push629=, 44480 i32.add $push630=, $41, $pop629 - i32.store $drop=, 0($pop176), $pop630 + i32.store 0($pop176), $pop630 i32.const $push683=, 64 i32.add $push177=, $41, $pop683 i32.const $push631=, 46480 i32.add $push632=, $41, $pop631 - i32.store $drop=, 0($pop177), $pop632 + i32.store 0($pop177), $pop632 i32.const $push682=, 60 i32.add $push178=, $41, $pop682 i32.const $push633=, 48480 i32.add $push634=, $41, $pop633 - i32.store $drop=, 0($pop178), $pop634 + i32.store 0($pop178), $pop634 i32.const $push681=, 56 i32.add $push179=, $41, $pop681 i32.const $push635=, 50480 i32.add $push636=, $41, $pop635 - i32.store $drop=, 0($pop179), $pop636 + i32.store 0($pop179), $pop636 i32.const $push680=, 52 i32.add $push180=, $41, $pop680 i32.const $push637=, 52480 i32.add $push638=, $41, $pop637 - i32.store $drop=, 0($pop180), $pop638 + i32.store 0($pop180), $pop638 i32.const $push679=, 48 i32.add $push181=, $41, $pop679 i32.const $push639=, 54480 i32.add $push640=, $41, $pop639 - i32.store $drop=, 0($pop181), $pop640 + i32.store 0($pop181), $pop640 i32.const $push678=, 44 i32.add $push182=, $41, $pop678 i32.const $push641=, 56480 i32.add $push642=, $41, $pop641 - i32.store $drop=, 0($pop182), $pop642 + i32.store 0($pop182), $pop642 i32.const $push677=, 40 i32.add $push183=, $41, $pop677 i32.const $push643=, 58480 i32.add $push644=, $41, $pop643 - i32.store $drop=, 0($pop183), $pop644 + i32.store 0($pop183), $pop644 i32.const $push676=, 36 i32.add $push184=, $41, $pop676 i32.const $push645=, 60480 i32.add $push646=, $41, $pop645 - i32.store $drop=, 0($pop184), $pop646 + i32.store 0($pop184), $pop646 i32.const $push675=, 32 i32.add $push185=, $41, $pop675 i32.const $push647=, 62480 i32.add $push648=, $41, $pop647 - i32.store $drop=, 0($pop185), $pop648 + i32.store 0($pop185), $pop648 i32.const $push674=, 28 i32.add $push186=, $41, $pop674 i32.const $push649=, 64480 i32.add $push650=, $41, $pop649 - i32.store $drop=, 0($pop186), $pop650 + i32.store 0($pop186), $pop650 i32.const $push673=, 24 i32.add $push187=, $41, $pop673 i32.const $push651=, 66480 i32.add $push652=, $41, $pop651 - i32.store $drop=, 0($pop187), $pop652 + i32.store 0($pop187), $pop652 i32.const $push672=, 20 i32.add $push188=, $41, $pop672 i32.const $push653=, 68480 i32.add $push654=, $41, $pop653 - i32.store $drop=, 0($pop188), $pop654 + i32.store 0($pop188), $pop654 i32.const $push671=, 16 i32.add $push189=, $41, $pop671 i32.const $push655=, 70480 i32.add $push656=, $41, $pop655 - i32.store $drop=, 0($pop189), $pop656 + i32.store 0($pop189), $pop656 i32.const $push657=, 72480 i32.add $push658=, $41, $pop657 - i32.store $drop=, 12($41), $pop658 + i32.store 12($41), $pop658 i32.const $push659=, 74480 i32.add $push660=, $41, $pop659 - i32.store $drop=, 8($41), $pop660 + i32.store 8($41), $pop660 i32.const $push661=, 76480 i32.add $push662=, $41, $pop661 - i32.store $drop=, 4($41), $pop662 + i32.store 4($41), $pop662 i32.const $push663=, 78480 i32.add $push664=, $41, $pop663 - i32.store $drop=, 0($41), $pop664 + i32.store 0($41), $pop664 i32.const $push670=, 40 call c@FUNCTION, $pop670, $41 i32.const $push669=, -1 @@ -1043,7 +1043,7 @@ f: # @f i32.const $push196=, 0 i32.const $push194=, 80480 i32.add $push195=, $41, $pop194 - i32.store $drop=, __stack_pointer($pop196), $pop195 + i32.store __stack_pointer($pop196), $pop195 # fallthrough-return .endfunc .Lfunc_end0: @@ -1062,7 +1062,7 @@ s: # @s i32.const $push5=, 16 i32.sub $push7=, $pop4, $pop5 tee_local $push6=, $2=, $pop7 - i32.store $drop=, 12($pop6), $1 + i32.store 12($pop6), $1 block i32.eqz $push16=, $0 br_if 0, $pop16 # 0: down to label3 @@ -1076,9 +1076,9 @@ s: # @s tee_local $push14=, $1=, $pop15 i32.const $push13=, 4 i32.add $push0=, $pop14, $pop13 - i32.store $drop=, 12($2), $pop0 + i32.store 12($2), $pop0 i32.load $push1=, 0($1) - i32.store $drop=, 0($pop1), $0 + i32.store 0($pop1), $0 i32.const $push12=, -1 i32.add $push11=, $0, $pop12 tee_local $push10=, $0=, $pop11 @@ -1107,8 +1107,8 @@ z: # @z i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $3=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($3), $1 block i32.eqz $push18=, $0 br_if 0, $pop18 # 0: down to label6 @@ -1120,7 +1120,7 @@ z: # @z i32.const $push17=, 4 i32.add $push16=, $1, $pop17 tee_local $push15=, $2=, $pop16 - i32.store $drop=, 12($3), $pop15 + i32.store 12($3), $pop15 i32.load $push0=, 0($1) i32.const $push14=, 0 i32.const $push13=, 2000 @@ -1136,7 +1136,7 @@ z: # @z i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $3, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end2: @@ -1156,8 +1156,8 @@ c: # @c i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $3=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop10), $pop15 + i32.store 12($3), $1 i32.const $push1=, 2 i32.shl $push2=, $0, $pop1 i32.const $push14=, -4 @@ -1174,7 +1174,7 @@ c: # @c tee_local $push22=, $2=, $pop23 i32.const $push21=, 4 i32.add $push3=, $pop22, $pop21 - i32.store $drop=, 12($3), $pop3 + i32.store 12($3), $pop3 i32.load $push4=, 0($2) i32.add $2=, $pop4, $1 i32.const $push20=, -4 @@ -1195,7 +1195,7 @@ c: # @c i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $3, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 # fallthrough-return .endfunc .Lfunc_end3: @@ -1218,6 +1218,6 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/nestfunc-4.c.s b/test/torture-s/nestfunc-4.c.s index 96d0fe756..24f0f0938 100644 --- a/test/torture-s/nestfunc-4.c.s +++ b/test/torture-s/nestfunc-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/nestfunc-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/nestfunc-4.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -18,7 +18,7 @@ main: # @main i32.select $push3=, $pop8, $pop1, $pop2 i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, level($pop0), $pop5 + i32.store level($pop0), $pop5 i32.const $push6=, 0 call exit@FUNCTION, $pop6 unreachable @@ -44,7 +44,7 @@ foo: # @foo i32.select $push3=, $pop8, $pop1, $pop2 i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, level($pop0), $pop5 + i32.store level($pop0), $pop5 i32.const $push6=, -42 # fallthrough-return: $pop6 .endfunc @@ -87,5 +87,5 @@ level: .size level, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/p18298.c.s b/test/torture-s/p18298.c.s index ee93d1a7e..d8fee2ba4 100644 --- a/test/torture-s/p18298.c.s +++ b/test/torture-s/p18298.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/p18298.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/p18298.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,7 +31,7 @@ main: # @main # BB#1: # %while.body i32.const $push3=, 0 i32.const $push2=, 0 - i32.store8 $drop=, s($pop3), $pop2 + i32.store8 s($pop3), $pop2 .LBB1_2: # %while.end end_block # label0: i32.const $push4=, 0 @@ -50,5 +50,5 @@ s: .size s, 2048 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/packed-1.c.s b/test/torture-s/packed-1.c.s index 321099326..f0c592823 100644 --- a/test/torture-s/packed-1.c.s +++ b/test/torture-s/packed-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/packed-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/packed-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -12,7 +12,7 @@ f: # @f i32.const $push5=, 0 i32.load16_u $push4=, x1($pop5) tee_local $push3=, $0=, $pop4 - i32.store16 $drop=, t($pop0), $pop3 + i32.store16 t($pop0), $pop3 block i32.const $push1=, 17 i32.ne $push2=, $0, $pop1 @@ -61,6 +61,6 @@ t: .size t, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/packed-2.c.s b/test/torture-s/packed-2.c.s index 27b7ade15..9447d483d 100644 --- a/test/torture-s/packed-2.c.s +++ b/test/torture-s/packed-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/packed-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/packed-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, t+2($pop0):p2align=1, $pop2 + i32.store t+2($pop0):p2align=1, $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -26,4 +26,4 @@ t: .size t, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pending-4.c.s b/test/torture-s/pending-4.c.s index 4dac8b196..8af8abbf5 100644 --- a/test/torture-s/pending-4.c.s +++ b/test/torture-s/pending-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pending-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pending-4.c" .section .text.dummy,"ax",@progbits .hidden dummy .globl dummy @@ -73,6 +73,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/postmod-1.c.s b/test/torture-s/postmod-1.c.s index 9698a194e..8e901a14d 100644 --- a/test/torture-s/postmod-1.c.s +++ b/test/torture-s/postmod-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/postmod-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/postmod-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -56,42 +56,42 @@ foo: # @foo f32.load $push4=, counter0($pop252) f32.add $push5=, $pop3, $pop4 f32.add $push8=, $pop7, $pop5 - f32.store $drop=, counter0($pop257), $pop8 + f32.store counter0($pop257), $pop8 i32.const $push251=, 0 i32.const $push250=, array1+12 i32.add $push15=, $13, $pop250 f32.load $push16=, 0($pop15) f32.add $push14=, $7, $12 f32.add $push17=, $pop16, $pop14 - f32.store $drop=, counter1($pop251), $pop17 + f32.store counter1($pop251), $pop17 i32.const $push249=, 0 i32.const $push248=, array2+12 i32.add $push19=, $13, $pop248 f32.load $push20=, 0($pop19) f32.add $push18=, $6, $11 f32.add $push21=, $pop20, $pop18 - f32.store $drop=, counter2($pop249), $pop21 + f32.store counter2($pop249), $pop21 i32.const $push247=, 0 i32.const $push246=, array3+12 i32.add $push23=, $13, $pop246 f32.load $push24=, 0($pop23) f32.add $push22=, $5, $10 f32.add $push25=, $pop24, $pop22 - f32.store $drop=, counter3($pop247), $pop25 + f32.store counter3($pop247), $pop25 i32.const $push245=, 0 i32.const $push244=, array4+12 i32.add $push27=, $13, $pop244 f32.load $push28=, 0($pop27) f32.add $push26=, $4, $9 f32.add $push29=, $pop28, $pop26 - f32.store $drop=, counter4($pop245), $pop29 + f32.store counter4($pop245), $pop29 i32.const $push243=, 0 i32.const $push242=, array5+12 i32.add $push31=, $13, $pop242 f32.load $push32=, 0($pop31) f32.add $push30=, $3, $8 f32.add $push33=, $pop32, $pop30 - f32.store $drop=, counter5($pop243), $pop33 + f32.store counter5($pop243), $pop33 i32.const $push241=, 0 i32.load $0=, vol($pop241) i32.const $push240=, 0 @@ -106,252 +106,252 @@ foo: # @foo i32.const $push235=, 0 i32.load $push34=, vol($pop235) i32.add $push35=, $0, $pop34 - i32.store $drop=, vol($pop236), $pop35 + i32.store vol($pop236), $pop35 i32.const $push234=, 0 i32.const $push233=, 0 i32.load $push36=, vol($pop233) i32.add $push37=, $13, $pop36 - i32.store $drop=, vol($pop234), $pop37 + i32.store vol($pop234), $pop37 i32.const $push232=, 0 i32.const $push231=, 0 i32.load $push38=, vol($pop231) i32.add $push39=, $14, $pop38 - i32.store $drop=, vol($pop232), $pop39 + i32.store vol($pop232), $pop39 i32.const $push230=, 0 i32.const $push229=, 0 i32.load $push40=, vol($pop229) i32.add $push41=, $15, $pop40 - i32.store $drop=, vol($pop230), $pop41 + i32.store vol($pop230), $pop41 i32.const $push228=, 0 i32.const $push227=, 0 i32.load $push42=, vol($pop227) i32.add $push43=, $16, $pop42 - i32.store $drop=, vol($pop228), $pop43 + i32.store vol($pop228), $pop43 i32.const $push226=, 0 i32.const $push225=, 0 i32.load $push44=, vol($pop225) i32.add $push45=, $0, $pop44 - i32.store $drop=, vol($pop226), $pop45 + i32.store vol($pop226), $pop45 i32.const $push224=, 0 i32.const $push223=, 0 i32.load $push46=, vol($pop223) i32.add $push47=, $13, $pop46 - i32.store $drop=, vol($pop224), $pop47 + i32.store vol($pop224), $pop47 i32.const $push222=, 0 i32.const $push221=, 0 i32.load $push48=, vol($pop221) i32.add $push49=, $14, $pop48 - i32.store $drop=, vol($pop222), $pop49 + i32.store vol($pop222), $pop49 i32.const $push220=, 0 i32.const $push219=, 0 i32.load $push50=, vol($pop219) i32.add $push51=, $15, $pop50 - i32.store $drop=, vol($pop220), $pop51 + i32.store vol($pop220), $pop51 i32.const $push218=, 0 i32.const $push217=, 0 i32.load $push52=, vol($pop217) i32.add $push53=, $16, $pop52 - i32.store $drop=, vol($pop218), $pop53 + i32.store vol($pop218), $pop53 i32.const $push216=, 0 i32.const $push215=, 0 i32.load $push54=, vol($pop215) i32.add $push55=, $0, $pop54 - i32.store $drop=, vol($pop216), $pop55 + i32.store vol($pop216), $pop55 i32.const $push214=, 0 i32.const $push213=, 0 i32.load $push56=, vol($pop213) i32.add $push57=, $13, $pop56 - i32.store $drop=, vol($pop214), $pop57 + i32.store vol($pop214), $pop57 i32.const $push212=, 0 i32.const $push211=, 0 i32.load $push58=, vol($pop211) i32.add $push59=, $14, $pop58 - i32.store $drop=, vol($pop212), $pop59 + i32.store vol($pop212), $pop59 i32.const $push210=, 0 i32.const $push209=, 0 i32.load $push60=, vol($pop209) i32.add $push61=, $15, $pop60 - i32.store $drop=, vol($pop210), $pop61 + i32.store vol($pop210), $pop61 i32.const $push208=, 0 i32.const $push207=, 0 i32.load $push62=, vol($pop207) i32.add $push63=, $16, $pop62 - i32.store $drop=, vol($pop208), $pop63 + i32.store vol($pop208), $pop63 i32.const $push206=, 0 i32.const $push205=, 0 i32.load $push64=, vol($pop205) i32.add $push65=, $0, $pop64 - i32.store $drop=, vol($pop206), $pop65 + i32.store vol($pop206), $pop65 i32.const $push204=, 0 i32.const $push203=, 0 i32.load $push66=, vol($pop203) i32.add $push67=, $13, $pop66 - i32.store $drop=, vol($pop204), $pop67 + i32.store vol($pop204), $pop67 i32.const $push202=, 0 i32.const $push201=, 0 i32.load $push68=, vol($pop201) i32.add $push69=, $14, $pop68 - i32.store $drop=, vol($pop202), $pop69 + i32.store vol($pop202), $pop69 i32.const $push200=, 0 i32.const $push199=, 0 i32.load $push70=, vol($pop199) i32.add $push71=, $15, $pop70 - i32.store $drop=, vol($pop200), $pop71 + i32.store vol($pop200), $pop71 i32.const $push198=, 0 i32.const $push197=, 0 i32.load $push72=, vol($pop197) i32.add $push73=, $16, $pop72 - i32.store $drop=, vol($pop198), $pop73 + i32.store vol($pop198), $pop73 i32.const $push196=, 0 i32.const $push195=, 0 i32.load $push74=, vol($pop195) i32.add $push75=, $0, $pop74 - i32.store $drop=, vol($pop196), $pop75 + i32.store vol($pop196), $pop75 i32.const $push194=, 0 i32.const $push193=, 0 i32.load $push76=, vol($pop193) i32.add $push77=, $13, $pop76 - i32.store $drop=, vol($pop194), $pop77 + i32.store vol($pop194), $pop77 i32.const $push192=, 0 i32.const $push191=, 0 i32.load $push78=, vol($pop191) i32.add $push79=, $14, $pop78 - i32.store $drop=, vol($pop192), $pop79 + i32.store vol($pop192), $pop79 i32.const $push190=, 0 i32.const $push189=, 0 i32.load $push80=, vol($pop189) i32.add $push81=, $15, $pop80 - i32.store $drop=, vol($pop190), $pop81 + i32.store vol($pop190), $pop81 i32.const $push188=, 0 i32.const $push187=, 0 i32.load $push82=, vol($pop187) i32.add $push83=, $16, $pop82 - i32.store $drop=, vol($pop188), $pop83 + i32.store vol($pop188), $pop83 i32.const $push186=, 0 i32.const $push185=, 0 i32.load $push84=, vol($pop185) i32.add $push85=, $0, $pop84 - i32.store $drop=, vol($pop186), $pop85 + i32.store vol($pop186), $pop85 i32.const $push184=, 0 i32.const $push183=, 0 i32.load $push86=, vol($pop183) i32.add $push87=, $13, $pop86 - i32.store $drop=, vol($pop184), $pop87 + i32.store vol($pop184), $pop87 i32.const $push182=, 0 i32.const $push181=, 0 i32.load $push88=, vol($pop181) i32.add $push89=, $14, $pop88 - i32.store $drop=, vol($pop182), $pop89 + i32.store vol($pop182), $pop89 i32.const $push180=, 0 i32.const $push179=, 0 i32.load $push90=, vol($pop179) i32.add $push91=, $15, $pop90 - i32.store $drop=, vol($pop180), $pop91 + i32.store vol($pop180), $pop91 i32.const $push178=, 0 i32.const $push177=, 0 i32.load $push92=, vol($pop177) i32.add $push93=, $16, $pop92 - i32.store $drop=, vol($pop178), $pop93 + i32.store vol($pop178), $pop93 i32.const $push176=, 0 i32.const $push175=, 0 i32.load $push94=, vol($pop175) i32.add $push95=, $0, $pop94 - i32.store $drop=, vol($pop176), $pop95 + i32.store vol($pop176), $pop95 i32.const $push174=, 0 i32.const $push173=, 0 i32.load $push96=, vol($pop173) i32.add $push97=, $13, $pop96 - i32.store $drop=, vol($pop174), $pop97 + i32.store vol($pop174), $pop97 i32.const $push172=, 0 i32.const $push171=, 0 i32.load $push98=, vol($pop171) i32.add $push99=, $14, $pop98 - i32.store $drop=, vol($pop172), $pop99 + i32.store vol($pop172), $pop99 i32.const $push170=, 0 i32.const $push169=, 0 i32.load $push100=, vol($pop169) i32.add $push101=, $15, $pop100 - i32.store $drop=, vol($pop170), $pop101 + i32.store vol($pop170), $pop101 i32.const $push168=, 0 i32.const $push167=, 0 i32.load $push102=, vol($pop167) i32.add $push103=, $16, $pop102 - i32.store $drop=, vol($pop168), $pop103 + i32.store vol($pop168), $pop103 i32.const $push166=, 0 i32.const $push165=, 0 i32.load $push104=, vol($pop165) i32.add $push105=, $0, $pop104 - i32.store $drop=, vol($pop166), $pop105 + i32.store vol($pop166), $pop105 i32.const $push164=, 0 i32.const $push163=, 0 i32.load $push106=, vol($pop163) i32.add $push107=, $13, $pop106 - i32.store $drop=, vol($pop164), $pop107 + i32.store vol($pop164), $pop107 i32.const $push162=, 0 i32.const $push161=, 0 i32.load $push108=, vol($pop161) i32.add $push109=, $14, $pop108 - i32.store $drop=, vol($pop162), $pop109 + i32.store vol($pop162), $pop109 i32.const $push160=, 0 i32.const $push159=, 0 i32.load $push110=, vol($pop159) i32.add $push111=, $15, $pop110 - i32.store $drop=, vol($pop160), $pop111 + i32.store vol($pop160), $pop111 i32.const $push158=, 0 i32.const $push157=, 0 i32.load $push112=, vol($pop157) i32.add $push113=, $16, $pop112 - i32.store $drop=, vol($pop158), $pop113 + i32.store vol($pop158), $pop113 i32.const $push156=, 0 i32.const $push155=, 0 i32.load $push114=, vol($pop155) i32.add $push115=, $0, $pop114 - i32.store $drop=, vol($pop156), $pop115 + i32.store vol($pop156), $pop115 i32.const $push154=, 0 i32.const $push153=, 0 i32.load $push116=, vol($pop153) i32.add $push117=, $13, $pop116 - i32.store $drop=, vol($pop154), $pop117 + i32.store vol($pop154), $pop117 i32.const $push152=, 0 i32.const $push151=, 0 i32.load $push118=, vol($pop151) i32.add $push119=, $14, $pop118 - i32.store $drop=, vol($pop152), $pop119 + i32.store vol($pop152), $pop119 i32.const $push150=, 0 i32.const $push149=, 0 i32.load $push120=, vol($pop149) i32.add $push121=, $15, $pop120 - i32.store $drop=, vol($pop150), $pop121 + i32.store vol($pop150), $pop121 i32.const $push148=, 0 i32.const $push147=, 0 i32.load $push122=, vol($pop147) i32.add $push123=, $16, $pop122 - i32.store $drop=, vol($pop148), $pop123 + i32.store vol($pop148), $pop123 i32.const $push146=, 0 i32.const $push145=, 0 i32.load $push124=, vol($pop145) i32.add $push125=, $0, $pop124 - i32.store $drop=, vol($pop146), $pop125 + i32.store vol($pop146), $pop125 i32.const $push144=, 0 i32.const $push143=, 0 i32.load $push126=, vol($pop143) i32.add $push127=, $13, $pop126 - i32.store $drop=, vol($pop144), $pop127 + i32.store vol($pop144), $pop127 i32.const $push142=, 0 i32.const $push141=, 0 i32.load $push128=, vol($pop141) i32.add $push129=, $14, $pop128 - i32.store $drop=, vol($pop142), $pop129 + i32.store vol($pop142), $pop129 i32.const $push140=, 0 i32.const $push139=, 0 i32.load $push130=, vol($pop139) i32.add $push131=, $15, $pop130 - i32.store $drop=, vol($pop140), $pop131 + i32.store vol($pop140), $pop131 i32.const $push138=, 0 i32.const $push137=, 0 i32.load $push132=, vol($pop137) i32.add $push133=, $16, $pop132 - i32.store $drop=, vol($pop138), $pop133 + i32.store vol($pop138), $pop133 i32.const $push136=, 12 i32.add $17=, $17, $pop136 i32.const $push135=, 0 @@ -374,40 +374,40 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1073741824 - i32.store $drop=, array0+20($pop1), $pop0 + i32.store array0+20($pop1), $pop0 i32.const $push53=, 0 i32.const $push2=, 1065353216 - i32.store $drop=, array0+4($pop53), $pop2 + i32.store array0+4($pop53), $pop2 i32.const $push52=, 0 i32.const $push51=, 1065353216 - i32.store $drop=, array1+4($pop52), $pop51 + i32.store array1+4($pop52), $pop51 i32.const $push50=, 0 i32.const $push49=, 1073741824 - i32.store $drop=, array1+20($pop50), $pop49 + i32.store array1+20($pop50), $pop49 i32.const $push48=, 0 i32.const $push47=, 1065353216 - i32.store $drop=, array2+4($pop48), $pop47 + i32.store array2+4($pop48), $pop47 i32.const $push46=, 0 i32.const $push45=, 1073741824 - i32.store $drop=, array2+20($pop46), $pop45 + i32.store array2+20($pop46), $pop45 i32.const $push44=, 0 i32.const $push43=, 1065353216 - i32.store $drop=, array3+4($pop44), $pop43 + i32.store array3+4($pop44), $pop43 i32.const $push42=, 0 i32.const $push41=, 1073741824 - i32.store $drop=, array3+20($pop42), $pop41 + i32.store array3+20($pop42), $pop41 i32.const $push40=, 0 i32.const $push39=, 1065353216 - i32.store $drop=, array4+4($pop40), $pop39 + i32.store array4+4($pop40), $pop39 i32.const $push38=, 0 i32.const $push37=, 1073741824 - i32.store $drop=, array4+20($pop38), $pop37 + i32.store array4+20($pop38), $pop37 i32.const $push36=, 0 i32.const $push35=, 1065353216 - i32.store $drop=, array5+4($pop36), $pop35 + i32.store array5+4($pop36), $pop35 i32.const $push34=, 0 i32.const $push33=, 1073741824 - i32.store $drop=, array5+20($pop34), $pop33 + i32.store array5+20($pop34), $pop33 i32.const $push3=, 1 call foo@FUNCTION, $pop3 i32.const $push32=, 0 @@ -571,4 +571,4 @@ vol: .size vol, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr15262-1.c.s b/test/torture-s/pr15262-1.c.s index eced9be37..2e4d05000 100644 --- a/test/torture-s/pr15262-1.c.s +++ b/test/torture-s/pr15262-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15262-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15262-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,4 +27,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr15262-2.c.s b/test/torture-s/pr15262-2.c.s index 3f09b52cf..fc21f1040 100644 --- a/test/torture-s/pr15262-2.c.s +++ b/test/torture-s/pr15262-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15262-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15262-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -11,15 +11,15 @@ foo: # @foo i32.load $push9=, 0($0) tee_local $push8=, $0=, $pop9 i32.const $push0=, 3 - i32.store $drop=, 0($pop8), $pop0 + i32.store 0($pop8), $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($1), $pop1 + i32.store 0($1), $pop1 i32.const $push2=, 0 f32.load $push4=, 0($2) i32.const $push7=, 0 f32.load $push3=, X($pop7) f32.add $push5=, $pop4, $pop3 - f32.store $drop=, X($pop2), $pop5 + f32.store X($pop2), $pop5 i32.load $push6=, 0($0) # fallthrough-return: $pop6 .endfunc @@ -39,7 +39,7 @@ main: # @main f32.load $push4=, X($pop5) tee_local $push3=, $0=, $pop4 f32.add $push1=, $pop3, $0 - f32.store $drop=, X($pop0), $pop1 + f32.store X($pop0), $pop1 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -56,4 +56,4 @@ X: .size X, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr15262.c.s b/test/torture-s/pr15262.c.s index 49bbad1d4..906d32705 100644 --- a/test/torture-s/pr15262.c.s +++ b/test/torture-s/pr15262.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15262.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15262.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -8,7 +8,7 @@ bar: # @bar .param i32 # BB#0: # %entry i32.const $push0=, 1084647014 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -26,7 +26,7 @@ foo: # @foo i32.const $push3=, 0 i32.load $3=, __stack_pointer($pop3) i32.const $push0=, 1 - i32.store $drop=, 4($0), $pop0 + i32.store 4($0), $pop0 i32.const $push4=, 16 i32.sub $push11=, $3, $pop4 tee_local $push10=, $0=, $pop11 @@ -36,7 +36,7 @@ foo: # @foo i32.add $push8=, $0, $pop7 i32.select $push1=, $pop6, $pop8, $1 i32.const $push2=, 1084647014 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push9=, 1 # fallthrough-return: $pop9 .endfunc @@ -57,4 +57,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr15296.c.s b/test/torture-s/pr15296.c.s index b80810329..84ce7ae72 100644 --- a/test/torture-s/pr15296.c.s +++ b/test/torture-s/pr15296.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15296.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr15296.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,7 +33,7 @@ f: # @f end_block # label7: i32.const $push4=, 4 i32.add $push5=, $1, $pop4 - i32.store $drop=, 0($pop5), $4 + i32.store 0($pop5), $4 i32.const $push6=, 8 i32.add $push7=, $1, $pop6 i32.load $push13=, 0($pop7) @@ -45,7 +45,7 @@ f: # @f # BB#6: # %if.end24 i32.const $push8=, 8 i32.add $push9=, $4, $pop8 - i32.store $drop=, 0($pop9), $3 + i32.store 0($pop9), $3 return .LBB0_7: # %if.end6 end_block # label6: @@ -54,12 +54,12 @@ f: # @f i32.load $push0=, 0($1) i32.load $push15=, 0($pop0) tee_local $push14=, $3=, $pop15 - i32.store $drop=, 0($pop3), $pop14 + i32.store 0($pop3), $pop14 br_if 2, $3 # 2: down to label3 # BB#8: i32.const $push10=, 12 i32.const $push11=, -1 - i32.store $drop=, 0($pop10), $pop11 + i32.store 0($pop10), $pop11 return .LBB0_9: # %if.then18 end_block # label5: @@ -104,27 +104,27 @@ main: # @main i32.const $push37=, 48 i32.sub $push53=, $pop36, $pop37 tee_local $push52=, $1=, $pop53 - i32.store $drop=, __stack_pointer($pop38), $pop52 + i32.store __stack_pointer($pop38), $pop52 i32.const $push0=, 0 i64.load $push1=, .Lmain.uv+8($pop0) - i64.store $drop=, 40($1), $pop1 + i64.store 40($1), $pop1 i32.const $push51=, 0 i64.load $push2=, .Lmain.uv($pop51) - i64.store $drop=, 32($1), $pop2 + i64.store 32($1), $pop2 i32.const $push3=, 24 i32.add $push4=, $1, $pop3 i32.const $push50=, 0 i32.load $push5=, .Lmain.s+16($pop50) - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 i32.const $push6=, 16 i32.add $push49=, $1, $pop6 tee_local $push48=, $0=, $pop49 i32.const $push47=, 0 i64.load $push7=, .Lmain.s+8($pop47):p2align=2 - i64.store $drop=, 0($pop48), $pop7 + i64.store 0($pop48), $pop7 i32.const $push46=, 0 i64.load $push8=, .Lmain.s($pop46):p2align=2 - i64.store $drop=, 8($1), $pop8 + i64.store 8($1), $pop8 i32.const $push45=, 0 i32.const $push39=, 8 i32.add $push40=, $1, $pop39 @@ -208,6 +208,6 @@ main: # @main .size .Lmain.s, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr16790-1.c.s b/test/torture-s/pr16790-1.c.s index e7a130d20..9b746a0d2 100644 --- a/test/torture-s/pr16790-1.c.s +++ b/test/torture-s/pr16790-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr16790-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr16790-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr17078-1.c.s b/test/torture-s/pr17078-1.c.s index 7c6eaac65..0a23ee356 100644 --- a/test/torture-s/pr17078-1.c.s +++ b/test/torture-s/pr17078-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr17078-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr17078-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -8,7 +8,7 @@ test: # @test .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,4 +28,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr17133.c.s b/test/torture-s/pr17133.c.s index 47f1accb1..3663095a4 100644 --- a/test/torture-s/pr17133.c.s +++ b/test/torture-s/pr17133.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr17133.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr17133.c" .section .text.pure_alloc,"ax",@progbits .hidden pure_alloc .globl pure_alloc @@ -15,7 +15,7 @@ pure_alloc: # @pure_alloc i32.const $push12=, 2 i32.add $push11=, $pop13, $pop12 tee_local $push10=, $2=, $pop11 - i32.store $drop=, foo($pop0), $pop10 + i32.store foo($pop0), $pop10 i32.const $push9=, 0 i32.load $0=, bar($pop9) block @@ -37,7 +37,7 @@ pure_alloc: # @pure_alloc i32.const $3=, 0 i32.const $push17=, 0 i32.const $push2=, 2 - i32.store $drop=, foo($pop17), $pop2 + i32.store foo($pop17), $pop2 .LBB0_4: # %if.then end_block # label0: i32.add $push3=, $0, $3 @@ -62,7 +62,7 @@ main: # @main i32.const $push12=, 2 i32.add $push11=, $pop1, $pop12 tee_local $push10=, $0=, $pop11 - i32.store $drop=, foo($pop0), $pop10 + i32.store foo($pop0), $pop10 block block block @@ -84,7 +84,7 @@ main: # @main # BB#4: # %pure_alloc.exit.thread.split i32.const $push5=, 0 i32.const $push4=, 2 - i32.store $drop=, foo($pop5), $pop4 + i32.store foo($pop5), $pop4 .LBB1_5: # %if.end end_block # label4: i32.const $push6=, 0 @@ -128,5 +128,5 @@ baz: .size baz, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr17252.c.s b/test/torture-s/pr17252.c.s index 5024883b8..52f78d297 100644 --- a/test/torture-s/pr17252.c.s +++ b/test/torture-s/pr17252.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr17252.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr17252.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,10 +9,10 @@ main: # @main # BB#0: # %entry i32.const $push7=, 0 i32.const $push0=, a - i32.store $drop=, a($pop7), $pop0 + i32.store a($pop7), $pop0 i32.const $push6=, 0 i32.const $push1=, a+1 - i32.store8 $drop=, a($pop6), $pop1 + i32.store8 a($pop6), $pop1 block i32.const $push5=, 0 i32.load $push2=, a($pop5) @@ -40,5 +40,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr19005.c.s b/test/torture-s/pr19005.c.s index f72f122ec..b06ed9125 100644 --- a/test/torture-s/pr19005.c.s +++ b/test/torture-s/pr19005.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19005.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19005.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -48,7 +48,7 @@ bar: # @bar i32.const $push10=, 0 i32.const $push8=, 1 i32.xor $push9=, $2, $pop8 - i32.store $drop=, s($pop10), $pop9 + i32.store s($pop10), $pop9 return .LBB0_7: # %if.then8 end_block # label0: @@ -106,7 +106,7 @@ foo: # @foo i32.const $push5=, 1 i32.xor $push29=, $0, $pop5 tee_local $push28=, $7=, $pop29 - i32.store $drop=, s($pop6), $pop28 + i32.store s($pop6), $pop28 br_if 2, $7 # 2: down to label6 # BB#4: # %if.then.i33 br_if 0, $5 # 0: down to label8 @@ -127,7 +127,7 @@ foo: # @foo i32.const $push11=, 0 i32.const $push9=, 1 i32.xor $push10=, $0, $pop9 - i32.store $drop=, s($pop11), $pop10 + i32.store s($pop11), $pop10 .LBB1_10: # %if.else.i38 end_block # label6: i32.ne $push12=, $3, $1 @@ -138,7 +138,7 @@ foo: # @foo .LBB1_12: # %bar.exit41 end_block # label5: i32.const $push14=, 0 - i32.store $drop=, s($pop14), $0 + i32.store s($pop14), $0 i32.const $push30=, 0 return $pop30 .LBB1_13: # %if.then8.i @@ -160,7 +160,7 @@ main: # @main i32.const $0=, -10 i32.const $push4=, 0 i32.const $push3=, -10 - i32.store $drop=, v($pop4), $pop3 + i32.store v($pop4), $pop3 .LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label9: @@ -171,7 +171,7 @@ main: # @main i32.const $push8=, 1 i32.add $push7=, $pop0, $pop8 tee_local $push6=, $0=, $pop7 - i32.store $drop=, v($pop10), $pop6 + i32.store v($pop10), $pop6 i32.const $push5=, 266 i32.lt_s $push1=, $0, $pop5 br_if 0, $pop1 # 0: up to label9 @@ -202,5 +202,5 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr19449.c.s b/test/torture-s/pr19449.c.s index af88738df..c7370f8ad 100644 --- a/test/torture-s/pr19449.c.s +++ b/test/torture-s/pr19449.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19449.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19449.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -61,5 +61,5 @@ y: .size y, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr19515.c.s b/test/torture-s/pr19515.c.s index e152920b1..b6119c20c 100644 --- a/test/torture-s/pr19515.c.s +++ b/test/torture-s/pr19515.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19515.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19515.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr19606.c.s b/test/torture-s/pr19606.c.s index 512910e50..754f70382 100644 --- a/test/torture-s/pr19606.c.s +++ b/test/torture-s/pr19606.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19606.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19606.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -76,6 +76,6 @@ a: .size a, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr19687.c.s b/test/torture-s/pr19687.c.s index 676942cff..cdddf855c 100644 --- a/test/torture-s/pr19687.c.s +++ b/test/torture-s/pr19687.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19687.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19687.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr19689.c.s b/test/torture-s/pr19689.c.s index ff861ec39..6d553b97c 100644 --- a/test/torture-s/pr19689.c.s +++ b/test/torture-s/pr19689.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19689.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr19689.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,7 +15,7 @@ foo: # @foo i32.const $push0=, 536870911 i32.and $push1=, $0, $pop0 i32.or $push6=, $pop5, $pop1 - i32.store $drop=, f($pop2), $pop6 + i32.store f($pop2), $pop6 # fallthrough-return .endfunc .Lfunc_end0: @@ -35,7 +35,7 @@ main: # @main i32.and $push3=, $pop1, $pop2 i32.const $push4=, 536870857 i32.or $push5=, $pop3, $pop4 - i32.store $drop=, f($pop0), $pop5 + i32.store f($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -52,4 +52,4 @@ f: .size f, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr20100-1.c.s b/test/torture-s/pr20100-1.c.s index 38d480c42..b8fde6ae4 100644 --- a/test/torture-s/pr20100-1.c.s +++ b/test/torture-s/pr20100-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20100-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20100-1.c" .section .text.frob,"ax",@progbits .hidden frob .globl frob @@ -9,7 +9,7 @@ frob: # @frob .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store16 $drop=, p($pop0), $1 + i32.store16 p($pop0), $1 i32.const $push14=, 0 i32.const $push13=, 0 i32.const $push1=, 1 @@ -21,7 +21,7 @@ frob: # @frob i32.eq $push6=, $0, $pop5 i32.select $push11=, $pop13, $pop2, $pop6 tee_local $push10=, $0=, $pop11 - i32.store16 $drop=, g($pop14), $pop10 + i32.store16 g($pop14), $pop10 i32.const $push7=, 65535 i32.and $push8=, $0, $pop7 i32.eq $push9=, $pop8, $1 @@ -82,7 +82,7 @@ get_n: # @get_n .LBB1_4: # %while.cond.while.end_crit_edge end_loop # label2: i32.const $push9=, 0 - i32.store16 $drop=, g($pop9), $2 + i32.store16 g($pop9), $2 .LBB1_5: # %while.end end_block # label0: i32.const $push10=, 65535 @@ -101,13 +101,13 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 2 - i32.store16 $drop=, p($pop1), $pop0 + i32.store16 p($pop1), $pop0 i32.const $push6=, 0 i32.const $push2=, 3 - i32.store8 $drop=, e($pop6), $pop2 + i32.store8 e($pop6), $pop2 i32.const $push5=, 0 i32.const $push4=, 2 - i32.store16 $drop=, g($pop5), $pop4 + i32.store16 g($pop5), $pop4 i32.const $push3=, 0 call exit@FUNCTION, $pop3 unreachable @@ -138,5 +138,5 @@ e: .size e, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr20187-1.c.s b/test/torture-s/pr20187-1.c.s index 33f06d573..dcccb50a3 100644 --- a/test/torture-s/pr20187-1.c.s +++ b/test/torture-s/pr20187-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20187-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20187-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -70,4 +70,4 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr20466-1.c.s b/test/torture-s/pr20466-1.c.s index 8150a8686..1f01ed280 100644 --- a/test/torture-s/pr20466-1.c.s +++ b/test/torture-s/pr20466-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20466-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20466-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -10,14 +10,14 @@ f: # @f .local i32 # BB#0: # %entry i32.load $5=, 0($0) - i32.store $drop=, 0($0), $2 + i32.store 0($0), $2 i32.load $push0=, 0($4) - i32.store $drop=, 0($3), $pop0 + i32.store 0($3), $pop0 i32.load $push1=, 0($1) - i32.store $drop=, 0($5), $pop1 + i32.store 0($5), $pop1 i32.load $push2=, 0($0) i32.const $push3=, 99 - i32.store $drop=, 0($pop2), $pop3 + i32.store 0($pop2), $pop3 i32.const $push4=, 3 # fallthrough-return: $pop4 .endfunc @@ -38,26 +38,26 @@ main: # @main i32.const $push24=, 32 i32.sub $push46=, $pop23, $pop24 tee_local $push45=, $0=, $pop46 - i32.store $drop=, __stack_pointer($pop25), $pop45 + i32.store __stack_pointer($pop25), $pop45 i32.const $push4=, 42 - i32.store $drop=, 28($0), $pop4 + i32.store 28($0), $pop4 i32.const $push5=, 66 - i32.store $drop=, 24($0), $pop5 + i32.store 24($0), $pop5 i32.const $push6=, 1 - i32.store $drop=, 20($0), $pop6 + i32.store 20($0), $pop6 i32.const $push7=, -1 - i32.store $drop=, 16($0), $pop7 + i32.store 16($0), $pop7 i32.const $push8=, 55 - i32.store $drop=, 12($0), $pop8 + i32.store 12($0), $pop8 i32.const $push26=, 28 i32.add $push27=, $0, $pop26 - i32.store $drop=, 8($0), $pop27 + i32.store 8($0), $pop27 i32.const $push28=, 16 i32.add $push29=, $0, $pop28 - i32.store $drop=, 4($0), $pop29 + i32.store 4($0), $pop29 i32.const $push30=, 12 i32.add $push31=, $0, $pop30 - i32.store $drop=, 0($0), $pop31 + i32.store 0($0), $pop31 i32.const $push32=, 8 i32.add $push33=, $0, $pop32 i32.const $push34=, 24 @@ -113,6 +113,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr20527-1.c.s b/test/torture-s/pr20527-1.c.s index e755335f7..7ff18da0f 100644 --- a/test/torture-s/pr20527-1.c.s +++ b/test/torture-s/pr20527-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20527-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20527-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -34,7 +34,7 @@ f: # @f tee_local $push19=, $1=, $pop20 i32.const $push18=, -1 i32.add $push7=, $pop19, $pop18 - i32.store $drop=, 0($0), $pop7 + i32.store 0($0), $pop7 i32.const $push17=, 4 i32.add $0=, $0, $pop17 i32.const $push16=, 4 @@ -66,7 +66,7 @@ main: # @main i32.const $push15=, 16 i32.sub $push20=, $pop14, $pop15 tee_local $push19=, $0=, $pop20 - i32.store $drop=, __stack_pointer($pop16), $pop19 + i32.store __stack_pointer($pop16), $pop19 i32.const $push17=, 4 i32.add $push18=, $0, $pop17 i32.const $push2=, b @@ -113,6 +113,6 @@ b: .size b, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr20601-1.c.s b/test/torture-s/pr20601-1.c.s index 5f077aa43..1e2737049 100644 --- a/test/torture-s/pr20601-1.c.s +++ b/test/torture-s/pr20601-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20601-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20601-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,18 +40,18 @@ main: # @main # BB#0: # %entry i32.const $push35=, 0 i32.const $push34=, 4 - i32.store $drop=, b($pop35), $pop34 + i32.store b($pop35), $pop34 i32.const $push33=, 0 i32.const $push0=, g - i32.store $drop=, c($pop33), $pop0 + i32.store c($pop33), $pop0 i32.const $1=, g+4 i32.const $push32=, 0 i32.const $push31=, g+4 - i32.store $drop=, e($pop32), $pop31 + i32.store e($pop32), $pop31 i32.const $0=, 3 i32.const $push30=, 0 i32.const $push29=, 3 - i32.store $drop=, d($pop30), $pop29 + i32.store d($pop30), $pop29 i32.const $3=, 1 .LBB2_1: # %land.rhs.i # =>This Inner Loop Header: Depth=1 @@ -120,14 +120,14 @@ main: # @main i32.const $push52=, 4 i32.add $push51=, $1, $pop52 tee_local $push50=, $1=, $pop51 - i32.store $drop=, t+4100($pop53), $pop50 + i32.store t+4100($pop53), $pop50 i32.const $push49=, 0 - i32.store $drop=, e($pop49), $1 + i32.store e($pop49), $1 i32.const $push48=, 0 i32.const $push47=, -1 i32.add $push46=, $0, $pop47 tee_local $push45=, $4=, $pop46 - i32.store $drop=, d($pop48), $pop45 + i32.store d($pop48), $pop45 .LBB2_11: # %sw.epilog.i # in Loop: Header=BB2_1 Depth=1 end_block # label9: @@ -135,12 +135,12 @@ main: # @main i32.const $push61=, 4 i32.add $push60=, $1, $pop61 tee_local $push59=, $1=, $pop60 - i32.store $drop=, e($pop62), $pop59 + i32.store e($pop62), $pop59 i32.const $push58=, 0 i32.const $push57=, -1 i32.add $push56=, $4, $pop57 tee_local $push55=, $0=, $pop56 - i32.store $drop=, d($pop58), $pop55 + i32.store d($pop58), $pop55 i32.const $push54=, 1 i32.gt_s $push15=, $4, $pop54 br_if 0, $pop15 # 0: up to label6 @@ -160,12 +160,12 @@ main: # @main i32.const $push7=, 4 i32.add $push69=, $1, $pop7 tee_local $push68=, $1=, $pop69 - i32.store $drop=, e($pop8), $pop68 + i32.store e($pop8), $pop68 i32.const $push67=, 0 i32.const $push9=, -1 i32.add $push66=, $0, $pop9 tee_local $push65=, $0=, $pop66 - i32.store $drop=, d($pop67), $pop65 + i32.store d($pop67), $pop65 i32.const $push12=, 1536 i32.or $push13=, $3, $pop12 i32.const $push10=, 1 @@ -175,7 +175,7 @@ main: # @main end_block # label4: i32.const $push71=, 0 i32.const $push70=, .L.str.4 - i32.store $drop=, t($pop71), $pop70 + i32.store t($pop71), $pop70 block i32.const $push18=, 512 i32.and $push19=, $3, $pop18 @@ -184,14 +184,14 @@ main: # @main # BB#16: # %if.then6.i i32.const $push76=, 0 i32.const $push75=, f - i32.store $drop=, e($pop76), $pop75 + i32.store e($pop76), $pop75 i32.const $push74=, 0 i32.const $push73=, .L.str.4 - i32.store $drop=, f($pop74), $pop73 + i32.store f($pop74), $pop73 i32.const $push72=, 0 i32.const $push20=, 1 i32.add $push21=, $0, $pop20 - i32.store $drop=, d($pop72), $pop21 + i32.store d($pop72), $pop21 i32.const $4=, 4 .LBB2_17: # %for.cond.i # =>This Inner Loop Header: Depth=1 @@ -203,7 +203,7 @@ main: # @main i32.add $push24=, $pop23, $pop80 i32.load $push79=, 0($pop24) tee_local $push78=, $2=, $pop79 - i32.store $drop=, 0($pop22), $pop78 + i32.store 0($pop22), $pop78 i32.const $push77=, 4 i32.add $4=, $4, $pop77 br_if 0, $2 # 0: up to label14 @@ -334,6 +334,6 @@ f: .size f, 64 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr20621-1.c.s b/test/torture-s/pr20621-1.c.s index 3a78152bc..93ab88d64 100644 --- a/test/torture-s/pr20621-1.c.s +++ b/test/torture-s/pr20621-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20621-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr20621-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -44,4 +44,4 @@ gb: .size gb, 65536 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr21173.c.s b/test/torture-s/pr21173.c.s index bd52ea7ba..2f080130a 100644 --- a/test/torture-s/pr21173.c.s +++ b/test/torture-s/pr21173.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr21173.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr21173.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,12 +14,12 @@ foo: # @foo i32.sub $push9=, $0, $pop0 tee_local $push8=, $0=, $pop9 i32.add $push3=, $pop2, $pop8 - i32.store $drop=, a($pop1), $pop3 + i32.store a($pop1), $pop3 i32.const $push7=, 0 i32.const $push6=, 0 i32.load $push4=, a+4($pop6) i32.add $push5=, $pop4, $0 - i32.store $drop=, a+4($pop7), $pop5 + i32.store a+4($pop7), $pop5 # fallthrough-return .endfunc .Lfunc_end0: @@ -68,5 +68,5 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr21331.c.s b/test/torture-s/pr21331.c.s index 55622c2df..9de4f0957 100644 --- a/test/torture-s/pr21331.c.s +++ b/test/torture-s/pr21331.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr21331.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr21331.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -40,4 +40,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr21964-1.c.s b/test/torture-s/pr21964-1.c.s index 1cf5ea2c7..c09c86fa1 100644 --- a/test/torture-s/pr21964-1.c.s +++ b/test/torture-s/pr21964-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr21964-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr21964-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,6 +40,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/pr22061-1.c.s b/test/torture-s/pr22061-1.c.s index 1b514f669..45eaefd22 100644 --- a/test/torture-s/pr22061-1.c.s +++ b/test/torture-s/pr22061-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22061-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22061-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -23,7 +23,7 @@ bar: # @bar i32.load $push3=, N($pop0) tee_local $push2=, $1=, $pop3 i32.add $push1=, $0, $pop2 - i32.store8 $drop=, 0($pop1), $1 + i32.store8 0($pop1), $1 # fallthrough-return .endfunc .Lfunc_end1: @@ -38,7 +38,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 4 - i32.store $drop=, N($pop1), $pop0 + i32.store N($pop1), $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -56,5 +56,5 @@ N: .size N, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr22061-2.c.s b/test/torture-s/pr22061-2.c.s index 1084b5873..69c614a6e 100644 --- a/test/torture-s/pr22061-2.c.s +++ b/test/torture-s/pr22061-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22061-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22061-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,5 +24,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr22098-1.c.s b/test/torture-s/pr22098-1.c.s index afeb57ae7..c9670c5fa 100644 --- a/test/torture-s/pr22098-1.c.s +++ b/test/torture-s/pr22098-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22098-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22098-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr22098-2.c.s b/test/torture-s/pr22098-2.c.s index 81aecfd5b..c3209804f 100644 --- a/test/torture-s/pr22098-2.c.s +++ b/test/torture-s/pr22098-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22098-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22098-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr22098-3.c.s b/test/torture-s/pr22098-3.c.s index 154ed104a..bd6478973 100644 --- a/test/torture-s/pr22098-3.c.s +++ b/test/torture-s/pr22098-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22098-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22098-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push2=, 1 i32.add $push4=, $pop1, $pop2 tee_local $push3=, $0=, $pop4 - i32.store $drop=, n($pop0), $pop3 + i32.store n($pop0), $pop3 copy_local $push6=, $0 # fallthrough-return: $pop6 .endfunc @@ -35,7 +35,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 1 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, n($pop5), $pop1 + i32.store n($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -60,6 +60,6 @@ n: .size n, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr22348.c.s b/test/torture-s/pr22348.c.s index 4edf60d0e..3cc31692d 100644 --- a/test/torture-s/pr22348.c.s +++ b/test/torture-s/pr22348.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22348.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22348.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -35,5 +35,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr22429.c.s b/test/torture-s/pr22429.c.s index 11700513a..cc45118f9 100644 --- a/test/torture-s/pr22429.c.s +++ b/test/torture-s/pr22429.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22429.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22429.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -33,4 +33,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr22493-1.c.s b/test/torture-s/pr22493-1.c.s index e9e74ba5d..7628775f3 100644 --- a/test/torture-s/pr22493-1.c.s +++ b/test/torture-s/pr22493-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22493-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22493-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr22630.c.s b/test/torture-s/pr22630.c.s index 31048ec18..01160601e 100644 --- a/test/torture-s/pr22630.c.s +++ b/test/torture-s/pr22630.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22630.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr22630.c" .section .text.bla,"ax",@progbits .hidden bla .globl bla @@ -15,7 +15,7 @@ bla: # @bla # BB#1: # %if.then1 i32.const $push4=, 0 i32.const $push3=, 1 - i32.store $drop=, j($pop4), $pop3 + i32.store j($pop4), $pop3 .LBB0_2: # %if.end2 end_block # label0: # fallthrough-return @@ -32,7 +32,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, j($pop1), $pop0 + i32.store j($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -49,4 +49,4 @@ j: .size j, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr23047.c.s b/test/torture-s/pr23047.c.s index b6d81856b..e95823c15 100644 --- a/test/torture-s/pr23047.c.s +++ b/test/torture-s/pr23047.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23047.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23047.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -45,6 +45,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr23135.c.s b/test/torture-s/pr23135.c.s index 78ab7e111..42f544da9 100644 --- a/test/torture-s/pr23135.c.s +++ b/test/torture-s/pr23135.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23135.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23135.c" .section .text.verify,"ax",@progbits .hidden verify .globl verify @@ -40,7 +40,7 @@ main: # @main tee_local $push95=, $1=, $pop96 i32.add $push94=, $pop98, $pop95 tee_local $push93=, $5=, $pop94 - i32.store $drop=, res+4($pop0), $pop93 + i32.store res+4($pop0), $pop93 i32.const $push92=, 0 i32.const $push91=, 0 i32.load $push90=, j($pop91) @@ -50,7 +50,7 @@ main: # @main tee_local $push86=, $0=, $pop87 i32.add $push85=, $pop89, $pop86 tee_local $push84=, $4=, $pop85 - i32.store $drop=, res($pop92), $pop84 + i32.store res($pop92), $pop84 block i32.const $push1=, 160 i32.ne $push2=, $4, $pop1 @@ -63,11 +63,11 @@ main: # @main i32.const $push5=, 0 i32.mul $push105=, $2, $0 tee_local $push104=, $6=, $pop105 - i32.store $drop=, res($pop5), $pop104 + i32.store res($pop5), $pop104 i32.const $push103=, 0 i32.mul $push102=, $3, $1 tee_local $push101=, $7=, $pop102 - i32.store $drop=, res+4($pop103), $pop101 + i32.store res+4($pop103), $pop101 i32.const $push6=, 1500 i32.ne $push7=, $6, $pop6 br_if 0, $pop7 # 0: down to label1 @@ -79,11 +79,11 @@ main: # @main i32.const $push10=, 0 i32.div_s $push110=, $0, $2 tee_local $push109=, $8=, $pop110 - i32.store $drop=, res($pop10), $pop109 + i32.store res($pop10), $pop109 i32.const $push108=, 0 i32.div_s $push107=, $1, $3 tee_local $push106=, $9=, $pop107 - i32.store $drop=, res+4($pop108), $pop106 + i32.store res+4($pop108), $pop106 i32.const $push11=, 15 i32.ne $push12=, $8, $pop11 br_if 0, $pop12 # 0: down to label1 @@ -95,11 +95,11 @@ main: # @main i32.const $push15=, 0 i32.and $push115=, $2, $0 tee_local $push114=, $10=, $pop115 - i32.store $drop=, res($pop15), $pop114 + i32.store res($pop15), $pop114 i32.const $push113=, 0 i32.and $push112=, $3, $1 tee_local $push111=, $11=, $pop112 - i32.store $drop=, res+4($pop113), $pop111 + i32.store res+4($pop113), $pop111 i32.const $push16=, 2 i32.ne $push17=, $10, $pop16 br_if 0, $pop17 # 0: down to label1 @@ -111,11 +111,11 @@ main: # @main i32.const $push20=, 0 i32.or $push120=, $2, $0 tee_local $push119=, $12=, $pop120 - i32.store $drop=, res($pop20), $pop119 + i32.store res($pop20), $pop119 i32.const $push118=, 0 i32.or $push117=, $3, $1 tee_local $push116=, $13=, $pop117 - i32.store $drop=, res+4($pop118), $pop116 + i32.store res+4($pop118), $pop116 i32.const $push21=, 158 i32.ne $push22=, $12, $pop21 br_if 0, $pop22 # 0: down to label1 @@ -127,11 +127,11 @@ main: # @main i32.const $push25=, 0 i32.xor $push125=, $0, $2 tee_local $push124=, $2=, $pop125 - i32.store $drop=, res($pop25), $pop124 + i32.store res($pop25), $pop124 i32.const $push123=, 0 i32.xor $push122=, $1, $3 tee_local $push121=, $3=, $pop122 - i32.store $drop=, res+4($pop123), $pop121 + i32.store res+4($pop123), $pop121 i32.const $push26=, 156 i32.ne $push27=, $2, $pop26 br_if 0, $pop27 # 0: down to label1 @@ -144,12 +144,12 @@ main: # @main i32.const $push132=, 0 i32.sub $push131=, $pop132, $0 tee_local $push130=, $14=, $pop131 - i32.store $drop=, res($pop30), $pop130 + i32.store res($pop30), $pop130 i32.const $push129=, 0 i32.const $push128=, 0 i32.sub $push127=, $pop128, $1 tee_local $push126=, $15=, $pop127 - i32.store $drop=, res+4($pop129), $pop126 + i32.store res+4($pop129), $pop126 i32.const $push31=, -150 i32.ne $push32=, $14, $pop31 br_if 0, $pop32 # 0: down to label1 @@ -162,12 +162,12 @@ main: # @main i32.const $push35=, -1 i32.xor $push138=, $0, $pop35 tee_local $push137=, $16=, $pop138 - i32.store $drop=, res($pop36), $pop137 + i32.store res($pop36), $pop137 i32.const $push136=, 0 i32.const $push135=, -1 i32.xor $push134=, $1, $pop135 tee_local $push133=, $17=, $pop134 - i32.store $drop=, res+4($pop136), $pop133 + i32.store res+4($pop136), $pop133 i32.const $push37=, 150 i32.ne $push38=, $0, $pop37 br_if 0, $pop38 # 0: down to label1 @@ -184,9 +184,9 @@ main: # @main i32.sub $push45=, $pop44, $0 i32.add $push145=, $pop45, $16 tee_local $push144=, $0=, $pop145 - i32.store $drop=, res($pop46), $pop144 + i32.store res($pop46), $pop144 i32.const $push143=, 0 - i32.store $drop=, k($pop143), $0 + i32.store k($pop143), $0 i32.const $push142=, 0 i32.add $push47=, $7, $5 i32.add $push48=, $pop47, $11 @@ -195,9 +195,9 @@ main: # @main i32.sub $push51=, $pop50, $1 i32.add $push141=, $pop51, $17 tee_local $push140=, $1=, $pop141 - i32.store $drop=, res+4($pop142), $pop140 + i32.store res+4($pop142), $pop140 i32.const $push139=, 0 - i32.store $drop=, k+4($pop139), $1 + i32.store k+4($pop139), $1 i32.const $push52=, 1675 i32.ne $push53=, $0, $pop52 br_if 0, $pop53 # 0: down to label1 @@ -214,9 +214,9 @@ main: # @main i32.mul $push60=, $pop59, $14 i32.mul $push152=, $pop60, $16 tee_local $push151=, $0=, $pop152 - i32.store $drop=, res($pop61), $pop151 + i32.store res($pop61), $pop151 i32.const $push150=, 0 - i32.store $drop=, k($pop150), $0 + i32.store k($pop150), $0 i32.const $push149=, 0 i32.mul $push62=, $7, $5 i32.mul $push63=, $pop62, $11 @@ -225,9 +225,9 @@ main: # @main i32.mul $push66=, $pop65, $15 i32.mul $push148=, $pop66, $17 tee_local $push147=, $1=, $pop148 - i32.store $drop=, res+4($pop149), $pop147 + i32.store res+4($pop149), $pop147 i32.const $push146=, 0 - i32.store $drop=, k+4($pop146), $1 + i32.store k+4($pop146), $1 i32.const $push67=, 1456467968 i32.ne $push68=, $0, $pop67 br_if 0, $pop68 # 0: down to label1 @@ -245,9 +245,9 @@ main: # @main i32.div_s $push76=, $pop75, $14 i32.div_s $push159=, $pop76, $16 tee_local $push158=, $4=, $pop159 - i32.store $drop=, res($pop160), $pop158 + i32.store res($pop160), $pop158 i32.const $push157=, 0 - i32.store $drop=, k($pop157), $4 + i32.store k($pop157), $4 i32.const $push156=, 0 i32.div_s $push77=, $5, $7 i32.div_s $push78=, $pop77, $9 @@ -257,9 +257,9 @@ main: # @main i32.div_s $push82=, $pop81, $15 i32.div_s $push155=, $pop82, $17 tee_local $push154=, $0=, $pop155 - i32.store $drop=, res+4($pop156), $pop154 + i32.store res+4($pop156), $pop154 i32.const $push153=, 0 - i32.store $drop=, k+4($pop153), $0 + i32.store k+4($pop153), $0 i32.or $push83=, $0, $4 br_if 0, $pop83 # 0: down to label1 # BB#21: # %verify.exit102 @@ -313,6 +313,6 @@ k: .size k, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr23324.c.s b/test/torture-s/pr23324.c.s index 63373cc3e..413d129c8 100644 --- a/test/torture-s/pr23324.c.s +++ b/test/torture-s/pr23324.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23324.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23324.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -94,5 +94,5 @@ yv7: .size yv7, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr23467.c.s b/test/torture-s/pr23467.c.s index aad222f2d..16b684321 100644 --- a/test/torture-s/pr23467.c.s +++ b/test/torture-s/pr23467.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23467.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23467.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,5 +24,5 @@ v: .size v, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr23604.c.s b/test/torture-s/pr23604.c.s index beb314123..d8b1c862e 100644 --- a/test/torture-s/pr23604.c.s +++ b/test/torture-s/pr23604.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23604.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23604.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -44,4 +44,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr23941.c.s b/test/torture-s/pr23941.c.s index 3165710a5..43bc08c90 100644 --- a/test/torture-s/pr23941.c.s +++ b/test/torture-s/pr23941.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23941.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr23941.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,5 +34,5 @@ d: .size d, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr24141.c.s b/test/torture-s/pr24141.c.s index b0ae42581..f9a3862e4 100644 --- a/test/torture-s/pr24141.c.s +++ b/test/torture-s/pr24141.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24141.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24141.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -8,7 +8,7 @@ g: # @g # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, i($pop1), $pop0 + i32.store i($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,7 +29,7 @@ f: # @f # BB#2: # %if.then10 i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, i($pop1), $pop0 + i32.store i($pop1), $pop0 .LBB1_3: # %cleanup end_block # label0: # fallthrough-return @@ -46,7 +46,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, i($pop1), $pop0 + i32.store i($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -63,4 +63,4 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr24142.c.s b/test/torture-s/pr24142.c.s index a2b619bcb..0512c4fdf 100644 --- a/test/torture-s/pr24142.c.s +++ b/test/torture-s/pr24142.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24142.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24142.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -34,4 +34,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr24716.c.s b/test/torture-s/pr24716.c.s index 7e8380365..502338005 100644 --- a/test/torture-s/pr24716.c.s +++ b/test/torture-s/pr24716.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24716.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24716.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -80,7 +80,7 @@ f: # @f # BB#10: # %if.then13 # in Loop: Header=BB0_9 Depth=3 i32.const $push16=, 0 - i32.store $drop=, 0($2), $pop16 + i32.store 0($2), $pop16 i32.const $5=, 1 .LBB0_11: # %do.cond16 # in Loop: Header=BB0_9 Depth=3 @@ -223,7 +223,7 @@ main: # @main # BB#9: # %if.then13.i # in Loop: Header=BB1_8 Depth=2 i32.const $push20=, 0 - i32.store $drop=, 0($0), $pop20 + i32.store 0($0), $pop20 i32.const $2=, 1 .LBB1_10: # %do.cond16.i # in Loop: Header=BB1_8 Depth=2 @@ -290,5 +290,5 @@ W: .size W, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr24851.c.s b/test/torture-s/pr24851.c.s index af57dad41..a39798204 100644 --- a/test/torture-s/pr24851.c.s +++ b/test/torture-s/pr24851.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24851.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr24851.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr25125.c.s b/test/torture-s/pr25125.c.s index 52430acb6..5ff04aae2 100644 --- a/test/torture-s/pr25125.c.s +++ b/test/torture-s/pr25125.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr25125.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr25125.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -54,6 +54,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr25737.c.s b/test/torture-s/pr25737.c.s index bc42029d1..8f869b96a 100644 --- a/test/torture-s/pr25737.c.s +++ b/test/torture-s/pr25737.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr25737.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr25737.c" .section .text.time_enqueue,"ax",@progbits .hidden time_enqueue .globl time_enqueue @@ -9,7 +9,7 @@ time_enqueue: # @time_enqueue .result i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push2=, 0 i32.load $push1=, Timer_Queue($pop2) # fallthrough-return: $pop1 @@ -26,7 +26,7 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, Timer_Queue($pop0), $pop2 + i32.store Timer_Queue($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -41,4 +41,4 @@ Timer_Queue: .size Timer_Queue, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr27073.c.s b/test/torture-s/pr27073.c.s index 607e2921a..61d804974 100644 --- a/test/torture-s/pr27073.c.s +++ b/test/torture-s/pr27073.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27073.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27073.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -16,19 +16,19 @@ foo: # @foo .LBB0_2: # %while.body # =>This Inner Loop Header: Depth=1 loop # label1: - i32.store $drop=, 0($0), $5 + i32.store 0($0), $5 i32.const $push12=, 4 i32.add $push1=, $0, $pop12 - i32.store $drop=, 0($pop1), $6 + i32.store 0($pop1), $6 i32.const $push11=, 8 i32.add $push2=, $0, $pop11 - i32.store $drop=, 0($pop2), $7 + i32.store 0($pop2), $7 i32.const $push10=, 12 i32.add $push3=, $0, $pop10 - i32.store $drop=, 0($pop3), $8 + i32.store 0($pop3), $8 i32.const $push9=, 16 i32.add $push4=, $0, $pop9 - i32.store $drop=, 0($pop4), $9 + i32.store 0($pop4), $9 i32.const $push8=, 20 i32.add $0=, $0, $pop8 i32.const $push7=, 1 @@ -57,7 +57,7 @@ main: # @main i32.const $push36=, 48 i32.sub $push41=, $pop35, $pop36 tee_local $push40=, $0=, $pop41 - i32.store $drop=, __stack_pointer($pop37), $pop40 + i32.store __stack_pointer($pop37), $pop40 i32.const $push4=, 2 i32.const $push3=, 100 i32.const $push39=, 200 @@ -128,6 +128,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr27260.c.s b/test/torture-s/pr27260.c.s index 157189192..0f8a7b4d4 100644 --- a/test/torture-s/pr27260.c.s +++ b/test/torture-s/pr27260.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27260.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27260.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,7 +28,7 @@ main: # @main i32.const $2=, 0 i32.const $push17=, 0 i32.const $push2=, 2 - i32.store8 $drop=, buf+64($pop17), $pop2 + i32.store8 buf+64($pop17), $pop2 .LBB1_1: # %for.body # =>This Inner Loop Header: Depth=1 block @@ -122,5 +122,5 @@ buf: .size buf, 65 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr27285.c.s b/test/torture-s/pr27285.c.s index 68df48564..ad79484dc 100644 --- a/test/torture-s/pr27285.c.s +++ b/test/torture-s/pr27285.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27285.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27285.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -32,7 +32,7 @@ foo: # @foo tee_local $push16=, $2=, $pop17 i32.select $push3=, $pop21, $pop2, $pop16 i32.and $push5=, $pop4, $pop3 - i32.store8 $drop=, 0($1), $pop5 + i32.store8 0($1), $pop5 i32.const $push15=, 1 i32.add $1=, $1, $pop15 i32.const $push14=, 1 @@ -65,45 +65,45 @@ main: # @main i32.const $push30=, 48 i32.sub $push53=, $pop29, $pop30 tee_local $push52=, $0=, $pop53 - i32.store $drop=, __stack_pointer($pop31), $pop52 + i32.store __stack_pointer($pop31), $pop52 i32.const $push35=, 24 i32.add $push36=, $0, $pop35 i32.const $push2=, 18 i32.add $push3=, $pop36, $pop2 i32.const $push0=, 0 i32.load8_u $push1=, .Lmain.x+18($pop0) - i32.store8 $drop=, 0($pop3), $pop1 + i32.store8 0($pop3), $pop1 i32.const $push37=, 24 i32.add $push38=, $0, $pop37 i32.const $push5=, 16 i32.add $push6=, $pop38, $pop5 i32.const $push51=, 0 i32.load16_u $push4=, .Lmain.x+16($pop51):p2align=0 - i32.store16 $drop=, 0($pop6), $pop4 + i32.store16 0($pop6), $pop4 i32.const $push39=, 24 i32.add $push40=, $0, $pop39 i32.const $push8=, 8 i32.add $push9=, $pop40, $pop8 i32.const $push50=, 0 i64.load $push7=, .Lmain.x+8($pop50):p2align=0 - i64.store $drop=, 0($pop9), $pop7 + i64.store 0($pop9), $pop7 i32.const $push49=, 0 i64.load $push10=, .Lmain.x($pop49):p2align=0 - i64.store $drop=, 24($0), $pop10 + i64.store 24($0), $pop10 i32.const $push48=, 18 i32.add $push11=, $0, $pop48 i32.const $push47=, 0 - i32.store8 $drop=, 0($pop11), $pop47 + i32.store8 0($pop11), $pop47 i32.const $push46=, 16 i32.add $push12=, $0, $pop46 i32.const $push45=, 0 - i32.store16 $drop=, 0($pop12), $pop45 + i32.store16 0($pop12), $pop45 i32.const $push44=, 8 i32.add $push13=, $0, $pop44 i64.const $push14=, 0 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i64.const $push43=, 0 - i64.store $drop=, 0($0), $pop43 + i64.store 0($0), $pop43 i32.const $push41=, 24 i32.add $push42=, $0, $pop41 call foo@FUNCTION, $pop42, $0 @@ -131,7 +131,7 @@ main: # @main i32.const $push34=, 0 i32.const $push32=, 48 i32.add $push33=, $0, $pop32 - i32.store $drop=, __stack_pointer($pop34), $pop33 + i32.store __stack_pointer($pop34), $pop33 i32.const $push27=, 0 return $pop27 .LBB1_5: # %if.then @@ -152,5 +152,5 @@ main: # @main .size .Lmain.x, 19 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr27364.c.s b/test/torture-s/pr27364.c.s index ce6a2ab80..ddb4a5085 100644 --- a/test/torture-s/pr27364.c.s +++ b/test/torture-s/pr27364.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27364.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27364.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -46,5 +46,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr27671-1.c.s b/test/torture-s/pr27671-1.c.s index ecda7d97e..64264ea4f 100644 --- a/test/torture-s/pr27671-1.c.s +++ b/test/torture-s/pr27671-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27671-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr27671-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr28289.c.s b/test/torture-s/pr28289.c.s index 493ab2783..fb51fc20a 100644 --- a/test/torture-s/pr28289.c.s +++ b/test/torture-s/pr28289.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28289.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28289.c" .section .text.ix86_split_ashr,"ax",@progbits .hidden ix86_split_ashr .globl ix86_split_ashr @@ -73,5 +73,5 @@ one: .size one, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr28403.c.s b/test/torture-s/pr28403.c.s index 658f8d774..fadd566ad 100644 --- a/test/torture-s/pr28403.c.s +++ b/test/torture-s/pr28403.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28403.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28403.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -16,7 +16,7 @@ foo: # @foo i32.add $push4=, $pop3, $5 i32.add $push5=, $pop4, $6 i32.add $push6=, $pop5, $7 - i32.store $drop=, global($pop7), $pop6 + i32.store global($pop7), $pop6 copy_local $push8=, $7 # fallthrough-return: $pop8 .endfunc @@ -83,6 +83,6 @@ global: .size global, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr28651.c.s b/test/torture-s/pr28651.c.s index 80a940b72..afa054135 100644 --- a/test/torture-s/pr28651.c.s +++ b/test/torture-s/pr28651.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28651.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28651.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,5 +40,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr28778.c.s b/test/torture-s/pr28778.c.s index 57650f3d9..4f059f89e 100644 --- a/test/torture-s/pr28778.c.s +++ b/test/torture-s/pr28778.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28778.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28778.c" .section .text.find,"ax",@progbits .hidden find .globl find @@ -14,12 +14,12 @@ find: # @find i32.const $push6=, 128 i32.sub $push12=, $pop5, $pop6 tee_local $push11=, $1=, $pop12 - i32.store $drop=, __stack_pointer($pop7), $pop11 + i32.store __stack_pointer($pop7), $pop11 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.else i32.const $push0=, 42 - i32.store $drop=, 12($1), $pop0 + i32.store 12($1), $pop0 copy_local $0=, $1 .LBB0_2: # %if.end end_block # label0: @@ -32,7 +32,7 @@ find: # @find i32.const $push10=, 0 i32.const $push8=, 128 i32.add $push9=, $1, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 return .LBB0_4: # %if.then.i end_block # label1: @@ -78,5 +78,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr28982a.c.s b/test/torture-s/pr28982a.c.s index 55f22bad0..ff372cace 100644 --- a/test/torture-s/pr28982a.c.s +++ b/test/torture-s/pr28982a.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28982a.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28982a.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -263,45 +263,45 @@ foo: # @foo end_loop # label2: end_block # label0: i32.const $push142=, 0 - f32.store $drop=, results+4($pop142), $42 + f32.store results+4($pop142), $42 i32.const $push141=, 0 - f32.store $drop=, results($pop141), $41 + f32.store results($pop141), $41 i32.const $push140=, 0 - f32.store $drop=, results+8($pop140), $43 + f32.store results+8($pop140), $43 i32.const $push139=, 0 - f32.store $drop=, results+12($pop139), $44 + f32.store results+12($pop139), $44 i32.const $push138=, 0 - f32.store $drop=, results+16($pop138), $45 + f32.store results+16($pop138), $45 i32.const $push137=, 0 - f32.store $drop=, results+20($pop137), $46 + f32.store results+20($pop137), $46 i32.const $push136=, 0 - f32.store $drop=, results+24($pop136), $47 + f32.store results+24($pop136), $47 i32.const $push135=, 0 - f32.store $drop=, results+28($pop135), $48 + f32.store results+28($pop135), $48 i32.const $push134=, 0 - f32.store $drop=, results+32($pop134), $49 + f32.store results+32($pop134), $49 i32.const $push133=, 0 - f32.store $drop=, results+36($pop133), $50 + f32.store results+36($pop133), $50 i32.const $push132=, 0 - f32.store $drop=, results+40($pop132), $51 + f32.store results+40($pop132), $51 i32.const $push131=, 0 - f32.store $drop=, results+44($pop131), $52 + f32.store results+44($pop131), $52 i32.const $push130=, 0 - f32.store $drop=, results+48($pop130), $53 + f32.store results+48($pop130), $53 i32.const $push129=, 0 - f32.store $drop=, results+52($pop129), $54 + f32.store results+52($pop129), $54 i32.const $push128=, 0 - f32.store $drop=, results+56($pop128), $55 + f32.store results+56($pop128), $55 i32.const $push127=, 0 - f32.store $drop=, results+60($pop127), $56 + f32.store results+60($pop127), $56 i32.const $push126=, 0 - f32.store $drop=, results+64($pop126), $57 + f32.store results+64($pop126), $57 i32.const $push125=, 0 - f32.store $drop=, results+68($pop125), $58 + f32.store results+68($pop125), $58 i32.const $push124=, 0 - f32.store $drop=, results+72($pop124), $59 + f32.store results+72($pop124), $59 i32.const $push123=, 0 - f32.store $drop=, results+76($pop123), $60 + f32.store results+76($pop123), $60 # fallthrough-return .endfunc .Lfunc_end0: @@ -319,126 +319,126 @@ main: # @main i32.const $1=, 0 i32.const $push162=, 0 i32.const $push161=, input - i32.store $drop=, ptrs($pop162), $pop161 + i32.store ptrs($pop162), $pop161 i32.const $push160=, 0 i32.const $push0=, input+4 - i32.store $drop=, ptrs+4($pop160), $pop0 + i32.store ptrs+4($pop160), $pop0 i32.const $push159=, 0 i32.const $push1=, input+8 - i32.store $drop=, ptrs+8($pop159), $pop1 + i32.store ptrs+8($pop159), $pop1 i32.const $push158=, 0 i64.const $push2=, 8589934593 - i64.store $drop=, incs+4($pop158):p2align=2, $pop2 + i64.store incs+4($pop158):p2align=2, $pop2 i32.const $push157=, 0 i32.const $push3=, input+12 - i32.store $drop=, ptrs+12($pop157), $pop3 + i32.store ptrs+12($pop157), $pop3 i32.const $push156=, 0 i32.const $push155=, 0 - i32.store $drop=, incs($pop156), $pop155 + i32.store incs($pop156), $pop155 i32.const $push154=, 0 i32.const $push4=, 3 - i32.store $drop=, incs+12($pop154), $pop4 + i32.store incs+12($pop154), $pop4 i32.const $push153=, 0 i32.const $push5=, input+16 - i32.store $drop=, ptrs+16($pop153), $pop5 + i32.store ptrs+16($pop153), $pop5 i32.const $push152=, 0 i32.const $push151=, 4 - i32.store $drop=, incs+16($pop152), $pop151 + i32.store incs+16($pop152), $pop151 i32.const $push150=, 0 i32.const $push6=, input+20 - i32.store $drop=, ptrs+20($pop150), $pop6 + i32.store ptrs+20($pop150), $pop6 i32.const $push149=, 0 i32.const $push7=, 5 - i32.store $drop=, incs+20($pop149), $pop7 + i32.store incs+20($pop149), $pop7 i32.const $push148=, 0 i32.const $push8=, input+24 - i32.store $drop=, ptrs+24($pop148), $pop8 + i32.store ptrs+24($pop148), $pop8 i32.const $push147=, 0 i32.const $push9=, 6 - i32.store $drop=, incs+24($pop147), $pop9 + i32.store incs+24($pop147), $pop9 i32.const $push146=, 0 i32.const $push10=, input+28 - i32.store $drop=, ptrs+28($pop146), $pop10 + i32.store ptrs+28($pop146), $pop10 i32.const $push145=, 0 i32.const $push11=, 7 - i32.store $drop=, incs+28($pop145), $pop11 + i32.store incs+28($pop145), $pop11 i32.const $push144=, 0 i32.const $push12=, input+32 - i32.store $drop=, ptrs+32($pop144), $pop12 + i32.store ptrs+32($pop144), $pop12 i32.const $push143=, 0 i32.const $push13=, 8 - i32.store $drop=, incs+32($pop143), $pop13 + i32.store incs+32($pop143), $pop13 i32.const $push142=, 0 i32.const $push14=, input+36 - i32.store $drop=, ptrs+36($pop142), $pop14 + i32.store ptrs+36($pop142), $pop14 i32.const $push141=, 0 i32.const $push15=, 9 - i32.store $drop=, incs+36($pop141), $pop15 + i32.store incs+36($pop141), $pop15 i32.const $push140=, 0 i32.const $push16=, input+40 - i32.store $drop=, ptrs+40($pop140), $pop16 + i32.store ptrs+40($pop140), $pop16 i32.const $push139=, 0 i32.const $push17=, 10 - i32.store $drop=, incs+40($pop139), $pop17 + i32.store incs+40($pop139), $pop17 i32.const $push138=, 0 i32.const $push18=, input+44 - i32.store $drop=, ptrs+44($pop138), $pop18 + i32.store ptrs+44($pop138), $pop18 i32.const $push137=, 0 i32.const $push19=, 11 - i32.store $drop=, incs+44($pop137), $pop19 + i32.store incs+44($pop137), $pop19 i32.const $push136=, 0 i32.const $push20=, input+48 - i32.store $drop=, ptrs+48($pop136), $pop20 + i32.store ptrs+48($pop136), $pop20 i32.const $push135=, 0 i32.const $push21=, 12 - i32.store $drop=, incs+48($pop135), $pop21 + i32.store incs+48($pop135), $pop21 i32.const $push134=, 0 i32.const $push22=, input+52 - i32.store $drop=, ptrs+52($pop134), $pop22 + i32.store ptrs+52($pop134), $pop22 i32.const $push133=, 0 i32.const $push23=, 13 - i32.store $drop=, incs+52($pop133), $pop23 + i32.store incs+52($pop133), $pop23 i32.const $push132=, 0 i32.const $push24=, input+56 - i32.store $drop=, ptrs+56($pop132), $pop24 + i32.store ptrs+56($pop132), $pop24 i32.const $push131=, 0 i32.const $push25=, 14 - i32.store $drop=, incs+56($pop131), $pop25 + i32.store incs+56($pop131), $pop25 i32.const $push130=, 0 i32.const $push26=, input+60 - i32.store $drop=, ptrs+60($pop130), $pop26 + i32.store ptrs+60($pop130), $pop26 i32.const $push129=, 0 i32.const $push27=, 15 - i32.store $drop=, incs+60($pop129), $pop27 + i32.store incs+60($pop129), $pop27 i32.const $push128=, 0 i32.const $push28=, input+64 - i32.store $drop=, ptrs+64($pop128), $pop28 + i32.store ptrs+64($pop128), $pop28 i32.const $push127=, 0 i32.const $push29=, 16 - i32.store $drop=, incs+64($pop127), $pop29 + i32.store incs+64($pop127), $pop29 i32.const $push126=, 0 i32.const $push30=, input+68 - i32.store $drop=, ptrs+68($pop126), $pop30 + i32.store ptrs+68($pop126), $pop30 i32.const $push125=, 0 i32.const $push31=, 17 - i32.store $drop=, incs+68($pop125), $pop31 + i32.store incs+68($pop125), $pop31 i32.const $push124=, 0 i32.const $push32=, input+72 - i32.store $drop=, ptrs+72($pop124), $pop32 + i32.store ptrs+72($pop124), $pop32 i32.const $push123=, 0 i32.const $push33=, 18 - i32.store $drop=, incs+72($pop123), $pop33 + i32.store incs+72($pop123), $pop33 i32.const $push122=, 0 i32.const $push34=, input+76 - i32.store $drop=, ptrs+76($pop122), $pop34 + i32.store ptrs+76($pop122), $pop34 i32.const $push121=, 0 i32.const $push35=, 19 - i32.store $drop=, incs+76($pop121), $pop35 + i32.store incs+76($pop121), $pop35 .LBB1_1: # %for.body4 # =>This Inner Loop Header: Depth=1 loop # label3: f32.convert_s/i32 $push36=, $1 - f32.store $drop=, 0($0), $pop36 + f32.store 0($0), $pop36 i32.const $push167=, 4 i32.add $0=, $0, $pop167 i32.const $push166=, 1 @@ -594,4 +594,4 @@ input: .size input, 320 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr28982b.c.s b/test/torture-s/pr28982b.c.s index 7660ba069..576d65a7b 100644 --- a/test/torture-s/pr28982b.c.s +++ b/test/torture-s/pr28982b.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28982b.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr28982b.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -12,7 +12,7 @@ bar: # @bar i32.load $push2=, incs($pop4) i32.load $push0=, 0($0) i32.add $push3=, $pop2, $pop0 - i32.store $drop=, incs($pop1), $pop3 + i32.store incs($pop1), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -32,7 +32,7 @@ foo: # @foo i32.const $push63=, 524288 i32.sub $push75=, $pop62, $pop63 tee_local $push74=, $61=, $pop75 - i32.store $drop=, __stack_pointer($pop64), $pop74 + i32.store __stack_pointer($pop64), $pop74 i32.const $push68=, 262144 i32.add $push69=, $61, $pop68 i32.const $push73=, 0 @@ -293,45 +293,45 @@ foo: # @foo end_loop # label2: end_block # label0: i32.const $push160=, 0 - f32.store $drop=, results+4($pop160), $42 + f32.store results+4($pop160), $42 i32.const $push159=, 0 - f32.store $drop=, results($pop159), $41 + f32.store results($pop159), $41 i32.const $push158=, 0 - f32.store $drop=, results+8($pop158), $43 + f32.store results+8($pop158), $43 i32.const $push157=, 0 - f32.store $drop=, results+12($pop157), $44 + f32.store results+12($pop157), $44 i32.const $push156=, 0 - f32.store $drop=, results+16($pop156), $45 + f32.store results+16($pop156), $45 i32.const $push155=, 0 - f32.store $drop=, results+20($pop155), $46 + f32.store results+20($pop155), $46 i32.const $push154=, 0 - f32.store $drop=, results+24($pop154), $47 + f32.store results+24($pop154), $47 i32.const $push153=, 0 - f32.store $drop=, results+28($pop153), $48 + f32.store results+28($pop153), $48 i32.const $push152=, 0 - f32.store $drop=, results+32($pop152), $49 + f32.store results+32($pop152), $49 i32.const $push151=, 0 - f32.store $drop=, results+36($pop151), $50 + f32.store results+36($pop151), $50 i32.const $push150=, 0 - f32.store $drop=, results+40($pop150), $51 + f32.store results+40($pop150), $51 i32.const $push149=, 0 - f32.store $drop=, results+44($pop149), $52 + f32.store results+44($pop149), $52 i32.const $push148=, 0 - f32.store $drop=, results+48($pop148), $53 + f32.store results+48($pop148), $53 i32.const $push147=, 0 - f32.store $drop=, results+52($pop147), $54 + f32.store results+52($pop147), $54 i32.const $push146=, 0 - f32.store $drop=, results+56($pop146), $55 + f32.store results+56($pop146), $55 i32.const $push145=, 0 - f32.store $drop=, results+60($pop145), $56 + f32.store results+60($pop145), $56 i32.const $push144=, 0 - f32.store $drop=, results+64($pop144), $57 + f32.store results+64($pop144), $57 i32.const $push143=, 0 - f32.store $drop=, results+68($pop143), $58 + f32.store results+68($pop143), $58 i32.const $push142=, 0 - f32.store $drop=, results+72($pop142), $59 + f32.store results+72($pop142), $59 i32.const $push141=, 0 - f32.store $drop=, results+76($pop141), $60 + f32.store results+76($pop141), $60 i32.const $push70=, 262144 i32.add $push71=, $61, $pop70 i32.const $push140=, 262144 @@ -341,7 +341,7 @@ foo: # @foo i32.const $push67=, 0 i32.const $push65=, 524288 i32.add $push66=, $21, $pop65 - i32.store $drop=, __stack_pointer($pop67), $pop66 + i32.store __stack_pointer($pop67), $pop66 # fallthrough-return .endfunc .Lfunc_end1: @@ -359,126 +359,126 @@ main: # @main i32.const $1=, 0 i32.const $push162=, 0 i32.const $push161=, input - i32.store $drop=, ptrs($pop162), $pop161 + i32.store ptrs($pop162), $pop161 i32.const $push160=, 0 i32.const $push0=, input+4 - i32.store $drop=, ptrs+4($pop160), $pop0 + i32.store ptrs+4($pop160), $pop0 i32.const $push159=, 0 i32.const $push1=, input+8 - i32.store $drop=, ptrs+8($pop159), $pop1 + i32.store ptrs+8($pop159), $pop1 i32.const $push158=, 0 i64.const $push2=, 8589934593 - i64.store $drop=, incs+4($pop158):p2align=2, $pop2 + i64.store incs+4($pop158):p2align=2, $pop2 i32.const $push157=, 0 i32.const $push3=, input+12 - i32.store $drop=, ptrs+12($pop157), $pop3 + i32.store ptrs+12($pop157), $pop3 i32.const $push156=, 0 i32.const $push155=, 0 - i32.store $drop=, incs($pop156), $pop155 + i32.store incs($pop156), $pop155 i32.const $push154=, 0 i32.const $push4=, 3 - i32.store $drop=, incs+12($pop154), $pop4 + i32.store incs+12($pop154), $pop4 i32.const $push153=, 0 i32.const $push5=, input+16 - i32.store $drop=, ptrs+16($pop153), $pop5 + i32.store ptrs+16($pop153), $pop5 i32.const $push152=, 0 i32.const $push151=, 4 - i32.store $drop=, incs+16($pop152), $pop151 + i32.store incs+16($pop152), $pop151 i32.const $push150=, 0 i32.const $push6=, input+20 - i32.store $drop=, ptrs+20($pop150), $pop6 + i32.store ptrs+20($pop150), $pop6 i32.const $push149=, 0 i32.const $push7=, 5 - i32.store $drop=, incs+20($pop149), $pop7 + i32.store incs+20($pop149), $pop7 i32.const $push148=, 0 i32.const $push8=, input+24 - i32.store $drop=, ptrs+24($pop148), $pop8 + i32.store ptrs+24($pop148), $pop8 i32.const $push147=, 0 i32.const $push9=, 6 - i32.store $drop=, incs+24($pop147), $pop9 + i32.store incs+24($pop147), $pop9 i32.const $push146=, 0 i32.const $push10=, input+28 - i32.store $drop=, ptrs+28($pop146), $pop10 + i32.store ptrs+28($pop146), $pop10 i32.const $push145=, 0 i32.const $push11=, 7 - i32.store $drop=, incs+28($pop145), $pop11 + i32.store incs+28($pop145), $pop11 i32.const $push144=, 0 i32.const $push12=, input+32 - i32.store $drop=, ptrs+32($pop144), $pop12 + i32.store ptrs+32($pop144), $pop12 i32.const $push143=, 0 i32.const $push13=, 8 - i32.store $drop=, incs+32($pop143), $pop13 + i32.store incs+32($pop143), $pop13 i32.const $push142=, 0 i32.const $push14=, input+36 - i32.store $drop=, ptrs+36($pop142), $pop14 + i32.store ptrs+36($pop142), $pop14 i32.const $push141=, 0 i32.const $push15=, 9 - i32.store $drop=, incs+36($pop141), $pop15 + i32.store incs+36($pop141), $pop15 i32.const $push140=, 0 i32.const $push16=, input+40 - i32.store $drop=, ptrs+40($pop140), $pop16 + i32.store ptrs+40($pop140), $pop16 i32.const $push139=, 0 i32.const $push17=, 10 - i32.store $drop=, incs+40($pop139), $pop17 + i32.store incs+40($pop139), $pop17 i32.const $push138=, 0 i32.const $push18=, input+44 - i32.store $drop=, ptrs+44($pop138), $pop18 + i32.store ptrs+44($pop138), $pop18 i32.const $push137=, 0 i32.const $push19=, 11 - i32.store $drop=, incs+44($pop137), $pop19 + i32.store incs+44($pop137), $pop19 i32.const $push136=, 0 i32.const $push20=, input+48 - i32.store $drop=, ptrs+48($pop136), $pop20 + i32.store ptrs+48($pop136), $pop20 i32.const $push135=, 0 i32.const $push21=, 12 - i32.store $drop=, incs+48($pop135), $pop21 + i32.store incs+48($pop135), $pop21 i32.const $push134=, 0 i32.const $push22=, input+52 - i32.store $drop=, ptrs+52($pop134), $pop22 + i32.store ptrs+52($pop134), $pop22 i32.const $push133=, 0 i32.const $push23=, 13 - i32.store $drop=, incs+52($pop133), $pop23 + i32.store incs+52($pop133), $pop23 i32.const $push132=, 0 i32.const $push24=, input+56 - i32.store $drop=, ptrs+56($pop132), $pop24 + i32.store ptrs+56($pop132), $pop24 i32.const $push131=, 0 i32.const $push25=, 14 - i32.store $drop=, incs+56($pop131), $pop25 + i32.store incs+56($pop131), $pop25 i32.const $push130=, 0 i32.const $push26=, input+60 - i32.store $drop=, ptrs+60($pop130), $pop26 + i32.store ptrs+60($pop130), $pop26 i32.const $push129=, 0 i32.const $push27=, 15 - i32.store $drop=, incs+60($pop129), $pop27 + i32.store incs+60($pop129), $pop27 i32.const $push128=, 0 i32.const $push28=, input+64 - i32.store $drop=, ptrs+64($pop128), $pop28 + i32.store ptrs+64($pop128), $pop28 i32.const $push127=, 0 i32.const $push29=, 16 - i32.store $drop=, incs+64($pop127), $pop29 + i32.store incs+64($pop127), $pop29 i32.const $push126=, 0 i32.const $push30=, input+68 - i32.store $drop=, ptrs+68($pop126), $pop30 + i32.store ptrs+68($pop126), $pop30 i32.const $push125=, 0 i32.const $push31=, 17 - i32.store $drop=, incs+68($pop125), $pop31 + i32.store incs+68($pop125), $pop31 i32.const $push124=, 0 i32.const $push32=, input+72 - i32.store $drop=, ptrs+72($pop124), $pop32 + i32.store ptrs+72($pop124), $pop32 i32.const $push123=, 0 i32.const $push33=, 18 - i32.store $drop=, incs+72($pop123), $pop33 + i32.store incs+72($pop123), $pop33 i32.const $push122=, 0 i32.const $push34=, input+76 - i32.store $drop=, ptrs+76($pop122), $pop34 + i32.store ptrs+76($pop122), $pop34 i32.const $push121=, 0 i32.const $push35=, 19 - i32.store $drop=, incs+76($pop121), $pop35 + i32.store incs+76($pop121), $pop35 .LBB2_1: # %for.body4 # =>This Inner Loop Header: Depth=1 loop # label3: f32.convert_s/i32 $push36=, $1 - f32.store $drop=, 0($0), $pop36 + f32.store 0($0), $pop36 i32.const $push167=, 4 i32.add $0=, $0, $pop167 i32.const $push166=, 1 @@ -634,4 +634,4 @@ input: .size input, 320 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr29006.c.s b/test/torture-s/pr29006.c.s index 6ed7a3c6f..a3fea3291 100644 --- a/test/torture-s/pr29006.c.s +++ b/test/torture-s/pr29006.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29006.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29006.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,7 +8,7 @@ foo: # @foo .param i32 # BB#0: # %entry i64.const $push0=, 0 - i64.store $drop=, 1($0):p2align=0, $pop0 + i64.store 1($0):p2align=0, $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,21 +28,21 @@ main: # @main i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $1=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 + i32.store __stack_pointer($pop10), $pop15 i32.const $push2=, 8 i32.add $push3=, $1, $pop2 i32.const $push0=, 0 i32.load8_u $push1=, .Lmain.s+8($pop0) - i32.store8 $drop=, 0($pop3), $pop1 + i32.store8 0($pop3), $pop1 i32.const $push14=, 0 i64.load $push4=, .Lmain.s($pop14):p2align=0 - i64.store $drop=, 0($1), $pop4 + i64.store 0($1), $pop4 call foo@FUNCTION, $1 i64.load $0=, 1($1):p2align=0 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $1, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 i64.const $push5=, 0 i64.ne $push6=, $0, $pop5 # fallthrough-return: $pop6 @@ -58,4 +58,4 @@ main: # @main .size .Lmain.s, 9 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr29156.c.s b/test/torture-s/pr29156.c.s index 17d9d718d..6fdf5553a 100644 --- a/test/torture-s/pr29156.c.s +++ b/test/torture-s/pr29156.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29156.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29156.c" .section .text.bla,"ax",@progbits .hidden bla .globl bla @@ -9,12 +9,12 @@ bla: # @bla .result i32 # BB#0: # %entry i32.const $push0=, 1 - i32.store $drop=, 4($1), $pop0 + i32.store 4($1), $pop0 i32.const $push1=, 0 i32.const $push4=, 1 - i32.store $drop=, global($pop1), $pop4 + i32.store global($pop1), $pop4 i32.const $push2=, 8 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.load $push3=, 4($1) # fallthrough-return: $pop3 .endfunc @@ -30,7 +30,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, global($pop1), $pop0 + i32.store global($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -47,4 +47,4 @@ global: .size global, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr29695-1.c.s b/test/torture-s/pr29695-1.c.s index 73d2177bf..5b00ad234 100644 --- a/test/torture-s/pr29695-1.c.s +++ b/test/torture-s/pr29695-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29695-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29695-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -118,4 +118,4 @@ main: # @main .size main, .Lfunc_end8-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr29695-2.c.s b/test/torture-s/pr29695-2.c.s index afb2eef31..2dff902fb 100644 --- a/test/torture-s/pr29695-2.c.s +++ b/test/torture-s/pr29695-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29695-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29695-2.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -225,5 +225,5 @@ d: .size d, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr29797-1.c.s b/test/torture-s/pr29797-1.c.s index 66695a0f9..ecf96f8d0 100644 --- a/test/torture-s/pr29797-1.c.s +++ b/test/torture-s/pr29797-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29797-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29797-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -27,4 +27,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr29797-2.c.s b/test/torture-s/pr29797-2.c.s index 9c09befd5..e2a1e76fc 100644 --- a/test/torture-s/pr29797-2.c.s +++ b/test/torture-s/pr29797-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29797-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29797-2.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -27,4 +27,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr29798.c.s b/test/torture-s/pr29798.c.s index ba5de3bc5..cda47fb2c 100644 --- a/test/torture-s/pr29798.c.s +++ b/test/torture-s/pr29798.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29798.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr29798.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr30185.c.s b/test/torture-s/pr30185.c.s index d21d3a958..87c21befa 100644 --- a/test/torture-s/pr30185.c.s +++ b/test/torture-s/pr30185.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr30185.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr30185.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,7 +10,7 @@ foo: # @foo i64.load $push1=, 8($1) i64.load $push0=, 8($2) i64.div_s $push2=, $pop1, $pop0 - i64.store $drop=, 8($0), $pop2 + i64.store 8($0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -30,4 +30,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr30778.c.s b/test/torture-s/pr30778.c.s index d81bee018..1bee503f4 100644 --- a/test/torture-s/pr30778.c.s +++ b/test/torture-s/pr30778.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr30778.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr30778.c" .section .text.init_reg_last,"ax",@progbits .hidden init_reg_last .globl init_reg_last @@ -11,23 +11,23 @@ init_reg_last: # @init_reg_last i32.load $push15=, reg_stat($pop0) tee_local $push14=, $0=, $pop15 i32.const $push13=, 0 - i32.store $drop=, 0($pop14):p2align=0, $pop13 + i32.store 0($pop14):p2align=0, $pop13 i32.const $push1=, 8 i32.add $push2=, $0, $pop1 i64.const $push3=, 0 - i64.store $drop=, 0($pop2):p2align=0, $pop3 + i64.store 0($pop2):p2align=0, $pop3 i32.const $push4=, 18 i32.add $push5=, $0, $pop4 i32.const $push12=, 0 - i32.store8 $drop=, 0($pop5), $pop12 + i32.store8 0($pop5), $pop12 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 i32.const $push11=, 0 - i32.store16 $drop=, 0($pop7):p2align=0, $pop11 + i32.store16 0($pop7):p2align=0, $pop11 i32.const $push8=, 4 i32.add $push9=, $0, $pop8 i32.const $push10=, 0 - i32.store $drop=, 0($pop9):p2align=0, $pop10 + i32.store 0($pop9):p2align=0, $pop10 # fallthrough-return .endfunc .Lfunc_end0: @@ -47,13 +47,13 @@ main: # @main i32.const $push5=, 32 i32.sub $push15=, $pop4, $pop5 tee_local $push14=, $0=, $pop15 - i32.store $drop=, __stack_pointer($pop6), $pop14 + i32.store __stack_pointer($pop6), $pop14 i32.const $push13=, 0 i32.const $push10=, 8 i32.add $push11=, $0, $pop10 - i32.store $drop=, reg_stat($pop13), $pop11 + i32.store reg_stat($pop13), $pop11 i32.const $push0=, -1 - i32.store $drop=, 28($0), $pop0 + i32.store 28($0), $pop0 call init_reg_last@FUNCTION block i32.load $push1=, 28($0) @@ -64,7 +64,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 32 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push16=, 0 return $pop16 .LBB1_2: # %if.then @@ -83,5 +83,5 @@ reg_stat: .size reg_stat, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr31072.c.s b/test/torture-s/pr31072.c.s index aa8238983..4edf96629 100644 --- a/test/torture-s/pr31072.c.s +++ b/test/torture-s/pr31072.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31072.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31072.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,5 +34,5 @@ ReadyFlag_NotProperlyInitialized: .size ReadyFlag_NotProperlyInitialized, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr31136.c.s b/test/torture-s/pr31136.c.s index 002169e6d..884ed8683 100644 --- a/test/torture-s/pr31136.c.s +++ b/test/torture-s/pr31136.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31136.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31136.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.and $push3=, $pop1, $pop2 i32.const $push4=, 255 i32.or $push5=, $pop3, $pop4 - i32.store16 $drop=, s($pop0), $pop5 + i32.store16 s($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -31,4 +31,4 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr31169.c.s b/test/torture-s/pr31169.c.s index 5c81c94ee..72788d04e 100644 --- a/test/torture-s/pr31169.c.s +++ b/test/torture-s/pr31169.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31169.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31169.c" .section .text.sign_bit_p,"ax",@progbits .hidden sign_bit_p .globl sign_bit_p @@ -68,4 +68,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr31448-2.c.s b/test/torture-s/pr31448-2.c.s index bea95af9e..66af820b9 100644 --- a/test/torture-s/pr31448-2.c.s +++ b/test/torture-s/pr31448-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31448-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31448-2.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -27,7 +27,7 @@ f: # @f i32.and $push3=, $pop1, $pop2 i32.const $push4=, 16711422 i32.or $push5=, $pop3, $pop4 - i32.store $drop=, 0($pop14), $pop5 + i32.store 0($pop14), $pop5 i32.const $push13=, 0 i32.load $push12=, next($pop13) tee_local $push11=, $0=, $pop12 @@ -36,7 +36,7 @@ f: # @f i32.and $push7=, $pop6, $pop10 i32.const $push9=, 16711422 i32.or $push8=, $pop7, $pop9 - i32.store $drop=, 4($pop11), $pop8 + i32.store 4($pop11), $pop8 # fallthrough-return .endfunc .Lfunc_end1: @@ -56,7 +56,7 @@ main: # @main i32.sub $push6=, $pop2, $pop3 i32.const $push4=, 8 i32.add $push5=, $pop6, $pop4 - i32.store $drop=, next($pop0), $pop5 + i32.store next($pop0), $pop5 i32.const $push7=, 0 # fallthrough-return: $pop7 .endfunc @@ -73,4 +73,4 @@ next: .size next, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr31448.c.s b/test/torture-s/pr31448.c.s index 99103d92e..7787e4910 100644 --- a/test/torture-s/pr31448.c.s +++ b/test/torture-s/pr31448.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31448.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31448.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -27,7 +27,7 @@ f: # @f i32.and $push3=, $pop1, $pop2 i32.const $push4=, 16711422 i32.or $push5=, $pop3, $pop4 - i32.store $drop=, 0($pop14), $pop5 + i32.store 0($pop14), $pop5 i32.const $push13=, 0 i32.load $push12=, next($pop13) tee_local $push11=, $0=, $pop12 @@ -36,7 +36,7 @@ f: # @f i32.and $push7=, $pop6, $pop10 i32.const $push9=, 16711422 i32.or $push8=, $pop7, $pop9 - i32.store $drop=, 4($pop11), $pop8 + i32.store 4($pop11), $pop8 # fallthrough-return .endfunc .Lfunc_end1: @@ -56,7 +56,7 @@ main: # @main i32.sub $push6=, $pop2, $pop3 i32.const $push4=, 8 i32.add $push5=, $pop6, $pop4 - i32.store $drop=, next($pop0), $pop5 + i32.store next($pop0), $pop5 i32.const $push7=, 0 # fallthrough-return: $pop7 .endfunc @@ -73,4 +73,4 @@ next: .size next, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr31605.c.s b/test/torture-s/pr31605.c.s index 237c10da2..6c0160cc8 100644 --- a/test/torture-s/pr31605.c.s +++ b/test/torture-s/pr31605.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31605.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr31605.c" .section .text.put_field,"ax",@progbits .hidden put_field .globl put_field @@ -42,6 +42,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/pr32244-1.c.s b/test/torture-s/pr32244-1.c.s index 8c8f87795..21604c833 100644 --- a/test/torture-s/pr32244-1.c.s +++ b/test/torture-s/pr32244-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr32244-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr32244-1.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -38,7 +38,7 @@ main: # @main i64.and $push3=, $pop1, $pop2 i64.const $push4=, 256 i64.or $push5=, $pop3, $pop4 - i64.store $drop=, x($pop0), $pop5 + i64.store x($pop0), $pop5 call abort@FUNCTION unreachable .endfunc @@ -55,5 +55,5 @@ x: .size x, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr32500.c.s b/test/torture-s/pr32500.c.s index 0bcd64220..4fd5a74c9 100644 --- a/test/torture-s/pr32500.c.s +++ b/test/torture-s/pr32500.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr32500.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr32500.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,7 +8,7 @@ foo: # @foo .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, x($pop0), $0 + i32.store x($pop0), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -59,5 +59,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr33142.c.s b/test/torture-s/pr33142.c.s index 5c8ef3fd8..3a41466a4 100644 --- a/test/torture-s/pr33142.c.s +++ b/test/torture-s/pr33142.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33142.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33142.c" .section .text.lisp_atan2,"ax",@progbits .hidden lisp_atan2 .globl lisp_atan2 @@ -47,11 +47,11 @@ main: # @main i32.const $push8=, 16 i32.sub $push14=, $pop7, $pop8 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop9), $pop13 + i32.store __stack_pointer($pop9), $pop13 i32.const $push0=, 63 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push1=, -77 - i32.store $drop=, 8($0), $pop1 + i32.store 8($0), $pop1 block i32.load $push2=, 12($0) i32.load $push3=, 8($0) @@ -61,7 +61,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $0, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push5=, 0 return $pop5 .LBB1_2: # %if.then @@ -73,5 +73,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr33382.c.s b/test/torture-s/pr33382.c.s index f1b6da4ce..1173a3bc1 100644 --- a/test/torture-s/pr33382.c.s +++ b/test/torture-s/pr33382.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33382.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33382.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, x+4($pop1), $pop0 + i32.store x+4($pop1), $pop0 i32.const $push3=, 0 i32.load $push2=, x+8($pop3) # fallthrough-return: $pop2 @@ -26,7 +26,7 @@ main: # @main # BB#0: # %entry i32.const $push3=, 0 i32.const $push0=, 1 - i32.store $drop=, x+4($pop3), $pop0 + i32.store x+4($pop3), $pop0 block i32.const $push2=, 0 i32.load $push1=, x+8($pop2) @@ -56,5 +56,5 @@ x: .size x, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr33631.c.s b/test/torture-s/pr33631.c.s index 4e619ea55..53494667c 100644 --- a/test/torture-s/pr33631.c.s +++ b/test/torture-s/pr33631.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33631.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33631.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr33669.c.s b/test/torture-s/pr33669.c.s index a859a883e..05cc0870e 100644 --- a/test/torture-s/pr33669.c.s +++ b/test/torture-s/pr33669.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33669.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33669.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,7 +34,7 @@ foo: # @foo # BB#2: # %if.then13 i32.const $push10=, 4 i32.add $push11=, $0, $pop10 - i32.store $drop=, 0($pop11), $3 + i32.store 0($pop11), $3 .LBB0_3: # %cleanup end_block # label0: copy_local $push18=, $5 @@ -57,4 +57,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr33779-1.c.s b/test/torture-s/pr33779-1.c.s index 0fc7b4abf..b7d57fcf4 100644 --- a/test/torture-s/pr33779-1.c.s +++ b/test/torture-s/pr33779-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33779-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33779-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,4 +31,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr33779-2.c.s b/test/torture-s/pr33779-2.c.s index 4793d1190..02c998b9f 100644 --- a/test/torture-s/pr33779-2.c.s +++ b/test/torture-s/pr33779-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33779-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33779-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,4 +33,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr33870-1.c.s b/test/torture-s/pr33870-1.c.s index b9683cf0b..20a55344d 100644 --- a/test/torture-s/pr33870-1.c.s +++ b/test/torture-s/pr33870-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33870-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33870-1.c" .section .text.sort_pagelist,"ax",@progbits .hidden sort_pagelist .globl sort_pagelist @@ -15,7 +15,7 @@ sort_pagelist: # @sort_pagelist i32.const $push43=, 160 i32.sub $push66=, $pop42, $pop43 tee_local $push65=, $3=, $pop66 - i32.store $drop=, __stack_pointer($pop44), $pop65 + i32.store __stack_pointer($pop44), $pop65 i32.const $push64=, 0 i32.const $push0=, 100 i32.call $1=, memset@FUNCTION, $3, $pop64, $pop0 @@ -43,7 +43,7 @@ sort_pagelist: # @sort_pagelist tee_local $push69=, $8=, $pop70 i32.load $0=, 0($pop69) i32.const $push68=, 0 - i32.store $drop=, 0($8), $pop68 + i32.store 0($8), $pop68 i32.const $6=, 0 .LBB0_3: # %for.body # Parent Loop BB0_2 Depth=1 @@ -65,7 +65,7 @@ sort_pagelist: # @sort_pagelist # BB#4: # %if.else # in Loop: Header=BB0_3 Depth=2 i32.const $push79=, 0 - i32.store $drop=, xx($pop79), $2 + i32.store xx($pop79), $2 i32.const $push56=, 112 i32.add $push57=, $1, $pop56 copy_local $7=, $pop57 @@ -94,7 +94,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_6 Depth=3 i32.const $push81=, 32 i32.add $push7=, $7, $pop81 - i32.store $drop=, 0($pop7), $8 + i32.store 0($pop7), $8 i32.const $push80=, 32 i32.add $push8=, $8, $pop80 i32.load $9=, 0($pop8) @@ -106,7 +106,7 @@ sort_pagelist: # @sort_pagelist end_block # label15: i32.const $push83=, 32 i32.add $push5=, $7, $pop83 - i32.store $drop=, 0($pop5), $3 + i32.store 0($pop5), $3 i32.const $push82=, 32 i32.add $push6=, $3, $pop82 i32.load $10=, 0($pop6) @@ -118,7 +118,7 @@ sort_pagelist: # @sort_pagelist i32.const $push84=, 0 i32.load $push9=, 0($2) i32.load $push10=, 0($pop9) - i32.store $drop=, vx($pop84), $pop10 + i32.store vx($pop84), $pop10 i32.eqz $push119=, $9 br_if 1, $pop119 # 1: down to label13 # BB#10: # %if.end.i @@ -142,10 +142,10 @@ sort_pagelist: # @sort_pagelist end_block # label9: i32.const $push90=, 32 i32.add $push11=, $7, $pop90 - i32.store $drop=, 0($pop11), $10 + i32.store 0($pop11), $10 i32.load $3=, 0($2) i32.const $push89=, 0 - i32.store $drop=, 0($4), $pop89 + i32.store 0($4), $pop89 i32.const $push88=, 1 i32.add $push87=, $6, $pop88 tee_local $push86=, $6=, $pop87 @@ -162,7 +162,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_2 Depth=1 i32.load $8=, 0($5) i32.const $push93=, 0 - i32.store $drop=, xx($pop93), $2 + i32.store xx($pop93), $2 i32.const $push92=, 0 i32.ne $6=, $8, $pop92 i32.const $push58=, 112 @@ -193,7 +193,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_19 Depth=2 i32.const $push95=, 32 i32.add $push20=, $7, $pop95 - i32.store $drop=, 0($pop20), $8 + i32.store 0($pop20), $8 i32.const $push94=, 32 i32.add $push21=, $8, $pop94 i32.load $9=, 0($pop21) @@ -205,7 +205,7 @@ sort_pagelist: # @sort_pagelist end_block # label19: i32.const $push97=, 32 i32.add $push18=, $7, $pop97 - i32.store $drop=, 0($pop18), $3 + i32.store 0($pop18), $3 i32.const $push96=, 32 i32.add $push19=, $3, $pop96 i32.load $10=, 0($pop19) @@ -217,7 +217,7 @@ sort_pagelist: # @sort_pagelist i32.const $push99=, 0 i32.load $push22=, 0($2) i32.load $push23=, 0($pop22) - i32.store $drop=, vx($pop99), $pop23 + i32.store vx($pop99), $pop23 i32.const $push98=, 0 i32.ne $6=, $9, $pop98 i32.eqz $push122=, $9 @@ -232,7 +232,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_2 Depth=1 end_loop # label17: end_block # label6: - i32.store $drop=, 0($4), $3 + i32.store 0($4), $3 br 2 # 2: down to label3 .LBB0_25: # in Loop: Header=BB0_2 Depth=1 end_block # label5: @@ -244,9 +244,9 @@ sort_pagelist: # @sort_pagelist i32.const $push100=, 32 i32.add $push25=, $7, $pop100 i32.select $push24=, $9, $10, $6 - i32.store $drop=, 0($pop25), $pop24 + i32.store 0($pop25), $pop24 i32.load $push26=, 0($2) - i32.store $drop=, 0($5), $pop26 + i32.store 0($5), $pop26 .LBB0_27: # %while.cond.backedge # in Loop: Header=BB0_2 Depth=1 end_block # label3: @@ -270,7 +270,7 @@ sort_pagelist: # @sort_pagelist i32.add $push28=, $1, $pop27 i32.load $8=, 0($pop28) i32.const $push103=, 0 - i32.store $drop=, xx($pop103), $2 + i32.store xx($pop103), $2 i32.const $push102=, 0 i32.ne $6=, $3, $pop102 i32.const $push50=, 112 @@ -303,7 +303,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_33 Depth=2 i32.const $push106=, 32 i32.add $push34=, $7, $pop106 - i32.store $drop=, 0($pop34), $3 + i32.store 0($pop34), $3 i32.const $push105=, 32 i32.add $push35=, $3, $pop105 i32.load $9=, 0($pop35) @@ -315,7 +315,7 @@ sort_pagelist: # @sort_pagelist end_block # label27: i32.const $push108=, 32 i32.add $push32=, $7, $pop108 - i32.store $drop=, 0($pop32), $8 + i32.store 0($pop32), $8 i32.const $push107=, 32 i32.add $push33=, $8, $pop107 i32.load $10=, 0($pop33) @@ -327,7 +327,7 @@ sort_pagelist: # @sort_pagelist i32.const $push110=, 0 i32.load $push36=, 0($2) i32.load $push37=, 0($pop36) - i32.store $drop=, vx($pop110), $pop37 + i32.store vx($pop110), $pop37 i32.const $push109=, 0 i32.ne $6=, $9, $pop109 i32.eqz $push125=, $9 @@ -349,7 +349,7 @@ sort_pagelist: # @sort_pagelist i32.const $push115=, 32 i32.add $push39=, $7, $pop115 i32.select $push38=, $9, $10, $6 - i32.store $drop=, 0($pop39), $pop38 + i32.store 0($pop39), $pop38 i32.load $3=, 0($2) i32.const $push114=, 1 i32.add $push113=, $4, $pop114 @@ -362,7 +362,7 @@ sort_pagelist: # @sort_pagelist i32.const $push47=, 0 i32.const $push45=, 160 i32.add $push46=, $1, $pop45 - i32.store $drop=, __stack_pointer($pop47), $pop46 + i32.store __stack_pointer($pop47), $pop46 copy_local $push126=, $3 # fallthrough-return: $pop126 .endfunc @@ -383,40 +383,40 @@ main: # @main i32.const $push29=, 224 i32.sub $push39=, $pop28, $pop29 tee_local $push38=, $1=, $pop39 - i32.store $drop=, __stack_pointer($pop30), $pop38 + i32.store __stack_pointer($pop30), $pop38 i32.const $push2=, 32 i32.add $push3=, $1, $pop2 i32.const $push0=, 44 i32.add $push1=, $1, $pop0 - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push4=, 48 i32.add $push5=, $1, $pop4 i32.const $push6=, 4 - i32.store $drop=, 0($pop5), $pop6 + i32.store 0($pop5), $pop6 i32.const $push9=, 76 i32.add $push10=, $1, $pop9 i32.const $push7=, 88 i32.add $push8=, $1, $pop7 - i32.store $drop=, 0($pop10), $pop8 + i32.store 0($pop10), $pop8 i32.const $push11=, 92 i32.add $push12=, $1, $pop11 i32.const $push13=, 1 - i32.store $drop=, 0($pop12), $pop13 + i32.store 0($pop12), $pop13 i32.const $push16=, 120 i32.add $push17=, $1, $pop16 i32.const $push14=, 132 i32.add $push15=, $1, $pop14 - i32.store $drop=, 0($pop17), $pop15 + i32.store 0($pop17), $pop15 i32.const $push18=, 136 i32.add $push19=, $1, $pop18 i32.const $push20=, 3 - i32.store $drop=, 0($pop19), $pop20 + i32.store 0($pop19), $pop20 i32.const $push21=, 5 - i32.store $drop=, 4($1), $pop21 + i32.store 4($1), $pop21 i32.const $push22=, 164 i32.add $push23=, $1, $pop22 i32.const $push37=, 0 - i32.store $drop=, 0($pop23), $pop37 + i32.store 0($pop23), $pop37 block i32.call $push36=, sort_pagelist@FUNCTION, $1 tee_local $push35=, $0=, $pop36 @@ -429,7 +429,7 @@ main: # @main i32.const $push33=, 0 i32.const $push31=, 224 i32.add $push32=, $1, $pop31 - i32.store $drop=, __stack_pointer($pop33), $pop32 + i32.store __stack_pointer($pop33), $pop32 i32.const $push40=, 0 return $pop40 .LBB1_2: # %if.then @@ -459,5 +459,5 @@ vx: .size vx, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr33870.c.s b/test/torture-s/pr33870.c.s index 80e7c5c38..5d9d5fb1e 100644 --- a/test/torture-s/pr33870.c.s +++ b/test/torture-s/pr33870.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33870.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33870.c" .section .text.sort_pagelist,"ax",@progbits .hidden sort_pagelist .globl sort_pagelist @@ -15,7 +15,7 @@ sort_pagelist: # @sort_pagelist i32.const $push24=, 144 i32.sub $push47=, $pop23, $pop24 tee_local $push46=, $11=, $pop47 - i32.store $drop=, __stack_pointer($pop25), $pop46 + i32.store __stack_pointer($pop25), $pop46 i32.const $4=, 0 i32.const $push45=, 0 i32.const $push0=, 100 @@ -42,7 +42,7 @@ sort_pagelist: # @sort_pagelist tee_local $push50=, $8=, $pop51 i32.load $0=, 28($pop50) i32.const $push49=, 0 - i32.store $drop=, 28($8), $pop49 + i32.store 28($8), $pop49 i32.const $7=, 0 .LBB0_3: # %for.body # Parent Loop BB0_2 Depth=1 @@ -102,7 +102,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_7 Depth=4 i32.const $push63=, 28 i32.add $push4=, $9, $pop63 - i32.store $drop=, 0($pop4), $11 + i32.store 0($pop4), $11 copy_local $9=, $11 i32.load $push62=, 28($11) tee_local $push61=, $8=, $pop62 @@ -113,7 +113,7 @@ sort_pagelist: # @sort_pagelist end_loop # label16: i32.const $push66=, 28 i32.add $push5=, $9, $pop66 - i32.store $drop=, 0($pop5), $3 + i32.store 0($pop5), $3 copy_local $9=, $3 copy_local $8=, $11 copy_local $10=, $3 @@ -132,10 +132,10 @@ sort_pagelist: # @sort_pagelist .LBB0_12: # %merge_pagelist.exit # in Loop: Header=BB0_3 Depth=2 end_block # label11: - i32.store $drop=, 28($10), $11 + i32.store 28($10), $11 i32.load $8=, 0($5) i32.const $push71=, 0 - i32.store $drop=, 0($2), $pop71 + i32.store 0($2), $pop71 i32.const $push70=, 1 i32.add $push69=, $7, $pop70 tee_local $push68=, $7=, $pop69 @@ -185,7 +185,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_18 Depth=3 i32.const $push79=, 28 i32.add $push11=, $9, $pop79 - i32.store $drop=, 0($pop11), $8 + i32.store 0($pop11), $8 copy_local $9=, $8 i32.load $push78=, 28($8) tee_local $push77=, $11=, $pop78 @@ -196,7 +196,7 @@ sort_pagelist: # @sort_pagelist end_loop # label20: i32.const $push82=, 28 i32.add $push12=, $9, $pop82 - i32.store $drop=, 0($pop12), $3 + i32.store 0($pop12), $3 copy_local $9=, $3 copy_local $11=, $8 i32.load $push81=, 28($3) @@ -207,7 +207,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_2 Depth=1 end_loop # label18: end_block # label8: - i32.store $drop=, 0($2), $8 + i32.store 0($2), $8 br 4 # 4: down to label3 .LBB0_22: # %while.end.i96 # in Loop: Header=BB0_2 Depth=1 @@ -231,9 +231,9 @@ sort_pagelist: # @sort_pagelist .LBB0_25: # %merge_pagelist.exit103 # in Loop: Header=BB0_2 Depth=1 end_block # label4: - i32.store $drop=, 28($3), $8 + i32.store 28($3), $8 i32.load $push13=, 0($5) - i32.store $drop=, 0($6), $pop13 + i32.store 0($6), $pop13 .LBB0_26: # %while.cond.backedge # in Loop: Header=BB0_2 Depth=1 end_block # label3: @@ -291,7 +291,7 @@ sort_pagelist: # @sort_pagelist # in Loop: Header=BB0_33 Depth=3 i32.const $push92=, 28 i32.add $push18=, $9, $pop92 - i32.store $drop=, 0($pop18), $11 + i32.store 0($pop18), $11 copy_local $9=, $11 i32.load $push91=, 28($11) tee_local $push90=, $8=, $pop91 @@ -302,7 +302,7 @@ sort_pagelist: # @sort_pagelist end_loop # label30: i32.const $push95=, 28 i32.add $push19=, $9, $pop95 - i32.store $drop=, 0($pop19), $3 + i32.store 0($pop19), $3 copy_local $9=, $3 copy_local $8=, $11 i32.load $push94=, 28($3) @@ -332,7 +332,7 @@ sort_pagelist: # @sort_pagelist .LBB0_39: # %merge_pagelist.exit71 # in Loop: Header=BB0_29 Depth=1 end_block # label23: - i32.store $drop=, 28($3), $11 + i32.store 28($3), $11 i32.const $push31=, 104 i32.add $push32=, $1, $pop31 i32.const $push102=, 28 @@ -349,7 +349,7 @@ sort_pagelist: # @sort_pagelist i32.const $push28=, 0 i32.const $push26=, 144 i32.add $push27=, $1, $pop26 - i32.store $drop=, __stack_pointer($pop28), $pop27 + i32.store __stack_pointer($pop28), $pop27 copy_local $push110=, $4 # fallthrough-return: $pop110 .endfunc @@ -370,32 +370,32 @@ main: # @main i32.const $push20=, 208 i32.sub $push29=, $pop19, $pop20 tee_local $push28=, $1=, $pop29 - i32.store $drop=, __stack_pointer($pop21), $pop28 + i32.store __stack_pointer($pop21), $pop28 i32.const $push2=, 68 i32.add $push3=, $1, $pop2 i32.const $push0=, 80 i32.add $push1=, $1, $pop0 - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push6=, 108 i32.add $push7=, $1, $pop6 i32.const $push4=, 120 i32.add $push5=, $1, $pop4 - i32.store $drop=, 0($pop7), $pop5 + i32.store 0($pop7), $pop5 i32.const $push8=, 5 - i32.store $drop=, 0($1), $pop8 + i32.store 0($1), $pop8 i32.const $push9=, 4 - i32.store $drop=, 40($1), $pop9 + i32.store 40($1), $pop9 i32.const $push10=, 1 - i32.store $drop=, 80($1), $pop10 + i32.store 80($1), $pop10 i32.const $push11=, 3 - i32.store $drop=, 120($1), $pop11 + i32.store 120($1), $pop11 i32.const $push12=, 40 i32.add $push13=, $1, $pop12 - i32.store $drop=, 28($1), $pop13 + i32.store 28($1), $pop13 i32.const $push14=, 148 i32.add $push15=, $1, $pop14 i32.const $push27=, 0 - i32.store $drop=, 0($pop15), $pop27 + i32.store 0($pop15), $pop27 block i32.call $push26=, sort_pagelist@FUNCTION, $1 tee_local $push25=, $0=, $pop26 @@ -406,7 +406,7 @@ main: # @main i32.const $push24=, 0 i32.const $push22=, 208 i32.add $push23=, $1, $pop22 - i32.store $drop=, __stack_pointer($pop24), $pop23 + i32.store __stack_pointer($pop24), $pop23 i32.const $push30=, 0 return $pop30 .LBB1_2: # %if.then @@ -418,5 +418,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr33992.c.s b/test/torture-s/pr33992.c.s index 78ff9a124..fcbcb4367 100644 --- a/test/torture-s/pr33992.c.s +++ b/test/torture-s/pr33992.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33992.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr33992.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -94,16 +94,16 @@ main: # @main i32.const $push4=, 16 i32.sub $push12=, $pop3, $pop4 tee_local $push11=, $0=, $pop12 - i32.store $drop=, __stack_pointer($pop5), $pop11 + i32.store __stack_pointer($pop5), $pop11 i64.const $push0=, -9223372036854775807 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 call do_test@FUNCTION, $pop10 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -111,5 +111,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr34070-1.c.s b/test/torture-s/pr34070-1.c.s index 975a4738f..83e59e49c 100644 --- a/test/torture-s/pr34070-1.c.s +++ b/test/torture-s/pr34070-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34070-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34070-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -29,4 +29,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34070-2.c.s b/test/torture-s/pr34070-2.c.s index 4a6e665be..20eae2c57 100644 --- a/test/torture-s/pr34070-2.c.s +++ b/test/torture-s/pr34070-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34070-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34070-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,4 +30,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34099-2.c.s b/test/torture-s/pr34099-2.c.s index f4c0a081b..084687462 100644 --- a/test/torture-s/pr34099-2.c.s +++ b/test/torture-s/pr34099-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34099-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34099-2.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -72,4 +72,4 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34099.c.s b/test/torture-s/pr34099.c.s index 8c55c0703..fb64338a7 100644 --- a/test/torture-s/pr34099.c.s +++ b/test/torture-s/pr34099.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34099.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34099.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,4 +28,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34130.c.s b/test/torture-s/pr34130.c.s index 6228757df..6573ed15b 100644 --- a/test/torture-s/pr34130.c.s +++ b/test/torture-s/pr34130.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34130.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34130.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,4 +40,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34154.c.s b/test/torture-s/pr34154.c.s index 58caee981..97e0ed510 100644 --- a/test/torture-s/pr34154.c.s +++ b/test/torture-s/pr34154.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34154.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34154.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,4 +34,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34176.c.s b/test/torture-s/pr34176.c.s index 2f714adde..b806bdd52 100644 --- a/test/torture-s/pr34176.c.s +++ b/test/torture-s/pr34176.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34176.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34176.c" .section .text.hash_find_entry,"ax",@progbits .hidden hash_find_entry .globl hash_find_entry @@ -9,7 +9,7 @@ hash_find_entry: # @hash_find_entry .result i32 # BB#0: # %entry i32.const $push0=, 2 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -31,7 +31,7 @@ foo: # @foo tee_local $push4=, $1=, $pop5 i32.const $push0=, 1 i32.add $push1=, $pop4, $pop0 - i32.store $drop=, foo.count($pop7), $pop1 + i32.store foo.count($pop7), $pop1 block i32.const $push3=, 1 i32.ge_s $push2=, $1, $pop3 @@ -61,7 +61,7 @@ main: # @main i32.const $push3=, 16 i32.sub $push13=, $pop2, $pop3 tee_local $push12=, $2=, $pop13 - i32.store $drop=, __stack_pointer($pop4), $pop12 + i32.store __stack_pointer($pop4), $pop12 i32.const $push8=, 12 i32.add $push9=, $2, $pop8 i32.call $drop=, hash_find_entry@FUNCTION, $pop9 @@ -102,7 +102,7 @@ main: # @main i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $2, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 i32.const $push0=, 0 # fallthrough-return: $pop0 .endfunc @@ -117,5 +117,5 @@ foo.count: .size foo.count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr34415.c.s b/test/torture-s/pr34415.c.s index 9b673c6e6..0ae0b4fd2 100644 --- a/test/torture-s/pr34415.c.s +++ b/test/torture-s/pr34415.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34415.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34415.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -108,4 +108,4 @@ main: # @main .size .L.str, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr34456.c.s b/test/torture-s/pr34456.c.s index 162d771c4..6cc12e26f 100644 --- a/test/torture-s/pr34456.c.s +++ b/test/torture-s/pr34456.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34456.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34456.c" .section .text.debug,"ax",@progbits .hidden debug .globl debug @@ -72,7 +72,7 @@ compare: # @compare i32.load $push3=, errors($pop9) i32.const $push4=, 1 i32.add $push5=, $pop3, $pop4 - i32.store $drop=, errors($pop2), $pop5 + i32.store errors($pop2), $pop5 .LBB3_3: # %if.end end_block # label0: i32.call_indirect $push6=, $2, $1 @@ -103,5 +103,5 @@ errors: .size errors, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype qsort, void, i32, i32, i32, i32 diff --git a/test/torture-s/pr34768-1.c.s b/test/torture-s/pr34768-1.c.s index 6a12b806e..a16eac742 100644 --- a/test/torture-s/pr34768-1.c.s +++ b/test/torture-s/pr34768-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34768-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34768-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -11,7 +11,7 @@ foo: # @foo i32.const $push3=, 0 i32.load $push1=, x($pop3) i32.sub $push2=, $pop4, $pop1 - i32.store $drop=, x($pop0), $pop2 + i32.store x($pop0), $pop2 # fallthrough-return .endfunc .Lfunc_end0: @@ -60,7 +60,7 @@ main: # @main # BB#0: # %entry i32.const $push3=, 0 i32.const $push0=, 1 - i32.store $drop=, x($pop3), $pop0 + i32.store x($pop3), $pop0 block i32.const $push2=, 1 i32.call $push1=, test@FUNCTION, $pop2 @@ -86,5 +86,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr34768-2.c.s b/test/torture-s/pr34768-2.c.s index 80c39b148..9f7784372 100644 --- a/test/torture-s/pr34768-2.c.s +++ b/test/torture-s/pr34768-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34768-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34768-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -12,7 +12,7 @@ foo: # @foo i32.const $push4=, 0 i32.load $push1=, x($pop4) i32.sub $push2=, $pop5, $pop1 - i32.store $drop=, x($pop0), $pop2 + i32.store x($pop0), $pop2 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -64,7 +64,7 @@ main: # @main # BB#0: # %entry i32.const $push3=, 0 i32.const $push0=, 1 - i32.store $drop=, x($pop3), $pop0 + i32.store x($pop3), $pop0 block i32.const $push2=, 1 i32.call $push1=, test@FUNCTION, $pop2 @@ -90,5 +90,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr34971.c.s b/test/torture-s/pr34971.c.s index b1bffafd6..4e553c7a6 100644 --- a/test/torture-s/pr34971.c.s +++ b/test/torture-s/pr34971.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34971.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34971.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -45,7 +45,7 @@ main: # @main i64.and $push3=, $pop1, $pop2 i64.const $push4=, 4294967297 i64.or $push5=, $pop3, $pop4 - i64.store $drop=, x($pop0), $pop5 + i64.store x($pop0), $pop5 call abort@FUNCTION unreachable .endfunc @@ -62,5 +62,5 @@ x: .size x, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr34982.c.s b/test/torture-s/pr34982.c.s index 32708328a..0d89e7366 100644 --- a/test/torture-s/pr34982.c.s +++ b/test/torture-s/pr34982.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34982.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr34982.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr35163.c.s b/test/torture-s/pr35163.c.s index 074193872..67bc86b4f 100644 --- a/test/torture-s/pr35163.c.s +++ b/test/torture-s/pr35163.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35163.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35163.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr35231.c.s b/test/torture-s/pr35231.c.s index 35032f1c3..202a3bcf6 100644 --- a/test/torture-s/pr35231.c.s +++ b/test/torture-s/pr35231.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35231.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35231.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,5 +40,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr35390.c.s b/test/torture-s/pr35390.c.s index e2f35aa46..375596d4f 100644 --- a/test/torture-s/pr35390.c.s +++ b/test/torture-s/pr35390.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35390.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35390.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,4 +28,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr35456.c.s b/test/torture-s/pr35456.c.s index a7684383b..8e1ee6e3e 100644 --- a/test/torture-s/pr35456.c.s +++ b/test/torture-s/pr35456.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35456.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35456.c" .section .text.not_fabs,"ax",@progbits .hidden not_fabs .globl not_fabs @@ -43,5 +43,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr35472.c.s b/test/torture-s/pr35472.c.s index 4c0b36026..1649431d8 100644 --- a/test/torture-s/pr35472.c.s +++ b/test/torture-s/pr35472.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35472.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35472.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,9 +8,9 @@ foo: # @foo .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, p($pop0), $1 + i32.store p($pop0), $1 i32.const $push1=, -1 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,7 +29,7 @@ test: # @test i32.const $push9=, 128 i32.sub $push28=, $pop8, $pop9 tee_local $push27=, $0=, $pop28 - i32.store $drop=, __stack_pointer($pop10), $pop27 + i32.store __stack_pointer($pop10), $pop27 i32.const $push14=, 64 i32.add $push15=, $0, $pop14 i32.const $push2=, 0 @@ -59,7 +59,7 @@ test: # @test i32.const $push13=, 0 i32.const $push11=, 128 i32.add $push12=, $0, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB1_2: # %if.then end_block # label0: @@ -83,7 +83,7 @@ main: # @main i32.const $push8=, 128 i32.sub $push28=, $pop7, $pop8 tee_local $push27=, $0=, $pop28 - i32.store $drop=, __stack_pointer($pop9), $pop27 + i32.store __stack_pointer($pop9), $pop27 i32.const $push13=, 64 i32.add $push14=, $0, $pop13 i32.const $push26=, 0 @@ -113,7 +113,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 128 i32.add $push11=, $0, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push29=, 0 return $pop29 .LBB2_2: # %if.then.i @@ -134,5 +134,5 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr35800.c.s b/test/torture-s/pr35800.c.s index c2e0e1dd8..b70455076 100644 --- a/test/torture-s/pr35800.c.s +++ b/test/torture-s/pr35800.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35800.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr35800.c" .section .text.stab_xcoff_builtin_type,"ax",@progbits .hidden stab_xcoff_builtin_type .globl stab_xcoff_builtin_type @@ -137,5 +137,5 @@ main: # @main .size .Lswitch.table, 132 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr36034-1.c.s b/test/torture-s/pr36034-1.c.s index 4ffe8f13a..243671a56 100644 --- a/test/torture-s/pr36034-1.c.s +++ b/test/torture-s/pr36034-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36034-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36034-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -9,123 +9,123 @@ test: # @test i32.const $push0=, 0 i32.const $push89=, 0 i64.load $push1=, x($pop89) - i64.store $drop=, tmp($pop0), $pop1 + i64.store tmp($pop0), $pop1 i32.const $push88=, 0 i32.const $push87=, 0 i64.load $push2=, x+8($pop87) - i64.store $drop=, tmp+8($pop88), $pop2 + i64.store tmp+8($pop88), $pop2 i32.const $push86=, 0 i32.const $push85=, 0 i64.load $push3=, x+16($pop85) - i64.store $drop=, tmp+16($pop86), $pop3 + i64.store tmp+16($pop86), $pop3 i32.const $push84=, 0 i32.const $push83=, 0 i64.load $push4=, x+24($pop83) - i64.store $drop=, tmp+24($pop84), $pop4 + i64.store tmp+24($pop84), $pop4 i32.const $push82=, 0 i32.const $push81=, 0 i64.load $push5=, x+32($pop81) - i64.store $drop=, tmp+32($pop82), $pop5 + i64.store tmp+32($pop82), $pop5 i32.const $push80=, 0 i32.const $push79=, 0 i64.load $push6=, x+40($pop79) - i64.store $drop=, tmp+40($pop80), $pop6 + i64.store tmp+40($pop80), $pop6 i32.const $push78=, 0 i32.const $push77=, 0 i64.load $push7=, x+80($pop77) - i64.store $drop=, tmp+48($pop78), $pop7 + i64.store tmp+48($pop78), $pop7 i32.const $push76=, 0 i32.const $push75=, 0 i64.load $push8=, x+88($pop75) - i64.store $drop=, tmp+56($pop76), $pop8 + i64.store tmp+56($pop76), $pop8 i32.const $push74=, 0 i32.const $push73=, 0 i64.load $push9=, x+96($pop73) - i64.store $drop=, tmp+64($pop74), $pop9 + i64.store tmp+64($pop74), $pop9 i32.const $push72=, 0 i32.const $push71=, 0 i64.load $push10=, x+104($pop71) - i64.store $drop=, tmp+72($pop72), $pop10 + i64.store tmp+72($pop72), $pop10 i32.const $push70=, 0 i32.const $push69=, 0 i64.load $push11=, x+112($pop69) - i64.store $drop=, tmp+80($pop70), $pop11 + i64.store tmp+80($pop70), $pop11 i32.const $push68=, 0 i32.const $push67=, 0 i64.load $push12=, x+120($pop67) - i64.store $drop=, tmp+88($pop68), $pop12 + i64.store tmp+88($pop68), $pop12 i32.const $push66=, 0 i32.const $push65=, 0 i64.load $push13=, x+160($pop65) - i64.store $drop=, tmp+96($pop66), $pop13 + i64.store tmp+96($pop66), $pop13 i32.const $push64=, 0 i32.const $push63=, 0 i64.load $push14=, x+168($pop63) - i64.store $drop=, tmp+104($pop64), $pop14 + i64.store tmp+104($pop64), $pop14 i32.const $push62=, 0 i32.const $push61=, 0 i64.load $push15=, x+176($pop61) - i64.store $drop=, tmp+112($pop62), $pop15 + i64.store tmp+112($pop62), $pop15 i32.const $push60=, 0 i32.const $push59=, 0 i64.load $push16=, x+184($pop59) - i64.store $drop=, tmp+120($pop60), $pop16 + i64.store tmp+120($pop60), $pop16 i32.const $push58=, 0 i32.const $push57=, 0 i64.load $push17=, x+192($pop57) - i64.store $drop=, tmp+128($pop58), $pop17 + i64.store tmp+128($pop58), $pop17 i32.const $push56=, 0 i32.const $push55=, 0 i64.load $push18=, x+200($pop55) - i64.store $drop=, tmp+136($pop56), $pop18 + i64.store tmp+136($pop56), $pop18 i32.const $push54=, 0 i32.const $push53=, 0 i64.load $push19=, x+240($pop53) - i64.store $drop=, tmp+144($pop54), $pop19 + i64.store tmp+144($pop54), $pop19 i32.const $push52=, 0 i32.const $push51=, 0 i64.load $push20=, x+248($pop51) - i64.store $drop=, tmp+152($pop52), $pop20 + i64.store tmp+152($pop52), $pop20 i32.const $push50=, 0 i32.const $push49=, 0 i64.load $push21=, x+256($pop49) - i64.store $drop=, tmp+160($pop50), $pop21 + i64.store tmp+160($pop50), $pop21 i32.const $push48=, 0 i32.const $push47=, 0 i64.load $push22=, x+264($pop47) - i64.store $drop=, tmp+168($pop48), $pop22 + i64.store tmp+168($pop48), $pop22 i32.const $push46=, 0 i32.const $push45=, 0 i64.load $push23=, x+272($pop45) - i64.store $drop=, tmp+176($pop46), $pop23 + i64.store tmp+176($pop46), $pop23 i32.const $push44=, 0 i32.const $push43=, 0 i64.load $push24=, x+280($pop43) - i64.store $drop=, tmp+184($pop44), $pop24 + i64.store tmp+184($pop44), $pop24 i32.const $push42=, 0 i32.const $push41=, 0 i64.load $push25=, x+320($pop41) - i64.store $drop=, tmp+192($pop42), $pop25 + i64.store tmp+192($pop42), $pop25 i32.const $push40=, 0 i32.const $push39=, 0 i64.load $push26=, x+328($pop39) - i64.store $drop=, tmp+200($pop40), $pop26 + i64.store tmp+200($pop40), $pop26 i32.const $push38=, 0 i32.const $push37=, 0 i64.load $push27=, x+336($pop37) - i64.store $drop=, tmp+208($pop38), $pop27 + i64.store tmp+208($pop38), $pop27 i32.const $push36=, 0 i32.const $push35=, 0 i64.load $push28=, x+344($pop35) - i64.store $drop=, tmp+216($pop36), $pop28 + i64.store tmp+216($pop36), $pop28 i32.const $push34=, 0 i32.const $push33=, 0 i64.load $push29=, x+352($pop33) - i64.store $drop=, tmp+224($pop34), $pop29 + i64.store tmp+224($pop34), $pop29 i32.const $push32=, 0 i32.const $push31=, 0 i64.load $push30=, x+360($pop31) - i64.store $drop=, tmp+232($pop32), $pop30 + i64.store tmp+232($pop32), $pop30 # fallthrough-return .endfunc .Lfunc_end0: @@ -398,5 +398,5 @@ tmp: .size tmp, 240 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr36034-2.c.s b/test/torture-s/pr36034-2.c.s index f1e2fe7c6..228cbe086 100644 --- a/test/torture-s/pr36034-2.c.s +++ b/test/torture-s/pr36034-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36034-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36034-2.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -9,123 +9,123 @@ test: # @test i32.const $push0=, 0 i32.const $push89=, 0 i64.load $push1=, x($pop89) - i64.store $drop=, tmp($pop0), $pop1 + i64.store tmp($pop0), $pop1 i32.const $push88=, 0 i32.const $push87=, 0 i64.load $push2=, x+8($pop87) - i64.store $drop=, tmp+8($pop88), $pop2 + i64.store tmp+8($pop88), $pop2 i32.const $push86=, 0 i32.const $push85=, 0 i64.load $push3=, x+16($pop85) - i64.store $drop=, tmp+16($pop86), $pop3 + i64.store tmp+16($pop86), $pop3 i32.const $push84=, 0 i32.const $push83=, 0 i64.load $push4=, x+24($pop83) - i64.store $drop=, tmp+24($pop84), $pop4 + i64.store tmp+24($pop84), $pop4 i32.const $push82=, 0 i32.const $push81=, 0 i64.load $push5=, x+32($pop81) - i64.store $drop=, tmp+32($pop82), $pop5 + i64.store tmp+32($pop82), $pop5 i32.const $push80=, 0 i32.const $push79=, 0 i64.load $push6=, x+40($pop79) - i64.store $drop=, tmp+40($pop80), $pop6 + i64.store tmp+40($pop80), $pop6 i32.const $push78=, 0 i32.const $push77=, 0 i64.load $push7=, x+80($pop77) - i64.store $drop=, tmp+48($pop78), $pop7 + i64.store tmp+48($pop78), $pop7 i32.const $push76=, 0 i32.const $push75=, 0 i64.load $push8=, x+88($pop75) - i64.store $drop=, tmp+56($pop76), $pop8 + i64.store tmp+56($pop76), $pop8 i32.const $push74=, 0 i32.const $push73=, 0 i64.load $push9=, x+96($pop73) - i64.store $drop=, tmp+64($pop74), $pop9 + i64.store tmp+64($pop74), $pop9 i32.const $push72=, 0 i32.const $push71=, 0 i64.load $push10=, x+104($pop71) - i64.store $drop=, tmp+72($pop72), $pop10 + i64.store tmp+72($pop72), $pop10 i32.const $push70=, 0 i32.const $push69=, 0 i64.load $push11=, x+112($pop69) - i64.store $drop=, tmp+80($pop70), $pop11 + i64.store tmp+80($pop70), $pop11 i32.const $push68=, 0 i32.const $push67=, 0 i64.load $push12=, x+120($pop67) - i64.store $drop=, tmp+88($pop68), $pop12 + i64.store tmp+88($pop68), $pop12 i32.const $push66=, 0 i32.const $push65=, 0 i64.load $push13=, x+160($pop65) - i64.store $drop=, tmp+96($pop66), $pop13 + i64.store tmp+96($pop66), $pop13 i32.const $push64=, 0 i32.const $push63=, 0 i64.load $push14=, x+168($pop63) - i64.store $drop=, tmp+104($pop64), $pop14 + i64.store tmp+104($pop64), $pop14 i32.const $push62=, 0 i32.const $push61=, 0 i64.load $push15=, x+176($pop61) - i64.store $drop=, tmp+112($pop62), $pop15 + i64.store tmp+112($pop62), $pop15 i32.const $push60=, 0 i32.const $push59=, 0 i64.load $push16=, x+184($pop59) - i64.store $drop=, tmp+120($pop60), $pop16 + i64.store tmp+120($pop60), $pop16 i32.const $push58=, 0 i32.const $push57=, 0 i64.load $push17=, x+192($pop57) - i64.store $drop=, tmp+128($pop58), $pop17 + i64.store tmp+128($pop58), $pop17 i32.const $push56=, 0 i32.const $push55=, 0 i64.load $push18=, x+200($pop55) - i64.store $drop=, tmp+136($pop56), $pop18 + i64.store tmp+136($pop56), $pop18 i32.const $push54=, 0 i32.const $push53=, 0 i64.load $push19=, x+240($pop53) - i64.store $drop=, tmp+144($pop54), $pop19 + i64.store tmp+144($pop54), $pop19 i32.const $push52=, 0 i32.const $push51=, 0 i64.load $push20=, x+248($pop51) - i64.store $drop=, tmp+152($pop52), $pop20 + i64.store tmp+152($pop52), $pop20 i32.const $push50=, 0 i32.const $push49=, 0 i64.load $push21=, x+256($pop49) - i64.store $drop=, tmp+160($pop50), $pop21 + i64.store tmp+160($pop50), $pop21 i32.const $push48=, 0 i32.const $push47=, 0 i64.load $push22=, x+264($pop47) - i64.store $drop=, tmp+168($pop48), $pop22 + i64.store tmp+168($pop48), $pop22 i32.const $push46=, 0 i32.const $push45=, 0 i64.load $push23=, x+272($pop45) - i64.store $drop=, tmp+176($pop46), $pop23 + i64.store tmp+176($pop46), $pop23 i32.const $push44=, 0 i32.const $push43=, 0 i64.load $push24=, x+280($pop43) - i64.store $drop=, tmp+184($pop44), $pop24 + i64.store tmp+184($pop44), $pop24 i32.const $push42=, 0 i32.const $push41=, 0 i64.load $push25=, x+320($pop41) - i64.store $drop=, tmp+192($pop42), $pop25 + i64.store tmp+192($pop42), $pop25 i32.const $push40=, 0 i32.const $push39=, 0 i64.load $push26=, x+328($pop39) - i64.store $drop=, tmp+200($pop40), $pop26 + i64.store tmp+200($pop40), $pop26 i32.const $push38=, 0 i32.const $push37=, 0 i64.load $push27=, x+336($pop37) - i64.store $drop=, tmp+208($pop38), $pop27 + i64.store tmp+208($pop38), $pop27 i32.const $push36=, 0 i32.const $push35=, 0 i64.load $push28=, x+344($pop35) - i64.store $drop=, tmp+216($pop36), $pop28 + i64.store tmp+216($pop36), $pop28 i32.const $push34=, 0 i32.const $push33=, 0 i64.load $push29=, x+352($pop33) - i64.store $drop=, tmp+224($pop34), $pop29 + i64.store tmp+224($pop34), $pop29 i32.const $push32=, 0 i32.const $push31=, 0 i64.load $push30=, x+360($pop31) - i64.store $drop=, tmp+232($pop32), $pop30 + i64.store tmp+232($pop32), $pop30 # fallthrough-return .endfunc .Lfunc_end0: @@ -398,5 +398,5 @@ tmp: .size tmp, 240 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr36038.c.s b/test/torture-s/pr36038.c.s index 25a5704ec..691883dd7 100644 --- a/test/torture-s/pr36038.c.s +++ b/test/torture-s/pr36038.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36038.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36038.c" .section .text.doit,"ax",@progbits .hidden doit .globl doit @@ -40,7 +40,7 @@ doit: # @doit i32.const $push27=, 16 i32.add $push13=, $pop12, $pop27 i64.load $push14=, 0($2) - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push26=, -8 i32.add $2=, $2, $pop26 i32.const $push25=, 1 @@ -64,46 +64,46 @@ main: # @main # BB#0: # %entry i32.const $push31=, 0 i64.const $push0=, 1 - i64.store $drop=, list+8($pop31), $pop0 + i64.store list+8($pop31), $pop0 i32.const $push30=, 0 i64.const $push1=, 0 - i64.store $drop=, list($pop30), $pop1 + i64.store list($pop30), $pop1 i32.const $push29=, 0 i64.const $push2=, 2 - i64.store $drop=, list+16($pop29), $pop2 + i64.store list+16($pop29), $pop2 i32.const $push28=, 0 i64.const $push3=, 3 - i64.store $drop=, list+24($pop28), $pop3 + i64.store list+24($pop28), $pop3 i32.const $push27=, 0 i64.const $push4=, 4 - i64.store $drop=, list+32($pop27), $pop4 + i64.store list+32($pop27), $pop4 i32.const $push26=, 0 i64.const $push5=, 9 - i64.store $drop=, list+72($pop26), $pop5 + i64.store list+72($pop26), $pop5 i32.const $push25=, 0 i32.const $push6=, indices+36 - i32.store $drop=, markstack_ptr($pop25), $pop6 + i32.store markstack_ptr($pop25), $pop6 i32.const $push24=, 0 i32.const $push7=, 2 - i32.store $drop=, indices+32($pop24), $pop7 + i32.store indices+32($pop24), $pop7 i32.const $push23=, 0 i32.const $push8=, 1 - i32.store $drop=, indices+28($pop23), $pop8 + i32.store indices+28($pop23), $pop8 i32.const $push22=, 0 i32.const $push9=, list+16 - i32.store $drop=, stack_base($pop22), $pop9 + i32.store stack_base($pop22), $pop9 i32.const $push21=, 0 i64.const $push10=, 7 - i64.store $drop=, list+64($pop21), $pop10 + i64.store list+64($pop21), $pop10 i32.const $push20=, 0 i64.const $push11=, 6 - i64.store $drop=, list+56($pop20), $pop11 + i64.store list+56($pop20), $pop11 i32.const $push19=, 0 i64.const $push12=, 5 - i64.store $drop=, list+48($pop19), $pop12 + i64.store list+48($pop19), $pop12 i32.const $push18=, 0 i64.const $push17=, 4 - i64.store $drop=, list+40($pop18), $pop17 + i64.store list+40($pop18), $pop17 block i32.const $push15=, expect i32.const $push14=, list @@ -176,6 +176,6 @@ indices: .size indices, 40 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/pr36077.c.s b/test/torture-s/pr36077.c.s index e25f47073..574da62e4 100644 --- a/test/torture-s/pr36077.c.s +++ b/test/torture-s/pr36077.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36077.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36077.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -28,4 +28,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr36093.c.s b/test/torture-s/pr36093.c.s index 901fb06be..1728e0960 100644 --- a/test/torture-s/pr36093.c.s +++ b/test/torture-s/pr36093.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36093.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36093.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -39,4 +39,4 @@ foo: .size foo, 2560 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr36321.c.s b/test/torture-s/pr36321.c.s index 2114baa5b..a1f5719bb 100644 --- a/test/torture-s/pr36321.c.s +++ b/test/torture-s/pr36321.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36321.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36321.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -42,4 +42,4 @@ argp: .size .L.str, 10 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr36339.c.s b/test/torture-s/pr36339.c.s index d76a5da20..b6784f4c7 100644 --- a/test/torture-s/pr36339.c.s +++ b/test/torture-s/pr36339.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36339.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36339.c" .section .text.try_a,"ax",@progbits .hidden try_a .globl try_a @@ -15,10 +15,10 @@ try_a: # @try_a i32.const $push5=, 16 i32.sub $push13=, $pop4, $pop5 tee_local $push12=, $1=, $pop13 - i32.store $drop=, __stack_pointer($pop6), $pop12 + i32.store __stack_pointer($pop6), $pop12 i32.const $push0=, 0 - i32.store $drop=, 12($1), $pop0 - i32.store $drop=, 8($1), $0 + i32.store 12($1), $pop0 + i32.store 8($1), $0 i32.const $push10=, 8 i32.add $push11=, $1, $pop10 i32.const $push1=, 1 @@ -27,7 +27,7 @@ try_a: # @try_a i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $1, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 copy_local $push14=, $0 # fallthrough-return: $pop14 .endfunc @@ -92,5 +92,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr36343.c.s b/test/torture-s/pr36343.c.s index 446a0796c..e5f237313 100644 --- a/test/torture-s/pr36343.c.s +++ b/test/torture-s/pr36343.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36343.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36343.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -8,7 +8,7 @@ bar: # @bar .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,11 +29,11 @@ foo: # @foo i32.const $push6=, 16 i32.sub $push18=, $pop5, $pop6 tee_local $push17=, $3=, $pop18 - i32.store $drop=, __stack_pointer($pop7), $pop17 + i32.store __stack_pointer($pop7), $pop17 i32.const $push0=, 0 - i32.store $drop=, 12($3), $pop0 + i32.store 12($3), $pop0 i32.const $push1=, 1065353216 - i32.store $drop=, 8($3), $pop1 + i32.store 8($3), $pop1 i32.const $push11=, 12 i32.add $push12=, $3, $pop11 i32.const $push13=, 8 @@ -58,7 +58,7 @@ foo: # @foo i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $3, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 copy_local $push20=, $2 # fallthrough-return: $pop20 .endfunc @@ -90,5 +90,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr36691.c.s b/test/torture-s/pr36691.c.s index 2ebf7e663..1b1264b1f 100644 --- a/test/torture-s/pr36691.c.s +++ b/test/torture-s/pr36691.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36691.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36691.c" .section .text.func_1,"ax",@progbits .hidden func_1 .globl func_1 @@ -8,7 +8,7 @@ func_1: # @func_1 # BB#0: # %entry i32.const $push0=, 0 i32.const $push1=, 0 - i32.store8 $drop=, g_5($pop0), $pop1 + i32.store8 g_5($pop0), $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -23,7 +23,7 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 i32.const $push2=, 0 - i32.store8 $drop=, g_5($pop0), $pop2 + i32.store8 g_5($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -39,4 +39,4 @@ g_5: .size g_5, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr36765.c.s b/test/torture-s/pr36765.c.s index 3815a691f..449be8775 100644 --- a/test/torture-s/pr36765.c.s +++ b/test/torture-s/pr36765.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36765.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr36765.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -13,12 +13,12 @@ foo: # @foo i32.call $push8=, __builtin_malloc@FUNCTION, $pop0 tee_local $push7=, $1=, $pop8 i32.const $push1=, 0 - i32.store $drop=, 0($pop7), $pop1 + i32.store 0($pop7), $pop1 i32.const $push2=, 2 i32.shl $push3=, $0, $pop2 i32.add $push4=, $1, $pop3 i32.const $push5=, 1 - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 i32.load $push6=, 0($1) # fallthrough-return: $pop6 .endfunc @@ -50,6 +50,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype __builtin_malloc, i32 .functype abort, void diff --git a/test/torture-s/pr37102.c.s b/test/torture-s/pr37102.c.s index 0b3909116..fa5dde4b4 100644 --- a/test/torture-s/pr37102.c.s +++ b/test/torture-s/pr37102.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37102.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37102.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -38,11 +38,11 @@ main: # @main br_if 0, $pop14 # 0: down to label1 # BB#1: # %if.then.3 i32.const $push10=, 0 - i32.store $drop=, a($pop10), $0 + i32.store a($pop10), $0 .LBB1_2: # %for.inc.3 end_block # label1: i32.const $push13=, 0 - i32.store $drop=, a($pop13), $0 + i32.store a($pop13), $0 i32.const $push3=, 2 i32.shl $push4=, $0, $pop3 i32.const $push5=, 1 @@ -86,5 +86,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr37125.c.s b/test/torture-s/pr37125.c.s index 4e9386b98..f638e9272 100644 --- a/test/torture-s/pr37125.c.s +++ b/test/torture-s/pr37125.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37125.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37125.c" .section .text.func_44,"ax",@progbits .hidden func_44 .globl func_44 @@ -42,5 +42,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr37573.c.s b/test/torture-s/pr37573.c.s index 7e1e56bee..709e249a5 100644 --- a/test/torture-s/pr37573.c.s +++ b/test/torture-s/pr37573.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37573.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37573.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -36,12 +36,12 @@ bar: # @bar i32.const $push80=, 2512 i32.sub $push133=, $pop79, $pop80 tee_local $push132=, $3=, $pop133 - i32.store $drop=, __stack_pointer($pop81), $pop132 + i32.store __stack_pointer($pop81), $pop132 i32.const $1=, 41589 i32.const $push0=, 16 i32.add $push1=, $3, $pop0 i32.const $push131=, 41589 - i32.store $drop=, 0($pop1), $pop131 + i32.store 0($pop1), $pop131 i32.const $push2=, 20 i32.add $0=, $3, $pop2 i32.const $2=, 1 @@ -55,7 +55,7 @@ bar: # @bar i32.mul $push5=, $pop4, $pop141 i32.add $push140=, $pop5, $2 tee_local $push139=, $1=, $pop140 - i32.store $drop=, 0($0), $pop139 + i32.store 0($0), $pop139 i32.const $push138=, 4 i32.add $0=, $0, $pop138 i32.const $push137=, 1 @@ -67,7 +67,7 @@ bar: # @bar # BB#2: # %for.end end_loop # label2: i32.const $push7=, 1 - i32.store $drop=, 12($3), $pop7 + i32.store 12($3), $pop7 i32.const $push9=, 0 i32.const $push85=, 8 i32.add $push86=, $3, $pop85 @@ -75,7 +75,7 @@ bar: # @bar i32.const $push187=, 0 i32.load8_u $push10=, p($pop187) i32.xor $push11=, $pop8, $pop10 - i32.store8 $drop=, p($pop9), $pop11 + i32.store8 p($pop9), $pop11 i32.const $push186=, 0 i32.const $push87=, 8 i32.add $push88=, $3, $pop87 @@ -83,7 +83,7 @@ bar: # @bar i32.const $push185=, 0 i32.load8_u $push13=, p+1($pop185) i32.xor $push14=, $pop12, $pop13 - i32.store8 $drop=, p+1($pop186), $pop14 + i32.store8 p+1($pop186), $pop14 i32.const $push184=, 0 i32.const $push89=, 8 i32.add $push90=, $3, $pop89 @@ -91,7 +91,7 @@ bar: # @bar i32.const $push183=, 0 i32.load8_u $push16=, p+2($pop183) i32.xor $push17=, $pop15, $pop16 - i32.store8 $drop=, p+2($pop184), $pop17 + i32.store8 p+2($pop184), $pop17 i32.const $push182=, 0 i32.const $push91=, 8 i32.add $push92=, $3, $pop91 @@ -99,7 +99,7 @@ bar: # @bar i32.const $push181=, 0 i32.load8_u $push19=, p+3($pop181) i32.xor $push20=, $pop18, $pop19 - i32.store8 $drop=, p+3($pop182), $pop20 + i32.store8 p+3($pop182), $pop20 i32.const $push180=, 0 i32.const $push93=, 8 i32.add $push94=, $3, $pop93 @@ -107,7 +107,7 @@ bar: # @bar i32.const $push179=, 0 i32.load8_u $push22=, p+4($pop179) i32.xor $push23=, $pop21, $pop22 - i32.store8 $drop=, p+4($pop180), $pop23 + i32.store8 p+4($pop180), $pop23 i32.const $push178=, 0 i32.const $push95=, 8 i32.add $push96=, $3, $pop95 @@ -115,7 +115,7 @@ bar: # @bar i32.const $push177=, 0 i32.load8_u $push25=, p+5($pop177) i32.xor $push26=, $pop24, $pop25 - i32.store8 $drop=, p+5($pop178), $pop26 + i32.store8 p+5($pop178), $pop26 i32.const $push176=, 0 i32.const $push97=, 8 i32.add $push98=, $3, $pop97 @@ -123,7 +123,7 @@ bar: # @bar i32.const $push175=, 0 i32.load8_u $push28=, p+6($pop175) i32.xor $push29=, $pop27, $pop28 - i32.store8 $drop=, p+6($pop176), $pop29 + i32.store8 p+6($pop176), $pop29 i32.const $push174=, 0 i32.const $push99=, 8 i32.add $push100=, $3, $pop99 @@ -131,7 +131,7 @@ bar: # @bar i32.const $push173=, 0 i32.load8_u $push31=, p+7($pop173) i32.xor $push32=, $pop30, $pop31 - i32.store8 $drop=, p+7($pop174), $pop32 + i32.store8 p+7($pop174), $pop32 i32.const $push172=, 0 i32.const $push101=, 8 i32.add $push102=, $3, $pop101 @@ -139,7 +139,7 @@ bar: # @bar i32.const $push171=, 0 i32.load8_u $push34=, p+8($pop171) i32.xor $push35=, $pop33, $pop34 - i32.store8 $drop=, p+8($pop172), $pop35 + i32.store8 p+8($pop172), $pop35 i32.const $push170=, 0 i32.const $push103=, 8 i32.add $push104=, $3, $pop103 @@ -147,7 +147,7 @@ bar: # @bar i32.const $push169=, 0 i32.load8_u $push37=, p+9($pop169) i32.xor $push38=, $pop36, $pop37 - i32.store8 $drop=, p+9($pop170), $pop38 + i32.store8 p+9($pop170), $pop38 i32.const $push168=, 0 i32.const $push105=, 8 i32.add $push106=, $3, $pop105 @@ -155,7 +155,7 @@ bar: # @bar i32.const $push167=, 0 i32.load8_u $push40=, p+10($pop167) i32.xor $push41=, $pop39, $pop40 - i32.store8 $drop=, p+10($pop168), $pop41 + i32.store8 p+10($pop168), $pop41 i32.const $push166=, 0 i32.const $push107=, 8 i32.add $push108=, $3, $pop107 @@ -163,7 +163,7 @@ bar: # @bar i32.const $push165=, 0 i32.load8_u $push43=, p+11($pop165) i32.xor $push44=, $pop42, $pop43 - i32.store8 $drop=, p+11($pop166), $pop44 + i32.store8 p+11($pop166), $pop44 i32.const $push164=, 0 i32.const $push109=, 8 i32.add $push110=, $3, $pop109 @@ -171,7 +171,7 @@ bar: # @bar i32.const $push163=, 0 i32.load8_u $push46=, p+12($pop163) i32.xor $push47=, $pop45, $pop46 - i32.store8 $drop=, p+12($pop164), $pop47 + i32.store8 p+12($pop164), $pop47 i32.const $push162=, 0 i32.const $push111=, 8 i32.add $push112=, $3, $pop111 @@ -179,7 +179,7 @@ bar: # @bar i32.const $push161=, 0 i32.load8_u $push49=, p+13($pop161) i32.xor $push50=, $pop48, $pop49 - i32.store8 $drop=, p+13($pop162), $pop50 + i32.store8 p+13($pop162), $pop50 i32.const $push160=, 0 i32.const $push113=, 8 i32.add $push114=, $3, $pop113 @@ -187,7 +187,7 @@ bar: # @bar i32.const $push159=, 0 i32.load8_u $push52=, p+14($pop159) i32.xor $push53=, $pop51, $pop52 - i32.store8 $drop=, p+14($pop160), $pop53 + i32.store8 p+14($pop160), $pop53 i32.const $push158=, 0 i32.const $push115=, 8 i32.add $push116=, $3, $pop115 @@ -195,7 +195,7 @@ bar: # @bar i32.const $push157=, 0 i32.load8_u $push55=, p+15($pop157) i32.xor $push56=, $pop54, $pop55 - i32.store8 $drop=, p+15($pop158), $pop56 + i32.store8 p+15($pop158), $pop56 i32.const $push156=, 0 i32.const $push117=, 8 i32.add $push118=, $3, $pop117 @@ -203,7 +203,7 @@ bar: # @bar i32.const $push155=, 0 i32.load8_u $push58=, p+16($pop155) i32.xor $push59=, $pop57, $pop58 - i32.store8 $drop=, p+16($pop156), $pop59 + i32.store8 p+16($pop156), $pop59 i32.const $push154=, 0 i32.const $push119=, 8 i32.add $push120=, $3, $pop119 @@ -211,7 +211,7 @@ bar: # @bar i32.const $push153=, 0 i32.load8_u $push61=, p+17($pop153) i32.xor $push62=, $pop60, $pop61 - i32.store8 $drop=, p+17($pop154), $pop62 + i32.store8 p+17($pop154), $pop62 i32.const $push152=, 0 i32.const $push121=, 8 i32.add $push122=, $3, $pop121 @@ -219,7 +219,7 @@ bar: # @bar i32.const $push151=, 0 i32.load8_u $push64=, p+18($pop151) i32.xor $push65=, $pop63, $pop64 - i32.store8 $drop=, p+18($pop152), $pop65 + i32.store8 p+18($pop152), $pop65 i32.const $push150=, 0 i32.const $push123=, 8 i32.add $push124=, $3, $pop123 @@ -227,7 +227,7 @@ bar: # @bar i32.const $push149=, 0 i32.load8_u $push67=, p+19($pop149) i32.xor $push68=, $pop66, $pop67 - i32.store8 $drop=, p+19($pop150), $pop68 + i32.store8 p+19($pop150), $pop68 i32.const $push148=, 0 i32.const $push125=, 8 i32.add $push126=, $3, $pop125 @@ -235,7 +235,7 @@ bar: # @bar i32.const $push147=, 0 i32.load8_u $push70=, p+20($pop147) i32.xor $push71=, $pop69, $pop70 - i32.store8 $drop=, p+20($pop148), $pop71 + i32.store8 p+20($pop148), $pop71 i32.const $push146=, 0 i32.const $push127=, 8 i32.add $push128=, $3, $pop127 @@ -243,7 +243,7 @@ bar: # @bar i32.const $push145=, 0 i32.load8_u $push73=, p+21($pop145) i32.xor $push74=, $pop72, $pop73 - i32.store8 $drop=, p+21($pop146), $pop74 + i32.store8 p+21($pop146), $pop74 i32.const $push144=, 0 i32.const $push129=, 8 i32.add $push130=, $3, $pop129 @@ -251,11 +251,11 @@ bar: # @bar i32.const $push143=, 0 i32.load8_u $push76=, p+22($pop143) i32.xor $push77=, $pop75, $pop76 - i32.store8 $drop=, p+22($pop144), $pop77 + i32.store8 p+22($pop144), $pop77 i32.const $push84=, 0 i32.const $push82=, 2512 i32.add $push83=, $3, $pop82 - i32.store $drop=, __stack_pointer($pop84), $pop83 + i32.store __stack_pointer($pop84), $pop83 # fallthrough-return .endfunc .Lfunc_end1: @@ -272,13 +272,13 @@ foo: # @foo i32.const $push1=, -1 i32.add $push38=, $pop0, $pop1 tee_local $push37=, $4=, $pop38 - i32.store $drop=, 4($0), $pop37 + i32.store 4($0), $pop37 block br_if 0, $4 # 0: down to label3 # BB#1: # %if.then i32.const $push39=, 8 i32.add $push2=, $0, $pop39 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.load $4=, 8($0) i32.const $3=, 0 .LBB2_2: # %for.body @@ -309,7 +309,7 @@ foo: # @foo i32.const $push44=, 1 i32.shr_u $push13=, $pop12, $pop44 i32.xor $push14=, $pop9, $pop13 - i32.store $drop=, 0($pop15), $pop14 + i32.store 0($pop15), $pop14 copy_local $4=, $1 i32.const $push43=, 4 i32.add $push42=, $3, $pop43 @@ -324,7 +324,7 @@ foo: # @foo tee_local $push62=, $4=, $pop63 i32.const $push17=, 4 i32.add $push18=, $pop62, $pop17 - i32.store $drop=, 0($0), $pop18 + i32.store 0($0), $pop18 i32.load $push61=, 0($4) tee_local $push60=, $4=, $pop61 i32.const $push19=, 11 @@ -369,6 +369,6 @@ q: .size q, 23 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/pr37882.c.s b/test/torture-s/pr37882.c.s index 6e4eb2db3..3ee628dbc 100644 --- a/test/torture-s/pr37882.c.s +++ b/test/torture-s/pr37882.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37882.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37882.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.and $push3=, $pop1, $pop2 i32.const $push4=, 4 i32.or $push5=, $pop3, $pop4 - i32.store8 $drop=, s($pop0), $pop5 + i32.store8 s($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -30,4 +30,4 @@ s: .size s, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr37924.c.s b/test/torture-s/pr37924.c.s index f7ffb41ec..c39937cd2 100644 --- a/test/torture-s/pr37924.c.s +++ b/test/torture-s/pr37924.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37924.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37924.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -40,10 +40,10 @@ main: # @main # BB#0: # %if.end21 i32.const $push1=, 0 i32.const $push0=, 255 - i32.store8 $drop=, b($pop1), $pop0 + i32.store8 b($pop1), $pop0 i32.const $push4=, 0 i32.const $push3=, 255 - i32.store8 $drop=, a($pop4), $pop3 + i32.store8 a($pop4), $pop3 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -67,4 +67,4 @@ b: .size b, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr37931.c.s b/test/torture-s/pr37931.c.s index 0b9f23eb8..304cc2b19 100644 --- a/test/torture-s/pr37931.c.s +++ b/test/torture-s/pr37931.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37931.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37931.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -30,4 +30,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr38048-1.c.s b/test/torture-s/pr38048-1.c.s index 5b7ddbaba..a66b798e9 100644 --- a/test/torture-s/pr38048-1.c.s +++ b/test/torture-s/pr38048-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38048-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38048-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,4 +27,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr38048-2.c.s b/test/torture-s/pr38048-2.c.s index b6354b8e7..95d130a76 100644 --- a/test/torture-s/pr38048-2.c.s +++ b/test/torture-s/pr38048-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38048-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38048-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,4 +27,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr38051.c.s b/test/torture-s/pr38051.c.s index 771f4aea8..09573bfb9 100644 --- a/test/torture-s/pr38051.c.s +++ b/test/torture-s/pr38051.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38051.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38051.c" .section .text.mymemcmp,"ax",@progbits .hidden mymemcmp .globl mymemcmp @@ -382,8 +382,8 @@ mymemcmp: # @mymemcmp .LBB0_38: # %if.then35.i # in Loop: Header=BB0_22 Depth=1 end_block # label80: - i32.store $drop=, 12($10), $0 - i32.store $drop=, 8($10), $1 + i32.store 12($10), $0 + i32.store 8($10), $1 i32.const $push114=, 8 i32.add $push115=, $10, $pop114 copy_local $1=, $pop115 @@ -416,8 +416,8 @@ mymemcmp: # @mymemcmp .LBB0_43: # %if.then.i # in Loop: Header=BB0_22 Depth=1 end_block # label77: - i32.store $drop=, 12($10), $6 - i32.store $drop=, 8($10), $5 + i32.store 12($10), $6 + i32.store 8($10), $5 i32.const $push110=, 8 i32.add $push111=, $10, $pop110 copy_local $1=, $pop111 @@ -450,8 +450,8 @@ mymemcmp: # @mymemcmp .LBB0_48: # %if.then23.i # in Loop: Header=BB0_22 Depth=1 end_block # label74: - i32.store $drop=, 12($10), $4 - i32.store $drop=, 8($10), $3 + i32.store 12($10), $4 + i32.store 8($10), $3 i32.const $push122=, 8 i32.add $push123=, $10, $pop122 copy_local $1=, $pop123 @@ -484,8 +484,8 @@ mymemcmp: # @mymemcmp .LBB0_53: # %if.then29.i # in Loop: Header=BB0_22 Depth=1 end_block # label71: - i32.store $drop=, 12($10), $0 - i32.store $drop=, 8($10), $1 + i32.store 12($10), $0 + i32.store 8($10), $1 i32.const $push118=, 8 i32.add $push119=, $10, $pop118 copy_local $1=, $pop119 @@ -527,8 +527,8 @@ mymemcmp: # @mymemcmp .LBB0_60: # %if.then43.i # in Loop: Header=BB0_22 Depth=1 end_block # label67: - i32.store $drop=, 12($10), $6 - i32.store $drop=, 8($10), $5 + i32.store 12($10), $6 + i32.store 8($10), $5 i32.const $push106=, 8 i32.add $push107=, $10, $pop106 copy_local $1=, $pop107 @@ -661,8 +661,8 @@ mymemcmp: # @mymemcmp .LBB0_80: # %if.then52.i # in Loop: Header=BB0_22 Depth=1 end_block # label56: - i32.store $drop=, 12($10), $5 - i32.store $drop=, 8($10), $1 + i32.store 12($10), $5 + i32.store 8($10), $1 i32.const $push134=, 8 i32.add $push135=, $10, $pop134 copy_local $1=, $pop135 @@ -695,8 +695,8 @@ mymemcmp: # @mymemcmp .LBB0_85: # %if.then.i24 # in Loop: Header=BB0_22 Depth=1 end_block # label53: - i32.store $drop=, 12($10), $4 - i32.store $drop=, 8($10), $7 + i32.store 12($10), $4 + i32.store 8($10), $7 i32.const $push130=, 8 i32.add $push131=, $10, $pop130 copy_local $1=, $pop131 @@ -729,8 +729,8 @@ mymemcmp: # @mymemcmp .LBB0_90: # %if.then34.i # in Loop: Header=BB0_22 Depth=1 end_block # label50: - i32.store $drop=, 12($10), $4 - i32.store $drop=, 8($10), $5 + i32.store 12($10), $4 + i32.store 8($10), $5 i32.const $push142=, 8 i32.add $push143=, $10, $pop142 copy_local $1=, $pop143 @@ -763,8 +763,8 @@ mymemcmp: # @mymemcmp .LBB0_95: # %if.then43.i51 # in Loop: Header=BB0_22 Depth=1 end_block # label47: - i32.store $drop=, 12($10), $6 - i32.store $drop=, 8($10), $1 + i32.store 12($10), $6 + i32.store 8($10), $1 i32.const $push138=, 8 i32.add $push139=, $10, $pop138 copy_local $1=, $pop139 @@ -810,8 +810,8 @@ mymemcmp: # @mymemcmp .LBB0_102: # %if.then63.i # in Loop: Header=BB0_22 Depth=1 end_block # label43: - i32.store $drop=, 12($10), $0 - i32.store $drop=, 8($10), $7 + i32.store 12($10), $0 + i32.store 8($10), $7 i32.const $push126=, 8 i32.add $push127=, $10, $pop126 copy_local $1=, $pop127 @@ -959,35 +959,35 @@ main: # @main i32.const $push29=, 0 i32.const $push28=, 0 i32.load8_u $push0=, .L.str+14($pop28) - i32.store8 $drop=, buf+39($pop29), $pop0 + i32.store8 buf+39($pop29), $pop0 i32.const $push27=, 0 i32.const $push26=, 0 i32.load16_u $push1=, .L.str+12($pop26):p2align=0 - i32.store16 $drop=, buf+37($pop27):p2align=0, $pop1 + i32.store16 buf+37($pop27):p2align=0, $pop1 i32.const $push25=, 0 i32.const $push24=, 0 i32.load $push2=, .L.str+8($pop24):p2align=0 - i32.store $drop=, buf+33($pop25):p2align=0, $pop2 + i32.store buf+33($pop25):p2align=0, $pop2 i32.const $push23=, 0 i32.const $push22=, 0 i64.load $push3=, .L.str($pop22):p2align=0 - i64.store $drop=, buf+25($pop23):p2align=0, $pop3 + i64.store buf+25($pop23):p2align=0, $pop3 i32.const $push21=, 0 i32.const $push20=, 0 i32.load8_u $push4=, .L.str.1+14($pop20) - i32.store8 $drop=, buf+182($pop21), $pop4 + i32.store8 buf+182($pop21), $pop4 i32.const $push19=, 0 i32.const $push18=, 0 i32.load16_u $push5=, .L.str.1+12($pop18):p2align=0 - i32.store16 $drop=, buf+180($pop19), $pop5 + i32.store16 buf+180($pop19), $pop5 i32.const $push17=, 0 i32.const $push16=, 0 i32.load $push6=, .L.str.1+8($pop16):p2align=0 - i32.store $drop=, buf+176($pop17), $pop6 + i32.store buf+176($pop17), $pop6 i32.const $push15=, 0 i32.const $push14=, 0 i64.load $push7=, .L.str.1($pop14):p2align=0 - i64.store $drop=, buf+168($pop15), $pop7 + i64.store buf+168($pop15), $pop7 block i32.const $push10=, buf+25 i32.const $push9=, buf+168 @@ -1028,5 +1028,5 @@ buf: .size .L.str.1, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr38151.c.s b/test/torture-s/pr38151.c.s index 30620ead3..e230ca59e 100644 --- a/test/torture-s/pr38151.c.s +++ b/test/torture-s/pr38151.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38151.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38151.c" .section .text.check2848va,"ax",@progbits .hidden check2848va .globl check2848va @@ -13,7 +13,7 @@ check2848va: # @check2848va i32.const $push21=, 16 i32.sub $push26=, $pop20, $pop21 tee_local $push25=, $3=, $pop26 - i32.store $drop=, 12($pop25), $1 + i32.store 12($pop25), $1 i32.const $push0=, 15 i32.add $push1=, $1, $pop0 i32.const $push2=, -16 @@ -21,7 +21,7 @@ check2848va: # @check2848va tee_local $push23=, $1=, $pop24 i32.const $push3=, 16 i32.add $push4=, $pop23, $pop3 - i32.store $drop=, 12($3), $pop4 + i32.store 12($3), $pop4 i32.load $2=, 8($1) i32.load $3=, 4($1) block @@ -36,7 +36,7 @@ check2848va: # @check2848va i32.load $push8=, fails($pop27) i32.const $push9=, 1 i32.add $push10=, $pop8, $pop9 - i32.store $drop=, fails($pop28), $pop10 + i32.store fails($pop28), $pop10 .LBB0_2: # %if.end end_block # label0: block @@ -57,7 +57,7 @@ check2848va: # @check2848va i32.load $push16=, fails($pop31) i32.const $push17=, 1 i32.add $push18=, $pop16, $pop17 - i32.store $drop=, fails($pop15), $pop18 + i32.store fails($pop15), $pop18 .LBB0_5: # %if.end4 end_block # label1: # fallthrough-return @@ -79,25 +79,25 @@ main: # @main i32.const $push8=, 32 i32.sub $push21=, $pop7, $pop8 tee_local $push20=, $0=, $pop21 - i32.store $drop=, __stack_pointer($pop9), $pop20 + i32.store __stack_pointer($pop9), $pop20 i32.const $push19=, 0 i64.const $push0=, 3107062874477850347 - i64.store $drop=, s2848($pop19), $pop0 + i64.store s2848($pop19), $pop0 i32.const $push18=, 0 i32.const $push1=, -218144346 - i32.store $drop=, s2848+8($pop18), $pop1 + i32.store s2848+8($pop18), $pop1 i32.const $push2=, -267489557 - i32.store $drop=, 16($0), $pop2 + i32.store 16($0), $pop2 i32.const $push17=, -218144346 - i32.store $drop=, 24($0), $pop17 + i32.store 24($0), $pop17 i32.const $push3=, 723419448 - i32.store $drop=, 20($0), $pop3 + i32.store 20($0), $pop3 i32.const $push16=, 0 i32.load $push4=, s2848+12($pop16) - i32.store $drop=, 28($0), $pop4 + i32.store 28($0), $pop4 i32.const $push13=, 16 i32.add $push14=, $0, $pop13 - i32.store $drop=, 0($0), $pop14 + i32.store 0($0), $pop14 call check2848va@FUNCTION, $0, $0 block i32.const $push15=, 0 @@ -107,7 +107,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 32 i32.add $push11=, $0, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push22=, 0 return $pop22 .LBB1_2: # %if.then @@ -137,5 +137,5 @@ fails: .size fails, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr38212.c.s b/test/torture-s/pr38212.c.s index 20a359981..3457b68f6 100644 --- a/test/torture-s/pr38212.c.s +++ b/test/torture-s/pr38212.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38212.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38212.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -17,7 +17,7 @@ foo: # @foo tee_local $push7=, $1=, $pop8 i32.load $2=, 0($pop7) i32.const $push4=, 1 - i32.store $drop=, 0($0), $pop4 + i32.store 0($0), $pop4 i32.load $push5=, 0($1) i32.add $push6=, $2, $pop5 # fallthrough-return: $pop6 @@ -39,9 +39,9 @@ main: # @main i32.const $push5=, 16 i32.sub $push15=, $pop4, $pop5 tee_local $push14=, $0=, $pop15 - i32.store $drop=, __stack_pointer($pop6), $pop14 + i32.store __stack_pointer($pop6), $pop14 i32.const $push13=, 0 - i32.store $drop=, 12($0), $pop13 + i32.store 12($0), $pop13 block i32.const $push10=, 12 i32.add $push11=, $0, $pop10 @@ -54,7 +54,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push16=, 0 return $pop16 .LBB1_2: # %if.then @@ -66,5 +66,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr38236.c.s b/test/torture-s/pr38236.c.s index f8046e1f6..e4b07ea81 100644 --- a/test/torture-s/pr38236.c.s +++ b/test/torture-s/pr38236.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38236.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38236.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -20,7 +20,7 @@ foo: # @foo i32.add $push10=, $4, $pop9 i32.select $push0=, $pop8, $pop10, $3 i32.const $push1=, 1 - i32.store $drop=, 0($pop0), $pop1 + i32.store 0($pop0), $pop1 i32.const $push11=, 12 i32.add $push12=, $4, $pop11 i32.select $push2=, $pop12, $0, $2 @@ -58,5 +58,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr38422.c.s b/test/torture-s/pr38422.c.s index f11d1917c..18f0a5f67 100644 --- a/test/torture-s/pr38422.c.s +++ b/test/torture-s/pr38422.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38422.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38422.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -18,7 +18,7 @@ foo: # @foo i32.const $push1=, -1073741824 i32.and $push2=, $0, $pop1 i32.or $push7=, $pop6, $pop2 - i32.store $drop=, s($pop0), $pop7 + i32.store s($pop0), $pop7 # fallthrough-return .endfunc .Lfunc_end0: @@ -38,7 +38,7 @@ main: # @main i32.and $push3=, $pop1, $pop2 i32.const $push4=, 48 i32.or $push5=, $pop3, $pop4 - i32.store $drop=, s($pop0), $pop5 + i32.store s($pop0), $pop5 i32.const $push6=, 0 # fallthrough-return: $pop6 .endfunc @@ -55,4 +55,4 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr38533.c.s b/test/torture-s/pr38533.c.s index c904d10b4..168506c76 100644 --- a/test/torture-s/pr38533.c.s +++ b/test/torture-s/pr38533.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38533.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38533.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -1246,5 +1246,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr38819.c.s b/test/torture-s/pr38819.c.s index 0c716fa15..2ffabf0e6 100644 --- a/test/torture-s/pr38819.c.s +++ b/test/torture-s/pr38819.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38819.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38819.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -67,5 +67,5 @@ r: .size r, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr38969.c.s b/test/torture-s/pr38969.c.s index 7ebbc4756..c500f994b 100644 --- a/test/torture-s/pr38969.c.s +++ b/test/torture-s/pr38969.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38969.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr38969.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,7 +8,7 @@ foo: # @foo .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,22 +28,22 @@ bar: # @bar i32.const $push3=, 32 i32.sub $push15=, $pop2, $pop3 tee_local $push14=, $3=, $pop15 - i32.store $drop=, __stack_pointer($pop4), $pop14 + i32.store __stack_pointer($pop4), $pop14 i64.load $push13=, 0($1):p2align=2 tee_local $push12=, $2=, $pop13 - i64.store $drop=, 16($3), $pop12 - i64.store $drop=, 8($3):p2align=2, $2 + i64.store 16($3), $pop12 + i64.store 8($3):p2align=2, $2 i32.const $push8=, 24 i32.add $push9=, $3, $pop8 i32.const $push10=, 8 i32.add $push11=, $3, $pop10 call foo@FUNCTION, $pop9, $pop11 i64.load $push0=, 24($3) - i64.store $drop=, 0($0):p2align=2, $pop0 + i64.store 0($0):p2align=2, $pop0 i32.const $push7=, 0 i32.const $push5=, 32 i32.add $push6=, $3, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end1: @@ -63,11 +63,11 @@ main: # @main i32.const $push10=, 32 i32.sub $push21=, $pop9, $pop10 tee_local $push20=, $0=, $pop21 - i32.store $drop=, __stack_pointer($pop11), $pop20 + i32.store __stack_pointer($pop11), $pop20 i64.const $push1=, 4767060206663237632 - i64.store $drop=, 16($0), $pop1 + i64.store 16($0), $pop1 i64.const $push19=, 4767060206663237632 - i64.store $drop=, 8($0):p2align=2, $pop19 + i64.store 8($0):p2align=2, $pop19 i32.const $push15=, 24 i32.add $push16=, $0, $pop15 i32.const $push17=, 8 @@ -87,7 +87,7 @@ main: # @main i32.const $push14=, 0 i32.const $push12=, 32 i32.add $push13=, $0, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 i32.const $push7=, 0 return $pop7 .LBB2_3: # %if.then @@ -99,5 +99,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr39100.c.s b/test/torture-s/pr39100.c.s index ab96018f8..2c6720f69 100644 --- a/test/torture-s/pr39100.c.s +++ b/test/torture-s/pr39100.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39100.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39100.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,9 +15,9 @@ foo: # @foo i32.sub $push22=, $pop9, $pop10 tee_local $push21=, $8=, $pop22 i32.const $push20=, 0 - i32.store $drop=, 12($pop21), $pop20 + i32.store 12($pop21), $pop20 i32.const $push19=, 0 - i32.store $drop=, 8($8), $pop19 + i32.store 8($8), $pop19 block block i32.eqz $push31=, $1 @@ -51,7 +51,7 @@ foo: # @foo i32.load16_u $push5=, 0($7) i32.const $push25=, 1 i32.add $push6=, $pop5, $pop25 - i32.store16 $drop=, 0($pop26), $pop6 + i32.store16 0($pop26), $pop6 copy_local $7=, $5 copy_local $5=, $2 br 1 # 1: down to label4 @@ -61,13 +61,13 @@ foo: # @foo i32.load16_u $push3=, 0($4) i32.const $push29=, 1 i32.add $push4=, $pop3, $pop29 - i32.store16 $drop=, 0($4), $pop4 + i32.store16 0($4), $pop4 copy_local $7=, $6 copy_local $6=, $2 .LBB0_5: # %if.end # in Loop: Header=BB0_2 Depth=1 end_block # label4: - i32.store $drop=, 0($7), $1 + i32.store 0($7), $1 copy_local $1=, $3 br_if 0, $3 # 0: up to label2 # BB#6: # %while.end.loopexit @@ -85,11 +85,11 @@ foo: # @foo i32.const $1=, 0 .LBB0_8: # %while.end end_block # label0: - i32.store $drop=, 0($6), $1 + i32.store 0($6), $1 i32.const $push30=, 0 - i32.store $drop=, 0($5), $pop30 + i32.store 0($5), $pop30 i32.load $push7=, 12($8) - i32.store $drop=, 0($0), $pop7 + i32.store 0($0), $pop7 copy_local $push32=, $0 # fallthrough-return: $pop32 .endfunc @@ -110,19 +110,19 @@ main: # @main i32.const $push15=, 32 i32.sub $push30=, $pop14, $pop15 tee_local $push29=, $2=, $pop30 - i32.store $drop=, __stack_pointer($pop16), $pop29 + i32.store __stack_pointer($pop16), $pop29 i64.const $push0=, 0 - i64.store $drop=, 24($2), $pop0 + i64.store 24($2), $pop0 i32.const $push1=, 8 i32.or $push28=, $2, $pop1 tee_local $push27=, $0=, $pop28 - i32.store $drop=, 4($2), $pop27 + i32.store 4($2), $pop27 i32.const $push2=, 0 - i32.store $drop=, 0($2), $pop2 + i32.store 0($2), $pop2 i32.const $push26=, 0 - i32.store $drop=, 12($2), $pop26 + i32.store 12($2), $pop26 i32.const $push25=, 1 - i32.store $drop=, 8($2), $pop25 + i32.store 8($2), $pop25 block i32.const $push20=, 24 i32.add $push21=, $2, $pop20 @@ -152,7 +152,7 @@ main: # @main i32.const $push19=, 0 i32.const $push17=, 32 i32.add $push18=, $2, $pop17 - i32.store $drop=, __stack_pointer($pop19), $pop18 + i32.store __stack_pointer($pop19), $pop18 i32.const $push12=, 0 return $pop12 .LBB1_6: # %if.then23 @@ -164,5 +164,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr39120.c.s b/test/torture-s/pr39120.c.s index 2851a7824..87c32cdeb 100644 --- a/test/torture-s/pr39120.c.s +++ b/test/torture-s/pr39120.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39120.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39120.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -23,7 +23,7 @@ bar: # @bar i32.const $push0=, 0 i32.load $push1=, x($pop0) i32.const $push2=, 1 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -43,15 +43,15 @@ main: # @main i32.const $push5=, 16 i32.sub $push17=, $pop4, $pop5 tee_local $push16=, $1=, $pop17 - i32.store $drop=, __stack_pointer($pop6), $pop16 + i32.store __stack_pointer($pop6), $pop16 i32.const $push15=, 0 - i32.store $drop=, 12($1), $pop15 + i32.store 12($1), $pop15 i32.const $push14=, 0 i32.const $push10=, 12 i32.add $push11=, $1, $pop10 i32.call $push13=, foo@FUNCTION, $pop11 tee_local $push12=, $0=, $pop13 - i32.store $drop=, x($pop14), $pop12 + i32.store x($pop14), $pop12 call bar@FUNCTION block i32.load $push0=, 0($0) @@ -62,7 +62,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $1, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push18=, 0 return $pop18 .LBB2_2: # %if.then @@ -83,5 +83,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr39228.c.s b/test/torture-s/pr39228.c.s index 9a6c8bba2..c3f905db4 100644 --- a/test/torture-s/pr39228.c.s +++ b/test/torture-s/pr39228.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39228.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39228.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -36,7 +36,7 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype __builtin_isinff, i32 .functype __builtin_isinfl, i32 diff --git a/test/torture-s/pr39233.c.s b/test/torture-s/pr39233.c.s index e4a9dfae9..9b57c66fa 100644 --- a/test/torture-s/pr39233.c.s +++ b/test/torture-s/pr39233.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39233.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39233.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -53,5 +53,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr39240.c.s b/test/torture-s/pr39240.c.s index 790e14648..e57ca8e05 100644 --- a/test/torture-s/pr39240.c.s +++ b/test/torture-s/pr39240.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39240.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39240.c" .section .text.bar1,"ax",@progbits .hidden bar1 .globl bar1 @@ -303,5 +303,5 @@ l6: .size l6, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr39339.c.s b/test/torture-s/pr39339.c.s index fa47a390e..58ea9f026 100644 --- a/test/torture-s/pr39339.c.s +++ b/test/torture-s/pr39339.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39339.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39339.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -19,14 +19,14 @@ foo: # @foo tee_local $push19=, $5=, $pop20 i32.add $push18=, $pop4, $pop19 tee_local $push17=, $0=, $pop18 - i32.store $drop=, 0($pop17), $1 + i32.store 0($pop17), $1 i32.const $push7=, -16 i32.and $push8=, $6, $pop7 i32.const $push5=, 15 i32.and $push6=, $2, $pop5 i32.or $push16=, $pop8, $pop6 tee_local $push15=, $6=, $pop16 - i32.store $drop=, 4($0), $pop15 + i32.store 4($0), $pop15 block i32.const $push10=, 2 i32.lt_s $push11=, $2, $pop10 @@ -45,10 +45,10 @@ foo: # @foo i32.load $push13=, 0($pop12) i32.add $push30=, $pop13, $2 tee_local $push29=, $6=, $pop30 - i32.store $drop=, 0($pop29), $4 + i32.store 0($pop29), $4 i32.const $push28=, -4 i32.add $push14=, $6, $pop28 - i32.store $drop=, 0($pop14), $1 + i32.store 0($pop14), $1 i32.const $push27=, 8 i32.add $2=, $2, $pop27 i32.const $push26=, -1 @@ -77,41 +77,41 @@ main: # @main i32.const $push21=, 64 i32.sub $push40=, $pop20, $pop21 tee_local $push39=, $0=, $pop40 - i32.store $drop=, __stack_pointer($pop22), $pop39 + i32.store __stack_pointer($pop22), $pop39 i32.const $push2=, 56 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i64.load $push1=, .Lmain.e+8($pop0):p2align=2 - i64.store $drop=, 0($pop3), $pop1 + i64.store 0($pop3), $pop1 i32.const $push38=, 0 i64.load $push4=, .Lmain.e($pop38):p2align=2 - i64.store $drop=, 48($0), $pop4 + i64.store 48($0), $pop4 i32.const $push5=, 4 - i32.store $drop=, 12($0), $pop5 + i32.store 12($0), $pop5 i32.const $push26=, 16 i32.add $push27=, $0, $pop26 - i32.store $drop=, 8($0), $pop27 + i32.store 8($0), $pop27 i32.const $push6=, 40 i32.add $push7=, $0, $pop6 i64.const $push8=, 0 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push9=, 32 i32.add $push10=, $0, $pop9 i64.const $push37=, 0 - i64.store $drop=, 0($pop10), $pop37 + i64.store 0($pop10), $pop37 i32.const $push36=, 0 - i32.store $drop=, 28($0), $pop36 + i32.store 28($0), $pop36 i32.const $push35=, 0 - i32.store $drop=, 24($0), $pop35 + i32.store 24($0), $pop35 i32.const $push34=, 0 - i32.store $drop=, 20($0), $pop34 + i32.store 20($0), $pop34 i32.const $push11=, 255 - i32.store8 $drop=, 4($0), $pop11 + i32.store8 4($0), $pop11 i32.const $push28=, 8 i32.add $push29=, $0, $pop28 - i32.store $drop=, 0($0), $pop29 + i32.store 0($0), $pop29 i32.const $push33=, 0 - i32.store $drop=, 16($0), $pop33 + i32.store 16($0), $pop33 i32.const $push30=, 48 i32.add $push31=, $0, $pop30 i32.const $push13=, 65 @@ -131,7 +131,7 @@ main: # @main i32.const $push25=, 0 i32.const $push23=, 64 i32.add $push24=, $0, $pop23 - i32.store $drop=, __stack_pointer($pop25), $pop24 + i32.store __stack_pointer($pop25), $pop24 i32.const $push18=, 0 return $pop18 .LBB1_3: # %if.then12 @@ -156,5 +156,5 @@ main: # @main .size .Lmain.e, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr39501.c.s b/test/torture-s/pr39501.c.s index c2bcfda4b..5405405d4 100644 --- a/test/torture-s/pr39501.c.s +++ b/test/torture-s/pr39501.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39501.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr39501.c" .section .text.float_min1,"ax",@progbits .hidden float_min1 .globl float_min1 @@ -478,6 +478,6 @@ main: # @main .size main, .Lfunc_end8-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr40022.c.s b/test/torture-s/pr40022.c.s index 70ed1ee3b..972961f40 100644 --- a/test/torture-s/pr40022.c.s +++ b/test/torture-s/pr40022.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40022.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40022.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo i32.const $push2=, 16 i32.sub $push5=, $pop1, $pop2 tee_local $push4=, $1=, $pop5 - i32.store $drop=, 12($pop4), $0 + i32.store 12($pop4), $0 i32.const $push3=, 12 i32.add $1=, $1, $pop3 #APP @@ -35,7 +35,7 @@ bar: # @bar # BB#0: # %entry i32.call $push2=, foo@FUNCTION, $1 tee_local $push1=, $1=, $pop2 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 block i32.eqz $push9=, $1 br_if 0, $pop9 # 0: down to label0 @@ -52,7 +52,7 @@ bar: # @bar end_block # label0: i32.call $push6=, foo@FUNCTION, $2 tee_local $push5=, $1=, $pop6 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 block i32.eqz $push10=, $1 br_if 0, $pop10 # 0: down to label3 @@ -68,7 +68,7 @@ bar: # @bar end_loop # label5: end_block # label3: i32.call $push0=, foo@FUNCTION, $3 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -84,7 +84,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, g - i32.store $drop=, f($pop1), $pop0 + i32.store f($pop1), $pop0 i32.const $push4=, d i32.const $push3=, e i32.const $push2=, f @@ -157,5 +157,5 @@ e: .size e, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr40057.c.s b/test/torture-s/pr40057.c.s index 9ca8fb911..51e613830 100644 --- a/test/torture-s/pr40057.c.s +++ b/test/torture-s/pr40057.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40057.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40057.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -69,5 +69,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr40386.c.s b/test/torture-s/pr40386.c.s index 55af11dcd..94ed473c5 100644 --- a/test/torture-s/pr40386.c.s +++ b/test/torture-s/pr40386.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40386.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40386.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -290,6 +290,6 @@ shift2: .size shift2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr40404.c.s b/test/torture-s/pr40404.c.s index fc9a3d6e4..9f1b44c01 100644 --- a/test/torture-s/pr40404.c.s +++ b/test/torture-s/pr40404.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40404.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40404.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -12,7 +12,7 @@ main: # @main i32.load $push1=, s($pop5) i32.const $push2=, 131071 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, s($pop0), $pop3 + i32.store s($pop0), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -29,4 +29,4 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr40493.c.s b/test/torture-s/pr40493.c.s index bada7d386..68864e7dd 100644 --- a/test/torture-s/pr40493.c.s +++ b/test/torture-s/pr40493.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40493.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40493.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,16 +10,16 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 22 - i32.store $drop=, x01($pop1), $pop0 + i32.store x01($pop1), $pop0 i32.const $push8=, 0 i32.const $push2=, 2 - i32.store $drop=, x00($pop8), $pop2 + i32.store x00($pop8), $pop2 i32.const $push7=, 0 i32.const $push6=, 2 - i32.store $drop=, y00($pop7), $pop6 + i32.store y00($pop7), $pop6 i32.const $push5=, 0 i32.const $push4=, 22 - i32.store $drop=, y01($pop5), $pop4 + i32.store y01($pop5), $pop4 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -63,4 +63,4 @@ y01: .size y01, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr40579.c.s b/test/torture-s/pr40579.c.s index a8bc86022..1c6bfd205 100644 --- a/test/torture-s/pr40579.c.s +++ b/test/torture-s/pr40579.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40579.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40579.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -41,5 +41,5 @@ foo: # @foo .size foo, .Lfunc_end1-foo - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr40657.c.s b/test/torture-s/pr40657.c.s index 9b7c40853..4d693ad71 100644 --- a/test/torture-s/pr40657.c.s +++ b/test/torture-s/pr40657.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40657.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40657.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -13,7 +13,7 @@ bar: # @bar i32.const $push2=, 16 i32.sub $push5=, $pop1, $pop2 tee_local $push4=, $1=, $pop5 - i32.store $drop=, 12($pop4), $0 + i32.store 12($pop4), $0 i32.const $push3=, 12 i32.add $0=, $1, $pop3 #APP @@ -37,7 +37,7 @@ foo: # @foo i32.const $push3=, 16 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $1=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.const $push8=, 12 i32.add $push9=, $1, $pop8 call bar@FUNCTION, $pop9 @@ -46,7 +46,7 @@ foo: # @foo i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $1, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 copy_local $push12=, $0 # fallthrough-return: $pop12 .endfunc @@ -88,6 +88,6 @@ v: .size v, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr40668.c.s b/test/torture-s/pr40668.c.s index f9bed9383..25719ced4 100644 --- a/test/torture-s/pr40668.c.s +++ b/test/torture-s/pr40668.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40668.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40668.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -29,7 +29,7 @@ bar: # @bar i32.const $push11=, .Lswitch.table i32.add $push12=, $pop10, $pop11 i32.load $push13=, 0($pop12) - i32.store $drop=, 0($1):p2align=0, $pop13 + i32.store 0($1):p2align=0, $pop13 .LBB0_3: # %sw.epilog end_block # label0: # fallthrough-return @@ -66,4 +66,4 @@ main: # @main .size .Lswitch.table, 36 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr40747.c.s b/test/torture-s/pr40747.c.s index c02bb235c..30cee961b 100644 --- a/test/torture-s/pr40747.c.s +++ b/test/torture-s/pr40747.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40747.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr40747.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,4 +31,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr41239.c.s b/test/torture-s/pr41239.c.s index c3d878adb..16fa8f433 100644 --- a/test/torture-s/pr41239.c.s +++ b/test/torture-s/pr41239.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41239.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41239.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -15,7 +15,7 @@ test: # @test i32.const $push13=, 16 i32.sub $push21=, $pop12, $pop13 tee_local $push20=, $3=, $pop21 - i32.store $drop=, __stack_pointer($pop14), $pop20 + i32.store __stack_pointer($pop14), $pop20 i32.load $1=, 4($0) block i32.const $push0=, 8 @@ -38,14 +38,14 @@ test: # @test i32.const $push8=, .L.str.1 i32.const $push23=, 0 i32.call $push9=, fn4@FUNCTION, $pop8, $pop23 - i32.store $drop=, 0($3), $pop9 + i32.store 0($3), $pop9 call fn2@FUNCTION, $2, $3 .LBB0_3: # %if.end end_block # label0: i32.const $push17=, 0 i32.const $push15=, 16 i32.add $push16=, $3, $pop15 - i32.store $drop=, __stack_pointer($pop17), $pop16 + i32.store __stack_pointer($pop17), $pop16 i32.div_s $push10=, $1, $0 # fallthrough-return: $pop10 .endfunc @@ -141,15 +141,15 @@ main: # @main i32.const $push7=, 16 i32.sub $push11=, $pop6, $pop7 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop8), $pop10 + i32.store __stack_pointer($pop8), $pop10 i32.const $push2=, 8 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load $push1=, .Lmain.s+8($pop0) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push9=, 0 i64.load $push4=, .Lmain.s($pop9):p2align=2 - i64.store $drop=, 0($0), $pop4 + i64.store 0($0), $pop4 i32.call $drop=, test@FUNCTION, $0 call abort@FUNCTION unreachable @@ -184,6 +184,6 @@ main: # @main .size .Lmain.s, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr41317.c.s b/test/torture-s/pr41317.c.s index fe4254503..afc79386f 100644 --- a/test/torture-s/pr41317.c.s +++ b/test/torture-s/pr41317.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41317.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41317.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr41395-1.c.s b/test/torture-s/pr41395-1.c.s index 80bea946d..90497c7b0 100644 --- a/test/torture-s/pr41395-1.c.s +++ b/test/torture-s/pr41395-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41395-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41395-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,11 +15,11 @@ foo: # @foo i32.add $push10=, $pop2, $pop3 tee_local $push9=, $1=, $pop10 i32.const $push4=, 0 - i32.store16 $drop=, 0($pop9), $pop4 + i32.store16 0($pop9), $pop4 i32.const $push5=, 24 i32.add $push6=, $0, $pop5 i32.const $push8=, 1 - i32.store16 $drop=, 0($pop6), $pop8 + i32.store16 0($pop6), $pop8 i32.load16_s $push7=, 0($1) # fallthrough-return: $pop7 .endfunc @@ -53,6 +53,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype abort, void diff --git a/test/torture-s/pr41395-2.c.s b/test/torture-s/pr41395-2.c.s index feae2e7c8..7fc9b1a7e 100644 --- a/test/torture-s/pr41395-2.c.s +++ b/test/torture-s/pr41395-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41395-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41395-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,11 +15,11 @@ foo: # @foo i32.add $push10=, $pop2, $pop3 tee_local $push9=, $1=, $pop10 i32.const $push4=, 0 - i32.store16 $drop=, 0($pop9), $pop4 + i32.store16 0($pop9), $pop4 i32.const $push5=, 40 i32.add $push6=, $0, $pop5 i32.const $push8=, 1 - i32.store16 $drop=, 0($pop6), $pop8 + i32.store16 0($pop6), $pop8 i32.load16_s $push7=, 0($1) # fallthrough-return: $pop7 .endfunc @@ -53,6 +53,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype abort, void diff --git a/test/torture-s/pr41750.c.s b/test/torture-s/pr41750.c.s index 21eb8271e..8f05bb08a 100644 --- a/test/torture-s/pr41750.c.s +++ b/test/torture-s/pr41750.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41750.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41750.c" .section .text.foo_create_got_section,"ax",@progbits .hidden foo_create_got_section .globl foo_create_got_section @@ -9,7 +9,7 @@ foo_create_got_section: # @foo_create_got_section .result i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 8($pop0), $0 + i32.store 8($pop0), $0 i32.const $push1=, 1 # fallthrough-return: $pop1 .endfunc @@ -39,7 +39,7 @@ elf64_ia64_check_relocs: # @elf64_ia64_check_relocs # BB#2: # %if.then3.i i32.const $push0=, 4 i32.add $push1=, $2, $pop0 - i32.store $drop=, 0($pop1), $0 + i32.store 0($pop1), $0 copy_local $3=, $0 .LBB1_3: # %if.end.i end_block # label1: @@ -64,7 +64,7 @@ main: # @main # BB#0: # %entry i32.const $push6=, 0 i32.const $push0=, hash - i32.store $drop=, link_info($pop6), $pop0 + i32.store link_info($pop6), $pop0 block i32.const $push2=, abfd i32.const $push1=, link_info @@ -111,5 +111,5 @@ abfd: .size abfd, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr41917.c.s b/test/torture-s/pr41917.c.s index 02ad7e33f..4b42f2f3b 100644 --- a/test/torture-s/pr41917.c.s +++ b/test/torture-s/pr41917.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41917.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41917.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -38,5 +38,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr41919.c.s b/test/torture-s/pr41919.c.s index 62379cce8..bc0eb5875 100644 --- a/test/torture-s/pr41919.c.s +++ b/test/torture-s/pr41919.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41919.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr41919.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -23,4 +23,4 @@ g_23: .size g_23, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr42006.c.s b/test/torture-s/pr42006.c.s index 47c407e90..38453c3e4 100644 --- a/test/torture-s/pr42006.c.s +++ b/test/torture-s/pr42006.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42006.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42006.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr42142.c.s b/test/torture-s/pr42142.c.s index 2d2d5a12b..94a55861d 100644 --- a/test/torture-s/pr42142.c.s +++ b/test/torture-s/pr42142.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42142.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42142.c" .section .text.sort,"ax",@progbits .hidden sort .globl sort @@ -47,5 +47,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42154.c.s b/test/torture-s/pr42154.c.s index 1211e6859..de46bc95e 100644 --- a/test/torture-s/pr42154.c.s +++ b/test/torture-s/pr42154.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42154.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42154.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,5 +39,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42231.c.s b/test/torture-s/pr42231.c.s index 51f8cb4d9..270bdb362 100644 --- a/test/torture-s/pr42231.c.s +++ b/test/torture-s/pr42231.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42231.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42231.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -77,7 +77,7 @@ storemax: # @storemax br_if 0, $pop1 # 0: down to label3 # BB#1: # %if.then i32.const $push3=, 0 - i32.store $drop=, max($pop3), $0 + i32.store max($pop3), $0 .LBB2_2: # %if.end end_block # label3: # fallthrough-return @@ -93,5 +93,5 @@ max: .size max, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42248.c.s b/test/torture-s/pr42248.c.s index 721241517..589711cdc 100644 --- a/test/torture-s/pr42248.c.s +++ b/test/torture-s/pr42248.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42248.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42248.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -35,9 +35,9 @@ init: # @init .param i32, i32 # BB#0: # %entry i64.load $push0=, 0($1) - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i64.load $push1=, 8($1) - i64.store $drop=, 8($0), $pop1 + i64.store 8($0), $pop1 # fallthrough-return .endfunc .Lfunc_end1: @@ -52,10 +52,10 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 0 - i64.store $drop=, g1s+8($pop1), $pop0 + i64.store g1s+8($pop1), $pop0 i32.const $push4=, 0 i64.const $push2=, 4607182418800017408 - i64.store $drop=, g1s($pop4), $pop2 + i64.store g1s($pop4), $pop2 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -72,5 +72,5 @@ g1s: .size g1s, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42269-2.c.s b/test/torture-s/pr42269-2.c.s index 2269661c2..7e0df4772 100644 --- a/test/torture-s/pr42269-2.c.s +++ b/test/torture-s/pr42269-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42269-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42269-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -43,4 +43,4 @@ s: .size s, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr42512.c.s b/test/torture-s/pr42512.c.s index 164275a41..4af46ec10 100644 --- a/test/torture-s/pr42512.c.s +++ b/test/torture-s/pr42512.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42512.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42512.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -27,7 +27,7 @@ main: # @main # BB#2: # %for.end end_loop # label1: i32.const $push12=, 0 - i32.store16 $drop=, g_3($pop12), $2 + i32.store16 g_3($pop12), $2 block i32.const $push3=, 65535 i32.and $push4=, $2, $pop3 @@ -55,5 +55,5 @@ g_3: .size g_3, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42544.c.s b/test/torture-s/pr42544.c.s index 435697995..2d6b0310a 100644 --- a/test/torture-s/pr42544.c.s +++ b/test/torture-s/pr42544.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42544.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42544.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr42570.c.s b/test/torture-s/pr42570.c.s index e9bb423d6..c7f0570ff 100644 --- a/test/torture-s/pr42570.c.s +++ b/test/torture-s/pr42570.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42570.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42570.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -21,4 +21,4 @@ foo: .size foo, 0 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr42614.c.s b/test/torture-s/pr42614.c.s index e988b5902..4e0f2f7db 100644 --- a/test/torture-s/pr42614.c.s +++ b/test/torture-s/pr42614.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42614.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42614.c" .section .text.init,"ax",@progbits .hidden init .globl init @@ -51,9 +51,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push13=, $pop3, $pop4 tee_local $push12=, $0=, $pop13 - i32.store $drop=, __stack_pointer($pop5), $pop12 + i32.store __stack_pointer($pop5), $pop12 i32.const $push0=, 0 - i32.store8 $drop=, 15($0), $pop0 + i32.store8 15($0), $pop0 i32.const $push1=, 1 i32.const $push9=, 15 i32.add $push10=, $0, $pop9 @@ -61,7 +61,7 @@ main: # @main i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 i32.const $push11=, 0 # fallthrough-return: $pop11 .endfunc @@ -69,6 +69,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype malloc, i32, i32 .functype abort, void diff --git a/test/torture-s/pr42691.c.s b/test/torture-s/pr42691.c.s index 4de0c9f31..e96ea12b5 100644 --- a/test/torture-s/pr42691.c.s +++ b/test/torture-s/pr42691.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42691.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42691.c" .section .text.add,"ax",@progbits .hidden add .globl add @@ -61,11 +61,11 @@ main: # @main i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $2=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 + i32.store __stack_pointer($pop9), $pop14 i64.const $push1=, 4627167142146473984 - i64.store $drop=, 8($2), $pop1 + i64.store 8($2), $pop1 i64.const $push2=, 9218868437227405312 - i64.store $drop=, 0($2), $pop2 + i64.store 0($2), $pop2 i32.const $push13=, 8 i32.or $0=, $2, $pop13 f64.const $1=, infinity @@ -90,7 +90,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $2, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push5=, 0 return $pop5 .LBB1_4: # %if.then3.i @@ -102,5 +102,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42721.c.s b/test/torture-s/pr42721.c.s index 8ee1b5efe..4f7a6aa45 100644 --- a/test/torture-s/pr42721.c.s +++ b/test/torture-s/pr42721.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42721.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42721.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 1 i32.xor $push1=, $pop2, $pop0 - i32.store $drop=, b($pop5), $pop1 + i32.store b($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -36,5 +36,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr42833.c.s b/test/torture-s/pr42833.c.s index a091535de..c0b984c78 100644 --- a/test/torture-s/pr42833.c.s +++ b/test/torture-s/pr42833.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42833.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr42833.c" .section .text.helper_neon_rshl_s8,"ax",@progbits .hidden helper_neon_rshl_s8 .globl helper_neon_rshl_s8 @@ -234,4 +234,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr43008.c.s b/test/torture-s/pr43008.c.s index 10c91fa15..42ad15bfa 100644 --- a/test/torture-s/pr43008.c.s +++ b/test/torture-s/pr43008.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43008.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43008.c" .section .text.my_alloc,"ax",@progbits .hidden my_alloc .globl my_alloc @@ -12,7 +12,7 @@ my_alloc: # @my_alloc i32.call $push3=, __builtin_malloc@FUNCTION, $pop0 tee_local $push2=, $0=, $pop3 i32.const $push1=, i - i32.store $drop=, 0($pop2), $pop1 + i32.store 0($pop2), $pop1 copy_local $push4=, $0 # fallthrough-return: $pop4 .endfunc @@ -31,18 +31,18 @@ main: # @main i32.call $push12=, __builtin_malloc@FUNCTION, $pop0 tee_local $push11=, $0=, $pop12 i32.const $push1=, i - i32.store $drop=, 0($pop11), $pop1 + i32.store 0($pop11), $pop1 i32.const $push10=, 4 i32.call $push2=, __builtin_malloc@FUNCTION, $pop10 i32.const $push9=, i - i32.store $drop=, 0($pop2), $pop9 + i32.store 0($pop2), $pop9 i32.load $push8=, 0($0) tee_local $push7=, $0=, $pop8 i32.const $push3=, 1 - i32.store $drop=, 0($pop7), $pop3 + i32.store 0($pop7), $pop3 i32.const $push6=, 0 i32.const $push5=, 0 - i32.store $drop=, i($pop6), $pop5 + i32.store i($pop6), $pop5 block i32.load $push4=, 0($0) br_if 0, $pop4 # 0: down to label0 @@ -67,6 +67,6 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype __builtin_malloc, i32 .functype abort, void diff --git a/test/torture-s/pr43220.c.s b/test/torture-s/pr43220.c.s index 489deb15b..54116b2f3 100644 --- a/test/torture-s/pr43220.c.s +++ b/test/torture-s/pr43220.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43220.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43220.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -29,12 +29,12 @@ main: # @main tee_local $push37=, $1=, $pop38 copy_local $drop=, $pop37 i32.const $push36=, 1 - i32.store $drop=, 0($1), $pop36 + i32.store 0($1), $pop36 i32.const $push35=, 0 - i32.store $drop=, p($pop35), $1 + i32.store p($pop35), $1 i32.add $push4=, $1, $0 i32.const $push34=, 2 - i32.store $drop=, 0($pop4), $pop34 + i32.store 0($pop4), $pop34 copy_local $push3=, $3 copy_local $push33=, $pop3 tee_local $push32=, $3=, $pop33 @@ -53,12 +53,12 @@ main: # @main tee_local $push23=, $1=, $pop24 copy_local $drop=, $pop23 i32.const $push22=, 1 - i32.store $drop=, 0($1), $pop22 + i32.store 0($1), $pop22 i32.const $push21=, 0 - i32.store $drop=, p($pop21), $1 + i32.store p($pop21), $1 i32.add $push10=, $1, $0 i32.const $push20=, 2 - i32.store $drop=, 0($pop10), $pop20 + i32.store 0($pop10), $pop20 copy_local $push9=, $3 copy_local $3=, $pop9 i32.const $push19=, 2 @@ -85,4 +85,4 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr43236.c.s b/test/torture-s/pr43236.c.s index 36779a052..1239ccf91 100644 --- a/test/torture-s/pr43236.c.s +++ b/test/torture-s/pr43236.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43236.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43236.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,89 +14,89 @@ main: # @main i32.const $push26=, 96 i32.sub $push77=, $pop25, $pop26 tee_local $push76=, $0=, $pop77 - i32.store $drop=, __stack_pointer($pop27), $pop76 + i32.store __stack_pointer($pop27), $pop76 i32.const $push31=, 64 i32.add $push32=, $0, $pop31 i32.const $push0=, 28 i32.add $push1=, $pop32, $pop0 i32.const $push2=, 257 - i32.store16 $drop=, 0($pop1), $pop2 + i32.store16 0($pop1), $pop2 i32.const $push33=, 64 i32.add $push34=, $0, $pop33 i32.const $push3=, 24 i32.add $push4=, $pop34, $pop3 i32.const $push5=, 16843009 - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 i32.const $push35=, 64 i32.add $push36=, $0, $pop35 i32.const $push6=, 16 i32.add $push7=, $pop36, $pop6 i64.const $push8=, 72340172838076673 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push37=, 32 i32.add $push38=, $0, $pop37 i32.const $push75=, 28 i32.add $push9=, $pop38, $pop75 i32.const $push74=, 257 - i32.store16 $drop=, 0($pop9), $pop74 + i32.store16 0($pop9), $pop74 i32.const $push39=, 32 i32.add $push40=, $0, $pop39 i32.const $push73=, 24 i32.add $push10=, $pop40, $pop73 i32.const $push72=, 16843009 - i32.store $drop=, 0($pop10), $pop72 + i32.store 0($pop10), $pop72 i32.const $push41=, 32 i32.add $push42=, $0, $pop41 i32.const $push71=, 16 i32.add $push11=, $pop42, $pop71 i64.const $push70=, 72340172838076673 - i64.store $drop=, 0($pop11), $pop70 + i64.store 0($pop11), $pop70 i64.const $push69=, 72340172838076673 - i64.store $drop=, 64($0), $pop69 + i64.store 64($0), $pop69 i64.const $push68=, 72340172838076673 - i64.store $drop=, 72($0), $pop68 + i64.store 72($0), $pop68 i64.const $push67=, 72340172838076673 - i64.store $drop=, 40($0), $pop67 + i64.store 40($0), $pop67 i64.const $push66=, 72340172838076673 - i64.store $drop=, 32($0), $pop66 + i64.store 32($0), $pop66 i32.const $push43=, 64 i32.add $push44=, $0, $pop43 i32.const $push12=, 18 i32.add $push13=, $pop44, $pop12 i32.const $push14=, 0 - i32.store16 $drop=, 0($pop13), $pop14 + i32.store16 0($pop13), $pop14 i64.const $push15=, 0 - i64.store $drop=, 74($0):p2align=1, $pop15 + i64.store 74($0):p2align=1, $pop15 i32.const $push45=, 32 i32.add $push46=, $0, $pop45 i32.const $push65=, 18 i32.add $push16=, $pop46, $pop65 i32.const $push64=, 0 - i32.store16 $drop=, 0($pop16), $pop64 + i32.store16 0($pop16), $pop64 i64.const $push63=, 0 - i64.store $drop=, 42($0):p2align=1, $pop63 + i64.store 42($0):p2align=1, $pop63 i32.const $push62=, 28 i32.add $push17=, $0, $pop62 i32.const $push61=, 257 - i32.store16 $drop=, 0($pop17), $pop61 + i32.store16 0($pop17), $pop61 i32.const $push60=, 24 i32.add $push18=, $0, $pop60 i32.const $push59=, 16843009 - i32.store $drop=, 0($pop18), $pop59 + i32.store 0($pop18), $pop59 i32.const $push58=, 16 i32.add $push19=, $0, $pop58 i64.const $push57=, 72340172838076673 - i64.store $drop=, 0($pop19), $pop57 + i64.store 0($pop19), $pop57 i64.const $push56=, 72340172838076673 - i64.store $drop=, 8($0), $pop56 + i64.store 8($0), $pop56 i64.const $push55=, 72340172838076673 - i64.store $drop=, 0($0), $pop55 + i64.store 0($0), $pop55 i32.const $push54=, 18 i32.add $push20=, $0, $pop54 i32.const $push53=, 0 - i32.store16 $drop=, 0($pop20), $pop53 + i32.store16 0($pop20), $pop53 i64.const $push52=, 0 - i64.store $drop=, 10($0):p2align=1, $pop52 + i64.store 10($0):p2align=1, $pop52 block i32.const $push47=, 64 i32.add $push48=, $0, $pop47 @@ -113,7 +113,7 @@ main: # @main i32.const $push30=, 0 i32.const $push28=, 96 i32.add $push29=, $0, $pop28 - i32.store $drop=, __stack_pointer($pop30), $pop29 + i32.store __stack_pointer($pop30), $pop29 i32.const $push23=, 0 return $pop23 .LBB0_3: # %if.then @@ -125,6 +125,6 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/pr43269.c.s b/test/torture-s/pr43269.c.s index 283ffca08..75cae8209 100644 --- a/test/torture-s/pr43269.c.s +++ b/test/torture-s/pr43269.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43269.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43269.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -31,7 +31,7 @@ func_32: # @func_32 # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, -1 - i32.store $drop=, g_261($pop1), $pop0 + i32.store g_261($pop1), $pop0 block i32.const $push5=, 0 i32.load $push2=, g_211($pop5) @@ -79,5 +79,5 @@ g_211: .size g_211, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr43385.c.s b/test/torture-s/pr43385.c.s index d8872aec5..834772114 100644 --- a/test/torture-s/pr43385.c.s +++ b/test/torture-s/pr43385.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43385.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43385.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -19,7 +19,7 @@ foo: # @foo i32.load $push1=, e($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, e($pop0), $pop3 + i32.store e($pop0), $pop3 .LBB0_3: # %if.end end_block # label0: # fallthrough-return @@ -147,5 +147,5 @@ e: .size e, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr43438.c.s b/test/torture-s/pr43438.c.s index f032e3d75..ed1805e49 100644 --- a/test/torture-s/pr43438.c.s +++ b/test/torture-s/pr43438.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43438.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43438.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, g_9($pop1), $pop0 + i32.store g_9($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -24,4 +24,4 @@ g_9: .size g_9, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr43560.c.s b/test/torture-s/pr43560.c.s index 7081dbe7b..a3921c031 100644 --- a/test/torture-s/pr43560.c.s +++ b/test/torture-s/pr43560.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43560.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43560.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -33,9 +33,9 @@ test: # @test br_if 1, $pop4 # 1: down to label2 # BB#3: # %while.body # in Loop: Header=BB0_2 Depth=1 - i32.store $drop=, 0($2), $3 + i32.store 0($2), $3 i32.const $push19=, 0 - i32.store8 $drop=, 0($1), $pop19 + i32.store8 0($1), $pop19 i32.load $push18=, 0($2) tee_local $push17=, $3=, $pop18 i32.const $push16=, 1 @@ -77,4 +77,4 @@ s: .size s, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr43629.c.s b/test/torture-s/pr43629.c.s index 86a293a09..9d95147d1 100644 --- a/test/torture-s/pr43629.c.s +++ b/test/torture-s/pr43629.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43629.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43629.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -32,5 +32,5 @@ flag: .size flag, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr43783.c.s b/test/torture-s/pr43783.c.s index 8e3e07291..b6446b2cd 100644 --- a/test/torture-s/pr43783.c.s +++ b/test/torture-s/pr43783.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43783.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43783.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,100 +9,100 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i64.const $push0=, 1 - i64.store $drop=, bid_Kx192+32($pop1), $pop0 + i64.store bid_Kx192+32($pop1), $pop0 i32.const $push64=, 0 i64.const $push2=, 0 - i64.store $drop=, bid_Kx192+8($pop64), $pop2 + i64.store bid_Kx192+8($pop64), $pop2 i32.const $push63=, 0 i64.const $push62=, 0 - i64.store $drop=, bid_Kx192+56($pop63), $pop62 + i64.store bid_Kx192+56($pop63), $pop62 i32.const $push61=, 0 i64.const $push60=, 0 - i64.store $drop=, bid_Kx192+80($pop61), $pop60 + i64.store bid_Kx192+80($pop61), $pop60 i32.const $push59=, 0 i64.const $push58=, 0 - i64.store $drop=, bid_Kx192+104($pop59), $pop58 + i64.store bid_Kx192+104($pop59), $pop58 i32.const $push57=, 0 i64.const $push56=, 0 - i64.store $drop=, bid_Kx192+128($pop57), $pop56 + i64.store bid_Kx192+128($pop57), $pop56 i32.const $push55=, 0 i64.const $push54=, 0 - i64.store $drop=, bid_Kx192+152($pop55), $pop54 + i64.store bid_Kx192+152($pop55), $pop54 i32.const $push53=, 0 i64.const $push52=, 0 - i64.store $drop=, bid_Kx192+176($pop53), $pop52 + i64.store bid_Kx192+176($pop53), $pop52 i32.const $push51=, 0 i64.const $push50=, 0 - i64.store $drop=, bid_Kx192+200($pop51), $pop50 + i64.store bid_Kx192+200($pop51), $pop50 i32.const $push49=, 0 i64.const $push48=, 0 - i64.store $drop=, bid_Kx192+224($pop49), $pop48 + i64.store bid_Kx192+224($pop49), $pop48 i32.const $push47=, 0 i64.const $push46=, 0 - i64.store $drop=, bid_Kx192+248($pop47), $pop46 + i64.store bid_Kx192+248($pop47), $pop46 i32.const $push45=, 0 i64.const $push44=, 0 - i64.store $drop=, bid_Kx192+272($pop45), $pop44 + i64.store bid_Kx192+272($pop45), $pop44 i32.const $push43=, 0 i64.const $push42=, 0 - i64.store $drop=, bid_Kx192+296($pop43), $pop42 + i64.store bid_Kx192+296($pop43), $pop42 i32.const $push41=, 0 i64.const $push40=, 0 - i64.store $drop=, bid_Kx192+320($pop41), $pop40 + i64.store bid_Kx192+320($pop41), $pop40 i32.const $push39=, 0 i64.const $push38=, 0 - i64.store $drop=, bid_Kx192+344($pop39), $pop38 + i64.store bid_Kx192+344($pop39), $pop38 i32.const $push37=, 0 i64.const $push36=, 0 - i64.store $drop=, bid_Kx192+368($pop37), $pop36 + i64.store bid_Kx192+368($pop37), $pop36 i32.const $push35=, 0 i64.const $push34=, 0 - i64.store $drop=, bid_Kx192+392($pop35), $pop34 + i64.store bid_Kx192+392($pop35), $pop34 i32.const $push33=, 0 i64.const $push32=, 0 - i64.store $drop=, bid_Kx192+416($pop33), $pop32 + i64.store bid_Kx192+416($pop33), $pop32 i32.const $push31=, 0 i64.const $push30=, 0 - i64.store $drop=, bid_Kx192+440($pop31), $pop30 + i64.store bid_Kx192+440($pop31), $pop30 i32.const $push29=, 0 i64.const $push28=, 0 - i64.store $drop=, bid_Kx192+464($pop29), $pop28 + i64.store bid_Kx192+464($pop29), $pop28 i32.const $push27=, 0 i64.const $push26=, 0 - i64.store $drop=, bid_Kx192+488($pop27), $pop26 + i64.store bid_Kx192+488($pop27), $pop26 i32.const $push25=, 0 i64.const $push24=, 0 - i64.store $drop=, bid_Kx192+512($pop25), $pop24 + i64.store bid_Kx192+512($pop25), $pop24 i32.const $push23=, 0 i64.const $push22=, 0 - i64.store $drop=, bid_Kx192+536($pop23), $pop22 + i64.store bid_Kx192+536($pop23), $pop22 i32.const $push21=, 0 i64.const $push20=, 0 - i64.store $drop=, bid_Kx192+560($pop21), $pop20 + i64.store bid_Kx192+560($pop21), $pop20 i32.const $push19=, 0 i64.const $push18=, 0 - i64.store $drop=, bid_Kx192+584($pop19), $pop18 + i64.store bid_Kx192+584($pop19), $pop18 i32.const $push17=, 0 i64.const $push16=, 0 - i64.store $drop=, bid_Kx192+608($pop17), $pop16 + i64.store bid_Kx192+608($pop17), $pop16 i32.const $push15=, 0 i64.const $push14=, 0 - i64.store $drop=, bid_Kx192+632($pop15), $pop14 + i64.store bid_Kx192+632($pop15), $pop14 i32.const $push13=, 0 i64.const $push12=, 0 - i64.store $drop=, bid_Kx192+656($pop13), $pop12 + i64.store bid_Kx192+656($pop13), $pop12 i32.const $push11=, 0 i64.const $push10=, 0 - i64.store $drop=, bid_Kx192+680($pop11), $pop10 + i64.store bid_Kx192+680($pop11), $pop10 i32.const $push9=, 0 i64.const $push8=, 0 - i64.store $drop=, bid_Kx192+704($pop9), $pop8 + i64.store bid_Kx192+704($pop9), $pop8 i32.const $push7=, 0 i64.const $push6=, 0 - i64.store $drop=, bid_Kx192+728($pop7), $pop6 + i64.store bid_Kx192+728($pop7), $pop6 i32.const $push5=, 0 i64.const $push4=, 0 - i64.store $drop=, bid_Kx192+752($pop5), $pop4 + i64.store bid_Kx192+752($pop5), $pop4 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -119,4 +119,4 @@ bid_Kx192: .size bid_Kx192, 768 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr43784.c.s b/test/torture-s/pr43784.c.s index 14ec3b299..80a12036a 100644 --- a/test/torture-s/pr43784.c.s +++ b/test/torture-s/pr43784.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43784.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43784.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,14 +14,14 @@ main: # @main i32.const $push11=, 256 i32.sub $push17=, $pop10, $pop11 tee_local $push16=, $2=, $pop17 - i32.store $drop=, __stack_pointer($pop12), $pop16 + i32.store __stack_pointer($pop12), $pop16 i32.const $1=, 0 .LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 loop # label0: i32.const $push22=, v i32.add $push0=, $1, $pop22 - i32.store8 $drop=, 0($pop0), $1 + i32.store8 0($pop0), $1 i32.const $push21=, 1 i32.add $push20=, $1, $pop21 tee_local $push19=, $1=, $pop20 @@ -56,7 +56,7 @@ main: # @main i32.const $push15=, 0 i32.const $push13=, 256 i32.add $push14=, $2, $pop13 - i32.store $drop=, __stack_pointer($pop15), $pop14 + i32.store __stack_pointer($pop15), $pop14 i32.const $push8=, 0 return $pop8 .LBB0_6: # %if.then @@ -88,5 +88,5 @@ v: .size v, 260 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr43835.c.s b/test/torture-s/pr43835.c.s index 7c3d3fe77..522274bfe 100644 --- a/test/torture-s/pr43835.c.s +++ b/test/torture-s/pr43835.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43835.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43835.c" .section .text.Parrot_gc_mark_PMC_alive_fun,"ax",@progbits .hidden Parrot_gc_mark_PMC_alive_fun .globl Parrot_gc_mark_PMC_alive_fun @@ -75,18 +75,18 @@ main: # @main i32.const $push5=, 16 i32.sub $push13=, $pop4, $pop5 tee_local $push12=, $0=, $pop13 - i32.store $drop=, __stack_pointer($pop6), $pop12 + i32.store __stack_pointer($pop6), $pop12 i32.const $push0=, 4 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i64.const $push1=, 180388626432 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push10=, 12 i32.add $push11=, $0, $pop10 call mark_cell@FUNCTION, $pop11, $0 i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -94,5 +94,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr43987.c.s b/test/torture-s/pr43987.c.s index 081c90773..9e811fe49 100644 --- a/test/torture-s/pr43987.c.s +++ b/test/torture-s/pr43987.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43987.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr43987.c" .section .text.add_input_file,"ax",@progbits .hidden add_input_file .globl add_input_file @@ -9,7 +9,7 @@ add_input_file: # @add_input_file # BB#0: # %entry i32.const $push0=, 0 i32.load $push1=, B+4($pop0) - i32.store $drop=, 0($pop1), $0 + i32.store 0($pop1), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,7 +29,7 @@ main: # @main i32.sub $push6=, $pop2, $pop3 i32.const $push4=, 12 i32.add $push5=, $pop6, $pop4 - i32.store $drop=, B+4($pop0), $pop5 + i32.store B+4($pop0), $pop5 i32.const $push7=, 0 # fallthrough-return: $pop7 .endfunc @@ -46,4 +46,4 @@ B: .size B, 1024 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr44164.c.s b/test/torture-s/pr44164.c.s index 045be6e6d..6501907aa 100644 --- a/test/torture-s/pr44164.c.s +++ b/test/torture-s/pr44164.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44164.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44164.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -12,7 +12,7 @@ foo: # @foo i32.load $1=, 0($0) i32.const $push0=, 0 i32.const $push3=, 0 - i32.store $drop=, a($pop0), $pop3 + i32.store a($pop0), $pop3 i32.load $push1=, 0($0) i32.add $push2=, $1, $pop1 # fallthrough-return: $pop2 @@ -29,7 +29,7 @@ main: # @main # BB#0: # %entry i32.const $push5=, 0 i32.const $push0=, 1 - i32.store $drop=, a($pop5), $pop0 + i32.store a($pop5), $pop0 block i32.const $push1=, a i32.call $push2=, foo@FUNCTION, $pop1 @@ -57,5 +57,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr44202-1.c.s b/test/torture-s/pr44202-1.c.s index 4af166436..5cecc6533 100644 --- a/test/torture-s/pr44202-1.c.s +++ b/test/torture-s/pr44202-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44202-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44202-1.c" .section .text.add512,"ax",@progbits .hidden add512 .globl add512 @@ -16,7 +16,7 @@ add512: # @add512 i32.eqz $push3=, $pop1 br_if 0, $pop3 # 0: down to label0 # BB#1: # %if.then - i32.store $drop=, 0($1), $0 + i32.store 0($1), $0 .LBB0_2: # %if.end end_block # label0: copy_local $push4=, $2 @@ -40,7 +40,7 @@ add513: # @add513 tee_local $push1=, $2=, $pop2 br_if 0, $pop1 # 0: down to label1 # BB#1: # %if.then - i32.store $drop=, 0($1), $0 + i32.store 0($1), $0 .LBB1_2: # %if.end end_block # label1: copy_local $push3=, $2 @@ -63,11 +63,11 @@ main: # @main i32.const $push10=, 16 i32.sub $push19=, $pop9, $pop10 tee_local $push18=, $0=, $pop19 - i32.store $drop=, __stack_pointer($pop11), $pop18 + i32.store __stack_pointer($pop11), $pop18 i32.const $push17=, -1 - i32.store $drop=, 12($0), $pop17 + i32.store 12($0), $pop17 i32.const $push16=, -1 - i32.store $drop=, 8($0), $pop16 + i32.store 8($0), $pop16 block i32.const $push1=, -512 i32.const $push12=, 12 @@ -103,6 +103,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr44468.c.s b/test/torture-s/pr44468.c.s index b6eafafdc..28f910b37 100644 --- a/test/torture-s/pr44468.c.s +++ b/test/torture-s/pr44468.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44468.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44468.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -10,9 +10,9 @@ test1: # @test1 # BB#0: # %entry i32.const $push0=, 0 i32.const $push4=, 0 - i32.store $drop=, s+4($pop0), $pop4 + i32.store s+4($pop0), $pop4 i32.const $push1=, 3 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 i32.const $push3=, 0 i32.load $push2=, s+4($pop3) # fallthrough-return: $pop2 @@ -30,9 +30,9 @@ test2: # @test2 # BB#0: # %entry i32.const $push0=, 0 i32.const $push4=, 0 - i32.store $drop=, s+4($pop0), $pop4 + i32.store s+4($pop0), $pop4 i32.const $push1=, 3 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 i32.const $push3=, 0 i32.load $push2=, s+4($pop3) # fallthrough-return: $pop2 @@ -50,9 +50,9 @@ test3: # @test3 # BB#0: # %entry i32.const $push0=, 0 i32.const $push4=, 0 - i32.store $drop=, s+4($pop0), $pop4 + i32.store s+4($pop0), $pop4 i32.const $push1=, 3 - i32.store $drop=, 4($0), $pop1 + i32.store 4($0), $pop1 i32.const $push3=, 0 i32.load $push2=, s+4($pop3) # fallthrough-return: $pop2 @@ -69,7 +69,7 @@ main: # @main # BB#0: # %entry i32.const $push12=, 0 i64.const $push11=, 8589934593 - i64.store $drop=, s+4($pop12):p2align=2, $pop11 + i64.store s+4($pop12):p2align=2, $pop11 block i32.const $push10=, s i32.call $push0=, test1@FUNCTION, $pop10 @@ -79,7 +79,7 @@ main: # @main # BB#1: # %if.end i32.const $push16=, 0 i64.const $push15=, 8589934593 - i64.store $drop=, s+4($pop16):p2align=2, $pop15 + i64.store s+4($pop16):p2align=2, $pop15 i32.const $push14=, s i32.call $push2=, test2@FUNCTION, $pop14 i32.const $push13=, 3 @@ -88,7 +88,7 @@ main: # @main # BB#2: # %if.end4 i32.const $push17=, 0 i64.const $push4=, 8589934593 - i64.store $drop=, s+4($pop17):p2align=2, $pop4 + i64.store s+4($pop17):p2align=2, $pop4 i32.const $push5=, s i32.call $push6=, test3@FUNCTION, $pop5 i32.const $push7=, 3 @@ -115,5 +115,5 @@ s: .size s, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr44555.c.s b/test/torture-s/pr44555.c.s index 548deae3a..aaff68860 100644 --- a/test/torture-s/pr44555.c.s +++ b/test/torture-s/pr44555.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44555.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44555.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,4 +29,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr44575.c.s b/test/torture-s/pr44575.c.s index b4640d86b..7d5e19525 100644 --- a/test/torture-s/pr44575.c.s +++ b/test/torture-s/pr44575.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44575.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44575.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -13,7 +13,7 @@ check: # @check i32.const $push10=, 16 i32.sub $push14=, $pop9, $pop10 tee_local $push13=, $5=, $pop14 - i32.store $drop=, 12($pop13), $1 + i32.store 12($pop13), $1 i32.const $push12=, 4 i32.shl $2=, $0, $pop12 i32.const $push11=, 0 @@ -39,7 +39,7 @@ check: # @check tee_local $push20=, $4=, $pop21 i32.const $push19=, 12 i32.add $push5=, $pop20, $pop19 - i32.store $drop=, 12($5), $pop5 + i32.store 12($5), $pop5 i32.const $push18=, 0 i32.load $1=, fails($pop18) f32.load $push6=, 8($4) @@ -58,7 +58,7 @@ check: # @check i32.const $push25=, 1 i32.add $push24=, $1, $pop25 tee_local $push23=, $1=, $pop24 - i32.store $drop=, fails($pop26), $pop23 + i32.store fails($pop26), $pop23 .LBB0_5: # %if.end # in Loop: Header=BB0_1 Depth=1 end_block # label2: @@ -92,32 +92,32 @@ main: # @main i32.const $push13=, 32 i32.sub $push29=, $pop12, $pop13 tee_local $push28=, $0=, $pop29 - i32.store $drop=, __stack_pointer($pop14), $pop28 + i32.store __stack_pointer($pop14), $pop28 i32.const $push27=, 0 i32.const $push0=, -952139264 - i32.store $drop=, a+32($pop27), $pop0 + i32.store a+32($pop27), $pop0 i32.const $push1=, 24 i32.add $push2=, $0, $pop1 i32.const $push26=, 0 i64.load $push3=, a+28($pop26):p2align=2 - i64.store $drop=, 0($pop2):p2align=2, $pop3 + i64.store 0($pop2):p2align=2, $pop3 i32.const $push25=, 0 i32.load $push4=, a+24($pop25) - i32.store $drop=, 20($0), $pop4 + i32.store 20($0), $pop4 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 i32.const $push24=, 0 i32.load $push7=, a+32($pop24) - i32.store $drop=, 0($pop6), $pop7 + i32.store 0($pop6), $pop7 i32.const $push23=, 0 i64.load $push8=, a+24($pop23) - i64.store $drop=, 8($0):p2align=2, $pop8 + i64.store 8($0):p2align=2, $pop8 i32.const $push18=, 20 i32.add $push19=, $0, $pop18 - i32.store $drop=, 0($0), $pop19 + i32.store 0($0), $pop19 i32.const $push20=, 8 i32.add $push21=, $0, $pop20 - i32.store $drop=, 4($0), $pop21 + i32.store 4($0), $pop21 i32.const $push9=, 1 call check@FUNCTION, $pop9, $0 block @@ -128,7 +128,7 @@ main: # @main i32.const $push17=, 0 i32.const $push15=, 32 i32.add $push16=, $0, $pop15 - i32.store $drop=, __stack_pointer($pop17), $pop16 + i32.store __stack_pointer($pop17), $pop16 i32.const $push30=, 0 return $pop30 .LBB1_2: # %if.then @@ -158,5 +158,5 @@ a: .size a, 60 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr44683.c.s b/test/torture-s/pr44683.c.s index 5cb23efd1..522878575 100644 --- a/test/torture-s/pr44683.c.s +++ b/test/torture-s/pr44683.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44683.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44683.c" .section .text.copysign_bug,"ax",@progbits .hidden copysign_bug .globl copysign_bug @@ -62,5 +62,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr44828.c.s b/test/torture-s/pr44828.c.s index 7926331a6..549fe7ecf 100644 --- a/test/torture-s/pr44828.c.s +++ b/test/torture-s/pr44828.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44828.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44828.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -38,5 +38,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr44852.c.s b/test/torture-s/pr44852.c.s index c8aaed051..94149bbc2 100644 --- a/test/torture-s/pr44852.c.s +++ b/test/torture-s/pr44852.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44852.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44852.c" .section .text.sf,"ax",@progbits .hidden sf .globl sf @@ -32,9 +32,9 @@ sf: # @sf # BB#3: # %if.then end_loop # label2: i32.const $push4=, 48 - i32.store8 $drop=, 0($1), $pop4 + i32.store8 0($1), $pop4 i32.const $push6=, 49 - i32.store8 $drop=, 0($1), $pop6 + i32.store8 0($1), $pop6 return $2 .LBB0_4: # %while.end.loopexit end_block # label0: @@ -42,7 +42,7 @@ sf: # @sf i32.add $push7=, $2, $pop1 i32.const $push2=, 1 i32.add $push5=, $3, $pop2 - i32.store8 $drop=, 0($pop7), $pop5 + i32.store8 0($pop7), $pop5 copy_local $push16=, $2 # fallthrough-return: $pop16 .endfunc @@ -63,20 +63,20 @@ main: # @main i32.const $push19=, 16 i32.sub $push35=, $pop18, $pop19 tee_local $push34=, $0=, $pop35 - i32.store $drop=, __stack_pointer($pop20), $pop34 + i32.store __stack_pointer($pop20), $pop34 i32.const $push2=, 14 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i32.load8_u $push1=, .Lmain.s+6($pop0) - i32.store8 $drop=, 0($pop3), $pop1 + i32.store8 0($pop3), $pop1 i32.const $push5=, 12 i32.add $push6=, $0, $pop5 i32.const $push33=, 0 i32.load16_u $push4=, .Lmain.s+4($pop33):p2align=0 - i32.store16 $drop=, 0($pop6), $pop4 + i32.store16 0($pop6), $pop4 i32.const $push32=, 0 i32.load $push7=, .Lmain.s($pop32):p2align=0 - i32.store $drop=, 8($0), $pop7 + i32.store 8($0), $pop7 block i32.const $push26=, 8 i32.add $push27=, $0, $pop26 @@ -101,7 +101,7 @@ main: # @main i32.const $push23=, 0 i32.const $push21=, 16 i32.add $push22=, $0, $pop21 - i32.store $drop=, __stack_pointer($pop23), $pop22 + i32.store __stack_pointer($pop23), $pop22 i32.const $push16=, 0 return $pop16 .LBB1_3: # %if.then @@ -124,6 +124,6 @@ main: # @main .size .L.str, 7 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/pr44858.c.s b/test/torture-s/pr44858.c.s index bc0613509..dd3350b9d 100644 --- a/test/torture-s/pr44858.c.s +++ b/test/torture-s/pr44858.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44858.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44858.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,7 +27,7 @@ bar: # @bar i32.load $push1=, a($pop5) i32.const $push4=, 0 i32.ne $push2=, $pop1, $pop4 - i32.store $drop=, b($pop0), $pop2 + i32.store b($pop0), $pop2 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -78,5 +78,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr44942.c.s b/test/torture-s/pr44942.c.s index 4d66e4b6d..5926cb1ad 100644 --- a/test/torture-s/pr44942.c.s +++ b/test/torture-s/pr44942.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44942.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr44942.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -14,11 +14,11 @@ test1: # @test1 i32.const $push7=, 16 i32.sub $push13=, $pop6, $pop7 tee_local $push12=, $10=, $pop13 - i32.store $drop=, __stack_pointer($pop8), $pop12 - i32.store $drop=, 12($10), $9 + i32.store __stack_pointer($pop8), $pop12 + i32.store 12($10), $9 i32.const $push0=, 4 i32.add $push1=, $9, $pop0 - i32.store $drop=, 12($10), $pop1 + i32.store 12($10), $pop1 block i32.load $push2=, 0($9) i32.const $push3=, 1234 @@ -28,7 +28,7 @@ test1: # @test1 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $10, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .LBB0_2: # %if.then end_block # label0: @@ -52,11 +52,11 @@ test2: # @test2 i32.const $push7=, 16 i32.sub $push13=, $pop6, $pop7 tee_local $push12=, $19=, $pop13 - i32.store $drop=, __stack_pointer($pop8), $pop12 - i32.store $drop=, 12($19), $18 + i32.store __stack_pointer($pop8), $pop12 + i32.store 12($19), $18 i32.const $push0=, 4 i32.add $push1=, $18, $pop0 - i32.store $drop=, 12($19), $pop1 + i32.store 12($19), $pop1 block i32.load $push2=, 0($18) i32.const $push3=, 1234 @@ -66,7 +66,7 @@ test2: # @test2 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $19, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 return .LBB1_2: # %if.then end_block # label1: @@ -90,8 +90,8 @@ test3: # @test3 i32.const $push10=, 16 i32.sub $push18=, $pop9, $pop10 tee_local $push17=, $10=, $pop18 - i32.store $drop=, __stack_pointer($pop11), $pop17 - i32.store $drop=, 12($10), $9 + i32.store __stack_pointer($pop11), $pop17 + i32.store 12($10), $9 i32.const $push0=, 7 i32.add $push1=, $9, $pop0 i32.const $push2=, -8 @@ -99,7 +99,7 @@ test3: # @test3 tee_local $push15=, $9=, $pop16 i32.const $push3=, 8 i32.add $push4=, $pop15, $pop3 - i32.store $drop=, 12($10), $pop4 + i32.store 12($10), $pop4 block f64.load $push5=, 0($9) f64.const $push6=, 0x1.348p10 @@ -109,7 +109,7 @@ test3: # @test3 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $10, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB2_2: # %if.then end_block # label2: @@ -133,8 +133,8 @@ test4: # @test4 i32.const $push10=, 16 i32.sub $push18=, $pop9, $pop10 tee_local $push17=, $19=, $pop18 - i32.store $drop=, __stack_pointer($pop11), $pop17 - i32.store $drop=, 12($19), $18 + i32.store __stack_pointer($pop11), $pop17 + i32.store 12($19), $18 i32.const $push0=, 7 i32.add $push1=, $18, $pop0 i32.const $push2=, -8 @@ -142,7 +142,7 @@ test4: # @test4 tee_local $push15=, $18=, $pop16 i32.const $push3=, 8 i32.add $push4=, $pop15, $pop3 - i32.store $drop=, 12($19), $pop4 + i32.store 12($19), $pop4 block f64.load $push5=, 0($18) f64.const $push6=, 0x1.348p10 @@ -152,7 +152,7 @@ test4: # @test4 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $19, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB3_2: # %if.then end_block # label3: @@ -176,9 +176,9 @@ main: # @main i32.const $push8=, 128 i32.sub $push25=, $pop7, $pop8 tee_local $push24=, $2=, $pop25 - i32.store $drop=, __stack_pointer($pop9), $pop24 + i32.store __stack_pointer($pop9), $pop24 i32.const $push0=, 1234 - i32.store $drop=, 120($2), $pop0 + i32.store 120($2), $pop0 i32.const $push13=, 112 i32.add $push14=, $2, $pop13 call test1@FUNCTION, $2, $2, $2, $2, $2, $2, $2, $1, $pop14 @@ -187,24 +187,24 @@ main: # @main i32.const $push1=, 32 i32.add $push2=, $pop16, $pop1 i32.const $push23=, 1234 - i32.store $drop=, 0($pop2), $pop23 + i32.store 0($pop2), $pop23 i32.const $push17=, 64 i32.add $push18=, $2, $pop17 call test2@FUNCTION, $2, $2, $2, $2, $2, $2, $2, $1, $1, $2, $1, $1, $2, $1, $pop18 i64.const $push3=, 4653142004841054208 - i64.store $drop=, 56($2), $pop3 + i64.store 56($2), $pop3 i32.const $push19=, 48 i32.add $push20=, $2, $pop19 call test3@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $1, $pop20 i32.const $push22=, 32 i32.add $push4=, $2, $pop22 i64.const $push21=, 4653142004841054208 - i64.store $drop=, 0($pop4), $pop21 + i64.store 0($pop4), $pop21 call test4@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $1, $1, $0, $1, $1, $0, $1, $2 i32.const $push12=, 0 i32.const $push10=, 128 i32.add $push11=, $2, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push5=, 0 # fallthrough-return: $pop5 .endfunc @@ -212,5 +212,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr45034.c.s b/test/torture-s/pr45034.c.s index 4364cc027..8867bff08 100644 --- a/test/torture-s/pr45034.c.s +++ b/test/torture-s/pr45034.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45034.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45034.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -140,5 +140,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr45070.c.s b/test/torture-s/pr45070.c.s index 5aca1382d..e6e39e2d6 100644 --- a/test/torture-s/pr45070.c.s +++ b/test/torture-s/pr45070.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45070.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45070.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,12 +14,12 @@ main: # @main i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $2=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 + i32.store __stack_pointer($pop10), $pop15 i32.const $1=, 0 i32.const $push14=, 0 - i32.store $drop=, 8($2), $pop14 + i32.store 8($2), $pop14 i64.const $push0=, 0 - i64.store $drop=, 0($2), $pop0 + i64.store 0($2), $pop0 .LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 block @@ -60,7 +60,7 @@ main: # @main i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $2, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 i32.const $push6=, 0 return $pop6 .LBB0_7: # %if.then @@ -99,7 +99,7 @@ next: # @next # in Loop: Header=BB1_2 Depth=1 i32.const $3=, 0 i32.const $push12=, 0 - i32.store $drop=, 0($1), $pop12 + i32.store 0($1), $pop12 call fetch@FUNCTION, $0 i32.load $push7=, 0($0) i32.load $push6=, 0($2) @@ -111,7 +111,7 @@ next: # @next i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push11=, 1 - i32.store $drop=, 0($pop10), $pop11 + i32.store 0($pop10), $pop11 i32.const $3=, 65535 .LBB1_5: # %cleanup end_block # label5: @@ -127,12 +127,12 @@ fetch: # @fetch .param i32 # BB#0: # %entry i32.const $push0=, 128 - i32.store $drop=, 4($0), $pop0 + i32.store 4($0), $pop0 # fallthrough-return .endfunc .Lfunc_end2: .size fetch, .Lfunc_end2-fetch - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr45262.c.s b/test/torture-s/pr45262.c.s index 7f254c7bb..fa881bf46 100644 --- a/test/torture-s/pr45262.c.s +++ b/test/torture-s/pr45262.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45262.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45262.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -50,4 +50,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr45695.c.s b/test/torture-s/pr45695.c.s index 06c491ecd..f6664921c 100644 --- a/test/torture-s/pr45695.c.s +++ b/test/torture-s/pr45695.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45695.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr45695.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -71,5 +71,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr46019.c.s b/test/torture-s/pr46019.c.s index ea83fce30..86986153c 100644 --- a/test/torture-s/pr46019.c.s +++ b/test/torture-s/pr46019.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46019.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46019.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr46309.c.s b/test/torture-s/pr46309.c.s index 788b96eec..92b303808 100644 --- a/test/torture-s/pr46309.c.s +++ b/test/torture-s/pr46309.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46309.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46309.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -52,41 +52,41 @@ main: # @main i32.const $push6=, 16 i32.sub $push26=, $pop5, $pop6 tee_local $push25=, $0=, $pop26 - i32.store $drop=, __stack_pointer($pop7), $pop25 + i32.store __stack_pointer($pop7), $pop25 #APP #NO_APP i32.const $push0=, 2 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 i32.const $push11=, 12 i32.add $push12=, $0, $pop11 call bar@FUNCTION, $pop12 i32.const $push1=, 3 - i32.store $drop=, 12($0), $pop1 + i32.store 12($0), $pop1 i32.const $push13=, 12 i32.add $push14=, $0, $pop13 call bar@FUNCTION, $pop14 i32.const $push2=, 1 - i32.store $drop=, 8($0), $pop2 + i32.store 8($0), $pop2 i32.const $push3=, 0 i32.const $push15=, 8 i32.add $push16=, $0, $pop15 - i32.store $drop=, q($pop3), $pop16 + i32.store q($pop3), $pop16 i32.const $push24=, 0 - i32.store $drop=, 12($0), $pop24 + i32.store 12($0), $pop24 i32.const $push17=, 12 i32.add $push18=, $0, $pop17 call bar@FUNCTION, $pop18 i32.const $push23=, 0 - i32.store $drop=, 8($0), $pop23 + i32.store 8($0), $pop23 i32.const $push22=, 1 - i32.store $drop=, 12($0), $pop22 + i32.store 12($0), $pop22 i32.const $push19=, 12 i32.add $push20=, $0, $pop19 call bar@FUNCTION, $pop20 i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push21=, 0 # fallthrough-return: $pop21 .endfunc @@ -103,5 +103,5 @@ q: .size q, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr46316.c.s b/test/torture-s/pr46316.c.s index 6f2e105c6..88635db5c 100644 --- a/test/torture-s/pr46316.c.s +++ b/test/torture-s/pr46316.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46316.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46316.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -50,5 +50,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr46909-1.c.s b/test/torture-s/pr46909-1.c.s index 1522ad712..409a962c2 100644 --- a/test/torture-s/pr46909-1.c.s +++ b/test/torture-s/pr46909-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46909-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46909-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -72,5 +72,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr46909-2.c.s b/test/torture-s/pr46909-2.c.s index 76339bb90..4bb2cf910 100644 --- a/test/torture-s/pr46909-2.c.s +++ b/test/torture-s/pr46909-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46909-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr46909-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -75,5 +75,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr47148.c.s b/test/torture-s/pr47148.c.s index ebacb0d60..4e40dcc70 100644 --- a/test/torture-s/pr47148.c.s +++ b/test/torture-s/pr47148.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47148.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47148.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, b($pop0), $pop2 + i32.store b($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -24,4 +24,4 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr47155.c.s b/test/torture-s/pr47155.c.s index ecc74a4f8..655453e10 100644 --- a/test/torture-s/pr47155.c.s +++ b/test/torture-s/pr47155.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47155.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47155.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, a($pop1), $pop0 + i32.store a($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -35,4 +35,4 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr47237.c.s b/test/torture-s/pr47237.c.s index e069ce9dc..fd152f7e2 100644 --- a/test/torture-s/pr47237.c.s +++ b/test/torture-s/pr47237.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47237.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47237.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -37,7 +37,7 @@ foo: # @foo .size foo, .Lfunc_end1-foo - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype __builtin_apply, i32 .functype __builtin_apply_args, i32 .functype abort, void diff --git a/test/torture-s/pr47299.c.s b/test/torture-s/pr47299.c.s index cf3535c51..2fcffa715 100644 --- a/test/torture-s/pr47299.c.s +++ b/test/torture-s/pr47299.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47299.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47299.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,5 +40,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr47337.c.s b/test/torture-s/pr47337.c.s index 53481d716..01cb5386c 100644 --- a/test/torture-s/pr47337.c.s +++ b/test/torture-s/pr47337.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47337.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47337.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -19,7 +19,7 @@ main: # @main i32.const $push44=, a+1024 i32.add $push3=, $1, $pop44 i32.const $push43=, 1 - i32.store $drop=, 0($pop3), $pop43 + i32.store 0($pop3), $pop43 i32.const $push42=, 4 i32.add $push41=, $1, $pop42 tee_local $push40=, $1=, $pop41 @@ -28,7 +28,7 @@ main: # @main end_loop # label1: i32.const $push46=, 0 i32.const $push45=, 0 - i32.store $drop=, d($pop46), $pop45 + i32.store d($pop46), $pop45 block i32.eqz $push71=, $0 br_if 0, $pop71 # 0: down to label2 @@ -92,7 +92,7 @@ main: # @main i32.const $push47=, a i32.add $push38=, $pop37, $pop47 i32.load $push39=, 0($pop38) - i32.store $drop=, b($pop69), $pop39 + i32.store b($pop69), $pop39 .LBB0_4: # %if.end25 end_block # label2: i32.const $push70=, 0 @@ -144,5 +144,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/pr47538.c.s b/test/torture-s/pr47538.c.s index 28ec8fa90..06461090a 100644 --- a/test/torture-s/pr47538.c.s +++ b/test/torture-s/pr47538.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47538.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47538.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,10 +10,10 @@ foo: # @foo # BB#0: # %entry f64.load $push32=, 0($1) tee_local $push31=, $10=, $pop32 - f64.store $drop=, 0($0), $pop31 + f64.store 0($0), $pop31 f64.load $push30=, 8($1) tee_local $push29=, $8=, $pop30 - f64.store $drop=, 8($0), $pop29 + f64.store 8($0), $pop29 i32.load $5=, 16($0) f64.const $11=, 0x0p0 block @@ -37,9 +37,9 @@ foo: # @foo f64.load $push25=, 0($6) f64.mul $push36=, $4, $pop25 tee_local $push35=, $11=, $pop36 - f64.store $drop=, 8($5), $pop35 + f64.store 8($5), $pop35 f64.add $push26=, $11, $11 - f64.store $drop=, 0($5), $pop26 + f64.store 0($5), $pop26 return .LBB0_3: # %for.cond.preheader end_block # label1: @@ -69,7 +69,7 @@ foo: # @foo f64.convert_u/i32 $push11=, $9 f64.div $push46=, $pop10, $pop11 tee_local $push45=, $8=, $pop46 - f64.store $drop=, 0($0), $pop45 + f64.store 0($0), $pop45 i32.const $push44=, 8 i32.add $0=, $0, $pop44 i32.const $push43=, 8 @@ -103,14 +103,14 @@ foo: # @foo f64.add $push16=, $pop14, $pop15 f64.div $push51=, $pop21, $pop16 tee_local $push50=, $8=, $pop51 - f64.store $drop=, 0($pop23), $pop50 + f64.store 0($pop23), $pop50 f64.mul $push24=, $11, $8 f64.add $push49=, $10, $pop24 tee_local $push48=, $11=, $pop49 f64.add $11=, $pop48, $11 .LBB0_8: # %if.end53 end_block # label0: - f64.store $drop=, 0($5), $11 + f64.store 0($5), $11 # fallthrough-return .endfunc .Lfunc_end0: @@ -130,64 +130,64 @@ main: # @main i32.const $push99=, 112 i32.sub $push139=, $pop98, $pop99 tee_local $push138=, $2=, $pop139 - i32.store $drop=, __stack_pointer($pop100), $pop138 + i32.store __stack_pointer($pop100), $pop138 i32.const $push104=, 32 i32.add $push105=, $2, $pop104 i32.const $push0=, 24 i32.add $push1=, $pop105, $pop0 i32.const $push2=, 0 i64.load $push3=, .Lmain.c+24($pop2) - i64.store $drop=, 0($pop1), $pop3 + i64.store 0($pop1), $pop3 i32.const $push106=, 32 i32.add $push107=, $2, $pop106 i32.const $push4=, 16 i32.add $push5=, $pop107, $pop4 i32.const $push137=, 0 i64.load $push6=, .Lmain.c+16($pop137) - i64.store $drop=, 0($pop5), $pop6 + i64.store 0($pop5), $pop6 i32.const $push136=, 0 i64.load $push7=, .Lmain.c+8($pop136) - i64.store $drop=, 40($2), $pop7 + i64.store 40($2), $pop7 i32.const $push135=, 0 i64.load $push8=, .Lmain.c($pop135) - i64.store $drop=, 32($2), $pop8 + i64.store 32($2), $pop8 i32.const $push134=, 24 i32.add $push9=, $2, $pop134 i32.const $push133=, 0 i64.load $push10=, .Lmain.e+24($pop133) - i64.store $drop=, 0($pop9), $pop10 + i64.store 0($pop9), $pop10 i32.const $push11=, 3 - i32.store $drop=, 84($2), $pop11 + i32.store 84($2), $pop11 i32.const $push12=, 20 i32.add $push13=, $2, $pop12 i32.const $push132=, 0 i32.load $push14=, .Lmain.e+20($pop132) - i32.store $drop=, 0($pop13), $pop14 + i32.store 0($pop13), $pop14 i32.const $push108=, 32 i32.add $push109=, $2, $pop108 - i32.store $drop=, 80($2), $pop109 - i32.store $drop=, 104($2), $2 + i32.store 80($2), $pop109 + i32.store 104($2), $2 i32.const $push131=, 16 i32.add $push15=, $2, $pop131 i32.const $push130=, 0 i32.load $push16=, .Lmain.e+16($pop130) - i32.store $drop=, 0($pop15), $pop16 + i32.store 0($pop15), $pop16 i64.const $push17=, 4621819117588971520 - i64.store $drop=, 64($2), $pop17 + i64.store 64($2), $pop17 i64.const $push18=, 4618441417868443648 - i64.store $drop=, 72($2), $pop18 + i64.store 72($2), $pop18 i32.const $push129=, 0 i32.load $push19=, .Lmain.e+4($pop129) - i32.store $drop=, 4($2), $pop19 + i32.store 4($2), $pop19 i32.const $push128=, 0 i32.load $push20=, .Lmain.e($pop128) - i32.store $drop=, 0($2), $pop20 + i32.store 0($2), $pop20 i32.const $push127=, 0 i32.load $push21=, .Lmain.e+8($pop127) - i32.store $drop=, 8($2), $pop21 + i32.store 8($2), $pop21 i32.const $push126=, 0 i32.load $push22=, .Lmain.e+12($pop126) - i32.store $drop=, 12($2), $pop22 + i32.store 12($2), $pop22 i32.const $push110=, 88 i32.add $push111=, $2, $pop110 i32.const $push112=, 64 @@ -217,25 +217,25 @@ main: # @main i32.const $push38=, 84 i32.add $push39=, $2, $pop38 i32.const $push40=, 2 - i32.store $drop=, 0($pop39), $pop40 + i32.store 0($pop39), $pop40 i32.const $push43=, 24 i32.add $push146=, $2, $pop43 tee_local $push145=, $0=, $pop146 i32.const $push41=, 0 i64.load $push42=, .Lmain.e+24($pop41) - i64.store $drop=, 0($pop145), $pop42 + i64.store 0($pop145), $pop42 i32.const $push45=, 16 i32.add $push144=, $2, $pop45 tee_local $push143=, $1=, $pop144 i32.const $push142=, 0 i64.load $push44=, .Lmain.e+16($pop142) - i64.store $drop=, 0($pop143), $pop44 + i64.store 0($pop143), $pop44 i32.const $push141=, 0 i64.load $push46=, .Lmain.e($pop141) - i64.store $drop=, 0($2), $pop46 + i64.store 0($2), $pop46 i32.const $push140=, 0 i64.load $push47=, .Lmain.e+8($pop140) - i64.store $drop=, 8($2), $pop47 + i64.store 8($2), $pop47 i32.const $push114=, 88 i32.add $push115=, $2, $pop114 i32.const $push116=, 64 @@ -264,25 +264,25 @@ main: # @main i32.const $push60=, 84 i32.add $push61=, $2, $pop60 i32.const $push62=, 1 - i32.store $drop=, 0($pop61), $pop62 + i32.store 0($pop61), $pop62 i32.const $push65=, 24 i32.add $push153=, $2, $pop65 tee_local $push152=, $1=, $pop153 i32.const $push63=, 0 i64.load $push64=, .Lmain.e+24($pop63) - i64.store $drop=, 0($pop152), $pop64 + i64.store 0($pop152), $pop64 i32.const $push67=, 16 i32.add $push151=, $2, $pop67 tee_local $push150=, $0=, $pop151 i32.const $push149=, 0 i64.load $push66=, .Lmain.e+16($pop149) - i64.store $drop=, 0($pop150), $pop66 + i64.store 0($pop150), $pop66 i32.const $push148=, 0 i64.load $push68=, .Lmain.e($pop148) - i64.store $drop=, 0($2), $pop68 + i64.store 0($2), $pop68 i32.const $push147=, 0 i64.load $push69=, .Lmain.e+8($pop147) - i64.store $drop=, 8($2), $pop69 + i64.store 8($2), $pop69 i32.const $push118=, 88 i32.add $push119=, $2, $pop118 i32.const $push120=, 64 @@ -311,25 +311,25 @@ main: # @main i32.const $push80=, 84 i32.add $push81=, $2, $pop80 i32.const $push82=, 0 - i32.store $drop=, 0($pop81), $pop82 + i32.store 0($pop81), $pop82 i32.const $push84=, 24 i32.add $push163=, $2, $pop84 tee_local $push162=, $1=, $pop163 i32.const $push161=, 0 i64.load $push83=, .Lmain.e+24($pop161) - i64.store $drop=, 0($pop162), $pop83 + i64.store 0($pop162), $pop83 i32.const $push86=, 16 i32.add $push160=, $2, $pop86 tee_local $push159=, $0=, $pop160 i32.const $push158=, 0 i64.load $push85=, .Lmain.e+16($pop158) - i64.store $drop=, 0($pop159), $pop85 + i64.store 0($pop159), $pop85 i32.const $push157=, 0 i64.load $push87=, .Lmain.e($pop157) - i64.store $drop=, 0($2), $pop87 + i64.store 0($2), $pop87 i32.const $push156=, 0 i64.load $push88=, .Lmain.e+8($pop156) - i64.store $drop=, 8($2), $pop88 + i64.store 8($2), $pop88 i32.const $push122=, 88 i32.add $push123=, $2, $pop122 i32.const $push124=, 64 @@ -358,7 +358,7 @@ main: # @main i32.const $push103=, 0 i32.const $push101=, 112 i32.add $push102=, $2, $pop101 - i32.store $drop=, __stack_pointer($pop103), $pop102 + i32.store __stack_pointer($pop103), $pop102 i32.const $push96=, 0 return $pop96 .LBB1_17: # %if.then61 @@ -389,5 +389,5 @@ main: # @main .size .Lmain.e, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr47925.c.s b/test/torture-s/pr47925.c.s index d3aefe68b..9b4517aab 100644 --- a/test/torture-s/pr47925.c.s +++ b/test/torture-s/pr47925.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47925.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr47925.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -59,10 +59,10 @@ main: # @main i32.const $push4=, 16 i32.sub $push14=, $pop3, $pop4 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop5), $pop13 + i32.store __stack_pointer($pop5), $pop13 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 - i32.store $drop=, 8($0), $pop10 + i32.store 8($0), $pop10 i32.const $push11=, 8 i32.add $push12=, $0, $pop11 i32.const $push0=, 10 @@ -70,7 +70,7 @@ main: # @main i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -78,4 +78,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr48197.c.s b/test/torture-s/pr48197.c.s index ec35586c1..84a2ecb16 100644 --- a/test/torture-s/pr48197.c.s +++ b/test/torture-s/pr48197.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48197.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48197.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr48571-1.c.s b/test/torture-s/pr48571-1.c.s index f0718d8ac..9e59aceba 100644 --- a/test/torture-s/pr48571-1.c.s +++ b/test/torture-s/pr48571-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48571-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48571-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -18,7 +18,7 @@ bar: # @bar i32.const $push9=, 1 i32.shl $push8=, $1, $pop9 tee_local $push7=, $1=, $pop8 - i32.store $drop=, 0($pop1), $pop7 + i32.store 0($pop1), $pop7 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -47,7 +47,7 @@ main: # @main i32.const $push9=, c+2496 i32.add $push0=, $0, $pop9 i32.const $push8=, 1 - i32.store $drop=, 0($pop0), $pop8 + i32.store 0($pop0), $pop8 i32.const $push7=, 4 i32.add $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 @@ -99,5 +99,5 @@ c: .size c, 2496 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr48717.c.s b/test/torture-s/pr48717.c.s index ed054641b..d322992e0 100644 --- a/test/torture-s/pr48717.c.s +++ b/test/torture-s/pr48717.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48717.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48717.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -32,7 +32,7 @@ bar: # @bar i32.add $push3=, $pop2, $0 i32.const $push4=, 65535 i32.and $push5=, $pop3, $pop4 - i32.store $drop=, v($pop0), $pop5 + i32.store v($pop0), $pop5 # fallthrough-return .endfunc .Lfunc_end1: @@ -56,7 +56,7 @@ main: # @main i32.const $push3=, 65535 i32.and $push7=, $pop2, $pop3 tee_local $push6=, $0=, $pop7 - i32.store $drop=, v($pop11), $pop6 + i32.store v($pop11), $pop6 block i32.const $push5=, 65535 i32.ne $push4=, $0, $pop5 @@ -91,5 +91,5 @@ w: .size w, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr48809.c.s b/test/torture-s/pr48809.c.s index 63c5db2a8..2391d247f 100644 --- a/test/torture-s/pr48809.c.s +++ b/test/torture-s/pr48809.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48809.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48809.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -243,4 +243,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr48814-1.c.s b/test/torture-s/pr48814-1.c.s index 8a7ed5b56..997e9335e 100644 --- a/test/torture-s/pr48814-1.c.s +++ b/test/torture-s/pr48814-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48814-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48814-1.c" .section .text.incr,"ax",@progbits .hidden incr .globl incr @@ -14,7 +14,7 @@ incr: # @incr i32.const $push2=, 1 i32.add $push4=, $pop1, $pop2 tee_local $push3=, $0=, $pop4 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 copy_local $push6=, $0 # fallthrough-return: $pop6 .endfunc @@ -37,12 +37,12 @@ main: # @main i32.shl $push2=, $pop14, $pop1 i32.const $push3=, arr i32.add $push4=, $pop2, $pop3 - i32.store $drop=, 0($pop4), $0 + i32.store 0($pop4), $0 i32.const $push13=, 0 i32.const $push5=, 1 i32.add $push12=, $1, $pop5 tee_local $push11=, $0=, $pop12 - i32.store $drop=, count($pop13), $pop11 + i32.store count($pop13), $pop11 block i32.const $push10=, 2 i32.ne $push6=, $0, $pop10 @@ -86,5 +86,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr48814-2.c.s b/test/torture-s/pr48814-2.c.s index 832ff3562..2aaf7a3ac 100644 --- a/test/torture-s/pr48814-2.c.s +++ b/test/torture-s/pr48814-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48814-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48814-2.c" .section .text.incr,"ax",@progbits .hidden incr .globl incr @@ -14,7 +14,7 @@ incr: # @incr i32.const $push2=, 1 i32.add $push4=, $pop1, $pop2 tee_local $push3=, $0=, $pop4 - i32.store $drop=, count($pop0), $pop3 + i32.store count($pop0), $pop3 copy_local $push6=, $0 # fallthrough-return: $pop6 .endfunc @@ -36,7 +36,7 @@ main: # @main i32.const $push16=, 2 i32.add $push15=, $pop17, $pop16 tee_local $push14=, $0=, $pop15 - i32.store $drop=, count($pop0), $pop14 + i32.store count($pop0), $pop14 i32.const $push1=, 1 i32.add $push13=, $1, $pop1 tee_local $push12=, $2=, $pop13 @@ -44,7 +44,7 @@ main: # @main i32.shl $push2=, $pop12, $pop11 i32.const $push10=, arr i32.add $push3=, $pop2, $pop10 - i32.store $drop=, 0($pop3), $2 + i32.store 0($pop3), $2 block br_if 0, $1 # 0: down to label0 # BB#1: # %lor.lhs.false @@ -89,5 +89,5 @@ count: .size count, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr48973-1.c.s b/test/torture-s/pr48973-1.c.s index 252fd4742..e62b64e0b 100644 --- a/test/torture-s/pr48973-1.c.s +++ b/test/torture-s/pr48973-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48973-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,7 +40,7 @@ main: # @main i32.and $push7=, $pop0, $pop1 tee_local $push6=, $0=, $pop7 i32.or $push5=, $pop4, $pop6 - i32.store8 $drop=, s($pop10), $pop5 + i32.store8 s($pop10), $pop5 block i32.eqz $push12=, $0 br_if 0, $pop12 # 0: down to label1 @@ -74,5 +74,5 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr48973-2.c.s b/test/torture-s/pr48973-2.c.s index fe0190b94..b07b64ba1 100644 --- a/test/torture-s/pr48973-2.c.s +++ b/test/torture-s/pr48973-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr48973-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -19,7 +19,7 @@ main: # @main i32.shr_u $push9=, $pop0, $pop1 tee_local $push8=, $0=, $pop9 i32.or $push5=, $pop4, $pop8 - i32.store8 $drop=, s($pop12), $pop5 + i32.store8 s($pop12), $pop5 block i32.const $push6=, 1 i32.ne $push7=, $0, $pop6 @@ -54,5 +54,5 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49039.c.s b/test/torture-s/pr49039.c.s index feeed0a9e..fba3ed820 100644 --- a/test/torture-s/pr49039.c.s +++ b/test/torture-s/pr49039.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49039.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49039.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,7 +31,7 @@ foo: # @foo i32.load $push9=, cnt($pop19) i32.const $push18=, 1 i32.add $push10=, $pop9, $pop18 - i32.store $drop=, cnt($pop8), $pop10 + i32.store cnt($pop8), $pop10 .LBB0_4: # %if.end10 end_block # label1: i32.const $push11=, -2 @@ -43,7 +43,7 @@ foo: # @foo i32.load $push14=, cnt($pop20) i32.const $push15=, 1 i32.add $push16=, $pop14, $pop15 - i32.store $drop=, cnt($pop13), $pop16 + i32.store cnt($pop13), $pop16 .LBB0_6: # %cleanup end_block # label0: # fallthrough-return @@ -88,5 +88,5 @@ cnt: .size cnt, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49073.c.s b/test/torture-s/pr49073.c.s index 683466586..03eac7205 100644 --- a/test/torture-s/pr49073.c.s +++ b/test/torture-s/pr49073.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49073.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49073.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -49,7 +49,7 @@ main: # @main i32.const $push6=, 1 i32.add $push16=, $pop5, $pop6 tee_local $push15=, $0=, $pop16 - i32.store $drop=, c($pop4), $pop15 + i32.store c($pop4), $pop15 .LBB0_6: # %do.end end_block # label0: block @@ -92,5 +92,5 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49123.c.s b/test/torture-s/pr49123.c.s index 7bf6f0b0e..5ca3b4e3b 100644 --- a/test/torture-s/pr49123.c.s +++ b/test/torture-s/pr49123.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49123.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49123.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -12,7 +12,7 @@ main: # @main i32.load8_u $push1=, s.0($pop5) i32.const $push2=, 1 i32.or $push3=, $pop1, $pop2 - i32.store8 $drop=, s.0($pop0), $pop3 + i32.store8 s.0($pop0), $pop3 i32.const $push4=, 0 # fallthrough-return: $pop4 .endfunc @@ -27,4 +27,4 @@ s.0: .size s.0, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr49161.c.s b/test/torture-s/pr49161.c.s index fb6c5646f..90f9d5e45 100644 --- a/test/torture-s/pr49161.c.s +++ b/test/torture-s/pr49161.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49161.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49161.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -14,7 +14,7 @@ bar: # @bar tee_local $push4=, $1=, $pop5 i32.const $push1=, 1 i32.add $push2=, $pop4, $pop1 - i32.store $drop=, c($pop0), $pop2 + i32.store c($pop0), $pop2 block i32.ne $push3=, $1, $0 br_if 0, $pop3 # 0: down to label0 @@ -117,5 +117,5 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49186.c.s b/test/torture-s/pr49186.c.s index c24d7c503..1cfea43fb 100644 --- a/test/torture-s/pr49186.c.s +++ b/test/torture-s/pr49186.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49186.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49186.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr49218.c.s b/test/torture-s/pr49218.c.s index a96298d46..6a11038a0 100644 --- a/test/torture-s/pr49218.c.s +++ b/test/torture-s/pr49218.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49218.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49218.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push16=, 16 i32.sub $push28=, $pop15, $pop16 tee_local $push27=, $4=, $pop28 - i32.store $drop=, __stack_pointer($pop17), $pop27 + i32.store __stack_pointer($pop17), $pop27 i32.const $push26=, 0 f32.load $push0=, f($pop26) call __fixsfti@FUNCTION, $4, $pop0 @@ -61,7 +61,7 @@ main: # @main i32.const $push20=, 0 i32.const $push18=, 16 i32.add $push19=, $4, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 i32.const $push37=, 0 # fallthrough-return: $pop37 .endfunc @@ -78,4 +78,4 @@ f: .size f, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr49279.c.s b/test/torture-s/pr49279.c.s index 9b9f1548a..ec54ba8dd 100644 --- a/test/torture-s/pr49279.c.s +++ b/test/torture-s/pr49279.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49279.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49279.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -31,25 +31,25 @@ foo: # @foo i32.const $push5=, 16 i32.sub $push16=, $pop4, $pop5 tee_local $push15=, $2=, $pop16 - i32.store $drop=, __stack_pointer($pop6), $pop15 - i32.store $drop=, 12($2), $0 + i32.store __stack_pointer($pop6), $pop15 + i32.store 12($2), $0 i32.const $push0=, 1 - i32.store $drop=, 8($2), $pop0 + i32.store 8($2), $pop0 i32.const $push10=, 8 i32.add $push11=, $2, $pop10 i32.call $push1=, bar@FUNCTION, $pop11 - i32.store $drop=, 4($pop1), $1 + i32.store 4($pop1), $1 i32.load $push14=, 12($2) tee_local $push13=, $0=, $pop14 i32.const $push2=, 0 - i32.store $drop=, 0($pop13), $pop2 + i32.store 0($pop13), $pop2 i32.const $push12=, 1 - i32.store $drop=, 0($1), $pop12 + i32.store 0($1), $pop12 i32.load $1=, 0($0) i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $2, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 copy_local $push17=, $1 # fallthrough-return: $pop17 .endfunc @@ -70,7 +70,7 @@ main: # @main i32.const $push6=, 16 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 block i32.const $push11=, 12 i32.add $push12=, $0, $pop11 @@ -84,7 +84,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 return $pop3 .LBB2_2: # %if.then @@ -96,5 +96,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49281.c.s b/test/torture-s/pr49281.c.s index 0e7440128..31097e606 100644 --- a/test/torture-s/pr49281.c.s +++ b/test/torture-s/pr49281.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49281.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49281.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -89,5 +89,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49390.c.s b/test/torture-s/pr49390.c.s index 52e85a5d2..4a1ad5967 100644 --- a/test/torture-s/pr49390.c.s +++ b/test/torture-s/pr49390.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49390.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49390.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -18,10 +18,10 @@ foo: # @foo # BB#2: # %if.end i32.const $push5=, 0 i32.add $push4=, $3, $2 - i32.store $drop=, v($pop5), $pop4 + i32.store v($pop5), $pop4 i32.const $push7=, 0 i32.const $push6=, 16384 - i32.store $drop=, v($pop7), $pop6 + i32.store v($pop7), $pop6 return .LBB0_3: # %if.then end_block # label0: @@ -40,10 +40,10 @@ bar: # @bar # BB#0: # %entry i32.const $push1=, 0 i32.load $push0=, 0($0) - i32.store $drop=, v($pop1), $pop0 + i32.store v($pop1), $pop0 i32.const $push3=, 0 i32.load $push2=, 4($0) - i32.store $drop=, v($pop3), $pop2 + i32.store v($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -59,13 +59,13 @@ baz: # @baz # BB#0: # %entry i32.const $push1=, 0 i32.load $push0=, 0($0) - i32.store $drop=, v($pop1), $pop0 + i32.store v($pop1), $pop0 i32.const $push9=, 0 i32.load $push2=, 4($0) - i32.store $drop=, v($pop9), $pop2 + i32.store v($pop9), $pop2 i32.const $push8=, 0 i32.const $push7=, 0 - i32.store $drop=, v($pop8), $pop7 + i32.store v($pop8), $pop7 i32.const $push6=, 0 i32.load $push3=, v($pop6) i32.const $push4=, 1 @@ -89,11 +89,11 @@ test: # @test i32.const $push51=, 16 i32.sub $push61=, $pop50, $pop51 tee_local $push60=, $7=, $pop61 - i32.store $drop=, __stack_pointer($pop52), $pop60 + i32.store __stack_pointer($pop52), $pop60 i32.const $push1=, 0 i64.load $push59=, a($pop1) tee_local $push58=, $4=, $pop59 - i64.store $drop=, 8($7), $pop58 + i64.store 8($7), $pop58 i32.const $push56=, 8 i32.add $push57=, $7, $pop56 copy_local $5=, $pop57 @@ -169,7 +169,7 @@ test: # @test i64.shr_u $push3=, $4, $pop2 i32.wrap/i64 $push0=, $pop3 i32.add $push27=, $pop0, $0 - i32.store $drop=, 12($7), $pop27 + i32.store 12($7), $pop27 copy_local $6=, $0 .LBB3_10: # %if.end24 end_block # label5: @@ -183,7 +183,7 @@ test: # @test br_if 0, $pop30 # 0: down to label7 # BB#12: # %if.then31 i64.load $push42=, 0($5):p2align=2 - i64.store $drop=, 0($7):p2align=2, $pop42 + i64.store 0($7):p2align=2, $pop42 call bar@FUNCTION, $7 i32.const $push48=, 3 i32.const $push47=, 0 @@ -228,7 +228,7 @@ test: # @test i32.const $push55=, 0 i32.const $push53=, 16 i32.add $push54=, $7, $pop53 - i32.store $drop=, __stack_pointer($pop55), $pop54 + i32.store __stack_pointer($pop55), $pop54 # fallthrough-return .endfunc .Lfunc_end3: @@ -244,10 +244,10 @@ main: # @main # BB#0: # %entry i32.const $push7=, 0 i32.const $push0=, u - i32.store $drop=, b($pop7), $pop0 + i32.store b($pop7), $pop0 i32.const $push6=, 0 i32.const $push1=, 8192 - i32.store $drop=, u+8($pop6), $pop1 + i32.store u+8($pop6), $pop1 i32.const $1=, a i32.const $0=, 0 #APP @@ -307,5 +307,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49419.c.s b/test/torture-s/pr49419.c.s index d23fba92e..7b0b05ba2 100644 --- a/test/torture-s/pr49419.c.s +++ b/test/torture-s/pr49419.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49419.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49419.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -78,7 +78,7 @@ foo: # @foo i32.add $push39=, $4, $pop20 tee_local $push38=, $0=, $pop39 i32.load $push21=, 8($pop38) - i32.store $drop=, 0($6), $pop21 + i32.store 0($6), $pop21 i32.const $push37=, -4 i32.add $6=, $6, $pop37 i32.load $0=, 4($0) @@ -93,7 +93,7 @@ foo: # @foo end_block # label5: i32.const $push41=, 1 i32.add $6=, $5, $pop41 - i32.store $drop=, 0($2), $0 + i32.store 0($2), $0 .LBB0_11: # %cleanup end_block # label1: return $6 @@ -119,18 +119,18 @@ main: # @main i32.const $push30=, 48 i32.sub $push44=, $pop29, $pop30 tee_local $push43=, $0=, $pop44 - i32.store $drop=, __stack_pointer($pop31), $pop43 + i32.store __stack_pointer($pop31), $pop43 i32.const $1=, 0 i32.const $push42=, 0 i32.const $push0=, 36 i32.call $push41=, memset@FUNCTION, $0, $pop42, $pop0 tee_local $push40=, $0=, $pop41 i32.const $push39=, 2 - i32.store $drop=, 8($pop40), $pop39 + i32.store 8($pop40), $pop39 i64.const $push1=, 4294967297 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.const $push38=, 0 - i32.store $drop=, t($pop38), $0 + i32.store t($pop38), $0 i32.const $3=, 1 block i32.load $push2=, 12($0) @@ -189,7 +189,7 @@ main: # @main i32.add $push57=, $pop36, $pop17 tee_local $push56=, $4=, $pop57 i32.const $push55=, 2 - i32.store $drop=, 0($pop56), $pop55 + i32.store 0($pop56), $pop55 i32.const $5=, 1 block i32.const $push54=, 2 @@ -208,7 +208,7 @@ main: # @main tee_local $push64=, $2=, $pop65 i32.load $5=, 4($pop64) i32.load $push20=, 8($2) - i32.store $drop=, 0($4), $pop20 + i32.store 0($4), $pop20 i32.const $push63=, -4 i32.add $4=, $4, $pop63 i32.const $push62=, -1 @@ -220,7 +220,7 @@ main: # @main .LBB1_10: # %foo.exit end_loop # label16: end_block # label14: - i32.store $drop=, 36($0), $5 + i32.store 36($0), $5 br_if 2, $1 # 2: down to label11 # BB#11: # %if.end i32.const $push22=, 1 @@ -235,7 +235,7 @@ main: # @main i32.const $push34=, 0 i32.const $push32=, 48 i32.add $push33=, $0, $pop32 - i32.store $drop=, __stack_pointer($pop34), $pop33 + i32.store __stack_pointer($pop34), $pop33 i32.const $push27=, 0 return $pop27 .LBB1_14: # %if.then6.i @@ -245,7 +245,7 @@ main: # @main .LBB1_15: # %foo.exit.thread end_block # label12: i32.const $push67=, 0 - i32.store $drop=, 36($0), $pop67 + i32.store 36($0), $pop67 .LBB1_16: # %if.then5 end_block # label11: call abort@FUNCTION @@ -264,5 +264,5 @@ t: .size t, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr49644.c.s b/test/torture-s/pr49644.c.s index 42df70c3e..0c3b7c274 100644 --- a/test/torture-s/pr49644.c.s +++ b/test/torture-s/pr49644.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49644.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49644.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr49712.c.s b/test/torture-s/pr49712.c.s index f4cedea8b..31f8d0cea 100644 --- a/test/torture-s/pr49712.c.s +++ b/test/torture-s/pr49712.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49712.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49712.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,10 +28,10 @@ bar: # @bar # BB#1: # %for.cond4.preheader i32.const $push7=, 0 i32.const $push2=, 1 - i32.store $drop=, d($pop7), $pop2 + i32.store d($pop7), $pop2 i32.const $push6=, 0 i32.const $push5=, 0 - i32.store $drop=, e($pop6), $pop5 + i32.store e($pop6), $pop5 .LBB1_2: # %for.end9 end_block # label0: i32.const $push8=, 0 @@ -50,7 +50,7 @@ main: # @main # BB#0: # %entry i32.const $push6=, 0 i32.const $push5=, 0 - i32.store $drop=, b($pop6), $pop5 + i32.store b($pop6), $pop5 block i32.const $push4=, 0 i32.load $push0=, c($pop4) @@ -73,20 +73,20 @@ main: # @main i32.const $0=, 0 i32.const $push14=, 0 i32.const $push13=, 1 - i32.store $drop=, d($pop14), $pop13 + i32.store d($pop14), $pop13 i32.const $push12=, 0 i32.const $push11=, 0 - i32.store $drop=, e($pop12), $pop11 + i32.store e($pop12), $pop11 i32.const $push10=, 0 i32.const $push9=, 0 - i32.store $drop=, a($pop10), $pop9 + i32.store a($pop10), $pop9 br 0 # 0: up to label2 .LBB2_4: # %for.inc.1 end_loop # label3: end_block # label1: i32.const $push17=, 0 i32.const $push3=, 2 - i32.store $drop=, b($pop17), $pop3 + i32.store b($pop17), $pop3 i32.const $push16=, 0 # fallthrough-return: $pop16 .endfunc @@ -139,4 +139,4 @@ a: .size a, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr49768.c.s b/test/torture-s/pr49768.c.s index 8e3f8d3fa..687778565 100644 --- a/test/torture-s/pr49768.c.s +++ b/test/torture-s/pr49768.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49768.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49768.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr49886.c.s b/test/torture-s/pr49886.c.s index da2c34609..e65828d26 100644 --- a/test/torture-s/pr49886.c.s +++ b/test/torture-s/pr49886.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49886.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr49886.c" .section .text.never_ever,"ax",@progbits .hidden never_ever .globl never_ever @@ -22,7 +22,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, cond($pop1), $pop0 + i32.store cond($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -39,7 +39,7 @@ bar_1: # @bar_1 i32.load $push0=, 4($1) i32.const $push1=, 1 i32.add $push2=, $pop0, $pop1 - i32.store $drop=, 4($1), $pop2 + i32.store 4($1), $pop2 call mark_cell@FUNCTION, $1 # fallthrough-return .endfunc @@ -201,7 +201,7 @@ bar_2: # @bar_2 i32.load $push0=, 4($1) i32.const $push1=, 2 i32.add $push2=, $pop0, $pop1 - i32.store $drop=, 4($1), $pop2 + i32.store 4($1), $pop2 call mark_cell@FUNCTION, $1 # fallthrough-return .endfunc @@ -227,5 +227,5 @@ gi: .size gi, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr51023.c.s b/test/torture-s/pr51023.c.s index 8e6e57ce4..f5396b50c 100644 --- a/test/torture-s/pr51023.c.s +++ b/test/torture-s/pr51023.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51023.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51023.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,4 +31,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr51323.c.s b/test/torture-s/pr51323.c.s index 4019319f9..7a9f8d98d 100644 --- a/test/torture-s/pr51323.c.s +++ b/test/torture-s/pr51323.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51323.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51323.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -57,41 +57,41 @@ main: # @main i32.const $push15=, 48 i32.sub $push35=, $pop14, $pop15 tee_local $push34=, $0=, $pop35 - i32.store $drop=, __stack_pointer($pop16), $pop34 + i32.store __stack_pointer($pop16), $pop34 i32.const $push1=, 0 i32.const $push0=, 3 - i32.store $drop=, v($pop1), $pop0 + i32.store v($pop1), $pop0 i32.const $push2=, 4 - i32.store $drop=, 40($0), $pop2 + i32.store 40($0), $pop2 i32.const $push20=, 20 i32.add $push21=, $0, $pop20 i32.const $push3=, 8 i32.add $push4=, $pop21, $pop3 i32.const $push33=, 4 - i32.store $drop=, 0($pop4), $pop33 + i32.store 0($pop4), $pop33 i64.const $push5=, 12884901890 - i64.store $drop=, 32($0), $pop5 + i64.store 32($0), $pop5 i64.load $push6=, 32($0) - i64.store $drop=, 20($0):p2align=2, $pop6 + i64.store 20($0):p2align=2, $pop6 i32.const $push7=, 9 i32.const $push22=, 20 i32.add $push23=, $0, $pop22 call bar@FUNCTION, $pop7, $pop23 i32.const $push32=, 0 i32.const $push8=, 17 - i32.store $drop=, v($pop32), $pop8 + i32.store v($pop32), $pop8 i32.const $push9=, 18 - i32.store $drop=, 40($0), $pop9 + i32.store 40($0), $pop9 i32.const $push24=, 8 i32.add $push25=, $0, $pop24 i32.const $push31=, 8 i32.add $push10=, $pop25, $pop31 i32.const $push30=, 18 - i32.store $drop=, 0($pop10), $pop30 + i32.store 0($pop10), $pop30 i64.const $push11=, 73014444048 - i64.store $drop=, 32($0), $pop11 + i64.store 32($0), $pop11 i64.load $push12=, 32($0) - i64.store $drop=, 8($0):p2align=2, $pop12 + i64.store 8($0):p2align=2, $pop12 i32.const $push29=, 9 i32.const $push26=, 8 i32.add $push27=, $0, $pop26 @@ -99,7 +99,7 @@ main: # @main i32.const $push19=, 0 i32.const $push17=, 48 i32.add $push18=, $0, $pop17 - i32.store $drop=, __stack_pointer($pop19), $pop18 + i32.store __stack_pointer($pop19), $pop18 i32.const $push28=, 0 # fallthrough-return: $pop28 .endfunc @@ -116,5 +116,5 @@ v: .size v, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr51466.c.s b/test/torture-s/pr51466.c.s index eaa0e9c1a..aaf67acc0 100644 --- a/test/torture-s/pr51466.c.s +++ b/test/torture-s/pr51466.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51466.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51466.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -16,7 +16,7 @@ foo: # @foo i32.shl $push1=, $0, $pop0 i32.add $push2=, $pop7, $pop1 i32.const $push3=, 6 - i32.store $drop=, 0($pop2), $pop3 + i32.store 0($pop2), $pop3 i32.const $push8=, 6 # fallthrough-return: $pop8 .endfunc @@ -40,9 +40,9 @@ bar: # @bar i32.add $push10=, $pop8, $pop1 tee_local $push9=, $0=, $pop10 i32.const $push2=, 6 - i32.store $drop=, 0($pop9), $pop2 + i32.store 0($pop9), $pop2 i32.const $push3=, 8 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 i32.load $push4=, 0($0) # fallthrough-return: $pop4 .endfunc @@ -68,9 +68,9 @@ baz: # @baz i32.add $push9=, $pop10, $pop1 tee_local $push8=, $0=, $pop9 i32.const $push2=, 6 - i32.store $drop=, 0($pop8), $pop2 + i32.store 0($pop8), $pop2 i32.const $push3=, 8 - i32.store $drop=, 0($1), $pop3 + i32.store 0($1), $pop3 i32.load $push4=, 0($0) # fallthrough-return: $pop4 .endfunc @@ -116,5 +116,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr51581-1.c.s b/test/torture-s/pr51581-1.c.s index 1bfdb768b..4f1423982 100644 --- a/test/torture-s/pr51581-1.c.s +++ b/test/torture-s/pr51581-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51581-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51581-1.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -18,7 +18,7 @@ f1: # @f1 i32.load $push2=, 0($pop1) i32.const $push7=, 3 i32.div_s $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -48,7 +48,7 @@ f2: # @f2 i32.load $push2=, 0($pop1) i32.const $push7=, 3 i32.div_u $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -78,7 +78,7 @@ f3: # @f3 i32.load $push2=, 0($pop1) i32.const $push7=, 18 i32.div_s $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -108,7 +108,7 @@ f4: # @f4 i32.load $push2=, 0($pop1) i32.const $push7=, 18 i32.div_u $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -138,7 +138,7 @@ f5: # @f5 i32.load $push2=, 0($pop1) i32.const $push7=, 19 i32.div_s $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -168,7 +168,7 @@ f6: # @f6 i32.load $push2=, 0($pop1) i32.const $push7=, 19 i32.div_u $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -206,7 +206,7 @@ f7: # @f7 i32.const $push11=, 31 i32.shr_s $push1=, $0, $pop11 i32.sub $push6=, $pop5, $pop1 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.const $push10=, 4 i32.add $push9=, $1, $pop10 tee_local $push8=, $1=, $pop9 @@ -238,7 +238,7 @@ f8: # @f8 i64.mul $push3=, $pop2, $pop9 i64.const $push8=, 33 i64.shr_u $push4=, $pop3, $pop8 - i64.store32 $drop=, 0($pop0), $pop4 + i64.store32 0($pop0), $pop4 i32.const $push7=, 4 i32.add $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 @@ -276,7 +276,7 @@ f9: # @f9 i32.const $push11=, 31 i32.shr_s $push1=, $0, $pop11 i32.sub $push6=, $pop5, $pop1 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.const $push10=, 4 i32.add $push9=, $1, $pop10 tee_local $push8=, $1=, $pop9 @@ -308,7 +308,7 @@ f10: # @f10 i64.mul $push3=, $pop2, $pop9 i64.const $push8=, 34 i64.shr_u $push4=, $pop3, $pop8 - i64.store32 $drop=, 0($pop0), $pop4 + i64.store32 0($pop0), $pop4 i32.const $push7=, 4 i32.add $push6=, $0, $pop7 tee_local $push5=, $0=, $pop6 @@ -346,7 +346,7 @@ f11: # @f11 i32.const $push11=, 31 i32.shr_s $push1=, $0, $pop11 i32.sub $push6=, $pop5, $pop1 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.const $push10=, 4 i32.add $push9=, $1, $pop10 tee_local $push8=, $1=, $pop9 @@ -388,7 +388,7 @@ f12: # @f12 i32.add $push6=, $pop5, $0 i32.const $push12=, 4 i32.shr_u $push7=, $pop6, $pop12 - i32.store $drop=, 0($pop8), $pop7 + i32.store 0($pop8), $pop7 i32.const $push11=, 4 i32.add $push10=, $1, $pop11 tee_local $push9=, $1=, $pop10 @@ -417,12 +417,12 @@ main: # @main #NO_APP i32.const $push91=, b+16384 i32.add $push0=, $0, $pop91 - i32.store $drop=, 0($pop0), $1 + i32.store 0($pop0), $1 i32.const $push90=, a+16384 i32.add $push2=, $0, $pop90 i32.const $push89=, -2048 i32.add $push1=, $1, $pop89 - i32.store $drop=, 0($pop2), $pop1 + i32.store 0($pop2), $pop1 i32.const $push88=, 1 i32.add $1=, $1, $pop88 i32.const $push87=, 4 @@ -434,13 +434,13 @@ main: # @main i32.const $1=, 0 i32.const $push94=, 0 i32.const $push3=, 2147483647 - i32.store $drop=, a+16380($pop94), $pop3 + i32.store a+16380($pop94), $pop3 i32.const $push93=, 0 i64.const $push4=, -9223372030412324864 - i64.store $drop=, a($pop93), $pop4 + i64.store a($pop93), $pop4 i32.const $push92=, 0 i32.const $push5=, -1 - i32.store $drop=, b+16380($pop92), $pop5 + i32.store b+16380($pop92), $pop5 call f1@FUNCTION call f2@FUNCTION i32.const $0=, 0 @@ -759,5 +759,5 @@ d: .size d, 16384 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr51581-2.c.s b/test/torture-s/pr51581-2.c.s index e0c1387e9..4b770acd7 100644 --- a/test/torture-s/pr51581-2.c.s +++ b/test/torture-s/pr51581-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51581-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51581-2.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -18,7 +18,7 @@ f1: # @f1 i32.load $push2=, 0($pop1) i32.const $push7=, 3 i32.rem_s $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -48,7 +48,7 @@ f2: # @f2 i32.load $push2=, 0($pop1) i32.const $push7=, 3 i32.rem_u $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -78,7 +78,7 @@ f3: # @f3 i32.load $push2=, 0($pop1) i32.const $push7=, 18 i32.rem_s $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -108,7 +108,7 @@ f4: # @f4 i32.load $push2=, 0($pop1) i32.const $push7=, 18 i32.rem_u $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -138,7 +138,7 @@ f5: # @f5 i32.load $push2=, 0($pop1) i32.const $push7=, 19 i32.rem_s $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -168,7 +168,7 @@ f6: # @f6 i32.load $push2=, 0($pop1) i32.const $push7=, 19 i32.rem_u $push3=, $pop2, $pop7 - i32.store $drop=, 0($pop0), $pop3 + i32.store 0($pop0), $pop3 i32.const $push6=, 4 i32.add $push5=, $0, $pop6 tee_local $push4=, $0=, $pop5 @@ -209,7 +209,7 @@ f7: # @f7 i32.const $push13=, -3 i32.mul $push7=, $pop6, $pop13 i32.add $push8=, $pop7, $0 - i32.store $drop=, 0($pop9), $pop8 + i32.store 0($pop9), $pop8 i32.const $push12=, 4 i32.add $push11=, $1, $pop12 tee_local $push10=, $1=, $pop11 @@ -247,7 +247,7 @@ f8: # @f8 i32.const $push11=, -3 i32.mul $push5=, $pop4, $pop11 i32.add $push6=, $pop5, $0 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.const $push10=, 4 i32.add $push9=, $1, $pop10 tee_local $push8=, $1=, $pop9 @@ -288,7 +288,7 @@ f9: # @f9 i32.const $push13=, -18 i32.mul $push7=, $pop6, $pop13 i32.add $push8=, $pop7, $0 - i32.store $drop=, 0($pop9), $pop8 + i32.store 0($pop9), $pop8 i32.const $push12=, 4 i32.add $push11=, $1, $pop12 tee_local $push10=, $1=, $pop11 @@ -326,7 +326,7 @@ f10: # @f10 i32.const $push11=, -18 i32.mul $push5=, $pop4, $pop11 i32.add $push6=, $pop5, $0 - i32.store $drop=, 0($pop7), $pop6 + i32.store 0($pop7), $pop6 i32.const $push10=, 4 i32.add $push9=, $1, $pop10 tee_local $push8=, $1=, $pop9 @@ -367,7 +367,7 @@ f11: # @f11 i32.const $push13=, -19 i32.mul $push7=, $pop6, $pop13 i32.add $push8=, $pop7, $0 - i32.store $drop=, 0($pop9), $pop8 + i32.store 0($pop9), $pop8 i32.const $push12=, 4 i32.add $push11=, $1, $pop12 tee_local $push10=, $1=, $pop11 @@ -412,7 +412,7 @@ f12: # @f12 i32.const $push14=, -19 i32.mul $push8=, $pop7, $pop14 i32.add $push9=, $pop8, $0 - i32.store $drop=, 0($pop10), $pop9 + i32.store 0($pop10), $pop9 i32.const $push13=, 4 i32.add $push12=, $2, $pop13 tee_local $push11=, $2=, $pop12 @@ -441,12 +441,12 @@ main: # @main #NO_APP i32.const $push91=, b+16384 i32.add $push0=, $0, $pop91 - i32.store $drop=, 0($pop0), $1 + i32.store 0($pop0), $1 i32.const $push90=, a+16384 i32.add $push2=, $0, $pop90 i32.const $push89=, -2048 i32.add $push1=, $1, $pop89 - i32.store $drop=, 0($pop2), $pop1 + i32.store 0($pop2), $pop1 i32.const $push88=, 1 i32.add $1=, $1, $pop88 i32.const $push87=, 4 @@ -458,13 +458,13 @@ main: # @main i32.const $1=, 0 i32.const $push94=, 0 i32.const $push3=, 2147483647 - i32.store $drop=, a+16380($pop94), $pop3 + i32.store a+16380($pop94), $pop3 i32.const $push93=, 0 i64.const $push4=, -9223372030412324864 - i64.store $drop=, a($pop93), $pop4 + i64.store a($pop93), $pop4 i32.const $push92=, 0 i32.const $push5=, -1 - i32.store $drop=, b+16380($pop92), $pop5 + i32.store b+16380($pop92), $pop5 call f1@FUNCTION call f2@FUNCTION i32.const $0=, 0 @@ -783,5 +783,5 @@ d: .size d, 16384 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr51877.c.s b/test/torture-s/pr51877.c.s index 231e88d45..517e9a3b1 100644 --- a/test/torture-s/pr51877.c.s +++ b/test/torture-s/pr51877.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51877.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51877.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -7,15 +7,15 @@ bar: # @bar .param i32, i32 # BB#0: # %entry - i32.store8 $drop=, 4($0), $1 + i32.store8 4($0), $1 i32.const $push0=, 0 i32.load $push1=, bar.n($pop0) i32.const $push2=, 1 i32.add $push9=, $pop1, $pop2 tee_local $push8=, $1=, $pop9 - i32.store $drop=, 0($0), $pop8 + i32.store 0($0), $pop8 i32.const $push7=, 0 - i32.store $drop=, bar.n($pop7), $1 + i32.store bar.n($pop7), $1 i32.const $push3=, 5 i32.add $push4=, $0, $pop3 i32.const $push6=, 0 @@ -53,7 +53,7 @@ foo: # @foo i32.const $push9=, 80 i32.sub $push19=, $pop8, $pop9 tee_local $push18=, $2=, $pop19 - i32.store $drop=, __stack_pointer($pop10), $pop18 + i32.store __stack_pointer($pop10), $pop18 block block i32.const $push0=, 6 @@ -82,7 +82,7 @@ foo: # @foo i32.const $push13=, 0 i32.const $push11=, 80 i32.add $push12=, $2, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 # fallthrough-return .endfunc .Lfunc_end2: @@ -102,7 +102,7 @@ main: # @main i32.const $push49=, 80 i32.sub $push62=, $pop48, $pop49 tee_local $push61=, $0=, $pop62 - i32.store $drop=, __stack_pointer($pop50), $pop61 + i32.store __stack_pointer($pop50), $pop61 i32.const $push54=, 40 i32.add $push55=, $0, $pop54 i32.const $push60=, 3 @@ -205,7 +205,7 @@ main: # @main i32.const $push53=, 0 i32.const $push51=, 80 i32.add $push52=, $0, $pop51 - i32.store $drop=, __stack_pointer($pop53), $pop52 + i32.store __stack_pointer($pop53), $pop52 i32.const $push46=, 0 return $pop46 .LBB3_13: # %if.then39 @@ -242,5 +242,5 @@ b: .size b, 36 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr51933.c.s b/test/torture-s/pr51933.c.s index 9a1b8fbe3..5b81d4535 100644 --- a/test/torture-s/pr51933.c.s +++ b/test/torture-s/pr51933.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51933.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr51933.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -52,7 +52,7 @@ bar: # @bar i32.lt_u $push3=, $3, $pop17 i32.select $push7=, $pop4, $pop6, $pop3 i32.load8_u $push8=, 0($pop7) - i32.store8 $drop=, 0($5), $pop8 + i32.store8 0($5), $pop8 i32.const $push16=, 1 i32.add $5=, $5, $pop16 i32.const $push15=, 2 @@ -66,7 +66,7 @@ bar: # @bar end_block # label1: i32.add $push9=, $2, $0 i32.const $push10=, 0 - i32.store8 $drop=, 0($pop9), $pop10 + i32.store8 0($pop9), $pop10 copy_local $push23=, $0 # fallthrough-return: $pop23 .endfunc @@ -87,7 +87,7 @@ main: # @main i32.const $push23=, 80 i32.sub $push33=, $pop22, $pop23 tee_local $push32=, $2=, $pop33 - i32.store $drop=, __stack_pointer($pop24), $pop32 + i32.store __stack_pointer($pop24), $pop32 i32.const $1=, 0 .LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 @@ -97,10 +97,10 @@ main: # @main i32.const $push38=, 1 i32.add $push37=, $1, $pop38 tee_local $push36=, $0=, $pop37 - i32.store8 $drop=, 0($pop0), $pop36 + i32.store8 0($pop0), $pop36 i32.const $push35=, v2 i32.add $push1=, $1, $pop35 - i32.store8 $drop=, 0($pop1), $1 + i32.store8 0($pop1), $1 copy_local $1=, $0 i32.const $push34=, 256 i32.ne $push2=, $0, $pop34 @@ -108,35 +108,35 @@ main: # @main # BB#2: # %for.body6.preheader end_loop # label5: i32.const $push3=, 101 - i32.store16 $drop=, 8($2), $pop3 + i32.store16 8($2), $pop3 i64.const $push4=, 28147922879250529 - i64.store $drop=, 0($2), $pop4 + i64.store 0($2), $pop4 i32.const $push5=, 104 - i32.store16 $drop=, 14($2), $pop5 + i32.store16 14($2), $pop5 i32.const $push6=, 105 - i32.store16 $drop=, 16($2), $pop6 + i32.store16 16($2), $pop6 i32.const $push7=, 106 - i32.store16 $drop=, 18($2), $pop7 + i32.store16 18($2), $pop7 i32.const $push8=, 107 - i32.store16 $drop=, 20($2), $pop8 + i32.store16 20($2), $pop8 i32.const $push9=, 109 - i32.store16 $drop=, 24($2), $pop9 + i32.store16 24($2), $pop9 i32.const $push10=, 110 - i32.store16 $drop=, 26($2), $pop10 + i32.store16 26($2), $pop10 i32.const $push11=, 111 - i32.store16 $drop=, 28($2), $pop11 + i32.store16 28($2), $pop11 i32.const $push12=, 113 - i32.store16 $drop=, 32($2), $pop12 + i32.store16 32($2), $pop12 i32.const $push40=, 0 - i32.store16 $drop=, 34($2), $pop40 + i32.store16 34($2), $pop40 i32.const $push13=, 1638 - i32.store16 $drop=, 10($2), $pop13 + i32.store16 10($2), $pop13 i32.const $push14=, 1383 - i32.store16 $drop=, 12($2), $pop14 + i32.store16 12($2), $pop14 i32.const $push15=, 8300 - i32.store16 $drop=, 22($2), $pop15 + i32.store16 22($2), $pop15 i32.const $push16=, 1392 - i32.store16 $drop=, 30($2), $pop16 + i32.store16 30($2), $pop16 call foo@FUNCTION i32.const $push17=, 17 i32.const $push28=, 48 @@ -153,7 +153,7 @@ main: # @main i32.const $push27=, 0 i32.const $push25=, 80 i32.add $push26=, $2, $pop25 - i32.store $drop=, __stack_pointer($pop27), $pop26 + i32.store __stack_pointer($pop27), $pop26 i32.const $push41=, 0 return $pop41 .LBB2_4: # %if.then @@ -191,6 +191,6 @@ v3: .size .L.str, 18 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/pr52129.c.s b/test/torture-s/pr52129.c.s index d6e6231e5..47ff66ca1 100644 --- a/test/torture-s/pr52129.c.s +++ b/test/torture-s/pr52129.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52129.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52129.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -56,9 +56,9 @@ bar: # @bar i32.const $push6=, 16 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $6=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 i64.load $push0=, 0($3):p2align=2 - i64.store $drop=, 8($6):p2align=2, $pop0 + i64.store 8($6):p2align=2, $pop0 i32.const $push11=, 8 i32.add $push12=, $6, $pop11 i32.add $push14=, $5, $4 @@ -69,7 +69,7 @@ bar: # @bar i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $6, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 29 # fallthrough-return: $pop3 .endfunc @@ -90,10 +90,10 @@ main: # @main i32.const $push7=, 16 i32.sub $push16=, $pop6, $pop7 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop8), $pop15 + i32.store __stack_pointer($pop8), $pop15 i32.const $push0=, 0 i64.load $push1=, .Lmain.s($pop0):p2align=2 - i64.store $drop=, 8($0):p2align=2, $pop1 + i64.store 8($0):p2align=2, $pop1 i32.const $push4=, t+2 i32.const $push12=, 8 i32.add $push13=, $0, $pop12 @@ -103,7 +103,7 @@ main: # @main i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $0, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 i32.const $push14=, 0 # fallthrough-return: $pop14 .endfunc @@ -127,5 +127,5 @@ t: .size .Lmain.s, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr52209.c.s b/test/torture-s/pr52209.c.s index 4257b9896..b25fe2064 100644 --- a/test/torture-s/pr52209.c.s +++ b/test/torture-s/pr52209.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52209.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52209.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -18,7 +18,7 @@ main: # @main i32.shr_s $push2=, $pop1, $pop7 i32.const $push3=, -1 i32.xor $push4=, $pop2, $pop3 - i32.store $drop=, b($pop11), $pop4 + i32.store b($pop11), $pop4 block i32.const $push5=, 1 i32.and $push6=, $0, $pop5 @@ -53,5 +53,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr52286.c.s b/test/torture-s/pr52286.c.s index d335642fe..8761cb229 100644 --- a/test/torture-s/pr52286.c.s +++ b/test/torture-s/pr52286.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52286.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52286.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -27,5 +27,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr52760.c.s b/test/torture-s/pr52760.c.s index c5c242b8e..283d4964b 100644 --- a/test/torture-s/pr52760.c.s +++ b/test/torture-s/pr52760.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52760.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52760.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,7 +27,7 @@ foo: # @foo i32.or $push5=, $pop2, $pop4 i32.const $push53=, 16 i32.shr_u $push6=, $pop5, $pop53 - i32.store16 $drop=, 0($1), $pop6 + i32.store16 0($1), $pop6 i32.const $push52=, 2 i32.add $push51=, $1, $pop52 tee_local $push50=, $2=, $pop51 @@ -42,7 +42,7 @@ foo: # @foo i32.or $push10=, $pop7, $pop9 i32.const $push44=, 16 i32.shr_u $push11=, $pop10, $pop44 - i32.store16 $drop=, 0($pop50), $pop11 + i32.store16 0($pop50), $pop11 i32.const $push43=, 4 i32.add $push42=, $1, $pop43 tee_local $push41=, $2=, $pop42 @@ -57,7 +57,7 @@ foo: # @foo i32.or $push15=, $pop12, $pop14 i32.const $push35=, 16 i32.shr_u $push16=, $pop15, $pop35 - i32.store16 $drop=, 0($pop41), $pop16 + i32.store16 0($pop41), $pop16 i32.const $push34=, 6 i32.add $push33=, $1, $pop34 tee_local $push32=, $2=, $pop33 @@ -72,7 +72,7 @@ foo: # @foo i32.or $push20=, $pop17, $pop19 i32.const $push26=, 16 i32.shr_u $push21=, $pop20, $pop26 - i32.store16 $drop=, 0($pop32), $pop21 + i32.store16 0($pop32), $pop21 i32.const $push25=, 8 i32.add $1=, $1, $pop25 i32.const $push24=, -1 @@ -101,9 +101,9 @@ main: # @main i32.const $push17=, 16 i32.sub $push25=, $pop16, $pop17 tee_local $push24=, $0=, $pop25 - i32.store $drop=, __stack_pointer($pop18), $pop24 + i32.store __stack_pointer($pop18), $pop24 i64.const $push0=, 434320308619640833 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push1=, 1 i32.const $push22=, 8 i32.add $push23=, $0, $pop22 @@ -132,7 +132,7 @@ main: # @main i32.const $push21=, 0 i32.const $push19=, 16 i32.add $push20=, $0, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 i32.const $push14=, 0 return $pop14 .LBB1_5: # %if.then @@ -144,5 +144,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr52979-1.c.s b/test/torture-s/pr52979-1.c.s index 5e522fcbc..c4bd6532d 100644 --- a/test/torture-s/pr52979-1.c.s +++ b/test/torture-s/pr52979-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52979-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52979-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -32,20 +32,20 @@ bar: # @bar tee_local $push21=, $1=, $pop22 i64.const $push20=, 32 i64.shr_u $push5=, $pop21, $pop20 - i64.store8 $drop=, a+4($pop27), $pop5 + i64.store8 a+4($pop27), $pop5 i32.const $push19=, 0 i64.const $push6=, 2147483648 i64.or $push7=, $1, $pop6 - i64.store32 $drop=, a($pop19), $pop7 + i64.store32 a($pop19), $pop7 i32.const $push18=, 0 i32.const $push17=, 0 - i32.store8 $drop=, b+4($pop18), $pop17 + i32.store8 b+4($pop18), $pop17 i32.const $push16=, 0 i32.const $push15=, 0 - i32.store $drop=, b($pop16):p2align=0, $pop15 + i32.store b($pop16):p2align=0, $pop15 i32.const $push14=, 0 i32.const $push13=, 0 - i32.store $drop=, e($pop14), $pop13 + i32.store e($pop14), $pop13 block i32.const $push12=, 0 i32.load $push8=, d($pop12) @@ -57,7 +57,7 @@ bar: # @bar i64.shl $push10=, $0, $pop9 i64.const $push28=, 33 i64.shr_s $push11=, $pop10, $pop28 - i64.store32 $drop=, c($pop29), $pop11 + i64.store32 c($pop29), $pop11 .LBB1_2: # %if.end end_block # label0: # fallthrough-return @@ -86,20 +86,20 @@ baz: # @baz tee_local $push23=, $1=, $pop24 i64.const $push22=, 32 i64.shr_u $push5=, $pop23, $pop22 - i64.store8 $drop=, a+4($pop29), $pop5 + i64.store8 a+4($pop29), $pop5 i32.const $push21=, 0 i64.const $push6=, 2147483648 i64.or $push7=, $1, $pop6 - i64.store32 $drop=, a($pop21), $pop7 + i64.store32 a($pop21), $pop7 i32.const $push20=, 0 i32.const $push19=, 0 - i32.store8 $drop=, b+4($pop20), $pop19 + i32.store8 b+4($pop20), $pop19 i32.const $push18=, 0 i32.const $push17=, 0 - i32.store $drop=, b($pop18):p2align=0, $pop17 + i32.store b($pop18):p2align=0, $pop17 i32.const $push16=, 0 i32.const $push15=, 0 - i32.store $drop=, e($pop16), $pop15 + i32.store e($pop16), $pop15 block i32.const $push14=, 0 i32.load $push8=, d($pop14) @@ -111,17 +111,17 @@ baz: # @baz i64.shl $push10=, $0, $pop9 i64.const $push30=, 33 i64.shr_s $push11=, $pop10, $pop30 - i64.store32 $drop=, c($pop31), $pop11 + i64.store32 c($pop31), $pop11 .LBB2_2: # %bar.exit end_block # label1: i32.const $push35=, 0 i32.const $push34=, 0 i32.load8_u $push12=, b+4($pop34) - i32.store8 $drop=, a+4($pop35), $pop12 + i32.store8 a+4($pop35), $pop12 i32.const $push33=, 0 i32.const $push32=, 0 i32.load $push13=, b($pop32):p2align=0 - i32.store $drop=, a($pop33), $pop13 + i32.store a($pop33), $pop13 # fallthrough-return .endfunc .Lfunc_end2: @@ -149,20 +149,20 @@ main: # @main tee_local $push29=, $1=, $pop30 i64.const $push28=, 32 i64.shr_u $push5=, $pop29, $pop28 - i64.store8 $drop=, a+4($pop35), $pop5 + i64.store8 a+4($pop35), $pop5 i32.const $push27=, 0 i64.const $push6=, 2147483648 i64.or $push7=, $1, $pop6 - i64.store32 $drop=, a($pop27), $pop7 + i64.store32 a($pop27), $pop7 i32.const $push26=, 0 i32.const $push25=, 0 - i32.store8 $drop=, b+4($pop26), $pop25 + i32.store8 b+4($pop26), $pop25 i32.const $push24=, 0 i32.const $push23=, 0 - i32.store $drop=, b($pop24):p2align=0, $pop23 + i32.store b($pop24):p2align=0, $pop23 i32.const $push22=, 0 i32.const $push21=, 0 - i32.store $drop=, e($pop22), $pop21 + i32.store e($pop22), $pop21 block i32.const $push20=, 0 i32.load $push8=, d($pop20) @@ -174,17 +174,17 @@ main: # @main i64.shl $push10=, $0, $pop9 i64.const $push36=, 33 i64.shr_s $push11=, $pop10, $pop36 - i64.store32 $drop=, c($pop37), $pop11 + i64.store32 c($pop37), $pop11 .LBB3_2: # %baz.exit end_block # label2: i32.const $push43=, 0 i32.const $push42=, 0 i32.load8_u $push12=, b+4($pop42) - i32.store8 $drop=, a+4($pop43), $pop12 + i32.store8 a+4($pop43), $pop12 i32.const $push41=, 0 i32.const $push40=, 0 i32.load $push13=, b($pop40):p2align=0 - i32.store $drop=, a($pop41), $pop13 + i32.store a($pop41), $pop13 block i32.const $push39=, 0 i64.load32_u $push14=, a($pop39) @@ -256,5 +256,5 @@ b: .size b, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr52979-2.c.s b/test/torture-s/pr52979-2.c.s index d3a239473..64ee711bc 100644 --- a/test/torture-s/pr52979-2.c.s +++ b/test/torture-s/pr52979-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52979-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr52979-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -32,20 +32,20 @@ bar: # @bar tee_local $push21=, $1=, $pop22 i64.const $push20=, 32 i64.shr_u $push5=, $pop21, $pop20 - i64.store8 $drop=, a+4($pop27), $pop5 + i64.store8 a+4($pop27), $pop5 i32.const $push19=, 0 i64.const $push6=, 2147483648 i64.or $push7=, $1, $pop6 - i64.store32 $drop=, a($pop19), $pop7 + i64.store32 a($pop19), $pop7 i32.const $push18=, 0 i32.const $push17=, 0 - i32.store8 $drop=, b+4($pop18), $pop17 + i32.store8 b+4($pop18), $pop17 i32.const $push16=, 0 i32.const $push15=, 0 - i32.store $drop=, b($pop16):p2align=0, $pop15 + i32.store b($pop16):p2align=0, $pop15 i32.const $push14=, 0 i32.const $push13=, 0 - i32.store $drop=, e($pop14), $pop13 + i32.store e($pop14), $pop13 block i32.const $push12=, 0 i32.load $push8=, d($pop12) @@ -57,7 +57,7 @@ bar: # @bar i64.shl $push10=, $0, $pop9 i64.const $push28=, 33 i64.shr_s $push11=, $pop10, $pop28 - i64.store32 $drop=, c($pop29), $pop11 + i64.store32 c($pop29), $pop11 .LBB1_2: # %if.end end_block # label0: # fallthrough-return @@ -86,20 +86,20 @@ baz: # @baz tee_local $push23=, $1=, $pop24 i64.const $push22=, 32 i64.shr_u $push5=, $pop23, $pop22 - i64.store8 $drop=, a+4($pop29), $pop5 + i64.store8 a+4($pop29), $pop5 i32.const $push21=, 0 i64.const $push6=, 2147483648 i64.or $push7=, $1, $pop6 - i64.store32 $drop=, a($pop21), $pop7 + i64.store32 a($pop21), $pop7 i32.const $push20=, 0 i32.const $push19=, 0 - i32.store8 $drop=, b+4($pop20), $pop19 + i32.store8 b+4($pop20), $pop19 i32.const $push18=, 0 i32.const $push17=, 0 - i32.store $drop=, b($pop18):p2align=0, $pop17 + i32.store b($pop18):p2align=0, $pop17 i32.const $push16=, 0 i32.const $push15=, 0 - i32.store $drop=, e($pop16), $pop15 + i32.store e($pop16), $pop15 block i32.const $push14=, 0 i32.load $push8=, d($pop14) @@ -111,17 +111,17 @@ baz: # @baz i64.shl $push10=, $0, $pop9 i64.const $push30=, 33 i64.shr_s $push11=, $pop10, $pop30 - i64.store32 $drop=, c($pop31), $pop11 + i64.store32 c($pop31), $pop11 .LBB2_2: # %bar.exit end_block # label1: i32.const $push35=, 0 i32.const $push34=, 0 i32.load8_u $push12=, b+4($pop34) - i32.store8 $drop=, a+4($pop35), $pop12 + i32.store8 a+4($pop35), $pop12 i32.const $push33=, 0 i32.const $push32=, 0 i32.load $push13=, b($pop32):p2align=0 - i32.store $drop=, a($pop33), $pop13 + i32.store a($pop33), $pop13 # fallthrough-return .endfunc .Lfunc_end2: @@ -149,20 +149,20 @@ main: # @main tee_local $push29=, $1=, $pop30 i64.const $push28=, 32 i64.shr_u $push5=, $pop29, $pop28 - i64.store8 $drop=, a+4($pop35), $pop5 + i64.store8 a+4($pop35), $pop5 i32.const $push27=, 0 i64.const $push6=, 2147483648 i64.or $push7=, $1, $pop6 - i64.store32 $drop=, a($pop27), $pop7 + i64.store32 a($pop27), $pop7 i32.const $push26=, 0 i32.const $push25=, 0 - i32.store8 $drop=, b+4($pop26), $pop25 + i32.store8 b+4($pop26), $pop25 i32.const $push24=, 0 i32.const $push23=, 0 - i32.store $drop=, b($pop24):p2align=0, $pop23 + i32.store b($pop24):p2align=0, $pop23 i32.const $push22=, 0 i32.const $push21=, 0 - i32.store $drop=, e($pop22), $pop21 + i32.store e($pop22), $pop21 block i32.const $push20=, 0 i32.load $push8=, d($pop20) @@ -174,17 +174,17 @@ main: # @main i64.shl $push10=, $0, $pop9 i64.const $push36=, 33 i64.shr_s $push11=, $pop10, $pop36 - i64.store32 $drop=, c($pop37), $pop11 + i64.store32 c($pop37), $pop11 .LBB3_2: # %baz.exit end_block # label2: i32.const $push43=, 0 i32.const $push42=, 0 i32.load8_u $push12=, b+4($pop42) - i32.store8 $drop=, a+4($pop43), $pop12 + i32.store8 a+4($pop43), $pop12 i32.const $push41=, 0 i32.const $push40=, 0 i32.load $push13=, b($pop40):p2align=0 - i32.store $drop=, a($pop41), $pop13 + i32.store a($pop41), $pop13 block i32.const $push39=, 0 i64.load32_u $push14=, a($pop39) @@ -256,5 +256,5 @@ b: .size b, 5 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr53084.c.s b/test/torture-s/pr53084.c.s index 36f5c035b..115c41c8b 100644 --- a/test/torture-s/pr53084.c.s +++ b/test/torture-s/pr53084.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53084.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53084.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -52,5 +52,5 @@ main: # @main .size .L.str, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr53160.c.s b/test/torture-s/pr53160.c.s index 98c1606d7..02b3f2a13 100644 --- a/test/torture-s/pr53160.c.s +++ b/test/torture-s/pr53160.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53160.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53160.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,7 +8,7 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 0 i32.const $push1=, 0 - i32.store $drop=, e($pop0), $pop1 + i32.store e($pop0), $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -34,24 +34,24 @@ main: # @main end_block # label0: i32.const $push18=, 0 i32.const $push1=, -1 - i32.store $drop=, d($pop18), $pop1 + i32.store d($pop18), $pop1 i32.const $push17=, 0 i32.const $push16=, 0 i32.load8_s $push15=, f($pop16) tee_local $push14=, $0=, $pop15 - i32.store16 $drop=, i($pop17), $pop14 + i32.store16 i($pop17), $pop14 i32.const $push13=, 0 i32.const $push12=, 0 i32.const $push11=, 0 i32.load $push2=, c($pop11) i32.select $push10=, $0, $pop12, $pop2 tee_local $push9=, $0=, $pop10 - i32.store $drop=, h($pop13), $pop9 + i32.store h($pop13), $pop9 i32.const $push8=, 0 - i32.store $drop=, a($pop8), $0 + i32.store a($pop8), $0 i32.const $push7=, 0 i32.const $push6=, 0 - i32.store $drop=, e($pop7), $pop6 + i32.store e($pop7), $pop6 block br_if 0, $0 # 0: down to label1 # BB#3: # %if.end16 @@ -146,5 +146,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr53465.c.s b/test/torture-s/pr53465.c.s index 9f4f8b15d..8c26a3073 100644 --- a/test/torture-s/pr53465.c.s +++ b/test/torture-s/pr53465.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53465.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53465.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -71,5 +71,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr53645-2.c.s b/test/torture-s/pr53645-2.c.s index 726b2330e..8d14bd5a1 100644 --- a/test/torture-s/pr53645-2.c.s +++ b/test/torture-s/pr53645-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53645-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53645-2.c" .section .text.uq44444444,"ax",@progbits .hidden uq44444444 .globl uq44444444 @@ -32,42 +32,42 @@ uq44444444: # @uq44444444 i32.load16_u $push14=, 0($1) i32.const $push44=, 2 i32.shr_u $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 2 i32.shr_u $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 2 i32.shr_u $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 2 i32.shr_u $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 2 i32.shr_u $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 2 i32.shr_u $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 2 i32.shr_u $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 2 i32.shr_u $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end0: @@ -105,42 +105,42 @@ ur44444444: # @ur44444444 i32.load16_u $push14=, 0($1) i32.const $push15=, 3 i32.and $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 3 i32.and $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 3 i32.and $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 3 i32.and $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 3 i32.and $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 3 i32.and $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 3 i32.and $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 3 i32.and $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end1: @@ -178,42 +178,42 @@ sq44444444: # @sq44444444 i32.load16_s $push14=, 0($1) i32.const $push44=, 4 i32.div_s $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 4 i32.div_s $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 4 i32.div_s $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 4 i32.div_s $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 4 i32.div_s $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 4 i32.div_s $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 4 i32.div_s $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 4 i32.div_s $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end2: @@ -251,42 +251,42 @@ sr44444444: # @sr44444444 i32.load16_s $push14=, 0($1) i32.const $push44=, 4 i32.rem_s $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 4 i32.rem_s $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 4 i32.rem_s $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 4 i32.rem_s $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 4 i32.rem_s $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 4 i32.rem_s $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 4 i32.rem_s $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 4 i32.rem_s $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end3: @@ -322,42 +322,42 @@ uq1428166432128: # @uq1428166432128 i32.add $push13=, $1, $pop12 i32.load16_u $8=, 0($pop13) i32.load16_u $push14=, 0($1) - i32.store16 $drop=, 0($0), $pop14 + i32.store16 0($0), $pop14 i32.const $push42=, 14 i32.add $push15=, $0, $pop42 i32.const $push16=, 7 i32.shr_u $push17=, $8, $pop16 - i32.store16 $drop=, 0($pop15), $pop17 + i32.store16 0($pop15), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push19=, 5 i32.shr_u $push20=, $7, $pop19 - i32.store16 $drop=, 0($pop18), $pop20 + i32.store16 0($pop18), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 6 i32.shr_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 4 i32.shr_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push26=, 3 i32.shr_u $push27=, $4, $pop26 - i32.store16 $drop=, 0($pop25), $pop27 + i32.store16 0($pop25), $pop27 i32.const $push35=, 4 i32.add $push28=, $0, $pop35 i32.const $push29=, 1 i32.shr_u $push30=, $3, $pop29 - i32.store16 $drop=, 0($pop28), $pop30 + i32.store16 0($pop28), $pop30 i32.const $push34=, 2 i32.add $push31=, $0, $pop34 i32.const $push33=, 2 i32.shr_u $push32=, $2, $pop33 - i32.store16 $drop=, 0($pop31), $pop32 + i32.store16 0($pop31), $pop32 # fallthrough-return .endfunc .Lfunc_end4: @@ -393,42 +393,42 @@ ur1428166432128: # @ur1428166432128 i32.add $push13=, $1, $pop12 i32.load16_u $1=, 0($pop13) i32.const $push14=, 0 - i32.store16 $drop=, 0($0), $pop14 + i32.store16 0($0), $pop14 i32.const $push42=, 14 i32.add $push15=, $0, $pop42 i32.const $push16=, 127 i32.and $push17=, $1, $pop16 - i32.store16 $drop=, 0($pop15), $pop17 + i32.store16 0($pop15), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push19=, 31 i32.and $push20=, $7, $pop19 - i32.store16 $drop=, 0($pop18), $pop20 + i32.store16 0($pop18), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push22=, 63 i32.and $push23=, $6, $pop22 - i32.store16 $drop=, 0($pop21), $pop23 + i32.store16 0($pop21), $pop23 i32.const $push39=, 8 i32.add $push24=, $0, $pop39 i32.const $push25=, 15 i32.and $push26=, $5, $pop25 - i32.store16 $drop=, 0($pop24), $pop26 + i32.store16 0($pop24), $pop26 i32.const $push38=, 6 i32.add $push27=, $0, $pop38 i32.const $push28=, 7 i32.and $push29=, $4, $pop28 - i32.store16 $drop=, 0($pop27), $pop29 + i32.store16 0($pop27), $pop29 i32.const $push37=, 4 i32.add $push30=, $0, $pop37 i32.const $push31=, 1 i32.and $push32=, $3, $pop31 - i32.store16 $drop=, 0($pop30), $pop32 + i32.store16 0($pop30), $pop32 i32.const $push36=, 2 i32.add $push33=, $0, $pop36 i32.const $push34=, 3 i32.and $push35=, $2, $pop34 - i32.store16 $drop=, 0($pop33), $pop35 + i32.store16 0($pop33), $pop35 # fallthrough-return .endfunc .Lfunc_end5: @@ -464,42 +464,42 @@ sq1428166432128: # @sq1428166432128 i32.add $push13=, $1, $pop12 i32.load16_s $8=, 0($pop13) i32.load16_u $push14=, 0($1) - i32.store16 $drop=, 0($0), $pop14 + i32.store16 0($0), $pop14 i32.const $push42=, 14 i32.add $push15=, $0, $pop42 i32.const $push16=, 128 i32.div_s $push17=, $8, $pop16 - i32.store16 $drop=, 0($pop15), $pop17 + i32.store16 0($pop15), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push19=, 32 i32.div_s $push20=, $7, $pop19 - i32.store16 $drop=, 0($pop18), $pop20 + i32.store16 0($pop18), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push22=, 64 i32.div_s $push23=, $6, $pop22 - i32.store16 $drop=, 0($pop21), $pop23 + i32.store16 0($pop21), $pop23 i32.const $push39=, 8 i32.add $push24=, $0, $pop39 i32.const $push25=, 16 i32.div_s $push26=, $5, $pop25 - i32.store16 $drop=, 0($pop24), $pop26 + i32.store16 0($pop24), $pop26 i32.const $push38=, 6 i32.add $push27=, $0, $pop38 i32.const $push37=, 8 i32.div_s $push28=, $4, $pop37 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push36=, 4 i32.add $push29=, $0, $pop36 i32.const $push35=, 2 i32.div_s $push30=, $3, $pop35 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 i32.const $push34=, 2 i32.add $push31=, $0, $pop34 i32.const $push33=, 4 i32.div_s $push32=, $2, $pop33 - i32.store16 $drop=, 0($pop31), $pop32 + i32.store16 0($pop31), $pop32 # fallthrough-return .endfunc .Lfunc_end6: @@ -535,42 +535,42 @@ sr1428166432128: # @sr1428166432128 i32.add $push13=, $1, $pop12 i32.load16_s $1=, 0($pop13) i32.const $push14=, 0 - i32.store16 $drop=, 0($0), $pop14 + i32.store16 0($0), $pop14 i32.const $push42=, 14 i32.add $push15=, $0, $pop42 i32.const $push16=, 128 i32.rem_s $push17=, $1, $pop16 - i32.store16 $drop=, 0($pop15), $pop17 + i32.store16 0($pop15), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push19=, 32 i32.rem_s $push20=, $7, $pop19 - i32.store16 $drop=, 0($pop18), $pop20 + i32.store16 0($pop18), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push22=, 64 i32.rem_s $push23=, $6, $pop22 - i32.store16 $drop=, 0($pop21), $pop23 + i32.store16 0($pop21), $pop23 i32.const $push39=, 8 i32.add $push24=, $0, $pop39 i32.const $push25=, 16 i32.rem_s $push26=, $5, $pop25 - i32.store16 $drop=, 0($pop24), $pop26 + i32.store16 0($pop24), $pop26 i32.const $push38=, 6 i32.add $push27=, $0, $pop38 i32.const $push37=, 8 i32.rem_s $push28=, $4, $pop37 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push36=, 4 i32.add $push29=, $0, $pop36 i32.const $push35=, 2 i32.rem_s $push30=, $3, $pop35 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 i32.const $push34=, 2 i32.add $push31=, $0, $pop34 i32.const $push33=, 4 i32.rem_s $push32=, $2, $pop33 - i32.store16 $drop=, 0($pop31), $pop32 + i32.store16 0($pop31), $pop32 # fallthrough-return .endfunc .Lfunc_end7: @@ -608,42 +608,42 @@ uq33333333: # @uq33333333 i32.load16_u $push14=, 0($1) i32.const $push15=, 3 i32.div_u $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 3 i32.div_u $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 3 i32.div_u $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 3 i32.div_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 3 i32.div_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 3 i32.div_u $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 3 i32.div_u $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 3 i32.div_u $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end8: @@ -681,42 +681,42 @@ ur33333333: # @ur33333333 i32.load16_u $push14=, 0($1) i32.const $push15=, 3 i32.rem_u $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 3 i32.rem_u $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 3 i32.rem_u $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 3 i32.rem_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 3 i32.rem_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 3 i32.rem_u $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 3 i32.rem_u $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 3 i32.rem_u $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end9: @@ -754,42 +754,42 @@ sq33333333: # @sq33333333 i32.load16_s $push14=, 0($1) i32.const $push15=, 3 i32.div_s $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 3 i32.div_s $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 3 i32.div_s $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 3 i32.div_s $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 3 i32.div_s $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 3 i32.div_s $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 3 i32.div_s $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 3 i32.div_s $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end10: @@ -827,42 +827,42 @@ sr33333333: # @sr33333333 i32.load16_s $push14=, 0($1) i32.const $push15=, 3 i32.rem_s $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 3 i32.rem_s $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 3 i32.rem_s $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 3 i32.rem_s $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 3 i32.rem_s $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 3 i32.rem_s $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 3 i32.rem_s $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 3 i32.rem_s $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end11: @@ -900,42 +900,42 @@ uq65656565: # @uq65656565 i32.load16_u $push14=, 0($1) i32.const $push44=, 6 i32.div_u $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push17=, 5 i32.div_u $push18=, $8, $pop17 - i32.store16 $drop=, 0($pop16), $pop18 + i32.store16 0($pop16), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 6 i32.div_u $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 5 i32.div_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 6 i32.div_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 5 i32.div_u $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 6 i32.div_u $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 5 i32.div_u $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end12: @@ -973,42 +973,42 @@ ur65656565: # @ur65656565 i32.load16_u $push14=, 0($1) i32.const $push44=, 6 i32.rem_u $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push17=, 5 i32.rem_u $push18=, $8, $pop17 - i32.store16 $drop=, 0($pop16), $pop18 + i32.store16 0($pop16), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 6 i32.rem_u $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 5 i32.rem_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 6 i32.rem_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 5 i32.rem_u $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 6 i32.rem_u $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 5 i32.rem_u $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end13: @@ -1046,42 +1046,42 @@ sq65656565: # @sq65656565 i32.load16_s $push14=, 0($1) i32.const $push44=, 6 i32.div_s $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push17=, 5 i32.div_s $push18=, $8, $pop17 - i32.store16 $drop=, 0($pop16), $pop18 + i32.store16 0($pop16), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 6 i32.div_s $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 5 i32.div_s $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 6 i32.div_s $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 5 i32.div_s $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 6 i32.div_s $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 5 i32.div_s $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end14: @@ -1119,42 +1119,42 @@ sr65656565: # @sr65656565 i32.load16_s $push14=, 0($1) i32.const $push44=, 6 i32.rem_s $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push17=, 5 i32.rem_s $push18=, $8, $pop17 - i32.store16 $drop=, 0($pop16), $pop18 + i32.store16 0($pop16), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 6 i32.rem_s $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 5 i32.rem_s $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 6 i32.rem_s $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 5 i32.rem_s $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 6 i32.rem_s $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 5 i32.rem_s $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end15: @@ -1192,42 +1192,42 @@ uq14141461461414: # @uq14141461461414 i32.load16_u $push14=, 0($1) i32.const $push44=, 14 i32.div_u $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 14 i32.div_u $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 14 i32.div_u $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 6 i32.div_u $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 14 i32.div_u $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 6 i32.div_u $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 14 i32.div_u $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 14 i32.div_u $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end16: @@ -1265,42 +1265,42 @@ ur14141461461414: # @ur14141461461414 i32.load16_u $push14=, 0($1) i32.const $push44=, 14 i32.rem_u $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 14 i32.rem_u $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 14 i32.rem_u $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 6 i32.rem_u $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 14 i32.rem_u $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 6 i32.rem_u $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 14 i32.rem_u $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 14 i32.rem_u $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end17: @@ -1338,42 +1338,42 @@ sq14141461461414: # @sq14141461461414 i32.load16_s $push14=, 0($1) i32.const $push44=, 14 i32.div_s $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 14 i32.div_s $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 14 i32.div_s $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 6 i32.div_s $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 14 i32.div_s $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 6 i32.div_s $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 14 i32.div_s $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 14 i32.div_s $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end18: @@ -1411,42 +1411,42 @@ sr14141461461414: # @sr14141461461414 i32.load16_s $push14=, 0($1) i32.const $push44=, 14 i32.rem_s $push15=, $pop14, $pop44 - i32.store16 $drop=, 0($0), $pop15 + i32.store16 0($0), $pop15 i32.const $push43=, 14 i32.add $push16=, $0, $pop43 i32.const $push42=, 14 i32.rem_s $push17=, $8, $pop42 - i32.store16 $drop=, 0($pop16), $pop17 + i32.store16 0($pop16), $pop17 i32.const $push41=, 12 i32.add $push18=, $0, $pop41 i32.const $push40=, 14 i32.rem_s $push19=, $7, $pop40 - i32.store16 $drop=, 0($pop18), $pop19 + i32.store16 0($pop18), $pop19 i32.const $push39=, 10 i32.add $push20=, $0, $pop39 i32.const $push38=, 6 i32.rem_s $push21=, $6, $pop38 - i32.store16 $drop=, 0($pop20), $pop21 + i32.store16 0($pop20), $pop21 i32.const $push37=, 8 i32.add $push22=, $0, $pop37 i32.const $push36=, 14 i32.rem_s $push23=, $5, $pop36 - i32.store16 $drop=, 0($pop22), $pop23 + i32.store16 0($pop22), $pop23 i32.const $push35=, 6 i32.add $push24=, $0, $pop35 i32.const $push34=, 6 i32.rem_s $push25=, $4, $pop34 - i32.store16 $drop=, 0($pop24), $pop25 + i32.store16 0($pop24), $pop25 i32.const $push33=, 4 i32.add $push26=, $0, $pop33 i32.const $push32=, 14 i32.rem_s $push27=, $3, $pop32 - i32.store16 $drop=, 0($pop26), $pop27 + i32.store16 0($pop26), $pop27 i32.const $push31=, 2 i32.add $push28=, $0, $pop31 i32.const $push30=, 14 i32.rem_s $push29=, $2, $pop30 - i32.store16 $drop=, 0($pop28), $pop29 + i32.store16 0($pop28), $pop29 # fallthrough-return .endfunc .Lfunc_end19: @@ -1484,42 +1484,42 @@ uq77777777: # @uq77777777 i32.load16_u $push14=, 0($1) i32.const $push15=, 7 i32.div_u $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 7 i32.div_u $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 7 i32.div_u $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 7 i32.div_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 7 i32.div_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 7 i32.div_u $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 7 i32.div_u $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 7 i32.div_u $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end20: @@ -1557,42 +1557,42 @@ ur77777777: # @ur77777777 i32.load16_u $push14=, 0($1) i32.const $push15=, 7 i32.rem_u $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 7 i32.rem_u $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 7 i32.rem_u $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 7 i32.rem_u $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 7 i32.rem_u $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 7 i32.rem_u $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 7 i32.rem_u $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 7 i32.rem_u $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end21: @@ -1630,42 +1630,42 @@ sq77777777: # @sq77777777 i32.load16_s $push14=, 0($1) i32.const $push15=, 7 i32.div_s $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 7 i32.div_s $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 7 i32.div_s $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 7 i32.div_s $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 7 i32.div_s $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 7 i32.div_s $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 7 i32.div_s $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 7 i32.div_s $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end22: @@ -1703,42 +1703,42 @@ sr77777777: # @sr77777777 i32.load16_s $push14=, 0($1) i32.const $push15=, 7 i32.rem_s $push16=, $pop14, $pop15 - i32.store16 $drop=, 0($0), $pop16 + i32.store16 0($0), $pop16 i32.const $push44=, 14 i32.add $push17=, $0, $pop44 i32.const $push43=, 7 i32.rem_s $push18=, $8, $pop43 - i32.store16 $drop=, 0($pop17), $pop18 + i32.store16 0($pop17), $pop18 i32.const $push42=, 12 i32.add $push19=, $0, $pop42 i32.const $push41=, 7 i32.rem_s $push20=, $7, $pop41 - i32.store16 $drop=, 0($pop19), $pop20 + i32.store16 0($pop19), $pop20 i32.const $push40=, 10 i32.add $push21=, $0, $pop40 i32.const $push39=, 7 i32.rem_s $push22=, $6, $pop39 - i32.store16 $drop=, 0($pop21), $pop22 + i32.store16 0($pop21), $pop22 i32.const $push38=, 8 i32.add $push23=, $0, $pop38 i32.const $push37=, 7 i32.rem_s $push24=, $5, $pop37 - i32.store16 $drop=, 0($pop23), $pop24 + i32.store16 0($pop23), $pop24 i32.const $push36=, 6 i32.add $push25=, $0, $pop36 i32.const $push35=, 7 i32.rem_s $push26=, $4, $pop35 - i32.store16 $drop=, 0($pop25), $pop26 + i32.store16 0($pop25), $pop26 i32.const $push34=, 4 i32.add $push27=, $0, $pop34 i32.const $push33=, 7 i32.rem_s $push28=, $3, $pop33 - i32.store16 $drop=, 0($pop27), $pop28 + i32.store16 0($pop27), $pop28 i32.const $push32=, 2 i32.add $push29=, $0, $pop32 i32.const $push31=, 7 i32.rem_s $push30=, $2, $pop31 - i32.store16 $drop=, 0($pop29), $pop30 + i32.store16 0($pop29), $pop30 # fallthrough-return .endfunc .Lfunc_end23: @@ -1758,7 +1758,7 @@ main: # @main i32.const $push1066=, 32 i32.sub $push1192=, $pop1065, $pop1066 tee_local $push1191=, $10=, $pop1192 - i32.store $drop=, __stack_pointer($pop1067), $pop1191 + i32.store __stack_pointer($pop1067), $pop1191 i32.const $1=, 0 i32.const $0=, u .LBB24_1: # %for.body @@ -4393,7 +4393,7 @@ main: # @main i32.const $push1070=, 0 i32.const $push1068=, 32 i32.add $push1069=, $10, $pop1068 - i32.store $drop=, __stack_pointer($pop1070), $pop1069 + i32.store __stack_pointer($pop1070), $pop1069 i32.const $push1063=, 0 return $pop1063 .LBB24_197: # %if.then1842 @@ -4453,5 +4453,5 @@ s: .size s, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr53645.c.s b/test/torture-s/pr53645.c.s index c54369e13..785048e8e 100644 --- a/test/torture-s/pr53645.c.s +++ b/test/torture-s/pr53645.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53645.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53645.c" .section .text.uq4444,"ax",@progbits .hidden uq4444 .globl uq4444 @@ -10,7 +10,7 @@ uq4444: # @uq4444 i32.load $push0=, 0($1) i32.const $push1=, 2 i32.shr_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -18,7 +18,7 @@ uq4444: # @uq4444 i32.load $push6=, 0($pop5) i32.const $push22=, 2 i32.shr_u $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -26,7 +26,7 @@ uq4444: # @uq4444 i32.load $push11=, 0($pop10) i32.const $push20=, 2 i32.shr_u $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -34,7 +34,7 @@ uq4444: # @uq4444 i32.load $push16=, 0($pop15) i32.const $push18=, 2 i32.shr_u $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end0: @@ -50,7 +50,7 @@ ur4444: # @ur4444 i32.load $push0=, 0($1) i32.const $push1=, 3 i32.and $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -58,7 +58,7 @@ ur4444: # @ur4444 i32.load $push6=, 0($pop5) i32.const $push22=, 3 i32.and $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -66,7 +66,7 @@ ur4444: # @ur4444 i32.load $push11=, 0($pop10) i32.const $push20=, 3 i32.and $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -74,7 +74,7 @@ ur4444: # @ur4444 i32.load $push16=, 0($pop15) i32.const $push18=, 3 i32.and $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end1: @@ -90,7 +90,7 @@ sq4444: # @sq4444 i32.load $push0=, 0($1) i32.const $push1=, 4 i32.div_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -98,7 +98,7 @@ sq4444: # @sq4444 i32.load $push6=, 0($pop5) i32.const $push22=, 4 i32.div_s $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -106,7 +106,7 @@ sq4444: # @sq4444 i32.load $push11=, 0($pop10) i32.const $push20=, 4 i32.div_s $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push19=, 4 i32.add $push13=, $0, $pop19 i32.const $push18=, 4 @@ -114,7 +114,7 @@ sq4444: # @sq4444 i32.load $push15=, 0($pop14) i32.const $push17=, 4 i32.div_s $push16=, $pop15, $pop17 - i32.store $drop=, 0($pop13), $pop16 + i32.store 0($pop13), $pop16 # fallthrough-return .endfunc .Lfunc_end2: @@ -130,7 +130,7 @@ sr4444: # @sr4444 i32.load $push0=, 0($1) i32.const $push1=, 4 i32.rem_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -138,7 +138,7 @@ sr4444: # @sr4444 i32.load $push6=, 0($pop5) i32.const $push22=, 4 i32.rem_s $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -146,7 +146,7 @@ sr4444: # @sr4444 i32.load $push11=, 0($pop10) i32.const $push20=, 4 i32.rem_s $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push19=, 4 i32.add $push13=, $0, $pop19 i32.const $push18=, 4 @@ -154,7 +154,7 @@ sr4444: # @sr4444 i32.load $push15=, 0($pop14) i32.const $push17=, 4 i32.rem_s $push16=, $pop15, $pop17 - i32.store $drop=, 0($pop13), $pop16 + i32.store 0($pop13), $pop16 # fallthrough-return .endfunc .Lfunc_end3: @@ -168,7 +168,7 @@ uq1428: # @uq1428 .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 12 i32.add $push2=, $0, $pop1 i32.const $push21=, 12 @@ -176,7 +176,7 @@ uq1428: # @uq1428 i32.load $push4=, 0($pop3) i32.const $push5=, 3 i32.shr_u $push6=, $pop4, $pop5 - i32.store $drop=, 0($pop2), $pop6 + i32.store 0($pop2), $pop6 i32.const $push7=, 8 i32.add $push8=, $0, $pop7 i32.const $push20=, 8 @@ -184,7 +184,7 @@ uq1428: # @uq1428 i32.load $push10=, 0($pop9) i32.const $push11=, 1 i32.shr_u $push12=, $pop10, $pop11 - i32.store $drop=, 0($pop8), $pop12 + i32.store 0($pop8), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -192,7 +192,7 @@ uq1428: # @uq1428 i32.load $push16=, 0($pop15) i32.const $push17=, 2 i32.shr_u $push18=, $pop16, $pop17 - i32.store $drop=, 0($pop14), $pop18 + i32.store 0($pop14), $pop18 # fallthrough-return .endfunc .Lfunc_end4: @@ -206,7 +206,7 @@ ur1428: # @ur1428 .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 12 i32.add $push2=, $0, $pop1 i32.const $push21=, 12 @@ -214,7 +214,7 @@ ur1428: # @ur1428 i32.load $push4=, 0($pop3) i32.const $push5=, 7 i32.and $push6=, $pop4, $pop5 - i32.store $drop=, 0($pop2), $pop6 + i32.store 0($pop2), $pop6 i32.const $push7=, 8 i32.add $push8=, $0, $pop7 i32.const $push20=, 8 @@ -222,7 +222,7 @@ ur1428: # @ur1428 i32.load $push10=, 0($pop9) i32.const $push11=, 1 i32.and $push12=, $pop10, $pop11 - i32.store $drop=, 0($pop8), $pop12 + i32.store 0($pop8), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -230,7 +230,7 @@ ur1428: # @ur1428 i32.load $push16=, 0($pop15) i32.const $push17=, 3 i32.and $push18=, $pop16, $pop17 - i32.store $drop=, 0($pop14), $pop18 + i32.store 0($pop14), $pop18 # fallthrough-return .endfunc .Lfunc_end5: @@ -244,7 +244,7 @@ sq1428: # @sq1428 .param i32, i32 # BB#0: # %entry i32.load $push0=, 0($1) - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.const $push1=, 12 i32.add $push2=, $0, $pop1 i32.const $push21=, 12 @@ -252,7 +252,7 @@ sq1428: # @sq1428 i32.load $push4=, 0($pop3) i32.const $push5=, 8 i32.div_s $push6=, $pop4, $pop5 - i32.store $drop=, 0($pop2), $pop6 + i32.store 0($pop2), $pop6 i32.const $push20=, 8 i32.add $push7=, $0, $pop20 i32.const $push19=, 8 @@ -260,7 +260,7 @@ sq1428: # @sq1428 i32.load $push9=, 0($pop8) i32.const $push10=, 2 i32.div_s $push11=, $pop9, $pop10 - i32.store $drop=, 0($pop7), $pop11 + i32.store 0($pop7), $pop11 i32.const $push12=, 4 i32.add $push13=, $0, $pop12 i32.const $push18=, 4 @@ -268,7 +268,7 @@ sq1428: # @sq1428 i32.load $push15=, 0($pop14) i32.const $push17=, 4 i32.div_s $push16=, $pop15, $pop17 - i32.store $drop=, 0($pop13), $pop16 + i32.store 0($pop13), $pop16 # fallthrough-return .endfunc .Lfunc_end6: @@ -284,7 +284,7 @@ sr1428: # @sr1428 i32.load $push0=, 0($1) i32.const $push1=, 1 i32.rem_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -292,7 +292,7 @@ sr1428: # @sr1428 i32.load $push6=, 0($pop5) i32.const $push7=, 8 i32.rem_s $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push22=, 8 i32.add $push9=, $0, $pop22 i32.const $push21=, 8 @@ -300,7 +300,7 @@ sr1428: # @sr1428 i32.load $push11=, 0($pop10) i32.const $push12=, 2 i32.rem_s $push13=, $pop11, $pop12 - i32.store $drop=, 0($pop9), $pop13 + i32.store 0($pop9), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -308,7 +308,7 @@ sr1428: # @sr1428 i32.load $push17=, 0($pop16) i32.const $push19=, 4 i32.rem_s $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end7: @@ -324,7 +324,7 @@ uq3333: # @uq3333 i32.load $push0=, 0($1) i32.const $push1=, 3 i32.div_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -332,7 +332,7 @@ uq3333: # @uq3333 i32.load $push6=, 0($pop5) i32.const $push22=, 3 i32.div_u $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -340,7 +340,7 @@ uq3333: # @uq3333 i32.load $push11=, 0($pop10) i32.const $push20=, 3 i32.div_u $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -348,7 +348,7 @@ uq3333: # @uq3333 i32.load $push16=, 0($pop15) i32.const $push18=, 3 i32.div_u $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end8: @@ -364,7 +364,7 @@ ur3333: # @ur3333 i32.load $push0=, 0($1) i32.const $push1=, 3 i32.rem_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -372,7 +372,7 @@ ur3333: # @ur3333 i32.load $push6=, 0($pop5) i32.const $push22=, 3 i32.rem_u $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -380,7 +380,7 @@ ur3333: # @ur3333 i32.load $push11=, 0($pop10) i32.const $push20=, 3 i32.rem_u $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -388,7 +388,7 @@ ur3333: # @ur3333 i32.load $push16=, 0($pop15) i32.const $push18=, 3 i32.rem_u $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end9: @@ -404,7 +404,7 @@ sq3333: # @sq3333 i32.load $push0=, 0($1) i32.const $push1=, 3 i32.div_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -412,7 +412,7 @@ sq3333: # @sq3333 i32.load $push6=, 0($pop5) i32.const $push22=, 3 i32.div_s $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -420,7 +420,7 @@ sq3333: # @sq3333 i32.load $push11=, 0($pop10) i32.const $push20=, 3 i32.div_s $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -428,7 +428,7 @@ sq3333: # @sq3333 i32.load $push16=, 0($pop15) i32.const $push18=, 3 i32.div_s $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end10: @@ -444,7 +444,7 @@ sr3333: # @sr3333 i32.load $push0=, 0($1) i32.const $push1=, 3 i32.rem_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -452,7 +452,7 @@ sr3333: # @sr3333 i32.load $push6=, 0($pop5) i32.const $push22=, 3 i32.rem_s $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -460,7 +460,7 @@ sr3333: # @sr3333 i32.load $push11=, 0($pop10) i32.const $push20=, 3 i32.rem_s $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -468,7 +468,7 @@ sr3333: # @sr3333 i32.load $push16=, 0($pop15) i32.const $push18=, 3 i32.rem_s $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end11: @@ -484,7 +484,7 @@ uq6565: # @uq6565 i32.load $push0=, 0($1) i32.const $push1=, 6 i32.div_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -492,7 +492,7 @@ uq6565: # @uq6565 i32.load $push6=, 0($pop5) i32.const $push7=, 5 i32.div_u $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -500,7 +500,7 @@ uq6565: # @uq6565 i32.load $push12=, 0($pop11) i32.const $push21=, 6 i32.div_u $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -508,7 +508,7 @@ uq6565: # @uq6565 i32.load $push17=, 0($pop16) i32.const $push19=, 5 i32.div_u $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end12: @@ -524,7 +524,7 @@ ur6565: # @ur6565 i32.load $push0=, 0($1) i32.const $push1=, 6 i32.rem_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -532,7 +532,7 @@ ur6565: # @ur6565 i32.load $push6=, 0($pop5) i32.const $push7=, 5 i32.rem_u $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -540,7 +540,7 @@ ur6565: # @ur6565 i32.load $push12=, 0($pop11) i32.const $push21=, 6 i32.rem_u $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -548,7 +548,7 @@ ur6565: # @ur6565 i32.load $push17=, 0($pop16) i32.const $push19=, 5 i32.rem_u $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end13: @@ -564,7 +564,7 @@ sq6565: # @sq6565 i32.load $push0=, 0($1) i32.const $push1=, 6 i32.div_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -572,7 +572,7 @@ sq6565: # @sq6565 i32.load $push6=, 0($pop5) i32.const $push7=, 5 i32.div_s $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -580,7 +580,7 @@ sq6565: # @sq6565 i32.load $push12=, 0($pop11) i32.const $push21=, 6 i32.div_s $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -588,7 +588,7 @@ sq6565: # @sq6565 i32.load $push17=, 0($pop16) i32.const $push19=, 5 i32.div_s $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end14: @@ -604,7 +604,7 @@ sr6565: # @sr6565 i32.load $push0=, 0($1) i32.const $push1=, 6 i32.rem_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -612,7 +612,7 @@ sr6565: # @sr6565 i32.load $push6=, 0($pop5) i32.const $push7=, 5 i32.rem_s $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -620,7 +620,7 @@ sr6565: # @sr6565 i32.load $push12=, 0($pop11) i32.const $push21=, 6 i32.rem_s $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -628,7 +628,7 @@ sr6565: # @sr6565 i32.load $push17=, 0($pop16) i32.const $push19=, 5 i32.rem_s $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end15: @@ -644,7 +644,7 @@ uq1414146: # @uq1414146 i32.load $push0=, 0($1) i32.const $push1=, 14 i32.div_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -652,7 +652,7 @@ uq1414146: # @uq1414146 i32.load $push6=, 0($pop5) i32.const $push7=, 6 i32.div_u $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -660,7 +660,7 @@ uq1414146: # @uq1414146 i32.load $push12=, 0($pop11) i32.const $push21=, 14 i32.div_u $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -668,7 +668,7 @@ uq1414146: # @uq1414146 i32.load $push17=, 0($pop16) i32.const $push19=, 14 i32.div_u $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end16: @@ -684,7 +684,7 @@ ur1414146: # @ur1414146 i32.load $push0=, 0($1) i32.const $push1=, 14 i32.rem_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -692,7 +692,7 @@ ur1414146: # @ur1414146 i32.load $push6=, 0($pop5) i32.const $push7=, 6 i32.rem_u $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -700,7 +700,7 @@ ur1414146: # @ur1414146 i32.load $push12=, 0($pop11) i32.const $push21=, 14 i32.rem_u $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -708,7 +708,7 @@ ur1414146: # @ur1414146 i32.load $push17=, 0($pop16) i32.const $push19=, 14 i32.rem_u $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end17: @@ -724,7 +724,7 @@ sq1414146: # @sq1414146 i32.load $push0=, 0($1) i32.const $push1=, 14 i32.div_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -732,7 +732,7 @@ sq1414146: # @sq1414146 i32.load $push6=, 0($pop5) i32.const $push7=, 6 i32.div_s $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -740,7 +740,7 @@ sq1414146: # @sq1414146 i32.load $push12=, 0($pop11) i32.const $push21=, 14 i32.div_s $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -748,7 +748,7 @@ sq1414146: # @sq1414146 i32.load $push17=, 0($pop16) i32.const $push19=, 14 i32.div_s $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end18: @@ -764,7 +764,7 @@ sr1414146: # @sr1414146 i32.load $push0=, 0($1) i32.const $push1=, 14 i32.rem_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -772,7 +772,7 @@ sr1414146: # @sr1414146 i32.load $push6=, 0($pop5) i32.const $push7=, 6 i32.rem_s $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop4), $pop8 + i32.store 0($pop4), $pop8 i32.const $push9=, 8 i32.add $push10=, $0, $pop9 i32.const $push22=, 8 @@ -780,7 +780,7 @@ sr1414146: # @sr1414146 i32.load $push12=, 0($pop11) i32.const $push21=, 14 i32.rem_s $push13=, $pop12, $pop21 - i32.store $drop=, 0($pop10), $pop13 + i32.store 0($pop10), $pop13 i32.const $push14=, 4 i32.add $push15=, $0, $pop14 i32.const $push20=, 4 @@ -788,7 +788,7 @@ sr1414146: # @sr1414146 i32.load $push17=, 0($pop16) i32.const $push19=, 14 i32.rem_s $push18=, $pop17, $pop19 - i32.store $drop=, 0($pop15), $pop18 + i32.store 0($pop15), $pop18 # fallthrough-return .endfunc .Lfunc_end19: @@ -804,7 +804,7 @@ uq7777: # @uq7777 i32.load $push0=, 0($1) i32.const $push1=, 7 i32.div_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -812,7 +812,7 @@ uq7777: # @uq7777 i32.load $push6=, 0($pop5) i32.const $push22=, 7 i32.div_u $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -820,7 +820,7 @@ uq7777: # @uq7777 i32.load $push11=, 0($pop10) i32.const $push20=, 7 i32.div_u $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -828,7 +828,7 @@ uq7777: # @uq7777 i32.load $push16=, 0($pop15) i32.const $push18=, 7 i32.div_u $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end20: @@ -844,7 +844,7 @@ ur7777: # @ur7777 i32.load $push0=, 0($1) i32.const $push1=, 7 i32.rem_u $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -852,7 +852,7 @@ ur7777: # @ur7777 i32.load $push6=, 0($pop5) i32.const $push22=, 7 i32.rem_u $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -860,7 +860,7 @@ ur7777: # @ur7777 i32.load $push11=, 0($pop10) i32.const $push20=, 7 i32.rem_u $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -868,7 +868,7 @@ ur7777: # @ur7777 i32.load $push16=, 0($pop15) i32.const $push18=, 7 i32.rem_u $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end21: @@ -884,7 +884,7 @@ sq7777: # @sq7777 i32.load $push0=, 0($1) i32.const $push1=, 7 i32.div_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -892,7 +892,7 @@ sq7777: # @sq7777 i32.load $push6=, 0($pop5) i32.const $push22=, 7 i32.div_s $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -900,7 +900,7 @@ sq7777: # @sq7777 i32.load $push11=, 0($pop10) i32.const $push20=, 7 i32.div_s $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -908,7 +908,7 @@ sq7777: # @sq7777 i32.load $push16=, 0($pop15) i32.const $push18=, 7 i32.div_s $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end22: @@ -924,7 +924,7 @@ sr7777: # @sr7777 i32.load $push0=, 0($1) i32.const $push1=, 7 i32.rem_s $push2=, $pop0, $pop1 - i32.store $drop=, 0($0), $pop2 + i32.store 0($0), $pop2 i32.const $push3=, 12 i32.add $push4=, $0, $pop3 i32.const $push23=, 12 @@ -932,7 +932,7 @@ sr7777: # @sr7777 i32.load $push6=, 0($pop5) i32.const $push22=, 7 i32.rem_s $push7=, $pop6, $pop22 - i32.store $drop=, 0($pop4), $pop7 + i32.store 0($pop4), $pop7 i32.const $push8=, 8 i32.add $push9=, $0, $pop8 i32.const $push21=, 8 @@ -940,7 +940,7 @@ sr7777: # @sr7777 i32.load $push11=, 0($pop10) i32.const $push20=, 7 i32.rem_s $push12=, $pop11, $pop20 - i32.store $drop=, 0($pop9), $pop12 + i32.store 0($pop9), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push19=, 4 @@ -948,7 +948,7 @@ sr7777: # @sr7777 i32.load $push16=, 0($pop15) i32.const $push18=, 7 i32.rem_s $push17=, $pop16, $pop18 - i32.store $drop=, 0($pop14), $pop17 + i32.store 0($pop14), $pop17 # fallthrough-return .endfunc .Lfunc_end23: @@ -968,7 +968,7 @@ main: # @main i32.const $push381=, 32 i32.sub $push459=, $pop380, $pop381 tee_local $push458=, $6=, $pop459 - i32.store $drop=, __stack_pointer($pop382), $pop458 + i32.store __stack_pointer($pop382), $pop458 i32.const $1=, 0 i32.const $0=, u .LBB24_1: # %for.body @@ -2017,7 +2017,7 @@ main: # @main i32.const $push385=, 0 i32.const $push383=, 32 i32.add $push384=, $6, $pop383 - i32.store $drop=, __stack_pointer($pop385), $pop384 + i32.store __stack_pointer($pop385), $pop384 i32.const $push378=, 0 return $pop378 .LBB24_101: # %if.then642 @@ -2061,5 +2061,5 @@ s: .size s, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr53688.c.s b/test/torture-s/pr53688.c.s index fcd2fa4ba..830490277 100644 --- a/test/torture-s/pr53688.c.s +++ b/test/torture-s/pr53688.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53688.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr53688.c" .section .text.init,"ax",@progbits .hidden init .globl init @@ -8,15 +8,15 @@ init: # @init # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 6147487297207357523 - i64.store $drop=, p+9($pop1):p2align=0, $pop0 + i64.store p+9($pop1):p2align=0, $pop0 i32.const $push7=, 0 i32.const $push6=, 0 i32.load8_u $push2=, .L.str+8($pop6) - i32.store8 $drop=, p+8($pop7), $pop2 + i32.store8 p+8($pop7), $pop2 i32.const $push5=, 0 i32.const $push4=, 0 i64.load $push3=, .L.str($pop4):p2align=0 - i64.store $drop=, p($pop5):p2align=0, $pop3 + i64.store p($pop5):p2align=0, $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -33,20 +33,20 @@ main: # @main call init@FUNCTION i32.const $push19=, 0 i32.const $push0=, 32 - i32.store8 $drop=, headline+9($pop19), $pop0 + i32.store8 headline+9($pop19), $pop0 i32.const $push18=, 0 i32.const $push17=, 0 i32.load8_u $push1=, p+8($pop17) - i32.store8 $drop=, headline+8($pop18), $pop1 + i32.store8 headline+8($pop18), $pop1 i32.const $push16=, 0 i32.const $push15=, 0 i64.load $push2=, p($pop15):p2align=0 - i64.store $drop=, headline($pop16), $pop2 + i64.store headline($pop16), $pop2 i32.const $push14=, 0 i32.const $push13=, 0 i64.load $push12=, p+9($pop13):p2align=0 tee_local $push11=, $0=, $pop12 - i64.store $drop=, headline+10($pop14):p2align=1, $pop11 + i64.store headline+10($pop14):p2align=1, $pop11 i32.const $push4=, headline+18 i32.const $push10=, 32 i32.const $push3=, 238 @@ -93,5 +93,5 @@ headline: .size headline, 256 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr54471.c.s b/test/torture-s/pr54471.c.s index ef78d972e..00d3d94ba 100644 --- a/test/torture-s/pr54471.c.s +++ b/test/torture-s/pr54471.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr54471.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr54471.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo i32.const $push10=, 32 i32.sub $push20=, $pop9, $pop10 tee_local $push19=, $6=, $pop20 - i32.store $drop=, __stack_pointer($pop11), $pop19 + i32.store __stack_pointer($pop11), $pop19 block i32.eqz $push28=, $3 br_if 0, $pop28 # 0: down to label0 @@ -52,15 +52,15 @@ foo: # @foo br_if 0, $pop29 # 0: down to label0 # BB#4: # %if.end i64.const $push27=, 14348907 - i64.store $drop=, 0($0), $pop27 + i64.store 0($0), $pop27 i32.const $push5=, 8 i32.add $push6=, $0, $pop5 i64.const $push7=, 0 - i64.store $drop=, 0($pop6), $pop7 + i64.store 0($pop6), $pop7 i32.const $push14=, 0 i32.const $push12=, 32 i32.add $push13=, $6, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB0_5: # %if.then end_block # label0: @@ -84,7 +84,7 @@ main: # @main i32.const $push6=, 16 i32.sub $push12=, $pop5, $pop6 tee_local $push11=, $0=, $pop12 - i32.store $drop=, __stack_pointer($pop7), $pop11 + i32.store __stack_pointer($pop7), $pop11 i64.const $push2=, 3 i64.const $push1=, 0 i32.const $push0=, 4 @@ -92,7 +92,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -100,5 +100,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr54937.c.s b/test/torture-s/pr54937.c.s index 97a53fb4c..78a875b0e 100644 --- a/test/torture-s/pr54937.c.s +++ b/test/torture-s/pr54937.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr54937.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr54937.c" .section .text.t,"ax",@progbits .hidden t .globl t @@ -33,7 +33,7 @@ t: # @t i32.const $push11=, a i32.add $push3=, $1, $pop11 i32.const $push10=, 0 - i32.store $drop=, 0($pop3), $pop10 + i32.store 0($pop3), $pop10 i32.const $push9=, 4 i32.add $1=, $1, $pop9 i32.const $push8=, -1 @@ -58,7 +58,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, exit@FUNCTION - i32.store $drop=, terminate_me($pop1), $pop0 + i32.store terminate_me($pop1), $pop0 i32.const $push2=, 100 i32.call $drop=, t@FUNCTION, $pop2 call abort@FUNCTION @@ -86,6 +86,6 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/pr54985.c.s b/test/torture-s/pr54985.c.s index c274f421e..d5b6cb8d9 100644 --- a/test/torture-s/pr54985.c.s +++ b/test/torture-s/pr54985.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr54985.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr54985.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -65,9 +65,9 @@ main: # @main i32.const $push6=, 16 i32.sub $push14=, $pop5, $pop6 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop7), $pop13 + i32.store __stack_pointer($pop7), $pop13 i64.const $push0=, 4294967298 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 block i32.const $push11=, 8 i32.add $push12=, $0, $pop11 @@ -78,7 +78,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 return $pop3 .LBB1_2: # %if.then @@ -90,5 +90,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr55137.c.s b/test/torture-s/pr55137.c.s index 8972c9ea2..d6a14e819 100644 --- a/test/torture-s/pr55137.c.s +++ b/test/torture-s/pr55137.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr55137.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr55137.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -59,4 +59,4 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr55750.c.s b/test/torture-s/pr55750.c.s index 5f1637d57..4d4fd63f9 100644 --- a/test/torture-s/pr55750.c.s +++ b/test/torture-s/pr55750.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr55750.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr55750.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,7 +15,7 @@ foo: # @foo i32.load8_u $push3=, 0($0) i32.const $push5=, 2 i32.add $push4=, $pop3, $pop5 - i32.store8 $drop=, 0($pop6), $pop4 + i32.store8 0($pop6), $pop4 # fallthrough-return .endfunc .Lfunc_end0: @@ -30,10 +30,10 @@ main: # @main # BB#0: # %entry i32.const $push13=, 0 i32.const $push1=, 254 - i32.store8 $drop=, arr+4($pop13), $pop1 + i32.store8 arr+4($pop13), $pop1 i32.const $push12=, 0 i32.const $push2=, 127 - i32.store8 $drop=, arr($pop12), $pop2 + i32.store8 arr($pop12), $pop2 i32.const $push11=, 0 call foo@FUNCTION, $pop11 i32.const $push3=, 1 @@ -71,5 +71,5 @@ arr: .size arr, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr55875.c.s b/test/torture-s/pr55875.c.s index ef6d450c7..f3a51d404 100644 --- a/test/torture-s/pr55875.c.s +++ b/test/torture-s/pr55875.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr55875.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr55875.c" .section .text.t,"ax",@progbits .hidden t .globl t @@ -65,6 +65,6 @@ a: .size a, 1004 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/pr56051.c.s b/test/torture-s/pr56051.c.s index a76d10ffa..5fdf83c8d 100644 --- a/test/torture-s/pr56051.c.s +++ b/test/torture-s/pr56051.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56051.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56051.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr56205.c.s b/test/torture-s/pr56205.c.s index 74b3adc48..a37f651fd 100644 --- a/test/torture-s/pr56205.c.s +++ b/test/torture-s/pr56205.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56205.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56205.c" .section .text.f4,"ax",@progbits .hidden f4 .globl f4 @@ -14,8 +14,8 @@ f4: # @f4 i32.const $push15=, 32 i32.sub $push23=, $pop14, $pop15 tee_local $push22=, $5=, $pop23 - i32.store $drop=, __stack_pointer($pop16), $pop22 - i32.store $drop=, 28($5), $2 + i32.store __stack_pointer($pop16), $pop22 + i32.store 28($5), $2 block br_if 0, $0 # 0: down to label0 # BB#1: # %entry @@ -30,7 +30,7 @@ f4: # @f4 i32.load $push4=, b($pop25) i32.const $push5=, 1 i32.add $push6=, $pop4, $pop5 - i32.store $drop=, b($pop3), $pop6 + i32.store b($pop3), $pop6 .LBB0_3: # %if.end end_block # label0: i32.const $push30=, 0 @@ -39,7 +39,7 @@ f4: # @f4 i32.const $push8=, 1 i32.add $push28=, $pop7, $pop8 tee_local $push27=, $2=, $pop28 - i32.store $drop=, a($pop30), $pop27 + i32.store a($pop30), $pop27 i32.const $push26=, .L.str.3 i32.const $push9=, .L.str.1 i32.select $0=, $pop26, $pop9, $0 @@ -50,12 +50,12 @@ f4: # @f4 # BB#4: # %land.rhs.i i32.load $3=, 28($5) i32.load8_u $4=, 0($1) - i32.store $drop=, 20($5), $2 - i32.store $drop=, 16($5), $0 + i32.store 20($5), $2 + i32.store 16($5), $0 i32.const $push10=, .L.str.4 i32.const $push31=, .L.str.3 i32.select $push11=, $pop10, $pop31, $4 - i32.store $drop=, 24($5), $pop11 + i32.store 24($5), $pop11 i32.const $push20=, 16 i32.add $push21=, $5, $pop20 call f1@FUNCTION, $5, $pop21 @@ -68,16 +68,16 @@ f4: # @f4 .LBB0_6: # %if.end.critedge.i end_block # label2: i32.const $push32=, .L.str.3 - i32.store $drop=, 8($5), $pop32 - i32.store $drop=, 4($5), $2 - i32.store $drop=, 0($5), $0 + i32.store 8($5), $pop32 + i32.store 4($5), $2 + i32.store 0($5), $0 call f1@FUNCTION, $5, $5 .LBB0_7: # %f3.exit end_block # label1: i32.const $push19=, 0 i32.const $push17=, 32 i32.add $push18=, $5, $pop17 - i32.store $drop=, __stack_pointer($pop19), $pop18 + i32.store __stack_pointer($pop19), $pop18 # fallthrough-return .endfunc .Lfunc_end0: @@ -97,17 +97,17 @@ main: # @main i32.const $push13=, 32 i32.sub $push22=, $pop12, $pop13 tee_local $push21=, $0=, $pop22 - i32.store $drop=, __stack_pointer($pop14), $pop21 + i32.store __stack_pointer($pop14), $pop21 #APP #NO_APP i32.const $push1=, 16 i32.add $push2=, $0, $pop1 i32.const $push3=, 26 - i32.store $drop=, 0($pop2), $pop3 + i32.store 0($pop2), $pop3 i64.const $push4=, 4622945017495814144 - i64.store $drop=, 8($0), $pop4 + i64.store 8($0), $pop4 i32.const $push5=, .L.str.1 - i32.store $drop=, 0($0), $pop5 + i32.store 0($0), $pop5 i32.const $push20=, 0 i32.const $push6=, .L.str call f4@FUNCTION, $pop20, $pop6, $0 @@ -127,7 +127,7 @@ main: # @main i32.const $push17=, 0 i32.const $push15=, 32 i32.add $push16=, $0, $pop15 - i32.store $drop=, __stack_pointer($pop17), $pop16 + i32.store __stack_pointer($pop17), $pop16 i32.const $push10=, 0 return $pop10 .LBB1_3: # %if.then @@ -150,14 +150,14 @@ f1: # @f1 i32.const $push15=, 16 i32.sub $push23=, $pop14, $pop15 tee_local $push22=, $4=, $pop23 - i32.store $drop=, __stack_pointer($pop16), $pop22 + i32.store __stack_pointer($pop16), $pop22 #APP #NO_APP - i32.store $drop=, 12($4), $1 + i32.store 12($4), $1 i32.const $push0=, 4 i32.add $push21=, $1, $pop0 tee_local $push20=, $2=, $pop21 - i32.store $drop=, 12($4), $pop20 + i32.store 12($4), $pop20 block i32.load $push1=, 0($1) i32.const $push2=, .L.str.1 @@ -167,7 +167,7 @@ f1: # @f1 i32.const $push4=, 8 i32.add $push25=, $1, $pop4 tee_local $push24=, $3=, $pop25 - i32.store $drop=, 12($4), $pop24 + i32.store 12($4), $pop24 i32.load $push5=, 0($2) i32.const $push6=, 1 i32.ne $push7=, $pop5, $pop6 @@ -175,7 +175,7 @@ f1: # @f1 # BB#2: # %lor.lhs.false7 i32.const $push8=, 12 i32.add $push9=, $1, $pop8 - i32.store $drop=, 12($4), $pop9 + i32.store 12($4), $pop9 i32.load $push10=, 0($3) i32.const $push11=, .L.str.4 i32.call $push12=, strcmp@FUNCTION, $pop10, $pop11 @@ -184,7 +184,7 @@ f1: # @f1 i32.const $push19=, 0 i32.const $push17=, 16 i32.add $push18=, $4, $pop17 - i32.store $drop=, __stack_pointer($pop19), $pop18 + i32.store __stack_pointer($pop19), $pop18 return .LBB2_4: # %if.then12 end_block # label4: @@ -285,6 +285,6 @@ a: .size .L.str.4, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/pr56250.c.s b/test/torture-s/pr56250.c.s index 884d15d46..aef66df4e 100644 --- a/test/torture-s/pr56250.c.s +++ b/test/torture-s/pr56250.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56250.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56250.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr56799.c.s b/test/torture-s/pr56799.c.s index 6da186dea..5c4493d1f 100644 --- a/test/torture-s/pr56799.c.s +++ b/test/torture-s/pr56799.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56799.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56799.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,9 +14,9 @@ main: # @main i32.const $push11=, 16 i32.sub $push16=, $pop10, $pop11 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop12), $pop15 + i32.store __stack_pointer($pop12), $pop15 i64.const $push2=, 4295032832 - i64.store $drop=, 8($0), $pop2 + i64.store 8($0), $pop2 block i32.const $push13=, 8 i32.add $push14=, $0, $pop13 @@ -67,7 +67,7 @@ foo: # @foo # BB#1: # %if.then i32.const $push3=, 0 i32.const $push2=, 1 - i32.store $drop=, lo($pop3), $pop2 + i32.store lo($pop3), $pop2 copy_local $2=, $1 .LBB1_2: # %if.end end_block # label1: @@ -78,7 +78,7 @@ foo: # @foo # BB#3: # %if.then7 i32.const $push7=, 0 i32.const $push6=, 1 - i32.store $drop=, hi($pop7), $pop6 + i32.store hi($pop7), $pop6 i32.add $2=, $2, $1 .LBB1_4: # %if.end10 end_block # label2: @@ -107,6 +107,6 @@ lo: .size lo, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype abort, void diff --git a/test/torture-s/pr56837.c.s b/test/torture-s/pr56837.c.s index 13788f705..03d0ae3fa 100644 --- a/test/torture-s/pr56837.c.s +++ b/test/torture-s/pr56837.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56837.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56837.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo i32.const $push5=, a+8192 i32.add $push0=, $0, $pop5 i64.const $push4=, 4294967295 - i64.store $drop=, 0($pop0), $pop4 + i64.store 0($pop0), $pop4 i32.const $push3=, 8 i32.add $push2=, $0, $pop3 tee_local $push1=, $0=, $pop2 @@ -83,5 +83,5 @@ a: .size a, 8192 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr56866.c.s b/test/torture-s/pr56866.c.s index ca1eee050..e0ab9b699 100644 --- a/test/torture-s/pr56866.c.s +++ b/test/torture-s/pr56866.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56866.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56866.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push49=, 7712 i32.sub $push107=, $pop48, $pop49 tee_local $push106=, $5=, $pop107 - i32.store $drop=, __stack_pointer($pop50), $pop106 + i32.store __stack_pointer($pop50), $pop106 i32.const $1=, 0 i32.const $push54=, 5664 i32.add $push55=, $5, $pop54 @@ -37,25 +37,25 @@ main: # @main i32.const $push2=, 256 i32.call $drop=, memset@FUNCTION, $pop61, $pop101, $pop2 i64.const $push3=, 81985529216486895 - i64.store $drop=, 5664($5), $pop3 + i64.store 5664($5), $pop3 i32.const $push4=, 19088743 - i32.store $drop=, 2592($5), $pop4 + i32.store 2592($5), $pop4 i32.const $push5=, 17767 - i32.store16 $drop=, 1056($5), $pop5 + i32.store16 1056($5), $pop5 i32.const $push6=, 115 - i32.store8 $drop=, 288($5), $pop6 + i32.store8 288($5), $pop6 i32.const $push62=, 5664 i32.add $push63=, $5, $pop62 - i32.store $drop=, 28($5), $pop63 + i32.store 28($5), $pop63 i32.const $push64=, 2592 i32.add $push65=, $5, $pop64 - i32.store $drop=, 24($5), $pop65 + i32.store 24($5), $pop65 i32.const $push66=, 1056 i32.add $push67=, $5, $pop66 - i32.store $drop=, 20($5), $pop67 + i32.store 20($5), $pop67 i32.const $push68=, 288 i32.add $push69=, $5, $pop68 - i32.store $drop=, 16($5), $pop69 + i32.store 16($5), $pop69 i32.const $push70=, 28 i32.add $0=, $5, $pop70 i32.const $push71=, 24 @@ -78,7 +78,7 @@ main: # @main i64.load $push8=, 0($pop7) i64.const $push112=, 56 i64.rotl $push9=, $pop8, $pop112 - i64.store $drop=, 0($pop10), $pop9 + i64.store 0($pop10), $pop9 i32.const $push111=, 8 i32.add $push110=, $1, $pop111 tee_local $push109=, $1=, $pop110 @@ -100,7 +100,7 @@ main: # @main i32.load $push13=, 0($pop12) i32.const $push117=, 24 i32.rotl $push14=, $pop13, $pop117 - i32.store $drop=, 0($pop15), $pop14 + i32.store 0($pop15), $pop14 i32.const $push116=, 4 i32.add $push115=, $1, $pop116 tee_local $push114=, $1=, $pop115 @@ -126,7 +126,7 @@ main: # @main i32.const $push122=, 7 i32.shl $push18=, $0, $pop122 i32.or $push20=, $pop19, $pop18 - i32.store16 $drop=, 0($pop21), $pop20 + i32.store16 0($pop21), $pop20 i32.const $push121=, 2 i32.add $push120=, $1, $pop121 tee_local $push119=, $1=, $pop120 @@ -152,7 +152,7 @@ main: # @main i32.const $push130=, 3 i32.shl $push24=, $0, $pop130 i32.or $push26=, $pop25, $pop24 - i32.store8 $drop=, 0($pop27), $pop26 + i32.store8 0($pop27), $pop26 i32.const $push129=, 1 i32.add $push128=, $1, $pop129 tee_local $push127=, $1=, $pop128 @@ -163,16 +163,16 @@ main: # @main end_loop # label7: i32.const $push90=, 3616 i32.add $push91=, $5, $pop90 - i32.store $drop=, 12($5), $pop91 + i32.store 12($5), $pop91 i32.const $push92=, 1568 i32.add $push93=, $5, $pop92 - i32.store $drop=, 8($5), $pop93 + i32.store 8($5), $pop93 i32.const $push94=, 544 i32.add $push95=, $5, $pop94 - i32.store $drop=, 4($5), $pop95 + i32.store 4($5), $pop95 i32.const $push96=, 32 i32.add $push97=, $5, $pop96 - i32.store $drop=, 0($5), $pop97 + i32.store 0($5), $pop97 i32.const $push98=, 12 i32.add $1=, $5, $pop98 i32.const $push99=, 8 @@ -219,7 +219,7 @@ main: # @main i32.const $push53=, 0 i32.const $push51=, 7712 i32.add $push52=, $5, $pop51 - i32.store $drop=, __stack_pointer($pop53), $pop52 + i32.store __stack_pointer($pop53), $pop52 i32.const $push46=, 0 return $pop46 .LBB0_17: # %if.then90 @@ -231,5 +231,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr56899.c.s b/test/torture-s/pr56899.c.s index ca71ad670..4299472f3 100644 --- a/test/torture-s/pr56899.c.s +++ b/test/torture-s/pr56899.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56899.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56899.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -114,5 +114,5 @@ main: # @main .size main, .Lfunc_end4-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr56962.c.s b/test/torture-s/pr56962.c.s index baa26b948..dc8b2e72a 100644 --- a/test/torture-s/pr56962.c.s +++ b/test/torture-s/pr56962.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56962.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56962.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -57,7 +57,7 @@ foo: # @foo i32.shl $push12=, $pop11, $pop28 i32.add $push13=, $0, $pop12 i64.load $push14=, 0($pop13) - i64.store $drop=, 0($pop16), $pop14 + i64.store 0($pop16), $pop14 i32.add $push17=, $3, $1 i32.const $push27=, 3 i32.shl $push18=, $pop17, $pop27 @@ -70,7 +70,7 @@ foo: # @foo i32.shl $push23=, $pop22, $pop25 i32.add $push24=, $0, $pop23 i64.add $push20=, $4, $6 - i64.store $drop=, 0($pop24), $pop20 + i64.store 0($pop24), $pop20 # fallthrough-return .endfunc .Lfunc_end1: @@ -103,5 +103,5 @@ v: .size v, 1152 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr56982.c.s b/test/torture-s/pr56982.c.s index e26db87c4..0af85304c 100644 --- a/test/torture-s/pr56982.c.s +++ b/test/torture-s/pr56982.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56982.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr56982.c" .section .text.baz,"ax",@progbits .hidden baz .globl baz @@ -66,16 +66,16 @@ main: # @main i32.const $push4=, 16 i32.sub $push12=, $pop3, $pop4 tee_local $push11=, $2=, $pop12 - i32.store $drop=, __stack_pointer($pop5), $pop11 + i32.store __stack_pointer($pop5), $pop11 i32.const $push0=, 0 - i32.store $drop=, 12($2), $pop0 + i32.store 12($2), $pop0 i32.const $push9=, 12 i32.add $push10=, $2, $pop9 i32.call $drop=, f@FUNCTION, $pop10 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $2, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 i32.const $push1=, 1 # fallthrough-return: $pop1 .endfunc @@ -90,7 +90,7 @@ env: .size env, 156 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype setjmp, i32, i32 .functype exit, void, i32 .functype longjmp, void, i32, i32 diff --git a/test/torture-s/pr57124.c.s b/test/torture-s/pr57124.c.s index 2af649017..d834fb963 100644 --- a/test/torture-s/pr57124.c.s +++ b/test/torture-s/pr57124.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57124.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57124.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -39,11 +39,11 @@ main: # @main i32.const $push4=, 16 i32.sub $push11=, $pop3, $pop4 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop5), $pop10 + i32.store __stack_pointer($pop5), $pop10 i32.const $push0=, 65531 - i32.store16 $drop=, 14($0), $pop0 + i32.store16 14($0), $pop0 i32.const $push1=, 65526 - i32.store16 $drop=, 12($0), $pop1 + i32.store16 12($0), $pop1 i32.const $push6=, 14 i32.add $push7=, $0, $pop6 i32.const $push8=, 12 @@ -55,6 +55,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr57130.c.s b/test/torture-s/pr57130.c.s index 2a2eb2a0e..c8ce65fbc 100644 --- a/test/torture-s/pr57130.c.s +++ b/test/torture-s/pr57130.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57130.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57130.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo tee_local $push9=, $1=, $pop10 i32.const $push1=, 1 i32.add $push2=, $pop9, $pop1 - i32.store $drop=, foo.cnt($pop0), $pop2 + i32.store foo.cnt($pop0), $pop2 block i32.const $push3=, 4 i32.shl $push4=, $1, $pop3 @@ -47,35 +47,35 @@ main: # @main i32.const $push10=, 48 i32.sub $push25=, $pop9, $pop10 tee_local $push24=, $0=, $pop25 - i32.store $drop=, __stack_pointer($pop11), $pop24 + i32.store __stack_pointer($pop11), $pop24 i32.const $push15=, 16 i32.add $push16=, $0, $pop15 i32.const $push2=, 8 i32.add $push3=, $pop16, $pop2 i32.const $push0=, 0 i64.load $push1=, .Lmain.r+8($pop0):p2align=2 - i64.store $drop=, 0($pop3):p2align=2, $pop1 + i64.store 0($pop3):p2align=2, $pop1 i32.const $push23=, 0 i64.load $push4=, .Lmain.r($pop23):p2align=2 - i64.store $drop=, 16($0):p2align=2, $pop4 + i64.store 16($0):p2align=2, $pop4 i32.const $push17=, 16 i32.add $push18=, $0, $pop17 call foo@FUNCTION, $pop18 i64.const $push5=, 12884901887 - i64.store $drop=, 40($0), $pop5 + i64.store 40($0), $pop5 i32.const $push22=, 8 i32.add $push6=, $0, $pop22 i64.const $push21=, 12884901887 - i64.store $drop=, 0($pop6):p2align=2, $pop21 + i64.store 0($pop6):p2align=2, $pop21 i64.const $push7=, 8589934592 - i64.store $drop=, 32($0), $pop7 + i64.store 32($0), $pop7 i64.const $push20=, 8589934592 - i64.store $drop=, 0($0):p2align=2, $pop20 + i64.store 0($0):p2align=2, $pop20 call foo@FUNCTION, $0 i32.const $push14=, 0 i32.const $push12=, 48 i32.add $push13=, $0, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 i32.const $push19=, 0 # fallthrough-return: $pop19 .endfunc @@ -116,6 +116,6 @@ foo.cnt: .size .Lmain.r, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype memcmp, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/pr57131.c.s b/test/torture-s/pr57131.c.s index 15c7e9e19..8c26ce1fe 100644 --- a/test/torture-s/pr57131.c.s +++ b/test/torture-s/pr57131.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57131.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57131.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,19 +14,19 @@ main: # @main i32.const $push13=, 48 i32.sub $push23=, $pop12, $pop13 tee_local $push22=, $5=, $pop23 - i32.store $drop=, __stack_pointer($pop14), $pop22 + i32.store __stack_pointer($pop14), $pop22 i32.const $push21=, 0 - i32.store $drop=, 44($5), $pop21 + i32.store 44($5), $pop21 i64.const $push0=, 0 - i64.store $drop=, 32($5), $pop0 + i64.store 32($5), $pop0 i32.const $push20=, 0 - i32.store $drop=, 28($5), $pop20 + i32.store 28($5), $pop20 i32.const $push1=, 1 - i32.store $drop=, 24($5), $pop1 + i32.store 24($5), $pop1 i32.const $push19=, 1 - i32.store $drop=, 20($5), $pop19 + i32.store 20($5), $pop19 i64.const $push2=, 1 - i64.store $drop=, 8($5), $pop2 + i64.store 8($5), $pop2 i64.load32_s $0=, 44($5) i64.load $1=, 32($5) i64.load32_u $2=, 28($5) @@ -47,7 +47,7 @@ main: # @main i32.const $push17=, 0 i32.const $push15=, 48 i32.add $push16=, $5, $pop15 - i32.store $drop=, __stack_pointer($pop17), $pop16 + i32.store __stack_pointer($pop17), $pop16 i32.const $push24=, 0 return $pop24 .LBB0_2: # %if.then @@ -59,5 +59,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57144.c.s b/test/torture-s/pr57144.c.s index a2940c5a7..ddacbdc29 100644 --- a/test/torture-s/pr57144.c.s +++ b/test/torture-s/pr57144.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57144.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57144.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,5 +29,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr57281.c.s b/test/torture-s/pr57281.c.s index 203b04249..fffad950b 100644 --- a/test/torture-s/pr57281.c.s +++ b/test/torture-s/pr57281.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57281.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57281.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -15,7 +15,7 @@ foo: # @foo i32.load $push6=, b($pop7) tee_local $push5=, $1=, $pop6 i64.extend_s/i32 $push2=, $pop5 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push4=, 0 i32.select $push3=, $pop4, $1, $0 # fallthrough-return: $pop3 @@ -48,24 +48,24 @@ main: # @main # =>This Inner Loop Header: Depth=1 loop # label1: i32.const $push22=, 0 - i32.store $drop=, 0($1), $pop22 + i32.store 0($1), $pop22 i32.const $push21=, 0 i32.const $push20=, 0 i32.load $push19=, b($pop20) tee_local $push18=, $3=, $pop19 i32.select $push2=, $pop21, $pop18, $0 - i32.store $drop=, 0($1), $pop2 + i32.store 0($1), $pop2 i32.const $push17=, 0 i64.load $drop=, f($pop17) i64.extend_s/i32 $push3=, $3 - i64.store $drop=, 0($2), $pop3 + i64.store 0($2), $pop3 i32.const $push16=, 0 i32.const $push15=, 0 i32.load $push4=, b($pop15) i32.const $push14=, -1 i32.add $push13=, $pop4, $pop14 tee_local $push12=, $3=, $pop13 - i32.store $drop=, b($pop16), $pop12 + i32.store b($pop16), $pop12 i32.const $push11=, -20 i32.ne $push5=, $3, $pop11 br_if 0, $pop5 # 0: up to label1 @@ -142,4 +142,4 @@ f: .size f, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr57321.c.s b/test/torture-s/pr57321.c.s index 14eff36f8..cee8234c9 100644 --- a/test/torture-s/pr57321.c.s +++ b/test/torture-s/pr57321.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57321.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57321.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,7 +15,7 @@ main: # @main i32.const $push4=, 0 i32.load $push1=, b($pop4) i32.const $push2=, 1 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 .LBB0_2: # %foo.exit end_block # label0: i32.const $push5=, 0 @@ -52,4 +52,4 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr57344-1.c.s b/test/torture-s/pr57344-1.c.s index cad0fa981..976272ba0 100644 --- a/test/torture-s/pr57344-1.c.s +++ b/test/torture-s/pr57344-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,7 +33,7 @@ main: # @main # BB#0: # %entry i32.const $push19=, 0 i64.const $push0=, 8583460864 - i64.store $drop=, s+8($pop19), $pop0 + i64.store s+8($pop19), $pop0 block i32.const $push18=, 0 i32.load $push1=, i($pop18) @@ -49,7 +49,7 @@ main: # @main tee_local $push21=, $0=, $pop22 i32.const $push20=, 1 i32.add $push4=, $pop21, $pop20 - i32.store $drop=, i($pop24), $pop4 + i32.store i($pop24), $pop4 i32.const $push5=, -1 i32.gt_s $push6=, $0, $pop5 br_if 0, $pop6 # 0: down to label1 @@ -78,7 +78,7 @@ main: # @main tee_local $push27=, $0=, $pop28 i32.const $push26=, 1 i32.add $push15=, $pop27, $pop26 - i32.store $drop=, i($pop30), $pop15 + i32.store i($pop30), $pop15 i32.const $push25=, 0 i32.lt_s $push16=, $0, $pop25 br_if 0, $pop16 # 0: up to label2 @@ -110,5 +110,5 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57344-2.c.s b/test/torture-s/pr57344-2.c.s index 8bfeb9170..a67db7bb0 100644 --- a/test/torture-s/pr57344-2.c.s +++ b/test/torture-s/pr57344-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -33,7 +33,7 @@ main: # @main # BB#0: # %entry i32.const $push21=, 0 i64.const $push0=, 562525691183104 - i64.store $drop=, s+8($pop21), $pop0 + i64.store s+8($pop21), $pop0 block i32.const $push20=, 0 i32.load $push1=, i($pop20) @@ -49,7 +49,7 @@ main: # @main tee_local $push23=, $0=, $pop24 i32.const $push22=, 1 i32.add $push4=, $pop23, $pop22 - i32.store $drop=, i($pop26), $pop4 + i32.store i($pop26), $pop4 i32.const $push5=, -1 i32.gt_s $push6=, $0, $pop5 br_if 0, $pop6 # 0: down to label1 @@ -81,7 +81,7 @@ main: # @main tee_local $push29=, $0=, $pop30 i32.const $push28=, 1 i32.add $push17=, $pop29, $pop28 - i32.store $drop=, i($pop32), $pop17 + i32.store i($pop32), $pop17 i32.const $push27=, 0 i32.lt_s $push18=, $0, $pop27 br_if 0, $pop18 # 0: up to label2 @@ -113,5 +113,5 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57344-3.c.s b/test/torture-s/pr57344-3.c.s index f2d5bbb2c..2b9a41256 100644 --- a/test/torture-s/pr57344-3.c.s +++ b/test/torture-s/pr57344-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-3.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,11 +34,11 @@ main: # @main i32.const $push25=, 0 i32.const $push24=, 0 i64.load $push0=, .Lmain.t+8($pop24):p2align=0 - i64.store $drop=, s+24($pop25), $pop0 + i64.store s+24($pop25), $pop0 i32.const $push23=, 0 i32.const $push22=, 0 i64.load $push1=, .Lmain.t($pop22):p2align=0 - i64.store $drop=, s+16($pop23), $pop1 + i64.store s+16($pop23), $pop1 block i32.const $push21=, 0 i32.load $push2=, i($pop21) @@ -54,7 +54,7 @@ main: # @main tee_local $push27=, $1=, $pop28 i32.const $push26=, 1 i32.add $push5=, $pop27, $pop26 - i32.store $drop=, i($pop30), $pop5 + i32.store i($pop30), $pop5 i32.const $push6=, -1 i32.gt_s $push7=, $1, $pop6 br_if 0, $pop7 # 0: down to label1 @@ -90,7 +90,7 @@ main: # @main tee_local $push33=, $1=, $pop34 i32.const $push32=, 1 i32.add $push18=, $pop33, $pop32 - i32.store $drop=, i($pop36), $pop18 + i32.store i($pop36), $pop18 i32.const $push31=, 0 i32.lt_s $push19=, $1, $pop31 br_if 0, $pop19 # 0: up to label2 @@ -138,5 +138,5 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57344-4.c.s b/test/torture-s/pr57344-4.c.s index 6537d8c8c..d4a756895 100644 --- a/test/torture-s/pr57344-4.c.s +++ b/test/torture-s/pr57344-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57344-4.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -34,11 +34,11 @@ main: # @main i32.const $push28=, 0 i32.const $push27=, 0 i64.load $push0=, .Lmain.t+8($pop27):p2align=0 - i64.store $drop=, s+24($pop28), $pop0 + i64.store s+24($pop28), $pop0 i32.const $push26=, 0 i32.const $push25=, 0 i64.load $push1=, .Lmain.t($pop25):p2align=0 - i64.store $drop=, s+16($pop26), $pop1 + i64.store s+16($pop26), $pop1 block i32.const $push24=, 0 i32.load $push2=, i($pop24) @@ -54,7 +54,7 @@ main: # @main tee_local $push30=, $0=, $pop31 i32.const $push29=, 1 i32.add $push5=, $pop30, $pop29 - i32.store $drop=, i($pop33), $pop5 + i32.store i($pop33), $pop5 i32.const $push6=, -1 i32.gt_s $push7=, $0, $pop6 br_if 0, $pop7 # 0: down to label1 @@ -92,7 +92,7 @@ main: # @main tee_local $push36=, $0=, $pop37 i32.const $push35=, 1 i32.add $push21=, $pop36, $pop35 - i32.store $drop=, i($pop39), $pop21 + i32.store i($pop39), $pop21 i32.const $push34=, 0 i32.lt_s $push22=, $0, $pop34 br_if 0, $pop22 # 0: up to label2 @@ -145,5 +145,5 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57568.c.s b/test/torture-s/pr57568.c.s index 39edd0ab8..ccfbcb7bd 100644 --- a/test/torture-s/pr57568.c.s +++ b/test/torture-s/pr57568.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57568.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57568.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -22,7 +22,7 @@ main: # @main tee_local $push4=, $0=, $pop5 i32.const $push1=, 1 i32.shl $push2=, $pop4, $pop1 - i32.store $drop=, 0($pop6), $pop2 + i32.store 0($pop6), $pop2 br_if 1, $0 # 1: down to label0 .LBB0_2: # %if.end end_block # label1: @@ -64,5 +64,5 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57829.c.s b/test/torture-s/pr57829.c.s index 80fbf23c5..9b9891950 100644 --- a/test/torture-s/pr57829.c.s +++ b/test/torture-s/pr57829.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57829.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57829.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -102,5 +102,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57860.c.s b/test/torture-s/pr57860.c.s index 42d1c39b6..3d508ec99 100644 --- a/test/torture-s/pr57860.c.s +++ b/test/torture-s/pr57860.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57860.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57860.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,7 +28,7 @@ foo: # @foo # in Loop: Header=BB0_1 Depth=1 i32.const $push17=, 0 i32.const $push16=, 0 - i32.store $drop=, c($pop17), $pop16 + i32.store c($pop17), $pop16 .LBB0_3: # %for.end # in Loop: Header=BB0_1 Depth=1 end_block # label2: @@ -40,8 +40,8 @@ foo: # @foo i64.and $push4=, $pop3, $pop2 i64.gt_s $push24=, $1, $pop4 tee_local $push23=, $0=, $pop24 - i32.store $drop=, 0($3), $pop23 - i32.store $drop=, 0($4), $0 + i32.store 0($3), $pop23 + i32.store 0($4), $0 i32.const $push22=, 0 i32.load $push21=, g($pop22) tee_local $push20=, $0=, $pop21 @@ -56,7 +56,7 @@ foo: # @foo i32.const $push14=, 0 i32.const $push13=, 1 i32.add $push9=, $0, $pop13 - i32.store $drop=, g($pop14), $pop9 + i32.store g($pop14), $pop9 br 0 # 0: up to label0 .LBB0_5: # %if.then end_loop # label1: @@ -92,7 +92,7 @@ main: # @main # in Loop: Header=BB1_1 Depth=1 i32.const $push19=, 0 i32.const $push18=, 0 - i32.store $drop=, c($pop19), $pop18 + i32.store c($pop19), $pop18 .LBB1_3: # %for.end.i # in Loop: Header=BB1_1 Depth=1 end_block # label5: @@ -105,8 +105,8 @@ main: # @main i64.const $push27=, 1 i64.lt_s $push26=, $pop4, $pop27 tee_local $push25=, $3=, $pop26 - i32.store $drop=, 0($1), $pop25 - i32.store $drop=, 0($2), $3 + i32.store 0($1), $pop25 + i32.store 0($2), $3 i32.const $push24=, 0 i32.load $push23=, g($pop24) tee_local $push22=, $3=, $pop23 @@ -121,7 +121,7 @@ main: # @main i32.const $push16=, 0 i32.const $push15=, 1 i32.add $push11=, $3, $pop15 - i32.store $drop=, g($pop16), $pop11 + i32.store g($pop16), $pop11 br 0 # 0: up to label3 .LBB1_5: # %foo.exit end_loop # label4: @@ -224,5 +224,5 @@ g: .size g, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57861.c.s b/test/torture-s/pr57861.c.s index d9ac543f1..c224ae4ca 100644 --- a/test/torture-s/pr57861.c.s +++ b/test/torture-s/pr57861.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57861.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57861.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,7 +10,7 @@ main: # @main # BB#0: # %entry i32.const $push23=, 0 i32.const $push22=, 0 - i32.store $drop=, c($pop23), $pop22 + i32.store c($pop23), $pop22 i32.const $push21=, 0 i32.load16_u $push20=, a($pop21) tee_local $push19=, $0=, $pop20 @@ -36,28 +36,28 @@ main: # @main i32.ne $push1=, $pop0, $pop28 i32.and $push27=, $pop3, $pop1 tee_local $push26=, $1=, $pop27 - i32.store16 $drop=, a($pop32), $pop26 + i32.store16 a($pop32), $pop26 i32.const $push25=, 0 i32.const $push24=, 0 - i32.store16 $drop=, f($pop25), $pop24 + i32.store16 f($pop25), $pop24 .LBB0_2: # %for.inc.i.1 end_block # label0: i32.const $push39=, 0 i32.const $push9=, 2 - i32.store $drop=, c($pop39), $pop9 + i32.store c($pop39), $pop9 i32.const $push38=, 0 i32.const $push10=, 255 i32.and $push11=, $0, $pop10 i32.const $push37=, 0 i32.ne $push12=, $pop11, $pop37 - i32.store $drop=, i($pop38), $pop12 + i32.store i($pop38), $pop12 i32.const $push36=, 0 i32.const $push35=, 0 - i32.store $drop=, j($pop36), $pop35 + i32.store j($pop36), $pop35 i32.const $push34=, 0 i32.load $push13=, g($pop34) i32.const $push33=, 0 - i32.store $drop=, 0($pop13), $pop33 + i32.store 0($pop13), $pop33 block i32.const $push14=, 65535 i32.and $push15=, $1, $pop14 @@ -164,5 +164,5 @@ e: .size e, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57875.c.s b/test/torture-s/pr57875.c.s index 714116076..64bbcc4eb 100644 --- a/test/torture-s/pr57875.c.s +++ b/test/torture-s/pr57875.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57875.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57875.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -42,7 +42,7 @@ main: # @main i32.const $3=, 2 i32.const $push20=, 0 i32.const $push19=, 2 - i32.store $drop=, f($pop20), $pop19 + i32.store f($pop20), $pop19 .LBB0_6: # %if.end # in Loop: Header=BB0_2 Depth=1 end_block # label4: @@ -50,7 +50,7 @@ main: # @main i32.const $push21=, 0 i32.load8_u $push1=, e($pop21) i32.and $push2=, $pop1, $3 - i32.store8 $drop=, e($pop22), $pop2 + i32.store8 e($pop22), $pop2 .LBB0_7: # %for.inc # in Loop: Header=BB0_2 Depth=1 end_block # label3: @@ -64,7 +64,7 @@ main: # @main # BB#8: # %for.cond.for.end_crit_edge end_loop # label2: i32.const $push3=, 0 - i32.store $drop=, i($pop3), $2 + i32.store i($pop3), $2 .LBB0_9: # %for.end end_block # label0: i32.const $push30=, 0 @@ -78,7 +78,7 @@ main: # @main i32.add $push10=, $pop8, $pop9 i32.load $push28=, 0($pop10) tee_local $push27=, $4=, $pop28 - i32.store $drop=, b($pop30), $pop27 + i32.store b($pop30), $pop27 block br_if 0, $4 # 0: down to label6 # BB#10: # %if.end10 @@ -155,5 +155,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57876.c.s b/test/torture-s/pr57876.c.s index 786259d4b..849f1efdb 100644 --- a/test/torture-s/pr57876.c.s +++ b/test/torture-s/pr57876.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57876.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57876.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,19 +14,19 @@ main: # @main i32.const $push44=, 16 i32.sub $push170=, $pop43, $pop44 tee_local $push169=, $4=, $pop170 - i32.store $drop=, __stack_pointer($pop45), $pop169 + i32.store __stack_pointer($pop45), $pop169 i32.const $push168=, 0 i32.load $0=, d($pop168) i32.const $push167=, 0 i32.const $push166=, 0 - i32.store $drop=, f($pop167), $pop166 + i32.store f($pop167), $pop166 i32.const $push165=, 0 i32.load $push164=, 0($0) tee_local $push163=, $1=, $pop164 - i32.store $drop=, j($pop165), $pop163 + i32.store j($pop165), $pop163 i32.const $push162=, 0 i32.const $push0=, 1 - i32.store $drop=, f($pop162), $pop0 + i32.store f($pop162), $pop0 i32.const $push161=, 0 i32.const $push160=, 0 i32.load $push159=, a($pop160) @@ -34,203 +34,203 @@ main: # @main i32.mul $push1=, $1, $pop158 i32.const $push2=, -1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, h($pop161), $pop3 + i32.store h($pop161), $pop3 i32.const $push157=, 0 i32.load $push156=, 0($0) tee_local $push155=, $1=, $pop156 - i32.store $drop=, j($pop157), $pop155 + i32.store j($pop157), $pop155 i32.const $push154=, 0 i32.const $push4=, 2 - i32.store $drop=, f($pop154), $pop4 + i32.store f($pop154), $pop4 i32.const $push153=, 0 i32.mul $push5=, $2, $1 i32.const $push152=, -1 i32.add $push6=, $pop5, $pop152 - i32.store $drop=, h($pop153), $pop6 + i32.store h($pop153), $pop6 i32.const $push151=, 0 i32.load $push150=, 0($0) tee_local $push149=, $1=, $pop150 - i32.store $drop=, j($pop151), $pop149 + i32.store j($pop151), $pop149 i32.const $push148=, 0 i32.const $push7=, 3 - i32.store $drop=, f($pop148), $pop7 + i32.store f($pop148), $pop7 i32.const $push147=, 0 i32.mul $push8=, $2, $1 i32.const $push146=, -1 i32.add $push9=, $pop8, $pop146 - i32.store $drop=, h($pop147), $pop9 + i32.store h($pop147), $pop9 i32.const $push145=, 0 i32.load $push144=, 0($0) tee_local $push143=, $1=, $pop144 - i32.store $drop=, j($pop145), $pop143 + i32.store j($pop145), $pop143 i32.const $push142=, 0 i32.const $push10=, 4 - i32.store $drop=, f($pop142), $pop10 + i32.store f($pop142), $pop10 i32.const $push141=, 0 i32.mul $push11=, $2, $1 i32.const $push140=, -1 i32.add $push12=, $pop11, $pop140 - i32.store $drop=, h($pop141), $pop12 + i32.store h($pop141), $pop12 i32.const $push139=, 0 i32.load $push138=, 0($0) tee_local $push137=, $1=, $pop138 - i32.store $drop=, j($pop139), $pop137 + i32.store j($pop139), $pop137 i32.const $push136=, 0 i32.const $push13=, 5 - i32.store $drop=, f($pop136), $pop13 + i32.store f($pop136), $pop13 i32.const $push135=, 0 i32.mul $push14=, $2, $1 i32.const $push134=, -1 i32.add $push15=, $pop14, $pop134 - i32.store $drop=, h($pop135), $pop15 + i32.store h($pop135), $pop15 i32.const $push133=, 0 i32.load $push132=, 0($0) tee_local $push131=, $1=, $pop132 - i32.store $drop=, j($pop133), $pop131 + i32.store j($pop133), $pop131 i32.const $push130=, 0 i32.const $push16=, 6 - i32.store $drop=, f($pop130), $pop16 + i32.store f($pop130), $pop16 i32.const $push129=, 0 i32.mul $push17=, $2, $1 i32.const $push128=, -1 i32.add $push18=, $pop17, $pop128 - i32.store $drop=, h($pop129), $pop18 + i32.store h($pop129), $pop18 i32.const $push127=, 0 i32.load $push126=, 0($0) tee_local $push125=, $1=, $pop126 - i32.store $drop=, j($pop127), $pop125 + i32.store j($pop127), $pop125 i32.const $push124=, 0 i32.const $push19=, 7 - i32.store $drop=, f($pop124), $pop19 + i32.store f($pop124), $pop19 i32.const $push123=, 0 i32.mul $push20=, $2, $1 i32.const $push122=, -1 i32.add $push21=, $pop20, $pop122 - i32.store $drop=, h($pop123), $pop21 + i32.store h($pop123), $pop21 i32.const $push121=, 0 i32.load $push120=, 0($0) tee_local $push119=, $1=, $pop120 - i32.store $drop=, j($pop121), $pop119 + i32.store j($pop121), $pop119 i32.const $push118=, 0 i32.const $push22=, 8 - i32.store $drop=, f($pop118), $pop22 + i32.store f($pop118), $pop22 i32.const $push117=, 0 i32.mul $push23=, $2, $1 i32.const $push116=, -1 i32.add $push24=, $pop23, $pop116 - i32.store $drop=, h($pop117), $pop24 + i32.store h($pop117), $pop24 i32.const $push115=, 0 i64.load32_s $3=, b($pop115) i32.const $push114=, 0 i32.const $push113=, 0 - i32.store $drop=, f($pop114), $pop113 + i32.store f($pop114), $pop113 i32.const $push112=, 0 i32.load $push111=, 0($0) tee_local $push110=, $1=, $pop111 - i32.store $drop=, j($pop112), $pop110 + i32.store j($pop112), $pop110 i32.const $push109=, 0 i32.const $push108=, 1 - i32.store $drop=, f($pop109), $pop108 + i32.store f($pop109), $pop108 i32.const $push107=, 0 i32.mul $push25=, $2, $1 i32.const $push106=, -1 i32.add $push26=, $pop25, $pop106 - i32.store $drop=, h($pop107), $pop26 + i32.store h($pop107), $pop26 i32.const $push105=, 0 i32.load $push104=, 0($0) tee_local $push103=, $1=, $pop104 - i32.store $drop=, j($pop105), $pop103 + i32.store j($pop105), $pop103 i32.const $push102=, 0 i32.const $push101=, 2 - i32.store $drop=, f($pop102), $pop101 + i32.store f($pop102), $pop101 i32.const $push100=, 0 i32.mul $push27=, $2, $1 i32.const $push99=, -1 i32.add $push28=, $pop27, $pop99 - i32.store $drop=, h($pop100), $pop28 + i32.store h($pop100), $pop28 i32.const $push98=, 0 i32.load $push97=, 0($0) tee_local $push96=, $1=, $pop97 - i32.store $drop=, j($pop98), $pop96 + i32.store j($pop98), $pop96 i32.const $push95=, 0 i32.const $push94=, 3 - i32.store $drop=, f($pop95), $pop94 + i32.store f($pop95), $pop94 i32.const $push93=, 0 i32.mul $push29=, $2, $1 i32.const $push92=, -1 i32.add $push30=, $pop29, $pop92 - i32.store $drop=, h($pop93), $pop30 + i32.store h($pop93), $pop30 i32.const $push91=, 0 i32.load $push90=, 0($0) tee_local $push89=, $1=, $pop90 - i32.store $drop=, j($pop91), $pop89 + i32.store j($pop91), $pop89 i32.const $push88=, 0 i32.const $push87=, 4 - i32.store $drop=, f($pop88), $pop87 + i32.store f($pop88), $pop87 i32.const $push86=, 0 i32.mul $push31=, $2, $1 i32.const $push85=, -1 i32.add $push32=, $pop31, $pop85 - i32.store $drop=, h($pop86), $pop32 + i32.store h($pop86), $pop32 i32.const $push84=, 0 i32.load $push83=, 0($0) tee_local $push82=, $1=, $pop83 - i32.store $drop=, j($pop84), $pop82 + i32.store j($pop84), $pop82 i32.const $push81=, 0 i32.const $push80=, 5 - i32.store $drop=, f($pop81), $pop80 + i32.store f($pop81), $pop80 i32.const $push79=, 0 i32.mul $push33=, $2, $1 i32.const $push78=, -1 i32.add $push34=, $pop33, $pop78 - i32.store $drop=, h($pop79), $pop34 + i32.store h($pop79), $pop34 i32.const $push77=, 0 i32.load $push76=, 0($0) tee_local $push75=, $1=, $pop76 - i32.store $drop=, j($pop77), $pop75 + i32.store j($pop77), $pop75 i32.const $push74=, 0 i32.const $push73=, 6 - i32.store $drop=, f($pop74), $pop73 + i32.store f($pop74), $pop73 i32.const $push72=, 0 i32.mul $push35=, $2, $1 i32.const $push71=, -1 i32.add $push36=, $pop35, $pop71 - i32.store $drop=, h($pop72), $pop36 + i32.store h($pop72), $pop36 i32.const $push70=, 0 i32.load $push69=, 0($0) tee_local $push68=, $1=, $pop69 - i32.store $drop=, j($pop70), $pop68 + i32.store j($pop70), $pop68 i32.const $push67=, 0 i32.const $push66=, 7 - i32.store $drop=, f($pop67), $pop66 + i32.store f($pop67), $pop66 i32.const $push65=, 0 i32.mul $push37=, $2, $1 i32.const $push64=, -1 i32.add $push38=, $pop37, $pop64 - i32.store $drop=, h($pop65), $pop38 + i32.store h($pop65), $pop38 i32.const $push63=, 0 i32.load $push62=, 0($0) tee_local $push61=, $0=, $pop62 - i32.store $drop=, j($pop63), $pop61 + i32.store j($pop63), $pop61 i32.const $push60=, 0 i32.const $push59=, 8 - i32.store $drop=, f($pop60), $pop59 + i32.store f($pop60), $pop59 i32.const $push58=, 0 i32.mul $push39=, $2, $0 i32.const $push57=, -1 i32.add $push56=, $pop39, $pop57 tee_local $push55=, $0=, $pop56 - i32.store $drop=, h($pop58), $pop55 + i32.store h($pop58), $pop55 i32.const $push54=, 0 i32.eqz $push40=, $0 i64.extend_u/i32 $push41=, $pop40 i64.lt_s $push53=, $pop41, $3 tee_local $push52=, $0=, $pop53 - i32.store $drop=, e($pop54), $pop52 + i32.store e($pop54), $pop52 i32.const $push51=, 0 i32.const $push49=, 12 i32.add $push50=, $4, $pop49 - i32.store $drop=, g($pop51), $pop50 + i32.store g($pop51), $pop50 block i32.eqz $push172=, $0 br_if 0, $pop172 # 0: down to label0 @@ -238,7 +238,7 @@ main: # @main i32.const $push48=, 0 i32.const $push46=, 16 i32.add $push47=, $4, $pop46 - i32.store $drop=, __stack_pointer($pop48), $pop47 + i32.store __stack_pointer($pop48), $pop47 i32.const $push171=, 0 return $pop171 .LBB0_2: # %if.then @@ -329,5 +329,5 @@ g: .size g, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr57877.c.s b/test/torture-s/pr57877.c.s index f968239f1..c7f9cc5bf 100644 --- a/test/torture-s/pr57877.c.s +++ b/test/torture-s/pr57877.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57877.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr57877.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -36,11 +36,11 @@ main: # @main i32.const $push33=, 0 i32.load $push32=, 0($1) tee_local $push31=, $3=, $pop32 - i32.store $drop=, h($pop33), $pop31 + i32.store h($pop33), $pop31 i32.const $push30=, 0 i32.const $push29=, 2 i32.add $push2=, $4, $pop29 - i32.store $drop=, g($pop30), $pop2 + i32.store g($pop30), $pop2 i32.const $push28=, 0 i32.const $push27=, 16 i32.shl $push3=, $3, $pop27 @@ -50,7 +50,7 @@ main: # @main i64.extend_u/i32 $push6=, $pop5 i64.lt_u $push25=, $pop6, $0 tee_local $push24=, $5=, $pop25 - i32.store $drop=, e($pop28), $pop24 + i32.store e($pop28), $pop24 i32.const $push23=, 1 i32.add $push22=, $4, $pop23 tee_local $push21=, $4=, $pop22 @@ -60,7 +60,7 @@ main: # @main # BB#4: # %for.cond.for.end_crit_edge.i end_loop # label3: i32.const $push8=, 0 - i32.store16 $drop=, d($pop8), $3 + i32.store16 d($pop8), $3 .LBB0_5: # %foo.exit end_block # label0: block @@ -151,5 +151,5 @@ d: .size d, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58209.c.s b/test/torture-s/pr58209.c.s index f8c042729..c26dcc890 100644 --- a/test/torture-s/pr58209.c.s +++ b/test/torture-s/pr58209.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58209.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58209.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -122,5 +122,5 @@ buf: .size buf, 4096 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58277-1.c.s b/test/torture-s/pr58277-1.c.s index c2354e43e..46c6009d7 100644 --- a/test/torture-s/pr58277-1.c.s +++ b/test/torture-s/pr58277-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58277-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58277-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -9,7 +9,7 @@ bar: # @bar # BB#0: # %entry i32.const $push0=, 0 i32.const $push2=, 0 - i32.store8 $drop=, u($pop0), $pop2 + i32.store8 u($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -43,16 +43,16 @@ main: # @main i32.const $push116=, 32 i32.sub $push128=, $pop115, $pop116 tee_local $push127=, $3=, $pop128 - i32.store $drop=, __stack_pointer($pop117), $pop127 + i32.store __stack_pointer($pop117), $pop127 i32.const $push126=, 0 i32.const $push125=, 1 - i32.store $drop=, n($pop126), $pop125 + i32.store n($pop126), $pop125 i32.const $push124=, 0 i32.const $push123=, 1 - i32.store $drop=, a($pop124), $pop123 + i32.store a($pop124), $pop123 i32.const $push122=, 0 i32.const $push121=, 0 - i32.store8 $drop=, u($pop122), $pop121 + i32.store8 u($pop122), $pop121 i32.const $0=, 1 .LBB2_1: # %for.body # =>This Loop Header: Depth=1 @@ -61,7 +61,7 @@ main: # @main loop # label0: i32.const $push131=, 0 i32.const $push130=, 0 - i32.store $drop=, g($pop131), $pop130 + i32.store g($pop131), $pop130 block block i32.const $push129=, 0 @@ -73,30 +73,30 @@ main: # @main i32.const $push144=, 0 i32.load $push1=, j($pop144) i32.const $push143=, 0 - i32.store $drop=, 0($pop1), $pop143 + i32.store 0($pop1), $pop143 i32.const $push142=, 0 i32.load $push2=, i($pop142) i32.const $push141=, 0 i32.load $push3=, j($pop141) i32.load $push4=, 0($pop3) - i32.store $drop=, 0($pop2), $pop4 + i32.store 0($pop2), $pop4 i32.const $push140=, 0 i32.const $push139=, 0 - i32.store $drop=, d($pop140), $pop139 + i32.store d($pop140), $pop139 i32.const $push138=, 0 i32.const $push137=, 1 - i32.store8 $drop=, u($pop138), $pop137 + i32.store8 u($pop138), $pop137 i32.const $push136=, 0 i32.load $push5=, i($pop136) i32.const $push135=, 0 - i32.store $drop=, 0($pop5), $pop135 + i32.store 0($pop5), $pop135 i32.const $push134=, 0 i32.load $push6=, i($pop134) i32.const $push133=, 0 - i32.store $drop=, 0($pop6), $pop133 + i32.store 0($pop6), $pop133 i32.const $push132=, 0 i32.load $push7=, i($pop132) - i32.store $drop=, 0($pop7), $3 + i32.store 0($pop7), $3 br 1 # 1: down to label2 .LBB2_3: # %for.cond.preheader.i # in Loop: Header=BB2_1 Depth=1 @@ -104,14 +104,14 @@ main: # @main i32.const $push151=, 0 i32.load $push8=, i($pop151) i32.const $push150=, 0 - i32.store $drop=, 0($pop8), $pop150 + i32.store 0($pop8), $pop150 i32.const $push149=, 0 i32.load $push9=, e($pop149) i32.const $push148=, 0 - i32.store $drop=, 0($pop9), $pop148 + i32.store 0($pop9), $pop148 i32.const $push147=, 0 i32.const $push146=, 0 - i32.store $drop=, o($pop147), $pop146 + i32.store o($pop147), $pop146 block i32.const $push145=, 0 i32.load $push10=, p($pop145) @@ -126,7 +126,7 @@ main: # @main tee_local $push154=, $2=, $pop155 i32.load $push11=, 0($pop154) i32.const $push153=, 0 - i32.store $drop=, 0($pop11), $pop153 + i32.store 0($pop11), $pop153 block i32.const $push152=, 0 i32.load $push12=, j($pop152) @@ -149,12 +149,12 @@ main: # @main i32.load $push15=, k($pop165) i32.const $push164=, 1 i32.add $push16=, $pop15, $pop164 - i32.store $drop=, k($pop166), $pop16 + i32.store k($pop166), $pop16 i32.const $push163=, 0 - i32.store $drop=, 0($0), $pop163 + i32.store 0($0), $pop163 i32.const $push162=, 0 i32.const $push161=, 0 - i32.store8 $drop=, u($pop162), $pop161 + i32.store8 u($pop162), $pop161 i32.const $push160=, 0 i32.load $push17=, j($pop160) i32.load $push18=, 0($pop17) @@ -168,54 +168,54 @@ main: # @main i32.const $push187=, 0 i32.load $push20=, j($pop187) i32.load $push21=, 0($pop20) - i32.store $drop=, 0($2), $pop21 + i32.store 0($2), $pop21 i32.const $push186=, 0 i32.load $push22=, i($pop186) i32.const $push185=, 0 i32.load $push23=, j($pop185) i32.load $push24=, 0($pop23) - i32.store $drop=, 0($pop22), $pop24 + i32.store 0($pop22), $pop24 i32.const $push184=, 0 i32.load $0=, j($pop184) i32.const $push183=, 0 i32.load $push26=, i($pop183) i32.load $push25=, 0($0) - i32.store $drop=, 0($pop26), $pop25 + i32.store 0($pop26), $pop25 i32.const $push182=, 0 i32.load $push27=, i($pop182) i32.const $push181=, 0 i32.load $push28=, j($pop181) i32.load $push29=, 0($pop28) - i32.store $drop=, 0($pop27), $pop29 + i32.store 0($pop27), $pop29 i32.const $push180=, 0 i32.load $push30=, i($pop180) i32.const $push179=, 0 i32.load $push31=, j($pop179) i32.load $push32=, 0($pop31) - i32.store $drop=, 0($pop30), $pop32 + i32.store 0($pop30), $pop32 i32.const $push178=, 0 i32.load $push33=, i($pop178) i32.const $push177=, 0 i32.load $push34=, j($pop177) i32.load $push35=, 0($pop34) - i32.store $drop=, 0($pop33), $pop35 + i32.store 0($pop33), $pop35 i32.const $push176=, 0 i32.load $push36=, i($pop176) i32.const $push175=, 0 - i32.store $drop=, 0($pop36), $pop175 + i32.store 0($pop36), $pop175 i32.const $push174=, 0 i32.const $push173=, 0 i32.load $push37=, h($pop173) i32.const $push172=, 1 i32.add $push38=, $pop37, $pop172 - i32.store $drop=, h($pop174), $pop38 + i32.store h($pop174), $pop38 i32.const $push171=, 0 i32.load $push39=, e($pop171) i32.const $push170=, 0 - i32.store $drop=, 0($pop39), $pop170 + i32.store 0($pop39), $pop170 i32.const $push169=, 0 i32.const $push168=, 0 - i32.store $drop=, o($pop169), $pop168 + i32.store o($pop169), $pop168 i32.const $push167=, 0 i32.load $push40=, p($pop167) i32.eqz $push256=, $pop40 @@ -226,7 +226,7 @@ main: # @main end_block # label4: i32.const $push190=, 0 i32.const $push189=, 0 - i32.store $drop=, f($pop190), $pop189 + i32.store f($pop190), $pop189 i32.const $push188=, 0 i32.load $0=, n($pop188) .LBB2_9: # %for.inc7 @@ -236,10 +236,10 @@ main: # @main i32.const $push195=, -1 i32.add $push194=, $0, $pop195 tee_local $push193=, $0=, $pop194 - i32.store $drop=, n($pop196), $pop193 + i32.store n($pop196), $pop193 i32.const $push192=, 0 i32.const $push191=, 0 - i32.store8 $drop=, u($pop192), $pop191 + i32.store8 u($pop192), $pop191 br_if 0, $0 # 0: up to label0 # BB#10: # %for.end8 end_loop # label1: @@ -315,10 +315,10 @@ main: # @main # BB#15: # %for.cond9.for.end29_crit_edge end_loop # label12: i32.const $push64=, 0 - i32.store $drop=, c($pop64), $2 + i32.store c($pop64), $2 i32.const $push224=, 0 i32.const $push223=, 0 - i32.store $drop=, b($pop224), $pop223 + i32.store b($pop224), $pop223 .LBB2_16: # %for.end29 end_block # label10: call baz@FUNCTION @@ -406,7 +406,7 @@ main: # @main i32.const $push120=, 0 i32.const $push118=, 32 i32.add $push119=, $3, $pop118 - i32.store $drop=, __stack_pointer($pop120), $pop119 + i32.store __stack_pointer($pop120), $pop119 i32.const $push113=, 0 return $pop113 .LBB2_18: # %if.then46 @@ -566,5 +566,5 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58277-2.c.s b/test/torture-s/pr58277-2.c.s index ab45098ce..5e0c01d78 100644 --- a/test/torture-s/pr58277-2.c.s +++ b/test/torture-s/pr58277-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58277-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58277-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push7=, 0 i32.const $push6=, 0 - i32.store8 $drop=, n($pop7), $pop6 + i32.store8 n($pop7), $pop6 block block i32.const $push5=, 0 @@ -24,20 +24,20 @@ main: # @main end_block # label1: i32.const $push11=, 0 i32.const $push1=, 1 - i32.store8 $drop=, n($pop11), $pop1 + i32.store8 n($pop11), $pop1 i32.const $push10=, 0 i32.load $push2=, h($pop10) i32.const $push9=, 0 - i32.store $drop=, 0($pop2), $pop9 + i32.store 0($pop2), $pop9 .LBB0_3: # %if.end end_block # label0: i32.const $push3=, 0 i32.load $push4=, s($pop3) i32.const $push15=, 0 - i32.store $drop=, 0($pop4), $pop15 + i32.store 0($pop4), $pop15 i32.const $push14=, 0 i32.const $push13=, 0 - i32.store8 $drop=, n($pop14), $pop13 + i32.store8 n($pop14), $pop13 i32.const $push12=, 0 # fallthrough-return: $pop12 .endfunc @@ -121,4 +121,4 @@ s: .size s, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr58364.c.s b/test/torture-s/pr58364.c.s index d63a8d843..1685f1ed2 100644 --- a/test/torture-s/pr58364.c.s +++ b/test/torture-s/pr58364.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58364.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58364.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -26,7 +26,7 @@ main: # @main # BB#0: # %entry i32.const $push6=, 0 i32.const $push5=, 0 - i32.store $drop=, b($pop6), $pop5 + i32.store b($pop6), $pop5 block i32.const $push4=, 0 i32.load $push1=, a($pop4) @@ -73,5 +73,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58365.c.s b/test/torture-s/pr58365.c.s index b1dbc9f5f..22f4f7192 100644 --- a/test/torture-s/pr58365.c.s +++ b/test/torture-s/pr58365.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58365.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58365.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -28,7 +28,7 @@ main: # @main i32.const $push28=, 32 i32.sub $push35=, $pop27, $pop28 tee_local $push34=, $0=, $pop35 - i32.store $drop=, __stack_pointer($pop29), $pop34 + i32.store __stack_pointer($pop29), $pop34 block block i32.const $push33=, 0 @@ -40,54 +40,54 @@ main: # @main i32.add $push3=, $0, $pop2 i32.const $push38=, 0 i32.load $push1=, f+16($pop38) - i32.store $drop=, 0($pop3), $pop1 + i32.store 0($pop3), $pop1 i32.const $push5=, 16 i32.add $push6=, $0, $pop5 i32.const $push37=, 0 i64.load $push4=, f+8($pop37):p2align=2 - i64.store $drop=, 0($pop6), $pop4 + i64.store 0($pop6), $pop4 i32.const $push36=, 0 i64.load $push7=, f($pop36):p2align=2 - i64.store $drop=, 8($0), $pop7 + i64.store 8($0), $pop7 br 1 # 1: down to label0 .LBB1_2: # %if.end.i end_block # label1: i32.const $push8=, 24 i32.add $push9=, $0, $pop8 i32.const $push40=, 0 - i32.store $drop=, 0($pop9), $pop40 + i32.store 0($pop9), $pop40 i32.const $push10=, 16 i32.add $push11=, $0, $pop10 i64.const $push12=, 0 - i64.store $drop=, 0($pop11), $pop12 + i64.store 0($pop11), $pop12 i64.const $push39=, 0 - i64.store $drop=, 8($0), $pop39 + i64.store 8($0), $pop39 .LBB1_3: # %bar.exit end_block # label0: i32.const $push47=, 0 i32.load $push13=, 12($0) - i32.store $drop=, h+4($pop47), $pop13 + i32.store h+4($pop47), $pop13 i32.const $push46=, 0 i32.load $push14=, 8($0) - i32.store $drop=, h($pop46), $pop14 + i32.store h($pop46), $pop14 i32.const $push45=, 0 i32.const $push15=, 24 i32.add $push16=, $0, $pop15 i32.load $push17=, 0($pop16) - i32.store $drop=, h+16($pop45), $pop17 + i32.store h+16($pop45), $pop17 i32.const $push44=, 0 i32.const $push18=, 20 i32.add $push19=, $0, $pop18 i32.load $push20=, 0($pop19) - i32.store $drop=, h+12($pop44), $pop20 + i32.store h+12($pop44), $pop20 i32.const $push43=, 0 i32.const $push21=, 16 i32.add $push22=, $0, $pop21 i32.load $push23=, 0($pop22) - i32.store $drop=, h+8($pop43), $pop23 + i32.store h+8($pop43), $pop23 i32.const $push42=, 0 i32.const $push24=, 1 - i32.store $drop=, f+4($pop42), $pop24 + i32.store f+4($pop42), $pop24 block i32.const $push41=, 0 i32.load $push25=, h+4($pop41) @@ -96,7 +96,7 @@ main: # @main i32.const $push32=, 0 i32.const $push30=, 32 i32.add $push31=, $0, $pop30 - i32.store $drop=, __stack_pointer($pop32), $pop31 + i32.store __stack_pointer($pop32), $pop31 i32.const $push48=, 0 return $pop48 .LBB1_5: # %if.then @@ -133,5 +133,5 @@ f: .size f, 20 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58385.c.s b/test/torture-s/pr58385.c.s index 7e395d59b..0285492bf 100644 --- a/test/torture-s/pr58385.c.s +++ b/test/torture-s/pr58385.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58385.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58385.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -9,7 +9,7 @@ foo: # @foo # BB#0: # %entry i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, b($pop0), $pop2 + i32.store b($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -25,7 +25,7 @@ main: # @main # BB#0: # %if.end i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, b($pop0), $pop2 + i32.store b($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -51,4 +51,4 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr58387.c.s b/test/torture-s/pr58387.c.s index 95d31a340..d5b0986e2 100644 --- a/test/torture-s/pr58387.c.s +++ b/test/torture-s/pr58387.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58387.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58387.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -34,5 +34,5 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58419.c.s b/test/torture-s/pr58419.c.s index a13ac841a..b94270ece 100644 --- a/test/torture-s/pr58419.c.s +++ b/test/torture-s/pr58419.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58419.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58419.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -27,11 +27,11 @@ bar: # @bar # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store16 $drop=, c($pop1), $pop0 + i32.store16 c($pop1), $pop0 i32.const $push5=, 0 i32.load $push2=, p($pop5) i32.const $push4=, 0 - i32.store $drop=, 0($pop2), $pop4 + i32.store 0($pop2), $pop4 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -48,7 +48,7 @@ main: # @main # BB#0: # %entry i32.const $push56=, 0 i32.const $push0=, 234 - i32.store8 $drop=, b($pop56), $pop0 + i32.store8 b($pop56), $pop0 i32.const $5=, 1 i32.const $push55=, 0 i32.load $0=, p($pop55) @@ -74,11 +74,11 @@ main: # @main br_if 0, $pop5 # 0: down to label0 # BB#1: # %lor.rhs i32.const $push61=, 0 - i32.store $drop=, 0($0), $pop61 + i32.store 0($0), $pop61 i32.const $3=, 1 i32.const $push60=, 0 i32.const $push59=, 1 - i32.store16 $drop=, c($pop60), $pop59 + i32.store16 c($pop60), $pop59 i32.const $push58=, 0 i32.load $2=, i($pop58) i32.const $push57=, 0 @@ -87,7 +87,7 @@ main: # @main .LBB2_2: # %lor.end end_block # label0: i32.const $push65=, 0 - i32.store $drop=, g($pop65), $1 + i32.store g($pop65), $1 block i32.const $push64=, 0 i32.ne $push7=, $4, $pop64 @@ -101,11 +101,11 @@ main: # @main # BB#3: # %lor.rhs.1 i32.const $5=, 0 i32.const $push70=, 0 - i32.store $drop=, 0($0), $pop70 + i32.store 0($0), $pop70 i32.const $3=, 1 i32.const $push69=, 0 i32.const $push68=, 1 - i32.store16 $drop=, c($pop69), $pop68 + i32.store16 c($pop69), $pop68 i32.const $push67=, 0 i32.load $2=, i($pop67) i32.const $push66=, 0 @@ -113,7 +113,7 @@ main: # @main .LBB2_4: # %lor.end.1 end_block # label1: i32.const $push74=, 0 - i32.store $drop=, g($pop74), $5 + i32.store g($pop74), $5 i32.const $5=, 1 i32.const $1=, 1 block @@ -128,11 +128,11 @@ main: # @main br_if 0, $pop15 # 0: down to label2 # BB#5: # %lor.rhs.2 i32.const $push79=, 0 - i32.store $drop=, 0($0), $pop79 + i32.store 0($0), $pop79 i32.const $3=, 1 i32.const $push78=, 0 i32.const $push77=, 1 - i32.store16 $drop=, c($pop78), $pop77 + i32.store16 c($pop78), $pop77 i32.const $push76=, 0 i32.load $2=, i($pop76) i32.const $push75=, 0 @@ -141,7 +141,7 @@ main: # @main .LBB2_6: # %lor.end.2 end_block # label2: i32.const $push83=, 0 - i32.store $drop=, g($pop83), $1 + i32.store g($pop83), $1 block i32.const $push82=, 0 i32.ne $push17=, $4, $pop82 @@ -155,11 +155,11 @@ main: # @main # BB#7: # %lor.rhs.3 i32.const $5=, 0 i32.const $push88=, 0 - i32.store $drop=, 0($0), $pop88 + i32.store 0($0), $pop88 i32.const $3=, 1 i32.const $push87=, 0 i32.const $push86=, 1 - i32.store16 $drop=, c($pop87), $pop86 + i32.store16 c($pop87), $pop86 i32.const $push85=, 0 i32.load $2=, i($pop85) i32.const $push84=, 0 @@ -167,7 +167,7 @@ main: # @main .LBB2_8: # %lor.end.3 end_block # label3: i32.const $push92=, 0 - i32.store $drop=, g($pop92), $5 + i32.store g($pop92), $5 i32.const $5=, 1 i32.const $1=, 1 block @@ -182,11 +182,11 @@ main: # @main br_if 0, $pop25 # 0: down to label4 # BB#9: # %lor.rhs.4 i32.const $push97=, 0 - i32.store $drop=, 0($0), $pop97 + i32.store 0($0), $pop97 i32.const $3=, 1 i32.const $push96=, 0 i32.const $push95=, 1 - i32.store16 $drop=, c($pop96), $pop95 + i32.store16 c($pop96), $pop95 i32.const $push94=, 0 i32.load $2=, i($pop94) i32.const $push93=, 0 @@ -195,7 +195,7 @@ main: # @main .LBB2_10: # %lor.end.4 end_block # label4: i32.const $push101=, 0 - i32.store $drop=, g($pop101), $1 + i32.store g($pop101), $1 block i32.const $push100=, 0 i32.ne $push27=, $4, $pop100 @@ -209,11 +209,11 @@ main: # @main # BB#11: # %lor.rhs.5 i32.const $5=, 0 i32.const $push106=, 0 - i32.store $drop=, 0($0), $pop106 + i32.store 0($0), $pop106 i32.const $3=, 1 i32.const $push105=, 0 i32.const $push104=, 1 - i32.store16 $drop=, c($pop105), $pop104 + i32.store16 c($pop105), $pop104 i32.const $push103=, 0 i32.load $2=, i($pop103) i32.const $push102=, 0 @@ -221,7 +221,7 @@ main: # @main .LBB2_12: # %lor.end.5 end_block # label5: i32.const $push110=, 0 - i32.store $drop=, g($pop110), $5 + i32.store g($pop110), $5 i32.const $5=, 1 i32.const $1=, 1 block @@ -236,11 +236,11 @@ main: # @main br_if 0, $pop35 # 0: down to label6 # BB#13: # %lor.rhs.6 i32.const $push115=, 0 - i32.store $drop=, 0($0), $pop115 + i32.store 0($0), $pop115 i32.const $3=, 1 i32.const $push114=, 0 i32.const $push113=, 1 - i32.store16 $drop=, c($pop114), $pop113 + i32.store16 c($pop114), $pop113 i32.const $push112=, 0 i32.load $2=, i($pop112) i32.const $push111=, 0 @@ -249,7 +249,7 @@ main: # @main .LBB2_14: # %lor.end.6 end_block # label6: i32.const $push122=, 0 - i32.store $drop=, g($pop122), $1 + i32.store g($pop122), $1 i32.const $push121=, 0 i32.load $1=, a($pop121) block @@ -266,21 +266,21 @@ main: # @main # BB#15: # %lor.rhs.7 i32.const $5=, 0 i32.const $push124=, 0 - i32.store $drop=, 0($0), $pop124 + i32.store 0($0), $pop124 i32.const $push123=, 0 i32.const $push40=, 1 - i32.store16 $drop=, c($pop123), $pop40 + i32.store16 c($pop123), $pop40 .LBB2_16: # %lor.end.7 end_block # label7: i32.const $push41=, 0 - i32.store16 $drop=, h($pop41), $1 + i32.store16 h($pop41), $1 i32.const $push128=, 0 - i32.store $drop=, g($pop128), $5 + i32.store g($pop128), $5 i32.const $push127=, 0 - i32.store8 $drop=, e($pop127), $4 + i32.store8 e($pop127), $4 i32.const $push126=, 0 i32.const $push42=, 226 - i32.store8 $drop=, b($pop126), $pop42 + i32.store8 b($pop126), $pop42 i32.call $drop=, getpid@FUNCTION i32.const $push125=, 0 # fallthrough-return: $pop125 @@ -368,5 +368,5 @@ g: .size g, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype getpid, i32 diff --git a/test/torture-s/pr58431.c.s b/test/torture-s/pr58431.c.s index 12811515d..9ab82fec7 100644 --- a/test/torture-s/pr58431.c.s +++ b/test/torture-s/pr58431.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58431.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58431.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,10 +15,10 @@ main: # @main i32.const $push21=, 1 i32.xor $push20=, $pop0, $pop21 tee_local $push19=, $1=, $pop20 - i32.store16 $drop=, i($pop23), $pop19 + i32.store16 i($pop23), $pop19 i32.const $push18=, 0 i32.const $push17=, 0 - i32.store $drop=, b($pop18), $pop17 + i32.store b($pop18), $pop17 i32.const $push16=, 0 i32.load8_s $0=, a($pop16) i32.const $push15=, 0 @@ -26,7 +26,7 @@ main: # @main i32.const $push14=, 0 i32.const $push13=, 0 i32.load $push1=, k($pop13) - i32.store $drop=, g($pop14), $pop1 + i32.store g($pop14), $pop1 i32.const $push2=, 24 i32.shl $push3=, $1, $pop2 i32.const $push12=, 24 @@ -41,7 +41,7 @@ main: # @main .LBB0_2: # %lor.end end_block # label0: i32.const $push26=, 0 - i32.store $drop=, j($pop26), $3 + i32.store j($pop26), $3 block block block @@ -50,7 +50,7 @@ main: # @main # BB#3: # %if.else i32.const $push29=, 0 i32.const $push28=, 1 - i32.store8 $drop=, h($pop29), $pop28 + i32.store8 h($pop29), $pop28 i32.const $push27=, 0 i32.load $push9=, e($pop27) i32.eqz $push40=, $pop9 @@ -58,7 +58,7 @@ main: # @main # BB#4: # %for.inc17.preheader i32.const $push31=, 0 i32.const $push30=, 0 - i32.store $drop=, e($pop31), $pop30 + i32.store e($pop31), $pop30 br 1 # 1: down to label2 .LBB0_5: # %for.cond10thread-pre-split end_block # label3: @@ -70,12 +70,12 @@ main: # @main # BB#6: # %for.inc.preheader i32.const $push34=, 0 i32.const $push8=, 1 - i32.store $drop=, d($pop34), $pop8 + i32.store d($pop34), $pop8 .LBB0_7: # %for.end22 end_block # label2: i32.const $push36=, 0 i32.const $push10=, 1 - i32.store $drop=, b($pop36), $pop10 + i32.store b($pop36), $pop10 block i32.const $push35=, 0 i32.load8_u $push11=, h($pop35) @@ -91,7 +91,7 @@ main: # @main end_block # label1: i32.const $push39=, 0 i32.const $push38=, 1 - i32.store $drop=, b($pop39), $pop38 + i32.store b($pop39), $pop38 call abort@FUNCTION unreachable .endfunc @@ -187,5 +187,5 @@ e: .size e, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58564.c.s b/test/torture-s/pr58564.c.s index 415db6c6f..2d315e5a8 100644 --- a/test/torture-s/pr58564.c.s +++ b/test/torture-s/pr58564.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58564.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58564.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push0=, 0 i32.const $push2=, 0 - i32.store $drop=, b($pop0), $pop2 + i32.store b($pop0), $pop2 i32.const $push1=, 0 # fallthrough-return: $pop1 .endfunc @@ -53,4 +53,4 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr58570.c.s b/test/torture-s/pr58570.c.s index 7a8cc1c18..d984e9ed1 100644 --- a/test/torture-s/pr58570.c.s +++ b/test/torture-s/pr58570.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58570.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58570.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -22,14 +22,14 @@ main: # @main i32.add $push29=, $pop3, $pop4 tee_local $push28=, $0=, $pop29 i64.const $push5=, 32769 - i64.store32 $drop=, 0($pop28):p2align=1, $pop5 + i64.store32 0($pop28):p2align=1, $pop5 i32.const $push6=, 4 i32.add $push27=, $0, $pop6 tee_local $push26=, $0=, $pop27 i64.load16_u $push7=, 0($0) i64.const $push8=, 61440 i64.and $push9=, $pop7, $pop8 - i64.store16 $drop=, 0($pop26), $pop9 + i64.store16 0($pop26), $pop9 .LBB0_2: # %if.end end_block # label0: block @@ -87,5 +87,5 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58574.c.s b/test/torture-s/pr58574.c.s index 79f7255ee..9821e5477 100644 --- a/test/torture-s/pr58574.c.s +++ b/test/torture-s/pr58574.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58574.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58574.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -1851,5 +1851,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58640-2.c.s b/test/torture-s/pr58640-2.c.s index c9189e575..5c430c364 100644 --- a/test/torture-s/pr58640-2.c.s +++ b/test/torture-s/pr58640-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58640-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58640-2.c" .section .text.fn1,"ax",@progbits .hidden fn1 .globl fn1 @@ -12,40 +12,40 @@ fn1: # @fn1 i32.const $push26=, 0 i32.load $push25=, a+36($pop26) tee_local $push24=, $0=, $pop25 - i32.store $drop=, a($pop0), $pop24 + i32.store a($pop0), $pop24 i32.const $push23=, 0 i32.const $push1=, 1 - i32.store $drop=, a+48($pop23), $pop1 + i32.store a+48($pop23), $pop1 i32.const $push22=, 0 i32.const $push21=, 1 - i32.store $drop=, c($pop22), $pop21 + i32.store c($pop22), $pop21 i32.const $push20=, 0 - i32.store $drop=, a+4($pop20), $0 + i32.store a+4($pop20), $0 i32.const $push19=, 0 i32.const $push18=, 1 - i32.store $drop=, a($pop19), $pop18 + i32.store a($pop19), $pop18 i32.const $push17=, 0 i32.const $push16=, 1 - i32.store $drop=, c($pop17), $pop16 + i32.store c($pop17), $pop16 i32.const $push15=, 0 i32.const $push14=, 1 - i32.store $drop=, a+4($pop15), $pop14 + i32.store a+4($pop15), $pop14 i32.const $push13=, 0 i32.const $push12=, 1 - i32.store $drop=, c($pop13), $pop12 + i32.store c($pop13), $pop12 i32.const $push11=, 0 i32.const $push10=, 1 - i32.store $drop=, c($pop11), $pop10 + i32.store c($pop11), $pop10 i32.const $push9=, 0 i32.const $push8=, 0 i32.load $push7=, a+60($pop8) tee_local $push6=, $0=, $pop7 - i32.store $drop=, a($pop9), $pop6 + i32.store a($pop9), $pop6 i32.const $push5=, 0 - i32.store $drop=, a+4($pop5), $0 + i32.store a+4($pop5), $0 i32.const $push4=, 0 i32.const $push3=, 1 - i32.store $drop=, c($pop4), $pop3 + i32.store c($pop4), $pop3 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -62,17 +62,17 @@ main: # @main # BB#0: # %entry i32.const $push8=, 0 i32.const $push0=, 1 - i32.store $drop=, a+48($pop8), $pop0 + i32.store a+48($pop8), $pop0 i32.const $push7=, 0 i32.const $push6=, 1 - i32.store $drop=, c($pop7), $pop6 + i32.store c($pop7), $pop6 i32.const $push5=, 0 i32.const $push4=, 0 i32.load $push3=, a+60($pop4) tee_local $push2=, $0=, $pop3 - i32.store $drop=, a($pop5), $pop2 + i32.store a($pop5), $pop2 i32.const $push1=, 0 - i32.store $drop=, a+4($pop1), $0 + i32.store a+4($pop1), $0 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -114,5 +114,5 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58640.c.s b/test/torture-s/pr58640.c.s index 5e1992507..d7bf6fc57 100644 --- a/test/torture-s/pr58640.c.s +++ b/test/torture-s/pr58640.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58640.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58640.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -21,7 +21,7 @@ main: # @main # BB#2: # %for.body3.i.preheader i32.const $push7=, 0 i32.const $push6=, 1 - i32.store $drop=, b($pop7), $pop6 + i32.store b($pop7), $pop6 i32.const $push11=, 0 call exit@FUNCTION, $pop11 unreachable @@ -29,10 +29,10 @@ main: # @main end_block # label1: i32.const $push4=, 0 i32.const $push3=, 4 - i32.store $drop=, c($pop4), $pop3 + i32.store c($pop4), $pop3 i32.const $push12=, 0 i32.const $push5=, 1 - i32.store $drop=, e($pop12), $pop5 + i32.store e($pop12), $pop5 .LBB0_4: # %foo.exit end_block # label0: i32.const $push13=, 0 @@ -88,5 +88,5 @@ e: .size e, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pr58662.c.s b/test/torture-s/pr58662.c.s index 9d315da94..5d940a3b6 100644 --- a/test/torture-s/pr58662.c.s +++ b/test/torture-s/pr58662.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58662.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58662.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -24,9 +24,9 @@ main: # @main i32.const $push12=, 0 i32.ne $push7=, $pop6, $pop12 i32.and $push8=, $pop1, $pop7 - i32.store $drop=, b($pop18), $pop8 + i32.store b($pop18), $pop8 i32.const $push11=, 0 - i32.store $drop=, d($pop11), $0 + i32.store d($pop11), $0 block i32.const $push10=, 0 i32.load $push9=, b($pop10) @@ -79,5 +79,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58726.c.s b/test/torture-s/pr58726.c.s index 4148aa83d..8d1ca5888 100644 --- a/test/torture-s/pr58726.c.s +++ b/test/torture-s/pr58726.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58726.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58726.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -31,10 +31,10 @@ main: # @main # BB#0: # %if.end i32.const $push1=, 0 i32.const $push0=, -9162 - i32.store $drop=, c($pop1), $pop0 + i32.store c($pop1), $pop0 i32.const $push4=, 0 i32.const $push2=, 56374 - i32.store $drop=, b($pop4), $pop2 + i32.store b($pop4), $pop2 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -69,4 +69,4 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr58831.c.s b/test/torture-s/pr58831.c.s index 788a3715d..7fe1169ce 100644 --- a/test/torture-s/pr58831.c.s +++ b/test/torture-s/pr58831.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58831.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58831.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -10,7 +10,7 @@ main: # @main call fn2@FUNCTION i32.const $push1=, 0 i32.const $push0=, r - i32.store $drop=, i($pop1), $pop0 + i32.store i($pop1), $pop0 i32.const $push4=, 0 i32.load $push2=, b($pop4) call fn1@FUNCTION, $pop2 @@ -26,10 +26,10 @@ fn2: # @fn2 # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 42 - i32.store $drop=, f($pop1), $pop0 + i32.store f($pop1), $pop0 i32.const $push3=, 0 i32.const $push2=, 0 - i32.store16 $drop=, o($pop3), $pop2 + i32.store16 o($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end1: @@ -51,24 +51,24 @@ fn1: # @fn1 # =>This Inner Loop Header: Depth=1 loop # label1: i32.const $push9=, 1 - i32.store $drop=, 0($0), $pop9 + i32.store 0($0), $pop9 i32.const $push8=, 0 i32.const $push7=, 0 i32.load $push1=, p($pop7) i32.const $push6=, 1 i32.add $push5=, $pop1, $pop6 tee_local $push4=, $1=, $pop5 - i32.store $drop=, p($pop8), $pop4 + i32.store p($pop8), $pop4 br_if 0, $1 # 0: up to label1 .LBB2_3: # %for.end end_loop # label2: end_block # label0: i32.const $push12=, 0 i32.const $push2=, d - i32.store $drop=, b($pop12), $pop2 + i32.store b($pop12), $pop2 i32.const $push11=, 0 i32.const $push10=, d - i32.store $drop=, r($pop11), $pop10 + i32.store r($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end2: @@ -174,4 +174,4 @@ j: .size j, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr58943.c.s b/test/torture-s/pr58943.c.s index b3eef63cc..bc610804e 100644 --- a/test/torture-s/pr58943.c.s +++ b/test/torture-s/pr58943.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58943.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58943.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -12,7 +12,7 @@ foo: # @foo i32.load $push1=, x($pop5) i32.const $push2=, 128 i32.or $push3=, $pop1, $pop2 - i32.store $drop=, x($pop0), $pop3 + i32.store x($pop0), $pop3 i32.const $push4=, 1 # fallthrough-return: $pop4 .endfunc @@ -33,7 +33,7 @@ main: # @main i32.const $push1=, 129 i32.or $push5=, $pop0, $pop1 tee_local $push4=, $0=, $pop5 - i32.store $drop=, x($pop7), $pop4 + i32.store x($pop7), $pop4 block i32.const $push2=, 131 i32.ne $push3=, $0, $pop2 @@ -59,5 +59,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr58984.c.s b/test/torture-s/pr58984.c.s index 54ba8c76d..0c4949617 100644 --- a/test/torture-s/pr58984.c.s +++ b/test/torture-s/pr58984.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58984.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr58984.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -21,12 +21,12 @@ main: # @main i32.load $push2=, 0($0) i32.const $push14=, 1 i32.xor $push3=, $pop2, $pop14 - i32.store $drop=, 0($pop15), $pop3 + i32.store 0($pop15), $pop3 .LBB0_2: # %foo.exit end_block # label0: i32.const $push21=, 0 i32.const $push20=, 1 - i32.store $drop=, m($pop21), $pop20 + i32.store m($pop21), $pop20 block i32.const $push19=, 0 i32.load $push4=, a($pop19) @@ -36,20 +36,20 @@ main: # @main # BB#3: # %bar.exit i32.const $push30=, 0 i32.const $push29=, 0 - i32.store $drop=, e($pop30), $pop29 + i32.store e($pop30), $pop29 i32.const $push28=, 0 i32.load $push27=, c($pop28) tee_local $push26=, $0=, $pop27 i32.load $push6=, 0($0) i32.const $push7=, 1 i32.xor $push8=, $pop6, $pop7 - i32.store $drop=, 0($pop26), $pop8 + i32.store 0($pop26), $pop8 i32.const $push25=, 0 i32.const $push24=, 0 i32.load $push9=, m($pop24) i32.const $push23=, 1 i32.or $push10=, $pop9, $pop23 - i32.store $drop=, m($pop25), $pop10 + i32.store m($pop25), $pop10 i32.const $push22=, 0 i32.load $push11=, a($pop22) br_if 0, $pop11 # 0: down to label1 @@ -119,5 +119,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59014-2.c.s b/test/torture-s/pr59014-2.c.s index 6973144b8..c69250cad 100644 --- a/test/torture-s/pr59014-2.c.s +++ b/test/torture-s/pr59014-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59014-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59014-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59014.c.s b/test/torture-s/pr59014.c.s index 1d9d48031..26dbab3fd 100644 --- a/test/torture-s/pr59014.c.s +++ b/test/torture-s/pr59014.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59014.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59014.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -29,7 +29,7 @@ foo: # @foo end_loop # label2: end_block # label0: i32.const $push11=, 0 - i32.store $drop=, d($pop11), $0 + i32.store d($pop11), $0 i32.const $push10=, 0 # fallthrough-return: $pop10 .endfunc @@ -65,7 +65,7 @@ main: # @main end_loop # label5: end_block # label3: i32.const $push13=, 0 - i32.store $drop=, d($pop13), $0 + i32.store d($pop13), $0 block i32.const $push5=, 2 i32.ne $push6=, $0, $pop5 @@ -118,5 +118,5 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59101.c.s b/test/torture-s/pr59101.c.s index 3bad015f6..b172ca718 100644 --- a/test/torture-s/pr59101.c.s +++ b/test/torture-s/pr59101.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59101.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59101.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59221.c.s b/test/torture-s/pr59221.c.s index a4b0d992b..dc780af25 100644 --- a/test/torture-s/pr59221.c.s +++ b/test/torture-s/pr59221.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59221.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59221.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -16,7 +16,7 @@ main: # @main # BB#1: # %for.inc.preheader i32.const $push12=, 0 i32.const $push11=, 0 - i32.store $drop=, b($pop12), $pop11 + i32.store b($pop12), $pop11 .LBB0_2: # %for.end end_block # label0: i32.const $push20=, 0 @@ -32,9 +32,9 @@ main: # @main i32.and $push2=, $0, $pop1 i32.select $push15=, $pop5, $pop6, $pop2 tee_local $push14=, $0=, $pop15 - i32.store16 $drop=, e($pop20), $pop14 + i32.store16 e($pop20), $pop14 i32.const $push13=, 0 - i32.store $drop=, d($pop13), $0 + i32.store d($pop13), $0 block i32.const $push7=, 1 i32.ne $push8=, $0, $pop7 @@ -87,5 +87,5 @@ d: .size d, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59229.c.s b/test/torture-s/pr59229.c.s index f61d57845..4c422f339 100644 --- a/test/torture-s/pr59229.c.s +++ b/test/torture-s/pr59229.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59229.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59229.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -25,15 +25,15 @@ bar: # @bar br_if 0, $pop8 # 0: down to label0 # BB#2: # %if.end4 i32.const $push9=, 538976288 - i32.store $drop=, 0($0):p2align=0, $pop9 + i32.store 0($0):p2align=0, $pop9 i32.const $push10=, 6 i32.add $push11=, $0, $pop10 i32.const $push12=, 32 - i32.store8 $drop=, 0($pop11), $pop12 + i32.store8 0($pop11), $pop12 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 i32.const $push15=, 8224 - i32.store16 $drop=, 0($pop14):p2align=0, $pop15 + i32.store16 0($pop14):p2align=0, $pop15 return .LBB0_3: # %if.then3 end_block # label0: @@ -57,7 +57,7 @@ foo: # @foo i32.const $push8=, 16 i32.sub $push18=, $pop7, $pop8 tee_local $push17=, $2=, $pop18 - i32.store $drop=, __stack_pointer($pop9), $pop17 + i32.store __stack_pointer($pop9), $pop17 block i32.const $push0=, -1 i32.add $push1=, $1, $pop0 @@ -78,7 +78,7 @@ foo: # @foo i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $2, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 # fallthrough-return .endfunc .Lfunc_end1: @@ -94,7 +94,7 @@ main: # @main # BB#0: # %entry i32.const $push4=, 0 i32.const $push3=, 0 - i32.store $drop=, i($pop4), $pop3 + i32.store i($pop4), $pop3 i32.const $0=, 0 .LBB2_1: # %for.body # =>This Inner Loop Header: Depth=1 @@ -107,7 +107,7 @@ main: # @main i32.const $push8=, 1 i32.add $push7=, $pop0, $pop8 tee_local $push6=, $0=, $pop7 - i32.store $drop=, i($pop10), $pop6 + i32.store i($pop10), $pop6 i32.const $push5=, 16 i32.lt_s $push1=, $0, $pop5 br_if 0, $pop1 # 0: up to label2 @@ -140,6 +140,6 @@ i: .size .L.str.1, 17 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype memcmp, i32, i32, i32, i32 diff --git a/test/torture-s/pr59358.c.s b/test/torture-s/pr59358.c.s index a4b561315..6d977877a 100644 --- a/test/torture-s/pr59358.c.s +++ b/test/torture-s/pr59358.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59358.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59358.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -57,9 +57,9 @@ main: # @main i32.const $push14=, 16 i32.sub $push25=, $pop13, $pop14 tee_local $push24=, $6=, $pop25 - i32.store $drop=, __stack_pointer($pop15), $pop24 + i32.store __stack_pointer($pop15), $pop24 i32.const $push23=, 1 - i32.store $drop=, 12($6), $pop23 + i32.store 12($6), $pop23 i32.const $0=, 2 i32.const $1=, 2 i32.const $2=, 1 @@ -142,7 +142,7 @@ main: # @main i32.add $0=, $0, $pop47 i32.const $push46=, 1 i32.add $2=, $2, $pop46 - i32.store $drop=, 12($6), $1 + i32.store 12($6), $1 i32.const $push45=, 17 i32.lt_s $3=, $1, $pop45 i32.const $push44=, 1 @@ -154,7 +154,7 @@ main: # @main i32.const $push18=, 0 i32.const $push16=, 16 i32.add $push17=, $6, $pop16 - i32.store $drop=, __stack_pointer($pop18), $pop17 + i32.store __stack_pointer($pop18), $pop17 i32.const $push11=, 0 return $pop11 .LBB1_12: # %if.then36 @@ -166,5 +166,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59387.c.s b/test/torture-s/pr59387.c.s index 0ce6e9c60..6c944a874 100644 --- a/test/torture-s/pr59387.c.s +++ b/test/torture-s/pr59387.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59387.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59387.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -11,7 +11,7 @@ main: # @main i32.const $0=, -19 i32.const $push6=, 0 i32.const $push5=, -19 - i32.store $drop=, a($pop6), $pop5 + i32.store a($pop6), $pop5 i32.const $push4=, 0 i32.load8_u $1=, c($pop4) .LBB0_1: # %for.cond1.preheader @@ -20,7 +20,7 @@ main: # @main i32.const $push10=, 0 i32.load $push0=, e($pop10) i32.const $push9=, f - i32.store $drop=, 0($pop0), $pop9 + i32.store 0($pop0), $pop9 i32.const $push8=, -24 i32.add $1=, $1, $pop8 i32.const $push7=, 0 @@ -33,15 +33,15 @@ main: # @main i32.const $push13=, 1 i32.add $push12=, $0, $pop13 tee_local $push11=, $0=, $pop12 - i32.store $drop=, a($pop14), $pop11 + i32.store a($pop14), $pop11 br_if 0, $0 # 0: up to label0 .LBB0_3: # %return end_loop # label1: i32.const $push3=, 0 i32.const $push2=, 24 - i32.store $drop=, b($pop3), $pop2 + i32.store b($pop3), $pop2 i32.const $push16=, 0 - i32.store8 $drop=, c($pop16), $1 + i32.store8 c($pop16), $1 i32.const $push15=, 0 # fallthrough-return: $pop15 .endfunc @@ -102,4 +102,4 @@ f: .size f, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr59388.c.s b/test/torture-s/pr59388.c.s index 65ec652b6..856b3be10 100644 --- a/test/torture-s/pr59388.c.s +++ b/test/torture-s/pr59388.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59388.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59388.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push2=, 1 i32.and $push4=, $pop1, $pop2 tee_local $push3=, $0=, $pop4 - i32.store $drop=, a($pop0), $pop3 + i32.store a($pop0), $pop3 copy_local $push6=, $0 # fallthrough-return: $pop6 .endfunc @@ -40,4 +40,4 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr59413.c.s b/test/torture-s/pr59413.c.s index e35791535..698d7d998 100644 --- a/test/torture-s/pr59413.c.s +++ b/test/torture-s/pr59413.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59413.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59413.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 7 - i32.store $drop=, a($pop1), $pop0 + i32.store a($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -35,4 +35,4 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr59643.c.s b/test/torture-s/pr59643.c.s index 511bc9a61..99dc96fa4 100644 --- a/test/torture-s/pr59643.c.s +++ b/test/torture-s/pr59643.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59643.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59643.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -41,7 +41,7 @@ foo: # @foo f64.mul $push11=, $pop10, $3 f64.add $push23=, $pop5, $pop11 tee_local $push22=, $9=, $pop23 - f64.store $drop=, 0($pop12), $pop22 + f64.store 0($pop12), $pop22 i32.const $push21=, 8 i32.add $6=, $6, $pop21 i32.const $push20=, 8 @@ -74,7 +74,7 @@ main: # @main i32.const $push18=, 768 i32.sub $push34=, $pop17, $pop18 tee_local $push33=, $6=, $pop34 - i32.store $drop=, __stack_pointer($pop19), $pop33 + i32.store __stack_pointer($pop19), $pop33 i32.const $5=, 0 i32.const $push23=, 512 i32.add $push24=, $6, $pop23 @@ -90,17 +90,17 @@ main: # @main i32.and $push47=, $5, $pop48 tee_local $push46=, $0=, $pop47 f64.convert_s/i32 $push0=, $pop46 - f64.store $drop=, 0($2), $pop0 + f64.store 0($2), $pop0 i32.const $push45=, -4 i32.add $push1=, $0, $pop45 f64.convert_s/i32 $push2=, $pop1 - f64.store $drop=, 0($3), $pop2 + f64.store 0($3), $pop2 i32.const $push44=, 3 i32.and $push3=, $5, $pop44 f64.convert_s/i32 $push43=, $pop3 tee_local $push42=, $1=, $pop43 f64.add $push4=, $pop42, $1 - f64.store $drop=, 0($4), $pop4 + f64.store 0($4), $pop4 i32.const $push41=, 8 i32.add $2=, $2, $pop41 i32.const $push40=, 8 @@ -153,7 +153,7 @@ main: # @main i32.const $push22=, 0 i32.const $push20=, 768 i32.add $push21=, $6, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push15=, 0 return $pop15 .LBB1_6: # %if.then @@ -205,5 +205,5 @@ expected: .size expected, 256 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr59747.c.s b/test/torture-s/pr59747.c.s index 2947bdea4..9352d5c9d 100644 --- a/test/torture-s/pr59747.c.s +++ b/test/torture-s/pr59747.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59747.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr59747.c" .section .text.fn1,"ax",@progbits .hidden fn1 .globl fn1 @@ -28,7 +28,7 @@ main: # @main # BB#0: # %entry i32.const $push16=, 0 i32.const $push0=, 1 - i32.store $drop=, a($pop16), $pop0 + i32.store a($pop16), $pop0 i32.const $push15=, 0 i32.load16_u $0=, e($pop15) block @@ -41,7 +41,7 @@ main: # @main i32.const $push2=, -1 i32.add $push18=, $0, $pop2 tee_local $push17=, $0=, $pop18 - i32.store16 $drop=, e($pop19), $pop17 + i32.store16 e($pop19), $pop17 .LBB1_2: # %if.end end_block # label0: i32.const $push21=, 0 @@ -49,7 +49,7 @@ main: # @main i32.shl $push4=, $0, $pop3 i32.const $push20=, 16 i32.shr_s $push5=, $pop4, $pop20 - i32.store $drop=, d($pop21), $pop5 + i32.store d($pop21), $pop5 block i64.extend_u/i32 $push6=, $0 i64.const $push7=, 48 @@ -108,6 +108,6 @@ d: .size d, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/pr60017.c.s b/test/torture-s/pr60017.c.s index 236c133ef..1ff5501dd 100644 --- a/test/torture-s/pr60017.c.s +++ b/test/torture-s/pr60017.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60017.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60017.c" .section .text.func,"ax",@progbits .hidden func .globl func @@ -11,10 +11,10 @@ func: # @func i32.add $push1=, $0, $pop0 i32.const $push2=, 0 i64.load $push3=, x+8($pop2):p2align=2 - i64.store $drop=, 0($pop1):p2align=2, $pop3 + i64.store 0($pop1):p2align=2, $pop3 i32.const $push5=, 0 i64.load $push4=, x($pop5):p2align=2 - i64.store $drop=, 0($0):p2align=2, $pop4 + i64.store 0($0):p2align=2, $pop4 # fallthrough-return .endfunc .Lfunc_end0: @@ -62,5 +62,5 @@ x: .size x, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr60062.c.s b/test/torture-s/pr60062.c.s index a3a607029..5cc97164f 100644 --- a/test/torture-s/pr60062.c.s +++ b/test/torture-s/pr60062.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60062.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60062.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -23,4 +23,4 @@ a: .size a, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr60072.c.s b/test/torture-s/pr60072.c.s index d8a37826a..ad9c05834 100644 --- a/test/torture-s/pr60072.c.s +++ b/test/torture-s/pr60072.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60072.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60072.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 2 - i32.store $drop=, c($pop1), $pop0 + i32.store c($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -26,4 +26,4 @@ c: .size c, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr60454.c.s b/test/torture-s/pr60454.c.s index 90cc51bfe..25a8a6baf 100644 --- a/test/torture-s/pr60454.c.s +++ b/test/torture-s/pr60454.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60454.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60454.c" .section .text.fake_swap32,"ax",@progbits .hidden fake_swap32 .globl fake_swap32 @@ -56,5 +56,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr60960.c.s b/test/torture-s/pr60960.c.s index 3a951c78b..1f0d3cfd6 100644 --- a/test/torture-s/pr60960.c.s +++ b/test/torture-s/pr60960.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60960.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr60960.c" .section .text.f1,"ax",@progbits .hidden f1 .globl f1 @@ -13,26 +13,26 @@ f1: # @f1 i32.and $push3=, $4, $pop2 i32.const $push4=, 0 i32.div_u $push5=, $pop3, $pop4 - i32.store8 $drop=, 0($pop1), $pop5 + i32.store8 0($pop1), $pop5 i32.const $push6=, 2 i32.add $push7=, $0, $pop6 i32.const $push21=, 255 i32.and $push8=, $3, $pop21 i32.const $push20=, 0 i32.div_u $push9=, $pop8, $pop20 - i32.store8 $drop=, 0($pop7), $pop9 + i32.store8 0($pop7), $pop9 i32.const $push10=, 1 i32.add $push11=, $0, $pop10 i32.const $push19=, 255 i32.and $push12=, $2, $pop19 i32.const $push18=, 0 i32.div_u $push13=, $pop12, $pop18 - i32.store8 $drop=, 0($pop11), $pop13 + i32.store8 0($pop11), $pop13 i32.const $push14=, 254 i32.and $push15=, $1, $pop14 i32.const $push17=, 1 i32.shr_u $push16=, $pop15, $pop17 - i32.store8 $drop=, 0($0), $pop16 + i32.store8 0($0), $pop16 # fallthrough-return .endfunc .Lfunc_end0: @@ -51,26 +51,26 @@ f2: # @f2 i32.and $push3=, $4, $pop2 i32.const $push4=, 1 i32.shr_u $push5=, $pop3, $pop4 - i32.store8 $drop=, 0($pop1), $pop5 + i32.store8 0($pop1), $pop5 i32.const $push6=, 2 i32.add $push7=, $0, $pop6 i32.const $push21=, 254 i32.and $push8=, $3, $pop21 i32.const $push20=, 1 i32.shr_u $push9=, $pop8, $pop20 - i32.store8 $drop=, 0($pop7), $pop9 + i32.store8 0($pop7), $pop9 i32.const $push19=, 1 i32.add $push10=, $0, $pop19 i32.const $push18=, 254 i32.and $push11=, $2, $pop18 i32.const $push17=, 1 i32.shr_u $push12=, $pop11, $pop17 - i32.store8 $drop=, 0($pop10), $pop12 + i32.store8 0($pop10), $pop12 i32.const $push16=, 254 i32.and $push13=, $1, $pop16 i32.const $push15=, 1 i32.shr_u $push14=, $pop13, $pop15 - i32.store8 $drop=, 0($0), $pop14 + i32.store8 0($0), $pop14 # fallthrough-return .endfunc .Lfunc_end1: @@ -90,7 +90,7 @@ f3: # @f3 i32.const $push25=, 255 i32.and $push1=, $8, $pop25 i32.div_u $push3=, $pop2, $pop1 - i32.store8 $drop=, 0($pop5), $pop3 + i32.store8 0($pop5), $pop3 i32.const $push9=, 2 i32.add $push10=, $0, $pop9 i32.const $push24=, 255 @@ -98,7 +98,7 @@ f3: # @f3 i32.const $push23=, 255 i32.and $push6=, $7, $pop23 i32.div_u $push8=, $pop7, $pop6 - i32.store8 $drop=, 0($pop10), $pop8 + i32.store8 0($pop10), $pop8 i32.const $push14=, 1 i32.add $push15=, $0, $pop14 i32.const $push22=, 255 @@ -106,13 +106,13 @@ f3: # @f3 i32.const $push21=, 255 i32.and $push11=, $6, $pop21 i32.div_u $push13=, $pop12, $pop11 - i32.store8 $drop=, 0($pop15), $pop13 + i32.store8 0($pop15), $pop13 i32.const $push20=, 255 i32.and $push17=, $1, $pop20 i32.const $push19=, 255 i32.and $push16=, $5, $pop19 i32.div_u $push18=, $pop17, $pop16 - i32.store8 $drop=, 0($0), $pop18 + i32.store8 0($0), $pop18 # fallthrough-return .endfunc .Lfunc_end2: @@ -132,7 +132,7 @@ main: # @main i32.const $push12=, 16 i32.sub $push29=, $pop11, $pop12 tee_local $push28=, $0=, $pop29 - i32.store $drop=, __stack_pointer($pop13), $pop28 + i32.store __stack_pointer($pop13), $pop28 i32.const $push17=, 12 i32.add $push18=, $0, $pop17 i32.const $push27=, 5 @@ -177,7 +177,7 @@ main: # @main i32.const $push16=, 0 i32.const $push14=, 16 i32.add $push15=, $0, $pop14 - i32.store $drop=, __stack_pointer($pop16), $pop15 + i32.store __stack_pointer($pop16), $pop15 i32.const $push9=, 0 return $pop9 .LBB3_4: # %if.then10 @@ -189,5 +189,5 @@ main: # @main .size main, .Lfunc_end3-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr61306-1.c.s b/test/torture-s/pr61306-1.c.s index 4d9c2a942..1d9242ab9 100644 --- a/test/torture-s/pr61306-1.c.s +++ b/test/torture-s/pr61306-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61306-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61306-1.c" .section .text.fake_bswap32,"ax",@progbits .hidden fake_bswap32 .globl fake_bswap32 @@ -53,5 +53,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr61306-2.c.s b/test/torture-s/pr61306-2.c.s index 2c98c14d4..867f37dfb 100644 --- a/test/torture-s/pr61306-2.c.s +++ b/test/torture-s/pr61306-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61306-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61306-2.c" .section .text.fake_bswap32,"ax",@progbits .hidden fake_bswap32 .globl fake_bswap32 @@ -55,5 +55,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr61306-3.c.s b/test/torture-s/pr61306-3.c.s index 695840e94..dd15a21dd 100644 --- a/test/torture-s/pr61306-3.c.s +++ b/test/torture-s/pr61306-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61306-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61306-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -12,7 +12,7 @@ main: # @main i32.const $push11=, 0 i32.load16_s $push10=, a($pop11) tee_local $push9=, $0=, $pop10 - i32.store8 $drop=, c($pop12), $pop9 + i32.store8 c($pop12), $pop9 i32.const $push8=, 0 i32.const $push0=, 24 i32.shl $push1=, $0, $pop0 @@ -20,7 +20,7 @@ main: # @main i32.shr_s $push2=, $pop1, $pop7 i32.or $push6=, $0, $pop2 tee_local $push5=, $0=, $pop6 - i32.store $drop=, b($pop8), $pop5 + i32.store b($pop8), $pop5 block i32.const $push3=, -1 i32.ne $push4=, $0, $pop3 @@ -63,5 +63,5 @@ b: .size b, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr61375.c.s b/test/torture-s/pr61375.c.s index 78624b93c..5c38d0a5e 100644 --- a/test/torture-s/pr61375.c.s +++ b/test/torture-s/pr61375.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61375.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61375.c" .section .text.uint128_central_bitsi_ior,"ax",@progbits .hidden uint128_central_bitsi_ior .globl uint128_central_bitsi_ior @@ -49,5 +49,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr61673.c.s b/test/torture-s/pr61673.c.s index cb36f06c1..fe6e10663 100644 --- a/test/torture-s/pr61673.c.s +++ b/test/torture-s/pr61673.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61673.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61673.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -42,7 +42,7 @@ foo: # @foo br_if 0, $pop1 # 0: down to label2 # BB#1: # %if.then i32.const $push2=, 0 - i32.store8 $drop=, e($pop2), $0 + i32.store8 e($pop2), $0 .LBB1_2: # %if.end end_block # label2: call bar@FUNCTION, $0 @@ -66,7 +66,7 @@ baz: # @baz br_if 0, $pop1 # 0: down to label3 # BB#1: # %if.then i32.const $push2=, 0 - i32.store8 $drop=, e($pop2), $0 + i32.store8 e($pop2), $0 .LBB2_2: # %if.end end_block # label3: # fallthrough-return @@ -83,7 +83,7 @@ main: # @main # BB#0: # %entry i32.const $push19=, 0 i32.const $push0=, 33 - i32.store8 $drop=, e($pop19), $pop0 + i32.store8 e($pop19), $pop0 i32.const $push1=, main.c call foo@FUNCTION, $pop1 block @@ -103,7 +103,7 @@ main: # @main # BB#2: # %if.end6 i32.const $push23=, 0 i32.const $push8=, 33 - i32.store8 $drop=, e($pop23), $pop8 + i32.store8 e($pop23), $pop8 i32.const $push9=, main.c call baz@FUNCTION, $pop9 i32.const $push22=, 0 @@ -145,5 +145,5 @@ main.c: .size main.c, 2 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr61725.c.s b/test/torture-s/pr61725.c.s index 3b0f7cb09..71141cefc 100644 --- a/test/torture-s/pr61725.c.s +++ b/test/torture-s/pr61725.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61725.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr61725.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr63209.c.s b/test/torture-s/pr63209.c.s index 95cc3a1f0..7679a0e6d 100644 --- a/test/torture-s/pr63209.c.s +++ b/test/torture-s/pr63209.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr63209.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr63209.c" .section .text.Predictor,"ax",@progbits .hidden Predictor .globl Predictor @@ -57,4 +57,4 @@ main.top: .size main.top, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pr63302.c.s b/test/torture-s/pr63302.c.s index 743b74179..d4f7cf6b2 100644 --- a/test/torture-s/pr63302.c.s +++ b/test/torture-s/pr63302.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr63302.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr63302.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -161,5 +161,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr63659.c.s b/test/torture-s/pr63659.c.s index eeeed7c18..7a7696728 100644 --- a/test/torture-s/pr63659.c.s +++ b/test/torture-s/pr63659.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr63659.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr63659.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -16,7 +16,7 @@ main: # @main # BB#1: # %for.cond i32.const $push10=, 0 i32.const $push9=, 0 - i32.store $drop=, a($pop10), $pop9 + i32.store a($pop10), $pop9 .LBB0_2: # %while.end end_block # label0: i32.const $push15=, 0 @@ -26,7 +26,7 @@ main: # @main i32.load $push1=, h($pop13) i32.shr_s $push12=, $pop2, $pop1 tee_local $push11=, $0=, $pop12 - i32.store $drop=, g($pop15), $pop11 + i32.store g($pop15), $pop11 i32.const $1=, 255 block i32.eqz $push24=, $0 @@ -40,11 +40,11 @@ main: # @main i32.load $push5=, d($pop21) i32.const $push20=, 255 i32.and $push4=, $1, $pop20 - i32.store $drop=, 0($pop5), $pop4 + i32.store 0($pop5), $pop4 i32.const $push19=, 0 - i32.store8 $drop=, e($pop19), $1 + i32.store8 e($pop19), $1 i32.const $push18=, 0 - i32.store8 $drop=, f($pop18), $1 + i32.store8 f($pop18), $1 block i32.const $push17=, 0 i32.load $push6=, b($pop17) @@ -142,5 +142,5 @@ e: .size e, 1 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pr7284-1.c.s b/test/torture-s/pr7284-1.c.s index 26ae766e4..5f383a580 100644 --- a/test/torture-s/pr7284-1.c.s +++ b/test/torture-s/pr7284-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr7284-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr7284-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -54,6 +54,6 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/printf-1.c.s b/test/torture-s/printf-1.c.s index 9a952a0f9..8a27bc701 100644 --- a/test/torture-s/printf-1.c.s +++ b/test/torture-s/printf-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/printf-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/printf-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push44=, 176 i32.sub $push74=, $pop43, $pop44 tee_local $push73=, $0=, $pop74 - i32.store $drop=, __stack_pointer($pop45), $pop73 + i32.store __stack_pointer($pop45), $pop73 i32.const $push72=, .Lstr i32.const $push71=, 0 i32.call $drop=, printf@FUNCTION, $pop72, $pop71 @@ -45,13 +45,13 @@ main: # @main br_if 0, $pop12 # 0: down to label0 # BB#3: # %if.end16 i32.const $push13=, .Lstr - i32.store $drop=, 160($0), $pop13 + i32.store 160($0), $pop13 i32.const $push79=, .L.str.4 i32.const $push49=, 160 i32.add $push50=, $0, $pop49 i32.call $drop=, printf@FUNCTION, $pop79, $pop50 i32.const $push78=, .Lstr - i32.store $drop=, 144($0), $pop78 + i32.store 144($0), $pop78 i32.const $push77=, .L.str.4 i32.const $push51=, 144 i32.add $push52=, $0, $pop51 @@ -61,13 +61,13 @@ main: # @main br_if 0, $pop16 # 0: down to label0 # BB#4: # %if.end21 i32.const $push17=, .L.str.1 - i32.store $drop=, 128($0), $pop17 + i32.store 128($0), $pop17 i32.const $push82=, .L.str.4 i32.const $push53=, 128 i32.add $push54=, $0, $pop53 i32.call $drop=, printf@FUNCTION, $pop82, $pop54 i32.const $push81=, .L.str.1 - i32.store $drop=, 112($0), $pop81 + i32.store 112($0), $pop81 i32.const $push80=, .L.str.4 i32.const $push55=, 112 i32.add $push56=, $0, $pop55 @@ -79,7 +79,7 @@ main: # @main i32.const $push21=, 97 i32.call $drop=, putchar@FUNCTION, $pop21 i32.const $push22=, .L.str.2 - i32.store $drop=, 96($0), $pop22 + i32.store 96($0), $pop22 i32.const $push83=, .L.str.4 i32.const $push57=, 96 i32.add $push58=, $0, $pop57 @@ -89,13 +89,13 @@ main: # @main br_if 0, $pop25 # 0: down to label0 # BB#6: # %if.end31 i32.const $push26=, .L.str.3 - i32.store $drop=, 80($0), $pop26 + i32.store 80($0), $pop26 i32.const $push86=, .L.str.4 i32.const $push59=, 80 i32.add $push60=, $0, $pop59 i32.call $drop=, printf@FUNCTION, $pop86, $pop60 i32.const $push85=, .L.str.3 - i32.store $drop=, 64($0), $pop85 + i32.store 64($0), $pop85 i32.const $push84=, .L.str.4 i32.const $push61=, 64 i32.add $push62=, $0, $pop61 @@ -105,7 +105,7 @@ main: # @main i32.const $push28=, 120 i32.call $drop=, putchar@FUNCTION, $pop28 i32.const $push87=, 120 - i32.store $drop=, 48($0), $pop87 + i32.store 48($0), $pop87 i32.const $push29=, .L.str.5 i32.const $push63=, 48 i32.add $push64=, $0, $pop63 @@ -117,7 +117,7 @@ main: # @main i32.const $push33=, .L.str.1 i32.call $drop=, puts@FUNCTION, $pop33 i32.const $push88=, .L.str.1 - i32.store $drop=, 32($0), $pop88 + i32.store 32($0), $pop88 i32.const $push34=, .L.str.6 i32.const $push65=, 32 i32.add $push66=, $0, $pop65 @@ -127,13 +127,13 @@ main: # @main br_if 0, $pop37 # 0: down to label0 # BB#9: # %if.end46 i32.const $push91=, 0 - i32.store $drop=, 16($0), $pop91 + i32.store 16($0), $pop91 i32.const $push38=, .L.str.7 i32.const $push67=, 16 i32.add $push68=, $0, $pop67 i32.call $drop=, printf@FUNCTION, $pop38, $pop68 i32.const $push90=, 0 - i32.store $drop=, 0($0), $pop90 + i32.store 0($0), $pop90 i32.const $push89=, .L.str.7 i32.call $push39=, printf@FUNCTION, $pop89, $0 i32.const $push40=, 2 @@ -143,7 +143,7 @@ main: # @main i32.const $push48=, 0 i32.const $push46=, 176 i32.add $push47=, $0, $pop46 - i32.store $drop=, __stack_pointer($pop48), $pop47 + i32.store __stack_pointer($pop48), $pop47 i32.const $push92=, 0 return $pop92 .LBB0_11: # %if.then50 @@ -196,7 +196,7 @@ main: # @main .size .Lstr, 6 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype printf, i32, i32 .functype abort, void .functype puts, i32, i32 diff --git a/test/torture-s/printf-chk-1.c.s b/test/torture-s/printf-chk-1.c.s index 60aff3d4d..fee15b6c9 100644 --- a/test/torture-s/printf-chk-1.c.s +++ b/test/torture-s/printf-chk-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/printf-chk-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/printf-chk-1.c" .section .text.__printf_chk,"ax",@progbits .hidden __printf_chk .globl __printf_chk @@ -15,7 +15,7 @@ __printf_chk: # @__printf_chk i32.const $push4=, 16 i32.sub $push11=, $pop3, $pop4 tee_local $push10=, $3=, $pop11 - i32.store $drop=, __stack_pointer($pop5), $pop10 + i32.store __stack_pointer($pop5), $pop10 block i32.const $push9=, 0 i32.load $push0=, should_optimize($pop9) @@ -23,13 +23,13 @@ __printf_chk: # @__printf_chk # BB#1: # %if.end i32.const $push12=, 0 i32.const $push1=, 1 - i32.store $drop=, should_optimize($pop12), $pop1 - i32.store $drop=, 12($3), $2 + i32.store should_optimize($pop12), $pop1 + i32.store 12($3), $2 i32.call $2=, vprintf@FUNCTION, $1, $2 i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $3, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 return $2 .LBB0_2: # %if.then end_block # label0: @@ -53,10 +53,10 @@ main: # @main i32.const $push55=, 224 i32.sub $push92=, $pop54, $pop55 tee_local $push91=, $0=, $pop92 - i32.store $drop=, __stack_pointer($pop56), $pop91 + i32.store __stack_pointer($pop56), $pop91 i32.const $push90=, 0 i32.const $push89=, 0 - i32.store $drop=, should_optimize($pop90), $pop89 + i32.store should_optimize($pop90), $pop89 i32.const $push88=, .L.str i32.const $push87=, 0 i32.call $drop=, __printf_chk@FUNCTION, $0, $pop88, $pop87 @@ -68,7 +68,7 @@ main: # @main # BB#1: # %if.end i32.const $push96=, 0 i32.const $push95=, 0 - i32.store $drop=, should_optimize($pop96), $pop95 + i32.store should_optimize($pop96), $pop95 i32.const $push94=, .L.str i32.const $push93=, 0 i32.call $push1=, __printf_chk@FUNCTION, $0, $pop94, $pop93 @@ -83,7 +83,7 @@ main: # @main # BB#3: # %if.end6 i32.const $push101=, 0 i32.const $push5=, 1 - i32.store $drop=, should_optimize($pop101), $pop5 + i32.store should_optimize($pop101), $pop5 i32.const $push100=, .L.str.1 i32.const $push99=, 0 i32.call $drop=, __printf_chk@FUNCTION, $0, $pop100, $pop99 @@ -94,7 +94,7 @@ main: # @main # BB#4: # %if.end10 i32.const $push105=, 0 i32.const $push104=, 0 - i32.store $drop=, should_optimize($pop105), $pop104 + i32.store should_optimize($pop105), $pop104 i32.const $push103=, .L.str.1 i32.const $push102=, 0 i32.call $push7=, __printf_chk@FUNCTION, $0, $pop103, $pop102 @@ -109,7 +109,7 @@ main: # @main # BB#6: # %if.end17 i32.const $push111=, 0 i32.const $push110=, 1 - i32.store $drop=, should_optimize($pop111), $pop110 + i32.store should_optimize($pop111), $pop110 i32.const $push109=, .L.str.2 i32.const $push108=, 0 i32.call $drop=, __printf_chk@FUNCTION, $0, $pop109, $pop108 @@ -120,7 +120,7 @@ main: # @main # BB#7: # %if.end21 i32.const $push116=, 0 i32.const $push115=, 0 - i32.store $drop=, should_optimize($pop116), $pop115 + i32.store should_optimize($pop116), $pop115 i32.const $push114=, .L.str.2 i32.const $push113=, 0 i32.call $push12=, __printf_chk@FUNCTION, $0, $pop114, $pop113 @@ -135,7 +135,7 @@ main: # @main # BB#9: # %if.end28 i32.const $push121=, 0 i32.const $push15=, 1 - i32.store $drop=, should_optimize($pop121), $pop15 + i32.store should_optimize($pop121), $pop15 i32.const $push120=, .L.str.3 i32.const $push119=, 0 i32.call $drop=, __printf_chk@FUNCTION, $0, $pop120, $pop119 @@ -146,7 +146,7 @@ main: # @main # BB#10: # %if.end32 i32.const $push125=, 0 i32.const $push124=, 0 - i32.store $drop=, should_optimize($pop125), $pop124 + i32.store should_optimize($pop125), $pop124 i32.const $push123=, .L.str.3 i32.const $push122=, 0 i32.call $push17=, __printf_chk@FUNCTION, $0, $pop123, $pop122 @@ -158,10 +158,10 @@ main: # @main br_if 0, $pop204 # 0: down to label1 # BB#12: # %if.end39 i32.const $push131=, .L.str - i32.store $drop=, 208($0), $pop131 + i32.store 208($0), $pop131 i32.const $push130=, 0 i32.const $push129=, 0 - i32.store $drop=, should_optimize($pop130), $pop129 + i32.store should_optimize($pop130), $pop129 i32.const $push128=, .L.str.4 i32.const $push60=, 208 i32.add $push61=, $0, $pop60 @@ -172,10 +172,10 @@ main: # @main br_if 0, $pop205 # 0: down to label1 # BB#13: # %if.end43 i32.const $push135=, .L.str - i32.store $drop=, 192($0), $pop135 + i32.store 192($0), $pop135 i32.const $push134=, 0 i32.const $push133=, 0 - i32.store $drop=, should_optimize($pop134), $pop133 + i32.store should_optimize($pop134), $pop133 i32.const $push132=, .L.str.4 i32.const $push62=, 192 i32.add $push63=, $0, $pop62 @@ -191,9 +191,9 @@ main: # @main # BB#15: # %if.end50 i32.const $push140=, 0 i32.const $push24=, 1 - i32.store $drop=, should_optimize($pop140), $pop24 + i32.store should_optimize($pop140), $pop24 i32.const $push139=, .L.str.1 - i32.store $drop=, 176($0), $pop139 + i32.store 176($0), $pop139 i32.const $push138=, .L.str.4 i32.const $push64=, 176 i32.add $push65=, $0, $pop64 @@ -204,10 +204,10 @@ main: # @main br_if 0, $pop207 # 0: down to label1 # BB#16: # %if.end54 i32.const $push144=, .L.str.1 - i32.store $drop=, 160($0), $pop144 + i32.store 160($0), $pop144 i32.const $push143=, 0 i32.const $push142=, 0 - i32.store $drop=, should_optimize($pop143), $pop142 + i32.store should_optimize($pop143), $pop142 i32.const $push141=, .L.str.4 i32.const $push66=, 160 i32.add $push67=, $0, $pop66 @@ -223,9 +223,9 @@ main: # @main # BB#18: # %if.end61 i32.const $push150=, 0 i32.const $push149=, 1 - i32.store $drop=, should_optimize($pop150), $pop149 + i32.store should_optimize($pop150), $pop149 i32.const $push148=, .L.str.2 - i32.store $drop=, 144($0), $pop148 + i32.store 144($0), $pop148 i32.const $push147=, .L.str.4 i32.const $push68=, 144 i32.add $push69=, $0, $pop68 @@ -236,10 +236,10 @@ main: # @main br_if 0, $pop209 # 0: down to label1 # BB#19: # %if.end65 i32.const $push155=, .L.str.2 - i32.store $drop=, 128($0), $pop155 + i32.store 128($0), $pop155 i32.const $push154=, 0 i32.const $push153=, 0 - i32.store $drop=, should_optimize($pop154), $pop153 + i32.store should_optimize($pop154), $pop153 i32.const $push152=, .L.str.4 i32.const $push70=, 128 i32.add $push71=, $0, $pop70 @@ -255,9 +255,9 @@ main: # @main # BB#21: # %if.end72 i32.const $push160=, 0 i32.const $push34=, 1 - i32.store $drop=, should_optimize($pop160), $pop34 + i32.store should_optimize($pop160), $pop34 i32.const $push159=, .L.str.3 - i32.store $drop=, 112($0), $pop159 + i32.store 112($0), $pop159 i32.const $push158=, .L.str.4 i32.const $push72=, 112 i32.add $push73=, $0, $pop72 @@ -268,10 +268,10 @@ main: # @main br_if 0, $pop211 # 0: down to label1 # BB#22: # %if.end76 i32.const $push164=, .L.str.3 - i32.store $drop=, 96($0), $pop164 + i32.store 96($0), $pop164 i32.const $push163=, 0 i32.const $push162=, 0 - i32.store $drop=, should_optimize($pop163), $pop162 + i32.store should_optimize($pop163), $pop162 i32.const $push161=, .L.str.4 i32.const $push74=, 96 i32.add $push75=, $0, $pop74 @@ -285,9 +285,9 @@ main: # @main # BB#24: # %if.end83 i32.const $push170=, 0 i32.const $push169=, 1 - i32.store $drop=, should_optimize($pop170), $pop169 + i32.store should_optimize($pop170), $pop169 i32.const $push168=, 120 - i32.store $drop=, 80($0), $pop168 + i32.store 80($0), $pop168 i32.const $push167=, .L.str.5 i32.const $push76=, 80 i32.add $push77=, $0, $pop76 @@ -298,10 +298,10 @@ main: # @main br_if 0, $pop213 # 0: down to label1 # BB#25: # %if.end87 i32.const $push175=, 120 - i32.store $drop=, 64($0), $pop175 + i32.store 64($0), $pop175 i32.const $push174=, 0 i32.const $push173=, 0 - i32.store $drop=, should_optimize($pop174), $pop173 + i32.store should_optimize($pop174), $pop173 i32.const $push172=, .L.str.5 i32.const $push78=, 64 i32.add $push79=, $0, $pop78 @@ -317,9 +317,9 @@ main: # @main # BB#27: # %if.end94 i32.const $push180=, 0 i32.const $push42=, 1 - i32.store $drop=, should_optimize($pop180), $pop42 + i32.store should_optimize($pop180), $pop42 i32.const $push179=, .L.str.1 - i32.store $drop=, 48($0), $pop179 + i32.store 48($0), $pop179 i32.const $push178=, .L.str.6 i32.const $push80=, 48 i32.add $push81=, $0, $pop80 @@ -330,10 +330,10 @@ main: # @main br_if 0, $pop215 # 0: down to label1 # BB#28: # %if.end98 i32.const $push184=, .L.str.1 - i32.store $drop=, 32($0), $pop184 + i32.store 32($0), $pop184 i32.const $push183=, 0 i32.const $push182=, 0 - i32.store $drop=, should_optimize($pop183), $pop182 + i32.store should_optimize($pop183), $pop182 i32.const $push181=, .L.str.6 i32.const $push82=, 32 i32.add $push83=, $0, $pop82 @@ -348,10 +348,10 @@ main: # @main br_if 0, $pop216 # 0: down to label1 # BB#30: # %if.end105 i32.const $push190=, 0 - i32.store $drop=, 16($0), $pop190 + i32.store 16($0), $pop190 i32.const $push189=, 0 i32.const $push188=, 0 - i32.store $drop=, should_optimize($pop189), $pop188 + i32.store should_optimize($pop189), $pop188 i32.const $push187=, .L.str.7 i32.const $push84=, 16 i32.add $push85=, $0, $pop84 @@ -362,10 +362,10 @@ main: # @main br_if 0, $pop217 # 0: down to label1 # BB#31: # %if.end109 i32.const $push194=, 0 - i32.store $drop=, 0($0), $pop194 + i32.store 0($0), $pop194 i32.const $push193=, 0 i32.const $push192=, 0 - i32.store $drop=, should_optimize($pop193), $pop192 + i32.store should_optimize($pop193), $pop192 i32.const $push191=, .L.str.7 i32.call $push49=, __printf_chk@FUNCTION, $0, $pop191, $0 i32.const $push50=, 2 @@ -380,7 +380,7 @@ main: # @main i32.const $push59=, 0 i32.const $push57=, 224 i32.add $push58=, $0, $pop57 - i32.store $drop=, __stack_pointer($pop59), $pop58 + i32.store __stack_pointer($pop59), $pop58 i32.const $push196=, 0 return $pop196 .LBB1_34: # %if.then115 @@ -442,6 +442,6 @@ should_optimize: .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype vprintf, i32, i32, i32 diff --git a/test/torture-s/pta-field-1.c.s b/test/torture-s/pta-field-1.c.s index df84ab618..01523eb24 100644 --- a/test/torture-s/pta-field-1.c.s +++ b/test/torture-s/pta-field-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pta-field-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pta-field-1.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -9,7 +9,7 @@ bar: # @bar # BB#0: # %entry i32.load $push0=, 4($0) i32.const $push1=, 0 - i32.store $drop=, 0($pop0), $pop1 + i32.store 0($pop0), $pop1 # fallthrough-return .endfunc .Lfunc_end0: @@ -29,15 +29,15 @@ foo: # @foo i32.const $push4=, 16 i32.sub $push14=, $pop3, $pop4 tee_local $push13=, $1=, $pop14 - i32.store $drop=, __stack_pointer($pop5), $pop13 + i32.store __stack_pointer($pop5), $pop13 i32.const $push0=, 1 - i32.store $drop=, 4($1), $pop0 + i32.store 4($1), $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($1), $pop1 - i32.store $drop=, 12($1), $1 + i32.store 0($1), $pop1 + i32.store 12($1), $1 i32.const $push9=, 4 i32.add $push10=, $1, $pop9 - i32.store $drop=, 8($1), $pop10 + i32.store 8($1), $pop10 i32.const $push11=, 8 i32.add $push12=, $1, $pop11 call bar@FUNCTION, $pop12 @@ -45,7 +45,7 @@ foo: # @foo i32.const $push8=, 0 i32.const $push6=, 16 i32.add $push7=, $1, $pop6 - i32.store $drop=, __stack_pointer($pop8), $pop7 + i32.store __stack_pointer($pop8), $pop7 copy_local $push15=, $0 # fallthrough-return: $pop15 .endfunc @@ -66,15 +66,15 @@ main: # @main i32.const $push6=, 16 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $0=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 i32.const $push0=, 1 - i32.store $drop=, 4($0), $pop0 + i32.store 4($0), $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 - i32.store $drop=, 12($0), $0 + i32.store 0($0), $pop1 + i32.store 12($0), $0 i32.const $push11=, 4 i32.add $push12=, $0, $pop11 - i32.store $drop=, 8($0), $pop12 + i32.store 8($0), $pop12 i32.const $push13=, 8 i32.add $push14=, $0, $pop13 call bar@FUNCTION, $pop14 @@ -85,7 +85,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 return $pop3 .LBB2_2: # %if.then @@ -97,5 +97,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/pta-field-2.c.s b/test/torture-s/pta-field-2.c.s index 69a024d38..7662f6156 100644 --- a/test/torture-s/pta-field-2.c.s +++ b/test/torture-s/pta-field-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pta-field-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pta-field-2.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -11,7 +11,7 @@ bar: # @bar i32.add $push1=, $0, $pop0 i32.load $push2=, 0($pop1) i32.const $push3=, 0 - i32.store $drop=, 0($pop2), $pop3 + i32.store 0($pop2), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -31,15 +31,15 @@ foo: # @foo i32.const $push6=, 16 i32.sub $push16=, $pop5, $pop6 tee_local $push15=, $1=, $pop16 - i32.store $drop=, __stack_pointer($pop7), $pop15 + i32.store __stack_pointer($pop7), $pop15 i32.const $push0=, 1 - i32.store $drop=, 4($1), $pop0 + i32.store 4($1), $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($1), $pop1 - i32.store $drop=, 12($1), $1 + i32.store 0($1), $pop1 + i32.store 12($1), $1 i32.const $push11=, 4 i32.add $push12=, $1, $pop11 - i32.store $drop=, 8($1), $pop12 + i32.store 8($1), $pop12 i32.const $push13=, 8 i32.add $push14=, $1, $pop13 i32.const $push2=, 4 @@ -49,7 +49,7 @@ foo: # @foo i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $1, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 copy_local $push17=, $0 # fallthrough-return: $pop17 .endfunc @@ -70,15 +70,15 @@ main: # @main i32.const $push8=, 16 i32.sub $push18=, $pop7, $pop8 tee_local $push17=, $0=, $pop18 - i32.store $drop=, __stack_pointer($pop9), $pop17 + i32.store __stack_pointer($pop9), $pop17 i32.const $push0=, 1 - i32.store $drop=, 4($0), $pop0 + i32.store 4($0), $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 - i32.store $drop=, 12($0), $0 + i32.store 0($0), $pop1 + i32.store 12($0), $0 i32.const $push13=, 4 i32.add $push14=, $0, $pop13 - i32.store $drop=, 8($0), $pop14 + i32.store 8($0), $pop14 i32.const $push15=, 8 i32.add $push16=, $0, $pop15 i32.const $push2=, 4 @@ -91,7 +91,7 @@ main: # @main i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $0, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 i32.const $push5=, 0 return $pop5 .LBB2_2: # %if.then @@ -103,5 +103,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/ptr-arith-1.c.s b/test/torture-s/ptr-arith-1.c.s index 825b19b93..5da290644 100644 --- a/test/torture-s/ptr-arith-1.c.s +++ b/test/torture-s/ptr-arith-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ptr-arith-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/ptr-arith-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/pure-1.c.s b/test/torture-s/pure-1.c.s index d5dcc2aed..6888878e3 100644 --- a/test/torture-s/pure-1.c.s +++ b/test/torture-s/pure-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pure-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pure-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -53,4 +53,4 @@ i: .size i, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/pushpop_macro.c.s b/test/torture-s/pushpop_macro.c.s index 648ee3c32..4034b944d 100644 --- a/test/torture-s/pushpop_macro.c.s +++ b/test/torture-s/pushpop_macro.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pushpop_macro.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/pushpop_macro.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/regstack-1.c.s b/test/torture-s/regstack-1.c.s index 73207145e..8a80db96a 100644 --- a/test/torture-s/regstack-1.c.s +++ b/test/torture-s/regstack-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/regstack-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/regstack-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push58=, 320 i32.sub $push243=, $pop57, $pop58 tee_local $push242=, $16=, $pop243 - i32.store $drop=, __stack_pointer($pop59), $pop242 + i32.store __stack_pointer($pop59), $pop242 i32.const $push60=, 304 i32.add $push61=, $16, $pop60 i32.const $push0=, 0 @@ -196,9 +196,9 @@ main: # @main i64.const $push31=, -4612248968380809216 call __addtf3@FUNCTION, $16, $pop32, $pop30, $pop181, $pop31 i32.const $push180=, 0 - i64.store $drop=, S+8($pop180), $6 + i64.store S+8($pop180), $6 i32.const $push179=, 0 - i64.store $drop=, S($pop179), $7 + i64.store S($pop179), $7 i32.const $push178=, 0 i32.const $push126=, 176 i32.add $push127=, $16, $pop126 @@ -206,11 +206,11 @@ main: # @main i32.add $push33=, $pop127, $pop177 i64.load $push176=, 0($pop33) tee_local $push175=, $9=, $pop176 - i64.store $drop=, X+8($pop178), $pop175 + i64.store X+8($pop178), $pop175 i32.const $push174=, 0 i64.load $push173=, 176($16) tee_local $push172=, $8=, $pop173 - i64.store $drop=, X($pop174), $pop172 + i64.store X($pop174), $pop172 i32.const $push171=, 0 i32.const $push128=, 96 i32.add $push129=, $16, $pop128 @@ -218,11 +218,11 @@ main: # @main i32.add $push34=, $pop129, $pop170 i64.load $push169=, 0($pop34) tee_local $push168=, $13=, $pop169 - i64.store $drop=, T+8($pop171), $pop168 + i64.store T+8($pop171), $pop168 i32.const $push167=, 0 i64.load $push166=, 96($16) tee_local $push165=, $12=, $pop166 - i64.store $drop=, T($pop167), $pop165 + i64.store T($pop167), $pop165 i32.const $push164=, 0 i32.const $push130=, 64 i32.add $push131=, $16, $pop130 @@ -230,11 +230,11 @@ main: # @main i32.add $push35=, $pop131, $pop163 i64.load $push162=, 0($pop35) tee_local $push161=, $5=, $pop162 - i64.store $drop=, Y+8($pop164), $pop161 + i64.store Y+8($pop164), $pop161 i32.const $push160=, 0 i64.load $push159=, 64($16) tee_local $push158=, $4=, $pop159 - i64.store $drop=, Y($pop160), $pop158 + i64.store Y($pop160), $pop158 i32.const $push157=, 0 i32.const $push132=, 144 i32.add $push133=, $16, $pop132 @@ -242,11 +242,11 @@ main: # @main i32.add $push36=, $pop133, $pop156 i64.load $push155=, 0($pop36) tee_local $push154=, $3=, $pop155 - i64.store $drop=, Z+8($pop157), $pop154 + i64.store Z+8($pop157), $pop154 i32.const $push153=, 0 i64.load $push152=, 144($16) tee_local $push151=, $2=, $pop152 - i64.store $drop=, Z($pop153), $pop151 + i64.store Z($pop153), $pop151 i32.const $push150=, 0 i32.const $push134=, 32 i32.add $push135=, $16, $pop134 @@ -254,21 +254,21 @@ main: # @main i32.add $push37=, $pop135, $pop149 i64.load $push148=, 0($pop37) tee_local $push147=, $15=, $pop148 - i64.store $drop=, R+8($pop150), $pop147 + i64.store R+8($pop150), $pop147 i32.const $push146=, 0 i64.load $push145=, 32($16) tee_local $push144=, $14=, $pop145 - i64.store $drop=, R($pop146), $pop144 + i64.store R($pop146), $pop144 i32.const $push143=, 0 i32.const $push142=, 8 i32.add $push38=, $16, $pop142 i64.load $push141=, 0($pop38) tee_local $push140=, $1=, $pop141 - i64.store $drop=, Y1+8($pop143), $pop140 + i64.store Y1+8($pop143), $pop140 i32.const $push139=, 0 i64.load $push138=, 0($16) tee_local $push137=, $0=, $pop138 - i64.store $drop=, Y1($pop139), $pop137 + i64.store Y1($pop139), $pop137 block i64.const $push136=, 0 i64.const $push39=, 4612354521497075712 @@ -422,6 +422,6 @@ S: .size S, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/restrict-1.c.s b/test/torture-s/restrict-1.c.s index f1b874209..86dfcf897 100644 --- a/test/torture-s/restrict-1.c.s +++ b/test/torture-s/restrict-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/restrict-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/restrict-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -8,11 +8,11 @@ foo: # @foo .param i32, i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, 4($0), $pop0 + i32.store 4($0), $pop0 i32.load $push2=, 0($2) i32.load $push1=, 0($1) i32.add $push3=, $pop2, $pop1 - i32.store $drop=, 0($0), $pop3 + i32.store 0($0), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -31,7 +31,7 @@ bar: # @bar i32.shl $push6=, $pop0, $pop1 tee_local $push5=, $1=, $pop6 i64.extend_u/i32 $push2=, $pop5 - i64.store $drop=, 0($0):p2align=2, $pop2 + i64.store 0($0):p2align=2, $pop2 block i32.const $push3=, 2 i32.ne $push4=, $1, $pop3 @@ -60,5 +60,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/scope-1.c.s b/test/torture-s/scope-1.c.s index 14b5055a1..80f755bf7 100644 --- a/test/torture-s/scope-1.c.s +++ b/test/torture-s/scope-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/scope-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/scope-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -49,6 +49,6 @@ v: .size v, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/shiftdi.c.s b/test/torture-s/shiftdi.c.s index 3133984bc..e60e3c101 100644 --- a/test/torture-s/shiftdi.c.s +++ b/test/torture-s/shiftdi.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/shiftdi.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/shiftdi.c" .section .text.g,"ax",@progbits .hidden g .globl g @@ -21,7 +21,7 @@ g: # @g i64.extend_u/i32 $push9=, $2 i64.shl $push10=, $pop8, $pop9 i64.or $push12=, $pop11, $pop10 - i64.store $drop=, 0($3), $pop12 + i64.store 0($3), $pop12 # fallthrough-return .endfunc .Lfunc_end0: @@ -41,4 +41,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/shiftopt-1.c.s b/test/torture-s/shiftopt-1.c.s index 56a60a9df..a29945ed4 100644 --- a/test/torture-s/shiftopt-1.c.s +++ b/test/torture-s/shiftopt-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/shiftopt-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/shiftopt-1.c" .section .text.utest,"ax",@progbits .hidden utest .globl utest @@ -38,4 +38,4 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/simd-1.c.s b/test/torture-s/simd-1.c.s index f939d0177..86064806b 100644 --- a/test/torture-s/simd-1.c.s +++ b/test/torture-s/simd-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-1.c" .section .text.verify,"ax",@progbits .hidden verify .globl verify @@ -44,7 +44,7 @@ main: # @main i32.load $push1=, i+12($pop279) i32.add $push278=, $pop2, $pop1 tee_local $push277=, $0=, $pop278 - i32.store $drop=, k+12($pop0), $pop277 + i32.store k+12($pop0), $pop277 i32.const $push276=, 0 i32.const $push275=, 0 i32.load $push4=, j+8($pop275) @@ -52,7 +52,7 @@ main: # @main i32.load $push3=, i+8($pop274) i32.add $push273=, $pop4, $pop3 tee_local $push272=, $1=, $pop273 - i32.store $drop=, k+8($pop276), $pop272 + i32.store k+8($pop276), $pop272 i32.const $push271=, 0 i32.const $push270=, 0 i32.load $push6=, j+4($pop270) @@ -60,7 +60,7 @@ main: # @main i32.load $push5=, i+4($pop269) i32.add $push268=, $pop6, $pop5 tee_local $push267=, $2=, $pop268 - i32.store $drop=, k+4($pop271), $pop267 + i32.store k+4($pop271), $pop267 i32.const $push266=, 0 i32.const $push265=, 0 i32.load $push8=, j($pop265) @@ -68,15 +68,15 @@ main: # @main i32.load $push7=, i($pop264) i32.add $push263=, $pop8, $pop7 tee_local $push262=, $3=, $pop263 - i32.store $drop=, k($pop266), $pop262 + i32.store k($pop266), $pop262 i32.const $push261=, 0 - i32.store $drop=, res+12($pop261), $0 + i32.store res+12($pop261), $0 i32.const $push260=, 0 - i32.store $drop=, res+8($pop260), $1 + i32.store res+8($pop260), $1 i32.const $push259=, 0 - i32.store $drop=, res+4($pop259), $2 + i32.store res+4($pop259), $2 i32.const $push258=, 0 - i32.store $drop=, res($pop258), $3 + i32.store res($pop258), $3 i32.const $push12=, 160 i32.const $push11=, 113 i32.const $push10=, 170 @@ -89,7 +89,7 @@ main: # @main i32.load $push13=, i+12($pop255) i32.mul $push254=, $pop14, $pop13 tee_local $push253=, $0=, $pop254 - i32.store $drop=, k+12($pop257), $pop253 + i32.store k+12($pop257), $pop253 i32.const $push252=, 0 i32.const $push251=, 0 i32.load $push16=, j+8($pop251) @@ -97,7 +97,7 @@ main: # @main i32.load $push15=, i+8($pop250) i32.mul $push249=, $pop16, $pop15 tee_local $push248=, $1=, $pop249 - i32.store $drop=, k+8($pop252), $pop248 + i32.store k+8($pop252), $pop248 i32.const $push247=, 0 i32.const $push246=, 0 i32.load $push18=, j+4($pop246) @@ -105,7 +105,7 @@ main: # @main i32.load $push17=, i+4($pop245) i32.mul $push244=, $pop18, $pop17 tee_local $push243=, $2=, $pop244 - i32.store $drop=, k+4($pop247), $pop243 + i32.store k+4($pop247), $pop243 i32.const $push242=, 0 i32.const $push241=, 0 i32.load $push20=, j($pop241) @@ -113,15 +113,15 @@ main: # @main i32.load $push19=, i($pop240) i32.mul $push239=, $pop20, $pop19 tee_local $push238=, $3=, $pop239 - i32.store $drop=, k($pop242), $pop238 + i32.store k($pop242), $pop238 i32.const $push237=, 0 - i32.store $drop=, res+12($pop237), $0 + i32.store res+12($pop237), $0 i32.const $push236=, 0 - i32.store $drop=, res+8($pop236), $1 + i32.store res+8($pop236), $1 i32.const $push235=, 0 - i32.store $drop=, res+4($pop235), $2 + i32.store res+4($pop235), $2 i32.const $push234=, 0 - i32.store $drop=, res($pop234), $3 + i32.store res($pop234), $3 i32.const $push24=, 1500 i32.const $push23=, 1300 i32.const $push22=, 3000 @@ -134,7 +134,7 @@ main: # @main i32.load $push25=, j+12($pop231) i32.div_s $push230=, $pop26, $pop25 tee_local $push229=, $0=, $pop230 - i32.store $drop=, k+12($pop233), $pop229 + i32.store k+12($pop233), $pop229 i32.const $push228=, 0 i32.const $push227=, 0 i32.load $push28=, i+8($pop227) @@ -142,7 +142,7 @@ main: # @main i32.load $push27=, j+8($pop226) i32.div_s $push225=, $pop28, $pop27 tee_local $push224=, $1=, $pop225 - i32.store $drop=, k+8($pop228), $pop224 + i32.store k+8($pop228), $pop224 i32.const $push223=, 0 i32.const $push222=, 0 i32.load $push30=, i+4($pop222) @@ -150,7 +150,7 @@ main: # @main i32.load $push29=, j+4($pop221) i32.div_s $push220=, $pop30, $pop29 tee_local $push219=, $2=, $pop220 - i32.store $drop=, k+4($pop223), $pop219 + i32.store k+4($pop223), $pop219 i32.const $push218=, 0 i32.const $push217=, 0 i32.load $push32=, i($pop217) @@ -158,15 +158,15 @@ main: # @main i32.load $push31=, j($pop216) i32.div_s $push215=, $pop32, $pop31 tee_local $push214=, $3=, $pop215 - i32.store $drop=, k($pop218), $pop214 + i32.store k($pop218), $pop214 i32.const $push213=, 0 - i32.store $drop=, res+12($pop213), $0 + i32.store res+12($pop213), $0 i32.const $push212=, 0 - i32.store $drop=, res+8($pop212), $1 + i32.store res+8($pop212), $1 i32.const $push211=, 0 - i32.store $drop=, res+4($pop211), $2 + i32.store res+4($pop211), $2 i32.const $push210=, 0 - i32.store $drop=, res($pop210), $3 + i32.store res($pop210), $3 i32.const $push35=, 15 i32.const $push34=, 7 i32.const $push209=, 7 @@ -179,7 +179,7 @@ main: # @main i32.load $push36=, i+12($pop206) i32.and $push205=, $pop37, $pop36 tee_local $push204=, $0=, $pop205 - i32.store $drop=, k+12($pop208), $pop204 + i32.store k+12($pop208), $pop204 i32.const $push203=, 0 i32.const $push202=, 0 i32.load $push39=, j+8($pop202) @@ -187,7 +187,7 @@ main: # @main i32.load $push38=, i+8($pop201) i32.and $push200=, $pop39, $pop38 tee_local $push199=, $1=, $pop200 - i32.store $drop=, k+8($pop203), $pop199 + i32.store k+8($pop203), $pop199 i32.const $push198=, 0 i32.const $push197=, 0 i32.load $push41=, j+4($pop197) @@ -195,7 +195,7 @@ main: # @main i32.load $push40=, i+4($pop196) i32.and $push195=, $pop41, $pop40 tee_local $push194=, $2=, $pop195 - i32.store $drop=, k+4($pop198), $pop194 + i32.store k+4($pop198), $pop194 i32.const $push193=, 0 i32.const $push192=, 0 i32.load $push43=, j($pop192) @@ -203,15 +203,15 @@ main: # @main i32.load $push42=, i($pop191) i32.and $push190=, $pop43, $pop42 tee_local $push189=, $3=, $pop190 - i32.store $drop=, k($pop193), $pop189 + i32.store k($pop193), $pop189 i32.const $push188=, 0 - i32.store $drop=, res+12($pop188), $0 + i32.store res+12($pop188), $0 i32.const $push187=, 0 - i32.store $drop=, res+8($pop187), $1 + i32.store res+8($pop187), $1 i32.const $push186=, 0 - i32.store $drop=, res+4($pop186), $2 + i32.store res+4($pop186), $2 i32.const $push185=, 0 - i32.store $drop=, res($pop185), $3 + i32.store res($pop185), $3 i32.const $push47=, 2 i32.const $push46=, 4 i32.const $push45=, 20 @@ -224,7 +224,7 @@ main: # @main i32.load $push48=, i+12($pop182) i32.or $push181=, $pop49, $pop48 tee_local $push180=, $0=, $pop181 - i32.store $drop=, k+12($pop184), $pop180 + i32.store k+12($pop184), $pop180 i32.const $push179=, 0 i32.const $push178=, 0 i32.load $push51=, j+8($pop178) @@ -232,7 +232,7 @@ main: # @main i32.load $push50=, i+8($pop177) i32.or $push176=, $pop51, $pop50 tee_local $push175=, $1=, $pop176 - i32.store $drop=, k+8($pop179), $pop175 + i32.store k+8($pop179), $pop175 i32.const $push174=, 0 i32.const $push173=, 0 i32.load $push53=, j+4($pop173) @@ -240,7 +240,7 @@ main: # @main i32.load $push52=, i+4($pop172) i32.or $push171=, $pop53, $pop52 tee_local $push170=, $2=, $pop171 - i32.store $drop=, k+4($pop174), $pop170 + i32.store k+4($pop174), $pop170 i32.const $push169=, 0 i32.const $push168=, 0 i32.load $push55=, j($pop168) @@ -248,15 +248,15 @@ main: # @main i32.load $push54=, i($pop167) i32.or $push166=, $pop55, $pop54 tee_local $push165=, $3=, $pop166 - i32.store $drop=, k($pop169), $pop165 + i32.store k($pop169), $pop165 i32.const $push164=, 0 - i32.store $drop=, res+12($pop164), $0 + i32.store res+12($pop164), $0 i32.const $push163=, 0 - i32.store $drop=, res+8($pop163), $1 + i32.store res+8($pop163), $1 i32.const $push162=, 0 - i32.store $drop=, res+4($pop162), $2 + i32.store res+4($pop162), $2 i32.const $push161=, 0 - i32.store $drop=, res($pop161), $3 + i32.store res($pop161), $3 i32.const $push59=, 158 i32.const $push58=, 109 i32.const $push57=, 150 @@ -269,7 +269,7 @@ main: # @main i32.load $push60=, j+12($pop158) i32.xor $push157=, $pop61, $pop60 tee_local $push156=, $0=, $pop157 - i32.store $drop=, k+12($pop160), $pop156 + i32.store k+12($pop160), $pop156 i32.const $push155=, 0 i32.const $push154=, 0 i32.load $push63=, i+8($pop154) @@ -277,7 +277,7 @@ main: # @main i32.load $push62=, j+8($pop153) i32.xor $push152=, $pop63, $pop62 tee_local $push151=, $1=, $pop152 - i32.store $drop=, k+8($pop155), $pop151 + i32.store k+8($pop155), $pop151 i32.const $push150=, 0 i32.const $push149=, 0 i32.load $push65=, i+4($pop149) @@ -285,7 +285,7 @@ main: # @main i32.load $push64=, j+4($pop148) i32.xor $push147=, $pop65, $pop64 tee_local $push146=, $2=, $pop147 - i32.store $drop=, k+4($pop150), $pop146 + i32.store k+4($pop150), $pop146 i32.const $push145=, 0 i32.const $push144=, 0 i32.load $push67=, i($pop144) @@ -293,15 +293,15 @@ main: # @main i32.load $push66=, j($pop143) i32.xor $push142=, $pop67, $pop66 tee_local $push141=, $3=, $pop142 - i32.store $drop=, k($pop145), $pop141 + i32.store k($pop145), $pop141 i32.const $push140=, 0 - i32.store $drop=, res+12($pop140), $0 + i32.store res+12($pop140), $0 i32.const $push139=, 0 - i32.store $drop=, res+8($pop139), $1 + i32.store res+8($pop139), $1 i32.const $push138=, 0 - i32.store $drop=, res+4($pop138), $2 + i32.store res+4($pop138), $2 i32.const $push137=, 0 - i32.store $drop=, res($pop137), $3 + i32.store res($pop137), $3 i32.const $push71=, 156 i32.const $push70=, 105 i32.const $push69=, 130 @@ -313,36 +313,36 @@ main: # @main i32.load $push72=, i+12($pop134) i32.sub $push133=, $pop135, $pop72 tee_local $push132=, $0=, $pop133 - i32.store $drop=, k+12($pop136), $pop132 + i32.store k+12($pop136), $pop132 i32.const $push131=, 0 i32.const $push130=, 0 i32.const $push129=, 0 i32.load $push73=, i+8($pop129) i32.sub $push128=, $pop130, $pop73 tee_local $push127=, $1=, $pop128 - i32.store $drop=, k+8($pop131), $pop127 + i32.store k+8($pop131), $pop127 i32.const $push126=, 0 i32.const $push125=, 0 i32.const $push124=, 0 i32.load $push74=, i+4($pop124) i32.sub $push123=, $pop125, $pop74 tee_local $push122=, $2=, $pop123 - i32.store $drop=, k+4($pop126), $pop122 + i32.store k+4($pop126), $pop122 i32.const $push121=, 0 i32.const $push120=, 0 i32.const $push119=, 0 i32.load $push75=, i($pop119) i32.sub $push118=, $pop120, $pop75 tee_local $push117=, $3=, $pop118 - i32.store $drop=, k($pop121), $pop117 + i32.store k($pop121), $pop117 i32.const $push116=, 0 - i32.store $drop=, res+12($pop116), $0 + i32.store res+12($pop116), $0 i32.const $push115=, 0 - i32.store $drop=, res+8($pop115), $1 + i32.store res+8($pop115), $1 i32.const $push114=, 0 - i32.store $drop=, res+4($pop114), $2 + i32.store res+4($pop114), $2 i32.const $push113=, 0 - i32.store $drop=, res($pop113), $3 + i32.store res($pop113), $3 i32.const $push78=, -150 i32.const $push77=, -100 i32.const $push112=, -150 @@ -354,36 +354,36 @@ main: # @main i32.const $push80=, -1 i32.xor $push109=, $pop79, $pop80 tee_local $push108=, $0=, $pop109 - i32.store $drop=, k+12($pop111), $pop108 + i32.store k+12($pop111), $pop108 i32.const $push107=, 0 i32.const $push106=, 0 i32.load $push81=, i+8($pop106) i32.const $push105=, -1 i32.xor $push104=, $pop81, $pop105 tee_local $push103=, $1=, $pop104 - i32.store $drop=, k+8($pop107), $pop103 + i32.store k+8($pop107), $pop103 i32.const $push102=, 0 i32.const $push101=, 0 i32.load $push82=, i+4($pop101) i32.const $push100=, -1 i32.xor $push99=, $pop82, $pop100 tee_local $push98=, $2=, $pop99 - i32.store $drop=, k+4($pop102), $pop98 + i32.store k+4($pop102), $pop98 i32.const $push97=, 0 i32.const $push96=, 0 i32.load $push83=, i($pop96) i32.const $push95=, -1 i32.xor $push94=, $pop83, $pop95 tee_local $push93=, $3=, $pop94 - i32.store $drop=, k($pop97), $pop93 + i32.store k($pop97), $pop93 i32.const $push92=, 0 - i32.store $drop=, res+12($pop92), $0 + i32.store res+12($pop92), $0 i32.const $push91=, 0 - i32.store $drop=, res+8($pop91), $1 + i32.store res+8($pop91), $1 i32.const $push90=, 0 - i32.store $drop=, res+4($pop90), $2 + i32.store res+4($pop90), $2 i32.const $push89=, 0 - i32.store $drop=, res($pop89), $3 + i32.store res($pop89), $3 i32.const $push86=, -151 i32.const $push85=, -101 i32.const $push88=, -151 @@ -439,6 +439,6 @@ res: .size res, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/simd-2.c.s b/test/torture-s/simd-2.c.s index 649c1f129..42daaaef6 100644 --- a/test/torture-s/simd-2.c.s +++ b/test/torture-s/simd-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-2.c" .section .text.verify,"ax",@progbits .hidden verify .globl verify @@ -44,7 +44,7 @@ main: # @main i32.load16_u $push1=, i+14($pop655) i32.add $push654=, $pop2, $pop1 tee_local $push653=, $0=, $pop654 - i32.store16 $drop=, k+14($pop0), $pop653 + i32.store16 k+14($pop0), $pop653 i32.const $push652=, 0 i32.const $push651=, 0 i32.load16_u $push4=, j+12($pop651) @@ -52,7 +52,7 @@ main: # @main i32.load16_u $push3=, i+12($pop650) i32.add $push649=, $pop4, $pop3 tee_local $push648=, $1=, $pop649 - i32.store16 $drop=, k+12($pop652), $pop648 + i32.store16 k+12($pop652), $pop648 i32.const $push647=, 0 i32.const $push646=, 0 i32.load16_u $push6=, j+10($pop646) @@ -60,7 +60,7 @@ main: # @main i32.load16_u $push5=, i+10($pop645) i32.add $push644=, $pop6, $pop5 tee_local $push643=, $2=, $pop644 - i32.store16 $drop=, k+10($pop647), $pop643 + i32.store16 k+10($pop647), $pop643 i32.const $push642=, 0 i32.const $push641=, 0 i32.load16_u $push8=, j+8($pop641) @@ -68,7 +68,7 @@ main: # @main i32.load16_u $push7=, i+8($pop640) i32.add $push639=, $pop8, $pop7 tee_local $push638=, $3=, $pop639 - i32.store16 $drop=, k+8($pop642), $pop638 + i32.store16 k+8($pop642), $pop638 i32.const $push637=, 0 i32.const $push636=, 0 i32.load16_u $push10=, j+6($pop636) @@ -76,7 +76,7 @@ main: # @main i32.load16_u $push9=, i+6($pop635) i32.add $push634=, $pop10, $pop9 tee_local $push633=, $4=, $pop634 - i32.store16 $drop=, k+6($pop637), $pop633 + i32.store16 k+6($pop637), $pop633 i32.const $push632=, 0 i32.const $push631=, 0 i32.load16_u $push12=, j+4($pop631) @@ -84,7 +84,7 @@ main: # @main i32.load16_u $push11=, i+4($pop630) i32.add $push629=, $pop12, $pop11 tee_local $push628=, $5=, $pop629 - i32.store16 $drop=, k+4($pop632), $pop628 + i32.store16 k+4($pop632), $pop628 i32.const $push627=, 0 i32.const $push626=, 0 i32.load16_u $push14=, j+2($pop626) @@ -92,7 +92,7 @@ main: # @main i32.load16_u $push13=, i+2($pop625) i32.add $push624=, $pop14, $pop13 tee_local $push623=, $6=, $pop624 - i32.store16 $drop=, k+2($pop627), $pop623 + i32.store16 k+2($pop627), $pop623 i32.const $push622=, 0 i32.const $push621=, 0 i32.load16_u $push16=, j($pop621) @@ -100,23 +100,23 @@ main: # @main i32.load16_u $push15=, i($pop620) i32.add $push619=, $pop16, $pop15 tee_local $push618=, $7=, $pop619 - i32.store16 $drop=, k($pop622), $pop618 + i32.store16 k($pop622), $pop618 i32.const $push617=, 0 - i32.store16 $drop=, res+14($pop617), $0 + i32.store16 res+14($pop617), $0 i32.const $push616=, 0 - i32.store16 $drop=, res+12($pop616), $1 + i32.store16 res+12($pop616), $1 i32.const $push615=, 0 - i32.store16 $drop=, res+10($pop615), $2 + i32.store16 res+10($pop615), $2 i32.const $push614=, 0 - i32.store16 $drop=, res+8($pop614), $3 + i32.store16 res+8($pop614), $3 i32.const $push613=, 0 - i32.store16 $drop=, res+6($pop613), $4 + i32.store16 res+6($pop613), $4 i32.const $push612=, 0 - i32.store16 $drop=, res+4($pop612), $5 + i32.store16 res+4($pop612), $5 i32.const $push611=, 0 - i32.store16 $drop=, res+2($pop611), $6 + i32.store16 res+2($pop611), $6 i32.const $push610=, 0 - i32.store16 $drop=, res($pop610), $7 + i32.store16 res($pop610), $7 i32.const $push17=, 16 i32.shl $push24=, $7, $pop17 i32.const $push609=, 16 @@ -145,7 +145,7 @@ main: # @main i32.load16_u $push30=, i+14($pop600) i32.mul $push599=, $pop31, $pop30 tee_local $push598=, $0=, $pop599 - i32.store16 $drop=, k+14($pop602), $pop598 + i32.store16 k+14($pop602), $pop598 i32.const $push597=, 0 i32.const $push596=, 0 i32.load16_u $push33=, j+12($pop596) @@ -153,7 +153,7 @@ main: # @main i32.load16_u $push32=, i+12($pop595) i32.mul $push594=, $pop33, $pop32 tee_local $push593=, $1=, $pop594 - i32.store16 $drop=, k+12($pop597), $pop593 + i32.store16 k+12($pop597), $pop593 i32.const $push592=, 0 i32.const $push591=, 0 i32.load16_u $push35=, j+10($pop591) @@ -161,7 +161,7 @@ main: # @main i32.load16_u $push34=, i+10($pop590) i32.mul $push589=, $pop35, $pop34 tee_local $push588=, $2=, $pop589 - i32.store16 $drop=, k+10($pop592), $pop588 + i32.store16 k+10($pop592), $pop588 i32.const $push587=, 0 i32.const $push586=, 0 i32.load16_u $push37=, j+8($pop586) @@ -169,7 +169,7 @@ main: # @main i32.load16_u $push36=, i+8($pop585) i32.mul $push584=, $pop37, $pop36 tee_local $push583=, $3=, $pop584 - i32.store16 $drop=, k+8($pop587), $pop583 + i32.store16 k+8($pop587), $pop583 i32.const $push582=, 0 i32.const $push581=, 0 i32.load16_u $push39=, j+6($pop581) @@ -177,7 +177,7 @@ main: # @main i32.load16_u $push38=, i+6($pop580) i32.mul $push579=, $pop39, $pop38 tee_local $push578=, $4=, $pop579 - i32.store16 $drop=, k+6($pop582), $pop578 + i32.store16 k+6($pop582), $pop578 i32.const $push577=, 0 i32.const $push576=, 0 i32.load16_u $push41=, j+4($pop576) @@ -185,7 +185,7 @@ main: # @main i32.load16_u $push40=, i+4($pop575) i32.mul $push574=, $pop41, $pop40 tee_local $push573=, $5=, $pop574 - i32.store16 $drop=, k+4($pop577), $pop573 + i32.store16 k+4($pop577), $pop573 i32.const $push572=, 0 i32.const $push571=, 0 i32.load16_u $push43=, j+2($pop571) @@ -193,7 +193,7 @@ main: # @main i32.load16_u $push42=, i+2($pop570) i32.mul $push569=, $pop43, $pop42 tee_local $push568=, $6=, $pop569 - i32.store16 $drop=, k+2($pop572), $pop568 + i32.store16 k+2($pop572), $pop568 i32.const $push567=, 0 i32.const $push566=, 0 i32.load16_u $push45=, j($pop566) @@ -201,23 +201,23 @@ main: # @main i32.load16_u $push44=, i($pop565) i32.mul $push564=, $pop45, $pop44 tee_local $push563=, $7=, $pop564 - i32.store16 $drop=, k($pop567), $pop563 + i32.store16 k($pop567), $pop563 i32.const $push562=, 0 - i32.store16 $drop=, res+14($pop562), $0 + i32.store16 res+14($pop562), $0 i32.const $push561=, 0 - i32.store16 $drop=, res+12($pop561), $1 + i32.store16 res+12($pop561), $1 i32.const $push560=, 0 - i32.store16 $drop=, res+10($pop560), $2 + i32.store16 res+10($pop560), $2 i32.const $push559=, 0 - i32.store16 $drop=, res+8($pop559), $3 + i32.store16 res+8($pop559), $3 i32.const $push558=, 0 - i32.store16 $drop=, res+6($pop558), $4 + i32.store16 res+6($pop558), $4 i32.const $push557=, 0 - i32.store16 $drop=, res+4($pop557), $5 + i32.store16 res+4($pop557), $5 i32.const $push556=, 0 - i32.store16 $drop=, res+2($pop556), $6 + i32.store16 res+2($pop556), $6 i32.const $push555=, 0 - i32.store16 $drop=, res($pop555), $7 + i32.store16 res($pop555), $7 i32.const $push554=, 16 i32.shl $push52=, $7, $pop554 i32.const $push553=, 16 @@ -246,7 +246,7 @@ main: # @main i32.load16_s $push58=, j+14($pop544) i32.div_s $push543=, $pop59, $pop58 tee_local $push542=, $0=, $pop543 - i32.store16 $drop=, k+14($pop546), $pop542 + i32.store16 k+14($pop546), $pop542 i32.const $push541=, 0 i32.const $push540=, 0 i32.load16_s $push61=, i+12($pop540) @@ -254,7 +254,7 @@ main: # @main i32.load16_s $push60=, j+12($pop539) i32.div_s $push538=, $pop61, $pop60 tee_local $push537=, $1=, $pop538 - i32.store16 $drop=, k+12($pop541), $pop537 + i32.store16 k+12($pop541), $pop537 i32.const $push536=, 0 i32.const $push535=, 0 i32.load16_s $push63=, i+10($pop535) @@ -262,7 +262,7 @@ main: # @main i32.load16_s $push62=, j+10($pop534) i32.div_s $push533=, $pop63, $pop62 tee_local $push532=, $2=, $pop533 - i32.store16 $drop=, k+10($pop536), $pop532 + i32.store16 k+10($pop536), $pop532 i32.const $push531=, 0 i32.const $push530=, 0 i32.load16_s $push65=, i+8($pop530) @@ -270,7 +270,7 @@ main: # @main i32.load16_s $push64=, j+8($pop529) i32.div_s $push528=, $pop65, $pop64 tee_local $push527=, $3=, $pop528 - i32.store16 $drop=, k+8($pop531), $pop527 + i32.store16 k+8($pop531), $pop527 i32.const $push526=, 0 i32.const $push525=, 0 i32.load16_s $push67=, i+6($pop525) @@ -278,7 +278,7 @@ main: # @main i32.load16_s $push66=, j+6($pop524) i32.div_s $push523=, $pop67, $pop66 tee_local $push522=, $4=, $pop523 - i32.store16 $drop=, k+6($pop526), $pop522 + i32.store16 k+6($pop526), $pop522 i32.const $push521=, 0 i32.const $push520=, 0 i32.load16_s $push69=, i+4($pop520) @@ -286,7 +286,7 @@ main: # @main i32.load16_s $push68=, j+4($pop519) i32.div_s $push518=, $pop69, $pop68 tee_local $push517=, $5=, $pop518 - i32.store16 $drop=, k+4($pop521), $pop517 + i32.store16 k+4($pop521), $pop517 i32.const $push516=, 0 i32.const $push515=, 0 i32.load16_s $push71=, i+2($pop515) @@ -294,7 +294,7 @@ main: # @main i32.load16_s $push70=, j+2($pop514) i32.div_s $push513=, $pop71, $pop70 tee_local $push512=, $6=, $pop513 - i32.store16 $drop=, k+2($pop516), $pop512 + i32.store16 k+2($pop516), $pop512 i32.const $push511=, 0 i32.const $push510=, 0 i32.load16_s $push73=, i($pop510) @@ -302,23 +302,23 @@ main: # @main i32.load16_s $push72=, j($pop509) i32.div_s $push508=, $pop73, $pop72 tee_local $push507=, $7=, $pop508 - i32.store16 $drop=, k($pop511), $pop507 + i32.store16 k($pop511), $pop507 i32.const $push506=, 0 - i32.store16 $drop=, res+14($pop506), $0 + i32.store16 res+14($pop506), $0 i32.const $push505=, 0 - i32.store16 $drop=, res+12($pop505), $1 + i32.store16 res+12($pop505), $1 i32.const $push504=, 0 - i32.store16 $drop=, res+10($pop504), $2 + i32.store16 res+10($pop504), $2 i32.const $push503=, 0 - i32.store16 $drop=, res+8($pop503), $3 + i32.store16 res+8($pop503), $3 i32.const $push502=, 0 - i32.store16 $drop=, res+6($pop502), $4 + i32.store16 res+6($pop502), $4 i32.const $push501=, 0 - i32.store16 $drop=, res+4($pop501), $5 + i32.store16 res+4($pop501), $5 i32.const $push500=, 0 - i32.store16 $drop=, res+2($pop500), $6 + i32.store16 res+2($pop500), $6 i32.const $push499=, 0 - i32.store16 $drop=, res($pop499), $7 + i32.store16 res($pop499), $7 i32.const $push498=, 16 i32.shl $push80=, $7, $pop498 i32.const $push497=, 16 @@ -347,7 +347,7 @@ main: # @main i32.load16_u $push85=, i+14($pop487) i32.and $push486=, $pop86, $pop85 tee_local $push485=, $0=, $pop486 - i32.store16 $drop=, k+14($pop489), $pop485 + i32.store16 k+14($pop489), $pop485 i32.const $push484=, 0 i32.const $push483=, 0 i32.load16_u $push88=, j+12($pop483) @@ -355,7 +355,7 @@ main: # @main i32.load16_u $push87=, i+12($pop482) i32.and $push481=, $pop88, $pop87 tee_local $push480=, $1=, $pop481 - i32.store16 $drop=, k+12($pop484), $pop480 + i32.store16 k+12($pop484), $pop480 i32.const $push479=, 0 i32.const $push478=, 0 i32.load16_u $push90=, j+10($pop478) @@ -363,7 +363,7 @@ main: # @main i32.load16_u $push89=, i+10($pop477) i32.and $push476=, $pop90, $pop89 tee_local $push475=, $2=, $pop476 - i32.store16 $drop=, k+10($pop479), $pop475 + i32.store16 k+10($pop479), $pop475 i32.const $push474=, 0 i32.const $push473=, 0 i32.load16_u $push92=, j+8($pop473) @@ -371,7 +371,7 @@ main: # @main i32.load16_u $push91=, i+8($pop472) i32.and $push471=, $pop92, $pop91 tee_local $push470=, $3=, $pop471 - i32.store16 $drop=, k+8($pop474), $pop470 + i32.store16 k+8($pop474), $pop470 i32.const $push469=, 0 i32.const $push468=, 0 i32.load16_u $push94=, j+6($pop468) @@ -379,7 +379,7 @@ main: # @main i32.load16_u $push93=, i+6($pop467) i32.and $push466=, $pop94, $pop93 tee_local $push465=, $4=, $pop466 - i32.store16 $drop=, k+6($pop469), $pop465 + i32.store16 k+6($pop469), $pop465 i32.const $push464=, 0 i32.const $push463=, 0 i32.load16_u $push96=, j+4($pop463) @@ -387,7 +387,7 @@ main: # @main i32.load16_u $push95=, i+4($pop462) i32.and $push461=, $pop96, $pop95 tee_local $push460=, $5=, $pop461 - i32.store16 $drop=, k+4($pop464), $pop460 + i32.store16 k+4($pop464), $pop460 i32.const $push459=, 0 i32.const $push458=, 0 i32.load16_u $push98=, j+2($pop458) @@ -395,7 +395,7 @@ main: # @main i32.load16_u $push97=, i+2($pop457) i32.and $push456=, $pop98, $pop97 tee_local $push455=, $6=, $pop456 - i32.store16 $drop=, k+2($pop459), $pop455 + i32.store16 k+2($pop459), $pop455 i32.const $push454=, 0 i32.const $push453=, 0 i32.load16_u $push100=, j($pop453) @@ -403,23 +403,23 @@ main: # @main i32.load16_u $push99=, i($pop452) i32.and $push451=, $pop100, $pop99 tee_local $push450=, $7=, $pop451 - i32.store16 $drop=, k($pop454), $pop450 + i32.store16 k($pop454), $pop450 i32.const $push449=, 0 - i32.store16 $drop=, res+14($pop449), $0 + i32.store16 res+14($pop449), $0 i32.const $push448=, 0 - i32.store16 $drop=, res+12($pop448), $1 + i32.store16 res+12($pop448), $1 i32.const $push447=, 0 - i32.store16 $drop=, res+10($pop447), $2 + i32.store16 res+10($pop447), $2 i32.const $push446=, 0 - i32.store16 $drop=, res+8($pop446), $3 + i32.store16 res+8($pop446), $3 i32.const $push445=, 0 - i32.store16 $drop=, res+6($pop445), $4 + i32.store16 res+6($pop445), $4 i32.const $push444=, 0 - i32.store16 $drop=, res+4($pop444), $5 + i32.store16 res+4($pop444), $5 i32.const $push443=, 0 - i32.store16 $drop=, res+2($pop443), $6 + i32.store16 res+2($pop443), $6 i32.const $push442=, 0 - i32.store16 $drop=, res($pop442), $7 + i32.store16 res($pop442), $7 i32.const $push441=, 16 i32.shl $push107=, $7, $pop441 i32.const $push440=, 16 @@ -448,7 +448,7 @@ main: # @main i32.load16_u $push113=, i+14($pop431) i32.or $push430=, $pop114, $pop113 tee_local $push429=, $0=, $pop430 - i32.store16 $drop=, k+14($pop433), $pop429 + i32.store16 k+14($pop433), $pop429 i32.const $push428=, 0 i32.const $push427=, 0 i32.load16_u $push116=, j+12($pop427) @@ -456,7 +456,7 @@ main: # @main i32.load16_u $push115=, i+12($pop426) i32.or $push425=, $pop116, $pop115 tee_local $push424=, $1=, $pop425 - i32.store16 $drop=, k+12($pop428), $pop424 + i32.store16 k+12($pop428), $pop424 i32.const $push423=, 0 i32.const $push422=, 0 i32.load16_u $push118=, j+10($pop422) @@ -464,7 +464,7 @@ main: # @main i32.load16_u $push117=, i+10($pop421) i32.or $push420=, $pop118, $pop117 tee_local $push419=, $2=, $pop420 - i32.store16 $drop=, k+10($pop423), $pop419 + i32.store16 k+10($pop423), $pop419 i32.const $push418=, 0 i32.const $push417=, 0 i32.load16_u $push120=, j+8($pop417) @@ -472,7 +472,7 @@ main: # @main i32.load16_u $push119=, i+8($pop416) i32.or $push415=, $pop120, $pop119 tee_local $push414=, $3=, $pop415 - i32.store16 $drop=, k+8($pop418), $pop414 + i32.store16 k+8($pop418), $pop414 i32.const $push413=, 0 i32.const $push412=, 0 i32.load16_u $push122=, j+6($pop412) @@ -480,7 +480,7 @@ main: # @main i32.load16_u $push121=, i+6($pop411) i32.or $push410=, $pop122, $pop121 tee_local $push409=, $4=, $pop410 - i32.store16 $drop=, k+6($pop413), $pop409 + i32.store16 k+6($pop413), $pop409 i32.const $push408=, 0 i32.const $push407=, 0 i32.load16_u $push124=, j+4($pop407) @@ -488,7 +488,7 @@ main: # @main i32.load16_u $push123=, i+4($pop406) i32.or $push405=, $pop124, $pop123 tee_local $push404=, $5=, $pop405 - i32.store16 $drop=, k+4($pop408), $pop404 + i32.store16 k+4($pop408), $pop404 i32.const $push403=, 0 i32.const $push402=, 0 i32.load16_u $push126=, j+2($pop402) @@ -496,7 +496,7 @@ main: # @main i32.load16_u $push125=, i+2($pop401) i32.or $push400=, $pop126, $pop125 tee_local $push399=, $6=, $pop400 - i32.store16 $drop=, k+2($pop403), $pop399 + i32.store16 k+2($pop403), $pop399 i32.const $push398=, 0 i32.const $push397=, 0 i32.load16_u $push128=, j($pop397) @@ -504,23 +504,23 @@ main: # @main i32.load16_u $push127=, i($pop396) i32.or $push395=, $pop128, $pop127 tee_local $push394=, $7=, $pop395 - i32.store16 $drop=, k($pop398), $pop394 + i32.store16 k($pop398), $pop394 i32.const $push393=, 0 - i32.store16 $drop=, res+14($pop393), $0 + i32.store16 res+14($pop393), $0 i32.const $push392=, 0 - i32.store16 $drop=, res+12($pop392), $1 + i32.store16 res+12($pop392), $1 i32.const $push391=, 0 - i32.store16 $drop=, res+10($pop391), $2 + i32.store16 res+10($pop391), $2 i32.const $push390=, 0 - i32.store16 $drop=, res+8($pop390), $3 + i32.store16 res+8($pop390), $3 i32.const $push389=, 0 - i32.store16 $drop=, res+6($pop389), $4 + i32.store16 res+6($pop389), $4 i32.const $push388=, 0 - i32.store16 $drop=, res+4($pop388), $5 + i32.store16 res+4($pop388), $5 i32.const $push387=, 0 - i32.store16 $drop=, res+2($pop387), $6 + i32.store16 res+2($pop387), $6 i32.const $push386=, 0 - i32.store16 $drop=, res($pop386), $7 + i32.store16 res($pop386), $7 i32.const $push385=, 16 i32.shl $push135=, $7, $pop385 i32.const $push384=, 16 @@ -549,7 +549,7 @@ main: # @main i32.load16_u $push141=, j+14($pop375) i32.xor $push374=, $pop142, $pop141 tee_local $push373=, $0=, $pop374 - i32.store16 $drop=, k+14($pop377), $pop373 + i32.store16 k+14($pop377), $pop373 i32.const $push372=, 0 i32.const $push371=, 0 i32.load16_u $push144=, i+12($pop371) @@ -557,7 +557,7 @@ main: # @main i32.load16_u $push143=, j+12($pop370) i32.xor $push369=, $pop144, $pop143 tee_local $push368=, $1=, $pop369 - i32.store16 $drop=, k+12($pop372), $pop368 + i32.store16 k+12($pop372), $pop368 i32.const $push367=, 0 i32.const $push366=, 0 i32.load16_u $push146=, i+10($pop366) @@ -565,7 +565,7 @@ main: # @main i32.load16_u $push145=, j+10($pop365) i32.xor $push364=, $pop146, $pop145 tee_local $push363=, $2=, $pop364 - i32.store16 $drop=, k+10($pop367), $pop363 + i32.store16 k+10($pop367), $pop363 i32.const $push362=, 0 i32.const $push361=, 0 i32.load16_u $push148=, i+8($pop361) @@ -573,7 +573,7 @@ main: # @main i32.load16_u $push147=, j+8($pop360) i32.xor $push359=, $pop148, $pop147 tee_local $push358=, $3=, $pop359 - i32.store16 $drop=, k+8($pop362), $pop358 + i32.store16 k+8($pop362), $pop358 i32.const $push357=, 0 i32.const $push356=, 0 i32.load16_u $push150=, i+6($pop356) @@ -581,7 +581,7 @@ main: # @main i32.load16_u $push149=, j+6($pop355) i32.xor $push354=, $pop150, $pop149 tee_local $push353=, $4=, $pop354 - i32.store16 $drop=, k+6($pop357), $pop353 + i32.store16 k+6($pop357), $pop353 i32.const $push352=, 0 i32.const $push351=, 0 i32.load16_u $push152=, i+4($pop351) @@ -589,7 +589,7 @@ main: # @main i32.load16_u $push151=, j+4($pop350) i32.xor $push349=, $pop152, $pop151 tee_local $push348=, $5=, $pop349 - i32.store16 $drop=, k+4($pop352), $pop348 + i32.store16 k+4($pop352), $pop348 i32.const $push347=, 0 i32.const $push346=, 0 i32.load16_u $push154=, i+2($pop346) @@ -597,7 +597,7 @@ main: # @main i32.load16_u $push153=, j+2($pop345) i32.xor $push344=, $pop154, $pop153 tee_local $push343=, $6=, $pop344 - i32.store16 $drop=, k+2($pop347), $pop343 + i32.store16 k+2($pop347), $pop343 i32.const $push342=, 0 i32.const $push341=, 0 i32.load16_u $push156=, i($pop341) @@ -605,23 +605,23 @@ main: # @main i32.load16_u $push155=, j($pop340) i32.xor $push339=, $pop156, $pop155 tee_local $push338=, $7=, $pop339 - i32.store16 $drop=, k($pop342), $pop338 + i32.store16 k($pop342), $pop338 i32.const $push337=, 0 - i32.store16 $drop=, res+14($pop337), $0 + i32.store16 res+14($pop337), $0 i32.const $push336=, 0 - i32.store16 $drop=, res+12($pop336), $1 + i32.store16 res+12($pop336), $1 i32.const $push335=, 0 - i32.store16 $drop=, res+10($pop335), $2 + i32.store16 res+10($pop335), $2 i32.const $push334=, 0 - i32.store16 $drop=, res+8($pop334), $3 + i32.store16 res+8($pop334), $3 i32.const $push333=, 0 - i32.store16 $drop=, res+6($pop333), $4 + i32.store16 res+6($pop333), $4 i32.const $push332=, 0 - i32.store16 $drop=, res+4($pop332), $5 + i32.store16 res+4($pop332), $5 i32.const $push331=, 0 - i32.store16 $drop=, res+2($pop331), $6 + i32.store16 res+2($pop331), $6 i32.const $push330=, 0 - i32.store16 $drop=, res($pop330), $7 + i32.store16 res($pop330), $7 i32.const $push329=, 16 i32.shl $push163=, $7, $pop329 i32.const $push328=, 16 @@ -649,72 +649,72 @@ main: # @main i32.load16_u $push169=, i+14($pop319) i32.sub $push318=, $pop320, $pop169 tee_local $push317=, $0=, $pop318 - i32.store16 $drop=, k+14($pop321), $pop317 + i32.store16 k+14($pop321), $pop317 i32.const $push316=, 0 i32.const $push315=, 0 i32.const $push314=, 0 i32.load16_u $push170=, i+12($pop314) i32.sub $push313=, $pop315, $pop170 tee_local $push312=, $1=, $pop313 - i32.store16 $drop=, k+12($pop316), $pop312 + i32.store16 k+12($pop316), $pop312 i32.const $push311=, 0 i32.const $push310=, 0 i32.const $push309=, 0 i32.load16_u $push171=, i+10($pop309) i32.sub $push308=, $pop310, $pop171 tee_local $push307=, $2=, $pop308 - i32.store16 $drop=, k+10($pop311), $pop307 + i32.store16 k+10($pop311), $pop307 i32.const $push306=, 0 i32.const $push305=, 0 i32.const $push304=, 0 i32.load16_u $push172=, i+8($pop304) i32.sub $push303=, $pop305, $pop172 tee_local $push302=, $3=, $pop303 - i32.store16 $drop=, k+8($pop306), $pop302 + i32.store16 k+8($pop306), $pop302 i32.const $push301=, 0 i32.const $push300=, 0 i32.const $push299=, 0 i32.load16_u $push173=, i+6($pop299) i32.sub $push298=, $pop300, $pop173 tee_local $push297=, $4=, $pop298 - i32.store16 $drop=, k+6($pop301), $pop297 + i32.store16 k+6($pop301), $pop297 i32.const $push296=, 0 i32.const $push295=, 0 i32.const $push294=, 0 i32.load16_u $push174=, i+4($pop294) i32.sub $push293=, $pop295, $pop174 tee_local $push292=, $5=, $pop293 - i32.store16 $drop=, k+4($pop296), $pop292 + i32.store16 k+4($pop296), $pop292 i32.const $push291=, 0 i32.const $push290=, 0 i32.const $push289=, 0 i32.load16_u $push175=, i+2($pop289) i32.sub $push288=, $pop290, $pop175 tee_local $push287=, $6=, $pop288 - i32.store16 $drop=, k+2($pop291), $pop287 + i32.store16 k+2($pop291), $pop287 i32.const $push286=, 0 i32.const $push285=, 0 i32.const $push284=, 0 i32.load16_u $push176=, i($pop284) i32.sub $push283=, $pop285, $pop176 tee_local $push282=, $7=, $pop283 - i32.store16 $drop=, k($pop286), $pop282 + i32.store16 k($pop286), $pop282 i32.const $push281=, 0 - i32.store16 $drop=, res+14($pop281), $0 + i32.store16 res+14($pop281), $0 i32.const $push280=, 0 - i32.store16 $drop=, res+12($pop280), $1 + i32.store16 res+12($pop280), $1 i32.const $push279=, 0 - i32.store16 $drop=, res+10($pop279), $2 + i32.store16 res+10($pop279), $2 i32.const $push278=, 0 - i32.store16 $drop=, res+8($pop278), $3 + i32.store16 res+8($pop278), $3 i32.const $push277=, 0 - i32.store16 $drop=, res+6($pop277), $4 + i32.store16 res+6($pop277), $4 i32.const $push276=, 0 - i32.store16 $drop=, res+4($pop276), $5 + i32.store16 res+4($pop276), $5 i32.const $push275=, 0 - i32.store16 $drop=, res+2($pop275), $6 + i32.store16 res+2($pop275), $6 i32.const $push274=, 0 - i32.store16 $drop=, res($pop274), $7 + i32.store16 res($pop274), $7 i32.const $push273=, 16 i32.shl $push183=, $7, $pop273 i32.const $push272=, 16 @@ -742,72 +742,72 @@ main: # @main i32.const $push189=, -1 i32.xor $push262=, $pop188, $pop189 tee_local $push261=, $0=, $pop262 - i32.store16 $drop=, k+14($pop264), $pop261 + i32.store16 k+14($pop264), $pop261 i32.const $push260=, 0 i32.const $push259=, 0 i32.load16_u $push190=, i+12($pop259) i32.const $push258=, -1 i32.xor $push257=, $pop190, $pop258 tee_local $push256=, $1=, $pop257 - i32.store16 $drop=, k+12($pop260), $pop256 + i32.store16 k+12($pop260), $pop256 i32.const $push255=, 0 i32.const $push254=, 0 i32.load16_u $push191=, i+10($pop254) i32.const $push253=, -1 i32.xor $push252=, $pop191, $pop253 tee_local $push251=, $2=, $pop252 - i32.store16 $drop=, k+10($pop255), $pop251 + i32.store16 k+10($pop255), $pop251 i32.const $push250=, 0 i32.const $push249=, 0 i32.load16_u $push192=, i+8($pop249) i32.const $push248=, -1 i32.xor $push247=, $pop192, $pop248 tee_local $push246=, $3=, $pop247 - i32.store16 $drop=, k+8($pop250), $pop246 + i32.store16 k+8($pop250), $pop246 i32.const $push245=, 0 i32.const $push244=, 0 i32.load16_u $push193=, i+6($pop244) i32.const $push243=, -1 i32.xor $push242=, $pop193, $pop243 tee_local $push241=, $4=, $pop242 - i32.store16 $drop=, k+6($pop245), $pop241 + i32.store16 k+6($pop245), $pop241 i32.const $push240=, 0 i32.const $push239=, 0 i32.load16_u $push194=, i+4($pop239) i32.const $push238=, -1 i32.xor $push237=, $pop194, $pop238 tee_local $push236=, $5=, $pop237 - i32.store16 $drop=, k+4($pop240), $pop236 + i32.store16 k+4($pop240), $pop236 i32.const $push235=, 0 i32.const $push234=, 0 i32.load16_u $push195=, i+2($pop234) i32.const $push233=, -1 i32.xor $push232=, $pop195, $pop233 tee_local $push231=, $6=, $pop232 - i32.store16 $drop=, k+2($pop235), $pop231 + i32.store16 k+2($pop235), $pop231 i32.const $push230=, 0 i32.const $push229=, 0 i32.load16_u $push196=, i($pop229) i32.const $push228=, -1 i32.xor $push227=, $pop196, $pop228 tee_local $push226=, $7=, $pop227 - i32.store16 $drop=, k($pop230), $pop226 + i32.store16 k($pop230), $pop226 i32.const $push225=, 0 - i32.store16 $drop=, res+14($pop225), $0 + i32.store16 res+14($pop225), $0 i32.const $push224=, 0 - i32.store16 $drop=, res+12($pop224), $1 + i32.store16 res+12($pop224), $1 i32.const $push223=, 0 - i32.store16 $drop=, res+10($pop223), $2 + i32.store16 res+10($pop223), $2 i32.const $push222=, 0 - i32.store16 $drop=, res+8($pop222), $3 + i32.store16 res+8($pop222), $3 i32.const $push221=, 0 - i32.store16 $drop=, res+6($pop221), $4 + i32.store16 res+6($pop221), $4 i32.const $push220=, 0 - i32.store16 $drop=, res+4($pop220), $5 + i32.store16 res+4($pop220), $5 i32.const $push219=, 0 - i32.store16 $drop=, res+2($pop219), $6 + i32.store16 res+2($pop219), $6 i32.const $push218=, 0 - i32.store16 $drop=, res($pop218), $7 + i32.store16 res($pop218), $7 i32.const $push217=, 16 i32.shl $push203=, $7, $pop217 i32.const $push216=, 16 @@ -887,6 +887,6 @@ res: .size res, 16 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/simd-4.c.s b/test/torture-s/simd-4.c.s index 9d91b48a2..f7b0c227a 100644 --- a/test/torture-s/simd-4.c.s +++ b/test/torture-s/simd-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-4.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, -4294967295 - i64.store $drop=, s64($pop1), $pop0 + i64.store s64($pop1), $pop0 i32.const $push2=, 0 # fallthrough-return: $pop2 .endfunc @@ -26,4 +26,4 @@ s64: .size s64, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/simd-5.c.s b/test/torture-s/simd-5.c.s index d5488c595..ebfa44614 100644 --- a/test/torture-s/simd-5.c.s +++ b/test/torture-s/simd-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-5.c" .section .text.func0,"ax",@progbits .hidden func0 .globl func0 @@ -8,7 +8,7 @@ func0: # @func0 # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store $drop=, dummy($pop1), $pop0 + i32.store dummy($pop1), $pop0 # fallthrough-return .endfunc .Lfunc_end0: @@ -28,7 +28,7 @@ func1: # @func1 i32.load16_u $push1=, q1+6($pop62) i32.mul $push61=, $pop2, $pop1 tee_local $push60=, $0=, $pop61 - i32.store16 $drop=, w1+6($pop0), $pop60 + i32.store16 w1+6($pop0), $pop60 i32.const $push59=, 0 i32.const $push58=, 0 i32.load16_u $push4=, q2+4($pop58) @@ -36,7 +36,7 @@ func1: # @func1 i32.load16_u $push3=, q1+4($pop57) i32.mul $push56=, $pop4, $pop3 tee_local $push55=, $1=, $pop56 - i32.store16 $drop=, w1+4($pop59), $pop55 + i32.store16 w1+4($pop59), $pop55 i32.const $push54=, 0 i32.const $push53=, 0 i32.load16_u $push6=, q2+2($pop53) @@ -44,7 +44,7 @@ func1: # @func1 i32.load16_u $push5=, q1+2($pop52) i32.mul $push51=, $pop6, $pop5 tee_local $push50=, $2=, $pop51 - i32.store16 $drop=, w1+2($pop54), $pop50 + i32.store16 w1+2($pop54), $pop50 i32.const $push49=, 0 i32.const $push48=, 0 i32.load16_u $push8=, q2($pop48) @@ -52,7 +52,7 @@ func1: # @func1 i32.load16_u $push7=, q1($pop47) i32.mul $push46=, $pop8, $pop7 tee_local $push45=, $3=, $pop46 - i32.store16 $drop=, w1($pop49), $pop45 + i32.store16 w1($pop49), $pop45 i32.const $push44=, 0 i32.const $push43=, 0 i32.load16_u $push10=, q4+6($pop43) @@ -60,7 +60,7 @@ func1: # @func1 i32.load16_u $push9=, q3+6($pop42) i32.mul $push41=, $pop10, $pop9 tee_local $push40=, $4=, $pop41 - i32.store16 $drop=, w2+6($pop44), $pop40 + i32.store16 w2+6($pop44), $pop40 i32.const $push39=, 0 i32.const $push38=, 0 i32.load16_u $push12=, q4+4($pop38) @@ -68,7 +68,7 @@ func1: # @func1 i32.load16_u $push11=, q3+4($pop37) i32.mul $push36=, $pop12, $pop11 tee_local $push35=, $5=, $pop36 - i32.store16 $drop=, w2+4($pop39), $pop35 + i32.store16 w2+4($pop39), $pop35 i32.const $push34=, 0 i32.const $push33=, 0 i32.load16_u $push14=, q4+2($pop33) @@ -76,7 +76,7 @@ func1: # @func1 i32.load16_u $push13=, q3+2($pop32) i32.mul $push31=, $pop14, $pop13 tee_local $push30=, $6=, $pop31 - i32.store16 $drop=, w2+2($pop34), $pop30 + i32.store16 w2+2($pop34), $pop30 i32.const $push29=, 0 i32.const $push28=, 0 i32.load16_u $push16=, q4($pop28) @@ -84,24 +84,24 @@ func1: # @func1 i32.load16_u $push15=, q3($pop27) i32.mul $push26=, $pop16, $pop15 tee_local $push25=, $7=, $pop26 - i32.store16 $drop=, w2($pop29), $pop25 + i32.store16 w2($pop29), $pop25 call func0@FUNCTION i32.const $push24=, 0 - i32.store16 $drop=, w4+6($pop24), $4 + i32.store16 w4+6($pop24), $4 i32.const $push23=, 0 - i32.store16 $drop=, w4+4($pop23), $5 + i32.store16 w4+4($pop23), $5 i32.const $push22=, 0 - i32.store16 $drop=, w4+2($pop22), $6 + i32.store16 w4+2($pop22), $6 i32.const $push21=, 0 - i32.store16 $drop=, w4($pop21), $7 + i32.store16 w4($pop21), $7 i32.const $push20=, 0 - i32.store16 $drop=, w3+6($pop20), $0 + i32.store16 w3+6($pop20), $0 i32.const $push19=, 0 - i32.store16 $drop=, w3+4($pop19), $1 + i32.store16 w3+4($pop19), $1 i32.const $push18=, 0 - i32.store16 $drop=, w3+2($pop18), $2 + i32.store16 w3+2($pop18), $2 i32.const $push17=, 0 - i32.store16 $drop=, w3($pop17), $3 + i32.store16 w3($pop17), $3 # fallthrough-return .endfunc .Lfunc_end1: @@ -121,7 +121,7 @@ func2: # @func2 i32.load16_u $push1=, q1+6($pop62) i32.add $push61=, $pop2, $pop1 tee_local $push60=, $0=, $pop61 - i32.store16 $drop=, z1+6($pop0), $pop60 + i32.store16 z1+6($pop0), $pop60 i32.const $push59=, 0 i32.const $push58=, 0 i32.load16_u $push4=, q2+4($pop58) @@ -129,7 +129,7 @@ func2: # @func2 i32.load16_u $push3=, q1+4($pop57) i32.add $push56=, $pop4, $pop3 tee_local $push55=, $1=, $pop56 - i32.store16 $drop=, z1+4($pop59), $pop55 + i32.store16 z1+4($pop59), $pop55 i32.const $push54=, 0 i32.const $push53=, 0 i32.load16_u $push6=, q2+2($pop53) @@ -137,7 +137,7 @@ func2: # @func2 i32.load16_u $push5=, q1+2($pop52) i32.add $push51=, $pop6, $pop5 tee_local $push50=, $2=, $pop51 - i32.store16 $drop=, z1+2($pop54), $pop50 + i32.store16 z1+2($pop54), $pop50 i32.const $push49=, 0 i32.const $push48=, 0 i32.load16_u $push8=, q2($pop48) @@ -145,7 +145,7 @@ func2: # @func2 i32.load16_u $push7=, q1($pop47) i32.add $push46=, $pop8, $pop7 tee_local $push45=, $3=, $pop46 - i32.store16 $drop=, z1($pop49), $pop45 + i32.store16 z1($pop49), $pop45 i32.const $push44=, 0 i32.const $push43=, 0 i32.load16_u $push10=, q3+6($pop43) @@ -153,7 +153,7 @@ func2: # @func2 i32.load16_u $push9=, q4+6($pop42) i32.sub $push41=, $pop10, $pop9 tee_local $push40=, $4=, $pop41 - i32.store16 $drop=, z2+6($pop44), $pop40 + i32.store16 z2+6($pop44), $pop40 i32.const $push39=, 0 i32.const $push38=, 0 i32.load16_u $push12=, q3+4($pop38) @@ -161,7 +161,7 @@ func2: # @func2 i32.load16_u $push11=, q4+4($pop37) i32.sub $push36=, $pop12, $pop11 tee_local $push35=, $5=, $pop36 - i32.store16 $drop=, z2+4($pop39), $pop35 + i32.store16 z2+4($pop39), $pop35 i32.const $push34=, 0 i32.const $push33=, 0 i32.load16_u $push14=, q3+2($pop33) @@ -169,7 +169,7 @@ func2: # @func2 i32.load16_u $push13=, q4+2($pop32) i32.sub $push31=, $pop14, $pop13 tee_local $push30=, $6=, $pop31 - i32.store16 $drop=, z2+2($pop34), $pop30 + i32.store16 z2+2($pop34), $pop30 i32.const $push29=, 0 i32.const $push28=, 0 i32.load16_u $push16=, q3($pop28) @@ -177,24 +177,24 @@ func2: # @func2 i32.load16_u $push15=, q4($pop27) i32.sub $push26=, $pop16, $pop15 tee_local $push25=, $7=, $pop26 - i32.store16 $drop=, z2($pop29), $pop25 + i32.store16 z2($pop29), $pop25 call func1@FUNCTION i32.const $push24=, 0 - i32.store16 $drop=, z4+6($pop24), $4 + i32.store16 z4+6($pop24), $4 i32.const $push23=, 0 - i32.store16 $drop=, z4+4($pop23), $5 + i32.store16 z4+4($pop23), $5 i32.const $push22=, 0 - i32.store16 $drop=, z4+2($pop22), $6 + i32.store16 z4+2($pop22), $6 i32.const $push21=, 0 - i32.store16 $drop=, z4($pop21), $7 + i32.store16 z4($pop21), $7 i32.const $push20=, 0 - i32.store16 $drop=, z3+6($pop20), $0 + i32.store16 z3+6($pop20), $0 i32.const $push19=, 0 - i32.store16 $drop=, z3+4($pop19), $1 + i32.store16 z3+4($pop19), $1 i32.const $push18=, 0 - i32.store16 $drop=, z3+2($pop18), $2 + i32.store16 z3+2($pop18), $2 i32.const $push17=, 0 - i32.store16 $drop=, z3($pop17), $3 + i32.store16 z3($pop17), $3 # fallthrough-return .endfunc .Lfunc_end2: @@ -377,5 +377,5 @@ z4: .size z4, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/simd-6.c.s b/test/torture-s/simd-6.c.s index bc77c0280..ec01e5776 100644 --- a/test/torture-s/simd-6.c.s +++ b/test/torture-s/simd-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -10,33 +10,33 @@ foo: # @foo i32.const $push1=, 7 i32.add $push2=, $0, $pop1 i32.mul $push0=, $16, $8 - i32.store8 $drop=, 0($pop2), $pop0 + i32.store8 0($pop2), $pop0 i32.const $push4=, 6 i32.add $push5=, $0, $pop4 i32.mul $push3=, $15, $7 - i32.store8 $drop=, 0($pop5), $pop3 + i32.store8 0($pop5), $pop3 i32.const $push7=, 5 i32.add $push8=, $0, $pop7 i32.mul $push6=, $14, $6 - i32.store8 $drop=, 0($pop8), $pop6 + i32.store8 0($pop8), $pop6 i32.const $push10=, 4 i32.add $push11=, $0, $pop10 i32.mul $push9=, $13, $5 - i32.store8 $drop=, 0($pop11), $pop9 + i32.store8 0($pop11), $pop9 i32.const $push13=, 3 i32.add $push14=, $0, $pop13 i32.mul $push12=, $12, $4 - i32.store8 $drop=, 0($pop14), $pop12 + i32.store8 0($pop14), $pop12 i32.const $push16=, 2 i32.add $push17=, $0, $pop16 i32.mul $push15=, $11, $3 - i32.store8 $drop=, 0($pop17), $pop15 + i32.store8 0($pop17), $pop15 i32.const $push19=, 1 i32.add $push20=, $0, $pop19 i32.mul $push18=, $10, $2 - i32.store8 $drop=, 0($pop20), $pop18 + i32.store8 0($pop20), $pop18 i32.mul $push21=, $9, $1 - i32.store8 $drop=, 0($0), $pop21 + i32.store8 0($0), $pop21 # fallthrough-return .endfunc .Lfunc_end0: @@ -56,4 +56,4 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/stdarg-1.c.s b/test/torture-s/stdarg-1.c.s index 5cfaa4faa..c03e84596 100644 --- a/test/torture-s/stdarg-1.c.s +++ b/test/torture-s/stdarg-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo # BB#1: # %sw.bb i32.const $push3=, 0 i32.load $push2=, 0($1) - i32.store $drop=, foo_arg($pop3), $pop2 + i32.store foo_arg($pop3), $pop2 return .LBB0_2: # %sw.default end_block # label0: @@ -54,7 +54,7 @@ bar: # @bar i32.const $push34=, 8 i32.add $push45=, $pop46, $pop34 tee_local $push44=, $2=, $pop45 - i32.store $drop=, gap($pop49), $pop44 + i32.store gap($pop49), $pop44 block f64.load $push35=, 0($1) f64.const $push36=, 0x1.1p4 @@ -64,7 +64,7 @@ bar: # @bar i32.const $push50=, 0 i32.const $push38=, 12 i32.add $push39=, $1, $pop38 - i32.store $drop=, gap($pop50), $pop39 + i32.store gap($pop50), $pop39 i32.load $push40=, 0($2) i32.const $push41=, 129 i32.eq $push42=, $pop40, $pop41 @@ -86,7 +86,7 @@ bar: # @bar tee_local $push51=, $1=, $pop52 i32.const $push8=, 8 i32.add $push9=, $pop51, $pop8 - i32.store $drop=, 0($pop53), $pop9 + i32.store 0($pop53), $pop9 i64.load $push10=, 0($1) i64.const $push11=, 14 i64.ne $push12=, $pop10, $pop11 @@ -103,7 +103,7 @@ bar: # @bar tee_local $push56=, $1=, $pop57 i32.const $push17=, 16 i32.add $push18=, $pop56, $pop17 - i32.store $drop=, 0($pop58), $pop18 + i32.store 0($pop58), $pop18 i64.load $push20=, 0($1) i64.load $push19=, 8($1) i64.const $push22=, 0 @@ -118,7 +118,7 @@ bar: # @bar tee_local $push61=, $1=, $pop62 i32.const $push25=, 4 i32.add $push26=, $pop61, $pop25 - i32.store $drop=, 0($pop63), $pop26 + i32.store 0($pop63), $pop26 i32.load $push27=, 0($1) i32.const $push28=, 17 i32.ne $push29=, $pop27, $pop28 @@ -126,7 +126,7 @@ bar: # @bar .LBB1_8: # %if.end22 end_block # label2: i32.const $push43=, 0 - i32.store $drop=, bar_arg($pop43), $0 + i32.store bar_arg($pop43), $0 return .LBB1_9: # %if.then19 end_block # label1: @@ -174,8 +174,8 @@ f2: # @f2 i32.const $push7=, 16 i32.sub $push18=, $pop6, $pop7 tee_local $push17=, $2=, $pop18 - i32.store $drop=, __stack_pointer($pop8), $pop17 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop8), $pop17 + i32.store 12($2), $1 i32.const $push0=, 0 f64.load $push1=, d($pop0) i32.trunc_s/f64 $push2=, $pop1 @@ -184,16 +184,16 @@ f2: # @f2 tee_local $push15=, $1=, $pop16 i32.const $push3=, 4 i32.add $push4=, $pop15, $pop3 - i32.store $drop=, 12($2), $pop4 + i32.store 12($2), $pop4 i32.const $push14=, 0 i32.load $push13=, 0($1) tee_local $push12=, $1=, $pop13 - i32.store $drop=, x($pop14), $pop12 + i32.store x($pop14), $pop12 call bar@FUNCTION, $1 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $2, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end4: @@ -212,7 +212,7 @@ f3: # @f3 i32.const $push9=, 16 i32.sub $push13=, $pop8, $pop9 tee_local $push12=, $2=, $pop13 - i32.store $drop=, 12($pop12), $1 + i32.store 12($pop12), $1 i32.const $push4=, 0 i32.const $push0=, 7 i32.add $push1=, $1, $pop0 @@ -220,10 +220,10 @@ f3: # @f3 i32.and $push11=, $pop1, $pop2 tee_local $push10=, $1=, $pop11 i64.load $push3=, 0($pop10) - i64.store $drop=, d($pop4), $pop3 + i64.store d($pop4), $pop3 i32.const $push5=, 8 i32.add $push6=, $1, $pop5 - i32.store $drop=, 12($2), $pop6 + i32.store 12($2), $pop6 # fallthrough-return .endfunc .Lfunc_end5: @@ -243,8 +243,8 @@ f4: # @f4 i32.const $push11=, 16 i32.sub $push22=, $pop10, $pop11 tee_local $push21=, $2=, $pop22 - i32.store $drop=, __stack_pointer($pop12), $pop21 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop12), $pop21 + i32.store 12($2), $1 i32.const $push20=, 0 i32.const $push0=, 7 i32.add $push1=, $1, $pop0 @@ -253,11 +253,11 @@ f4: # @f4 tee_local $push18=, $1=, $pop19 f64.load $push3=, 0($pop18) i32.trunc_s/f64 $push4=, $pop3 - i32.store $drop=, x($pop20), $pop4 + i32.store x($pop20), $pop4 i32.const $push5=, 8 i32.add $push17=, $1, $pop5 tee_local $push16=, $1=, $pop17 - i32.store $drop=, 12($2), $pop16 + i32.store 12($2), $pop16 block i32.const $push6=, 5 i32.ne $push7=, $0, $pop6 @@ -265,11 +265,11 @@ f4: # @f4 # BB#1: # %foo.exit i32.const $push23=, 0 i32.load $push8=, 0($1) - i32.store $drop=, foo_arg($pop23), $pop8 + i32.store foo_arg($pop23), $pop8 i32.const $push15=, 0 i32.const $push13=, 16 i32.add $push14=, $2, $pop13 - i32.store $drop=, __stack_pointer($pop15), $pop14 + i32.store __stack_pointer($pop15), $pop14 return .LBB6_2: # %sw.default.i end_block # label5: @@ -293,15 +293,15 @@ f5: # @f5 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $2=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 + i32.store __stack_pointer($pop4), $pop8 i32.const $push0=, 0 - i32.store $drop=, gap($pop0), $1 - i32.store $drop=, 12($2), $1 + i32.store gap($pop0), $1 + i32.store 12($2), $1 call bar@FUNCTION, $0 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $2, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end7: @@ -321,8 +321,8 @@ f6: # @f6 i32.const $push7=, 16 i32.sub $push18=, $pop6, $pop7 tee_local $push17=, $3=, $pop18 - i32.store $drop=, __stack_pointer($pop8), $pop17 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop8), $pop17 + i32.store 12($3), $1 i32.const $push0=, 0 f64.load $push1=, d($pop0) i32.trunc_s/f64 $push2=, $pop1 @@ -332,15 +332,15 @@ f6: # @f6 tee_local $push14=, $1=, $pop15 i32.load $push13=, 8($pop14) tee_local $push12=, $2=, $pop13 - i32.store $drop=, x($pop16), $pop12 + i32.store x($pop16), $pop12 i32.const $push3=, 12 i32.add $push4=, $1, $pop3 - i32.store $drop=, 12($3), $pop4 + i32.store 12($3), $pop4 call bar@FUNCTION, $2 i32.const $push11=, 0 i32.const $push9=, 16 i32.add $push10=, $3, $pop9 - i32.store $drop=, __stack_pointer($pop11), $pop10 + i32.store __stack_pointer($pop11), $pop10 # fallthrough-return .endfunc .Lfunc_end8: @@ -360,17 +360,17 @@ f7: # @f7 i32.const $push3=, 16 i32.sub $push11=, $pop2, $pop3 tee_local $push10=, $2=, $pop11 - i32.store $drop=, __stack_pointer($pop4), $pop10 + i32.store __stack_pointer($pop4), $pop10 i32.const $push0=, 0 i32.const $push8=, 12 i32.add $push9=, $2, $pop8 - i32.store $drop=, pap($pop0), $pop9 - i32.store $drop=, 12($2), $1 + i32.store pap($pop0), $pop9 + i32.store 12($2), $1 call bar@FUNCTION, $0 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $2, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end9: @@ -390,12 +390,12 @@ f8: # @f8 i32.const $push10=, 16 i32.sub $push21=, $pop9, $pop10 tee_local $push20=, $2=, $pop21 - i32.store $drop=, __stack_pointer($pop11), $pop20 + i32.store __stack_pointer($pop11), $pop20 i32.const $push0=, 0 i32.const $push15=, 12 i32.add $push16=, $2, $pop15 - i32.store $drop=, pap($pop0), $pop16 - i32.store $drop=, 12($2), $1 + i32.store pap($pop0), $pop16 + i32.store 12($2), $1 call bar@FUNCTION, $0 i32.const $push19=, 0 i32.load $push2=, 12($2) @@ -405,14 +405,14 @@ f8: # @f8 i32.and $push18=, $pop3, $pop4 tee_local $push17=, $0=, $pop18 i64.load $push5=, 0($pop17) - i64.store $drop=, d($pop19), $pop5 + i64.store d($pop19), $pop5 i32.const $push6=, 8 i32.add $push7=, $0, $pop6 - i32.store $drop=, 12($2), $pop7 + i32.store 12($2), $pop7 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $2, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 # fallthrough-return .endfunc .Lfunc_end10: @@ -432,12 +432,12 @@ main: # @main i32.const $push43=, 176 i32.sub $push71=, $pop42, $pop43 tee_local $push70=, $0=, $pop71 - i32.store $drop=, __stack_pointer($pop44), $pop70 + i32.store __stack_pointer($pop44), $pop70 i32.const $push69=, 0 i64.const $push1=, 4629418941960159232 - i64.store $drop=, d($pop69), $pop1 + i64.store d($pop69), $pop1 i32.const $push68=, 28 - i32.store $drop=, 160($0), $pop68 + i32.store 160($0), $pop68 i32.const $push48=, 160 i32.add $push49=, $0, $pop48 call f2@FUNCTION, $0, $pop49 @@ -455,7 +455,7 @@ main: # @main br_if 0, $pop4 # 0: down to label6 # BB#2: # %if.end i64.const $push5=, 4638813169307877376 - i64.store $drop=, 144($0), $pop5 + i64.store 144($0), $pop5 i32.const $push50=, 144 i32.add $push51=, $0, $pop50 call f3@FUNCTION, $0, $pop51 @@ -466,9 +466,9 @@ main: # @main br_if 0, $pop8 # 0: down to label6 # BB#3: # %if.end4 i32.const $push76=, 128 - i32.store $drop=, 136($0), $pop76 + i32.store 136($0), $pop76 i64.const $push10=, 4625196817309499392 - i64.store $drop=, 128($0), $pop10 + i64.store 128($0), $pop10 i32.const $push11=, 5 i32.const $push52=, 128 i32.add $push53=, $0, $pop52 @@ -486,9 +486,9 @@ main: # @main br_if 0, $pop15 # 0: down to label6 # BB#5: # %if.end9 i32.const $push16=, 129 - i32.store $drop=, 120($0), $pop16 + i32.store 120($0), $pop16 i64.const $push17=, 4625478292286210048 - i64.store $drop=, 112($0), $pop17 + i64.store 112($0), $pop17 i32.const $push18=, 16390 i32.const $push54=, 112 i32.add $push55=, $0, $pop54 @@ -500,9 +500,9 @@ main: # @main br_if 0, $pop20 # 0: down to label6 # BB#6: # %if.end12 i64.const $push21=, 60129542156 - i64.store $drop=, 96($0), $pop21 + i64.store 96($0), $pop21 i32.const $push22=, -31 - i32.store $drop=, 104($0), $pop22 + i32.store 104($0), $pop22 i32.const $push56=, 96 i32.add $push57=, $0, $pop56 call f6@FUNCTION, $0, $pop57 @@ -517,23 +517,23 @@ main: # @main i32.const $push92=, 32 i32.add $push25=, $pop59, $pop92 i64.const $push26=, 4628011567076605952 - i64.store $drop=, 0($pop25), $pop26 + i64.store 0($pop25), $pop26 i32.const $push60=, 48 i32.add $push61=, $0, $pop60 i32.const $push91=, 24 i32.add $push27=, $pop61, $pop91 i32.const $push90=, 17 - i32.store $drop=, 0($pop27), $pop90 + i32.store 0($pop27), $pop90 i32.const $push62=, 48 i32.add $push63=, $0, $pop62 i32.const $push89=, 16 i32.add $push28=, $pop63, $pop89 i64.const $push88=, 4613381465357418496 - i64.store $drop=, 0($pop28), $pop88 + i64.store 0($pop28), $pop88 i64.const $push87=, 0 - i64.store $drop=, 56($0), $pop87 + i64.store 56($0), $pop87 i64.const $push86=, 14 - i64.store $drop=, 48($0), $pop86 + i64.store 48($0), $pop86 i32.const $push85=, 16392 i32.const $push64=, 48 i32.add $push65=, $0, $pop64 @@ -547,19 +547,19 @@ main: # @main i32.const $push102=, 32 i32.add $push32=, $0, $pop102 i64.const $push33=, 4628293042053316608 - i64.store $drop=, 0($pop32), $pop33 + i64.store 0($pop32), $pop33 i32.const $push101=, 24 i32.add $push34=, $0, $pop101 i32.const $push100=, 17 - i32.store $drop=, 0($pop34), $pop100 + i32.store 0($pop34), $pop100 i32.const $push99=, 16 i32.add $push35=, $0, $pop99 i64.const $push98=, 4613381465357418496 - i64.store $drop=, 0($pop35), $pop98 + i64.store 0($pop35), $pop98 i64.const $push97=, 0 - i64.store $drop=, 8($0), $pop97 + i64.store 8($0), $pop97 i64.const $push96=, 14 - i64.store $drop=, 0($0), $pop96 + i64.store 0($0), $pop96 i32.const $push95=, 16392 call f8@FUNCTION, $pop95, $0 i32.const $push94=, 0 @@ -577,7 +577,7 @@ main: # @main i32.const $push47=, 0 i32.const $push45=, 176 i32.add $push46=, $0, $pop45 - i32.store $drop=, __stack_pointer($pop47), $pop46 + i32.store __stack_pointer($pop47), $pop46 i32.const $push40=, 0 return $pop40 .LBB11_11: # %if.then22 @@ -643,5 +643,5 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/stdarg-2.c.s b/test/torture-s/stdarg-2.c.s index 01c007e96..cc9d7baed 100644 --- a/test/torture-s/stdarg-2.c.s +++ b/test/torture-s/stdarg-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-2.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,7 +14,7 @@ foo: # @foo i32.const $push40=, 32 i32.sub $push50=, $pop39, $pop40 tee_local $push49=, $2=, $pop50 - i32.store $drop=, __stack_pointer($pop41), $pop49 + i32.store __stack_pointer($pop41), $pop49 block block block @@ -43,7 +43,7 @@ foo: # @foo f64.add $push32=, $pop31, $pop29 i32.trunc_s/f64 $push52=, $pop32 tee_local $push51=, $1=, $pop52 - i32.store $drop=, foo_arg($pop33), $pop51 + i32.store foo_arg($pop33), $pop51 i64.extend_u/i32 $push35=, $1 i64.load $push34=, 8($0) i64.add $push36=, $pop35, $pop34 @@ -71,7 +71,7 @@ foo: # @foo i64.load $push9=, 8($1) call __addtf3@FUNCTION, $2, $pop14, $pop13, $pop10, $pop9 i32.const $push15=, 0 - i32.store $drop=, foo_arg($pop15), $0 + i32.store foo_arg($pop15), $0 i64.load $push18=, 0($2) i32.const $push55=, 8 i32.add $push16=, $2, $pop55 @@ -88,7 +88,7 @@ foo: # @foo tee_local $push62=, $0=, $pop63 i32.load $push61=, 0($pop62) tee_local $push60=, $1=, $pop61 - i32.store $drop=, foo_arg($pop22), $pop60 + i32.store foo_arg($pop22), $pop60 f64.convert_s/i32 $push24=, $1 f64.load $push23=, 8($0) f64.add $push25=, $pop24, $pop23 @@ -96,11 +96,11 @@ foo: # @foo .LBB0_6: # %sw.epilog end_block # label1: i32.const $push37=, 0 - i32.store $drop=, foo_arg($pop37), $0 + i32.store foo_arg($pop37), $0 i32.const $push44=, 0 i32.const $push42=, 32 i32.add $push43=, $2, $pop42 - i32.store $drop=, __stack_pointer($pop44), $pop43 + i32.store __stack_pointer($pop44), $pop43 return .LBB0_7: # %sw.default end_block # label0: @@ -131,7 +131,7 @@ bar: # @bar i32.const $push2=, 4 i32.add $push16=, $pop17, $pop2 tee_local $push15=, $1=, $pop16 - i32.store $drop=, gap($pop20), $pop15 + i32.store gap($pop20), $pop15 i32.load $push3=, 0($2) i32.const $push4=, 13 i32.ne $push5=, $pop3, $pop4 @@ -145,7 +145,7 @@ bar: # @bar tee_local $push21=, $2=, $pop22 i32.const $push9=, 8 i32.add $push10=, $pop21, $pop9 - i32.store $drop=, gap($pop23), $pop10 + i32.store gap($pop23), $pop10 f64.load $push11=, 0($2) f64.const $push12=, -0x1.cp3 f64.ne $push13=, $pop11, $pop12 @@ -153,7 +153,7 @@ bar: # @bar .LBB1_3: # %if.end6 end_block # label5: i32.const $push14=, 0 - i32.store $drop=, bar_arg($pop14), $0 + i32.store bar_arg($pop14), $0 return .LBB1_4: # %if.then5 end_block # label4: @@ -171,14 +171,14 @@ f1: # @f1 .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, gap($pop0), $1 + i32.store gap($pop0), $1 i32.const $push5=, 0 i32.const $push1=, 4 i32.add $push2=, $1, $pop1 - i32.store $drop=, gap($pop5), $pop2 + i32.store gap($pop5), $pop2 i32.const $push4=, 0 i32.load $push3=, 0($1) - i32.store $drop=, x($pop4), $pop3 + i32.store x($pop4), $pop3 # fallthrough-return .endfunc .Lfunc_end2: @@ -193,7 +193,7 @@ f2: # @f2 .local i32 # BB#0: # %entry i32.const $push15=, 0 - i32.store $drop=, gap($pop15), $1 + i32.store gap($pop15), $1 block block i32.const $push0=, 16386 @@ -207,7 +207,7 @@ f2: # @f2 i32.const $push2=, 4 i32.add $push17=, $pop18, $pop2 tee_local $push16=, $2=, $pop17 - i32.store $drop=, gap($pop21), $pop16 + i32.store gap($pop21), $pop16 i32.load $push3=, 0($1) i32.const $push4=, 13 i32.ne $push5=, $pop3, $pop4 @@ -221,7 +221,7 @@ f2: # @f2 tee_local $push22=, $1=, $pop23 i32.const $push9=, 8 i32.add $push10=, $pop22, $pop9 - i32.store $drop=, gap($pop11), $pop10 + i32.store gap($pop11), $pop10 f64.load $push12=, 0($1) f64.const $push13=, -0x1.cp3 f64.ne $push14=, $pop12, $pop13 @@ -229,7 +229,7 @@ f2: # @f2 .LBB3_3: # %bar.exit end_block # label7: i32.const $push24=, 0 - i32.store $drop=, bar_arg($pop24), $0 + i32.store bar_arg($pop24), $0 return .LBB3_4: # %if.then5.i end_block # label6: @@ -252,13 +252,13 @@ f3: # @f3 i32.const $push6=, 48 i32.sub $push8=, $pop5, $pop6 tee_local $push7=, $2=, $pop8 - i32.store $drop=, 16($pop7), $1 + i32.store 16($pop7), $1 i32.const $push0=, 4 i32.add $push1=, $1, $pop0 - i32.store $drop=, 16($2), $pop1 + i32.store 16($2), $pop1 i32.const $push3=, 0 i32.load $push2=, 0($1) - i32.store $drop=, x($pop3), $pop2 + i32.store x($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end4: @@ -278,8 +278,8 @@ f4: # @f4 i32.const $push17=, 48 i32.sub $push23=, $pop16, $pop17 tee_local $push22=, $3=, $pop23 - i32.store $drop=, __stack_pointer($pop18), $pop22 - i32.store $drop=, 16($3), $1 + i32.store __stack_pointer($pop18), $pop22 + i32.store 16($3), $1 block block i32.const $push0=, 16386 @@ -293,7 +293,7 @@ f4: # @f4 i32.const $push2=, 4 i32.add $push25=, $pop26, $pop2 tee_local $push24=, $2=, $pop25 - i32.store $drop=, gap($pop29), $pop24 + i32.store gap($pop29), $pop24 i32.load $push3=, 0($1) i32.const $push4=, 13 i32.ne $push5=, $pop3, $pop4 @@ -307,7 +307,7 @@ f4: # @f4 tee_local $push30=, $1=, $pop31 i32.const $push9=, 8 i32.add $push10=, $pop30, $pop9 - i32.store $drop=, gap($pop32), $pop10 + i32.store gap($pop32), $pop10 f64.load $push11=, 0($1) f64.const $push12=, -0x1.cp3 f64.ne $push13=, $pop11, $pop12 @@ -315,11 +315,11 @@ f4: # @f4 .LBB5_3: # %bar.exit end_block # label9: i32.const $push14=, 0 - i32.store $drop=, bar_arg($pop14), $0 + i32.store bar_arg($pop14), $0 i32.const $push21=, 0 i32.const $push19=, 48 i32.add $push20=, $3, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 return .LBB5_4: # %if.then5.i end_block # label8: @@ -343,8 +343,8 @@ f5: # @f5 i32.const $push40=, 80 i32.sub $push50=, $pop39, $pop40 tee_local $push49=, $2=, $pop50 - i32.store $drop=, __stack_pointer($pop41), $pop49 - i32.store $drop=, 48($2), $1 + i32.store __stack_pointer($pop41), $pop49 + i32.store 48($2), $1 block block block @@ -373,7 +373,7 @@ f5: # @f5 f64.add $push32=, $pop31, $pop29 i32.trunc_s/f64 $push52=, $pop32 tee_local $push51=, $0=, $pop52 - i32.store $drop=, foo_arg($pop33), $pop51 + i32.store foo_arg($pop33), $pop51 i64.extend_u/i32 $push35=, $0 i64.load $push34=, 8($1) i64.add $push36=, $pop35, $pop34 @@ -401,7 +401,7 @@ f5: # @f5 i64.load $push9=, 8($1) call __addtf3@FUNCTION, $2, $pop14, $pop13, $pop10, $pop9 i32.const $push15=, 0 - i32.store $drop=, foo_arg($pop15), $0 + i32.store foo_arg($pop15), $0 i64.load $push18=, 0($2) i32.const $push55=, 8 i32.add $push16=, $2, $pop55 @@ -418,7 +418,7 @@ f5: # @f5 tee_local $push62=, $1=, $pop63 i32.load $push61=, 0($pop62) tee_local $push60=, $0=, $pop61 - i32.store $drop=, foo_arg($pop22), $pop60 + i32.store foo_arg($pop22), $pop60 f64.convert_s/i32 $push24=, $0 f64.load $push23=, 8($1) f64.add $push25=, $pop24, $pop23 @@ -426,11 +426,11 @@ f5: # @f5 .LBB6_6: # %foo.exit end_block # label11: i32.const $push37=, 0 - i32.store $drop=, foo_arg($pop37), $1 + i32.store foo_arg($pop37), $1 i32.const $push44=, 0 i32.const $push42=, 80 i32.add $push43=, $2, $pop42 - i32.store $drop=, __stack_pointer($pop44), $pop43 + i32.store __stack_pointer($pop44), $pop43 return .LBB6_7: # %sw.default.i end_block # label10: @@ -453,13 +453,13 @@ f6: # @f6 i32.const $push6=, 16 i32.sub $push8=, $pop5, $pop6 tee_local $push7=, $2=, $pop8 - i32.store $drop=, 4($pop7), $1 + i32.store 4($pop7), $1 i32.const $push0=, 4 i32.add $push1=, $1, $pop0 - i32.store $drop=, 4($2), $pop1 + i32.store 4($2), $pop1 i32.const $push3=, 0 i32.load $push2=, 0($1) - i32.store $drop=, x($pop3), $pop2 + i32.store x($pop3), $pop2 # fallthrough-return .endfunc .Lfunc_end7: @@ -479,8 +479,8 @@ f7: # @f7 i32.const $push17=, 16 i32.sub $push23=, $pop16, $pop17 tee_local $push22=, $3=, $pop23 - i32.store $drop=, __stack_pointer($pop18), $pop22 - i32.store $drop=, 4($3), $1 + i32.store __stack_pointer($pop18), $pop22 + i32.store 4($3), $1 block block i32.const $push0=, 16386 @@ -494,7 +494,7 @@ f7: # @f7 i32.const $push2=, 4 i32.add $push25=, $pop26, $pop2 tee_local $push24=, $2=, $pop25 - i32.store $drop=, gap($pop29), $pop24 + i32.store gap($pop29), $pop24 i32.load $push3=, 0($1) i32.const $push4=, 13 i32.ne $push5=, $pop3, $pop4 @@ -508,7 +508,7 @@ f7: # @f7 tee_local $push30=, $1=, $pop31 i32.const $push9=, 8 i32.add $push10=, $pop30, $pop9 - i32.store $drop=, gap($pop32), $pop10 + i32.store gap($pop32), $pop10 f64.load $push11=, 0($1) f64.const $push12=, -0x1.cp3 f64.ne $push13=, $pop11, $pop12 @@ -516,11 +516,11 @@ f7: # @f7 .LBB8_3: # %bar.exit end_block # label15: i32.const $push14=, 0 - i32.store $drop=, bar_arg($pop14), $0 + i32.store bar_arg($pop14), $0 i32.const $push21=, 0 i32.const $push19=, 16 i32.add $push20=, $3, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 return .LBB8_4: # %if.then5.i end_block # label14: @@ -544,8 +544,8 @@ f8: # @f8 i32.const $push40=, 48 i32.sub $push50=, $pop39, $pop40 tee_local $push49=, $2=, $pop50 - i32.store $drop=, __stack_pointer($pop41), $pop49 - i32.store $drop=, 36($2), $1 + i32.store __stack_pointer($pop41), $pop49 + i32.store 36($2), $1 block block block @@ -574,7 +574,7 @@ f8: # @f8 f64.add $push32=, $pop31, $pop29 i32.trunc_s/f64 $push52=, $pop32 tee_local $push51=, $0=, $pop52 - i32.store $drop=, foo_arg($pop33), $pop51 + i32.store foo_arg($pop33), $pop51 i64.extend_u/i32 $push35=, $0 i64.load $push34=, 8($1) i64.add $push36=, $pop35, $pop34 @@ -602,7 +602,7 @@ f8: # @f8 i64.load $push9=, 8($1) call __addtf3@FUNCTION, $2, $pop14, $pop13, $pop10, $pop9 i32.const $push15=, 0 - i32.store $drop=, foo_arg($pop15), $0 + i32.store foo_arg($pop15), $0 i64.load $push18=, 0($2) i32.const $push55=, 8 i32.add $push16=, $2, $pop55 @@ -619,7 +619,7 @@ f8: # @f8 tee_local $push62=, $1=, $pop63 i32.load $push61=, 0($pop62) tee_local $push60=, $0=, $pop61 - i32.store $drop=, foo_arg($pop22), $pop60 + i32.store foo_arg($pop22), $pop60 f64.convert_s/i32 $push24=, $0 f64.load $push23=, 8($1) f64.add $push25=, $pop24, $pop23 @@ -627,11 +627,11 @@ f8: # @f8 .LBB9_6: # %foo.exit end_block # label17: i32.const $push37=, 0 - i32.store $drop=, foo_arg($pop37), $1 + i32.store foo_arg($pop37), $1 i32.const $push44=, 0 i32.const $push42=, 48 i32.add $push43=, $2, $pop42 - i32.store $drop=, __stack_pointer($pop44), $pop43 + i32.store __stack_pointer($pop44), $pop43 return .LBB9_7: # %sw.default.i end_block # label16: @@ -656,13 +656,13 @@ f10: # @f10 i32.const $push0=, 12 i32.add $push10=, $pop8, $pop0 tee_local $push9=, $2=, $pop10 - i32.store $drop=, 0($pop9), $1 + i32.store 0($pop9), $1 i32.const $push1=, 4 i32.add $push2=, $1, $pop1 - i32.store $drop=, 0($2), $pop2 + i32.store 0($2), $pop2 i32.const $push4=, 0 i32.load $push3=, 0($1) - i32.store $drop=, x($pop4), $pop3 + i32.store x($pop4), $pop3 # fallthrough-return .endfunc .Lfunc_end10: @@ -682,10 +682,10 @@ f11: # @f11 i32.const $push19=, 16 i32.sub $push25=, $pop18, $pop19 tee_local $push24=, $3=, $pop25 - i32.store $drop=, __stack_pointer($pop20), $pop24 + i32.store __stack_pointer($pop20), $pop24 i32.const $push1=, 12 i32.add $push0=, $3, $pop1 - i32.store $drop=, 0($pop0), $1 + i32.store 0($pop0), $1 block block i32.const $push2=, 16386 @@ -699,7 +699,7 @@ f11: # @f11 i32.const $push4=, 4 i32.add $push27=, $pop28, $pop4 tee_local $push26=, $2=, $pop27 - i32.store $drop=, gap($pop31), $pop26 + i32.store gap($pop31), $pop26 i32.load $push5=, 0($1) i32.const $push6=, 13 i32.ne $push7=, $pop5, $pop6 @@ -713,7 +713,7 @@ f11: # @f11 tee_local $push32=, $1=, $pop33 i32.const $push11=, 8 i32.add $push12=, $pop32, $pop11 - i32.store $drop=, gap($pop34), $pop12 + i32.store gap($pop34), $pop12 f64.load $push13=, 0($1) f64.const $push14=, -0x1.cp3 f64.ne $push15=, $pop13, $pop14 @@ -721,11 +721,11 @@ f11: # @f11 .LBB11_3: # %bar.exit end_block # label21: i32.const $push16=, 0 - i32.store $drop=, bar_arg($pop16), $0 + i32.store bar_arg($pop16), $0 i32.const $push23=, 0 i32.const $push21=, 16 i32.add $push22=, $3, $pop21 - i32.store $drop=, __stack_pointer($pop23), $pop22 + i32.store __stack_pointer($pop23), $pop22 return .LBB11_4: # %if.then5.i end_block # label20: @@ -749,10 +749,10 @@ f12: # @f12 i32.const $push42=, 48 i32.sub $push52=, $pop41, $pop42 tee_local $push51=, $2=, $pop52 - i32.store $drop=, __stack_pointer($pop43), $pop51 + i32.store __stack_pointer($pop43), $pop51 i32.const $push1=, 44 i32.add $push0=, $2, $pop1 - i32.store $drop=, 0($pop0), $1 + i32.store 0($pop0), $1 block block block @@ -781,7 +781,7 @@ f12: # @f12 f64.add $push34=, $pop33, $pop31 i32.trunc_s/f64 $push54=, $pop34 tee_local $push53=, $0=, $pop54 - i32.store $drop=, foo_arg($pop35), $pop53 + i32.store foo_arg($pop35), $pop53 i64.extend_u/i32 $push37=, $0 i64.load $push36=, 8($1) i64.add $push38=, $pop37, $pop36 @@ -809,7 +809,7 @@ f12: # @f12 i64.load $push11=, 8($1) call __addtf3@FUNCTION, $2, $pop16, $pop15, $pop12, $pop11 i32.const $push17=, 0 - i32.store $drop=, foo_arg($pop17), $0 + i32.store foo_arg($pop17), $0 i64.load $push20=, 0($2) i32.const $push57=, 8 i32.add $push18=, $2, $pop57 @@ -826,7 +826,7 @@ f12: # @f12 tee_local $push64=, $1=, $pop65 i32.load $push63=, 0($pop64) tee_local $push62=, $0=, $pop63 - i32.store $drop=, foo_arg($pop24), $pop62 + i32.store foo_arg($pop24), $pop62 f64.convert_s/i32 $push26=, $0 f64.load $push25=, 8($1) f64.add $push27=, $pop26, $pop25 @@ -834,11 +834,11 @@ f12: # @f12 .LBB12_6: # %foo.exit end_block # label23: i32.const $push39=, 0 - i32.store $drop=, foo_arg($pop39), $1 + i32.store foo_arg($pop39), $1 i32.const $push46=, 0 i32.const $push44=, 48 i32.add $push45=, $2, $pop44 - i32.store $drop=, __stack_pointer($pop46), $pop45 + i32.store __stack_pointer($pop46), $pop45 return .LBB12_7: # %sw.default.i end_block # label22: @@ -862,9 +862,9 @@ main: # @main i32.const $push53=, 176 i32.sub $push77=, $pop52, $pop53 tee_local $push76=, $0=, $pop77 - i32.store $drop=, __stack_pointer($pop54), $pop76 + i32.store __stack_pointer($pop54), $pop76 i32.const $push0=, 79 - i32.store $drop=, 160($0), $pop0 + i32.store 160($0), $pop0 i32.const $push58=, 160 i32.add $push59=, $0, $pop58 call f1@FUNCTION, $0, $pop59 @@ -876,9 +876,9 @@ main: # @main br_if 0, $pop2 # 0: down to label26 # BB#1: # %if.end i64.const $push3=, -4599301119452119040 - i64.store $drop=, 152($0), $pop3 + i64.store 152($0), $pop3 i32.const $push4=, 13 - i32.store $drop=, 144($0), $pop4 + i32.store 144($0), $pop4 i32.const $push5=, 16386 i32.const $push60=, 144 i32.add $push61=, $0, $pop60 @@ -890,7 +890,7 @@ main: # @main br_if 0, $pop7 # 0: down to label26 # BB#2: # %if.end3 i32.const $push8=, 2031 - i32.store $drop=, 128($0), $pop8 + i32.store 128($0), $pop8 i32.const $push62=, 128 i32.add $push63=, $0, $pop62 call f3@FUNCTION, $0, $pop63 @@ -901,7 +901,7 @@ main: # @main br_if 0, $pop10 # 0: down to label26 # BB#3: # %if.end6 i32.const $push11=, 18 - i32.store $drop=, 112($0), $pop11 + i32.store 112($0), $pop11 i32.const $push12=, 4 i32.const $push64=, 112 i32.add $push65=, $0, $pop64 @@ -915,11 +915,11 @@ main: # @main i32.const $push15=, 96 i32.add $push16=, $0, $pop15 i64.const $push17=, 18 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i64.const $push18=, 4626041242239631360 - i64.store $drop=, 88($0), $pop18 + i64.store 88($0), $pop18 i32.const $push19=, 1 - i32.store $drop=, 80($0), $pop19 + i32.store 80($0), $pop19 i32.const $push20=, 5 i32.const $push66=, 80 i32.add $push67=, $0, $pop66 @@ -931,7 +931,7 @@ main: # @main br_if 0, $pop23 # 0: down to label26 # BB#5: # %if.end12 i32.const $push24=, 18 - i32.store $drop=, 64($0), $pop24 + i32.store 64($0), $pop24 i32.const $push68=, 64 i32.add $push69=, $0, $pop68 call f6@FUNCTION, $0, $pop69 @@ -951,9 +951,9 @@ main: # @main br_if 0, $pop29 # 0: down to label26 # BB#7: # %if.end18 i64.const $push30=, 4623507967449235456 - i64.store $drop=, 56($0), $pop30 + i64.store 56($0), $pop30 i64.const $push31=, 2031 - i64.store $drop=, 48($0), $pop31 + i64.store 48($0), $pop31 i32.const $push32=, 8 i32.const $push70=, 48 i32.add $push71=, $0, $pop70 @@ -965,7 +965,7 @@ main: # @main br_if 0, $pop35 # 0: down to label26 # BB#8: # %if.end21 i32.const $push36=, 180 - i32.store $drop=, 32($0), $pop36 + i32.store 32($0), $pop36 i32.const $push72=, 32 i32.add $push73=, $0, $pop72 call f10@FUNCTION, $0, $pop73 @@ -987,11 +987,11 @@ main: # @main i32.const $push42=, 16 i32.add $push43=, $0, $pop42 i64.const $push44=, 4612389705869164544 - i64.store $drop=, 0($pop43), $pop44 + i64.store 0($pop43), $pop44 i64.const $push45=, 0 - i64.store $drop=, 8($0), $pop45 + i64.store 8($0), $pop45 i32.const $push46=, 2030 - i32.store $drop=, 0($0), $pop46 + i32.store 0($0), $pop46 i32.const $push47=, 11 call f12@FUNCTION, $pop47, $0 i32.const $push96=, 0 @@ -1003,7 +1003,7 @@ main: # @main i32.const $push57=, 0 i32.const $push55=, 176 i32.add $push56=, $0, $pop55 - i32.store $drop=, __stack_pointer($pop57), $pop56 + i32.store __stack_pointer($pop57), $pop56 i32.const $push97=, 0 return $pop97 .LBB13_12: # %if.then29 @@ -1060,5 +1060,5 @@ d: .size d, 8 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/stdarg-3.c.s b/test/torture-s/stdarg-3.c.s index 16f1771e7..15254466c 100644 --- a/test/torture-s/stdarg-3.c.s +++ b/test/torture-s/stdarg-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-3.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -8,7 +8,7 @@ bar: # @bar .param i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, bar_arg($pop0), $0 + i32.store bar_arg($pop0), $0 # fallthrough-return .endfunc .Lfunc_end0: @@ -27,7 +27,7 @@ f1: # @f1 i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $3=, $pop8 - i32.store $drop=, 12($pop7), $1 + i32.store 12($pop7), $1 block i32.const $push6=, 1 i32.lt_s $push0=, $0, $pop6 @@ -42,10 +42,10 @@ f1: # @f1 i32.const $push17=, 4 i32.add $push16=, $0, $pop17 tee_local $push15=, $2=, $pop16 - i32.store $drop=, 12($3), $pop15 + i32.store 12($3), $pop15 i32.const $push14=, 0 i32.load $push1=, 0($0) - i32.store $drop=, x($pop14), $pop1 + i32.store x($pop14), $pop1 copy_local $0=, $2 i32.const $push13=, -1 i32.add $push12=, $1, $pop13 @@ -74,7 +74,7 @@ f2: # @f2 i32.const $push6=, 16 i32.sub $push9=, $pop5, $pop6 tee_local $push8=, $2=, $pop9 - i32.store $drop=, 12($pop8), $1 + i32.store 12($pop8), $1 block i32.const $push7=, 1 i32.lt_s $push0=, $0, $pop7 @@ -93,7 +93,7 @@ f2: # @f2 i32.and $push17=, $pop1, $pop18 tee_local $push16=, $0=, $pop17 i64.load $push2=, 0($pop16) - i64.store $drop=, d($pop20), $pop2 + i64.store d($pop20), $pop2 i32.const $push15=, 8 i32.add $0=, $0, $pop15 i32.const $push14=, -1 @@ -104,7 +104,7 @@ f2: # @f2 br_if 0, $pop3 # 0: up to label4 # BB#3: # %while.end.loopexit end_loop # label5: - i32.store $drop=, 12($2), $0 + i32.store 12($2), $0 .LBB2_4: # %while.end end_block # label3: # fallthrough-return @@ -136,14 +136,14 @@ f3: # @f3 .LBB3_2: # %while.body # =>This Inner Loop Header: Depth=1 loop # label7: - i32.store $drop=, 12($4), $1 - i32.store $drop=, 12($4), $2 + i32.store 12($4), $1 + i32.store 12($4), $2 i32.const $push15=, 0 i32.load $push14=, 0($1) tee_local $push13=, $3=, $pop14 - i32.store $drop=, bar_arg($pop15), $pop13 + i32.store bar_arg($pop15), $pop13 i32.const $push12=, 0 - i32.store $drop=, x($pop12), $3 + i32.store x($pop12), $3 i32.const $push11=, -1 i32.add $push10=, $0, $pop11 tee_local $push9=, $0=, $pop10 @@ -187,18 +187,18 @@ f4: # @f4 .LBB4_2: # %while.body # =>This Inner Loop Header: Depth=1 loop # label10: - i32.store $drop=, 12($4), $1 + i32.store 12($4), $1 i32.const $push24=, 0 i64.load $push4=, 0($2) - i64.store $drop=, d($pop24), $pop4 + i64.store d($pop24), $pop4 i32.const $push23=, 0 i32.const $push22=, 0 f64.load $push5=, d($pop22) f64.const $push21=, 0x1p2 f64.add $push6=, $pop5, $pop21 i32.trunc_s/f64 $push7=, $pop6 - i32.store $drop=, bar_arg($pop23), $pop7 - i32.store $drop=, 12($4), $3 + i32.store bar_arg($pop23), $pop7 + i32.store 12($4), $3 i32.const $push20=, -1 i32.add $push19=, $0, $pop20 tee_local $push18=, $0=, $pop19 @@ -226,7 +226,7 @@ f5: # @f5 i32.const $push12=, 16 i32.sub $push15=, $pop11, $pop12 tee_local $push14=, $2=, $pop15 - i32.store $drop=, 12($pop14), $1 + i32.store 12($pop14), $1 block i32.const $push13=, 1 i32.lt_s $push0=, $0, $pop13 @@ -245,22 +245,22 @@ f5: # @f5 i32.and $push29=, $pop1, $pop30 tee_local $push28=, $0=, $pop29 i64.load $push2=, 0($pop28) - i64.store $drop=, s1($pop32), $pop2 + i64.store s1($pop32), $pop2 i32.const $push27=, 0 i32.const $push26=, 24 i32.add $push3=, $0, $pop26 i64.load $push4=, 0($pop3) - i64.store $drop=, s1+24($pop27), $pop4 + i64.store s1+24($pop27), $pop4 i32.const $push25=, 0 i32.const $push24=, 16 i32.add $push5=, $0, $pop24 i64.load $push6=, 0($pop5) - i64.store $drop=, s1+16($pop25), $pop6 + i64.store s1+16($pop25), $pop6 i32.const $push23=, 0 i32.const $push22=, 8 i32.add $push7=, $0, $pop22 i64.load $push8=, 0($pop7) - i64.store $drop=, s1+8($pop23), $pop8 + i64.store s1+8($pop23), $pop8 i32.const $push21=, 32 i32.add $0=, $0, $pop21 i32.const $push20=, -1 @@ -271,7 +271,7 @@ f5: # @f5 br_if 0, $pop9 # 0: up to label13 # BB#3: # %while.end.loopexit end_loop # label14: - i32.store $drop=, 12($2), $0 + i32.store 12($2), $0 .LBB5_4: # %while.end end_block # label12: # fallthrough-return @@ -292,7 +292,7 @@ f6: # @f6 i32.const $push8=, 16 i32.sub $push11=, $pop7, $pop8 tee_local $push10=, $2=, $pop11 - i32.store $drop=, 12($pop10), $1 + i32.store 12($pop10), $1 block i32.const $push9=, 1 i32.lt_s $push0=, $0, $pop9 @@ -311,12 +311,12 @@ f6: # @f6 i32.and $push21=, $pop1, $pop22 tee_local $push20=, $0=, $pop21 i64.load $push2=, 0($pop20) - i64.store $drop=, s2($pop24), $pop2 + i64.store s2($pop24), $pop2 i32.const $push19=, 0 i32.const $push18=, 8 i32.add $push3=, $0, $pop18 i64.load $push4=, 0($pop3) - i64.store $drop=, s2+8($pop19), $pop4 + i64.store s2+8($pop19), $pop4 i32.const $push17=, 16 i32.add $0=, $0, $pop17 i32.const $push16=, -1 @@ -327,7 +327,7 @@ f6: # @f6 br_if 0, $pop5 # 0: up to label16 # BB#3: # %while.end.loopexit end_loop # label17: - i32.store $drop=, 12($2), $0 + i32.store 12($2), $0 .LBB6_4: # %while.end end_block # label15: # fallthrough-return @@ -376,36 +376,36 @@ f7: # @f7 .LBB7_2: # %while.body # =>This Inner Loop Header: Depth=1 loop # label19: - i32.store $drop=, 12($10), $1 + i32.store 12($10), $1 i32.const $push41=, 0 i32.load $push4=, 4($0) - i32.store $drop=, s1+4($pop41), $pop4 + i32.store s1+4($pop41), $pop4 i32.const $push40=, 0 i32.load $push6=, 0($2) - i32.store $drop=, s1+28($pop40), $pop6 + i32.store s1+28($pop40), $pop6 i32.const $push39=, 0 i32.load $push8=, 0($3) - i32.store $drop=, s1+24($pop39), $pop8 + i32.store s1+24($pop39), $pop8 i32.const $push38=, 0 i32.load $push10=, 0($4) - i32.store $drop=, s1+20($pop38), $pop10 + i32.store s1+20($pop38), $pop10 i32.const $push37=, 0 i32.load $push12=, 0($5) - i32.store $drop=, s1+16($pop37), $pop12 + i32.store s1+16($pop37), $pop12 i32.const $push36=, 0 i32.load $push14=, 0($6) - i32.store $drop=, s1+12($pop36), $pop14 + i32.store s1+12($pop36), $pop14 i32.const $push35=, 0 i32.load $push16=, 0($7) - i32.store $drop=, s1+8($pop35), $pop16 - i32.store $drop=, 12($10), $8 + i32.store s1+8($pop35), $pop16 + i32.store 12($10), $8 i32.const $push34=, 0 i32.load $push18=, 0($0) - i32.store $drop=, s1($pop34), $pop18 + i32.store s1($pop34), $pop18 i32.const $push33=, 0 i32.const $push32=, 0 i32.load $push19=, s1($pop32) - i32.store $drop=, bar_arg($pop33), $pop19 + i32.store bar_arg($pop33), $pop19 i32.const $push31=, -1 i32.add $push30=, $9, $pop31 tee_local $push29=, $9=, $pop30 @@ -453,27 +453,27 @@ f8: # @f8 .LBB8_2: # %while.body # =>This Inner Loop Header: Depth=1 loop # label22: - i32.store $drop=, 12($6), $1 + i32.store 12($6), $1 i32.const $push31=, 0 i32.load $push4=, 4($0) - i32.store $drop=, s2+4($pop31), $pop4 + i32.store s2+4($pop31), $pop4 i32.const $push30=, 0 i32.load $push5=, 0($0) - i32.store $drop=, s2($pop30), $pop5 + i32.store s2($pop30), $pop5 i32.const $push29=, 0 i32.load $push7=, 0($2) - i32.store $drop=, s2+12($pop29), $pop7 + i32.store s2+12($pop29), $pop7 i32.const $push28=, 0 i32.load $push9=, 0($3) - i32.store $drop=, s2+8($pop28), $pop9 - i32.store $drop=, 12($6), $4 + i32.store s2+8($pop28), $pop9 + i32.store 12($6), $4 i32.const $push27=, 0 i32.load $push11=, 16($0) - i32.store $drop=, y($pop27), $pop11 + i32.store y($pop27), $pop11 i32.const $push26=, 0 i32.const $push25=, 0 i32.load $push12=, s2+8($pop25) - i32.store $drop=, bar_arg($pop26), $pop12 + i32.store bar_arg($pop26), $pop12 i32.const $push24=, -1 i32.add $push23=, $5, $pop24 tee_local $push22=, $5=, $pop23 @@ -502,23 +502,23 @@ main: # @main i32.const $push236=, 752 i32.sub $push423=, $pop235, $pop236 tee_local $push422=, $3=, $pop423 - i32.store $drop=, __stack_pointer($pop237), $pop422 + i32.store __stack_pointer($pop237), $pop422 i32.const $push241=, 624 i32.add $push242=, $3, $pop241 i32.const $push421=, 24 i32.add $push0=, $pop242, $pop421 i64.const $push1=, 55834574859 - i64.store $drop=, 0($pop0), $pop1 + i64.store 0($pop0), $pop1 i32.const $push243=, 624 i32.add $push244=, $3, $pop243 i32.const $push420=, 16 i32.add $push2=, $pop244, $pop420 i64.const $push3=, 38654705671 - i64.store $drop=, 0($pop2), $pop3 + i64.store 0($pop2), $pop3 i64.const $push4=, 21474836483 - i64.store $drop=, 632($3), $pop4 + i64.store 632($3), $pop4 i64.const $push5=, 8589934593 - i64.store $drop=, 624($3), $pop5 + i64.store 624($3), $pop5 i32.const $push6=, 7 i32.const $push245=, 624 i32.add $push246=, $3, $pop245 @@ -533,31 +533,31 @@ main: # @main i32.const $push10=, 608 i32.add $push11=, $3, $pop10 i64.const $push12=, 4634204016564240384 - i64.store $drop=, 0($pop11), $pop12 + i64.store 0($pop11), $pop12 i32.const $push13=, 600 i32.add $push14=, $3, $pop13 i64.const $push15=, 4629700416936869888 - i64.store $drop=, 0($pop14), $pop15 + i64.store 0($pop14), $pop15 i32.const $push16=, 592 i32.add $push17=, $3, $pop16 i64.const $push18=, 4625196817309499392 - i64.store $drop=, 0($pop17), $pop18 + i64.store 0($pop17), $pop18 i32.const $push247=, 560 i32.add $push248=, $3, $pop247 i32.const $push426=, 24 i32.add $push19=, $pop248, $pop426 i64.const $push20=, 4620693217682128896 - i64.store $drop=, 0($pop19), $pop20 + i64.store 0($pop19), $pop20 i32.const $push249=, 560 i32.add $push250=, $3, $pop249 i32.const $push425=, 16 i32.add $push21=, $pop250, $pop425 i64.const $push22=, 4616189618054758400 - i64.store $drop=, 0($pop21), $pop22 + i64.store 0($pop21), $pop22 i64.const $push23=, 4611686018427387904 - i64.store $drop=, 568($3), $pop23 + i64.store 568($3), $pop23 i64.const $push24=, 4607182418800017408 - i64.store $drop=, 560($3), $pop24 + i64.store 560($3), $pop24 i32.const $push25=, 6 i32.const $push251=, 560 i32.add $push252=, $3, $pop251 @@ -569,7 +569,7 @@ main: # @main br_if 0, $pop28 # 0: down to label24 # BB#2: # %if.end3 i64.const $push30=, 12884901889 - i64.store $drop=, 544($3), $pop30 + i64.store 544($3), $pop30 i32.const $push31=, 2 i32.const $push253=, 544 i32.add $push254=, $3, $pop253 @@ -587,9 +587,9 @@ main: # @main br_if 0, $pop34 # 0: down to label24 # BB#4: # %if.end7 i64.const $push36=, 4626041242239631360 - i64.store $drop=, 536($3), $pop36 + i64.store 536($3), $pop36 i64.const $push37=, 4625478292286210048 - i64.store $drop=, 528($3), $pop37 + i64.store 528($3), $pop37 i32.const $push38=, 2 i32.const $push255=, 528 i32.add $push256=, $3, $pop255 @@ -607,23 +607,23 @@ main: # @main br_if 0, $pop43 # 0: down to label24 # BB#6: # %if.end12 i32.const $push47=, 251 - i32.store $drop=, 736($3), $pop47 + i32.store 736($3), $pop47 i32.const $push257=, 688 i32.add $push258=, $3, $pop257 i32.const $push48=, 16 i32.add $push450=, $pop258, $pop48 tee_local $push449=, $0=, $pop450 i32.const $push448=, 251 - i32.store $drop=, 0($pop449), $pop448 + i32.store 0($pop449), $pop448 i64.const $push49=, 4624633867356078080 - i64.store $drop=, 728($3), $pop49 + i64.store 728($3), $pop49 i32.const $push259=, 688 i32.add $push260=, $3, $pop259 i32.const $push50=, 8 i32.add $push447=, $pop260, $pop50 tee_local $push446=, $1=, $pop447 i64.const $push445=, 4624633867356078080 - i64.store $drop=, 0($pop446), $pop445 + i64.store 0($pop446), $pop445 i32.const $push261=, 688 i32.add $push262=, $3, $pop261 i32.const $push51=, 20 @@ -633,86 +633,86 @@ main: # @main i32.const $push444=, 20 i32.add $push53=, $pop264, $pop444 i32.load $push54=, 0($pop53) - i32.store $drop=, 0($pop52), $pop54 + i32.store 0($pop52), $pop54 i64.const $push55=, 4640924231633207296 - i64.store $drop=, 744($3), $pop55 + i64.store 744($3), $pop55 i32.const $push56=, 131 - i32.store $drop=, 720($3), $pop56 + i32.store 720($3), $pop56 i64.load $push57=, 720($3) - i64.store $drop=, 688($3), $pop57 + i64.store 688($3), $pop57 i32.const $push443=, 254 - i32.store $drop=, 0($0), $pop443 + i32.store 0($0), $pop443 i32.const $push265=, 496 i32.add $push266=, $3, $pop265 i32.const $push442=, 16 i32.add $push58=, $pop266, $pop442 i64.load $push59=, 736($3) - i64.store $drop=, 0($pop58), $pop59 + i64.store 0($pop58), $pop59 i64.const $push60=, 4640466834796052480 - i64.store $drop=, 712($3), $pop60 + i64.store 712($3), $pop60 i32.const $push267=, 496 i32.add $push268=, $3, $pop267 i32.const $push61=, 24 i32.add $push62=, $pop268, $pop61 i64.load $push63=, 744($3) - i64.store $drop=, 0($pop62), $pop63 + i64.store 0($pop62), $pop63 i32.const $push269=, 496 i32.add $push270=, $3, $pop269 i32.const $push441=, 8 i32.add $push64=, $pop270, $pop441 i64.load $push65=, 728($3) - i64.store $drop=, 0($pop64), $pop65 + i64.store 0($pop64), $pop65 i64.load $push66=, 720($3) - i64.store $drop=, 496($3), $pop66 + i64.store 496($3), $pop66 i32.const $push271=, 464 i32.add $push272=, $3, $pop271 i32.const $push440=, 24 i32.add $push67=, $pop272, $pop440 i64.load $push68=, 712($3) - i64.store $drop=, 0($pop67), $pop68 + i64.store 0($pop67), $pop68 i32.const $push273=, 464 i32.add $push274=, $3, $pop273 i32.const $push439=, 16 i32.add $push69=, $pop274, $pop439 i64.load $push70=, 0($0) - i64.store $drop=, 0($pop69), $pop70 + i64.store 0($pop69), $pop70 i32.const $push275=, 464 i32.add $push276=, $3, $pop275 i32.const $push438=, 8 i32.add $push71=, $pop276, $pop438 i64.load $push72=, 0($1) - i64.store $drop=, 0($pop71), $pop72 + i64.store 0($pop71), $pop72 i64.load $push73=, 688($3) - i64.store $drop=, 464($3), $pop73 + i64.store 464($3), $pop73 i32.const $push277=, 432 i32.add $push278=, $3, $pop277 i32.const $push437=, 24 i32.add $push74=, $pop278, $pop437 i64.load $push75=, 744($3) - i64.store $drop=, 0($pop74), $pop75 + i64.store 0($pop74), $pop75 i32.const $push279=, 432 i32.add $push280=, $3, $pop279 i32.const $push436=, 16 i32.add $push76=, $pop280, $pop436 i64.load $push77=, 736($3) - i64.store $drop=, 0($pop76), $pop77 + i64.store 0($pop76), $pop77 i32.const $push281=, 432 i32.add $push282=, $3, $pop281 i32.const $push435=, 8 i32.add $push78=, $pop282, $pop435 i64.load $push79=, 728($3) - i64.store $drop=, 0($pop78), $pop79 + i64.store 0($pop78), $pop79 i64.load $push80=, 720($3) - i64.store $drop=, 432($3), $pop80 + i64.store 432($3), $pop80 i32.const $push283=, 432 i32.add $push284=, $3, $pop283 - i32.store $drop=, 424($3), $pop284 + i32.store 424($3), $pop284 i32.const $push285=, 464 i32.add $push286=, $3, $pop285 - i32.store $drop=, 420($3), $pop286 + i32.store 420($3), $pop286 i32.const $push287=, 496 i32.add $push288=, $3, $pop287 - i32.store $drop=, 416($3), $pop288 + i32.store 416($3), $pop288 i32.const $push81=, 2 i32.const $push289=, 416 i32.add $push290=, $3, $pop289 @@ -751,7 +751,7 @@ main: # @main i32.add $push472=, $pop294, $pop473 tee_local $push471=, $0=, $pop472 i64.load $push94=, 0($pop471) - i64.store $drop=, 0($pop93), $pop94 + i64.store 0($pop93), $pop94 i32.const $push295=, 384 i32.add $push296=, $3, $pop295 i32.const $push95=, 16 @@ -762,7 +762,7 @@ main: # @main i32.add $push469=, $pop298, $pop470 tee_local $push468=, $1=, $pop469 i64.load $push97=, 0($pop468) - i64.store $drop=, 0($pop96), $pop97 + i64.store 0($pop96), $pop97 i32.const $push299=, 384 i32.add $push300=, $3, $pop299 i32.const $push98=, 8 @@ -773,9 +773,9 @@ main: # @main i32.add $push466=, $pop302, $pop467 tee_local $push465=, $2=, $pop466 i64.load $push100=, 0($pop465) - i64.store $drop=, 0($pop99), $pop100 + i64.store 0($pop99), $pop100 i64.load $push101=, 720($3) - i64.store $drop=, 384($3), $pop101 + i64.store 384($3), $pop101 i32.const $push303=, 352 i32.add $push304=, $3, $pop303 i32.const $push464=, 24 @@ -785,7 +785,7 @@ main: # @main i32.const $push463=, 24 i32.add $push103=, $pop306, $pop463 i64.load $push104=, 0($pop103) - i64.store $drop=, 0($pop102), $pop104 + i64.store 0($pop102), $pop104 i32.const $push307=, 352 i32.add $push308=, $3, $pop307 i32.const $push462=, 16 @@ -795,7 +795,7 @@ main: # @main i32.const $push461=, 16 i32.add $push106=, $pop310, $pop461 i64.load $push107=, 0($pop106) - i64.store $drop=, 0($pop105), $pop107 + i64.store 0($pop105), $pop107 i32.const $push311=, 352 i32.add $push312=, $3, $pop311 i32.const $push460=, 8 @@ -805,38 +805,38 @@ main: # @main i32.const $push459=, 8 i32.add $push109=, $pop314, $pop459 i64.load $push110=, 0($pop109) - i64.store $drop=, 0($pop108), $pop110 + i64.store 0($pop108), $pop110 i64.load $push111=, 688($3) - i64.store $drop=, 352($3), $pop111 + i64.store 352($3), $pop111 i32.const $push315=, 320 i32.add $push316=, $3, $pop315 i32.const $push458=, 24 i32.add $push112=, $pop316, $pop458 i64.load $push113=, 0($0) - i64.store $drop=, 0($pop112), $pop113 + i64.store 0($pop112), $pop113 i32.const $push317=, 320 i32.add $push318=, $3, $pop317 i32.const $push457=, 16 i32.add $push114=, $pop318, $pop457 i64.load $push115=, 0($1) - i64.store $drop=, 0($pop114), $pop115 + i64.store 0($pop114), $pop115 i32.const $push319=, 320 i32.add $push320=, $3, $pop319 i32.const $push456=, 8 i32.add $push116=, $pop320, $pop456 i64.load $push117=, 0($2) - i64.store $drop=, 0($pop116), $pop117 + i64.store 0($pop116), $pop117 i64.load $push118=, 720($3) - i64.store $drop=, 320($3), $pop118 + i64.store 320($3), $pop118 i32.const $push321=, 320 i32.add $push322=, $3, $pop321 - i32.store $drop=, 312($3), $pop322 + i32.store 312($3), $pop322 i32.const $push323=, 352 i32.add $push324=, $3, $pop323 - i32.store $drop=, 308($3), $pop324 + i32.store 308($3), $pop324 i32.const $push325=, 384 i32.add $push326=, $3, $pop325 - i32.store $drop=, 304($3), $pop326 + i32.store 304($3), $pop326 i32.const $push119=, 3 i32.const $push327=, 304 i32.add $push328=, $3, $pop327 @@ -866,13 +866,13 @@ main: # @main br_if 0, $pop128 # 0: down to label24 # BB#14: # %if.end32 i64.const $push130=, 4625196817309499392 - i64.store $drop=, 672($3), $pop130 + i64.store 672($3), $pop130 i32.const $push131=, 138 - i32.store $drop=, 680($3), $pop131 + i32.store 680($3), $pop131 i64.const $push132=, 4640396466051874816 - i64.store $drop=, 656($3), $pop132 + i64.store 656($3), $pop132 i32.const $push133=, 257 - i32.store $drop=, 664($3), $pop133 + i32.store 664($3), $pop133 i32.const $push329=, 288 i32.add $push330=, $3, $pop329 i32.const $push134=, 12 @@ -882,42 +882,42 @@ main: # @main i32.const $push481=, 12 i32.add $push136=, $pop332, $pop481 i32.load $push137=, 0($pop136) - i32.store $drop=, 0($pop135), $pop137 + i32.store 0($pop135), $pop137 i32.const $push333=, 288 i32.add $push334=, $3, $pop333 i32.const $push138=, 8 i32.add $push139=, $pop334, $pop138 i32.load $push140=, 680($3) - i32.store $drop=, 0($pop139), $pop140 + i32.store 0($pop139), $pop140 i32.load $push141=, 676($3) - i32.store $drop=, 292($3), $pop141 + i32.store 292($3), $pop141 i32.load $push142=, 672($3) - i32.store $drop=, 288($3), $pop142 + i32.store 288($3), $pop142 i32.const $push335=, 272 i32.add $push336=, $3, $pop335 i32.const $push480=, 8 i32.add $push143=, $pop336, $pop480 i64.load $push144=, 664($3) - i64.store $drop=, 0($pop143), $pop144 + i64.store 0($pop143), $pop144 i64.load $push145=, 656($3) - i64.store $drop=, 272($3), $pop145 + i64.store 272($3), $pop145 i32.const $push337=, 256 i32.add $push338=, $3, $pop337 i32.const $push479=, 8 i32.add $push146=, $pop338, $pop479 i64.load $push147=, 680($3) - i64.store $drop=, 0($pop146), $pop147 + i64.store 0($pop146), $pop147 i64.load $push148=, 672($3) - i64.store $drop=, 256($3), $pop148 + i64.store 256($3), $pop148 i32.const $push339=, 256 i32.add $push340=, $3, $pop339 - i32.store $drop=, 248($3), $pop340 + i32.store 248($3), $pop340 i32.const $push341=, 272 i32.add $push342=, $3, $pop341 - i32.store $drop=, 244($3), $pop342 + i32.store 244($3), $pop342 i32.const $push343=, 288 i32.add $push344=, $3, $pop343 - i32.store $drop=, 240($3), $pop344 + i32.store 240($3), $pop344 i32.const $push149=, 2 i32.const $push345=, 240 i32.add $push346=, $3, $pop345 @@ -944,7 +944,7 @@ main: # @main i32.add $push488=, $pop350, $pop489 tee_local $push487=, $0=, $pop488 i64.load $push157=, 0($pop487) - i64.store $drop=, 0($pop156), $pop157 + i64.store 0($pop156), $pop157 i32.const $push351=, 208 i32.add $push352=, $3, $pop351 i32.const $push486=, 8 @@ -954,28 +954,28 @@ main: # @main i32.const $push485=, 8 i32.add $push159=, $pop354, $pop485 i64.load $push160=, 0($pop159) - i64.store $drop=, 0($pop158), $pop160 + i64.store 0($pop158), $pop160 i64.load $push161=, 672($3) - i64.store $drop=, 224($3), $pop161 + i64.store 224($3), $pop161 i64.load $push162=, 656($3) - i64.store $drop=, 208($3), $pop162 + i64.store 208($3), $pop162 i32.const $push355=, 192 i32.add $push356=, $3, $pop355 i32.const $push484=, 8 i32.add $push163=, $pop356, $pop484 i64.load $push164=, 0($0) - i64.store $drop=, 0($pop163), $pop164 + i64.store 0($pop163), $pop164 i64.load $push165=, 672($3) - i64.store $drop=, 192($3), $pop165 + i64.store 192($3), $pop165 i32.const $push357=, 192 i32.add $push358=, $3, $pop357 - i32.store $drop=, 184($3), $pop358 + i32.store 184($3), $pop358 i32.const $push359=, 208 i32.add $push360=, $3, $pop359 - i32.store $drop=, 180($3), $pop360 + i32.store 180($3), $pop360 i32.const $push361=, 224 i32.add $push362=, $3, $pop361 - i32.store $drop=, 176($3), $pop362 + i32.store 176($3), $pop362 i32.const $push166=, 3 i32.const $push363=, 176 i32.add $push364=, $3, $pop363 @@ -1001,7 +1001,7 @@ main: # @main i32.const $push509=, 24 i32.add $push177=, $pop368, $pop509 i64.load $push178=, 0($pop177) - i64.store $drop=, 0($pop176), $pop178 + i64.store 0($pop176), $pop178 i32.const $push369=, 144 i32.add $push370=, $3, $pop369 i32.const $push179=, 16 @@ -1011,7 +1011,7 @@ main: # @main i32.const $push508=, 16 i32.add $push181=, $pop372, $pop508 i64.load $push182=, 0($pop181) - i64.store $drop=, 0($pop180), $pop182 + i64.store 0($pop180), $pop182 i32.const $push373=, 144 i32.add $push374=, $3, $pop373 i32.const $push183=, 8 @@ -1021,9 +1021,9 @@ main: # @main i32.const $push507=, 8 i32.add $push185=, $pop376, $pop507 i64.load $push186=, 0($pop185) - i64.store $drop=, 0($pop184), $pop186 + i64.store 0($pop184), $pop186 i64.load $push187=, 688($3) - i64.store $drop=, 144($3), $pop187 + i64.store 144($3), $pop187 i32.const $push377=, 112 i32.add $push378=, $3, $pop377 i32.const $push506=, 24 @@ -1034,7 +1034,7 @@ main: # @main i32.add $push504=, $pop380, $pop505 tee_local $push503=, $0=, $pop504 i64.load $push189=, 0($pop503) - i64.store $drop=, 0($pop188), $pop189 + i64.store 0($pop188), $pop189 i32.const $push381=, 112 i32.add $push382=, $3, $pop381 i32.const $push502=, 16 @@ -1045,7 +1045,7 @@ main: # @main i32.add $push500=, $pop384, $pop501 tee_local $push499=, $1=, $pop500 i64.load $push191=, 0($pop499) - i64.store $drop=, 0($pop190), $pop191 + i64.store 0($pop190), $pop191 i32.const $push385=, 112 i32.add $push386=, $3, $pop385 i32.const $push498=, 8 @@ -1056,38 +1056,38 @@ main: # @main i32.add $push496=, $pop388, $pop497 tee_local $push495=, $2=, $pop496 i64.load $push193=, 0($pop495) - i64.store $drop=, 0($pop192), $pop193 + i64.store 0($pop192), $pop193 i64.load $push194=, 720($3) - i64.store $drop=, 112($3), $pop194 + i64.store 112($3), $pop194 i32.const $push389=, 80 i32.add $push390=, $3, $pop389 i32.const $push494=, 24 i32.add $push195=, $pop390, $pop494 i64.load $push196=, 0($0) - i64.store $drop=, 0($pop195), $pop196 + i64.store 0($pop195), $pop196 i32.const $push391=, 80 i32.add $push392=, $3, $pop391 i32.const $push493=, 16 i32.add $push197=, $pop392, $pop493 i64.load $push198=, 0($1) - i64.store $drop=, 0($pop197), $pop198 + i64.store 0($pop197), $pop198 i32.const $push393=, 80 i32.add $push394=, $3, $pop393 i32.const $push492=, 8 i32.add $push199=, $pop394, $pop492 i64.load $push200=, 0($2) - i64.store $drop=, 0($pop199), $pop200 + i64.store 0($pop199), $pop200 i64.load $push201=, 720($3) - i64.store $drop=, 80($3), $pop201 + i64.store 80($3), $pop201 i32.const $push395=, 80 i32.add $push396=, $3, $pop395 - i32.store $drop=, 72($3), $pop396 + i32.store 72($3), $pop396 i32.const $push397=, 112 i32.add $push398=, $3, $pop397 - i32.store $drop=, 68($3), $pop398 + i32.store 68($3), $pop398 i32.const $push399=, 144 i32.add $push400=, $3, $pop399 - i32.store $drop=, 64($3), $pop400 + i32.store 64($3), $pop400 i32.const $push202=, 2 i32.const $push401=, 64 i32.add $push402=, $3, $pop401 @@ -1131,7 +1131,7 @@ main: # @main i32.const $push520=, 8 i32.add $push218=, $pop406, $pop520 i64.load $push219=, 0($pop218) - i64.store $drop=, 0($pop217), $pop219 + i64.store 0($pop217), $pop219 i32.const $push407=, 32 i32.add $push408=, $3, $pop407 i32.const $push519=, 8 @@ -1142,28 +1142,28 @@ main: # @main i32.add $push517=, $pop410, $pop518 tee_local $push516=, $0=, $pop517 i64.load $push221=, 0($pop516) - i64.store $drop=, 0($pop220), $pop221 + i64.store 0($pop220), $pop221 i64.load $push222=, 656($3) - i64.store $drop=, 48($3), $pop222 + i64.store 48($3), $pop222 i64.load $push223=, 672($3) - i64.store $drop=, 32($3), $pop223 + i64.store 32($3), $pop223 i32.const $push411=, 16 i32.add $push412=, $3, $pop411 i32.const $push515=, 8 i32.add $push224=, $pop412, $pop515 i64.load $push225=, 0($0) - i64.store $drop=, 0($pop224), $pop225 + i64.store 0($pop224), $pop225 i64.load $push226=, 672($3) - i64.store $drop=, 16($3), $pop226 + i64.store 16($3), $pop226 i32.const $push413=, 16 i32.add $push414=, $3, $pop413 - i32.store $drop=, 8($3), $pop414 + i32.store 8($3), $pop414 i32.const $push415=, 32 i32.add $push416=, $3, $pop415 - i32.store $drop=, 4($3), $pop416 + i32.store 4($3), $pop416 i32.const $push417=, 48 i32.add $push418=, $3, $pop417 - i32.store $drop=, 0($3), $pop418 + i32.store 0($3), $pop418 i32.const $push227=, 3 call f8@FUNCTION, $pop227, $3 i32.const $push514=, 0 @@ -1181,7 +1181,7 @@ main: # @main i32.const $push240=, 0 i32.const $push238=, 752 i32.add $push239=, $3, $pop238 - i32.store $drop=, __stack_pointer($pop240), $pop239 + i32.store __stack_pointer($pop240), $pop239 i32.const $push233=, 0 return $pop233 .LBB9_26: # %if.then62 @@ -1265,5 +1265,5 @@ gap: .size gap, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/stdarg-4.c.s b/test/torture-s/stdarg-4.c.s index f7eaad1cf..f1930e5d6 100644 --- a/test/torture-s/stdarg-4.c.s +++ b/test/torture-s/stdarg-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/stdarg-4.c" .section .text.f1i,"ax",@progbits .hidden f1i .globl f1i @@ -25,7 +25,7 @@ f1i: # @f1i f64.load $push11=, 0($pop10) f64.add $push12=, $pop7, $pop11 i32.trunc_s/f64 $push13=, $pop12 - i32.store $drop=, x($pop14), $pop13 + i32.store x($pop14), $pop13 # fallthrough-return .endfunc .Lfunc_end0: @@ -42,7 +42,7 @@ f1: # @f1 i32.load $push16=, __stack_pointer($pop15) i32.const $push17=, 16 i32.sub $push18=, $pop16, $pop17 - i32.store $drop=, 12($pop18), $1 + i32.store 12($pop18), $1 i32.const $push14=, 0 i32.const $push0=, 7 i32.add $push1=, $1, $pop0 @@ -61,7 +61,7 @@ f1: # @f1 f64.convert_s/i32 $push7=, $pop6 f64.add $push12=, $pop11, $pop7 i32.trunc_s/f64 $push13=, $pop12 - i32.store $drop=, x($pop14), $pop13 + i32.store x($pop14), $pop13 # fallthrough-return .endfunc .Lfunc_end1: @@ -87,7 +87,7 @@ f2i: # @f2i f64.load $push3=, 0($pop24) f64.add $push8=, $pop7, $pop3 i32.trunc_s/f64 $push9=, $pop8 - i32.store $drop=, y($pop10), $pop9 + i32.store y($pop10), $pop9 i32.const $push23=, 0 i32.const $push16=, 27 i32.add $push17=, $0, $pop16 @@ -101,7 +101,7 @@ f2i: # @f2i f64.convert_s/i32 $push15=, $pop14 f64.add $push20=, $pop19, $pop15 i32.trunc_s/f64 $push21=, $pop20 - i32.store $drop=, x($pop23), $pop21 + i32.store x($pop23), $pop21 # fallthrough-return .endfunc .Lfunc_end2: @@ -119,7 +119,7 @@ f2: # @f2 i32.load $push23=, __stack_pointer($pop22) i32.const $push24=, 16 i32.sub $push25=, $pop23, $pop24 - i32.store $drop=, 12($pop25), $1 + i32.store 12($pop25), $1 i32.const $push10=, 0 i32.const $push4=, 15 i32.add $push5=, $1, $pop4 @@ -133,7 +133,7 @@ f2: # @f2 f64.convert_s/i32 $push3=, $pop2 f64.add $push8=, $pop7, $pop3 i32.trunc_s/f64 $push9=, $pop8 - i32.store $drop=, y($pop10), $pop9 + i32.store y($pop10), $pop9 i32.const $push27=, 0 i32.const $push16=, 27 i32.add $push17=, $2, $pop16 @@ -147,7 +147,7 @@ f2: # @f2 f64.convert_s/i32 $push15=, $pop14 f64.add $push20=, $pop19, $pop15 i32.trunc_s/f64 $push21=, $pop20 - i32.store $drop=, x($pop27), $pop21 + i32.store x($pop27), $pop21 # fallthrough-return .endfunc .Lfunc_end3: @@ -185,8 +185,8 @@ f3: # @f3 i32.const $push34=, 16 i32.sub $push40=, $pop33, $pop34 tee_local $push39=, $2=, $pop40 - i32.store $drop=, __stack_pointer($pop35), $pop39 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop35), $pop39 + i32.store 12($2), $1 block i32.const $push0=, 4 i32.gt_u $push1=, $0, $pop0 @@ -209,7 +209,7 @@ f3: # @f3 tee_local $push41=, $0=, $pop42 i32.const $push28=, 4 i32.add $push29=, $pop41, $pop28 - i32.store $drop=, 12($2), $pop29 + i32.store 12($2), $pop29 i32.load $push30=, 0($0) i32.const $push31=, 1 i32.add $1=, $pop30, $pop31 @@ -220,11 +220,11 @@ f3: # @f3 tee_local $push43=, $0=, $pop44 i32.const $push21=, 4 i32.add $push22=, $pop43, $pop21 - i32.store $drop=, 12($2), $pop22 + i32.store 12($2), $pop22 i32.load $1=, 0($0) i32.const $push23=, 8 i32.add $push24=, $0, $pop23 - i32.store $drop=, 12($2), $pop24 + i32.store 12($2), $pop24 i32.load $push25=, 4($0) i32.add $push26=, $1, $pop25 i32.const $push27=, 2 @@ -236,11 +236,11 @@ f3: # @f3 tee_local $push46=, $0=, $pop47 i32.const $push2=, 4 i32.add $push3=, $pop46, $pop2 - i32.store $drop=, 12($2), $pop3 + i32.store 12($2), $pop3 i32.load $1=, 0($0) i32.const $push4=, 16 i32.add $push5=, $0, $pop4 - i32.store $drop=, 12($2), $pop5 + i32.store 12($2), $pop5 i32.load $push6=, 4($0) i32.add $push7=, $1, $pop6 i32.load $push8=, 8($0) @@ -256,11 +256,11 @@ f3: # @f3 tee_local $push48=, $0=, $pop49 i32.const $push12=, 4 i32.add $push13=, $pop48, $pop12 - i32.store $drop=, 12($2), $pop13 + i32.store 12($2), $pop13 i32.load $1=, 0($0) i32.const $push14=, 12 i32.add $push15=, $0, $pop14 - i32.store $drop=, 12($2), $pop15 + i32.store 12($2), $pop15 i32.load $push16=, 4($0) i32.add $push17=, $1, $pop16 i32.load $push18=, 8($0) @@ -272,7 +272,7 @@ f3: # @f3 i32.const $push38=, 0 i32.const $push36=, 16 i32.add $push37=, $2, $pop36 - i32.store $drop=, __stack_pointer($pop38), $pop37 + i32.store __stack_pointer($pop38), $pop37 return $1 .LBB5_7: # %sw.default end_block # label0: @@ -296,8 +296,8 @@ f4: # @f4 i32.const $push36=, 16 i32.sub $push42=, $pop35, $pop36 tee_local $push41=, $4=, $pop42 - i32.store $drop=, __stack_pointer($pop37), $pop41 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop37), $pop41 + i32.store 12($4), $1 block block block @@ -318,7 +318,7 @@ f4: # @f4 i32.const $push17=, 8 i32.add $push44=, $pop45, $pop17 tee_local $push43=, $0=, $pop44 - i32.store $drop=, 12($4), $pop43 + i32.store 12($4), $pop43 f64.load $3=, 0($1) br 1 # 1: down to label7 .LBB6_3: # %sw.bb2 @@ -333,11 +333,11 @@ f4: # @f4 f64.load $push8=, 0($pop51) i32.trunc_s/f64 $push50=, $pop8 tee_local $push49=, $2=, $pop50 - i32.store $drop=, y($pop9), $pop49 + i32.store y($pop9), $pop49 i32.const $push10=, 16 i32.add $push48=, $1, $pop10 tee_local $push47=, $0=, $pop48 - i32.store $drop=, 12($4), $pop47 + i32.store 12($4), $pop47 f64.convert_s/i32 $push12=, $2 f64.load $push11=, 8($1) f64.add $3=, $pop12, $pop11 @@ -345,7 +345,7 @@ f4: # @f4 end_block # label7: i32.const $push19=, 0 i32.trunc_s/f64 $push18=, $3 - i32.store $drop=, y($pop19), $pop18 + i32.store y($pop19), $pop18 i32.const $push56=, 0 i32.const $push20=, 7 i32.add $push21=, $0, $pop20 @@ -364,11 +364,11 @@ f4: # @f4 f64.convert_s/i32 $push27=, $pop26 f64.add $push32=, $pop31, $pop27 i32.trunc_s/f64 $push33=, $pop32 - i32.store $drop=, x($pop56), $pop33 + i32.store x($pop56), $pop33 i32.const $push40=, 0 i32.const $push38=, 16 i32.add $push39=, $4, $pop38 - i32.store $drop=, __stack_pointer($pop40), $pop39 + i32.store __stack_pointer($pop40), $pop39 return .LBB6_5: # %sw.default end_block # label6: @@ -392,17 +392,17 @@ main: # @main i32.const $push78=, 224 i32.sub $push106=, $pop77, $pop78 tee_local $push105=, $0=, $pop106 - i32.store $drop=, __stack_pointer($pop79), $pop105 + i32.store __stack_pointer($pop79), $pop105 i32.const $push83=, 192 i32.add $push84=, $0, $pop83 i32.const $push104=, 16 i32.add $push0=, $pop84, $pop104 i64.const $push1=, 4629700416936869888 - i64.store $drop=, 0($pop0), $pop1 + i64.store 0($pop0), $pop1 i32.const $push2=, 128 - i32.store $drop=, 200($0), $pop2 + i32.store 200($0), $pop2 i64.const $push3=, 4625196817309499392 - i64.store $drop=, 192($0), $pop3 + i64.store 192($0), $pop3 i32.const $push85=, 192 i32.add $push86=, $0, $pop85 call f1@FUNCTION, $0, $pop86 @@ -416,21 +416,21 @@ main: # @main i32.const $push8=, 176 i32.add $push9=, $0, $pop8 i64.const $push10=, 4634204016564240384 - i64.store $drop=, 0($pop9), $pop10 + i64.store 0($pop9), $pop10 i32.const $push11=, 168 i32.add $push12=, $0, $pop11 i32.const $push13=, 17 - i32.store $drop=, 0($pop12), $pop13 + i32.store 0($pop12), $pop13 i32.const $push87=, 144 i32.add $push88=, $0, $pop87 i32.const $push108=, 16 i32.add $push14=, $pop88, $pop108 i64.const $push15=, 4626041242239631360 - i64.store $drop=, 0($pop14), $pop15 + i64.store 0($pop14), $pop15 i64.const $push16=, 4625759767262920704 - i64.store $drop=, 152($0), $pop16 + i64.store 152($0), $pop16 i64.const $push17=, 30064771077 - i64.store $drop=, 144($0), $pop17 + i64.store 144($0), $pop17 i32.const $push89=, 144 i32.add $push90=, $0, $pop89 call f2@FUNCTION, $0, $pop90 @@ -452,7 +452,7 @@ main: # @main br_if 0, $pop24 # 0: down to label9 # BB#4: # %if.end7 i32.const $push25=, 18 - i32.store $drop=, 128($0), $pop25 + i32.store 128($0), $pop25 i32.const $push26=, 1 i32.const $push91=, 128 i32.add $push92=, $0, $pop91 @@ -462,7 +462,7 @@ main: # @main br_if 0, $pop29 # 0: down to label9 # BB#5: # %if.end11 i64.const $push111=, 429496729618 - i64.store $drop=, 112($0), $pop111 + i64.store 112($0), $pop111 i32.const $push30=, 2 i32.const $push93=, 112 i32.add $push94=, $0, $pop93 @@ -472,9 +472,9 @@ main: # @main br_if 0, $pop33 # 0: down to label9 # BB#6: # %if.end15 i32.const $push34=, 300 - i32.store $drop=, 104($0), $pop34 + i32.store 104($0), $pop34 i64.const $push112=, 429496729618 - i64.store $drop=, 96($0), $pop112 + i64.store 96($0), $pop112 i32.const $push35=, 3 i32.const $push95=, 96 i32.add $push96=, $0, $pop95 @@ -484,9 +484,9 @@ main: # @main br_if 0, $pop38 # 0: down to label9 # BB#7: # %if.end19 i64.const $push39=, 369367187520 - i64.store $drop=, 88($0), $pop39 + i64.store 88($0), $pop39 i64.const $push40=, 304942678034 - i64.store $drop=, 80($0), $pop40 + i64.store 80($0), $pop40 i32.const $push113=, 4 i32.const $push97=, 80 i32.add $push98=, $0, $pop97 @@ -498,17 +498,17 @@ main: # @main i32.const $push45=, 72 i32.add $push46=, $0, $pop45 i64.const $push47=, 4625759767262920704 - i64.store $drop=, 0($pop46), $pop47 + i64.store 0($pop46), $pop47 i32.const $push99=, 48 i32.add $push100=, $0, $pop99 i32.const $push48=, 16 i32.add $push49=, $pop100, $pop48 i32.const $push116=, 16 - i32.store $drop=, 0($pop49), $pop116 + i32.store 0($pop49), $pop116 i64.const $push50=, 4621256167635550208 - i64.store $drop=, 56($0), $pop50 + i64.store 56($0), $pop50 i64.const $push51=, 4618441417868443648 - i64.store $drop=, 48($0), $pop51 + i64.store 48($0), $pop51 i32.const $push115=, 4 i32.const $push101=, 48 i32.add $push102=, $0, $pop101 @@ -528,19 +528,19 @@ main: # @main i32.const $push58=, 32 i32.add $push59=, $0, $pop58 i64.const $push60=, 4638566878703255552 - i64.store $drop=, 0($pop59), $pop60 + i64.store 0($pop59), $pop60 i32.const $push61=, 24 i32.add $push62=, $0, $pop61 i32.const $push63=, 17 - i32.store $drop=, 0($pop62), $pop63 + i32.store 0($pop62), $pop63 i32.const $push64=, 16 i32.add $push65=, $0, $pop64 i64.const $push66=, 4607182418800017408 - i64.store $drop=, 0($pop65), $pop66 + i64.store 0($pop65), $pop66 i64.const $push67=, 4626604192193052672 - i64.store $drop=, 8($0), $pop67 + i64.store 8($0), $pop67 i64.const $push68=, 4619567317775286272 - i64.store $drop=, 0($0), $pop68 + i64.store 0($0), $pop68 i32.const $push69=, 5 call f4@FUNCTION, $pop69, $0 i32.const $push118=, 0 @@ -558,7 +558,7 @@ main: # @main i32.const $push82=, 0 i32.const $push80=, 224 i32.add $push81=, $0, $pop80 - i32.store $drop=, __stack_pointer($pop82), $pop81 + i32.store __stack_pointer($pop82), $pop81 i32.const $push75=, 0 return $pop75 .LBB7_13: # %if.then32 @@ -588,5 +588,5 @@ y: .size y, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/strcmp-1.c.s b/test/torture-s/strcmp-1.c.s index 7f4d45ce5..0b509f25a 100644 --- a/test/torture-s/strcmp-1.c.s +++ b/test/torture-s/strcmp-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strcmp-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strcmp-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -100,11 +100,11 @@ main: # @main # in Loop: Header=BB1_3 Depth=3 end_block # label13: i64.const $push30=, 8680820740569200760 - i64.store $drop=, 0($6):p2align=0, $pop30 + i64.store 0($6):p2align=0, $pop30 i32.const $push29=, 8 i32.add $push2=, $6, $pop29 i32.const $push28=, 30840 - i32.store16 $drop=, 0($pop2):p2align=0, $pop28 + i32.store16 0($pop2):p2align=0, $pop28 i32.const $7=, u2 block i32.eqz $push79=, $2 @@ -131,23 +131,23 @@ main: # @main # in Loop: Header=BB1_3 Depth=3 end_block # label15: i64.const $push38=, 8680820740569200760 - i64.store $drop=, 1($8):p2align=0, $pop38 + i64.store 1($8):p2align=0, $pop38 i32.const $push37=, 9 i32.add $push3=, $8, $pop37 i32.const $push36=, 120 - i32.store8 $drop=, 0($pop3), $pop36 + i32.store8 0($pop3), $pop36 i32.const $push35=, 0 - i32.store8 $drop=, 0($6), $pop35 + i32.store8 0($6), $pop35 i32.const $push34=, 0 - i32.store8 $drop=, 0($8), $pop34 + i32.store8 0($8), $pop34 i32.call $push4=, strcmp@FUNCTION, $5, $7 br_if 6, $pop4 # 6: down to label5 # BB#12: # %test.exit # in Loop: Header=BB1_3 Depth=3 i32.const $push41=, 97 - i32.store16 $drop=, 0($6):p2align=0, $pop41 + i32.store16 0($6):p2align=0, $pop41 i32.const $push40=, 0 - i32.store8 $drop=, 0($8), $pop40 + i32.store8 0($8), $pop40 i32.call $push5=, strcmp@FUNCTION, $5, $7 i32.const $push39=, 0 i32.le_s $push6=, $pop5, $pop39 @@ -155,9 +155,9 @@ main: # @main # BB#13: # %test.exit157 # in Loop: Header=BB1_3 Depth=3 i32.const $push44=, 0 - i32.store8 $drop=, 0($6), $pop44 + i32.store8 0($6), $pop44 i32.const $push43=, 97 - i32.store16 $drop=, 0($8):p2align=0, $pop43 + i32.store16 0($8):p2align=0, $pop43 i32.call $push7=, strcmp@FUNCTION, $5, $7 i32.const $push42=, 0 i32.ge_s $push8=, $pop7, $pop42 @@ -165,9 +165,9 @@ main: # @main # BB#14: # %test.exit162 # in Loop: Header=BB1_3 Depth=3 i32.const $push47=, 98 - i32.store16 $drop=, 0($6):p2align=0, $pop47 + i32.store16 0($6):p2align=0, $pop47 i32.const $push46=, 99 - i32.store16 $drop=, 0($8):p2align=0, $pop46 + i32.store16 0($8):p2align=0, $pop46 i32.call $push9=, strcmp@FUNCTION, $5, $7 i32.const $push45=, 0 i32.ge_s $push10=, $pop9, $pop45 @@ -175,9 +175,9 @@ main: # @main # BB#15: # %test.exit168 # in Loop: Header=BB1_3 Depth=3 i32.const $push50=, 99 - i32.store16 $drop=, 0($6):p2align=0, $pop50 + i32.store16 0($6):p2align=0, $pop50 i32.const $push49=, 98 - i32.store16 $drop=, 0($8):p2align=0, $pop49 + i32.store16 0($8):p2align=0, $pop49 i32.call $push11=, strcmp@FUNCTION, $5, $7 i32.const $push48=, 0 i32.le_s $push12=, $pop11, $pop48 @@ -185,9 +185,9 @@ main: # @main # BB#16: # %test.exit174 # in Loop: Header=BB1_3 Depth=3 i32.const $push53=, 98 - i32.store16 $drop=, 0($6):p2align=0, $pop53 + i32.store16 0($6):p2align=0, $pop53 i32.const $push52=, 169 - i32.store16 $drop=, 0($8):p2align=0, $pop52 + i32.store16 0($8):p2align=0, $pop52 i32.call $push13=, strcmp@FUNCTION, $5, $7 i32.const $push51=, 0 i32.ge_s $push14=, $pop13, $pop51 @@ -195,9 +195,9 @@ main: # @main # BB#17: # %test.exit180 # in Loop: Header=BB1_3 Depth=3 i32.const $push56=, 169 - i32.store16 $drop=, 0($6):p2align=0, $pop56 + i32.store16 0($6):p2align=0, $pop56 i32.const $push55=, 98 - i32.store16 $drop=, 0($8):p2align=0, $pop55 + i32.store16 0($8):p2align=0, $pop55 i32.call $push15=, strcmp@FUNCTION, $5, $7 i32.const $push54=, 0 i32.le_s $push16=, $pop15, $pop54 @@ -205,9 +205,9 @@ main: # @main # BB#18: # %test.exit186 # in Loop: Header=BB1_3 Depth=3 i32.const $push59=, 169 - i32.store16 $drop=, 0($6):p2align=0, $pop59 + i32.store16 0($6):p2align=0, $pop59 i32.const $push58=, 170 - i32.store16 $drop=, 0($8):p2align=0, $pop58 + i32.store16 0($8):p2align=0, $pop58 i32.call $push17=, strcmp@FUNCTION, $5, $7 i32.const $push57=, 0 i32.ge_s $push18=, $pop17, $pop57 @@ -215,9 +215,9 @@ main: # @main # BB#19: # %test.exit192 # in Loop: Header=BB1_3 Depth=3 i32.const $push62=, 170 - i32.store16 $drop=, 0($6):p2align=0, $pop62 + i32.store16 0($6):p2align=0, $pop62 i32.const $push61=, 169 - i32.store16 $drop=, 0($8):p2align=0, $pop61 + i32.store16 0($8):p2align=0, $pop61 i32.call $push19=, strcmp@FUNCTION, $5, $7 i32.const $push60=, 0 i32.le_s $push20=, $pop19, $pop60 @@ -284,7 +284,7 @@ u2: .size u2, 96 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcmp, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/strcpy-1.c.s b/test/torture-s/strcpy-1.c.s index 663bd2f60..d6ed322bb 100644 --- a/test/torture-s/strcpy-1.c.s +++ b/test/torture-s/strcpy-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strcpy-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strcpy-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -66,7 +66,7 @@ main: # @main i32.gt_s $push2=, $pop1, $pop64 i32.select $push63=, $pop67, $9, $pop2 tee_local $push62=, $9=, $pop63 - i32.store8 $drop=, 0($pop3), $pop62 + i32.store8 0($pop3), $pop62 i32.const $push61=, 1 i32.add $9=, $9, $pop61 i32.const $push60=, 1 @@ -80,7 +80,7 @@ main: # @main i32.const $push70=, u2 i32.add $push5=, $pop4, $pop70 i32.const $push69=, 0 - i32.store8 $drop=, 0($pop5), $pop69 + i32.store8 0($pop5), $pop69 i32.call $push6=, strcpy@FUNCTION, $1, $3 i32.ne $push7=, $pop6, $1 br_if 6, $pop7 # 6: down to label1 @@ -286,7 +286,7 @@ u2: .size u2, 112 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcpy, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/strct-pack-1.c.s b/test/torture-s/strct-pack-1.c.s index eb21d47fd..10e62797e 100644 --- a/test/torture-s/strct-pack-1.c.s +++ b/test/torture-s/strct-pack-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-1.c" .section .text.check,"ax",@progbits .hidden check .globl check @@ -45,5 +45,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/strct-pack-2.c.s b/test/torture-s/strct-pack-2.c.s index 974737687..d468bb645 100644 --- a/test/torture-s/strct-pack-2.c.s +++ b/test/torture-s/strct-pack-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/strct-pack-3.c.s b/test/torture-s/strct-pack-3.c.s index f3b3414e6..efa9746f8 100644 --- a/test/torture-s/strct-pack-3.c.s +++ b/test/torture-s/strct-pack-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -44,5 +44,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/strct-pack-4.c.s b/test/torture-s/strct-pack-4.c.s index 227d41155..fbdf3be31 100644 --- a/test/torture-s/strct-pack-4.c.s +++ b/test/torture-s/strct-pack-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-pack-4.c" .section .text.my_set_a,"ax",@progbits .hidden my_set_a .globl my_set_a @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/strct-stdarg-1.c.s b/test/torture-s/strct-stdarg-1.c.s index 12ebaa9f1..be431a432 100644 --- a/test/torture-s/strct-stdarg-1.c.s +++ b/test/torture-s/strct-stdarg-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-stdarg-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-stdarg-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,8 +15,8 @@ f: # @f i32.const $push30=, 16 i32.sub $push37=, $pop29, $pop30 tee_local $push36=, $3=, $pop37 - i32.store $drop=, __stack_pointer($pop31), $pop36 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop31), $pop36 + i32.store 12($3), $1 block block block @@ -30,7 +30,7 @@ f: # @f .LBB0_2: # %for.body # =>This Inner Loop Header: Depth=1 loop # label3: - i32.store $drop=, 12($3), $1 + i32.store 12($3), $1 i32.const $push40=, 10 i32.add $push4=, $2, $pop40 i32.const $push39=, -8 @@ -91,7 +91,7 @@ f: # @f end_block # label2: i32.const $push23=, 4 i32.add $push24=, $1, $pop23 - i32.store $drop=, 12($3), $pop24 + i32.store 12($3), $pop24 i32.load $push25=, 0($1) i32.const $push26=, 123 i32.ne $push27=, $pop25, $pop26 @@ -100,7 +100,7 @@ f: # @f i32.const $push34=, 0 i32.const $push32=, 16 i32.add $push33=, $3, $pop32 - i32.store $drop=, __stack_pointer($pop34), $pop33 + i32.store __stack_pointer($pop34), $pop33 return $1 .LBB0_11: # %if.then33 end_block # label1: @@ -128,88 +128,88 @@ main: # @main i32.const $push37=, 64 i32.sub $push64=, $pop36, $pop37 tee_local $push63=, $2=, $pop64 - i32.store $drop=, __stack_pointer($pop38), $pop63 + i32.store __stack_pointer($pop38), $pop63 i32.const $push0=, 11 - i32.store8 $drop=, 53($2), $pop0 + i32.store8 53($2), $pop0 i32.const $push39=, 48 i32.add $push40=, $2, $pop39 i32.const $push62=, 11 i32.add $push1=, $pop40, $pop62 i32.const $push2=, 22 - i32.store8 $drop=, 0($pop1), $pop2 + i32.store8 0($pop1), $pop2 i32.const $push3=, 5130 - i32.store16 $drop=, 48($2), $pop3 + i32.store16 48($2), $pop3 i32.const $push4=, 21 - i32.store8 $drop=, 54($2), $pop4 + i32.store8 54($2), $pop4 i32.const $push5=, 30 - i32.store8 $drop=, 50($2), $pop5 + i32.store8 50($2), $pop5 i32.const $push6=, 12 - i32.store8 $drop=, 58($2), $pop6 + i32.store8 58($2), $pop6 i32.const $push7=, 31 - i32.store8 $drop=, 55($2), $pop7 + i32.store8 55($2), $pop7 i32.const $push41=, 48 i32.add $push42=, $2, $pop41 i32.const $push61=, 12 i32.add $push8=, $pop42, $pop61 i32.const $push9=, 32 - i32.store8 $drop=, 0($pop8), $pop9 + i32.store8 0($pop8), $pop9 i32.const $push10=, 40 - i32.store8 $drop=, 51($2), $pop10 + i32.store8 51($2), $pop10 i32.const $push11=, 56 i32.add $push12=, $2, $pop11 i32.const $push13=, 41 - i32.store8 $drop=, 0($pop12), $pop13 + i32.store8 0($pop12), $pop13 i32.const $push14=, 61 i32.add $push15=, $2, $pop14 i32.const $push16=, 42 - i32.store8 $drop=, 0($pop15), $pop16 + i32.store8 0($pop15), $pop16 i32.const $push17=, 50 - i32.store8 $drop=, 52($2), $pop17 + i32.store8 52($2), $pop17 i32.const $push18=, 57 i32.add $push60=, $2, $pop18 tee_local $push59=, $0=, $pop60 i32.const $push19=, 51 - i32.store8 $drop=, 0($pop59), $pop19 + i32.store8 0($pop59), $pop19 i32.const $push43=, 40 i32.add $push44=, $2, $pop43 i32.const $push20=, 4 i32.add $push21=, $pop44, $pop20 i32.load8_u $push22=, 52($2) - i32.store8 $drop=, 0($pop21), $pop22 + i32.store8 0($pop21), $pop22 i32.const $push23=, 62 i32.add $push58=, $2, $pop23 tee_local $push57=, $1=, $pop58 i32.const $push24=, 52 - i32.store8 $drop=, 0($pop57), $pop24 + i32.store8 0($pop57), $pop24 i32.const $push45=, 32 i32.add $push46=, $2, $pop45 i32.const $push56=, 4 i32.add $push25=, $pop46, $pop56 i32.load8_u $push26=, 0($0) - i32.store8 $drop=, 0($pop25), $pop26 + i32.store8 0($pop25), $pop26 i32.load $push27=, 48($2) - i32.store $drop=, 40($2), $pop27 + i32.store 40($2), $pop27 i32.load $push28=, 53($2):p2align=0 - i32.store $drop=, 32($2), $pop28 + i32.store 32($2), $pop28 i32.const $push47=, 24 i32.add $push48=, $2, $pop47 i32.const $push55=, 4 i32.add $push29=, $pop48, $pop55 i32.load8_u $push30=, 0($1) - i32.store8 $drop=, 0($pop29), $pop30 + i32.store8 0($pop29), $pop30 i32.load $push31=, 58($2):p2align=1 - i32.store $drop=, 24($2), $pop31 + i32.store 24($2), $pop31 i32.const $push32=, 123 - i32.store $drop=, 12($2), $pop32 + i32.store 12($2), $pop32 i32.const $push49=, 24 i32.add $push50=, $2, $pop49 - i32.store $drop=, 8($2), $pop50 + i32.store 8($2), $pop50 i32.const $push51=, 32 i32.add $push52=, $2, $pop51 - i32.store $drop=, 4($2), $pop52 + i32.store 4($2), $pop52 i32.const $push53=, 40 i32.add $push54=, $2, $pop53 - i32.store $drop=, 0($2), $pop54 + i32.store 0($2), $pop54 i32.const $push33=, 3 i32.call $drop=, f@FUNCTION, $pop33, $2 i32.const $push34=, 0 @@ -220,6 +220,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/strct-varg-1.c.s b/test/torture-s/strct-varg-1.c.s index 62f3352d2..5e1166770 100644 --- a/test/torture-s/strct-varg-1.c.s +++ b/test/torture-s/strct-varg-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strct-varg-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,8 +15,8 @@ f: # @f i32.const $push26=, 16 i32.sub $push32=, $pop25, $pop26 tee_local $push31=, $2=, $pop32 - i32.store $drop=, __stack_pointer($pop27), $pop31 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop27), $pop31 + i32.store 12($2), $1 block i32.const $push0=, 2 i32.ne $push1=, $0, $pop0 @@ -26,7 +26,7 @@ f: # @f tee_local $push33=, $0=, $pop34 i32.const $push2=, 8 i32.add $push3=, $pop33, $pop2 - i32.store $drop=, 12($2), $pop3 + i32.store 12($2), $pop3 i32.load $push4=, 0($0) i32.const $push5=, 43690 i32.ne $push6=, $pop4, $pop5 @@ -40,7 +40,7 @@ f: # @f i32.const $push10=, 12 i32.add $push36=, $0, $pop10 tee_local $push35=, $1=, $pop36 - i32.store $drop=, 12($2), $pop35 + i32.store 12($2), $pop35 i32.const $push11=, 8 i32.add $push12=, $0, $pop11 i32.load $push13=, 0($pop12) @@ -50,7 +50,7 @@ f: # @f # BB#4: # %if.end10 i32.const $push16=, 20 i32.add $push17=, $0, $pop16 - i32.store $drop=, 12($2), $pop17 + i32.store 12($2), $pop17 i32.load $push18=, 0($1) i32.const $push19=, 65535 i32.ne $push20=, $pop18, $pop19 @@ -64,7 +64,7 @@ f: # @f i32.const $push30=, 0 i32.const $push28=, 16 i32.add $push29=, $2, $pop28 - i32.store $drop=, __stack_pointer($pop30), $pop29 + i32.store __stack_pointer($pop30), $pop29 return $2 .LBB0_7: # %if.then18 end_block # label0: @@ -88,27 +88,27 @@ main: # @main i32.const $push12=, 48 i32.sub $push19=, $pop11, $pop12 tee_local $push18=, $0=, $pop19 - i32.store $drop=, __stack_pointer($pop13), $pop18 + i32.store __stack_pointer($pop13), $pop18 i64.const $push0=, 93823560624810 - i64.store $drop=, 40($0), $pop0 + i64.store 40($0), $pop0 i64.const $push1=, 18764712181759 - i64.store $drop=, 32($0), $pop1 + i64.store 32($0), $pop1 i64.load $push2=, 40($0) - i64.store $drop=, 24($0):p2align=2, $pop2 + i64.store 24($0):p2align=2, $pop2 i32.const $push3=, 20 i32.add $push4=, $0, $pop3 i32.load $push5=, 36($0) - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 i32.load $push6=, 32($0) - i32.store $drop=, 16($0), $pop6 + i32.store 16($0), $pop6 i32.const $push7=, 3 - i32.store $drop=, 4($0), $pop7 + i32.store 4($0), $pop7 i32.const $push14=, 24 i32.add $push15=, $0, $pop14 - i32.store $drop=, 0($0), $pop15 + i32.store 0($0), $pop15 i32.const $push16=, 16 i32.add $push17=, $0, $pop16 - i32.store $drop=, 8($0), $pop17 + i32.store 8($0), $pop17 i32.const $push8=, 2 i32.call $drop=, f@FUNCTION, $pop8, $0 i32.const $push9=, 0 @@ -119,6 +119,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/string-opt-17.c.s b/test/torture-s/string-opt-17.c.s index 69b482fb3..785f46759 100644 --- a/test/torture-s/string-opt-17.c.s +++ b/test/torture-s/string-opt-17.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-17.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-17.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -34,7 +34,7 @@ check2: # @check2 # BB#1: # %if.end i32.const $push6=, 0 i32.const $push3=, 6 - i32.store $drop=, check2.r($pop6), $pop3 + i32.store check2.r($pop6), $pop3 i32.const $push5=, 6 return $pop5 .LBB1_2: # %if.then @@ -61,9 +61,9 @@ test2: # @test2 # BB#1: # %check2.exit i32.const $push6=, 0 i32.const $push3=, 6 - i32.store $drop=, check2.r($pop6), $pop3 + i32.store check2.r($pop6), $pop3 i32.const $push4=, 8020322 - i32.store $drop=, 0($0):p2align=0, $pop4 + i32.store 0($0):p2align=0, $pop4 return .LBB2_2: # %if.then.i end_block # label1: @@ -87,13 +87,13 @@ main: # @main i32.const $push13=, 16 i32.sub $push20=, $pop12, $pop13 tee_local $push19=, $0=, $pop20 - i32.store $drop=, __stack_pointer($pop14), $pop19 + i32.store __stack_pointer($pop14), $pop19 i32.const $push18=, 0 i32.load8_u $push0=, .L.str+9($pop18) - i32.store8 $drop=, 6($0), $pop0 + i32.store8 6($0), $pop0 i32.const $push17=, 0 i32.load16_u $push1=, .L.str+7($pop17):p2align=0 - i32.store16 $drop=, 4($0), $pop1 + i32.store16 4($0), $pop1 block i32.const $push15=, 4 i32.add $push16=, $0, $pop15 @@ -110,9 +110,9 @@ main: # @main # BB#2: # %test2.exit i32.const $push22=, 0 i32.const $push8=, 6 - i32.store $drop=, check2.r($pop22), $pop8 + i32.store check2.r($pop22), $pop8 i32.const $push9=, 8020322 - i32.store $drop=, 4($0), $pop9 + i32.store 4($0), $pop9 i32.const $push10=, 1 i32.eqz $push24=, $pop10 br_if 0, $pop24 # 0: down to label2 @@ -153,7 +153,7 @@ check2.r: .size .L.str.2, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strcpy, i32, i32, i32 .functype abort, void .functype memcmp, i32, i32, i32, i32 diff --git a/test/torture-s/string-opt-18.c.s b/test/torture-s/string-opt-18.c.s index e541184a4..17735ae42 100644 --- a/test/torture-s/string-opt-18.c.s +++ b/test/torture-s/string-opt-18.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-18.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-18.c" .section .text.test1,"ax",@progbits .hidden test1 .globl test1 @@ -20,7 +20,7 @@ test2: # @test2 .param i32 # BB#0: # %entry i64.load $push0=, 0($0):p2align=0 - i64.store $drop=, 0($0):p2align=0, $pop0 + i64.store 0($0):p2align=0, $pop0 block i32.const $push1=, 1 i32.eqz $push2=, $pop1 @@ -109,9 +109,9 @@ main: # @main i32.const $push5=, 16 i32.sub $push11=, $pop4, $pop5 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop6), $pop10 + i32.store __stack_pointer($pop6), $pop10 i64.load $push0=, 4($0):p2align=2 - i64.store $drop=, 4($0):p2align=2, $pop0 + i64.store 4($0):p2align=2, $pop0 block i32.const $push1=, 1 i32.eqz $push12=, $pop1 @@ -120,7 +120,7 @@ main: # @main i32.const $push9=, 0 i32.const $push7=, 16 i32.add $push8=, $0, $pop7 - i32.store $drop=, __stack_pointer($pop9), $pop8 + i32.store __stack_pointer($pop9), $pop8 i32.const $push2=, 0 return $pop2 .LBB7_2: # %if.then.i @@ -132,6 +132,6 @@ main: # @main .size main, .Lfunc_end7-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype mempcpy, i32, i32, i32, i32 diff --git a/test/torture-s/string-opt-5.c.s b/test/torture-s/string-opt-5.c.s index 31814f222..196ba1ba1 100644 --- a/test/torture-s/string-opt-5.c.s +++ b/test/torture-s/string-opt-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/string-opt-5.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,7 +14,7 @@ main: # @main i32.const $push113=, 64 i32.sub $push122=, $pop112, $pop113 tee_local $push121=, $4=, $pop122 - i32.store $drop=, __stack_pointer($pop114), $pop121 + i32.store __stack_pointer($pop114), $pop121 block i32.const $push120=, 0 i32.load $push119=, bar($pop120) @@ -31,7 +31,7 @@ main: # @main i32.const $push3=, 1 i32.add $push124=, $pop125, $pop3 tee_local $push123=, $2=, $pop124 - i32.store $drop=, x($pop128), $pop123 + i32.store x($pop128), $pop123 i32.const $push4=, 2 i32.and $push5=, $2, $pop4 i32.add $push6=, $0, $pop5 @@ -48,7 +48,7 @@ main: # @main i32.const $push12=, -3 i32.add $push130=, $1, $pop12 tee_local $push129=, $2=, $pop130 - i32.store $drop=, x($pop131), $pop129 + i32.store x($pop131), $pop129 i32.const $push13=, .L.str.1-3 i32.add $push14=, $1, $pop13 i32.const $push15=, .L.str.2 @@ -65,7 +65,7 @@ main: # @main i32.const $push19=, -2 i32.add $push137=, $1, $pop19 tee_local $push136=, $3=, $pop137 - i32.store $drop=, x($pop138), $pop136 + i32.store x($pop138), $pop136 i32.const $push135=, .L.str.1 i32.const $push20=, 1 i32.and $push21=, $2, $pop20 @@ -79,7 +79,7 @@ main: # @main i32.const $push25=, -1 i32.add $push140=, $1, $pop25 tee_local $push139=, $2=, $pop140 - i32.store $drop=, x($pop141), $pop139 + i32.store x($pop141), $pop139 i32.const $push26=, 7 i32.and $push27=, $3, $pop26 i32.const $push28=, .L.str.1 @@ -113,14 +113,14 @@ main: # @main br_if 0, $pop45 # 0: down to label0 # BB#11: # %if.end77 i32.const $push46=, 0 - i32.store $drop=, x($pop46), $1 + i32.store x($pop46), $1 i32.const $push148=, 0 i32.const $push147=, 0 i32.load $push47=, y($pop147) i32.const $push48=, -1 i32.add $push146=, $pop47, $pop48 tee_local $push145=, $0=, $pop146 - i32.store $drop=, y($pop148), $pop145 + i32.store y($pop148), $pop145 i32.const $push49=, 1 i32.and $push50=, $2, $pop49 i32.const $push51=, .L.str.1 @@ -136,14 +136,14 @@ main: # @main # BB#13: # %if.end90 i32.const $push154=, 0 i32.const $push57=, 1 - i32.store $drop=, y($pop154), $pop57 + i32.store y($pop154), $pop57 i32.const $push153=, 0 i32.const $push58=, 6 - i32.store $drop=, x($pop153), $pop58 + i32.store x($pop153), $pop58 i32.const $push152=, 32 - i32.store16 $drop=, 5($4):p2align=0, $pop152 + i32.store16 5($4):p2align=0, $pop152 i32.const $push59=, 1869376613 - i32.store $drop=, 1($4):p2align=0, $pop59 + i32.store 1($4):p2align=0, $pop59 i32.const $push151=, 1 i32.or $push150=, $4, $pop151 tee_local $push149=, $0=, $pop150 @@ -156,10 +156,10 @@ main: # @main i32.call $1=, memset@FUNCTION, $4, $pop158, $pop64 i32.const $push157=, 0 i32.const $push65=, 2 - i32.store $drop=, y($pop157), $pop65 + i32.store y($pop157), $pop65 i32.const $push156=, 0 i32.const $push155=, 7 - i32.store $drop=, x($pop156), $pop155 + i32.store x($pop156), $pop155 i32.const $push67=, .L.str.5+1 i32.const $push66=, 10 i32.call $push68=, strncpy@FUNCTION, $0, $pop67, $pop66 @@ -204,14 +204,14 @@ main: # @main i32.call $4=, memset@FUNCTION, $pop87, $pop86, $pop85 i32.const $push89=, 0 i32.const $push88=, 34 - i32.store $drop=, x($pop89), $pop88 + i32.store x($pop89), $pop88 i32.const $push168=, 0 i32.const $push167=, 0 i32.load $push90=, y($pop167) i32.const $push91=, 1 i32.add $push166=, $pop90, $pop91 tee_local $push165=, $1=, $pop166 - i32.store $drop=, y($pop168), $pop165 + i32.store y($pop168), $pop165 i32.const $push92=, 33 i32.call $drop=, memset@FUNCTION, $4, $pop92, $1 i32.const $push164=, 3 @@ -225,10 +225,10 @@ main: # @main # BB#22: # %lor.lhs.false158 i32.const $push172=, 0 i64.const $push96=, 3255307777713450285 - i64.store $drop=, buf+3($pop172):p2align=0, $pop96 + i64.store buf+3($pop172):p2align=0, $pop96 i32.const $push171=, 0 i32.const $push97=, 4 - i32.store $drop=, y($pop171), $pop97 + i32.store y($pop171), $pop97 i32.const $push99=, buf i32.const $push98=, .L.str.10 i32.const $push170=, 11 @@ -237,13 +237,13 @@ main: # @main # BB#23: # %lor.lhs.false171 i32.const $push177=, 0 i32.const $push101=, 5 - i32.store $drop=, y($pop177), $pop101 + i32.store y($pop177), $pop101 i32.const $push176=, 0 i32.const $push175=, 11 - i32.store $drop=, x($pop176), $pop175 + i32.store x($pop176), $pop175 i32.const $push174=, 0 i32.const $push173=, 0 - i32.store $drop=, buf+11($pop174):p2align=0, $pop173 + i32.store buf+11($pop174):p2align=0, $pop173 i32.const $push104=, buf+8 i32.const $push103=, .L.str.11 i32.const $push102=, 7 @@ -252,13 +252,13 @@ main: # @main # BB#24: # %lor.lhs.false180 i32.const $push182=, 0 i32.const $push106=, 15 - i32.store $drop=, x($pop182), $pop106 + i32.store x($pop182), $pop106 i32.const $push181=, 0 i32.const $push180=, 0 - i32.store16 $drop=, buf+19($pop181):p2align=0, $pop180 + i32.store16 buf+19($pop181):p2align=0, $pop180 i32.const $push179=, 0 i32.const $push178=, 0 - i32.store $drop=, buf+15($pop179):p2align=0, $pop178 + i32.store buf+15($pop179):p2align=0, $pop178 i32.const $push109=, buf+10 i32.const $push108=, .L.str.12 i32.const $push107=, 11 @@ -268,7 +268,7 @@ main: # @main i32.const $push117=, 0 i32.const $push115=, 64 i32.add $push116=, $0, $pop115 - i32.store $drop=, __stack_pointer($pop117), $pop116 + i32.store __stack_pointer($pop117), $pop116 i32.const $push183=, 0 return $pop183 .LBB0_26: # %if.then183 @@ -389,7 +389,7 @@ buf: .size .L.str.12, 11 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strlen, i32, i32 .functype abort, void .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/strlen-1.c.s b/test/torture-s/strlen-1.c.s index c16124e96..ed3a269ff 100644 --- a/test/torture-s/strlen-1.c.s +++ b/test/torture-s/strlen-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strlen-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strlen-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -47,11 +47,11 @@ main: # @main # in Loop: Header=BB0_2 Depth=2 end_block # label6: i32.const $push13=, 0 - i32.store8 $drop=, 0($4), $pop13 + i32.store8 0($4), $pop13 i32.const $push12=, 1 i32.add $push6=, $4, $pop12 i64.const $push11=, 7089336938131513954 - i64.store $drop=, 0($pop6):p2align=0, $pop11 + i64.store 0($pop6):p2align=0, $pop11 i32.call $push1=, strlen@FUNCTION, $0 i32.ne $push2=, $3, $pop1 br_if 4, $pop2 # 4: down to label0 @@ -95,7 +95,7 @@ u: .size u, 96 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strlen, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/strncmp-1.c.s b/test/torture-s/strncmp-1.c.s index b83e65fdd..4b753a617 100644 --- a/test/torture-s/strncmp-1.c.s +++ b/test/torture-s/strncmp-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strncmp-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/strncmp-1.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -100,7 +100,7 @@ main: # @main # in Loop: Header=BB1_3 Depth=3 end_block # label13: i64.const $push35=, 8680820740569200760 - i64.store $drop=, 0($6):p2align=0, $pop35 + i64.store 0($6):p2align=0, $pop35 i32.const $7=, u2 block i32.eqz $push91=, $2 @@ -127,11 +127,11 @@ main: # @main # in Loop: Header=BB1_3 Depth=3 end_block # label15: i64.const $push42=, 8680820740569200760 - i64.store $drop=, 0($8):p2align=0, $pop42 + i64.store 0($8):p2align=0, $pop42 i32.const $push41=, 0 - i32.store8 $drop=, 0($6), $pop41 + i32.store8 0($6), $pop41 i32.const $push40=, 0 - i32.store8 $drop=, 0($8), $pop40 + i32.store8 0($8), $pop40 i32.const $push39=, 80 i32.call $push2=, strncmp@FUNCTION, $5, $7, $pop39 br_if 6, $pop2 # 6: down to label5 @@ -142,9 +142,9 @@ main: # @main # BB#13: # %test.exit185 # in Loop: Header=BB1_3 Depth=3 i32.const $push46=, 97 - i32.store16 $drop=, 0($6):p2align=0, $pop46 + i32.store16 0($6):p2align=0, $pop46 i32.const $push45=, 0 - i32.store8 $drop=, 0($8), $pop45 + i32.store8 0($8), $pop45 i32.const $push44=, 80 i32.call $push4=, strncmp@FUNCTION, $5, $7, $pop44 i32.const $push43=, 0 @@ -157,9 +157,9 @@ main: # @main # BB#15: # %test.exit196 # in Loop: Header=BB1_3 Depth=3 i32.const $push50=, 0 - i32.store8 $drop=, 0($6), $pop50 + i32.store8 0($6), $pop50 i32.const $push49=, 97 - i32.store16 $drop=, 0($8):p2align=0, $pop49 + i32.store16 0($8):p2align=0, $pop49 i32.const $push48=, 80 i32.call $push7=, strncmp@FUNCTION, $5, $7, $pop48 i32.const $push47=, 0 @@ -172,9 +172,9 @@ main: # @main # BB#17: # %test.exit207 # in Loop: Header=BB1_3 Depth=3 i32.const $push54=, 98 - i32.store16 $drop=, 0($6):p2align=0, $pop54 + i32.store16 0($6):p2align=0, $pop54 i32.const $push53=, 99 - i32.store16 $drop=, 0($8):p2align=0, $pop53 + i32.store16 0($8):p2align=0, $pop53 i32.const $push52=, 80 i32.call $push10=, strncmp@FUNCTION, $5, $7, $pop52 i32.const $push51=, 0 @@ -187,9 +187,9 @@ main: # @main # BB#19: # %test.exit219 # in Loop: Header=BB1_3 Depth=3 i32.const $push58=, 99 - i32.store16 $drop=, 0($6):p2align=0, $pop58 + i32.store16 0($6):p2align=0, $pop58 i32.const $push57=, 98 - i32.store16 $drop=, 0($8):p2align=0, $pop57 + i32.store16 0($8):p2align=0, $pop57 i32.const $push56=, 80 i32.call $push13=, strncmp@FUNCTION, $5, $7, $pop56 i32.const $push55=, 0 @@ -202,9 +202,9 @@ main: # @main # BB#21: # %test.exit231 # in Loop: Header=BB1_3 Depth=3 i32.const $push62=, 98 - i32.store16 $drop=, 0($6):p2align=0, $pop62 + i32.store16 0($6):p2align=0, $pop62 i32.const $push61=, 169 - i32.store16 $drop=, 0($8):p2align=0, $pop61 + i32.store16 0($8):p2align=0, $pop61 i32.const $push60=, 80 i32.call $push16=, strncmp@FUNCTION, $5, $7, $pop60 i32.const $push59=, 0 @@ -217,9 +217,9 @@ main: # @main # BB#23: # %test.exit243 # in Loop: Header=BB1_3 Depth=3 i32.const $push66=, 169 - i32.store16 $drop=, 0($6):p2align=0, $pop66 + i32.store16 0($6):p2align=0, $pop66 i32.const $push65=, 98 - i32.store16 $drop=, 0($8):p2align=0, $pop65 + i32.store16 0($8):p2align=0, $pop65 i32.const $push64=, 80 i32.call $push19=, strncmp@FUNCTION, $5, $7, $pop64 i32.const $push63=, 0 @@ -232,9 +232,9 @@ main: # @main # BB#25: # %test.exit255 # in Loop: Header=BB1_3 Depth=3 i32.const $push70=, 169 - i32.store16 $drop=, 0($6):p2align=0, $pop70 + i32.store16 0($6):p2align=0, $pop70 i32.const $push69=, 170 - i32.store16 $drop=, 0($8):p2align=0, $pop69 + i32.store16 0($8):p2align=0, $pop69 i32.const $push68=, 80 i32.call $push22=, strncmp@FUNCTION, $5, $7, $pop68 i32.const $push67=, 0 @@ -247,9 +247,9 @@ main: # @main # BB#27: # %test.exit267 # in Loop: Header=BB1_3 Depth=3 i32.const $push74=, 170 - i32.store16 $drop=, 0($6):p2align=0, $pop74 + i32.store16 0($6):p2align=0, $pop74 i32.const $push73=, 169 - i32.store16 $drop=, 0($8):p2align=0, $pop73 + i32.store16 0($8):p2align=0, $pop73 i32.const $push72=, 80 i32.call $push25=, strncmp@FUNCTION, $5, $7, $pop72 i32.const $push71=, 0 @@ -321,7 +321,7 @@ u2: .size u2, 80 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype strncmp, i32, i32, i32, i32 .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/struct-aliasing-1.c.s b/test/torture-s/struct-aliasing-1.c.s index 83bde3d66..53ee7eec9 100644 --- a/test/torture-s/struct-aliasing-1.c.s +++ b/test/torture-s/struct-aliasing-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-aliasing-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-aliasing-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -11,7 +11,7 @@ foo: # @foo # BB#0: # %entry i32.load $2=, 0($1) i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 i32.load $push1=, 0($1) i32.add $push2=, $2, $pop1 # fallthrough-return: $pop2 @@ -33,9 +33,9 @@ main: # @main i32.const $push6=, 16 i32.sub $push17=, $pop5, $pop6 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop7), $pop16 + i32.store __stack_pointer($pop7), $pop16 i32.const $push0=, 1 - i32.store $drop=, 12($0), $pop0 + i32.store 12($0), $pop0 block i32.const $push11=, 12 i32.add $push12=, $0, $pop11 @@ -49,7 +49,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 16 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 return $pop3 .LBB1_2: # %if.then @@ -61,5 +61,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/struct-cpy-1.c.s b/test/torture-s/struct-cpy-1.c.s index d3b151f00..0ff2a0dc5 100644 --- a/test/torture-s/struct-cpy-1.c.s +++ b/test/torture-s/struct-cpy-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-cpy-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-cpy-1.c" .section .text.ini,"ax",@progbits .hidden ini .globl ini @@ -8,25 +8,25 @@ ini: # @ini # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 0 - i64.store $drop=, pty+72($pop1), $pop0 + i64.store pty+72($pop1), $pop0 i32.const $push13=, 0 i64.const $push12=, 0 - i64.store $drop=, pty+64($pop13), $pop12 + i64.store pty+64($pop13), $pop12 i32.const $push11=, 0 i64.const $push10=, 0 - i64.store $drop=, pty+56($pop11), $pop10 + i64.store pty+56($pop11), $pop10 i32.const $push9=, 0 i64.const $push2=, 8589934593 - i64.store $drop=, pty+40($pop9), $pop2 + i64.store pty+40($pop9), $pop2 i32.const $push8=, 0 i32.const $push3=, 3 - i32.store $drop=, pty+48($pop8), $pop3 + i32.store pty+48($pop8), $pop3 i32.const $push7=, 0 i32.const $push6=, 0 - i32.store $drop=, pty+80($pop7), $pop6 + i32.store pty+80($pop7), $pop6 i32.const $push5=, 0 i32.const $push4=, 4 - i32.store $drop=, pty+52($pop5), $pop4 + i32.store pty+52($pop5), $pop4 # fallthrough-return .endfunc .Lfunc_end0: @@ -41,25 +41,25 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i64.const $push0=, 0 - i64.store $drop=, pty+72($pop1), $pop0 + i64.store pty+72($pop1), $pop0 i32.const $push14=, 0 i64.const $push13=, 0 - i64.store $drop=, pty+64($pop14), $pop13 + i64.store pty+64($pop14), $pop13 i32.const $push12=, 0 i64.const $push11=, 0 - i64.store $drop=, pty+56($pop12), $pop11 + i64.store pty+56($pop12), $pop11 i32.const $push10=, 0 i64.const $push2=, 8589934593 - i64.store $drop=, pty+40($pop10), $pop2 + i64.store pty+40($pop10), $pop2 i32.const $push9=, 0 i32.const $push3=, 3 - i32.store $drop=, pty+48($pop9), $pop3 + i32.store pty+48($pop9), $pop3 i32.const $push8=, 0 i32.const $push7=, 0 - i32.store $drop=, pty+80($pop8), $pop7 + i32.store pty+80($pop8), $pop7 i32.const $push6=, 0 i32.const $push4=, 4 - i32.store $drop=, pty+52($pop6), $pop4 + i32.store pty+52($pop6), $pop4 i32.const $push5=, 0 # fallthrough-return: $pop5 .endfunc @@ -74,4 +74,4 @@ pty: .size pty, 88 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/struct-ini-1.c.s b/test/torture-s/struct-ini-1.c.s index 86f04b739..2283f0585 100644 --- a/test/torture-s/struct-ini-1.c.s +++ b/test/torture-s/struct-ini-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -50,6 +50,6 @@ object: .size object, 12 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/struct-ini-2.c.s b/test/torture-s/struct-ini-2.c.s index d586d01d8..242b45295 100644 --- a/test/torture-s/struct-ini-2.c.s +++ b/test/torture-s/struct-ini-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -53,6 +53,6 @@ x: .size x, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/struct-ini-3.c.s b/test/torture-s/struct-ini-3.c.s index 683268fe6..ee9a48a30 100644 --- a/test/torture-s/struct-ini-3.c.s +++ b/test/torture-s/struct-ini-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-3.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -26,5 +26,5 @@ result: .size result, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/struct-ini-4.c.s b/test/torture-s/struct-ini-4.c.s index d9f299515..da7805bbb 100644 --- a/test/torture-s/struct-ini-4.c.s +++ b/test/torture-s/struct-ini-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ini-4.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -38,6 +38,6 @@ s: .size s, 24 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/struct-ret-1.c.s b/test/torture-s/struct-ret-1.c.s index 3be2dcd1f..0dca846ae 100644 --- a/test/torture-s/struct-ret-1.c.s +++ b/test/torture-s/struct-ret-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ret-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ret-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push27=, 64 i32.sub $push36=, $pop26, $pop27 tee_local $push35=, $11=, $pop36 - i32.store $drop=, __stack_pointer($pop28), $pop35 + i32.store __stack_pointer($pop28), $pop35 i32.const $push1=, 12 i32.add $push2=, $1, $pop1 i32.load $5=, 0($pop2) @@ -33,39 +33,39 @@ f: # @f i32.const $push33=, 16 i32.add $push6=, $4, $pop33 i32.load $push7=, 0($pop6) - i32.store $drop=, 0($pop9), $pop7 + i32.store 0($pop9), $pop7 i32.const $push10=, 44 i32.add $push11=, $11, $pop10 - i32.store $drop=, 0($pop11), $7 + i32.store 0($pop11), $7 i32.const $push12=, 40 i32.add $push13=, $11, $pop12 - i32.store $drop=, 0($pop13), $10 + i32.store 0($pop13), $10 i32.const $push14=, 32 i32.add $push15=, $11, $pop14 - f64.store $drop=, 0($pop15), $9 + f64.store 0($pop15), $9 i32.const $push16=, 24 i32.add $push17=, $11, $pop16 - f64.store $drop=, 0($pop17), $3 + f64.store 0($pop17), $3 i32.const $push18=, 20 i32.add $push19=, $11, $pop18 - i32.store $drop=, 0($pop19), $2 + i32.store 0($pop19), $2 i32.const $push32=, 16 i32.add $push20=, $11, $pop32 - i32.store $drop=, 0($pop20), $6 - i32.store $drop=, 12($11), $5 - i32.store $drop=, 8($11), $1 - f64.store $drop=, 0($11), $8 + i32.store 0($pop20), $6 + i32.store 12($11), $5 + i32.store 8($11), $1 + f64.store 0($11), $8 i32.const $push22=, out i32.const $push21=, .L.str i32.call $drop=, sprintf@FUNCTION, $pop22, $pop21, $11 i32.const $push24=, f.xr i32.const $push23=, 33 i32.call $push0=, memcpy@FUNCTION, $0, $pop24, $pop23 - i32.store8 $drop=, 33($pop0), $2 + i32.store8 33($pop0), $2 i32.const $push31=, 0 i32.const $push29=, 64 i32.add $push30=, $11, $pop29 - i32.store $drop=, __stack_pointer($pop31), $pop30 + i32.store __stack_pointer($pop31), $pop30 # fallthrough-return .endfunc .Lfunc_end0: @@ -85,7 +85,7 @@ main: # @main i32.const $push37=, 256 i32.sub $push87=, $pop36, $pop37 tee_local $push86=, $8=, $pop87 - i32.store $drop=, __stack_pointer($pop38), $pop86 + i32.store __stack_pointer($pop38), $pop86 i32.const $push85=, 0 f64.load $0=, B1($pop85) i32.const $push84=, 0 @@ -106,31 +106,31 @@ main: # @main i32.add $push2=, $8, $pop1 i32.const $push77=, 0 i32.load $push0=, B2+16($pop77) - i32.store $drop=, 0($pop2), $pop0 + i32.store 0($pop2), $pop0 i32.const $push3=, 92 i32.add $push4=, $8, $pop3 - i32.store $drop=, 0($pop4), $7 + i32.store 0($pop4), $7 i32.const $push5=, 88 i32.add $push6=, $8, $pop5 - i32.store $drop=, 0($pop6), $6 + i32.store 0($pop6), $6 i32.const $push7=, 80 i32.add $push8=, $8, $pop7 - f64.store $drop=, 0($pop8), $5 + f64.store 0($pop8), $5 i32.const $push9=, 72 i32.add $push10=, $8, $pop9 - f64.store $drop=, 0($pop10), $4 + f64.store 0($pop10), $4 i32.const $push39=, 48 i32.add $push40=, $8, $pop39 i32.const $push11=, 20 i32.add $push12=, $pop40, $pop11 - i32.store $drop=, 0($pop12), $3 + i32.store 0($pop12), $3 i32.const $push41=, 48 i32.add $push42=, $8, $pop41 i32.const $push13=, 16 i32.add $push14=, $pop42, $pop13 - i32.store $drop=, 0($pop14), $2 - i64.store $drop=, 56($8), $1 - f64.store $drop=, 48($8), $0 + i32.store 0($pop14), $2 + i64.store 56($8), $1 + f64.store 48($8), $0 i32.const $push16=, out i32.const $push15=, .L.str i32.const $push43=, 48 @@ -146,32 +146,32 @@ main: # @main i32.add $push17=, $pop48, $pop75 i32.const $push74=, 0 i32.load $push18=, B1+20($pop74) - i32.store $drop=, 0($pop17), $pop18 + i32.store 0($pop17), $pop18 i32.const $push49=, 24 i32.add $push50=, $8, $pop49 i32.const $push73=, 16 i32.add $push19=, $pop50, $pop73 i32.const $push72=, 0 i32.load $push20=, B1+16($pop72) - i32.store $drop=, 0($pop19), $pop20 + i32.store 0($pop19), $pop20 i32.const $push21=, 36 i32.add $push22=, $8, $pop21 i32.const $push71=, 0 i32.load $push23=, B1+12($pop71) - i32.store $drop=, 0($pop22), $pop23 + i32.store 0($pop22), $pop23 i32.const $push51=, 24 i32.add $push52=, $8, $pop51 i32.const $push24=, 8 i32.add $push25=, $pop52, $pop24 i32.const $push70=, 0 i32.load $push26=, B1+8($pop70) - i32.store $drop=, 0($pop25), $pop26 + i32.store 0($pop25), $pop26 i32.const $push69=, 0 i32.load $push27=, B1+4($pop69) - i32.store $drop=, 28($8), $pop27 + i32.store 28($8), $pop27 i32.const $push68=, 0 i32.load $push28=, B1($pop68) - i32.store $drop=, 24($8), $pop28 + i32.store 24($8), $pop28 i32.const $push67=, 0 f64.load $0=, d3($pop67) i32.const $push66=, 0 @@ -182,15 +182,15 @@ main: # @main i32.add $push29=, $8, $pop64 i32.const $push63=, 0 i64.load $push30=, B2+16($pop63) - i64.store $drop=, 0($pop29), $pop30 + i64.store 0($pop29), $pop30 i32.const $push62=, 8 i32.add $push31=, $8, $pop62 i32.const $push61=, 0 i64.load $push32=, B2+8($pop61) - i64.store $drop=, 0($pop31), $pop32 + i64.store 0($pop31), $pop32 i32.const $push60=, 0 i64.load $push33=, B2($pop60) - i64.store $drop=, 0($8), $pop33 + i64.store 0($8), $pop33 i32.const $push53=, 104 i32.add $push54=, $8, $pop53 i32.const $push55=, 24 @@ -420,7 +420,7 @@ fp: .size fp, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype sprintf, i32, i32, i32 .functype strcpy, i32, i32, i32 .functype strcmp, i32, i32, i32 diff --git a/test/torture-s/struct-ret-2.c.s b/test/torture-s/struct-ret-2.c.s index edbed92de..fdedd4e96 100644 --- a/test/torture-s/struct-ret-2.c.s +++ b/test/torture-s/struct-ret-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ret-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/struct-ret-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -41,5 +41,5 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/switch-1.c.s b/test/torture-s/switch-1.c.s index f3bf646dd..cc5c8243d 100644 --- a/test/torture-s/switch-1.c.s +++ b/test/torture-s/switch-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/switch-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/switch-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -172,5 +172,5 @@ main: # @main .size .Lswitch.table, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/tstdi-1.c.s b/test/torture-s/tstdi-1.c.s index b16794f87..386e29a66 100644 --- a/test/torture-s/tstdi-1.c.s +++ b/test/torture-s/tstdi-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/tstdi-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/tstdi-1.c" .section .text.feq,"ax",@progbits .hidden feq .globl feq @@ -121,5 +121,5 @@ main: # @main .size main, .Lfunc_end6-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/unroll-1.c.s b/test/torture-s/unroll-1.c.s index 8744416d1..8192b3c75 100644 --- a/test/torture-s/unroll-1.c.s +++ b/test/torture-s/unroll-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/unroll-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/unroll-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -30,5 +30,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/usmul.c.s b/test/torture-s/usmul.c.s index 73b272a89..b71853773 100644 --- a/test/torture-s/usmul.c.s +++ b/test/torture-s/usmul.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/usmul.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/usmul.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -104,6 +104,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-1.c.s b/test/torture-s/va-arg-1.c.s index 382eaf8b7..90fbbc16d 100644 --- a/test/torture-s/va-arg-1.c.s +++ b/test/torture-s/va-arg-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,12 +15,12 @@ f: # @f i32.const $push13=, 16 i32.sub $push21=, $pop12, $pop13 tee_local $push20=, $12=, $pop21 - i32.store $drop=, __stack_pointer($pop14), $pop20 - i32.store $drop=, 12($12), $9 + i32.store __stack_pointer($pop14), $pop20 + i32.store 12($12), $9 i32.const $push0=, 4 i32.add $push19=, $9, $pop0 tee_local $push18=, $10=, $pop19 - i32.store $drop=, 12($12), $pop18 + i32.store 12($12), $pop18 block i32.load $push1=, 0($9) i32.const $push2=, 10 @@ -30,7 +30,7 @@ f: # @f i32.const $push4=, 8 i32.add $push23=, $9, $pop4 tee_local $push22=, $11=, $pop23 - i32.store $drop=, 12($12), $pop22 + i32.store 12($12), $pop22 i32.load $push5=, 0($10) i32.const $push6=, 11 i32.ne $push7=, $pop5, $pop6 @@ -38,14 +38,14 @@ f: # @f # BB#2: # %if.end6 i32.const $push8=, 12 i32.add $push9=, $9, $pop8 - i32.store $drop=, 12($12), $pop9 + i32.store 12($12), $pop9 i32.load $push10=, 0($11) br_if 0, $pop10 # 0: down to label0 # BB#3: # %if.end11 i32.const $push17=, 0 i32.const $push15=, 16 i32.add $push16=, $12, $pop15 - i32.store $drop=, __stack_pointer($pop17), $pop16 + i32.store __stack_pointer($pop17), $pop16 return $9 .LBB0_4: # %if.then10 end_block # label0: @@ -69,11 +69,11 @@ main: # @main i32.const $push4=, 16 i32.sub $push8=, $pop3, $pop4 tee_local $push7=, $0=, $pop8 - i32.store $drop=, __stack_pointer($pop5), $pop7 + i32.store __stack_pointer($pop5), $pop7 i32.const $push0=, 0 - i32.store $drop=, 8($0), $pop0 + i32.store 8($0), $pop0 i64.const $push1=, 47244640266 - i64.store $drop=, 0($0), $pop1 + i64.store 0($0), $pop1 i32.call $drop=, f@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0 i32.const $push6=, 0 call exit@FUNCTION, $pop6 @@ -83,6 +83,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-10.c.s b/test/torture-s/va-arg-10.c.s index d7861d71f..aa3cc4c0a 100644 --- a/test/torture-s/va-arg-10.c.s +++ b/test/torture-s/va-arg-10.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-10.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-10.c" .section .text.to_hex,"ax",@progbits .hidden to_hex .globl to_hex @@ -39,10 +39,10 @@ fap: # @fap i32.const $push16=, 16 i32.sub $push23=, $pop15, $pop16 tee_local $push22=, $4=, $pop23 - i32.store $drop=, __stack_pointer($pop17), $pop22 - i32.store $drop=, 12($4), $2 + i32.store __stack_pointer($pop17), $pop22 + i32.store 12($4), $2 i32.load $push0=, 12($4) - i32.store $drop=, 8($4), $pop0 + i32.store 8($4), $pop0 block i32.call $push2=, strlen@FUNCTION, $1 i32.const $push21=, 16 @@ -65,7 +65,7 @@ fap: # @fap tee_local $push30=, $3=, $pop31 i32.const $push29=, 4 i32.add $push4=, $pop30, $pop29 - i32.store $drop=, 12($4), $pop4 + i32.store 12($4), $pop4 i32.load $push28=, 0($3) tee_local $push27=, $3=, $pop28 i32.const $push26=, 16 @@ -100,7 +100,7 @@ fap: # @fap tee_local $push40=, $2=, $pop41 i32.const $push39=, 4 i32.add $push9=, $pop40, $pop39 - i32.store $drop=, 8($4), $pop9 + i32.store 8($4), $pop9 i32.load $push38=, 0($2) tee_local $push37=, $2=, $pop38 i32.const $push36=, 16 @@ -124,7 +124,7 @@ fap: # @fap i32.const $push20=, 0 i32.const $push18=, 16 i32.add $push19=, $4, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 return .LBB1_12: # %if.then.i25 end_block # label1: @@ -148,14 +148,14 @@ f0: # @f0 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $2=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($2), $1 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($2), $1 i32.const $push0=, 0 call fap@FUNCTION, $pop0, $0, $1 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $2, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end2: @@ -175,14 +175,14 @@ f1: # @f1 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $3=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($3), $2 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($3), $2 i32.const $push0=, 1 call fap@FUNCTION, $pop0, $1, $2 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $3, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end3: @@ -202,14 +202,14 @@ f2: # @f2 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $4=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($4), $3 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($4), $3 i32.const $push0=, 2 call fap@FUNCTION, $pop0, $2, $3 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $4, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end4: @@ -229,14 +229,14 @@ f3: # @f3 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $5=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($5), $4 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($5), $4 i32.const $push0=, 3 call fap@FUNCTION, $pop0, $3, $4 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $5, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end5: @@ -256,14 +256,14 @@ f4: # @f4 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $6=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($6), $5 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($6), $5 i32.const $push0=, 4 call fap@FUNCTION, $pop0, $4, $5 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $6, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end6: @@ -283,14 +283,14 @@ f5: # @f5 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $7=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($7), $6 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($7), $6 i32.const $push0=, 5 call fap@FUNCTION, $pop0, $5, $6 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $7, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end7: @@ -310,14 +310,14 @@ f6: # @f6 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $8=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($8), $7 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($8), $7 i32.const $push0=, 6 call fap@FUNCTION, $pop0, $6, $7 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $8, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end8: @@ -337,14 +337,14 @@ f7: # @f7 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $9=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($9), $8 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($9), $8 i32.const $push0=, 7 call fap@FUNCTION, $pop0, $7, $8 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $9, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end9: @@ -364,14 +364,14 @@ f8: # @f8 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $10=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($10), $9 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($10), $9 i32.const $push0=, 8 call fap@FUNCTION, $pop0, $8, $9 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $10, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end10: @@ -391,14 +391,14 @@ f9: # @f9 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $11=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($11), $10 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($11), $10 i32.const $push0=, 9 call fap@FUNCTION, $pop0, $9, $10 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $11, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end11: @@ -418,14 +418,14 @@ f10: # @f10 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $12=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($12), $11 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($12), $11 i32.const $push0=, 10 call fap@FUNCTION, $pop0, $10, $11 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $12, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end12: @@ -445,14 +445,14 @@ f11: # @f11 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $13=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($13), $12 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($13), $12 i32.const $push0=, 11 call fap@FUNCTION, $pop0, $11, $12 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $13, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end13: @@ -472,14 +472,14 @@ f12: # @f12 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $14=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($14), $13 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($14), $13 i32.const $push0=, 12 call fap@FUNCTION, $pop0, $12, $13 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $14, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end14: @@ -499,14 +499,14 @@ f13: # @f13 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $15=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($15), $14 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($15), $14 i32.const $push0=, 13 call fap@FUNCTION, $pop0, $13, $14 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $15, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end15: @@ -526,14 +526,14 @@ f14: # @f14 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $16=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($16), $15 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($16), $15 i32.const $push0=, 14 call fap@FUNCTION, $pop0, $14, $15 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $16, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end16: @@ -553,14 +553,14 @@ f15: # @f15 i32.const $push3=, 16 i32.sub $push9=, $pop2, $pop3 tee_local $push8=, $17=, $pop9 - i32.store $drop=, __stack_pointer($pop4), $pop8 - i32.store $drop=, 12($17), $16 + i32.store __stack_pointer($pop4), $pop8 + i32.store 12($17), $16 i32.const $push0=, 15 call fap@FUNCTION, $pop0, $15, $16 i32.const $push7=, 0 i32.const $push5=, 16 i32.add $push6=, $17, $pop5 - i32.store $drop=, __stack_pointer($pop7), $pop6 + i32.store __stack_pointer($pop7), $pop6 # fallthrough-return .endfunc .Lfunc_end17: @@ -580,47 +580,47 @@ main: # @main i32.const $push83=, 640 i32.sub $push292=, $pop82, $pop83 tee_local $push291=, $0=, $pop292 - i32.store $drop=, __stack_pointer($pop84), $pop291 + i32.store __stack_pointer($pop84), $pop291 i32.const $push85=, 576 i32.add $push86=, $0, $pop85 i32.const $push0=, 56 i32.add $push1=, $pop86, $pop0 i64.const $push2=, 64424509454 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push87=, 576 i32.add $push88=, $0, $pop87 i32.const $push3=, 48 i32.add $push4=, $pop88, $pop3 i64.const $push5=, 55834574860 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push89=, 576 i32.add $push90=, $0, $pop89 i32.const $push6=, 40 i32.add $push7=, $pop90, $pop6 i64.const $push8=, 47244640266 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push91=, 576 i32.add $push92=, $0, $pop91 i32.const $push9=, 32 i32.add $push10=, $pop92, $pop9 i64.const $push11=, 38654705672 - i64.store $drop=, 0($pop10), $pop11 + i64.store 0($pop10), $pop11 i32.const $push93=, 576 i32.add $push94=, $0, $pop93 i32.const $push12=, 24 i32.add $push13=, $pop94, $pop12 i64.const $push14=, 30064771078 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push95=, 576 i32.add $push96=, $0, $pop95 i32.const $push15=, 16 i32.add $push16=, $pop96, $pop15 i64.const $push17=, 21474836484 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i64.const $push18=, 12884901890 - i64.store $drop=, 584($0), $pop18 + i64.store 584($0), $pop18 i64.const $push19=, 4294967296 - i64.store $drop=, 576($0), $pop19 + i64.store 576($0), $pop19 i32.const $push20=, .L.str i32.const $push97=, 576 i32.add $push98=, $0, $pop97 @@ -630,41 +630,41 @@ main: # @main i32.const $push290=, 56 i32.add $push21=, $pop100, $pop290 i32.const $push22=, 15 - i32.store $drop=, 0($pop21), $pop22 + i32.store 0($pop21), $pop22 i32.const $push101=, 512 i32.add $push102=, $0, $pop101 i32.const $push289=, 48 i32.add $push23=, $pop102, $pop289 i64.const $push24=, 60129542157 - i64.store $drop=, 0($pop23), $pop24 + i64.store 0($pop23), $pop24 i32.const $push103=, 512 i32.add $push104=, $0, $pop103 i32.const $push288=, 40 i32.add $push25=, $pop104, $pop288 i64.const $push26=, 51539607563 - i64.store $drop=, 0($pop25), $pop26 + i64.store 0($pop25), $pop26 i32.const $push105=, 512 i32.add $push106=, $0, $pop105 i32.const $push287=, 32 i32.add $push27=, $pop106, $pop287 i64.const $push28=, 42949672969 - i64.store $drop=, 0($pop27), $pop28 + i64.store 0($pop27), $pop28 i32.const $push107=, 512 i32.add $push108=, $0, $pop107 i32.const $push286=, 24 i32.add $push29=, $pop108, $pop286 i64.const $push30=, 34359738375 - i64.store $drop=, 0($pop29), $pop30 + i64.store 0($pop29), $pop30 i32.const $push109=, 512 i32.add $push110=, $0, $pop109 i32.const $push285=, 16 i32.add $push31=, $pop110, $pop285 i64.const $push32=, 25769803781 - i64.store $drop=, 0($pop31), $pop32 + i64.store 0($pop31), $pop32 i64.const $push33=, 17179869187 - i64.store $drop=, 520($0), $pop33 + i64.store 520($0), $pop33 i64.const $push34=, 8589934593 - i64.store $drop=, 512($0), $pop34 + i64.store 512($0), $pop34 i32.const $push35=, .L.str+1 i32.const $push111=, 512 i32.add $push112=, $0, $pop111 @@ -674,35 +674,35 @@ main: # @main i32.const $push284=, 48 i32.add $push36=, $pop114, $pop284 i64.const $push283=, 64424509454 - i64.store $drop=, 0($pop36), $pop283 + i64.store 0($pop36), $pop283 i32.const $push115=, 448 i32.add $push116=, $0, $pop115 i32.const $push282=, 40 i32.add $push37=, $pop116, $pop282 i64.const $push281=, 55834574860 - i64.store $drop=, 0($pop37), $pop281 + i64.store 0($pop37), $pop281 i32.const $push117=, 448 i32.add $push118=, $0, $pop117 i32.const $push280=, 32 i32.add $push38=, $pop118, $pop280 i64.const $push279=, 47244640266 - i64.store $drop=, 0($pop38), $pop279 + i64.store 0($pop38), $pop279 i32.const $push119=, 448 i32.add $push120=, $0, $pop119 i32.const $push278=, 24 i32.add $push39=, $pop120, $pop278 i64.const $push277=, 38654705672 - i64.store $drop=, 0($pop39), $pop277 + i64.store 0($pop39), $pop277 i32.const $push121=, 448 i32.add $push122=, $0, $pop121 i32.const $push276=, 16 i32.add $push40=, $pop122, $pop276 i64.const $push275=, 30064771078 - i64.store $drop=, 0($pop40), $pop275 + i64.store 0($pop40), $pop275 i64.const $push274=, 21474836484 - i64.store $drop=, 456($0), $pop274 + i64.store 456($0), $pop274 i64.const $push273=, 12884901890 - i64.store $drop=, 448($0), $pop273 + i64.store 448($0), $pop273 i32.const $push41=, .L.str+2 i32.const $push123=, 448 i32.add $push124=, $0, $pop123 @@ -712,35 +712,35 @@ main: # @main i32.const $push272=, 48 i32.add $push42=, $pop126, $pop272 i32.const $push271=, 15 - i32.store $drop=, 0($pop42), $pop271 + i32.store 0($pop42), $pop271 i32.const $push127=, 384 i32.add $push128=, $0, $pop127 i32.const $push270=, 40 i32.add $push43=, $pop128, $pop270 i64.const $push269=, 60129542157 - i64.store $drop=, 0($pop43), $pop269 + i64.store 0($pop43), $pop269 i32.const $push129=, 384 i32.add $push130=, $0, $pop129 i32.const $push268=, 32 i32.add $push44=, $pop130, $pop268 i64.const $push267=, 51539607563 - i64.store $drop=, 0($pop44), $pop267 + i64.store 0($pop44), $pop267 i32.const $push131=, 384 i32.add $push132=, $0, $pop131 i32.const $push266=, 24 i32.add $push45=, $pop132, $pop266 i64.const $push265=, 42949672969 - i64.store $drop=, 0($pop45), $pop265 + i64.store 0($pop45), $pop265 i32.const $push133=, 384 i32.add $push134=, $0, $pop133 i32.const $push264=, 16 i32.add $push46=, $pop134, $pop264 i64.const $push263=, 34359738375 - i64.store $drop=, 0($pop46), $pop263 + i64.store 0($pop46), $pop263 i64.const $push262=, 25769803781 - i64.store $drop=, 392($0), $pop262 + i64.store 392($0), $pop262 i64.const $push261=, 17179869187 - i64.store $drop=, 384($0), $pop261 + i64.store 384($0), $pop261 i32.const $push47=, .L.str+3 i32.const $push135=, 384 i32.add $push136=, $0, $pop135 @@ -750,29 +750,29 @@ main: # @main i32.const $push260=, 40 i32.add $push48=, $pop138, $pop260 i64.const $push259=, 64424509454 - i64.store $drop=, 0($pop48), $pop259 + i64.store 0($pop48), $pop259 i32.const $push139=, 336 i32.add $push140=, $0, $pop139 i32.const $push258=, 32 i32.add $push49=, $pop140, $pop258 i64.const $push257=, 55834574860 - i64.store $drop=, 0($pop49), $pop257 + i64.store 0($pop49), $pop257 i32.const $push141=, 336 i32.add $push142=, $0, $pop141 i32.const $push256=, 24 i32.add $push50=, $pop142, $pop256 i64.const $push255=, 47244640266 - i64.store $drop=, 0($pop50), $pop255 + i64.store 0($pop50), $pop255 i32.const $push143=, 336 i32.add $push144=, $0, $pop143 i32.const $push254=, 16 i32.add $push51=, $pop144, $pop254 i64.const $push253=, 38654705672 - i64.store $drop=, 0($pop51), $pop253 + i64.store 0($pop51), $pop253 i64.const $push252=, 30064771078 - i64.store $drop=, 344($0), $pop252 + i64.store 344($0), $pop252 i64.const $push251=, 21474836484 - i64.store $drop=, 336($0), $pop251 + i64.store 336($0), $pop251 i32.const $push52=, .L.str+4 i32.const $push145=, 336 i32.add $push146=, $0, $pop145 @@ -782,29 +782,29 @@ main: # @main i32.const $push250=, 40 i32.add $push53=, $pop148, $pop250 i32.const $push249=, 15 - i32.store $drop=, 0($pop53), $pop249 + i32.store 0($pop53), $pop249 i32.const $push149=, 288 i32.add $push150=, $0, $pop149 i32.const $push248=, 32 i32.add $push54=, $pop150, $pop248 i64.const $push247=, 60129542157 - i64.store $drop=, 0($pop54), $pop247 + i64.store 0($pop54), $pop247 i32.const $push151=, 288 i32.add $push152=, $0, $pop151 i32.const $push246=, 24 i32.add $push55=, $pop152, $pop246 i64.const $push245=, 51539607563 - i64.store $drop=, 0($pop55), $pop245 + i64.store 0($pop55), $pop245 i32.const $push153=, 288 i32.add $push154=, $0, $pop153 i32.const $push244=, 16 i32.add $push56=, $pop154, $pop244 i64.const $push243=, 42949672969 - i64.store $drop=, 0($pop56), $pop243 + i64.store 0($pop56), $pop243 i64.const $push242=, 34359738375 - i64.store $drop=, 296($0), $pop242 + i64.store 296($0), $pop242 i64.const $push241=, 25769803781 - i64.store $drop=, 288($0), $pop241 + i64.store 288($0), $pop241 i32.const $push57=, .L.str+5 i32.const $push155=, 288 i32.add $push156=, $0, $pop155 @@ -814,23 +814,23 @@ main: # @main i32.const $push240=, 32 i32.add $push58=, $pop158, $pop240 i64.const $push239=, 64424509454 - i64.store $drop=, 0($pop58), $pop239 + i64.store 0($pop58), $pop239 i32.const $push159=, 240 i32.add $push160=, $0, $pop159 i32.const $push238=, 24 i32.add $push59=, $pop160, $pop238 i64.const $push237=, 55834574860 - i64.store $drop=, 0($pop59), $pop237 + i64.store 0($pop59), $pop237 i32.const $push161=, 240 i32.add $push162=, $0, $pop161 i32.const $push236=, 16 i32.add $push60=, $pop162, $pop236 i64.const $push235=, 47244640266 - i64.store $drop=, 0($pop60), $pop235 + i64.store 0($pop60), $pop235 i64.const $push234=, 38654705672 - i64.store $drop=, 248($0), $pop234 + i64.store 248($0), $pop234 i64.const $push233=, 30064771078 - i64.store $drop=, 240($0), $pop233 + i64.store 240($0), $pop233 i32.const $push61=, .L.str+6 i32.const $push163=, 240 i32.add $push164=, $0, $pop163 @@ -840,23 +840,23 @@ main: # @main i32.const $push232=, 32 i32.add $push62=, $pop166, $pop232 i32.const $push231=, 15 - i32.store $drop=, 0($pop62), $pop231 + i32.store 0($pop62), $pop231 i32.const $push167=, 192 i32.add $push168=, $0, $pop167 i32.const $push230=, 24 i32.add $push63=, $pop168, $pop230 i64.const $push229=, 60129542157 - i64.store $drop=, 0($pop63), $pop229 + i64.store 0($pop63), $pop229 i32.const $push169=, 192 i32.add $push170=, $0, $pop169 i32.const $push228=, 16 i32.add $push64=, $pop170, $pop228 i64.const $push227=, 51539607563 - i64.store $drop=, 0($pop64), $pop227 + i64.store 0($pop64), $pop227 i64.const $push226=, 42949672969 - i64.store $drop=, 200($0), $pop226 + i64.store 200($0), $pop226 i64.const $push225=, 34359738375 - i64.store $drop=, 192($0), $pop225 + i64.store 192($0), $pop225 i32.const $push65=, .L.str+7 i32.const $push171=, 192 i32.add $push172=, $0, $pop171 @@ -866,17 +866,17 @@ main: # @main i32.const $push224=, 24 i32.add $push66=, $pop174, $pop224 i64.const $push223=, 64424509454 - i64.store $drop=, 0($pop66), $pop223 + i64.store 0($pop66), $pop223 i32.const $push175=, 160 i32.add $push176=, $0, $pop175 i32.const $push222=, 16 i32.add $push67=, $pop176, $pop222 i64.const $push221=, 55834574860 - i64.store $drop=, 0($pop67), $pop221 + i64.store 0($pop67), $pop221 i64.const $push220=, 47244640266 - i64.store $drop=, 168($0), $pop220 + i64.store 168($0), $pop220 i64.const $push219=, 38654705672 - i64.store $drop=, 160($0), $pop219 + i64.store 160($0), $pop219 i32.const $push68=, .L.str+8 i32.const $push177=, 160 i32.add $push178=, $0, $pop177 @@ -886,17 +886,17 @@ main: # @main i32.const $push218=, 24 i32.add $push69=, $pop180, $pop218 i32.const $push217=, 15 - i32.store $drop=, 0($pop69), $pop217 + i32.store 0($pop69), $pop217 i32.const $push181=, 128 i32.add $push182=, $0, $pop181 i32.const $push216=, 16 i32.add $push70=, $pop182, $pop216 i64.const $push215=, 60129542157 - i64.store $drop=, 0($pop70), $pop215 + i64.store 0($pop70), $pop215 i64.const $push214=, 51539607563 - i64.store $drop=, 136($0), $pop214 + i64.store 136($0), $pop214 i64.const $push213=, 42949672969 - i64.store $drop=, 128($0), $pop213 + i64.store 128($0), $pop213 i32.const $push71=, .L.str+9 i32.const $push183=, 128 i32.add $push184=, $0, $pop183 @@ -906,11 +906,11 @@ main: # @main i32.const $push212=, 16 i32.add $push72=, $pop186, $pop212 i64.const $push211=, 64424509454 - i64.store $drop=, 0($pop72), $pop211 + i64.store 0($pop72), $pop211 i64.const $push210=, 55834574860 - i64.store $drop=, 104($0), $pop210 + i64.store 104($0), $pop210 i64.const $push209=, 47244640266 - i64.store $drop=, 96($0), $pop209 + i64.store 96($0), $pop209 i32.const $push73=, .L.str+10 i32.const $push187=, 96 i32.add $push188=, $0, $pop187 @@ -920,39 +920,39 @@ main: # @main i32.const $push208=, 16 i32.add $push74=, $pop190, $pop208 i32.const $push207=, 15 - i32.store $drop=, 0($pop74), $pop207 + i32.store 0($pop74), $pop207 i64.const $push206=, 60129542157 - i64.store $drop=, 72($0), $pop206 + i64.store 72($0), $pop206 i64.const $push205=, 51539607563 - i64.store $drop=, 64($0), $pop205 + i64.store 64($0), $pop205 i32.const $push75=, .L.str+11 i32.const $push191=, 64 i32.add $push192=, $0, $pop191 call f11@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop75, $pop192 i64.const $push204=, 64424509454 - i64.store $drop=, 56($0), $pop204 + i64.store 56($0), $pop204 i64.const $push203=, 55834574860 - i64.store $drop=, 48($0), $pop203 + i64.store 48($0), $pop203 i32.const $push76=, .L.str+12 i32.const $push193=, 48 i32.add $push194=, $0, $pop193 call f12@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop76, $pop194 i32.const $push202=, 15 - i32.store $drop=, 40($0), $pop202 + i32.store 40($0), $pop202 i64.const $push201=, 60129542157 - i64.store $drop=, 32($0), $pop201 + i64.store 32($0), $pop201 i32.const $push77=, .L.str+13 i32.const $push195=, 32 i32.add $push196=, $0, $pop195 call f13@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop77, $pop196 i64.const $push200=, 64424509454 - i64.store $drop=, 16($0), $pop200 + i64.store 16($0), $pop200 i32.const $push78=, .L.str+14 i32.const $push197=, 16 i32.add $push198=, $0, $pop197 call f14@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop78, $pop198 i32.const $push199=, 15 - i32.store $drop=, 0($0), $pop199 + i32.store 0($0), $pop199 i32.const $push79=, .L.str+15 call f15@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop79, $0 i32.const $push80=, 0 @@ -970,7 +970,7 @@ main: # @main .size .L.str, 17 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype strlen, i32, i32 .functype exit, void, i32 diff --git a/test/torture-s/va-arg-11.c.s b/test/torture-s/va-arg-11.c.s index 572db3891..c8743d1ae 100644 --- a/test/torture-s/va-arg-11.c.s +++ b/test/torture-s/va-arg-11.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-11.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-11.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,15 +14,15 @@ main: # @main i32.const $push7=, 32 i32.sub $push11=, $pop6, $pop7 tee_local $push10=, $0=, $pop11 - i32.store $drop=, __stack_pointer($pop8), $pop10 + i32.store __stack_pointer($pop8), $pop10 i32.const $push0=, 16 i32.add $push1=, $0, $pop0 i32.const $push9=, 0 - i32.store $drop=, 0($pop1), $pop9 + i32.store 0($pop1), $pop9 i64.const $push2=, 4294967298 - i64.store $drop=, 8($0), $pop2 + i64.store 8($0), $pop2 i64.const $push3=, 12884901892 - i64.store $drop=, 0($0), $pop3 + i64.store 0($0), $pop3 block i32.call $push4=, foo@FUNCTION, $0, $0 br_if 0, $pop4 # 0: down to label0 @@ -50,10 +50,10 @@ foo: # @foo i32.const $push7=, 16 i32.sub $push9=, $pop6, $pop7 tee_local $push8=, $2=, $pop9 - i32.store $drop=, 12($pop8), $1 + i32.store 12($pop8), $1 i32.const $push0=, 20 i32.add $push1=, $1, $pop0 - i32.store $drop=, 12($2), $pop1 + i32.store 12($2), $pop1 i32.const $push2=, 16 i32.add $push3=, $1, $pop2 i32.load $push4=, 0($pop3) @@ -63,6 +63,6 @@ foo: # @foo .size foo, .Lfunc_end1-foo - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-12.c.s b/test/torture-s/va-arg-12.c.s index 1127b6d1a..92b6f7a73 100644 --- a/test/torture-s/va-arg-12.c.s +++ b/test/torture-s/va-arg-12.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-12.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-12.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,8 +14,8 @@ f: # @f i32.const $push18=, 16 i32.sub $push28=, $pop17, $pop18 tee_local $push27=, $12=, $pop28 - i32.store $drop=, __stack_pointer($pop19), $pop27 - i32.store $drop=, 12($12), $9 + i32.store __stack_pointer($pop19), $pop27 + i32.store 12($12), $9 i32.const $push0=, 7 i32.add $push1=, $9, $pop0 i32.const $push2=, -8 @@ -24,7 +24,7 @@ f: # @f i32.const $push3=, 8 i32.add $push24=, $pop25, $pop3 tee_local $push23=, $10=, $pop24 - i32.store $drop=, 12($12), $pop23 + i32.store 12($12), $pop23 block f64.load $push4=, 0($9) f64.const $push5=, 0x1.4p3 @@ -34,7 +34,7 @@ f: # @f i32.const $push7=, 16 i32.add $push30=, $9, $pop7 tee_local $push29=, $11=, $pop30 - i32.store $drop=, 12($12), $pop29 + i32.store 12($12), $pop29 f64.load $push8=, 0($10) f64.const $push9=, 0x1.6p3 f64.ne $push10=, $pop8, $pop9 @@ -42,7 +42,7 @@ f: # @f # BB#2: # %if.end6 i32.const $push11=, 24 i32.add $push12=, $9, $pop11 - i32.store $drop=, 12($12), $pop12 + i32.store 12($12), $pop12 f64.load $push13=, 0($11) f64.const $push14=, 0x0p0 f64.ne $push15=, $pop13, $pop14 @@ -51,7 +51,7 @@ f: # @f i32.const $push22=, 0 i32.const $push20=, 16 i32.add $push21=, $12, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 return .LBB0_4: # %if.then10 end_block # label0: @@ -75,15 +75,15 @@ main: # @main i32.const $push8=, 32 i32.sub $push11=, $pop7, $pop8 tee_local $push10=, $1=, $pop11 - i32.store $drop=, __stack_pointer($pop9), $pop10 + i32.store __stack_pointer($pop9), $pop10 i32.const $push0=, 16 i32.add $push1=, $1, $pop0 i64.const $push2=, 0 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i64.const $push3=, 4622382067542392832 - i64.store $drop=, 8($1), $pop3 + i64.store 8($1), $pop3 i64.const $push4=, 4621819117588971520 - i64.store $drop=, 0($1), $pop4 + i64.store 0($1), $pop4 call f@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $1 i32.const $push5=, 0 call exit@FUNCTION, $pop5 @@ -93,6 +93,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-13.c.s b/test/torture-s/va-arg-13.c.s index ac070aee0..624efd0ff 100644 --- a/test/torture-s/va-arg-13.c.s +++ b/test/torture-s/va-arg-13.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-13.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-13.c" .section .text.dummy,"ax",@progbits .hidden dummy .globl dummy @@ -36,8 +36,8 @@ test: # @test i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $2=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 - i32.store $drop=, 4($2), $1 + i32.store __stack_pointer($pop10), $pop15 + i32.store 4($2), $1 block i32.load $push1=, 0($1) i32.const $push14=, 1234 @@ -46,7 +46,7 @@ test: # @test # BB#1: # %dummy.exit i32.const $push3=, 4 i32.or $push0=, $2, $pop3 - i32.store $drop=, 0($pop0), $1 + i32.store 0($pop0), $1 i32.load $push4=, 4($2) i32.load $push5=, 0($pop4) i32.const $push17=, 1234 @@ -56,7 +56,7 @@ test: # @test i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $2, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB1_3: # %if.then.i14 end_block # label1: @@ -80,9 +80,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push7=, $pop3, $pop4 tee_local $push6=, $0=, $pop7 - i32.store $drop=, __stack_pointer($pop5), $pop6 + i32.store __stack_pointer($pop5), $pop6 i32.const $push0=, 1234 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 call test@FUNCTION, $0, $0 i32.const $push1=, 0 call exit@FUNCTION, $pop1 @@ -92,6 +92,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-14.c.s b/test/torture-s/va-arg-14.c.s index 4b923366e..5a37a66f0 100644 --- a/test/torture-s/va-arg-14.c.s +++ b/test/torture-s/va-arg-14.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-14.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-14.c" .section .text.vat,"ax",@progbits .hidden vat .globl vat @@ -14,17 +14,17 @@ vat: # @vat i32.const $push26=, 16 i32.sub $push37=, $pop25, $pop26 tee_local $push36=, $2=, $pop37 - i32.store $drop=, __stack_pointer($pop27), $pop36 - i32.store $drop=, 12($2), $0 + i32.store __stack_pointer($pop27), $pop36 + i32.store 12($2), $0 i32.const $push35=, 0 - i32.store $drop=, global($pop35), $1 - i32.store $drop=, 8($2), $1 - i32.store $drop=, 12($2), $1 + i32.store global($pop35), $1 + i32.store 8($2), $1 + i32.store 12($2), $1 i32.load $push34=, 8($2) tee_local $push33=, $0=, $pop34 i32.const $push32=, 4 i32.add $push0=, $pop33, $pop32 - i32.store $drop=, 8($2), $pop0 + i32.store 8($2), $pop0 block i32.load $push1=, 0($0) i32.const $push31=, 1 @@ -37,7 +37,7 @@ vat: # @vat tee_local $push40=, $0=, $pop41 i32.const $push39=, 4 i32.add $push3=, $pop40, $pop39 - i32.store $drop=, global($pop43), $pop3 + i32.store global($pop43), $pop3 i32.load $push4=, 0($0) i32.const $push38=, 1 i32.ne $push5=, $pop4, $pop38 @@ -47,19 +47,19 @@ vat: # @vat tee_local $push46=, $0=, $pop47 i32.const $push45=, 4 i32.add $push6=, $pop46, $pop45 - i32.store $drop=, 12($2), $pop6 + i32.store 12($2), $pop6 i32.load $push7=, 0($0) i32.const $push44=, 1 i32.ne $push8=, $pop7, $pop44 br_if 0, $pop8 # 0: down to label0 # BB#3: # %if.end12 i32.const $push50=, 0 - i32.store $drop=, global($pop50), $1 - i32.store $drop=, 12($2), $1 - i32.store $drop=, 8($2), $1 + i32.store global($pop50), $1 + i32.store 12($2), $1 + i32.store 8($2), $1 i32.const $push49=, 4 i32.add $push9=, $1, $pop49 - i32.store $drop=, 8($2), $pop9 + i32.store 8($2), $pop9 i32.load $push10=, 0($1) i32.const $push48=, 1 i32.ne $push11=, $pop10, $pop48 @@ -68,10 +68,10 @@ vat: # @vat i32.const $push55=, 0 i32.load $push54=, global($pop55) tee_local $push53=, $1=, $pop54 - i32.store $drop=, 8($2), $pop53 + i32.store 8($2), $pop53 i32.const $push52=, 4 i32.add $push12=, $1, $pop52 - i32.store $drop=, 8($2), $pop12 + i32.store 8($2), $pop12 i32.load $push13=, 0($1) i32.const $push51=, 1 i32.ne $push14=, $pop13, $pop51 @@ -83,7 +83,7 @@ vat: # @vat tee_local $push58=, $1=, $pop59 i32.const $push57=, 4 i32.add $push16=, $pop58, $pop57 - i32.store $drop=, global($pop15), $pop16 + i32.store global($pop15), $pop16 i32.load $push17=, 0($1) i32.const $push56=, 1 i32.ne $push18=, $pop17, $pop56 @@ -93,7 +93,7 @@ vat: # @vat tee_local $push61=, $1=, $pop62 i32.const $push19=, 4 i32.add $push20=, $pop61, $pop19 - i32.store $drop=, 12($2), $pop20 + i32.store 12($2), $pop20 i32.load $push21=, 0($1) i32.const $push22=, 1 i32.ne $push23=, $pop21, $pop22 @@ -102,7 +102,7 @@ vat: # @vat i32.const $push30=, 0 i32.const $push28=, 16 i32.add $push29=, $2, $pop28 - i32.store $drop=, __stack_pointer($pop30), $pop29 + i32.store __stack_pointer($pop30), $pop29 return .LBB0_8: # %if.then35 end_block # label0: @@ -126,9 +126,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push7=, $pop3, $pop4 tee_local $push6=, $0=, $pop7 - i32.store $drop=, __stack_pointer($pop5), $pop6 + i32.store __stack_pointer($pop5), $pop6 i32.const $push0=, 1 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 call vat@FUNCTION, $0, $0 i32.const $push1=, 0 call exit@FUNCTION, $pop1 @@ -147,6 +147,6 @@ global: .size global, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-15.c.s b/test/torture-s/va-arg-15.c.s index 7e623087b..3e1613d1b 100644 --- a/test/torture-s/va-arg-15.c.s +++ b/test/torture-s/va-arg-15.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-15.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-15.c" .section .text.vafunction,"ax",@progbits .hidden vafunction .globl vafunction @@ -14,8 +14,8 @@ vafunction: # @vafunction i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $5=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($5), $1 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($5), $1 i32.const $2=, 1 .LBB0_1: # %for.body # =>This Inner Loop Header: Depth=1 @@ -34,7 +34,7 @@ vafunction: # @vafunction i32.const $push21=, 4 i32.add $push20=, $1, $pop21 tee_local $push19=, $3=, $pop20 - i32.store $drop=, 12($5), $pop19 + i32.store 12($5), $pop19 i32.load $4=, 0($1) copy_local $1=, $3 i32.eq $push6=, $2, $4 @@ -51,7 +51,7 @@ vafunction: # @vafunction i32.const $push24=, 8 i32.add $push23=, $pop25, $pop24 tee_local $push22=, $1=, $pop23 - i32.store $drop=, 12($5), $pop22 + i32.store 12($5), $pop22 f64.load $push3=, 0($3) f64.convert_s/i32 $push4=, $2 f64.ne $push5=, $pop3, $pop4 @@ -70,7 +70,7 @@ vafunction: # @vafunction i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $5, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB0_6: # %if.then9 end_block # label1: @@ -98,75 +98,75 @@ main: # @main i32.const $push53=, 144 i32.sub $push56=, $pop52, $pop53 tee_local $push55=, $0=, $pop56 - i32.store $drop=, __stack_pointer($pop54), $pop55 + i32.store __stack_pointer($pop54), $pop55 i32.const $push0=, 136 i32.add $push1=, $0, $pop0 i64.const $push2=, 4625759767262920704 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push3=, 128 i32.add $push4=, $0, $pop3 i32.const $push5=, 17 - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 i32.const $push6=, 120 i32.add $push7=, $0, $pop6 i64.const $push8=, 4625196817309499392 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push9=, 112 i32.add $push10=, $0, $pop9 i32.const $push11=, 15 - i32.store $drop=, 0($pop10), $pop11 + i32.store 0($pop10), $pop11 i32.const $push12=, 104 i32.add $push13=, $0, $pop12 i64.const $push14=, 4624070917402656768 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push15=, 96 i32.add $push16=, $0, $pop15 i32.const $push17=, 13 - i32.store $drop=, 0($pop16), $pop17 + i32.store 0($pop16), $pop17 i32.const $push18=, 88 i32.add $push19=, $0, $pop18 i64.const $push20=, 4622945017495814144 - i64.store $drop=, 0($pop19), $pop20 + i64.store 0($pop19), $pop20 i32.const $push21=, 80 i32.add $push22=, $0, $pop21 i32.const $push23=, 11 - i32.store $drop=, 0($pop22), $pop23 + i32.store 0($pop22), $pop23 i32.const $push24=, 72 i32.add $push25=, $0, $pop24 i64.const $push26=, 4621819117588971520 - i64.store $drop=, 0($pop25), $pop26 + i64.store 0($pop25), $pop26 i32.const $push27=, 64 i32.add $push28=, $0, $pop27 i32.const $push29=, 9 - i32.store $drop=, 0($pop28), $pop29 + i32.store 0($pop28), $pop29 i32.const $push30=, 56 i32.add $push31=, $0, $pop30 i64.const $push32=, 4620693217682128896 - i64.store $drop=, 0($pop31), $pop32 + i64.store 0($pop31), $pop32 i32.const $push33=, 48 i32.add $push34=, $0, $pop33 i32.const $push35=, 7 - i32.store $drop=, 0($pop34), $pop35 + i32.store 0($pop34), $pop35 i32.const $push36=, 40 i32.add $push37=, $0, $pop36 i64.const $push38=, 4618441417868443648 - i64.store $drop=, 0($pop37), $pop38 + i64.store 0($pop37), $pop38 i32.const $push39=, 32 i32.add $push40=, $0, $pop39 i32.const $push41=, 5 - i32.store $drop=, 0($pop40), $pop41 + i32.store 0($pop40), $pop41 i32.const $push42=, 24 i32.add $push43=, $0, $pop42 i64.const $push44=, 4616189618054758400 - i64.store $drop=, 0($pop43), $pop44 + i64.store 0($pop43), $pop44 i32.const $push45=, 16 i32.add $push46=, $0, $pop45 i32.const $push47=, 3 - i32.store $drop=, 0($pop46), $pop47 + i32.store 0($pop46), $pop47 i64.const $push48=, 4611686018427387904 - i64.store $drop=, 8($0), $pop48 + i64.store 8($0), $pop48 i32.const $push49=, 1 - i32.store $drop=, 0($0), $pop49 + i32.store 0($0), $pop49 call vafunction@FUNCTION, $0, $0 i32.const $push50=, 0 call exit@FUNCTION, $pop50 @@ -176,6 +176,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-16.c.s b/test/torture-s/va-arg-16.c.s index 4bb864101..cac1534b4 100644 --- a/test/torture-s/va-arg-16.c.s +++ b/test/torture-s/va-arg-16.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-16.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-16.c" .section .text.vafunction,"ax",@progbits .hidden vafunction .globl vafunction @@ -14,8 +14,8 @@ vafunction: # @vafunction i32.const $push47=, 16 i32.sub $push53=, $pop46, $pop47 tee_local $push52=, $5=, $pop53 - i32.store $drop=, __stack_pointer($pop48), $pop52 - i32.store $drop=, 12($5), $2 + i32.store __stack_pointer($pop48), $pop52 + i32.store 12($5), $2 block f64.const $push0=, 0x1.bcp9 f64.ne $push1=, $0, $pop0 @@ -34,7 +34,7 @@ vafunction: # @vafunction i32.const $push8=, 8 i32.add $push55=, $pop56, $pop8 tee_local $push54=, $3=, $pop55 - i32.store $drop=, 12($5), $pop54 + i32.store 12($5), $pop54 f64.load $push9=, 0($2) f64.const $push10=, 0x1p0 f64.ne $push11=, $pop9, $pop10 @@ -43,7 +43,7 @@ vafunction: # @vafunction i32.const $push12=, 16 i32.add $push59=, $2, $pop12 tee_local $push58=, $4=, $pop59 - i32.store $drop=, 12($5), $pop58 + i32.store 12($5), $pop58 f64.load $push13=, 0($3) f64.const $push14=, 0x1p1 f64.ne $push15=, $pop13, $pop14 @@ -52,7 +52,7 @@ vafunction: # @vafunction i32.const $push16=, 24 i32.add $push61=, $2, $pop16 tee_local $push60=, $3=, $pop61 - i32.store $drop=, 12($5), $pop60 + i32.store 12($5), $pop60 f64.load $push17=, 0($4) f64.const $push18=, 0x1.8p1 f64.ne $push19=, $pop17, $pop18 @@ -61,7 +61,7 @@ vafunction: # @vafunction i32.const $push20=, 32 i32.add $push63=, $2, $pop20 tee_local $push62=, $4=, $pop63 - i32.store $drop=, 12($5), $pop62 + i32.store 12($5), $pop62 f64.load $push21=, 0($3) f64.const $push22=, 0x1p2 f64.ne $push23=, $pop21, $pop22 @@ -70,7 +70,7 @@ vafunction: # @vafunction i32.const $push24=, 40 i32.add $push65=, $2, $pop24 tee_local $push64=, $3=, $pop65 - i32.store $drop=, 12($5), $pop64 + i32.store 12($5), $pop64 f64.load $push25=, 0($4) f64.const $push26=, 0x1.4p2 f64.ne $push27=, $pop25, $pop26 @@ -79,7 +79,7 @@ vafunction: # @vafunction i32.const $push28=, 48 i32.add $push67=, $2, $pop28 tee_local $push66=, $4=, $pop67 - i32.store $drop=, 12($5), $pop66 + i32.store 12($5), $pop66 f64.load $push29=, 0($3) f64.const $push30=, 0x1.8p2 f64.ne $push31=, $pop29, $pop30 @@ -88,7 +88,7 @@ vafunction: # @vafunction i32.const $push32=, 56 i32.add $push69=, $2, $pop32 tee_local $push68=, $3=, $pop69 - i32.store $drop=, 12($5), $pop68 + i32.store 12($5), $pop68 f64.load $push33=, 0($4) f64.const $push34=, 0x1.cp2 f64.ne $push35=, $pop33, $pop34 @@ -97,7 +97,7 @@ vafunction: # @vafunction i32.const $push36=, 64 i32.add $push71=, $2, $pop36 tee_local $push70=, $4=, $pop71 - i32.store $drop=, 12($5), $pop70 + i32.store 12($5), $pop70 f64.load $push37=, 0($3) f64.const $push38=, 0x1p3 f64.ne $push39=, $pop37, $pop38 @@ -105,7 +105,7 @@ vafunction: # @vafunction # BB#10: # %if.end42 i32.const $push40=, 72 i32.add $push41=, $2, $pop40 - i32.store $drop=, 12($5), $pop41 + i32.store 12($5), $pop41 f64.load $push42=, 0($4) f64.const $push43=, 0x1.2p3 f64.ne $push44=, $pop42, $pop43 @@ -114,7 +114,7 @@ vafunction: # @vafunction i32.const $push51=, 0 i32.const $push49=, 16 i32.add $push50=, $5, $pop49 - i32.store $drop=, __stack_pointer($pop51), $pop50 + i32.store __stack_pointer($pop51), $pop50 return .LBB0_12: # %if.then46 end_block # label0: @@ -138,39 +138,39 @@ main: # @main i32.const $push28=, 80 i32.sub $push31=, $pop27, $pop28 tee_local $push30=, $0=, $pop31 - i32.store $drop=, __stack_pointer($pop29), $pop30 + i32.store __stack_pointer($pop29), $pop30 i32.const $push0=, 64 i32.add $push1=, $0, $pop0 i64.const $push2=, 4621256167635550208 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push3=, 56 i32.add $push4=, $0, $pop3 i64.const $push5=, 4620693217682128896 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push6=, 48 i32.add $push7=, $0, $pop6 i64.const $push8=, 4619567317775286272 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push9=, 40 i32.add $push10=, $0, $pop9 i64.const $push11=, 4618441417868443648 - i64.store $drop=, 0($pop10), $pop11 + i64.store 0($pop10), $pop11 i32.const $push12=, 32 i32.add $push13=, $0, $pop12 i64.const $push14=, 4617315517961601024 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push15=, 24 i32.add $push16=, $0, $pop15 i64.const $push17=, 4616189618054758400 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i32.const $push18=, 16 i32.add $push19=, $0, $pop18 i64.const $push20=, 4613937818241073152 - i64.store $drop=, 0($pop19), $pop20 + i64.store 0($pop19), $pop20 i64.const $push21=, 4611686018427387904 - i64.store $drop=, 8($0), $pop21 + i64.store 8($0), $pop21 i64.const $push22=, 4607182418800017408 - i64.store $drop=, 0($0), $pop22 + i64.store 0($0), $pop22 f64.const $push24=, 0x1.bcp9 f64.const $push23=, 0x1.f38p9 call vafunction@FUNCTION, $pop24, $pop23, $0 @@ -182,6 +182,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-17.c.s b/test/torture-s/va-arg-17.c.s index a162613c0..d6df555b1 100644 --- a/test/torture-s/va-arg-17.c.s +++ b/test/torture-s/va-arg-17.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-17.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-17.c" .section .text.vafunction,"ax",@progbits .hidden vafunction .globl vafunction @@ -14,8 +14,8 @@ vafunction: # @vafunction i32.const $push42=, 16 i32.sub $push52=, $pop41, $pop42 tee_local $push51=, $4=, $pop52 - i32.store $drop=, __stack_pointer($pop43), $pop51 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop43), $pop51 + i32.store 12($4), $1 i32.const $push0=, 7 i32.add $push1=, $1, $pop0 i32.const $push2=, -8 @@ -24,7 +24,7 @@ vafunction: # @vafunction i32.const $push3=, 8 i32.add $push48=, $pop49, $pop3 tee_local $push47=, $2=, $pop48 - i32.store $drop=, 12($4), $pop47 + i32.store 12($4), $pop47 block f64.load $push4=, 0($1) f64.const $push5=, 0x1p0 @@ -34,7 +34,7 @@ vafunction: # @vafunction i32.const $push7=, 16 i32.add $push54=, $1, $pop7 tee_local $push53=, $3=, $pop54 - i32.store $drop=, 12($4), $pop53 + i32.store 12($4), $pop53 f64.load $push8=, 0($2) f64.const $push9=, 0x1p1 f64.ne $push10=, $pop8, $pop9 @@ -43,7 +43,7 @@ vafunction: # @vafunction i32.const $push11=, 24 i32.add $push56=, $1, $pop11 tee_local $push55=, $2=, $pop56 - i32.store $drop=, 12($4), $pop55 + i32.store 12($4), $pop55 f64.load $push12=, 0($3) f64.const $push13=, 0x1.8p1 f64.ne $push14=, $pop12, $pop13 @@ -52,7 +52,7 @@ vafunction: # @vafunction i32.const $push15=, 32 i32.add $push58=, $1, $pop15 tee_local $push57=, $3=, $pop58 - i32.store $drop=, 12($4), $pop57 + i32.store 12($4), $pop57 f64.load $push16=, 0($2) f64.const $push17=, 0x1p2 f64.ne $push18=, $pop16, $pop17 @@ -61,7 +61,7 @@ vafunction: # @vafunction i32.const $push19=, 40 i32.add $push60=, $1, $pop19 tee_local $push59=, $2=, $pop60 - i32.store $drop=, 12($4), $pop59 + i32.store 12($4), $pop59 f64.load $push20=, 0($3) f64.const $push21=, 0x1.4p2 f64.ne $push22=, $pop20, $pop21 @@ -70,7 +70,7 @@ vafunction: # @vafunction i32.const $push23=, 48 i32.add $push62=, $1, $pop23 tee_local $push61=, $3=, $pop62 - i32.store $drop=, 12($4), $pop61 + i32.store 12($4), $pop61 f64.load $push24=, 0($2) f64.const $push25=, 0x1.8p2 f64.ne $push26=, $pop24, $pop25 @@ -79,7 +79,7 @@ vafunction: # @vafunction i32.const $push27=, 56 i32.add $push64=, $1, $pop27 tee_local $push63=, $2=, $pop64 - i32.store $drop=, 12($4), $pop63 + i32.store 12($4), $pop63 f64.load $push28=, 0($3) f64.const $push29=, 0x1.cp2 f64.ne $push30=, $pop28, $pop29 @@ -88,7 +88,7 @@ vafunction: # @vafunction i32.const $push31=, 64 i32.add $push66=, $1, $pop31 tee_local $push65=, $3=, $pop66 - i32.store $drop=, 12($4), $pop65 + i32.store 12($4), $pop65 f64.load $push32=, 0($2) f64.const $push33=, 0x1p3 f64.ne $push34=, $pop32, $pop33 @@ -96,7 +96,7 @@ vafunction: # @vafunction # BB#8: # %if.end36 i32.const $push35=, 72 i32.add $push36=, $1, $pop35 - i32.store $drop=, 12($4), $pop36 + i32.store 12($4), $pop36 f64.load $push37=, 0($3) f64.const $push38=, 0x1.2p3 f64.ne $push39=, $pop37, $pop38 @@ -105,7 +105,7 @@ vafunction: # @vafunction i32.const $push46=, 0 i32.const $push44=, 16 i32.add $push45=, $4, $pop44 - i32.store $drop=, __stack_pointer($pop46), $pop45 + i32.store __stack_pointer($pop46), $pop45 return .LBB0_10: # %if.then40 end_block # label0: @@ -129,39 +129,39 @@ main: # @main i32.const $push26=, 80 i32.sub $push29=, $pop25, $pop26 tee_local $push28=, $0=, $pop29 - i32.store $drop=, __stack_pointer($pop27), $pop28 + i32.store __stack_pointer($pop27), $pop28 i32.const $push0=, 64 i32.add $push1=, $0, $pop0 i64.const $push2=, 4621256167635550208 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push3=, 56 i32.add $push4=, $0, $pop3 i64.const $push5=, 4620693217682128896 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push6=, 48 i32.add $push7=, $0, $pop6 i64.const $push8=, 4619567317775286272 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push9=, 40 i32.add $push10=, $0, $pop9 i64.const $push11=, 4618441417868443648 - i64.store $drop=, 0($pop10), $pop11 + i64.store 0($pop10), $pop11 i32.const $push12=, 32 i32.add $push13=, $0, $pop12 i64.const $push14=, 4617315517961601024 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push15=, 24 i32.add $push16=, $0, $pop15 i64.const $push17=, 4616189618054758400 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i32.const $push18=, 16 i32.add $push19=, $0, $pop18 i64.const $push20=, 4613937818241073152 - i64.store $drop=, 0($pop19), $pop20 + i64.store 0($pop19), $pop20 i64.const $push21=, 4611686018427387904 - i64.store $drop=, 8($0), $pop21 + i64.store 8($0), $pop21 i64.const $push22=, 4607182418800017408 - i64.store $drop=, 0($0), $pop22 + i64.store 0($0), $pop22 call vafunction@FUNCTION, $0, $0 i32.const $push23=, 0 call exit@FUNCTION, $pop23 @@ -171,6 +171,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-18.c.s b/test/torture-s/va-arg-18.c.s index 3c47206ac..ba9e6b1d4 100644 --- a/test/torture-s/va-arg-18.c.s +++ b/test/torture-s/va-arg-18.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-18.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-18.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,12 +14,12 @@ f: # @f i32.const $push14=, 16 i32.sub $push22=, $pop13, $pop14 tee_local $push21=, $12=, $pop22 - i32.store $drop=, __stack_pointer($pop15), $pop21 - i32.store $drop=, 12($12), $9 + i32.store __stack_pointer($pop15), $pop21 + i32.store 12($12), $9 i32.const $push0=, 4 i32.add $push20=, $9, $pop0 tee_local $push19=, $10=, $pop20 - i32.store $drop=, 12($12), $pop19 + i32.store 12($12), $pop19 block i32.load $push1=, 0($9) i32.const $push2=, 10 @@ -29,7 +29,7 @@ f: # @f i32.const $push4=, 8 i32.add $push24=, $9, $pop4 tee_local $push23=, $11=, $pop24 - i32.store $drop=, 12($12), $pop23 + i32.store 12($12), $pop23 i32.load $push5=, 0($10) i32.const $push6=, 11 i32.ne $push7=, $pop5, $pop6 @@ -37,7 +37,7 @@ f: # @f # BB#2: # %if.end6 i32.const $push8=, 12 i32.add $push9=, $9, $pop8 - i32.store $drop=, 12($12), $pop9 + i32.store 12($12), $pop9 i32.load $push10=, 0($11) i32.const $push25=, 12 i32.ne $push11=, $pop10, $pop25 @@ -46,7 +46,7 @@ f: # @f i32.const $push18=, 0 i32.const $push16=, 16 i32.add $push17=, $12, $pop16 - i32.store $drop=, __stack_pointer($pop18), $pop17 + i32.store __stack_pointer($pop18), $pop17 return .LBB0_4: # %if.then10 end_block # label0: @@ -70,11 +70,11 @@ main: # @main i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $1=, $pop8 - i32.store $drop=, __stack_pointer($pop6), $pop7 + i32.store __stack_pointer($pop6), $pop7 i32.const $push0=, 12 - i32.store $drop=, 8($1), $pop0 + i32.store 8($1), $pop0 i64.const $push1=, 47244640266 - i64.store $drop=, 0($1), $pop1 + i64.store 0($1), $pop1 call f@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $1 i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -84,6 +84,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-19.c.s b/test/torture-s/va-arg-19.c.s index 7c95334b1..56756086b 100644 --- a/test/torture-s/va-arg-19.c.s +++ b/test/torture-s/va-arg-19.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-19.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-19.c" .section .text.vafunction,"ax",@progbits .hidden vafunction .globl vafunction @@ -14,12 +14,12 @@ vafunction: # @vafunction i32.const $push39=, 16 i32.sub $push47=, $pop38, $pop39 tee_local $push46=, $4=, $pop47 - i32.store $drop=, __stack_pointer($pop40), $pop46 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop40), $pop46 + i32.store 12($4), $1 i32.const $push0=, 4 i32.add $push45=, $1, $pop0 tee_local $push44=, $2=, $pop45 - i32.store $drop=, 12($4), $pop44 + i32.store 12($4), $pop44 block i32.load $push1=, 0($1) i32.const $push2=, 1 @@ -29,7 +29,7 @@ vafunction: # @vafunction i32.const $push4=, 8 i32.add $push49=, $1, $pop4 tee_local $push48=, $3=, $pop49 - i32.store $drop=, 12($4), $pop48 + i32.store 12($4), $pop48 i32.load $push5=, 0($2) i32.const $push6=, 2 i32.ne $push7=, $pop5, $pop6 @@ -38,7 +38,7 @@ vafunction: # @vafunction i32.const $push8=, 12 i32.add $push51=, $1, $pop8 tee_local $push50=, $2=, $pop51 - i32.store $drop=, 12($4), $pop50 + i32.store 12($4), $pop50 i32.load $push9=, 0($3) i32.const $push10=, 3 i32.ne $push11=, $pop9, $pop10 @@ -47,7 +47,7 @@ vafunction: # @vafunction i32.const $push12=, 16 i32.add $push53=, $1, $pop12 tee_local $push52=, $3=, $pop53 - i32.store $drop=, 12($4), $pop52 + i32.store 12($4), $pop52 i32.load $push13=, 0($2) i32.const $push14=, 4 i32.ne $push15=, $pop13, $pop14 @@ -56,7 +56,7 @@ vafunction: # @vafunction i32.const $push16=, 20 i32.add $push55=, $1, $pop16 tee_local $push54=, $2=, $pop55 - i32.store $drop=, 12($4), $pop54 + i32.store 12($4), $pop54 i32.load $push17=, 0($3) i32.const $push18=, 5 i32.ne $push19=, $pop17, $pop18 @@ -65,7 +65,7 @@ vafunction: # @vafunction i32.const $push20=, 24 i32.add $push57=, $1, $pop20 tee_local $push56=, $3=, $pop57 - i32.store $drop=, 12($4), $pop56 + i32.store 12($4), $pop56 i32.load $push21=, 0($2) i32.const $push22=, 6 i32.ne $push23=, $pop21, $pop22 @@ -74,7 +74,7 @@ vafunction: # @vafunction i32.const $push24=, 28 i32.add $push59=, $1, $pop24 tee_local $push58=, $2=, $pop59 - i32.store $drop=, 12($4), $pop58 + i32.store 12($4), $pop58 i32.load $push25=, 0($3) i32.const $push26=, 7 i32.ne $push27=, $pop25, $pop26 @@ -83,7 +83,7 @@ vafunction: # @vafunction i32.const $push28=, 32 i32.add $push61=, $1, $pop28 tee_local $push60=, $3=, $pop61 - i32.store $drop=, 12($4), $pop60 + i32.store 12($4), $pop60 i32.load $push29=, 0($2) i32.const $push30=, 8 i32.ne $push31=, $pop29, $pop30 @@ -91,7 +91,7 @@ vafunction: # @vafunction # BB#8: # %if.end36 i32.const $push32=, 36 i32.add $push33=, $1, $pop32 - i32.store $drop=, 12($4), $pop33 + i32.store 12($4), $pop33 i32.load $push34=, 0($3) i32.const $push35=, 9 i32.ne $push36=, $pop34, $pop35 @@ -100,7 +100,7 @@ vafunction: # @vafunction i32.const $push43=, 0 i32.const $push41=, 16 i32.add $push42=, $4, $pop41 - i32.store $drop=, __stack_pointer($pop43), $pop42 + i32.store __stack_pointer($pop43), $pop42 return .LBB0_10: # %if.then40 end_block # label0: @@ -124,23 +124,23 @@ main: # @main i32.const $push14=, 48 i32.sub $push17=, $pop13, $pop14 tee_local $push16=, $0=, $pop17 - i32.store $drop=, __stack_pointer($pop15), $pop16 + i32.store __stack_pointer($pop15), $pop16 i32.const $push0=, 32 i32.add $push1=, $0, $pop0 i32.const $push2=, 9 - i32.store $drop=, 0($pop1), $pop2 + i32.store 0($pop1), $pop2 i32.const $push3=, 24 i32.add $push4=, $0, $pop3 i64.const $push5=, 34359738375 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push6=, 16 i32.add $push7=, $0, $pop6 i64.const $push8=, 25769803781 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i64.const $push9=, 17179869187 - i64.store $drop=, 8($0), $pop9 + i64.store 8($0), $pop9 i64.const $push10=, 8589934593 - i64.store $drop=, 0($0), $pop10 + i64.store 0($0), $pop10 call vafunction@FUNCTION, $0, $0 i32.const $push11=, 0 call exit@FUNCTION, $pop11 @@ -150,6 +150,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-2.c.s b/test/torture-s/va-arg-2.c.s index 37e56399b..a6139264f 100644 --- a/test/torture-s/va-arg-2.c.s +++ b/test/torture-s/va-arg-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-2.c" .section .text.to_hex,"ax",@progbits .hidden to_hex .globl to_hex @@ -39,8 +39,8 @@ f0: # @f0 i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $3=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 - i32.store $drop=, 12($3), $1 + i32.store __stack_pointer($pop10), $pop15 + i32.store 12($3), $1 block i32.call $push0=, strlen@FUNCTION, $0 i32.const $push14=, 16 @@ -61,7 +61,7 @@ f0: # @f0 tee_local $push23=, $2=, $pop24 i32.const $push22=, 4 i32.add $push2=, $pop23, $pop22 - i32.store $drop=, 12($3), $pop2 + i32.store 12($3), $pop2 i32.load $push21=, 0($2) tee_local $push20=, $2=, $pop21 i32.const $push19=, 16 @@ -85,7 +85,7 @@ f0: # @f0 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $3, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB1_7: # %if.then.i end_block # label1: @@ -109,8 +109,8 @@ f1: # @f1 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $4=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($4), $2 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($4), $2 block i32.call $push0=, strlen@FUNCTION, $1 i32.const $push1=, 15 @@ -131,7 +131,7 @@ f1: # @f1 tee_local $push23=, $3=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($4), $pop3 + i32.store 12($4), $pop3 i32.load $push21=, 0($3) tee_local $push20=, $3=, $pop21 i32.const $push19=, 16 @@ -155,7 +155,7 @@ f1: # @f1 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $4, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB2_7: # %if.then.i end_block # label5: @@ -179,8 +179,8 @@ f2: # @f2 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $5=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($5), $3 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($5), $3 block i32.call $push0=, strlen@FUNCTION, $2 i32.const $push1=, 14 @@ -201,7 +201,7 @@ f2: # @f2 tee_local $push23=, $4=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($5), $pop3 + i32.store 12($5), $pop3 i32.load $push21=, 0($4) tee_local $push20=, $4=, $pop21 i32.const $push19=, 16 @@ -225,7 +225,7 @@ f2: # @f2 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $5, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB3_7: # %if.then.i end_block # label9: @@ -249,8 +249,8 @@ f3: # @f3 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $6=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($6), $4 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($6), $4 block i32.call $push0=, strlen@FUNCTION, $3 i32.const $push1=, 13 @@ -271,7 +271,7 @@ f3: # @f3 tee_local $push23=, $5=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($6), $pop3 + i32.store 12($6), $pop3 i32.load $push21=, 0($5) tee_local $push20=, $5=, $pop21 i32.const $push19=, 16 @@ -295,7 +295,7 @@ f3: # @f3 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $6, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB4_7: # %if.then.i end_block # label13: @@ -319,8 +319,8 @@ f4: # @f4 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $7=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($7), $5 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($7), $5 block i32.call $push0=, strlen@FUNCTION, $4 i32.const $push1=, 12 @@ -341,7 +341,7 @@ f4: # @f4 tee_local $push23=, $6=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($7), $pop3 + i32.store 12($7), $pop3 i32.load $push21=, 0($6) tee_local $push20=, $6=, $pop21 i32.const $push19=, 16 @@ -365,7 +365,7 @@ f4: # @f4 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $7, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB5_7: # %if.then.i end_block # label17: @@ -389,8 +389,8 @@ f5: # @f5 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $8=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($8), $6 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($8), $6 block i32.call $push0=, strlen@FUNCTION, $5 i32.const $push1=, 11 @@ -411,7 +411,7 @@ f5: # @f5 tee_local $push23=, $7=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($8), $pop3 + i32.store 12($8), $pop3 i32.load $push21=, 0($7) tee_local $push20=, $7=, $pop21 i32.const $push19=, 16 @@ -435,7 +435,7 @@ f5: # @f5 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $8, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB6_7: # %if.then.i end_block # label21: @@ -459,8 +459,8 @@ f6: # @f6 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $9=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($9), $7 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($9), $7 block i32.call $push0=, strlen@FUNCTION, $6 i32.const $push1=, 10 @@ -481,7 +481,7 @@ f6: # @f6 tee_local $push23=, $8=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($9), $pop3 + i32.store 12($9), $pop3 i32.load $push21=, 0($8) tee_local $push20=, $8=, $pop21 i32.const $push19=, 16 @@ -505,7 +505,7 @@ f6: # @f6 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $9, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB7_7: # %if.then.i end_block # label25: @@ -529,8 +529,8 @@ f7: # @f7 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $10=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($10), $8 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($10), $8 block i32.call $push0=, strlen@FUNCTION, $7 i32.const $push1=, 9 @@ -551,7 +551,7 @@ f7: # @f7 tee_local $push23=, $9=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($10), $pop3 + i32.store 12($10), $pop3 i32.load $push21=, 0($9) tee_local $push20=, $9=, $pop21 i32.const $push19=, 16 @@ -575,7 +575,7 @@ f7: # @f7 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $10, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB8_7: # %if.then.i end_block # label29: @@ -599,8 +599,8 @@ f8: # @f8 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $11=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($11), $9 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($11), $9 block i32.call $push0=, strlen@FUNCTION, $8 i32.const $push1=, 8 @@ -621,7 +621,7 @@ f8: # @f8 tee_local $push23=, $10=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($11), $pop3 + i32.store 12($11), $pop3 i32.load $push21=, 0($10) tee_local $push20=, $10=, $pop21 i32.const $push19=, 16 @@ -645,7 +645,7 @@ f8: # @f8 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $11, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB9_7: # %if.then.i end_block # label33: @@ -669,8 +669,8 @@ f9: # @f9 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $12=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($12), $10 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($12), $10 block i32.call $push0=, strlen@FUNCTION, $9 i32.const $push1=, 7 @@ -691,7 +691,7 @@ f9: # @f9 tee_local $push23=, $11=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($12), $pop3 + i32.store 12($12), $pop3 i32.load $push21=, 0($11) tee_local $push20=, $11=, $pop21 i32.const $push19=, 16 @@ -715,7 +715,7 @@ f9: # @f9 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $12, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB10_7: # %if.then.i end_block # label37: @@ -739,8 +739,8 @@ f10: # @f10 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $13=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($13), $11 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($13), $11 block i32.call $push0=, strlen@FUNCTION, $10 i32.const $push1=, 6 @@ -761,7 +761,7 @@ f10: # @f10 tee_local $push23=, $12=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($13), $pop3 + i32.store 12($13), $pop3 i32.load $push21=, 0($12) tee_local $push20=, $12=, $pop21 i32.const $push19=, 16 @@ -785,7 +785,7 @@ f10: # @f10 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $13, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB11_7: # %if.then.i end_block # label41: @@ -809,8 +809,8 @@ f11: # @f11 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $14=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($14), $12 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($14), $12 block i32.call $push0=, strlen@FUNCTION, $11 i32.const $push1=, 5 @@ -831,7 +831,7 @@ f11: # @f11 tee_local $push23=, $13=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($14), $pop3 + i32.store 12($14), $pop3 i32.load $push21=, 0($13) tee_local $push20=, $13=, $pop21 i32.const $push19=, 16 @@ -855,7 +855,7 @@ f11: # @f11 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $14, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB12_7: # %if.then.i end_block # label45: @@ -879,8 +879,8 @@ f12: # @f12 i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $15=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 - i32.store $drop=, 12($15), $13 + i32.store __stack_pointer($pop10), $pop15 + i32.store 12($15), $13 block i32.call $push0=, strlen@FUNCTION, $12 i32.const $push14=, 4 @@ -901,7 +901,7 @@ f12: # @f12 tee_local $push23=, $14=, $pop24 i32.const $push22=, 4 i32.add $push2=, $pop23, $pop22 - i32.store $drop=, 12($15), $pop2 + i32.store 12($15), $pop2 i32.load $push21=, 0($14) tee_local $push20=, $14=, $pop21 i32.const $push19=, 16 @@ -925,7 +925,7 @@ f12: # @f12 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $15, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB13_7: # %if.then.i end_block # label49: @@ -949,8 +949,8 @@ f13: # @f13 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $16=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($16), $14 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($16), $14 block i32.call $push0=, strlen@FUNCTION, $13 i32.const $push1=, 3 @@ -971,7 +971,7 @@ f13: # @f13 tee_local $push23=, $15=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($16), $pop3 + i32.store 12($16), $pop3 i32.load $push21=, 0($15) tee_local $push20=, $15=, $pop21 i32.const $push19=, 16 @@ -995,7 +995,7 @@ f13: # @f13 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $16, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB14_7: # %if.then.i end_block # label53: @@ -1019,8 +1019,8 @@ f14: # @f14 i32.const $push10=, 16 i32.sub $push16=, $pop9, $pop10 tee_local $push15=, $17=, $pop16 - i32.store $drop=, __stack_pointer($pop11), $pop15 - i32.store $drop=, 12($17), $15 + i32.store __stack_pointer($pop11), $pop15 + i32.store 12($17), $15 block i32.call $push0=, strlen@FUNCTION, $14 i32.const $push1=, 2 @@ -1041,7 +1041,7 @@ f14: # @f14 tee_local $push23=, $16=, $pop24 i32.const $push22=, 4 i32.add $push3=, $pop23, $pop22 - i32.store $drop=, 12($17), $pop3 + i32.store 12($17), $pop3 i32.load $push21=, 0($16) tee_local $push20=, $16=, $pop21 i32.const $push19=, 16 @@ -1065,7 +1065,7 @@ f14: # @f14 i32.const $push14=, 0 i32.const $push12=, 16 i32.add $push13=, $17, $pop12 - i32.store $drop=, __stack_pointer($pop14), $pop13 + i32.store __stack_pointer($pop14), $pop13 return .LBB15_7: # %if.then.i end_block # label57: @@ -1089,8 +1089,8 @@ f15: # @f15 i32.const $push9=, 16 i32.sub $push16=, $pop8, $pop9 tee_local $push15=, $18=, $pop16 - i32.store $drop=, __stack_pointer($pop10), $pop15 - i32.store $drop=, 12($18), $16 + i32.store __stack_pointer($pop10), $pop15 + i32.store 12($18), $16 block i32.call $push0=, strlen@FUNCTION, $15 i32.const $push14=, 1 @@ -1111,7 +1111,7 @@ f15: # @f15 tee_local $push23=, $17=, $pop24 i32.const $push22=, 4 i32.add $push2=, $pop23, $pop22 - i32.store $drop=, 12($18), $pop2 + i32.store 12($18), $pop2 i32.load $push21=, 0($17) tee_local $push20=, $17=, $pop21 i32.const $push19=, 16 @@ -1135,7 +1135,7 @@ f15: # @f15 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $18, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB16_7: # %if.then.i end_block # label61: @@ -1159,47 +1159,47 @@ main: # @main i32.const $push83=, 640 i32.sub $push292=, $pop82, $pop83 tee_local $push291=, $0=, $pop292 - i32.store $drop=, __stack_pointer($pop84), $pop291 + i32.store __stack_pointer($pop84), $pop291 i32.const $push85=, 576 i32.add $push86=, $0, $pop85 i32.const $push0=, 56 i32.add $push1=, $pop86, $pop0 i64.const $push2=, 64424509454 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push87=, 576 i32.add $push88=, $0, $pop87 i32.const $push3=, 48 i32.add $push4=, $pop88, $pop3 i64.const $push5=, 55834574860 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push89=, 576 i32.add $push90=, $0, $pop89 i32.const $push6=, 40 i32.add $push7=, $pop90, $pop6 i64.const $push8=, 47244640266 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push91=, 576 i32.add $push92=, $0, $pop91 i32.const $push9=, 32 i32.add $push10=, $pop92, $pop9 i64.const $push11=, 38654705672 - i64.store $drop=, 0($pop10), $pop11 + i64.store 0($pop10), $pop11 i32.const $push93=, 576 i32.add $push94=, $0, $pop93 i32.const $push12=, 24 i32.add $push13=, $pop94, $pop12 i64.const $push14=, 30064771078 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push95=, 576 i32.add $push96=, $0, $pop95 i32.const $push15=, 16 i32.add $push16=, $pop96, $pop15 i64.const $push17=, 21474836484 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i64.const $push18=, 12884901890 - i64.store $drop=, 584($0), $pop18 + i64.store 584($0), $pop18 i64.const $push19=, 4294967296 - i64.store $drop=, 576($0), $pop19 + i64.store 576($0), $pop19 i32.const $push20=, .L.str i32.const $push97=, 576 i32.add $push98=, $0, $pop97 @@ -1209,41 +1209,41 @@ main: # @main i32.const $push290=, 56 i32.add $push21=, $pop100, $pop290 i32.const $push22=, 15 - i32.store $drop=, 0($pop21), $pop22 + i32.store 0($pop21), $pop22 i32.const $push101=, 512 i32.add $push102=, $0, $pop101 i32.const $push289=, 48 i32.add $push23=, $pop102, $pop289 i64.const $push24=, 60129542157 - i64.store $drop=, 0($pop23), $pop24 + i64.store 0($pop23), $pop24 i32.const $push103=, 512 i32.add $push104=, $0, $pop103 i32.const $push288=, 40 i32.add $push25=, $pop104, $pop288 i64.const $push26=, 51539607563 - i64.store $drop=, 0($pop25), $pop26 + i64.store 0($pop25), $pop26 i32.const $push105=, 512 i32.add $push106=, $0, $pop105 i32.const $push287=, 32 i32.add $push27=, $pop106, $pop287 i64.const $push28=, 42949672969 - i64.store $drop=, 0($pop27), $pop28 + i64.store 0($pop27), $pop28 i32.const $push107=, 512 i32.add $push108=, $0, $pop107 i32.const $push286=, 24 i32.add $push29=, $pop108, $pop286 i64.const $push30=, 34359738375 - i64.store $drop=, 0($pop29), $pop30 + i64.store 0($pop29), $pop30 i32.const $push109=, 512 i32.add $push110=, $0, $pop109 i32.const $push285=, 16 i32.add $push31=, $pop110, $pop285 i64.const $push32=, 25769803781 - i64.store $drop=, 0($pop31), $pop32 + i64.store 0($pop31), $pop32 i64.const $push33=, 17179869187 - i64.store $drop=, 520($0), $pop33 + i64.store 520($0), $pop33 i64.const $push34=, 8589934593 - i64.store $drop=, 512($0), $pop34 + i64.store 512($0), $pop34 i32.const $push35=, .L.str+1 i32.const $push111=, 512 i32.add $push112=, $0, $pop111 @@ -1253,35 +1253,35 @@ main: # @main i32.const $push284=, 48 i32.add $push36=, $pop114, $pop284 i64.const $push283=, 64424509454 - i64.store $drop=, 0($pop36), $pop283 + i64.store 0($pop36), $pop283 i32.const $push115=, 448 i32.add $push116=, $0, $pop115 i32.const $push282=, 40 i32.add $push37=, $pop116, $pop282 i64.const $push281=, 55834574860 - i64.store $drop=, 0($pop37), $pop281 + i64.store 0($pop37), $pop281 i32.const $push117=, 448 i32.add $push118=, $0, $pop117 i32.const $push280=, 32 i32.add $push38=, $pop118, $pop280 i64.const $push279=, 47244640266 - i64.store $drop=, 0($pop38), $pop279 + i64.store 0($pop38), $pop279 i32.const $push119=, 448 i32.add $push120=, $0, $pop119 i32.const $push278=, 24 i32.add $push39=, $pop120, $pop278 i64.const $push277=, 38654705672 - i64.store $drop=, 0($pop39), $pop277 + i64.store 0($pop39), $pop277 i32.const $push121=, 448 i32.add $push122=, $0, $pop121 i32.const $push276=, 16 i32.add $push40=, $pop122, $pop276 i64.const $push275=, 30064771078 - i64.store $drop=, 0($pop40), $pop275 + i64.store 0($pop40), $pop275 i64.const $push274=, 21474836484 - i64.store $drop=, 456($0), $pop274 + i64.store 456($0), $pop274 i64.const $push273=, 12884901890 - i64.store $drop=, 448($0), $pop273 + i64.store 448($0), $pop273 i32.const $push41=, .L.str+2 i32.const $push123=, 448 i32.add $push124=, $0, $pop123 @@ -1291,35 +1291,35 @@ main: # @main i32.const $push272=, 48 i32.add $push42=, $pop126, $pop272 i32.const $push271=, 15 - i32.store $drop=, 0($pop42), $pop271 + i32.store 0($pop42), $pop271 i32.const $push127=, 384 i32.add $push128=, $0, $pop127 i32.const $push270=, 40 i32.add $push43=, $pop128, $pop270 i64.const $push269=, 60129542157 - i64.store $drop=, 0($pop43), $pop269 + i64.store 0($pop43), $pop269 i32.const $push129=, 384 i32.add $push130=, $0, $pop129 i32.const $push268=, 32 i32.add $push44=, $pop130, $pop268 i64.const $push267=, 51539607563 - i64.store $drop=, 0($pop44), $pop267 + i64.store 0($pop44), $pop267 i32.const $push131=, 384 i32.add $push132=, $0, $pop131 i32.const $push266=, 24 i32.add $push45=, $pop132, $pop266 i64.const $push265=, 42949672969 - i64.store $drop=, 0($pop45), $pop265 + i64.store 0($pop45), $pop265 i32.const $push133=, 384 i32.add $push134=, $0, $pop133 i32.const $push264=, 16 i32.add $push46=, $pop134, $pop264 i64.const $push263=, 34359738375 - i64.store $drop=, 0($pop46), $pop263 + i64.store 0($pop46), $pop263 i64.const $push262=, 25769803781 - i64.store $drop=, 392($0), $pop262 + i64.store 392($0), $pop262 i64.const $push261=, 17179869187 - i64.store $drop=, 384($0), $pop261 + i64.store 384($0), $pop261 i32.const $push47=, .L.str+3 i32.const $push135=, 384 i32.add $push136=, $0, $pop135 @@ -1329,29 +1329,29 @@ main: # @main i32.const $push260=, 40 i32.add $push48=, $pop138, $pop260 i64.const $push259=, 64424509454 - i64.store $drop=, 0($pop48), $pop259 + i64.store 0($pop48), $pop259 i32.const $push139=, 336 i32.add $push140=, $0, $pop139 i32.const $push258=, 32 i32.add $push49=, $pop140, $pop258 i64.const $push257=, 55834574860 - i64.store $drop=, 0($pop49), $pop257 + i64.store 0($pop49), $pop257 i32.const $push141=, 336 i32.add $push142=, $0, $pop141 i32.const $push256=, 24 i32.add $push50=, $pop142, $pop256 i64.const $push255=, 47244640266 - i64.store $drop=, 0($pop50), $pop255 + i64.store 0($pop50), $pop255 i32.const $push143=, 336 i32.add $push144=, $0, $pop143 i32.const $push254=, 16 i32.add $push51=, $pop144, $pop254 i64.const $push253=, 38654705672 - i64.store $drop=, 0($pop51), $pop253 + i64.store 0($pop51), $pop253 i64.const $push252=, 30064771078 - i64.store $drop=, 344($0), $pop252 + i64.store 344($0), $pop252 i64.const $push251=, 21474836484 - i64.store $drop=, 336($0), $pop251 + i64.store 336($0), $pop251 i32.const $push52=, .L.str+4 i32.const $push145=, 336 i32.add $push146=, $0, $pop145 @@ -1361,29 +1361,29 @@ main: # @main i32.const $push250=, 40 i32.add $push53=, $pop148, $pop250 i32.const $push249=, 15 - i32.store $drop=, 0($pop53), $pop249 + i32.store 0($pop53), $pop249 i32.const $push149=, 288 i32.add $push150=, $0, $pop149 i32.const $push248=, 32 i32.add $push54=, $pop150, $pop248 i64.const $push247=, 60129542157 - i64.store $drop=, 0($pop54), $pop247 + i64.store 0($pop54), $pop247 i32.const $push151=, 288 i32.add $push152=, $0, $pop151 i32.const $push246=, 24 i32.add $push55=, $pop152, $pop246 i64.const $push245=, 51539607563 - i64.store $drop=, 0($pop55), $pop245 + i64.store 0($pop55), $pop245 i32.const $push153=, 288 i32.add $push154=, $0, $pop153 i32.const $push244=, 16 i32.add $push56=, $pop154, $pop244 i64.const $push243=, 42949672969 - i64.store $drop=, 0($pop56), $pop243 + i64.store 0($pop56), $pop243 i64.const $push242=, 34359738375 - i64.store $drop=, 296($0), $pop242 + i64.store 296($0), $pop242 i64.const $push241=, 25769803781 - i64.store $drop=, 288($0), $pop241 + i64.store 288($0), $pop241 i32.const $push57=, .L.str+5 i32.const $push155=, 288 i32.add $push156=, $0, $pop155 @@ -1393,23 +1393,23 @@ main: # @main i32.const $push240=, 32 i32.add $push58=, $pop158, $pop240 i64.const $push239=, 64424509454 - i64.store $drop=, 0($pop58), $pop239 + i64.store 0($pop58), $pop239 i32.const $push159=, 240 i32.add $push160=, $0, $pop159 i32.const $push238=, 24 i32.add $push59=, $pop160, $pop238 i64.const $push237=, 55834574860 - i64.store $drop=, 0($pop59), $pop237 + i64.store 0($pop59), $pop237 i32.const $push161=, 240 i32.add $push162=, $0, $pop161 i32.const $push236=, 16 i32.add $push60=, $pop162, $pop236 i64.const $push235=, 47244640266 - i64.store $drop=, 0($pop60), $pop235 + i64.store 0($pop60), $pop235 i64.const $push234=, 38654705672 - i64.store $drop=, 248($0), $pop234 + i64.store 248($0), $pop234 i64.const $push233=, 30064771078 - i64.store $drop=, 240($0), $pop233 + i64.store 240($0), $pop233 i32.const $push61=, .L.str+6 i32.const $push163=, 240 i32.add $push164=, $0, $pop163 @@ -1419,23 +1419,23 @@ main: # @main i32.const $push232=, 32 i32.add $push62=, $pop166, $pop232 i32.const $push231=, 15 - i32.store $drop=, 0($pop62), $pop231 + i32.store 0($pop62), $pop231 i32.const $push167=, 192 i32.add $push168=, $0, $pop167 i32.const $push230=, 24 i32.add $push63=, $pop168, $pop230 i64.const $push229=, 60129542157 - i64.store $drop=, 0($pop63), $pop229 + i64.store 0($pop63), $pop229 i32.const $push169=, 192 i32.add $push170=, $0, $pop169 i32.const $push228=, 16 i32.add $push64=, $pop170, $pop228 i64.const $push227=, 51539607563 - i64.store $drop=, 0($pop64), $pop227 + i64.store 0($pop64), $pop227 i64.const $push226=, 42949672969 - i64.store $drop=, 200($0), $pop226 + i64.store 200($0), $pop226 i64.const $push225=, 34359738375 - i64.store $drop=, 192($0), $pop225 + i64.store 192($0), $pop225 i32.const $push65=, .L.str+7 i32.const $push171=, 192 i32.add $push172=, $0, $pop171 @@ -1445,17 +1445,17 @@ main: # @main i32.const $push224=, 24 i32.add $push66=, $pop174, $pop224 i64.const $push223=, 64424509454 - i64.store $drop=, 0($pop66), $pop223 + i64.store 0($pop66), $pop223 i32.const $push175=, 160 i32.add $push176=, $0, $pop175 i32.const $push222=, 16 i32.add $push67=, $pop176, $pop222 i64.const $push221=, 55834574860 - i64.store $drop=, 0($pop67), $pop221 + i64.store 0($pop67), $pop221 i64.const $push220=, 47244640266 - i64.store $drop=, 168($0), $pop220 + i64.store 168($0), $pop220 i64.const $push219=, 38654705672 - i64.store $drop=, 160($0), $pop219 + i64.store 160($0), $pop219 i32.const $push68=, .L.str+8 i32.const $push177=, 160 i32.add $push178=, $0, $pop177 @@ -1465,17 +1465,17 @@ main: # @main i32.const $push218=, 24 i32.add $push69=, $pop180, $pop218 i32.const $push217=, 15 - i32.store $drop=, 0($pop69), $pop217 + i32.store 0($pop69), $pop217 i32.const $push181=, 128 i32.add $push182=, $0, $pop181 i32.const $push216=, 16 i32.add $push70=, $pop182, $pop216 i64.const $push215=, 60129542157 - i64.store $drop=, 0($pop70), $pop215 + i64.store 0($pop70), $pop215 i64.const $push214=, 51539607563 - i64.store $drop=, 136($0), $pop214 + i64.store 136($0), $pop214 i64.const $push213=, 42949672969 - i64.store $drop=, 128($0), $pop213 + i64.store 128($0), $pop213 i32.const $push71=, .L.str+9 i32.const $push183=, 128 i32.add $push184=, $0, $pop183 @@ -1485,11 +1485,11 @@ main: # @main i32.const $push212=, 16 i32.add $push72=, $pop186, $pop212 i64.const $push211=, 64424509454 - i64.store $drop=, 0($pop72), $pop211 + i64.store 0($pop72), $pop211 i64.const $push210=, 55834574860 - i64.store $drop=, 104($0), $pop210 + i64.store 104($0), $pop210 i64.const $push209=, 47244640266 - i64.store $drop=, 96($0), $pop209 + i64.store 96($0), $pop209 i32.const $push73=, .L.str+10 i32.const $push187=, 96 i32.add $push188=, $0, $pop187 @@ -1499,39 +1499,39 @@ main: # @main i32.const $push208=, 16 i32.add $push74=, $pop190, $pop208 i32.const $push207=, 15 - i32.store $drop=, 0($pop74), $pop207 + i32.store 0($pop74), $pop207 i64.const $push206=, 60129542157 - i64.store $drop=, 72($0), $pop206 + i64.store 72($0), $pop206 i64.const $push205=, 51539607563 - i64.store $drop=, 64($0), $pop205 + i64.store 64($0), $pop205 i32.const $push75=, .L.str+11 i32.const $push191=, 64 i32.add $push192=, $0, $pop191 call f11@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop75, $pop192 i64.const $push204=, 64424509454 - i64.store $drop=, 56($0), $pop204 + i64.store 56($0), $pop204 i64.const $push203=, 55834574860 - i64.store $drop=, 48($0), $pop203 + i64.store 48($0), $pop203 i32.const $push76=, .L.str+12 i32.const $push193=, 48 i32.add $push194=, $0, $pop193 call f12@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop76, $pop194 i32.const $push202=, 15 - i32.store $drop=, 40($0), $pop202 + i32.store 40($0), $pop202 i64.const $push201=, 60129542157 - i64.store $drop=, 32($0), $pop201 + i64.store 32($0), $pop201 i32.const $push77=, .L.str+13 i32.const $push195=, 32 i32.add $push196=, $0, $pop195 call f13@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop77, $pop196 i64.const $push200=, 64424509454 - i64.store $drop=, 16($0), $pop200 + i64.store 16($0), $pop200 i32.const $push78=, .L.str+14 i32.const $push197=, 16 i32.add $push198=, $0, $pop197 call f14@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop78, $pop198 i32.const $push199=, 15 - i32.store $drop=, 0($0), $pop199 + i32.store 0($0), $pop199 i32.const $push79=, .L.str+15 call f15@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop79, $0 i32.const $push80=, 0 @@ -1549,7 +1549,7 @@ main: # @main .size .L.str, 17 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype strlen, i32, i32 .functype exit, void, i32 diff --git a/test/torture-s/va-arg-20.c.s b/test/torture-s/va-arg-20.c.s index 1c27af769..d19560fef 100644 --- a/test/torture-s/va-arg-20.c.s +++ b/test/torture-s/va-arg-20.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-20.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-20.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -40,8 +40,8 @@ bar: # @bar i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $3=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($3), $2 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($3), $2 block i32.const $push0=, 7 i32.add $push1=, $2, $pop0 @@ -55,7 +55,7 @@ bar: # @bar i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $3, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB1_2: # %if.then.i end_block # label1: @@ -79,9 +79,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push9=, $pop3, $pop4 tee_local $push8=, $0=, $pop9 - i32.store $drop=, __stack_pointer($pop5), $pop8 + i32.store __stack_pointer($pop5), $pop8 i64.const $push0=, 16 - i64.store $drop=, 0($0), $pop0 + i64.store 0($0), $pop0 i32.const $push1=, 0 i32.const $push7=, 0 call bar@FUNCTION, $pop1, $pop7, $0 @@ -93,6 +93,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-21.c.s b/test/torture-s/va-arg-21.c.s index f67a928a0..12f4c4b61 100644 --- a/test/torture-s/va-arg-21.c.s +++ b/test/torture-s/va-arg-21.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-21.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-21.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,9 +14,9 @@ main: # @main i32.const $push4=, 16 i32.sub $push7=, $pop3, $pop4 tee_local $push6=, $0=, $pop7 - i32.store $drop=, __stack_pointer($pop5), $pop6 + i32.store __stack_pointer($pop5), $pop6 i32.const $push0=, .L.str.1 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 call doit@FUNCTION, $0, $0 i32.const $push1=, 0 call exit@FUNCTION, $pop1 @@ -35,10 +35,10 @@ doit: # @doit i32.call $2=, malloc@FUNCTION, $pop0 i32.const $push3=, 4 i32.call $3=, malloc@FUNCTION, $pop3 - i32.store $drop=, 0($2), $1 + i32.store 0($2), $1 i32.const $push1=, .L.str i32.call $drop=, vprintf@FUNCTION, $pop1, $1 - i32.store $drop=, 0($3), $1 + i32.store 0($3), $1 i32.const $push2=, .L.str i32.call $drop=, vprintf@FUNCTION, $pop2, $1 block @@ -66,7 +66,7 @@ doit: # @doit .size .L.str.1, 13 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 .functype malloc, i32, i32 .functype vprintf, i32, i32, i32 diff --git a/test/torture-s/va-arg-22.c.s b/test/torture-s/va-arg-22.c.s index 6988b707b..a7143e313 100644 --- a/test/torture-s/va-arg-22.c.s +++ b/test/torture-s/va-arg-22.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-22.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-22.c" .section .text.bar,"ax",@progbits .hidden bar .globl bar @@ -23,10 +23,10 @@ bar: # @bar # BB#2: # %if.end i32.const $3=, 0 i32.const $push18=, 0 - i32.store $drop=, bar.lastn($pop18), $0 + i32.store bar.lastn($pop18), $0 i32.const $push17=, 0 i32.const $push16=, 0 - i32.store $drop=, bar.lastc($pop17), $pop16 + i32.store bar.lastc($pop17), $pop16 .LBB0_3: # %if.end3 end_block # label1: i32.const $push3=, 3 @@ -42,7 +42,7 @@ bar: # @bar i32.const $push12=, 0 i32.const $push10=, 1 i32.add $push11=, $3, $pop10 - i32.store $drop=, bar.lastc($pop12), $pop11 + i32.store bar.lastc($pop12), $pop11 return .LBB0_5: # %if.then7 end_block # label0: @@ -66,7 +66,7 @@ foo: # @foo i32.const $push503=, 352 i32.sub $push575=, $pop502, $pop503 tee_local $push574=, $9=, $pop575 - i32.store $drop=, __stack_pointer($pop504), $pop574 + i32.store __stack_pointer($pop504), $pop574 block block block @@ -80,10 +80,10 @@ foo: # @foo i32.ne $push1=, $0, $pop0 br_if 0, $pop1 # 0: down to label10 # BB#1: # %if.end - i32.store $drop=, 4($9), $1 + i32.store 4($9), $1 i32.const $push2=, 4 i32.add $push3=, $1, $pop2 - i32.store $drop=, 4($9), $pop3 + i32.store 4($9), $pop3 i32.const $push4=, 0 i32.load $0=, bar.lastc($pop4) i32.load8_s $8=, 0($1) @@ -101,10 +101,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push581=, 0 i32.const $push8=, 1 - i32.store $drop=, bar.lastn($pop581), $pop8 + i32.store bar.lastn($pop581), $pop8 i32.const $push580=, 0 i32.const $push579=, 0 - i32.store $drop=, bar.lastc($pop580), $pop579 + i32.store bar.lastc($pop580), $pop579 .LBB1_4: # %if.end3.i end_block # label11: i32.const $push9=, 24 @@ -119,11 +119,11 @@ foo: # @foo i32.const $push587=, 0 i32.const $push14=, 1 i32.add $push15=, $0, $pop14 - i32.store $drop=, bar.lastc($pop587), $pop15 + i32.store bar.lastc($pop587), $pop15 i32.const $push586=, 8 i32.add $push585=, $1, $pop586 tee_local $push584=, $8=, $pop585 - i32.store $drop=, 4($9), $pop584 + i32.store 4($9), $pop584 br_if 0, $0 # 0: down to label10 # BB#6: # %if.end3.i319 i32.const $push16=, 4 @@ -131,10 +131,10 @@ foo: # @foo i32.load16_u $0=, 0($pop17):p2align=0 i32.const $push590=, 0 i32.const $push18=, 2 - i32.store $drop=, bar.lastn($pop590), $pop18 + i32.store bar.lastn($pop590), $pop18 i32.const $push589=, 0 i32.const $push588=, 0 - i32.store $drop=, bar.lastc($pop589), $pop588 + i32.store bar.lastc($pop589), $pop588 i32.const $push19=, 255 i32.and $push20=, $0, $pop19 i32.const $push21=, 16 @@ -143,7 +143,7 @@ foo: # @foo # BB#7: # %if.end3.i319.1 i32.const $push591=, 0 i32.const $push23=, 1 - i32.store $drop=, bar.lastc($pop591), $pop23 + i32.store bar.lastc($pop591), $pop23 i32.const $push24=, 65280 i32.and $push25=, $0, $pop24 i32.const $push26=, 4352 @@ -152,27 +152,27 @@ foo: # @foo # BB#8: # %if.end3.i333 i32.const $push28=, 12 i32.add $push29=, $1, $pop28 - i32.store $drop=, 4($9), $pop29 + i32.store 4($9), $pop29 i32.load16_u $push30=, 0($8):p2align=0 - i32.store16 $drop=, 344($9), $pop30 + i32.store16 344($9), $pop30 i32.const $push31=, 2 i32.add $push32=, $8, $pop31 i32.load8_u $push33=, 0($pop32) - i32.store8 $drop=, 346($9), $pop33 + i32.store8 346($9), $pop33 i32.load8_u $0=, 344($9) i32.const $push594=, 0 i32.const $push593=, 0 - i32.store $drop=, bar.lastc($pop594), $pop593 + i32.store bar.lastc($pop594), $pop593 i32.const $push592=, 0 i32.const $push34=, 3 - i32.store $drop=, bar.lastn($pop592), $pop34 + i32.store bar.lastn($pop592), $pop34 i32.const $push35=, 24 i32.ne $push36=, $0, $pop35 br_if 8, $pop36 # 8: down to label2 # BB#9: # %if.end3.i333.1 i32.const $push595=, 0 i32.const $push37=, 1 - i32.store $drop=, bar.lastc($pop595), $pop37 + i32.store bar.lastc($pop595), $pop37 i32.load8_u $push39=, 345($9) i32.const $push38=, 25 i32.ne $push40=, $pop39, $pop38 @@ -180,7 +180,7 @@ foo: # @foo # BB#10: # %if.end3.i333.2 i32.const $push596=, 0 i32.const $push41=, 2 - i32.store $drop=, bar.lastc($pop596), $pop41 + i32.store bar.lastc($pop596), $pop41 i32.load8_u $push43=, 346($9) i32.const $push42=, 26 i32.ne $push44=, $pop43, $pop42 @@ -189,16 +189,16 @@ foo: # @foo i32.const $push45=, 16 i32.add $push601=, $1, $pop45 tee_local $push600=, $8=, $pop601 - i32.store $drop=, 4($9), $pop600 + i32.store 4($9), $pop600 i32.const $push46=, 12 i32.add $push47=, $1, $pop46 i32.load $0=, 0($pop47):p2align=0 i32.const $push599=, 0 i32.const $push48=, 4 - i32.store $drop=, bar.lastn($pop599), $pop48 + i32.store bar.lastn($pop599), $pop48 i32.const $push598=, 0 i32.const $push597=, 0 - i32.store $drop=, bar.lastc($pop598), $pop597 + i32.store bar.lastc($pop598), $pop597 i32.const $push49=, 255 i32.and $push50=, $0, $pop49 i32.const $push51=, 32 @@ -207,7 +207,7 @@ foo: # @foo # BB#12: # %if.end3.i347.1 i32.const $push602=, 0 i32.const $push53=, 1 - i32.store $drop=, bar.lastc($pop602), $pop53 + i32.store bar.lastc($pop602), $pop53 i32.const $push54=, 65280 i32.and $push55=, $0, $pop54 i32.const $push56=, 8448 @@ -216,7 +216,7 @@ foo: # @foo # BB#13: # %if.end3.i347.2 i32.const $push603=, 0 i32.const $push58=, 2 - i32.store $drop=, bar.lastc($pop603), $pop58 + i32.store bar.lastc($pop603), $pop58 i32.const $push59=, 16711680 i32.and $push60=, $0, $pop59 i32.const $push61=, 2228224 @@ -225,7 +225,7 @@ foo: # @foo # BB#14: # %if.end3.i347.3 i32.const $push604=, 0 i32.const $push63=, 3 - i32.store $drop=, bar.lastc($pop604), $pop63 + i32.store bar.lastc($pop604), $pop63 i32.const $push64=, -16777216 i32.and $push65=, $0, $pop64 i32.const $push66=, 587202560 @@ -235,27 +235,27 @@ foo: # @foo i32.const $push68=, 24 i32.add $push609=, $1, $pop68 tee_local $push608=, $2=, $pop609 - i32.store $drop=, 4($9), $pop608 + i32.store 4($9), $pop608 i32.load $push69=, 0($8):p2align=0 - i32.store $drop=, 336($9), $pop69 + i32.store 336($9), $pop69 i32.const $push70=, 4 i32.add $push71=, $8, $pop70 i32.load8_u $push72=, 0($pop71) - i32.store8 $drop=, 340($9), $pop72 + i32.store8 340($9), $pop72 i32.load8_u $0=, 336($9) i32.const $push607=, 0 i32.const $push606=, 0 - i32.store $drop=, bar.lastc($pop607), $pop606 + i32.store bar.lastc($pop607), $pop606 i32.const $push605=, 0 i32.const $push73=, 5 - i32.store $drop=, bar.lastn($pop605), $pop73 + i32.store bar.lastn($pop605), $pop73 i32.const $push74=, 40 i32.ne $push75=, $0, $pop74 br_if 6, $pop75 # 6: down to label4 # BB#16: # %if.end3.i361.1 i32.const $push610=, 0 i32.const $push76=, 1 - i32.store $drop=, bar.lastc($pop610), $pop76 + i32.store bar.lastc($pop610), $pop76 i32.load8_u $push78=, 337($9) i32.const $push77=, 41 i32.ne $push79=, $pop78, $pop77 @@ -263,7 +263,7 @@ foo: # @foo # BB#17: # %if.end3.i361.2 i32.const $push611=, 0 i32.const $push80=, 2 - i32.store $drop=, bar.lastc($pop611), $pop80 + i32.store bar.lastc($pop611), $pop80 i32.load8_u $push82=, 338($9) i32.const $push81=, 42 i32.ne $push83=, $pop82, $pop81 @@ -271,7 +271,7 @@ foo: # @foo # BB#18: # %if.end3.i361.3 i32.const $push612=, 0 i32.const $push84=, 3 - i32.store $drop=, bar.lastc($pop612), $pop84 + i32.store bar.lastc($pop612), $pop84 i32.load8_u $push86=, 339($9) i32.const $push85=, 43 i32.ne $push87=, $pop86, $pop85 @@ -279,7 +279,7 @@ foo: # @foo # BB#19: # %if.end3.i361.4 i32.const $push614=, 0 i32.const $push613=, 4 - i32.store $drop=, bar.lastc($pop614), $pop613 + i32.store bar.lastc($pop614), $pop613 i32.load8_u $push89=, 340($9) i32.const $push88=, 44 i32.ne $push90=, $pop89, $pop88 @@ -288,27 +288,27 @@ foo: # @foo i32.const $push91=, 32 i32.add $push620=, $1, $pop91 tee_local $push619=, $0=, $pop620 - i32.store $drop=, 4($9), $pop619 + i32.store 4($9), $pop619 i32.load $push92=, 0($2):p2align=0 - i32.store $drop=, 328($9), $pop92 + i32.store 328($9), $pop92 i32.const $push618=, 4 i32.add $push93=, $2, $pop618 i32.load16_u $push94=, 0($pop93):p2align=0 - i32.store16 $drop=, 332($9), $pop94 + i32.store16 332($9), $pop94 i32.load8_u $8=, 328($9) i32.const $push617=, 0 i32.const $push616=, 0 - i32.store $drop=, bar.lastc($pop617), $pop616 + i32.store bar.lastc($pop617), $pop616 i32.const $push615=, 0 i32.const $push95=, 6 - i32.store $drop=, bar.lastn($pop615), $pop95 + i32.store bar.lastn($pop615), $pop95 i32.const $push96=, 48 i32.ne $push97=, $8, $pop96 br_if 5, $pop97 # 5: down to label5 # BB#21: # %if.end3.i375.1 i32.const $push621=, 0 i32.const $push98=, 1 - i32.store $drop=, bar.lastc($pop621), $pop98 + i32.store bar.lastc($pop621), $pop98 i32.load8_u $push100=, 329($9) i32.const $push99=, 49 i32.ne $push101=, $pop100, $pop99 @@ -316,7 +316,7 @@ foo: # @foo # BB#22: # %if.end3.i375.2 i32.const $push622=, 0 i32.const $push102=, 2 - i32.store $drop=, bar.lastc($pop622), $pop102 + i32.store bar.lastc($pop622), $pop102 i32.load8_u $push104=, 330($9) i32.const $push103=, 50 i32.ne $push105=, $pop104, $pop103 @@ -324,7 +324,7 @@ foo: # @foo # BB#23: # %if.end3.i375.3 i32.const $push623=, 0 i32.const $push106=, 3 - i32.store $drop=, bar.lastc($pop623), $pop106 + i32.store bar.lastc($pop623), $pop106 i32.load8_u $push108=, 331($9) i32.const $push107=, 51 i32.ne $push109=, $pop108, $pop107 @@ -332,7 +332,7 @@ foo: # @foo # BB#24: # %if.end3.i375.4 i32.const $push624=, 0 i32.const $push110=, 4 - i32.store $drop=, bar.lastc($pop624), $pop110 + i32.store bar.lastc($pop624), $pop110 i32.load8_u $push112=, 332($9) i32.const $push111=, 52 i32.ne $push113=, $pop112, $pop111 @@ -340,7 +340,7 @@ foo: # @foo # BB#25: # %if.end3.i375.5 i32.const $push625=, 0 i32.const $push114=, 5 - i32.store $drop=, bar.lastc($pop625), $pop114 + i32.store bar.lastc($pop625), $pop114 i32.load8_u $push116=, 333($9) i32.const $push115=, 53 i32.ne $push117=, $pop116, $pop115 @@ -348,31 +348,31 @@ foo: # @foo # BB#26: # %if.end3.i389 i32.const $push118=, 40 i32.add $push119=, $1, $pop118 - i32.store $drop=, 4($9), $pop119 + i32.store 4($9), $pop119 i32.load $push120=, 0($0):p2align=0 - i32.store $drop=, 320($9), $pop120 + i32.store 320($9), $pop120 i32.const $push121=, 6 i32.add $push122=, $0, $pop121 i32.load8_u $push123=, 0($pop122) - i32.store8 $drop=, 326($9), $pop123 + i32.store8 326($9), $pop123 i32.const $push124=, 4 i32.add $push125=, $0, $pop124 i32.load16_u $push126=, 0($pop125):p2align=0 - i32.store16 $drop=, 324($9), $pop126 + i32.store16 324($9), $pop126 i32.load8_u $0=, 320($9) i32.const $push628=, 0 i32.const $push627=, 0 - i32.store $drop=, bar.lastc($pop628), $pop627 + i32.store bar.lastc($pop628), $pop627 i32.const $push626=, 0 i32.const $push127=, 7 - i32.store $drop=, bar.lastn($pop626), $pop127 + i32.store bar.lastn($pop626), $pop127 i32.const $push128=, 56 i32.ne $push129=, $0, $pop128 br_if 4, $pop129 # 4: down to label6 # BB#27: # %if.end3.i389.1 i32.const $push629=, 0 i32.const $push130=, 1 - i32.store $drop=, bar.lastc($pop629), $pop130 + i32.store bar.lastc($pop629), $pop130 i32.load8_u $push132=, 321($9) i32.const $push131=, 57 i32.ne $push133=, $pop132, $pop131 @@ -380,7 +380,7 @@ foo: # @foo # BB#28: # %if.end3.i389.2 i32.const $push630=, 0 i32.const $push134=, 2 - i32.store $drop=, bar.lastc($pop630), $pop134 + i32.store bar.lastc($pop630), $pop134 i32.load8_u $push136=, 322($9) i32.const $push135=, 58 i32.ne $push137=, $pop136, $pop135 @@ -388,7 +388,7 @@ foo: # @foo # BB#29: # %if.end3.i389.3 i32.const $push631=, 0 i32.const $push138=, 3 - i32.store $drop=, bar.lastc($pop631), $pop138 + i32.store bar.lastc($pop631), $pop138 i32.load8_u $push140=, 323($9) i32.const $push139=, 59 i32.ne $push141=, $pop140, $pop139 @@ -396,7 +396,7 @@ foo: # @foo # BB#30: # %if.end3.i389.4 i32.const $push632=, 0 i32.const $push142=, 4 - i32.store $drop=, bar.lastc($pop632), $pop142 + i32.store bar.lastc($pop632), $pop142 i32.load8_u $push144=, 324($9) i32.const $push143=, 60 i32.ne $push145=, $pop144, $pop143 @@ -404,7 +404,7 @@ foo: # @foo # BB#31: # %if.end3.i389.5 i32.const $push633=, 0 i32.const $push146=, 5 - i32.store $drop=, bar.lastc($pop633), $pop146 + i32.store bar.lastc($pop633), $pop146 i32.load8_u $push148=, 325($9) i32.const $push147=, 61 i32.ne $push149=, $pop148, $pop147 @@ -412,7 +412,7 @@ foo: # @foo # BB#32: # %if.end3.i389.6 i32.const $push634=, 0 i32.const $push150=, 6 - i32.store $drop=, bar.lastc($pop634), $pop150 + i32.store bar.lastc($pop634), $pop150 i32.load8_u $push152=, 326($9) i32.const $push151=, 62 i32.ne $push153=, $pop152, $pop151 @@ -420,21 +420,21 @@ foo: # @foo # BB#33: # %if.end3.i403 i32.const $push640=, 0 i32.const $push154=, 7 - i32.store $drop=, bar.lastc($pop640), $pop154 + i32.store bar.lastc($pop640), $pop154 i32.const $push639=, 0 i32.const $push155=, 8 - i32.store $drop=, bar.lastn($pop639), $pop155 + i32.store bar.lastn($pop639), $pop155 i32.const $push156=, 48 i32.add $push638=, $1, $pop156 tee_local $push637=, $0=, $pop638 - i32.store $drop=, 4($9), $pop637 + i32.store 4($9), $pop637 i32.const $push157=, 40 i32.add $push158=, $1, $pop157 i64.load $push159=, 0($pop158):p2align=0 - i64.store $drop=, 312($9), $pop159 + i64.store 312($9), $pop159 i32.const $push636=, 0 i32.const $push635=, 0 - i32.store $drop=, bar.lastc($pop636), $pop635 + i32.store bar.lastc($pop636), $pop635 i32.load8_s $push161=, 312($9) i32.const $push160=, 64 i32.ne $push162=, $pop161, $pop160 @@ -442,7 +442,7 @@ foo: # @foo # BB#34: # %if.end3.i403.1 i32.const $push642=, 0 i32.const $push641=, 1 - i32.store $drop=, bar.lastc($pop642), $pop641 + i32.store bar.lastc($pop642), $pop641 i32.load8_s $push164=, 313($9) i32.const $push163=, 65 i32.ne $push165=, $pop164, $pop163 @@ -453,7 +453,7 @@ foo: # @foo i32.const $push646=, 1 i32.add $push645=, $pop647, $pop646 tee_local $push644=, $8=, $pop645 - i32.store $drop=, bar.lastc($pop648), $pop644 + i32.store bar.lastc($pop648), $pop644 i32.const $push643=, 64 i32.or $push166=, $8, $pop643 i32.load8_s $push167=, 314($9) @@ -464,7 +464,7 @@ foo: # @foo i32.const $push654=, 1 i32.add $push653=, $8, $pop654 tee_local $push652=, $8=, $pop653 - i32.store $drop=, bar.lastc($pop655), $pop652 + i32.store bar.lastc($pop655), $pop652 i32.const $push651=, 24 i32.shl $push169=, $8, $pop651 i32.const $push650=, 24 @@ -479,7 +479,7 @@ foo: # @foo i32.const $push661=, 1 i32.add $push660=, $8, $pop661 tee_local $push659=, $8=, $pop660 - i32.store $drop=, bar.lastc($pop662), $pop659 + i32.store bar.lastc($pop662), $pop659 i32.const $push658=, 24 i32.shl $push174=, $8, $pop658 i32.const $push657=, 24 @@ -494,7 +494,7 @@ foo: # @foo i32.const $push668=, 1 i32.add $push667=, $8, $pop668 tee_local $push666=, $8=, $pop667 - i32.store $drop=, bar.lastc($pop669), $pop666 + i32.store bar.lastc($pop669), $pop666 i32.const $push665=, 24 i32.shl $push179=, $8, $pop665 i32.const $push664=, 24 @@ -509,7 +509,7 @@ foo: # @foo i32.const $push675=, 1 i32.add $push674=, $8, $pop675 tee_local $push673=, $8=, $pop674 - i32.store $drop=, bar.lastc($pop676), $pop673 + i32.store bar.lastc($pop676), $pop673 i32.const $push672=, 24 i32.shl $push184=, $8, $pop672 i32.const $push671=, 24 @@ -524,7 +524,7 @@ foo: # @foo i32.const $push681=, 1 i32.add $push680=, $8, $pop681 tee_local $push679=, $8=, $pop680 - i32.store $drop=, bar.lastc($pop682), $pop679 + i32.store bar.lastc($pop682), $pop679 i32.const $push189=, 24 i32.shl $push190=, $8, $pop189 i32.const $push678=, 24 @@ -539,7 +539,7 @@ foo: # @foo i32.const $push690=, 1 i32.add $push689=, $8, $pop690 tee_local $push688=, $2=, $pop689 - i32.store $drop=, bar.lastc($pop195), $pop688 + i32.store bar.lastc($pop195), $pop688 i32.const $8=, 8 i32.const $push508=, 296 i32.add $push509=, $9, $pop508 @@ -548,17 +548,17 @@ foo: # @foo i32.const $push686=, 8 i32.add $push196=, $0, $pop686 i32.load8_u $push197=, 0($pop196) - i32.store8 $drop=, 0($pop198), $pop197 + i32.store8 0($pop198), $pop197 i32.const $push199=, 60 i32.add $push685=, $1, $pop199 tee_local $push684=, $7=, $pop685 - i32.store $drop=, 4($9), $pop684 + i32.store 4($9), $pop684 i32.load $push200=, 0($0):p2align=0 - i32.store $drop=, 296($9), $pop200 + i32.store 296($9), $pop200 i32.const $push201=, 4 i32.add $push202=, $0, $pop201 i32.load $push203=, 0($pop202):p2align=0 - i32.store $drop=, 300($9), $pop203 + i32.store 300($9), $pop203 i32.load8_s $0=, 296($9) block i32.const $push683=, 0 @@ -572,10 +572,10 @@ foo: # @foo i32.const $2=, 0 i32.const $push694=, 0 i32.const $push693=, 9 - i32.store $drop=, bar.lastn($pop694), $pop693 + i32.store bar.lastn($pop694), $pop693 i32.const $push692=, 0 i32.const $push691=, 0 - i32.store $drop=, bar.lastc($pop692), $pop691 + i32.store bar.lastc($pop692), $pop691 .LBB1_44: # %if.end3.i417 end_block # label12: i32.const $push697=, 24 @@ -591,7 +591,7 @@ foo: # @foo i32.const $push703=, 1 i32.add $push702=, $2, $pop703 tee_local $push701=, $0=, $pop702 - i32.store $drop=, bar.lastc($pop704), $pop701 + i32.store bar.lastc($pop704), $pop701 i32.const $push700=, 24 i32.shl $push210=, $0, $pop700 i32.const $push699=, 24 @@ -606,7 +606,7 @@ foo: # @foo i32.const $push710=, 1 i32.add $push709=, $0, $pop710 tee_local $push708=, $0=, $pop709 - i32.store $drop=, bar.lastc($pop711), $pop708 + i32.store bar.lastc($pop711), $pop708 i32.const $push707=, 24 i32.shl $push215=, $0, $pop707 i32.const $push706=, 24 @@ -621,7 +621,7 @@ foo: # @foo i32.const $push717=, 1 i32.add $push716=, $0, $pop717 tee_local $push715=, $0=, $pop716 - i32.store $drop=, bar.lastc($pop718), $pop715 + i32.store bar.lastc($pop718), $pop715 i32.const $push714=, 24 i32.shl $push220=, $0, $pop714 i32.const $push713=, 24 @@ -636,7 +636,7 @@ foo: # @foo i32.const $push724=, 1 i32.add $push723=, $0, $pop724 tee_local $push722=, $0=, $pop723 - i32.store $drop=, bar.lastc($pop725), $pop722 + i32.store bar.lastc($pop725), $pop722 i32.const $push721=, 24 i32.shl $push225=, $0, $pop721 i32.const $push720=, 24 @@ -651,7 +651,7 @@ foo: # @foo i32.const $push731=, 1 i32.add $push730=, $0, $pop731 tee_local $push729=, $0=, $pop730 - i32.store $drop=, bar.lastc($pop732), $pop729 + i32.store bar.lastc($pop732), $pop729 i32.const $push728=, 24 i32.shl $push230=, $0, $pop728 i32.const $push727=, 24 @@ -666,7 +666,7 @@ foo: # @foo i32.const $push738=, 1 i32.add $push737=, $0, $pop738 tee_local $push736=, $0=, $pop737 - i32.store $drop=, bar.lastc($pop739), $pop736 + i32.store bar.lastc($pop739), $pop736 i32.const $push735=, 24 i32.shl $push235=, $0, $pop735 i32.const $push734=, 24 @@ -681,7 +681,7 @@ foo: # @foo i32.const $push745=, 1 i32.add $push744=, $0, $pop745 tee_local $push743=, $0=, $pop744 - i32.store $drop=, bar.lastc($pop746), $pop743 + i32.store bar.lastc($pop746), $pop743 i32.const $push742=, 24 i32.shl $push240=, $0, $pop742 i32.const $push741=, 24 @@ -696,7 +696,7 @@ foo: # @foo i32.const $push751=, 1 i32.add $push750=, $0, $pop751 tee_local $push749=, $0=, $pop750 - i32.store $drop=, bar.lastc($pop752), $pop749 + i32.store bar.lastc($pop752), $pop749 i32.const $push245=, 24 i32.shl $push246=, $0, $pop245 i32.const $push748=, 24 @@ -711,7 +711,7 @@ foo: # @foo i32.const $push251=, 1 i32.add $push758=, $0, $pop251 tee_local $push757=, $0=, $pop758 - i32.store $drop=, bar.lastc($pop252), $pop757 + i32.store bar.lastc($pop252), $pop757 i32.const $push510=, 280 i32.add $push511=, $9, $pop510 i32.const $push253=, 8 @@ -719,17 +719,17 @@ foo: # @foo i32.const $push756=, 8 i32.add $push254=, $7, $pop756 i32.load16_u $push255=, 0($pop254):p2align=0 - i32.store16 $drop=, 0($pop256), $pop255 + i32.store16 0($pop256), $pop255 i32.const $push755=, 72 i32.add $push754=, $1, $pop755 tee_local $push753=, $2=, $pop754 - i32.store $drop=, 4($9), $pop753 + i32.store 4($9), $pop753 i32.load $push257=, 0($7):p2align=0 - i32.store $drop=, 280($9), $pop257 + i32.store 280($9), $pop257 i32.const $push258=, 4 i32.add $push259=, $7, $pop258 i32.load $push260=, 0($pop259):p2align=0 - i32.store $drop=, 284($9), $pop260 + i32.store 284($9), $pop260 i32.load8_s $7=, 280($9) block i32.const $push261=, 10 @@ -743,10 +743,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push762=, 0 i32.const $push761=, 10 - i32.store $drop=, bar.lastn($pop762), $pop761 + i32.store bar.lastn($pop762), $pop761 i32.const $push760=, 0 i32.const $push759=, 0 - i32.store $drop=, bar.lastc($pop760), $pop759 + i32.store bar.lastc($pop760), $pop759 .LBB1_56: # %if.end3.i431 end_block # label13: i32.const $push765=, 24 @@ -762,7 +762,7 @@ foo: # @foo i32.const $push771=, 1 i32.add $push770=, $0, $pop771 tee_local $push769=, $0=, $pop770 - i32.store $drop=, bar.lastc($pop772), $pop769 + i32.store bar.lastc($pop772), $pop769 i32.const $push768=, 24 i32.shl $push268=, $0, $pop768 i32.const $push767=, 24 @@ -777,7 +777,7 @@ foo: # @foo i32.const $push778=, 1 i32.add $push777=, $0, $pop778 tee_local $push776=, $0=, $pop777 - i32.store $drop=, bar.lastc($pop779), $pop776 + i32.store bar.lastc($pop779), $pop776 i32.const $push775=, 24 i32.shl $push273=, $0, $pop775 i32.const $push774=, 24 @@ -792,7 +792,7 @@ foo: # @foo i32.const $push785=, 1 i32.add $push784=, $0, $pop785 tee_local $push783=, $0=, $pop784 - i32.store $drop=, bar.lastc($pop786), $pop783 + i32.store bar.lastc($pop786), $pop783 i32.const $push782=, 24 i32.shl $push278=, $0, $pop782 i32.const $push781=, 24 @@ -807,7 +807,7 @@ foo: # @foo i32.const $push792=, 1 i32.add $push791=, $0, $pop792 tee_local $push790=, $0=, $pop791 - i32.store $drop=, bar.lastc($pop793), $pop790 + i32.store bar.lastc($pop793), $pop790 i32.const $push789=, 24 i32.shl $push283=, $0, $pop789 i32.const $push788=, 24 @@ -822,7 +822,7 @@ foo: # @foo i32.const $push799=, 1 i32.add $push798=, $0, $pop799 tee_local $push797=, $0=, $pop798 - i32.store $drop=, bar.lastc($pop800), $pop797 + i32.store bar.lastc($pop800), $pop797 i32.const $push796=, 24 i32.shl $push288=, $0, $pop796 i32.const $push795=, 24 @@ -837,7 +837,7 @@ foo: # @foo i32.const $push806=, 1 i32.add $push805=, $0, $pop806 tee_local $push804=, $0=, $pop805 - i32.store $drop=, bar.lastc($pop807), $pop804 + i32.store bar.lastc($pop807), $pop804 i32.const $push803=, 24 i32.shl $push293=, $0, $pop803 i32.const $push802=, 24 @@ -852,7 +852,7 @@ foo: # @foo i32.const $push813=, 1 i32.add $push812=, $0, $pop813 tee_local $push811=, $0=, $pop812 - i32.store $drop=, bar.lastc($pop814), $pop811 + i32.store bar.lastc($pop814), $pop811 i32.const $push810=, 24 i32.shl $push298=, $0, $pop810 i32.const $push809=, 24 @@ -867,7 +867,7 @@ foo: # @foo i32.const $push820=, 1 i32.add $push819=, $0, $pop820 tee_local $push818=, $0=, $pop819 - i32.store $drop=, bar.lastc($pop821), $pop818 + i32.store bar.lastc($pop821), $pop818 i32.const $push817=, 24 i32.shl $push303=, $0, $pop817 i32.const $push816=, 24 @@ -882,7 +882,7 @@ foo: # @foo i32.const $push827=, 1 i32.add $push826=, $0, $pop827 tee_local $push825=, $0=, $pop826 - i32.store $drop=, bar.lastc($pop828), $pop825 + i32.store bar.lastc($pop828), $pop825 i32.const $push824=, 24 i32.shl $push308=, $0, $pop824 i32.const $push823=, 24 @@ -897,7 +897,7 @@ foo: # @foo i32.const $push835=, 1 i32.add $push834=, $0, $pop835 tee_local $push833=, $0=, $pop834 - i32.store $drop=, bar.lastc($pop836), $pop833 + i32.store bar.lastc($pop836), $pop833 i32.const $push512=, 264 i32.add $push513=, $9, $pop512 i32.const $push313=, 10 @@ -905,7 +905,7 @@ foo: # @foo i32.const $push832=, 10 i32.add $push314=, $2, $pop832 i32.load8_u $push315=, 0($pop314) - i32.store8 $drop=, 0($pop316), $pop315 + i32.store8 0($pop316), $pop315 i32.const $push514=, 264 i32.add $push515=, $9, $pop514 i32.const $push317=, 8 @@ -913,17 +913,17 @@ foo: # @foo i32.const $push831=, 8 i32.add $push318=, $2, $pop831 i32.load16_u $push319=, 0($pop318):p2align=0 - i32.store16 $drop=, 0($pop320), $pop319 + i32.store16 0($pop320), $pop319 i32.const $push321=, 84 i32.add $push830=, $1, $pop321 tee_local $push829=, $4=, $pop830 - i32.store $drop=, 4($9), $pop829 + i32.store 4($9), $pop829 i32.const $push322=, 4 i32.add $push323=, $2, $pop322 i32.load $push324=, 0($pop323):p2align=0 - i32.store $drop=, 268($9), $pop324 + i32.store 268($9), $pop324 i32.load $push325=, 0($2):p2align=0 - i32.store $drop=, 264($9), $pop325 + i32.store 264($9), $pop325 copy_local $7=, $8 i32.const $2=, 0 .LBB1_67: # %for.body128 @@ -947,10 +947,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push841=, 0 i32.const $push840=, 11 - i32.store $drop=, bar.lastn($pop841), $pop840 + i32.store bar.lastn($pop841), $pop840 i32.const $push839=, 0 i32.const $push838=, 0 - i32.store $drop=, bar.lastc($pop839), $pop838 + i32.store bar.lastc($pop839), $pop838 .LBB1_70: # %if.end3.i445 # in Loop: Header=BB1_67 Depth=1 end_block # label16: @@ -968,7 +968,7 @@ foo: # @foo i32.const $push851=, 1 i32.add $push850=, $0, $pop851 tee_local $push849=, $0=, $pop850 - i32.store $drop=, bar.lastc($pop852), $pop849 + i32.store bar.lastc($pop852), $pop849 i32.const $7=, 11 i32.const $push848=, 1 i32.add $push847=, $2, $pop848 @@ -985,17 +985,17 @@ foo: # @foo i32.const $push856=, 8 i32.add $push335=, $4, $pop856 i32.load $push336=, 0($pop335):p2align=0 - i32.store $drop=, 0($pop337), $pop336 + i32.store 0($pop337), $pop336 i32.const $push855=, 96 i32.add $push854=, $1, $pop855 tee_local $push853=, $6=, $pop854 - i32.store $drop=, 4($9), $pop853 + i32.store 4($9), $pop853 i32.const $push338=, 4 i32.add $push339=, $4, $pop338 i32.load $push340=, 0($pop339):p2align=0 - i32.store $drop=, 252($9), $pop340 + i32.store 252($9), $pop340 i32.load $push341=, 0($4):p2align=0 - i32.store $drop=, 248($9), $pop341 + i32.store 248($9), $pop341 copy_local $7=, $8 i32.const $2=, 0 .LBB1_73: # %for.body140 @@ -1019,10 +1019,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push861=, 0 i32.const $push860=, 12 - i32.store $drop=, bar.lastn($pop861), $pop860 + i32.store bar.lastn($pop861), $pop860 i32.const $push859=, 0 i32.const $push858=, 0 - i32.store $drop=, bar.lastc($pop859), $pop858 + i32.store bar.lastc($pop859), $pop858 .LBB1_76: # %if.end3.i459 # in Loop: Header=BB1_73 Depth=1 end_block # label19: @@ -1040,7 +1040,7 @@ foo: # @foo i32.const $push871=, 1 i32.add $push870=, $0, $pop871 tee_local $push869=, $0=, $pop870 - i32.store $drop=, bar.lastc($pop872), $pop869 + i32.store bar.lastc($pop872), $pop869 i32.const $7=, 12 i32.const $push868=, 1 i32.add $push867=, $2, $pop868 @@ -1057,7 +1057,7 @@ foo: # @foo i32.const $push876=, 12 i32.add $push351=, $6, $pop876 i32.load8_u $push352=, 0($pop351) - i32.store8 $drop=, 0($pop353), $pop352 + i32.store8 0($pop353), $pop352 i32.const $push524=, 232 i32.add $push525=, $9, $pop524 i32.const $push354=, 8 @@ -1065,17 +1065,17 @@ foo: # @foo i32.const $push875=, 8 i32.add $push355=, $6, $pop875 i32.load $push356=, 0($pop355):p2align=0 - i32.store $drop=, 0($pop357), $pop356 + i32.store 0($pop357), $pop356 i32.const $push358=, 112 i32.add $push874=, $1, $pop358 tee_local $push873=, $4=, $pop874 - i32.store $drop=, 4($9), $pop873 + i32.store 4($9), $pop873 i32.const $push359=, 4 i32.add $push360=, $6, $pop359 i32.load $push361=, 0($pop360):p2align=0 - i32.store $drop=, 236($9), $pop361 + i32.store 236($9), $pop361 i32.load $push362=, 0($6):p2align=0 - i32.store $drop=, 232($9), $pop362 + i32.store 232($9), $pop362 copy_local $7=, $8 i32.const $2=, 0 .LBB1_79: # %for.body152 @@ -1099,10 +1099,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push881=, 0 i32.const $push880=, 13 - i32.store $drop=, bar.lastn($pop881), $pop880 + i32.store bar.lastn($pop881), $pop880 i32.const $push879=, 0 i32.const $push878=, 0 - i32.store $drop=, bar.lastc($pop879), $pop878 + i32.store bar.lastc($pop879), $pop878 .LBB1_82: # %if.end3.i473 # in Loop: Header=BB1_79 Depth=1 end_block # label22: @@ -1120,7 +1120,7 @@ foo: # @foo i32.const $push891=, 1 i32.add $push890=, $0, $pop891 tee_local $push889=, $0=, $pop890 - i32.store $drop=, bar.lastc($pop892), $pop889 + i32.store bar.lastc($pop892), $pop889 i32.const $7=, 13 i32.const $push888=, 1 i32.add $push887=, $2, $pop888 @@ -1137,7 +1137,7 @@ foo: # @foo i32.const $push896=, 12 i32.add $push372=, $4, $pop896 i32.load16_u $push373=, 0($pop372):p2align=0 - i32.store16 $drop=, 0($pop374), $pop373 + i32.store16 0($pop374), $pop373 i32.const $push530=, 216 i32.add $push531=, $9, $pop530 i32.const $push375=, 8 @@ -1145,17 +1145,17 @@ foo: # @foo i32.const $push895=, 8 i32.add $push376=, $4, $pop895 i32.load $push377=, 0($pop376):p2align=0 - i32.store $drop=, 0($pop378), $pop377 + i32.store 0($pop378), $pop377 i32.const $push379=, 128 i32.add $push894=, $1, $pop379 tee_local $push893=, $6=, $pop894 - i32.store $drop=, 4($9), $pop893 + i32.store 4($9), $pop893 i32.const $push380=, 4 i32.add $push381=, $4, $pop380 i32.load $push382=, 0($pop381):p2align=0 - i32.store $drop=, 220($9), $pop382 + i32.store 220($9), $pop382 i32.load $push383=, 0($4):p2align=0 - i32.store $drop=, 216($9), $pop383 + i32.store 216($9), $pop383 copy_local $7=, $8 i32.const $2=, 0 .LBB1_85: # %for.body164 @@ -1179,10 +1179,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push901=, 0 i32.const $push900=, 14 - i32.store $drop=, bar.lastn($pop901), $pop900 + i32.store bar.lastn($pop901), $pop900 i32.const $push899=, 0 i32.const $push898=, 0 - i32.store $drop=, bar.lastc($pop899), $pop898 + i32.store bar.lastc($pop899), $pop898 .LBB1_88: # %if.end3.i487 # in Loop: Header=BB1_85 Depth=1 end_block # label25: @@ -1200,7 +1200,7 @@ foo: # @foo i32.const $push911=, 1 i32.add $push910=, $0, $pop911 tee_local $push909=, $0=, $pop910 - i32.store $drop=, bar.lastc($pop912), $pop909 + i32.store bar.lastc($pop912), $pop909 i32.const $7=, 14 i32.const $push908=, 1 i32.add $push907=, $2, $pop908 @@ -1217,7 +1217,7 @@ foo: # @foo i32.const $push917=, 14 i32.add $push393=, $6, $pop917 i32.load8_u $push394=, 0($pop393) - i32.store8 $drop=, 0($pop395), $pop394 + i32.store8 0($pop395), $pop394 i32.const $push536=, 200 i32.add $push537=, $9, $pop536 i32.const $push396=, 12 @@ -1225,7 +1225,7 @@ foo: # @foo i32.const $push916=, 12 i32.add $push397=, $6, $pop916 i32.load16_u $push398=, 0($pop397):p2align=0 - i32.store16 $drop=, 0($pop399), $pop398 + i32.store16 0($pop399), $pop398 i32.const $push538=, 200 i32.add $push539=, $9, $pop538 i32.const $push400=, 8 @@ -1233,17 +1233,17 @@ foo: # @foo i32.const $push915=, 8 i32.add $push401=, $6, $pop915 i32.load $push402=, 0($pop401):p2align=0 - i32.store $drop=, 0($pop403), $pop402 + i32.store 0($pop403), $pop402 i32.const $push404=, 144 i32.add $push914=, $1, $pop404 tee_local $push913=, $4=, $pop914 - i32.store $drop=, 4($9), $pop913 + i32.store 4($9), $pop913 i32.const $push405=, 4 i32.add $push406=, $6, $pop405 i32.load $push407=, 0($pop406):p2align=0 - i32.store $drop=, 204($9), $pop407 + i32.store 204($9), $pop407 i32.load $push408=, 0($6):p2align=0 - i32.store $drop=, 200($9), $pop408 + i32.store 200($9), $pop408 copy_local $7=, $8 i32.const $2=, 0 .LBB1_91: # %for.body176 @@ -1267,10 +1267,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push922=, 0 i32.const $push921=, 15 - i32.store $drop=, bar.lastn($pop922), $pop921 + i32.store bar.lastn($pop922), $pop921 i32.const $push920=, 0 i32.const $push919=, 0 - i32.store $drop=, bar.lastc($pop920), $pop919 + i32.store bar.lastc($pop920), $pop919 .LBB1_94: # %if.end3.i501 # in Loop: Header=BB1_91 Depth=1 end_block # label28: @@ -1288,7 +1288,7 @@ foo: # @foo i32.const $push932=, 1 i32.add $push931=, $0, $pop932 tee_local $push930=, $0=, $pop931 - i32.store $drop=, bar.lastc($pop933), $pop930 + i32.store bar.lastc($pop933), $pop930 i32.const $7=, 15 i32.const $push929=, 1 i32.add $push928=, $2, $pop929 @@ -1305,7 +1305,7 @@ foo: # @foo i32.const $push937=, 12 i32.add $push418=, $4, $pop937 i32.load $push419=, 0($pop418):p2align=0 - i32.store $drop=, 0($pop420), $pop419 + i32.store 0($pop420), $pop419 i32.const $push544=, 184 i32.add $push545=, $9, $pop544 i32.const $push421=, 8 @@ -1313,17 +1313,17 @@ foo: # @foo i32.const $push936=, 8 i32.add $push422=, $4, $pop936 i32.load $push423=, 0($pop422):p2align=0 - i32.store $drop=, 0($pop424), $pop423 + i32.store 0($pop424), $pop423 i32.const $push425=, 160 i32.add $push935=, $1, $pop425 tee_local $push934=, $5=, $pop935 - i32.store $drop=, 4($9), $pop934 + i32.store 4($9), $pop934 i32.const $push426=, 4 i32.add $push427=, $4, $pop426 i32.load $push428=, 0($pop427):p2align=0 - i32.store $drop=, 188($9), $pop428 + i32.store 188($9), $pop428 i32.load $push429=, 0($4):p2align=0 - i32.store $drop=, 184($9), $pop429 + i32.store 184($9), $pop429 copy_local $7=, $8 i32.const $2=, 0 .LBB1_97: # %for.body188 @@ -1347,10 +1347,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push942=, 0 i32.const $push941=, 16 - i32.store $drop=, bar.lastn($pop942), $pop941 + i32.store bar.lastn($pop942), $pop941 i32.const $push940=, 0 i32.const $push939=, 0 - i32.store $drop=, bar.lastc($pop940), $pop939 + i32.store bar.lastc($pop940), $pop939 .LBB1_100: # %if.end3.i515 # in Loop: Header=BB1_97 Depth=1 end_block # label31: @@ -1368,7 +1368,7 @@ foo: # @foo i32.const $push952=, 1 i32.add $push951=, $0, $pop952 tee_local $push950=, $0=, $pop951 - i32.store $drop=, bar.lastc($pop953), $pop950 + i32.store bar.lastc($pop953), $pop950 i32.const $7=, 16 i32.const $push949=, 1 i32.add $push948=, $2, $pop949 @@ -1381,7 +1381,7 @@ foo: # @foo i32.const $push438=, 192 i32.add $push956=, $1, $pop438 tee_local $push955=, $6=, $pop956 - i32.store $drop=, 4($9), $pop955 + i32.store 4($9), $pop955 i32.const $push548=, 152 i32.add $push549=, $9, $pop548 i32.const $push954=, 31 @@ -1409,10 +1409,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push961=, 0 i32.const $push960=, 31 - i32.store $drop=, bar.lastn($pop961), $pop960 + i32.store bar.lastn($pop961), $pop960 i32.const $push959=, 0 i32.const $push958=, 0 - i32.store $drop=, bar.lastc($pop959), $pop958 + i32.store bar.lastc($pop959), $pop958 .LBB1_106: # %if.end3.i529 # in Loop: Header=BB1_103 Depth=1 end_block # label34: @@ -1430,7 +1430,7 @@ foo: # @foo i32.const $push971=, 1 i32.add $push970=, $0, $pop971 tee_local $push969=, $0=, $pop970 - i32.store $drop=, bar.lastc($pop972), $pop969 + i32.store bar.lastc($pop972), $pop969 i32.const $7=, 31 i32.const $push968=, 1 i32.add $push967=, $2, $pop968 @@ -1447,7 +1447,7 @@ foo: # @foo i32.const $push981=, 28 i32.add $push448=, $6, $pop981 i32.load $push449=, 0($pop448):p2align=0 - i32.store $drop=, 0($pop450), $pop449 + i32.store 0($pop450), $pop449 i32.const $push554=, 120 i32.add $push555=, $9, $pop554 i32.const $push980=, 24 @@ -1455,7 +1455,7 @@ foo: # @foo i32.const $push979=, 24 i32.add $push451=, $6, $pop979 i32.load $push452=, 0($pop451):p2align=0 - i32.store $drop=, 0($pop453), $pop452 + i32.store 0($pop453), $pop452 i32.const $push556=, 120 i32.add $push557=, $9, $pop556 i32.const $push454=, 20 @@ -1463,7 +1463,7 @@ foo: # @foo i32.const $push978=, 20 i32.add $push455=, $6, $pop978 i32.load $push456=, 0($pop455):p2align=0 - i32.store $drop=, 0($pop457), $pop456 + i32.store 0($pop457), $pop456 i32.const $push558=, 120 i32.add $push559=, $9, $pop558 i32.const $push458=, 16 @@ -1471,7 +1471,7 @@ foo: # @foo i32.const $push977=, 16 i32.add $push459=, $6, $pop977 i32.load $push460=, 0($pop459):p2align=0 - i32.store $drop=, 0($pop461), $pop460 + i32.store 0($pop461), $pop460 i32.const $push560=, 120 i32.add $push561=, $9, $pop560 i32.const $push462=, 12 @@ -1479,7 +1479,7 @@ foo: # @foo i32.const $push976=, 12 i32.add $push463=, $6, $pop976 i32.load $push464=, 0($pop463):p2align=0 - i32.store $drop=, 0($pop465), $pop464 + i32.store 0($pop465), $pop464 i32.const $push562=, 120 i32.add $push563=, $9, $pop562 i32.const $push466=, 8 @@ -1487,17 +1487,17 @@ foo: # @foo i32.const $push975=, 8 i32.add $push467=, $6, $pop975 i32.load $push468=, 0($pop467):p2align=0 - i32.store $drop=, 0($pop469), $pop468 + i32.store 0($pop469), $pop468 i32.const $push470=, 224 i32.add $push974=, $1, $pop470 tee_local $push973=, $4=, $pop974 - i32.store $drop=, 4($9), $pop973 + i32.store 4($9), $pop973 i32.const $push471=, 4 i32.add $push472=, $6, $pop471 i32.load $push473=, 0($pop472):p2align=0 - i32.store $drop=, 124($9), $pop473 + i32.store 124($9), $pop473 i32.load $push474=, 0($6):p2align=0 - i32.store $drop=, 120($9), $pop474 + i32.store 120($9), $pop474 copy_local $7=, $8 i32.const $2=, 0 .LBB1_109: # %for.body212 @@ -1521,10 +1521,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push986=, 0 i32.const $push985=, 32 - i32.store $drop=, bar.lastn($pop986), $pop985 + i32.store bar.lastn($pop986), $pop985 i32.const $push984=, 0 i32.const $push983=, 0 - i32.store $drop=, bar.lastc($pop984), $pop983 + i32.store bar.lastc($pop984), $pop983 .LBB1_112: # %if.end3.i543 # in Loop: Header=BB1_109 Depth=1 end_block # label37: @@ -1540,7 +1540,7 @@ foo: # @foo i32.const $push995=, 1 i32.add $push994=, $0, $pop995 tee_local $push993=, $0=, $pop994 - i32.store $drop=, bar.lastc($pop996), $pop993 + i32.store bar.lastc($pop996), $pop993 i32.const $7=, 32 i32.const $push992=, 1 i32.add $push991=, $2, $pop992 @@ -1553,7 +1553,7 @@ foo: # @foo i32.const $push482=, 260 i32.add $push999=, $1, $pop482 tee_local $push998=, $6=, $pop999 - i32.store $drop=, 4($9), $pop998 + i32.store 4($9), $pop998 i32.const $push566=, 80 i32.add $push567=, $9, $pop566 i32.const $push997=, 35 @@ -1581,10 +1581,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push1004=, 0 i32.const $push1003=, 35 - i32.store $drop=, bar.lastn($pop1004), $pop1003 + i32.store bar.lastn($pop1004), $pop1003 i32.const $push1002=, 0 i32.const $push1001=, 0 - i32.store $drop=, bar.lastc($pop1002), $pop1001 + i32.store bar.lastc($pop1002), $pop1001 .LBB1_118: # %if.end3.i557 # in Loop: Header=BB1_115 Depth=1 end_block # label40: @@ -1602,7 +1602,7 @@ foo: # @foo i32.const $push1014=, 1 i32.add $push1013=, $0, $pop1014 tee_local $push1012=, $0=, $pop1013 - i32.store $drop=, bar.lastc($pop1015), $pop1012 + i32.store bar.lastc($pop1015), $pop1012 i32.const $7=, 35 i32.const $push1011=, 1 i32.add $push1010=, $2, $pop1011 @@ -1614,7 +1614,7 @@ foo: # @foo end_loop # label39: i32.const $push491=, 332 i32.add $push492=, $1, $pop491 - i32.store $drop=, 4($9), $pop492 + i32.store 4($9), $pop492 i32.const $push570=, 8 i32.add $push571=, $9, $pop570 i32.const $push1016=, 72 @@ -1640,10 +1640,10 @@ foo: # @foo i32.const $0=, 0 i32.const $push1021=, 0 i32.const $push1020=, 72 - i32.store $drop=, bar.lastn($pop1021), $pop1020 + i32.store bar.lastn($pop1021), $pop1020 i32.const $push1019=, 0 i32.const $push1018=, 0 - i32.store $drop=, bar.lastc($pop1019), $pop1018 + i32.store bar.lastc($pop1019), $pop1018 .LBB1_124: # %if.end3.i571 # in Loop: Header=BB1_121 Depth=1 end_block # label43: @@ -1661,7 +1661,7 @@ foo: # @foo i32.const $push1031=, 1 i32.add $push1030=, $0, $pop1031 tee_local $push1029=, $0=, $pop1030 - i32.store $drop=, bar.lastc($pop1032), $pop1029 + i32.store bar.lastc($pop1032), $pop1029 i32.const $8=, 72 i32.const $push1028=, 1 i32.add $push1027=, $2, $pop1028 @@ -1674,7 +1674,7 @@ foo: # @foo i32.const $push507=, 0 i32.const $push505=, 352 i32.add $push506=, $9, $pop505 - i32.store $drop=, __stack_pointer($pop507), $pop506 + i32.store __stack_pointer($pop507), $pop506 return .LBB1_127: # %if.then7.i320 end_block # label10: @@ -1730,275 +1730,275 @@ main: # @main i32.const $push256=, 768 i32.sub $push413=, $pop255, $pop256 tee_local $push412=, $1=, $pop413 - i32.store $drop=, __stack_pointer($pop257), $pop412 + i32.store __stack_pointer($pop257), $pop412 i32.const $push0=, 4368 - i32.store16 $drop=, 760($1), $pop0 + i32.store16 760($1), $pop0 i32.const $push1=, 24 - i32.store8 $drop=, 752($1), $pop1 + i32.store8 752($1), $pop1 i32.const $push2=, 25 - i32.store8 $drop=, 753($1), $pop2 + i32.store8 753($1), $pop2 i32.const $push3=, 26 - i32.store8 $drop=, 754($1), $pop3 + i32.store8 754($1), $pop3 i32.const $push4=, 32 - i32.store8 $drop=, 744($1), $pop4 + i32.store8 744($1), $pop4 i32.const $push5=, 33 - i32.store8 $drop=, 745($1), $pop5 + i32.store8 745($1), $pop5 i32.const $push6=, 34 - i32.store8 $drop=, 746($1), $pop6 + i32.store8 746($1), $pop6 i32.const $push7=, 40 - i32.store8 $drop=, 736($1), $pop7 + i32.store8 736($1), $pop7 i32.const $push8=, 35 - i32.store8 $drop=, 747($1), $pop8 + i32.store8 747($1), $pop8 i32.const $push9=, 41 - i32.store8 $drop=, 737($1), $pop9 + i32.store8 737($1), $pop9 i32.const $push10=, 42 - i32.store8 $drop=, 738($1), $pop10 + i32.store8 738($1), $pop10 i32.const $push11=, 43 - i32.store8 $drop=, 739($1), $pop11 + i32.store8 739($1), $pop11 i32.const $push12=, 48 - i32.store8 $drop=, 728($1), $pop12 + i32.store8 728($1), $pop12 i32.const $push13=, 44 - i32.store8 $drop=, 740($1), $pop13 + i32.store8 740($1), $pop13 i32.const $push14=, 49 - i32.store8 $drop=, 729($1), $pop14 + i32.store8 729($1), $pop14 i32.const $push15=, 50 - i32.store8 $drop=, 730($1), $pop15 + i32.store8 730($1), $pop15 i32.const $push16=, 51 - i32.store8 $drop=, 731($1), $pop16 + i32.store8 731($1), $pop16 i32.const $push17=, 52 - i32.store8 $drop=, 732($1), $pop17 + i32.store8 732($1), $pop17 i32.const $push18=, 56 - i32.store8 $drop=, 720($1), $pop18 + i32.store8 720($1), $pop18 i32.const $push19=, 53 - i32.store8 $drop=, 733($1), $pop19 + i32.store8 733($1), $pop19 i32.const $push20=, 57 - i32.store8 $drop=, 721($1), $pop20 + i32.store8 721($1), $pop20 i32.const $push21=, 58 - i32.store8 $drop=, 722($1), $pop21 + i32.store8 722($1), $pop21 i32.const $push22=, 59 - i32.store8 $drop=, 723($1), $pop22 + i32.store8 723($1), $pop22 i32.const $push23=, 60 - i32.store8 $drop=, 724($1), $pop23 + i32.store8 724($1), $pop23 i32.const $push24=, 61 - i32.store8 $drop=, 725($1), $pop24 + i32.store8 725($1), $pop24 i32.const $push25=, 62 - i32.store8 $drop=, 726($1), $pop25 + i32.store8 726($1), $pop25 i32.const $push26=, 64 - i32.store8 $drop=, 712($1), $pop26 + i32.store8 712($1), $pop26 i32.const $push27=, 65 - i32.store8 $drop=, 713($1), $pop27 + i32.store8 713($1), $pop27 i32.const $push28=, 66 - i32.store8 $drop=, 714($1), $pop28 + i32.store8 714($1), $pop28 i32.const $push29=, 67 - i32.store8 $drop=, 715($1), $pop29 + i32.store8 715($1), $pop29 i32.const $push30=, 68 - i32.store8 $drop=, 716($1), $pop30 + i32.store8 716($1), $pop30 i32.const $push31=, 69 - i32.store8 $drop=, 717($1), $pop31 + i32.store8 717($1), $pop31 i32.const $push32=, 70 - i32.store8 $drop=, 718($1), $pop32 + i32.store8 718($1), $pop32 i32.const $push33=, 71 - i32.store8 $drop=, 719($1), $pop33 + i32.store8 719($1), $pop33 i32.const $push34=, 72 - i32.store8 $drop=, 696($1), $pop34 + i32.store8 696($1), $pop34 i32.const $push35=, 73 - i32.store8 $drop=, 697($1), $pop35 + i32.store8 697($1), $pop35 i32.const $push36=, 74 - i32.store8 $drop=, 698($1), $pop36 + i32.store8 698($1), $pop36 i32.const $push37=, 75 - i32.store8 $drop=, 699($1), $pop37 + i32.store8 699($1), $pop37 i32.const $push38=, 76 - i32.store8 $drop=, 700($1), $pop38 + i32.store8 700($1), $pop38 i32.const $push39=, 77 - i32.store8 $drop=, 701($1), $pop39 + i32.store8 701($1), $pop39 i32.const $push40=, 78 - i32.store8 $drop=, 702($1), $pop40 + i32.store8 702($1), $pop40 i32.const $push41=, 79 - i32.store8 $drop=, 703($1), $pop41 + i32.store8 703($1), $pop41 i32.const $push411=, 64 - i32.store8 $drop=, 704($1), $pop411 + i32.store8 704($1), $pop411 i32.const $push42=, 80 - i32.store8 $drop=, 680($1), $pop42 + i32.store8 680($1), $pop42 i32.const $push43=, 81 - i32.store8 $drop=, 681($1), $pop43 + i32.store8 681($1), $pop43 i32.const $push44=, 82 - i32.store8 $drop=, 682($1), $pop44 + i32.store8 682($1), $pop44 i32.const $push45=, 83 - i32.store8 $drop=, 683($1), $pop45 + i32.store8 683($1), $pop45 i32.const $push46=, 84 - i32.store8 $drop=, 684($1), $pop46 + i32.store8 684($1), $pop46 i32.const $push47=, 85 - i32.store8 $drop=, 685($1), $pop47 + i32.store8 685($1), $pop47 i32.const $push48=, 86 - i32.store8 $drop=, 686($1), $pop48 + i32.store8 686($1), $pop48 i32.const $push49=, 87 - i32.store8 $drop=, 687($1), $pop49 + i32.store8 687($1), $pop49 i32.const $push50=, 88 - i32.store8 $drop=, 688($1), $pop50 + i32.store8 688($1), $pop50 i32.const $push51=, 89 - i32.store8 $drop=, 689($1), $pop51 + i32.store8 689($1), $pop51 i32.const $push410=, 88 - i32.store8 $drop=, 664($1), $pop410 + i32.store8 664($1), $pop410 i32.const $push409=, 89 - i32.store8 $drop=, 665($1), $pop409 + i32.store8 665($1), $pop409 i32.const $push52=, 90 - i32.store8 $drop=, 666($1), $pop52 + i32.store8 666($1), $pop52 i32.const $push53=, 91 - i32.store8 $drop=, 667($1), $pop53 + i32.store8 667($1), $pop53 i32.const $push54=, 92 - i32.store8 $drop=, 668($1), $pop54 + i32.store8 668($1), $pop54 i32.const $push55=, 93 - i32.store8 $drop=, 669($1), $pop55 + i32.store8 669($1), $pop55 i32.const $push56=, 94 - i32.store8 $drop=, 670($1), $pop56 + i32.store8 670($1), $pop56 i32.const $push57=, 95 - i32.store8 $drop=, 671($1), $pop57 + i32.store8 671($1), $pop57 i32.const $push408=, 80 - i32.store8 $drop=, 672($1), $pop408 + i32.store8 672($1), $pop408 i32.const $push407=, 81 - i32.store8 $drop=, 673($1), $pop407 + i32.store8 673($1), $pop407 i32.const $push406=, 82 - i32.store8 $drop=, 674($1), $pop406 + i32.store8 674($1), $pop406 i32.const $push58=, 96 - i32.store8 $drop=, 648($1), $pop58 + i32.store8 648($1), $pop58 i32.const $push59=, 97 - i32.store8 $drop=, 649($1), $pop59 + i32.store8 649($1), $pop59 i32.const $push60=, 98 - i32.store8 $drop=, 650($1), $pop60 + i32.store8 650($1), $pop60 i32.const $push61=, 99 - i32.store8 $drop=, 651($1), $pop61 + i32.store8 651($1), $pop61 i32.const $push62=, 100 - i32.store8 $drop=, 652($1), $pop62 + i32.store8 652($1), $pop62 i32.const $push63=, 101 - i32.store8 $drop=, 653($1), $pop63 + i32.store8 653($1), $pop63 i32.const $push64=, 102 - i32.store8 $drop=, 654($1), $pop64 + i32.store8 654($1), $pop64 i32.const $push65=, 103 - i32.store8 $drop=, 655($1), $pop65 + i32.store8 655($1), $pop65 i32.const $push66=, 104 - i32.store8 $drop=, 656($1), $pop66 + i32.store8 656($1), $pop66 i32.const $push67=, 105 - i32.store8 $drop=, 657($1), $pop67 + i32.store8 657($1), $pop67 i32.const $push68=, 106 - i32.store8 $drop=, 658($1), $pop68 + i32.store8 658($1), $pop68 i32.const $push69=, 107 - i32.store8 $drop=, 659($1), $pop69 + i32.store8 659($1), $pop69 i32.const $push405=, 104 - i32.store8 $drop=, 632($1), $pop405 + i32.store8 632($1), $pop405 i32.const $push404=, 105 - i32.store8 $drop=, 633($1), $pop404 + i32.store8 633($1), $pop404 i32.const $push403=, 106 - i32.store8 $drop=, 634($1), $pop403 + i32.store8 634($1), $pop403 i32.const $push402=, 107 - i32.store8 $drop=, 635($1), $pop402 + i32.store8 635($1), $pop402 i32.const $push70=, 108 - i32.store8 $drop=, 636($1), $pop70 + i32.store8 636($1), $pop70 i32.const $push71=, 109 - i32.store8 $drop=, 637($1), $pop71 + i32.store8 637($1), $pop71 i32.const $push72=, 110 - i32.store8 $drop=, 638($1), $pop72 + i32.store8 638($1), $pop72 i32.const $push73=, 111 - i32.store8 $drop=, 639($1), $pop73 + i32.store8 639($1), $pop73 i32.const $push401=, 96 - i32.store8 $drop=, 640($1), $pop401 + i32.store8 640($1), $pop401 i32.const $push400=, 97 - i32.store8 $drop=, 641($1), $pop400 + i32.store8 641($1), $pop400 i32.const $push399=, 98 - i32.store8 $drop=, 642($1), $pop399 + i32.store8 642($1), $pop399 i32.const $push398=, 99 - i32.store8 $drop=, 643($1), $pop398 + i32.store8 643($1), $pop398 i32.const $push397=, 100 - i32.store8 $drop=, 644($1), $pop397 + i32.store8 644($1), $pop397 i32.const $push74=, 112 - i32.store8 $drop=, 616($1), $pop74 + i32.store8 616($1), $pop74 i32.const $push75=, 113 - i32.store8 $drop=, 617($1), $pop75 + i32.store8 617($1), $pop75 i32.const $push76=, 114 - i32.store8 $drop=, 618($1), $pop76 + i32.store8 618($1), $pop76 i32.const $push77=, 115 - i32.store8 $drop=, 619($1), $pop77 + i32.store8 619($1), $pop77 i32.const $push78=, 116 - i32.store8 $drop=, 620($1), $pop78 + i32.store8 620($1), $pop78 i32.const $push79=, 117 - i32.store8 $drop=, 621($1), $pop79 + i32.store8 621($1), $pop79 i32.const $push80=, 118 - i32.store8 $drop=, 622($1), $pop80 + i32.store8 622($1), $pop80 i32.const $push81=, 119 - i32.store8 $drop=, 623($1), $pop81 + i32.store8 623($1), $pop81 i32.const $push82=, 120 - i32.store8 $drop=, 624($1), $pop82 + i32.store8 624($1), $pop82 i32.const $push83=, 121 - i32.store8 $drop=, 625($1), $pop83 + i32.store8 625($1), $pop83 i32.const $push84=, 122 - i32.store8 $drop=, 626($1), $pop84 + i32.store8 626($1), $pop84 i32.const $push85=, 123 - i32.store8 $drop=, 627($1), $pop85 + i32.store8 627($1), $pop85 i32.const $push86=, 124 - i32.store8 $drop=, 628($1), $pop86 + i32.store8 628($1), $pop86 i32.const $push87=, 125 - i32.store8 $drop=, 629($1), $pop87 + i32.store8 629($1), $pop87 i32.const $push396=, 120 - i32.store8 $drop=, 600($1), $pop396 + i32.store8 600($1), $pop396 i32.const $push395=, 121 - i32.store8 $drop=, 601($1), $pop395 + i32.store8 601($1), $pop395 i32.const $push394=, 122 - i32.store8 $drop=, 602($1), $pop394 + i32.store8 602($1), $pop394 i32.const $push393=, 123 - i32.store8 $drop=, 603($1), $pop393 + i32.store8 603($1), $pop393 i32.const $push392=, 124 - i32.store8 $drop=, 604($1), $pop392 + i32.store8 604($1), $pop392 i32.const $push391=, 125 - i32.store8 $drop=, 605($1), $pop391 + i32.store8 605($1), $pop391 i32.const $push88=, 126 - i32.store8 $drop=, 606($1), $pop88 + i32.store8 606($1), $pop88 i32.const $push89=, 127 - i32.store8 $drop=, 607($1), $pop89 + i32.store8 607($1), $pop89 i32.const $push390=, 112 - i32.store8 $drop=, 608($1), $pop390 + i32.store8 608($1), $pop390 i32.const $push389=, 113 - i32.store8 $drop=, 609($1), $pop389 + i32.store8 609($1), $pop389 i32.const $push388=, 114 - i32.store8 $drop=, 610($1), $pop388 + i32.store8 610($1), $pop388 i32.const $push387=, 115 - i32.store8 $drop=, 611($1), $pop387 + i32.store8 611($1), $pop387 i32.const $push386=, 116 - i32.store8 $drop=, 612($1), $pop386 + i32.store8 612($1), $pop386 i32.const $push385=, 117 - i32.store8 $drop=, 613($1), $pop385 + i32.store8 613($1), $pop385 i32.const $push384=, 118 - i32.store8 $drop=, 614($1), $pop384 + i32.store8 614($1), $pop384 i32.const $push90=, 128 - i32.store8 $drop=, 584($1), $pop90 + i32.store8 584($1), $pop90 i32.const $push91=, 129 - i32.store8 $drop=, 585($1), $pop91 + i32.store8 585($1), $pop91 i32.const $push92=, 130 - i32.store8 $drop=, 586($1), $pop92 + i32.store8 586($1), $pop92 i32.const $push93=, 131 - i32.store8 $drop=, 587($1), $pop93 + i32.store8 587($1), $pop93 i32.const $push94=, 132 - i32.store8 $drop=, 588($1), $pop94 + i32.store8 588($1), $pop94 i32.const $push95=, 133 - i32.store8 $drop=, 589($1), $pop95 + i32.store8 589($1), $pop95 i32.const $push96=, 134 - i32.store8 $drop=, 590($1), $pop96 + i32.store8 590($1), $pop96 i32.const $push97=, 135 - i32.store8 $drop=, 591($1), $pop97 + i32.store8 591($1), $pop97 i32.const $push98=, 136 - i32.store8 $drop=, 592($1), $pop98 + i32.store8 592($1), $pop98 i32.const $push99=, 137 - i32.store8 $drop=, 593($1), $pop99 + i32.store8 593($1), $pop99 i32.const $push100=, 138 - i32.store8 $drop=, 594($1), $pop100 + i32.store8 594($1), $pop100 i32.const $push101=, 139 - i32.store8 $drop=, 595($1), $pop101 + i32.store8 595($1), $pop101 i32.const $push102=, 140 - i32.store8 $drop=, 596($1), $pop102 + i32.store8 596($1), $pop102 i32.const $push103=, 141 - i32.store8 $drop=, 597($1), $pop103 + i32.store8 597($1), $pop103 i32.const $push104=, 142 - i32.store8 $drop=, 598($1), $pop104 + i32.store8 598($1), $pop104 i32.const $push105=, 143 - i32.store8 $drop=, 599($1), $pop105 + i32.store8 599($1), $pop105 i32.const $0=, 0 .LBB2_1: # %for.body180 # =>This Inner Loop Header: Depth=1 @@ -2008,7 +2008,7 @@ main: # @main i32.add $push107=, $pop259, $0 i32.const $push418=, 248 i32.xor $push106=, $0, $pop418 - i32.store8 $drop=, 0($pop107), $pop106 + i32.store8 0($pop107), $pop106 i32.const $push417=, 1 i32.add $push416=, $0, $pop417 tee_local $push415=, $0=, $pop416 @@ -2018,51 +2018,51 @@ main: # @main # BB#2: # %for.body191.preheader end_loop # label45: i32.const $push109=, 50462976 - i32.store $drop=, 520($1), $pop109 + i32.store 520($1), $pop109 i32.const $push110=, 1284 - i32.store16 $drop=, 524($1), $pop110 + i32.store16 524($1), $pop110 i32.const $push111=, 151521030 - i32.store $drop=, 526($1):p2align=1, $pop111 + i32.store 526($1):p2align=1, $pop111 i32.const $push112=, 2826 - i32.store16 $drop=, 530($1), $pop112 + i32.store16 530($1), $pop112 i32.const $push113=, 3340 - i32.store16 $drop=, 532($1), $pop113 + i32.store16 532($1), $pop113 i32.const $push114=, 14 - i32.store8 $drop=, 534($1), $pop114 + i32.store8 534($1), $pop114 i32.const $push115=, 15 - i32.store8 $drop=, 535($1), $pop115 + i32.store8 535($1), $pop115 i32.const $push116=, 16 - i32.store8 $drop=, 536($1), $pop116 + i32.store8 536($1), $pop116 i32.const $push117=, 17 - i32.store8 $drop=, 537($1), $pop117 + i32.store8 537($1), $pop117 i32.const $push118=, 18 - i32.store8 $drop=, 538($1), $pop118 + i32.store8 538($1), $pop118 i32.const $push119=, 19 - i32.store8 $drop=, 539($1), $pop119 + i32.store8 539($1), $pop119 i32.const $push120=, 20 - i32.store8 $drop=, 540($1), $pop120 + i32.store8 540($1), $pop120 i32.const $push121=, 21 - i32.store8 $drop=, 541($1), $pop121 + i32.store8 541($1), $pop121 i32.const $push122=, 22 - i32.store8 $drop=, 542($1), $pop122 + i32.store8 542($1), $pop122 i32.const $push123=, 23 - i32.store8 $drop=, 543($1), $pop123 + i32.store8 543($1), $pop123 i32.const $push419=, 24 - i32.store8 $drop=, 544($1), $pop419 + i32.store8 544($1), $pop419 i32.const $push124=, 25 - i32.store8 $drop=, 545($1), $pop124 + i32.store8 545($1), $pop124 i32.const $push125=, 26 - i32.store8 $drop=, 546($1), $pop125 + i32.store8 546($1), $pop125 i32.const $push126=, 27 - i32.store8 $drop=, 547($1), $pop126 + i32.store8 547($1), $pop126 i32.const $push127=, 28 - i32.store8 $drop=, 548($1), $pop127 + i32.store8 548($1), $pop127 i32.const $push128=, 29 - i32.store8 $drop=, 549($1), $pop128 + i32.store8 549($1), $pop128 i32.const $push129=, 30 - i32.store8 $drop=, 550($1), $pop129 + i32.store8 550($1), $pop129 i32.const $push130=, 31 - i32.store8 $drop=, 551($1), $pop130 + i32.store8 551($1), $pop130 i32.const $0=, 0 .LBB2_3: # %for.body202 # =>This Inner Loop Header: Depth=1 @@ -2072,7 +2072,7 @@ main: # @main i32.add $push132=, $pop261, $0 i32.const $push424=, 24 i32.xor $push131=, $0, $pop424 - i32.store8 $drop=, 0($pop132), $pop131 + i32.store8 0($pop132), $pop131 i32.const $push423=, 1 i32.add $push422=, $0, $pop423 tee_local $push421=, $0=, $pop422 @@ -2090,7 +2090,7 @@ main: # @main i32.add $push135=, $pop263, $0 i32.const $push429=, 64 i32.xor $push134=, $0, $pop429 - i32.store8 $drop=, 0($pop135), $pop134 + i32.store8 0($pop135), $pop134 i32.const $push428=, 1 i32.add $push427=, $0, $pop428 tee_local $push426=, $0=, $pop427 @@ -2102,43 +2102,43 @@ main: # @main i32.const $push137=, 404 i32.add $push138=, $1, $pop137 i32.load8_u $push139=, 754($1) - i32.store8 $drop=, 0($pop138), $pop139 + i32.store8 0($pop138), $pop139 i32.load16_u $push140=, 760($1) - i32.store16 $drop=, 406($1), $pop140 + i32.store16 406($1), $pop140 i32.load16_u $push141=, 752($1) - i32.store16 $drop=, 402($1), $pop141 + i32.store16 402($1), $pop141 i32.load $push142=, 744($1) - i32.store $drop=, 396($1), $pop142 + i32.store 396($1), $pop142 i32.const $push264=, 388 i32.add $push265=, $1, $pop264 i32.const $push143=, 4 i32.add $push144=, $pop265, $pop143 i32.load8_u $push145=, 740($1) - i32.store8 $drop=, 0($pop144), $pop145 + i32.store8 0($pop144), $pop145 i32.load $push146=, 736($1) - i32.store $drop=, 388($1), $pop146 + i32.store 388($1), $pop146 i32.const $push266=, 380 i32.add $push267=, $1, $pop266 i32.const $push461=, 4 i32.add $push147=, $pop267, $pop461 i32.load16_u $push148=, 732($1) - i32.store16 $drop=, 0($pop147), $pop148 + i32.store16 0($pop147), $pop148 i32.load $push149=, 728($1) - i32.store $drop=, 380($1), $pop149 + i32.store 380($1), $pop149 i32.const $push150=, 378 i32.add $push151=, $1, $pop150 i32.load8_u $push152=, 726($1) - i32.store8 $drop=, 0($pop151), $pop152 + i32.store8 0($pop151), $pop152 i32.const $push268=, 372 i32.add $push269=, $1, $pop268 i32.const $push460=, 4 i32.add $push153=, $pop269, $pop460 i32.load16_u $push154=, 724($1) - i32.store16 $drop=, 0($pop153), $pop154 + i32.store16 0($pop153), $pop154 i32.load $push155=, 720($1) - i32.store $drop=, 372($1), $pop155 + i32.store 372($1), $pop155 i64.load $push156=, 712($1) - i64.store $drop=, 364($1):p2align=2, $pop156 + i64.store 364($1):p2align=2, $pop156 i32.const $push270=, 352 i32.add $push271=, $1, $pop270 i32.const $push157=, 8 @@ -2148,9 +2148,9 @@ main: # @main i32.const $push459=, 8 i32.add $push159=, $pop273, $pop459 i32.load8_u $push160=, 0($pop159) - i32.store8 $drop=, 0($pop158), $pop160 + i32.store8 0($pop158), $pop160 i64.load $push161=, 696($1) - i64.store $drop=, 352($1):p2align=2, $pop161 + i64.store 352($1):p2align=2, $pop161 i32.const $push274=, 340 i32.add $push275=, $1, $pop274 i32.const $push458=, 8 @@ -2160,9 +2160,9 @@ main: # @main i32.const $push457=, 8 i32.add $push163=, $pop277, $pop457 i32.load16_u $push164=, 0($pop163) - i32.store16 $drop=, 0($pop162), $pop164 + i32.store16 0($pop162), $pop164 i64.load $push165=, 680($1) - i64.store $drop=, 340($1):p2align=2, $pop165 + i64.store 340($1):p2align=2, $pop165 i32.const $push278=, 328 i32.add $push279=, $1, $pop278 i32.const $push166=, 10 @@ -2172,7 +2172,7 @@ main: # @main i32.const $push456=, 10 i32.add $push168=, $pop281, $pop456 i32.load8_u $push169=, 0($pop168) - i32.store8 $drop=, 0($pop167), $pop169 + i32.store8 0($pop167), $pop169 i32.const $push282=, 328 i32.add $push283=, $1, $pop282 i32.const $push455=, 8 @@ -2182,9 +2182,9 @@ main: # @main i32.const $push454=, 8 i32.add $push171=, $pop285, $pop454 i32.load16_u $push172=, 0($pop171) - i32.store16 $drop=, 0($pop170), $pop172 + i32.store16 0($pop170), $pop172 i64.load $push173=, 664($1) - i64.store $drop=, 328($1):p2align=2, $pop173 + i64.store 328($1):p2align=2, $pop173 i32.const $push286=, 316 i32.add $push287=, $1, $pop286 i32.const $push453=, 8 @@ -2194,9 +2194,9 @@ main: # @main i32.const $push452=, 8 i32.add $push175=, $pop289, $pop452 i32.load $push176=, 0($pop175) - i32.store $drop=, 0($pop174), $pop176 + i32.store 0($pop174), $pop176 i64.load $push177=, 648($1) - i64.store $drop=, 316($1):p2align=2, $pop177 + i64.store 316($1):p2align=2, $pop177 i32.const $push290=, 300 i32.add $push291=, $1, $pop290 i32.const $push178=, 12 @@ -2206,7 +2206,7 @@ main: # @main i32.const $push451=, 12 i32.add $push180=, $pop293, $pop451 i32.load8_u $push181=, 0($pop180) - i32.store8 $drop=, 0($pop179), $pop181 + i32.store8 0($pop179), $pop181 i32.const $push294=, 300 i32.add $push295=, $1, $pop294 i32.const $push450=, 8 @@ -2216,9 +2216,9 @@ main: # @main i32.const $push449=, 8 i32.add $push183=, $pop297, $pop449 i32.load $push184=, 0($pop183) - i32.store $drop=, 0($pop182), $pop184 + i32.store 0($pop182), $pop184 i64.load $push185=, 632($1) - i64.store $drop=, 300($1):p2align=2, $pop185 + i64.store 300($1):p2align=2, $pop185 i32.const $push298=, 284 i32.add $push299=, $1, $pop298 i32.const $push448=, 12 @@ -2228,7 +2228,7 @@ main: # @main i32.const $push447=, 12 i32.add $push187=, $pop301, $pop447 i32.load16_u $push188=, 0($pop187) - i32.store16 $drop=, 0($pop186), $pop188 + i32.store16 0($pop186), $pop188 i32.const $push302=, 284 i32.add $push303=, $1, $pop302 i32.const $push446=, 8 @@ -2238,9 +2238,9 @@ main: # @main i32.const $push445=, 8 i32.add $push190=, $pop305, $pop445 i32.load $push191=, 0($pop190) - i32.store $drop=, 0($pop189), $pop191 + i32.store 0($pop189), $pop191 i64.load $push192=, 616($1) - i64.store $drop=, 284($1):p2align=2, $pop192 + i64.store 284($1):p2align=2, $pop192 i32.const $push306=, 268 i32.add $push307=, $1, $pop306 i32.const $push193=, 14 @@ -2250,7 +2250,7 @@ main: # @main i32.const $push444=, 14 i32.add $push195=, $pop309, $pop444 i32.load8_u $push196=, 0($pop195) - i32.store8 $drop=, 0($pop194), $pop196 + i32.store8 0($pop194), $pop196 i32.const $push310=, 268 i32.add $push311=, $1, $pop310 i32.const $push443=, 12 @@ -2260,7 +2260,7 @@ main: # @main i32.const $push442=, 12 i32.add $push198=, $pop313, $pop442 i32.load16_u $push199=, 0($pop198) - i32.store16 $drop=, 0($pop197), $pop199 + i32.store16 0($pop197), $pop199 i32.const $push314=, 268 i32.add $push315=, $1, $pop314 i32.const $push441=, 8 @@ -2270,9 +2270,9 @@ main: # @main i32.const $push440=, 8 i32.add $push201=, $pop317, $pop440 i32.load $push202=, 0($pop201) - i32.store $drop=, 0($pop200), $pop202 + i32.store 0($pop200), $pop202 i64.load $push203=, 600($1) - i64.store $drop=, 268($1):p2align=2, $pop203 + i64.store 268($1):p2align=2, $pop203 i32.const $push318=, 252 i32.add $push319=, $1, $pop318 i32.const $push439=, 8 @@ -2282,9 +2282,9 @@ main: # @main i32.const $push438=, 8 i32.add $push205=, $pop321, $pop438 i64.load $push206=, 0($pop205) - i64.store $drop=, 0($pop204):p2align=2, $pop206 + i64.store 0($pop204):p2align=2, $pop206 i64.load $push207=, 584($1) - i64.store $drop=, 252($1):p2align=2, $pop207 + i64.store 252($1):p2align=2, $pop207 i32.const $push322=, 221 i32.add $push323=, $1, $pop322 i32.const $push324=, 552 @@ -2300,7 +2300,7 @@ main: # @main i32.const $push437=, 24 i32.add $push211=, $pop329, $pop437 i64.load $push212=, 0($pop211) - i64.store $drop=, 0($pop210):p2align=2, $pop212 + i64.store 0($pop210):p2align=2, $pop212 i32.const $push330=, 188 i32.add $push331=, $1, $pop330 i32.const $push213=, 16 @@ -2310,7 +2310,7 @@ main: # @main i32.const $push436=, 16 i32.add $push215=, $pop333, $pop436 i64.load $push216=, 0($pop215) - i64.store $drop=, 0($pop214):p2align=2, $pop216 + i64.store 0($pop214):p2align=2, $pop216 i32.const $push334=, 188 i32.add $push335=, $1, $pop334 i32.const $push435=, 8 @@ -2320,9 +2320,9 @@ main: # @main i32.const $push434=, 8 i32.add $push218=, $pop337, $pop434 i64.load $push219=, 0($pop218) - i64.store $drop=, 0($pop217):p2align=2, $pop219 + i64.store 0($pop217):p2align=2, $pop219 i64.load $push220=, 520($1) - i64.store $drop=, 188($1):p2align=2, $pop220 + i64.store 188($1):p2align=2, $pop220 i32.const $push338=, 153 i32.add $push339=, $1, $pop338 i32.const $push340=, 480 @@ -2339,93 +2339,93 @@ main: # @main i32.add $push224=, $1, $pop223 i32.const $push346=, 81 i32.add $push347=, $1, $pop346 - i32.store $drop=, 0($pop224), $pop347 + i32.store 0($pop224), $pop347 i32.const $push225=, 68 i32.add $push226=, $1, $pop225 i32.const $push348=, 188 i32.add $push349=, $1, $pop348 - i32.store $drop=, 0($pop226), $pop349 + i32.store 0($pop226), $pop349 i32.const $push227=, 64 i32.add $push228=, $1, $pop227 i32.const $push350=, 221 i32.add $push351=, $1, $pop350 - i32.store $drop=, 0($pop228), $pop351 + i32.store 0($pop228), $pop351 i32.const $push229=, 60 i32.add $push230=, $1, $pop229 i32.const $push352=, 252 i32.add $push353=, $1, $pop352 - i32.store $drop=, 0($pop230), $pop353 + i32.store 0($pop230), $pop353 i32.const $push231=, 56 i32.add $push232=, $1, $pop231 i32.const $push354=, 268 i32.add $push355=, $1, $pop354 - i32.store $drop=, 0($pop232), $pop355 + i32.store 0($pop232), $pop355 i32.const $push233=, 52 i32.add $push234=, $1, $pop233 i32.const $push356=, 284 i32.add $push357=, $1, $pop356 - i32.store $drop=, 0($pop234), $pop357 + i32.store 0($pop234), $pop357 i32.const $push235=, 48 i32.add $push236=, $1, $pop235 i32.const $push358=, 300 i32.add $push359=, $1, $pop358 - i32.store $drop=, 0($pop236), $pop359 + i32.store 0($pop236), $pop359 i32.const $push237=, 44 i32.add $push238=, $1, $pop237 i32.const $push360=, 316 i32.add $push361=, $1, $pop360 - i32.store $drop=, 0($pop238), $pop361 + i32.store 0($pop238), $pop361 i32.const $push239=, 40 i32.add $push240=, $1, $pop239 i32.const $push362=, 328 i32.add $push363=, $1, $pop362 - i32.store $drop=, 0($pop240), $pop363 + i32.store 0($pop240), $pop363 i32.const $push241=, 36 i32.add $push242=, $1, $pop241 i32.const $push364=, 340 i32.add $push365=, $1, $pop364 - i32.store $drop=, 0($pop242), $pop365 + i32.store 0($pop242), $pop365 i32.const $push243=, 32 i32.add $push244=, $1, $pop243 i32.const $push366=, 352 i32.add $push367=, $1, $pop366 - i32.store $drop=, 0($pop244), $pop367 + i32.store 0($pop244), $pop367 i32.const $push245=, 28 i32.add $push246=, $1, $pop245 i32.const $push368=, 364 i32.add $push369=, $1, $pop368 - i32.store $drop=, 0($pop246), $pop369 + i32.store 0($pop246), $pop369 i32.const $push433=, 24 i32.add $push247=, $1, $pop433 i32.const $push370=, 372 i32.add $push371=, $1, $pop370 - i32.store $drop=, 0($pop247), $pop371 + i32.store 0($pop247), $pop371 i32.const $push248=, 20 i32.add $push249=, $1, $pop248 i32.const $push372=, 380 i32.add $push373=, $1, $pop372 - i32.store $drop=, 0($pop249), $pop373 + i32.store 0($pop249), $pop373 i32.const $push432=, 16 i32.add $push250=, $1, $pop432 i32.const $push374=, 388 i32.add $push375=, $1, $pop374 - i32.store $drop=, 0($pop250), $pop375 + i32.store 0($pop250), $pop375 i32.const $push431=, 8 - i32.store $drop=, 0($1), $pop431 + i32.store 0($1), $pop431 i32.const $push430=, 72 i32.add $push251=, $1, $pop430 i32.const $push376=, 153 i32.add $push377=, $1, $pop376 - i32.store $drop=, 0($pop251), $pop377 + i32.store 0($pop251), $pop377 i32.const $push378=, 396 i32.add $push379=, $1, $pop378 - i32.store $drop=, 12($1), $pop379 + i32.store 12($1), $pop379 i32.const $push380=, 402 i32.add $push381=, $1, $pop380 - i32.store $drop=, 8($1), $pop381 + i32.store 8($1), $pop381 i32.const $push382=, 406 i32.add $push383=, $1, $pop382 - i32.store $drop=, 4($1), $pop383 + i32.store 4($1), $pop383 i32.const $push252=, 21 call foo@FUNCTION, $pop252, $1 i32.const $push253=, 0 @@ -2450,6 +2450,6 @@ bar.lastc: .size bar.lastc, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-23.c.s b/test/torture-s/va-arg-23.c.s index 457568043..edcce8cfb 100644 --- a/test/torture-s/va-arg-23.c.s +++ b/test/torture-s/va-arg-23.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-23.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-23.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -14,11 +14,11 @@ foo: # @foo i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $8=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($8), $7 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($8), $7 i32.const $push1=, 4 i32.add $push2=, $7, $pop1 - i32.store $drop=, 12($8), $pop2 + i32.store 12($8), $pop2 block i32.const $push3=, 1 i32.ne $push4=, $6, $pop3 @@ -32,7 +32,7 @@ foo: # @foo i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $8, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB0_3: # %if.then end_block # label0: @@ -56,11 +56,11 @@ main: # @main i32.const $push6=, 32 i32.sub $push14=, $pop5, $pop6 tee_local $push13=, $0=, $pop14 - i32.store $drop=, __stack_pointer($pop7), $pop13 + i32.store __stack_pointer($pop7), $pop13 i64.load $push0=, 24($0) - i64.store $drop=, 16($0):p2align=2, $pop0 + i64.store 16($0):p2align=2, $pop0 i32.const $push1=, 2 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 i32.const $push11=, 16 i32.add $push12=, $0, $pop11 i32.const $push2=, 1 @@ -68,7 +68,7 @@ main: # @main i32.const $push10=, 0 i32.const $push8=, 32 i32.add $push9=, $0, $pop8 - i32.store $drop=, __stack_pointer($pop10), $pop9 + i32.store __stack_pointer($pop10), $pop9 i32.const $push3=, 0 # fallthrough-return: $pop3 .endfunc @@ -76,5 +76,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/va-arg-24.c.s b/test/torture-s/va-arg-24.c.s index 18980197e..e4f41d142 100644 --- a/test/torture-s/va-arg-24.c.s +++ b/test/torture-s/va-arg-24.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-24.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-24.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,29 +14,29 @@ main: # @main i32.const $push28=, 288 i32.sub $push103=, $pop27, $pop28 tee_local $push102=, $0=, $pop103 - i32.store $drop=, __stack_pointer($pop29), $pop102 + i32.store __stack_pointer($pop29), $pop102 i32.const $push30=, 240 i32.add $push31=, $0, $pop30 i32.const $push0=, 32 i32.add $push1=, $pop31, $pop0 i64.const $push2=, 42949672969 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push32=, 240 i32.add $push33=, $0, $pop32 i32.const $push3=, 24 i32.add $push4=, $pop33, $pop3 i64.const $push5=, 34359738375 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push34=, 240 i32.add $push35=, $0, $pop34 i32.const $push6=, 16 i32.add $push7=, $pop35, $pop6 i64.const $push8=, 25769803781 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i64.const $push9=, 17179869187 - i64.store $drop=, 248($0), $pop9 + i64.store 248($0), $pop9 i64.const $push10=, 8589934593 - i64.store $drop=, 240($0), $pop10 + i64.store 240($0), $pop10 i32.const $push36=, 240 i32.add $push37=, $0, $pop36 call varargs0@FUNCTION, $0, $pop37 @@ -45,23 +45,23 @@ main: # @main i32.const $push101=, 32 i32.add $push11=, $pop39, $pop101 i32.const $push12=, 10 - i32.store $drop=, 0($pop11), $pop12 + i32.store 0($pop11), $pop12 i32.const $push40=, 192 i32.add $push41=, $0, $pop40 i32.const $push100=, 24 i32.add $push13=, $pop41, $pop100 i64.const $push14=, 38654705672 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push42=, 192 i32.add $push43=, $0, $pop42 i32.const $push99=, 16 i32.add $push15=, $pop43, $pop99 i64.const $push16=, 30064771078 - i64.store $drop=, 0($pop15), $pop16 + i64.store 0($pop15), $pop16 i64.const $push17=, 21474836484 - i64.store $drop=, 200($0), $pop17 + i64.store 200($0), $pop17 i64.const $push18=, 12884901890 - i64.store $drop=, 192($0), $pop18 + i64.store 192($0), $pop18 i32.const $push44=, 192 i32.add $push45=, $0, $pop44 call varargs1@FUNCTION, $0, $0, $pop45 @@ -70,17 +70,17 @@ main: # @main i32.const $push98=, 24 i32.add $push19=, $pop47, $pop98 i64.const $push97=, 42949672969 - i64.store $drop=, 0($pop19), $pop97 + i64.store 0($pop19), $pop97 i32.const $push48=, 160 i32.add $push49=, $0, $pop48 i32.const $push96=, 16 i32.add $push20=, $pop49, $pop96 i64.const $push95=, 34359738375 - i64.store $drop=, 0($pop20), $pop95 + i64.store 0($pop20), $pop95 i64.const $push94=, 25769803781 - i64.store $drop=, 168($0), $pop94 + i64.store 168($0), $pop94 i64.const $push93=, 17179869187 - i64.store $drop=, 160($0), $pop93 + i64.store 160($0), $pop93 i32.const $push50=, 160 i32.add $push51=, $0, $pop50 call varargs2@FUNCTION, $0, $0, $0, $pop51 @@ -89,17 +89,17 @@ main: # @main i32.const $push92=, 24 i32.add $push21=, $pop53, $pop92 i32.const $push91=, 10 - i32.store $drop=, 0($pop21), $pop91 + i32.store 0($pop21), $pop91 i32.const $push54=, 128 i32.add $push55=, $0, $pop54 i32.const $push90=, 16 i32.add $push22=, $pop55, $pop90 i64.const $push89=, 38654705672 - i64.store $drop=, 0($pop22), $pop89 + i64.store 0($pop22), $pop89 i64.const $push88=, 30064771078 - i64.store $drop=, 136($0), $pop88 + i64.store 136($0), $pop88 i64.const $push87=, 21474836484 - i64.store $drop=, 128($0), $pop87 + i64.store 128($0), $pop87 i32.const $push56=, 128 i32.add $push57=, $0, $pop56 call varargs3@FUNCTION, $0, $0, $0, $0, $pop57 @@ -108,11 +108,11 @@ main: # @main i32.const $push86=, 16 i32.add $push23=, $pop59, $pop86 i64.const $push85=, 42949672969 - i64.store $drop=, 0($pop23), $pop85 + i64.store 0($pop23), $pop85 i64.const $push84=, 34359738375 - i64.store $drop=, 104($0), $pop84 + i64.store 104($0), $pop84 i64.const $push83=, 25769803781 - i64.store $drop=, 96($0), $pop83 + i64.store 96($0), $pop83 i32.const $push60=, 96 i32.add $push61=, $0, $pop60 call varargs4@FUNCTION, $0, $0, $0, $0, $0, $pop61 @@ -121,35 +121,35 @@ main: # @main i32.const $push82=, 16 i32.add $push24=, $pop63, $pop82 i32.const $push81=, 10 - i32.store $drop=, 0($pop24), $pop81 + i32.store 0($pop24), $pop81 i64.const $push80=, 38654705672 - i64.store $drop=, 72($0), $pop80 + i64.store 72($0), $pop80 i64.const $push79=, 30064771078 - i64.store $drop=, 64($0), $pop79 + i64.store 64($0), $pop79 i32.const $push64=, 64 i32.add $push65=, $0, $pop64 call varargs5@FUNCTION, $0, $0, $0, $0, $0, $0, $pop65 i64.const $push78=, 42949672969 - i64.store $drop=, 56($0), $pop78 + i64.store 56($0), $pop78 i64.const $push77=, 34359738375 - i64.store $drop=, 48($0), $pop77 + i64.store 48($0), $pop77 i32.const $push66=, 48 i32.add $push67=, $0, $pop66 call varargs6@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $pop67 i32.const $push76=, 10 - i32.store $drop=, 40($0), $pop76 + i32.store 40($0), $pop76 i64.const $push75=, 38654705672 - i64.store $drop=, 32($0), $pop75 + i64.store 32($0), $pop75 i32.const $push68=, 32 i32.add $push69=, $0, $pop68 call varargs7@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $pop69 i64.const $push74=, 42949672969 - i64.store $drop=, 16($0), $pop74 + i64.store 16($0), $pop74 i32.const $push70=, 16 i32.add $push71=, $0, $pop70 call varargs8@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop71 i32.const $push73=, 10 - i32.store $drop=, 0($0), $pop73 + i32.store 0($0), $pop73 call varargs9@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0 block i32.const $push72=, 0 @@ -179,38 +179,38 @@ varargs0: # @varargs0 i32.const $push20=, 64 i32.sub $push33=, $pop19, $pop20 tee_local $push32=, $4=, $pop33 - i32.store $drop=, __stack_pointer($pop21), $pop32 - i32.store $drop=, 60($4), $1 + i32.store __stack_pointer($pop21), $pop32 + i32.store 60($4), $1 i32.const $push31=, 0 - i32.store $drop=, 16($4), $pop31 + i32.store 16($4), $pop31 i32.load $push30=, 60($4) tee_local $push29=, $1=, $pop30 i32.const $push28=, 4 i32.add $push1=, $pop29, $pop28 - i32.store $drop=, 60($4), $pop1 + i32.store 60($4), $pop1 i32.load $push2=, 4($1) - i32.store $drop=, 24($4), $pop2 + i32.store 24($4), $pop2 i32.load $push3=, 0($1) - i32.store $drop=, 20($4), $pop3 + i32.store 20($4), $pop3 i32.load $push4=, 8($1) - i32.store $drop=, 28($4), $pop4 + i32.store 28($4), $pop4 i32.load $push5=, 12($1) - i32.store $drop=, 32($4), $pop5 + i32.store 32($4), $pop5 i32.load $push6=, 16($1) - i32.store $drop=, 36($4), $pop6 + i32.store 36($4), $pop6 i32.load $push7=, 20($1) - i32.store $drop=, 40($4), $pop7 + i32.store 40($4), $pop7 i32.load $push8=, 24($1) - i32.store $drop=, 44($4), $pop8 + i32.store 44($4), $pop8 i32.load $push9=, 28($1) - i32.store $drop=, 48($4), $pop9 + i32.store 48($4), $pop9 i32.load $push10=, 32($1) - i32.store $drop=, 52($4), $pop10 + i32.store 52($4), $pop10 i32.const $push11=, 40 i32.add $push12=, $1, $pop11 - i32.store $drop=, 60($4), $pop12 + i32.store 60($4), $pop12 i32.load $push13=, 36($1) - i32.store $drop=, 56($4), $pop13 + i32.store 56($4), $pop13 i32.const $push25=, 16 i32.add $push26=, $4, $pop25 i32.const $push27=, 4 @@ -225,11 +225,11 @@ varargs0: # @varargs0 br_if 0, $pop14 # 0: down to label3 # BB#2: # %if.then.i # in Loop: Header=BB1_1 Depth=1 - i32.store $drop=, 12($4), $1 - i32.store $drop=, 8($4), $3 - i32.store $drop=, 4($4), $1 + i32.store 12($4), $1 + i32.store 8($4), $3 + i32.store 4($4), $1 i32.const $push40=, .L.str - i32.store $drop=, 0($4), $pop40 + i32.store 0($4), $pop40 i32.const $push39=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop39, $4 i32.const $push38=, 0 @@ -237,7 +237,7 @@ varargs0: # @varargs0 i32.load $push15=, errors($pop37) i32.const $push36=, 1 i32.add $push16=, $pop15, $pop36 - i32.store $drop=, errors($pop38), $pop16 + i32.store errors($pop38), $pop16 .LBB1_3: # %for.inc.i # in Loop: Header=BB1_1 Depth=1 end_block # label3: @@ -258,7 +258,7 @@ varargs0: # @varargs0 i32.const $push24=, 0 i32.const $push22=, 64 i32.add $push23=, $4, $pop22 - i32.store $drop=, __stack_pointer($pop24), $pop23 + i32.store __stack_pointer($pop24), $pop23 # fallthrough-return .endfunc .Lfunc_end1: @@ -276,36 +276,36 @@ varargs1: # @varargs1 i32.const $push20=, 64 i32.sub $push32=, $pop19, $pop20 tee_local $push31=, $5=, $pop32 - i32.store $drop=, __stack_pointer($pop21), $pop31 - i32.store $drop=, 60($5), $2 + i32.store __stack_pointer($pop21), $pop31 + i32.store 60($5), $2 i64.const $push1=, 4294967296 - i64.store $drop=, 16($5), $pop1 + i64.store 16($5), $pop1 i32.load $push30=, 60($5) tee_local $push29=, $2=, $pop30 i32.const $push28=, 4 i32.add $push2=, $pop29, $pop28 - i32.store $drop=, 60($5), $pop2 + i32.store 60($5), $pop2 i32.load $push3=, 0($2) - i32.store $drop=, 24($5), $pop3 + i32.store 24($5), $pop3 i32.load $push4=, 4($2) - i32.store $drop=, 28($5), $pop4 + i32.store 28($5), $pop4 i32.load $push5=, 8($2) - i32.store $drop=, 32($5), $pop5 + i32.store 32($5), $pop5 i32.load $push6=, 12($2) - i32.store $drop=, 36($5), $pop6 + i32.store 36($5), $pop6 i32.load $push7=, 16($2) - i32.store $drop=, 40($5), $pop7 + i32.store 40($5), $pop7 i32.load $push8=, 20($2) - i32.store $drop=, 44($5), $pop8 + i32.store 44($5), $pop8 i32.load $push9=, 24($2) - i32.store $drop=, 48($5), $pop9 + i32.store 48($5), $pop9 i32.load $push10=, 28($2) - i32.store $drop=, 52($5), $pop10 + i32.store 52($5), $pop10 i32.const $push11=, 36 i32.add $push12=, $2, $pop11 - i32.store $drop=, 60($5), $pop12 + i32.store 60($5), $pop12 i32.load $push13=, 32($2) - i32.store $drop=, 56($5), $pop13 + i32.store 56($5), $pop13 i32.const $push25=, 16 i32.add $push26=, $5, $pop25 i32.const $push27=, 4 @@ -320,11 +320,11 @@ varargs1: # @varargs1 br_if 0, $pop14 # 0: down to label6 # BB#2: # %if.then.i # in Loop: Header=BB2_1 Depth=1 - i32.store $drop=, 12($5), $2 - i32.store $drop=, 8($5), $4 - i32.store $drop=, 4($5), $2 + i32.store 12($5), $2 + i32.store 8($5), $4 + i32.store 4($5), $2 i32.const $push39=, .L.str.2 - i32.store $drop=, 0($5), $pop39 + i32.store 0($5), $pop39 i32.const $push38=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop38, $5 i32.const $push37=, 0 @@ -332,7 +332,7 @@ varargs1: # @varargs1 i32.load $push15=, errors($pop36) i32.const $push35=, 1 i32.add $push16=, $pop15, $pop35 - i32.store $drop=, errors($pop37), $pop16 + i32.store errors($pop37), $pop16 .LBB2_3: # %for.inc.i # in Loop: Header=BB2_1 Depth=1 end_block # label6: @@ -353,7 +353,7 @@ varargs1: # @varargs1 i32.const $push24=, 0 i32.const $push22=, 64 i32.add $push23=, $5, $pop22 - i32.store $drop=, __stack_pointer($pop24), $pop23 + i32.store __stack_pointer($pop24), $pop23 # fallthrough-return .endfunc .Lfunc_end2: @@ -371,36 +371,36 @@ varargs2: # @varargs2 i32.const $push20=, 64 i32.sub $push32=, $pop19, $pop20 tee_local $push31=, $6=, $pop32 - i32.store $drop=, __stack_pointer($pop21), $pop31 - i32.store $drop=, 60($6), $3 + i32.store __stack_pointer($pop21), $pop31 + i32.store 60($6), $3 i64.const $push1=, 4294967296 - i64.store $drop=, 16($6), $pop1 + i64.store 16($6), $pop1 i32.load $push30=, 60($6) tee_local $push29=, $3=, $pop30 i32.const $push28=, 4 i32.add $push2=, $pop29, $pop28 - i32.store $drop=, 60($6), $pop2 + i32.store 60($6), $pop2 i32.const $push3=, 2 - i32.store $drop=, 24($6), $pop3 + i32.store 24($6), $pop3 i32.load $push4=, 0($3) - i32.store $drop=, 28($6), $pop4 + i32.store 28($6), $pop4 i32.load $push5=, 4($3) - i32.store $drop=, 32($6), $pop5 + i32.store 32($6), $pop5 i32.load $push6=, 8($3) - i32.store $drop=, 36($6), $pop6 + i32.store 36($6), $pop6 i32.load $push7=, 12($3) - i32.store $drop=, 40($6), $pop7 + i32.store 40($6), $pop7 i32.load $push8=, 16($3) - i32.store $drop=, 44($6), $pop8 + i32.store 44($6), $pop8 i32.load $push9=, 20($3) - i32.store $drop=, 48($6), $pop9 + i32.store 48($6), $pop9 i32.load $push10=, 24($3) - i32.store $drop=, 52($6), $pop10 + i32.store 52($6), $pop10 i32.const $push11=, 32 i32.add $push12=, $3, $pop11 - i32.store $drop=, 60($6), $pop12 + i32.store 60($6), $pop12 i32.load $push13=, 28($3) - i32.store $drop=, 56($6), $pop13 + i32.store 56($6), $pop13 i32.const $push25=, 16 i32.add $push26=, $6, $pop25 i32.const $push27=, 4 @@ -415,11 +415,11 @@ varargs2: # @varargs2 br_if 0, $pop14 # 0: down to label9 # BB#2: # %if.then.i # in Loop: Header=BB3_1 Depth=1 - i32.store $drop=, 12($6), $3 - i32.store $drop=, 8($6), $5 - i32.store $drop=, 4($6), $3 + i32.store 12($6), $3 + i32.store 8($6), $5 + i32.store 4($6), $3 i32.const $push39=, .L.str.3 - i32.store $drop=, 0($6), $pop39 + i32.store 0($6), $pop39 i32.const $push38=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop38, $6 i32.const $push37=, 0 @@ -427,7 +427,7 @@ varargs2: # @varargs2 i32.load $push15=, errors($pop36) i32.const $push35=, 1 i32.add $push16=, $pop15, $pop35 - i32.store $drop=, errors($pop37), $pop16 + i32.store errors($pop37), $pop16 .LBB3_3: # %for.inc.i # in Loop: Header=BB3_1 Depth=1 end_block # label9: @@ -448,7 +448,7 @@ varargs2: # @varargs2 i32.const $push24=, 0 i32.const $push22=, 64 i32.add $push23=, $6, $pop22 - i32.store $drop=, __stack_pointer($pop24), $pop23 + i32.store __stack_pointer($pop24), $pop23 # fallthrough-return .endfunc .Lfunc_end3: @@ -466,36 +466,36 @@ varargs3: # @varargs3 i32.const $push20=, 64 i32.sub $push32=, $pop19, $pop20 tee_local $push31=, $7=, $pop32 - i32.store $drop=, __stack_pointer($pop21), $pop31 - i32.store $drop=, 60($7), $4 + i32.store __stack_pointer($pop21), $pop31 + i32.store 60($7), $4 i64.const $push1=, 4294967296 - i64.store $drop=, 16($7), $pop1 + i64.store 16($7), $pop1 i32.load $push30=, 60($7) tee_local $push29=, $4=, $pop30 i32.const $push28=, 4 i32.add $push2=, $pop29, $pop28 - i32.store $drop=, 60($7), $pop2 + i32.store 60($7), $pop2 i32.const $push3=, 2 - i32.store $drop=, 24($7), $pop3 + i32.store 24($7), $pop3 i32.const $push4=, 3 - i32.store $drop=, 28($7), $pop4 + i32.store 28($7), $pop4 i32.load $push5=, 0($4) - i32.store $drop=, 32($7), $pop5 + i32.store 32($7), $pop5 i32.load $push6=, 4($4) - i32.store $drop=, 36($7), $pop6 + i32.store 36($7), $pop6 i32.load $push7=, 8($4) - i32.store $drop=, 40($7), $pop7 + i32.store 40($7), $pop7 i32.load $push8=, 12($4) - i32.store $drop=, 44($7), $pop8 + i32.store 44($7), $pop8 i32.load $push9=, 16($4) - i32.store $drop=, 48($7), $pop9 + i32.store 48($7), $pop9 i32.load $push10=, 20($4) - i32.store $drop=, 52($7), $pop10 + i32.store 52($7), $pop10 i32.const $push11=, 28 i32.add $push12=, $4, $pop11 - i32.store $drop=, 60($7), $pop12 + i32.store 60($7), $pop12 i32.load $push13=, 24($4) - i32.store $drop=, 56($7), $pop13 + i32.store 56($7), $pop13 i32.const $push25=, 16 i32.add $push26=, $7, $pop25 i32.const $push27=, 4 @@ -510,11 +510,11 @@ varargs3: # @varargs3 br_if 0, $pop14 # 0: down to label12 # BB#2: # %if.then.i # in Loop: Header=BB4_1 Depth=1 - i32.store $drop=, 12($7), $4 - i32.store $drop=, 8($7), $6 - i32.store $drop=, 4($7), $4 + i32.store 12($7), $4 + i32.store 8($7), $6 + i32.store 4($7), $4 i32.const $push39=, .L.str.4 - i32.store $drop=, 0($7), $pop39 + i32.store 0($7), $pop39 i32.const $push38=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop38, $7 i32.const $push37=, 0 @@ -522,7 +522,7 @@ varargs3: # @varargs3 i32.load $push15=, errors($pop36) i32.const $push35=, 1 i32.add $push16=, $pop15, $pop35 - i32.store $drop=, errors($pop37), $pop16 + i32.store errors($pop37), $pop16 .LBB4_3: # %for.inc.i # in Loop: Header=BB4_1 Depth=1 end_block # label12: @@ -543,7 +543,7 @@ varargs3: # @varargs3 i32.const $push24=, 0 i32.const $push22=, 64 i32.add $push23=, $7, $pop22 - i32.store $drop=, __stack_pointer($pop24), $pop23 + i32.store __stack_pointer($pop24), $pop23 # fallthrough-return .endfunc .Lfunc_end4: @@ -561,34 +561,34 @@ varargs4: # @varargs4 i32.const $push18=, 64 i32.sub $push31=, $pop17, $pop18 tee_local $push30=, $8=, $pop31 - i32.store $drop=, __stack_pointer($pop19), $pop30 - i32.store $drop=, 60($8), $5 + i32.store __stack_pointer($pop19), $pop30 + i32.store 60($8), $5 i64.const $push1=, 4294967296 - i64.store $drop=, 16($8), $pop1 + i64.store 16($8), $pop1 i32.const $push29=, 4 - i32.store $drop=, 32($8), $pop29 + i32.store 32($8), $pop29 i32.load $push28=, 60($8) tee_local $push27=, $5=, $pop28 i32.const $push26=, 4 i32.add $push2=, $pop27, $pop26 - i32.store $drop=, 60($8), $pop2 + i32.store 60($8), $pop2 i64.const $push3=, 12884901890 - i64.store $drop=, 24($8), $pop3 + i64.store 24($8), $pop3 i32.load $push4=, 0($5) - i32.store $drop=, 36($8), $pop4 + i32.store 36($8), $pop4 i32.load $push5=, 4($5) - i32.store $drop=, 40($8), $pop5 + i32.store 40($8), $pop5 i32.load $push6=, 8($5) - i32.store $drop=, 44($8), $pop6 + i32.store 44($8), $pop6 i32.load $push7=, 12($5) - i32.store $drop=, 48($8), $pop7 + i32.store 48($8), $pop7 i32.load $push8=, 16($5) - i32.store $drop=, 52($8), $pop8 + i32.store 52($8), $pop8 i32.const $push9=, 24 i32.add $push10=, $5, $pop9 - i32.store $drop=, 60($8), $pop10 + i32.store 60($8), $pop10 i32.load $push11=, 20($5) - i32.store $drop=, 56($8), $pop11 + i32.store 56($8), $pop11 i32.const $push23=, 16 i32.add $push24=, $8, $pop23 i32.const $push25=, 4 @@ -603,11 +603,11 @@ varargs4: # @varargs4 br_if 0, $pop12 # 0: down to label15 # BB#2: # %if.then.i # in Loop: Header=BB5_1 Depth=1 - i32.store $drop=, 12($8), $5 - i32.store $drop=, 8($8), $7 - i32.store $drop=, 4($8), $5 + i32.store 12($8), $5 + i32.store 8($8), $7 + i32.store 4($8), $5 i32.const $push38=, .L.str.5 - i32.store $drop=, 0($8), $pop38 + i32.store 0($8), $pop38 i32.const $push37=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop37, $8 i32.const $push36=, 0 @@ -615,7 +615,7 @@ varargs4: # @varargs4 i32.load $push13=, errors($pop35) i32.const $push34=, 1 i32.add $push14=, $pop13, $pop34 - i32.store $drop=, errors($pop36), $pop14 + i32.store errors($pop36), $pop14 .LBB5_3: # %for.inc.i # in Loop: Header=BB5_1 Depth=1 end_block # label15: @@ -636,7 +636,7 @@ varargs4: # @varargs4 i32.const $push22=, 0 i32.const $push20=, 64 i32.add $push21=, $8, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 # fallthrough-return .endfunc .Lfunc_end5: @@ -654,32 +654,32 @@ varargs5: # @varargs5 i32.const $push18=, 64 i32.sub $push30=, $pop17, $pop18 tee_local $push29=, $9=, $pop30 - i32.store $drop=, __stack_pointer($pop19), $pop29 - i32.store $drop=, 60($9), $6 + i32.store __stack_pointer($pop19), $pop29 + i32.store 60($9), $6 i64.const $push1=, 4294967296 - i64.store $drop=, 16($9), $pop1 + i64.store 16($9), $pop1 i32.load $push28=, 60($9) tee_local $push27=, $6=, $pop28 i32.const $push26=, 4 i32.add $push2=, $pop27, $pop26 - i32.store $drop=, 60($9), $pop2 + i32.store 60($9), $pop2 i64.const $push3=, 12884901890 - i64.store $drop=, 24($9), $pop3 + i64.store 24($9), $pop3 i64.const $push4=, 21474836484 - i64.store $drop=, 32($9), $pop4 + i64.store 32($9), $pop4 i32.load $push5=, 0($6) - i32.store $drop=, 40($9), $pop5 + i32.store 40($9), $pop5 i32.load $push6=, 4($6) - i32.store $drop=, 44($9), $pop6 + i32.store 44($9), $pop6 i32.load $push7=, 8($6) - i32.store $drop=, 48($9), $pop7 + i32.store 48($9), $pop7 i32.load $push8=, 12($6) - i32.store $drop=, 52($9), $pop8 + i32.store 52($9), $pop8 i32.const $push9=, 20 i32.add $push10=, $6, $pop9 - i32.store $drop=, 60($9), $pop10 + i32.store 60($9), $pop10 i32.load $push11=, 16($6) - i32.store $drop=, 56($9), $pop11 + i32.store 56($9), $pop11 i32.const $push23=, 16 i32.add $push24=, $9, $pop23 i32.const $push25=, 4 @@ -694,11 +694,11 @@ varargs5: # @varargs5 br_if 0, $pop12 # 0: down to label18 # BB#2: # %if.then.i # in Loop: Header=BB6_1 Depth=1 - i32.store $drop=, 12($9), $6 - i32.store $drop=, 8($9), $8 - i32.store $drop=, 4($9), $6 + i32.store 12($9), $6 + i32.store 8($9), $8 + i32.store 4($9), $6 i32.const $push37=, .L.str.6 - i32.store $drop=, 0($9), $pop37 + i32.store 0($9), $pop37 i32.const $push36=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop36, $9 i32.const $push35=, 0 @@ -706,7 +706,7 @@ varargs5: # @varargs5 i32.load $push13=, errors($pop34) i32.const $push33=, 1 i32.add $push14=, $pop13, $pop33 - i32.store $drop=, errors($pop35), $pop14 + i32.store errors($pop35), $pop14 .LBB6_3: # %for.inc.i # in Loop: Header=BB6_1 Depth=1 end_block # label18: @@ -727,7 +727,7 @@ varargs5: # @varargs5 i32.const $push22=, 0 i32.const $push20=, 64 i32.add $push21=, $9, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 # fallthrough-return .endfunc .Lfunc_end6: @@ -745,32 +745,32 @@ varargs6: # @varargs6 i32.const $push18=, 64 i32.sub $push30=, $pop17, $pop18 tee_local $push29=, $10=, $pop30 - i32.store $drop=, __stack_pointer($pop19), $pop29 - i32.store $drop=, 60($10), $7 + i32.store __stack_pointer($pop19), $pop29 + i32.store 60($10), $7 i64.const $push1=, 4294967296 - i64.store $drop=, 16($10), $pop1 + i64.store 16($10), $pop1 i32.load $push28=, 60($10) tee_local $push27=, $7=, $pop28 i32.const $push26=, 4 i32.add $push2=, $pop27, $pop26 - i32.store $drop=, 60($10), $pop2 + i32.store 60($10), $pop2 i64.const $push3=, 12884901890 - i64.store $drop=, 24($10), $pop3 + i64.store 24($10), $pop3 i64.const $push4=, 21474836484 - i64.store $drop=, 32($10), $pop4 + i64.store 32($10), $pop4 i32.const $push5=, 6 - i32.store $drop=, 40($10), $pop5 + i32.store 40($10), $pop5 i32.load $push6=, 0($7) - i32.store $drop=, 44($10), $pop6 + i32.store 44($10), $pop6 i32.load $push7=, 4($7) - i32.store $drop=, 48($10), $pop7 + i32.store 48($10), $pop7 i32.const $push8=, 16 i32.add $push9=, $7, $pop8 - i32.store $drop=, 60($10), $pop9 + i32.store 60($10), $pop9 i32.load $push10=, 8($7) - i32.store $drop=, 52($10), $pop10 + i32.store 52($10), $pop10 i32.load $push11=, 12($7) - i32.store $drop=, 56($10), $pop11 + i32.store 56($10), $pop11 i32.const $push23=, 16 i32.add $push24=, $10, $pop23 i32.const $push25=, 4 @@ -785,11 +785,11 @@ varargs6: # @varargs6 br_if 0, $pop12 # 0: down to label21 # BB#2: # %if.then.i # in Loop: Header=BB7_1 Depth=1 - i32.store $drop=, 12($10), $7 - i32.store $drop=, 8($10), $9 - i32.store $drop=, 4($10), $7 + i32.store 12($10), $7 + i32.store 8($10), $9 + i32.store 4($10), $7 i32.const $push37=, .L.str.7 - i32.store $drop=, 0($10), $pop37 + i32.store 0($10), $pop37 i32.const $push36=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop36, $10 i32.const $push35=, 0 @@ -797,7 +797,7 @@ varargs6: # @varargs6 i32.load $push13=, errors($pop34) i32.const $push33=, 1 i32.add $push14=, $pop13, $pop33 - i32.store $drop=, errors($pop35), $pop14 + i32.store errors($pop35), $pop14 .LBB7_3: # %for.inc.i # in Loop: Header=BB7_1 Depth=1 end_block # label21: @@ -818,7 +818,7 @@ varargs6: # @varargs6 i32.const $push22=, 0 i32.const $push20=, 64 i32.add $push21=, $10, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 # fallthrough-return .endfunc .Lfunc_end7: @@ -836,30 +836,30 @@ varargs7: # @varargs7 i32.const $push17=, 64 i32.sub $push29=, $pop16, $pop17 tee_local $push28=, $11=, $pop29 - i32.store $drop=, __stack_pointer($pop18), $pop28 - i32.store $drop=, 60($11), $8 + i32.store __stack_pointer($pop18), $pop28 + i32.store 60($11), $8 i64.const $push1=, 4294967296 - i64.store $drop=, 16($11), $pop1 + i64.store 16($11), $pop1 i32.load $push27=, 60($11) tee_local $push26=, $8=, $pop27 i32.const $push25=, 4 i32.add $push2=, $pop26, $pop25 - i32.store $drop=, 60($11), $pop2 + i32.store 60($11), $pop2 i64.const $push3=, 12884901890 - i64.store $drop=, 24($11), $pop3 + i64.store 24($11), $pop3 i64.const $push4=, 21474836484 - i64.store $drop=, 32($11), $pop4 + i64.store 32($11), $pop4 i64.const $push5=, 30064771078 - i64.store $drop=, 40($11), $pop5 + i64.store 40($11), $pop5 i32.load $push6=, 0($8) - i32.store $drop=, 48($11), $pop6 + i32.store 48($11), $pop6 i32.const $push7=, 12 i32.add $push8=, $8, $pop7 - i32.store $drop=, 60($11), $pop8 + i32.store 60($11), $pop8 i32.load $push9=, 4($8) - i32.store $drop=, 52($11), $pop9 + i32.store 52($11), $pop9 i32.load $push10=, 8($8) - i32.store $drop=, 56($11), $pop10 + i32.store 56($11), $pop10 i32.const $push22=, 16 i32.add $push23=, $11, $pop22 i32.const $push24=, 4 @@ -874,11 +874,11 @@ varargs7: # @varargs7 br_if 0, $pop11 # 0: down to label24 # BB#2: # %if.then.i # in Loop: Header=BB8_1 Depth=1 - i32.store $drop=, 12($11), $8 - i32.store $drop=, 8($11), $10 - i32.store $drop=, 4($11), $8 + i32.store 12($11), $8 + i32.store 8($11), $10 + i32.store 4($11), $8 i32.const $push36=, .L.str.8 - i32.store $drop=, 0($11), $pop36 + i32.store 0($11), $pop36 i32.const $push35=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop35, $11 i32.const $push34=, 0 @@ -886,7 +886,7 @@ varargs7: # @varargs7 i32.load $push12=, errors($pop33) i32.const $push32=, 1 i32.add $push13=, $pop12, $pop32 - i32.store $drop=, errors($pop34), $pop13 + i32.store errors($pop34), $pop13 .LBB8_3: # %for.inc.i # in Loop: Header=BB8_1 Depth=1 end_block # label24: @@ -907,7 +907,7 @@ varargs7: # @varargs7 i32.const $push21=, 0 i32.const $push19=, 64 i32.add $push20=, $11, $pop19 - i32.store $drop=, __stack_pointer($pop21), $pop20 + i32.store __stack_pointer($pop21), $pop20 # fallthrough-return .endfunc .Lfunc_end8: @@ -925,30 +925,30 @@ varargs8: # @varargs8 i32.const $push15=, 64 i32.sub $push28=, $pop14, $pop15 tee_local $push27=, $12=, $pop28 - i32.store $drop=, __stack_pointer($pop16), $pop27 - i32.store $drop=, 60($12), $9 + i32.store __stack_pointer($pop16), $pop27 + i32.store 60($12), $9 i64.const $push1=, 4294967296 - i64.store $drop=, 16($12), $pop1 + i64.store 16($12), $pop1 i64.const $push2=, 12884901890 - i64.store $drop=, 24($12), $pop2 + i64.store 24($12), $pop2 i64.const $push3=, 21474836484 - i64.store $drop=, 32($12), $pop3 + i64.store 32($12), $pop3 i64.const $push4=, 30064771078 - i64.store $drop=, 40($12), $pop4 + i64.store 40($12), $pop4 i32.load $push26=, 60($12) tee_local $push25=, $9=, $pop26 i32.const $push24=, 4 i32.add $push5=, $pop25, $pop24 - i32.store $drop=, 60($12), $pop5 + i32.store 60($12), $pop5 i32.const $push6=, 8 - i32.store $drop=, 48($12), $pop6 + i32.store 48($12), $pop6 i32.load $10=, 0($9) i32.const $push23=, 8 i32.add $push7=, $9, $pop23 - i32.store $drop=, 60($12), $pop7 - i32.store $drop=, 52($12), $10 + i32.store 60($12), $pop7 + i32.store 52($12), $10 i32.load $push8=, 4($9) - i32.store $drop=, 56($12), $pop8 + i32.store 56($12), $pop8 i32.const $push20=, 16 i32.add $push21=, $12, $pop20 i32.const $push22=, 4 @@ -963,11 +963,11 @@ varargs8: # @varargs8 br_if 0, $pop9 # 0: down to label27 # BB#2: # %if.then.i # in Loop: Header=BB9_1 Depth=1 - i32.store $drop=, 12($12), $9 - i32.store $drop=, 8($12), $11 - i32.store $drop=, 4($12), $9 + i32.store 12($12), $9 + i32.store 8($12), $11 + i32.store 4($12), $9 i32.const $push35=, .L.str.9 - i32.store $drop=, 0($12), $pop35 + i32.store 0($12), $pop35 i32.const $push34=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop34, $12 i32.const $push33=, 0 @@ -975,7 +975,7 @@ varargs8: # @varargs8 i32.load $push10=, errors($pop32) i32.const $push31=, 1 i32.add $push11=, $pop10, $pop31 - i32.store $drop=, errors($pop33), $pop11 + i32.store errors($pop33), $pop11 .LBB9_3: # %for.inc.i # in Loop: Header=BB9_1 Depth=1 end_block # label27: @@ -996,7 +996,7 @@ varargs8: # @varargs8 i32.const $push19=, 0 i32.const $push17=, 64 i32.add $push18=, $12, $pop17 - i32.store $drop=, __stack_pointer($pop19), $pop18 + i32.store __stack_pointer($pop19), $pop18 # fallthrough-return .endfunc .Lfunc_end9: @@ -1014,25 +1014,25 @@ varargs9: # @varargs9 i32.const $push14=, 64 i32.sub $push26=, $pop13, $pop14 tee_local $push25=, $13=, $pop26 - i32.store $drop=, __stack_pointer($pop15), $pop25 - i32.store $drop=, 60($13), $10 + i32.store __stack_pointer($pop15), $pop25 + i32.store 60($13), $10 i64.const $push1=, 4294967296 - i64.store $drop=, 16($13), $pop1 + i64.store 16($13), $pop1 i64.const $push2=, 12884901890 - i64.store $drop=, 24($13), $pop2 + i64.store 24($13), $pop2 i64.const $push3=, 21474836484 - i64.store $drop=, 32($13), $pop3 + i64.store 32($13), $pop3 i64.const $push4=, 30064771078 - i64.store $drop=, 40($13), $pop4 + i64.store 40($13), $pop4 i64.const $push5=, 38654705672 - i64.store $drop=, 48($13), $pop5 + i64.store 48($13), $pop5 i32.load $push24=, 60($13) tee_local $push23=, $10=, $pop24 i32.const $push22=, 4 i32.add $push6=, $pop23, $pop22 - i32.store $drop=, 60($13), $pop6 + i32.store 60($13), $pop6 i32.load $push7=, 0($10) - i32.store $drop=, 56($13), $pop7 + i32.store 56($13), $pop7 i32.const $push19=, 16 i32.add $push20=, $13, $pop19 i32.const $push21=, 4 @@ -1047,11 +1047,11 @@ varargs9: # @varargs9 br_if 0, $pop8 # 0: down to label30 # BB#2: # %if.then.i # in Loop: Header=BB10_1 Depth=1 - i32.store $drop=, 12($13), $10 - i32.store $drop=, 8($13), $12 - i32.store $drop=, 4($13), $10 + i32.store 12($13), $10 + i32.store 8($13), $12 + i32.store 4($13), $10 i32.const $push33=, .L.str.10 - i32.store $drop=, 0($13), $pop33 + i32.store 0($13), $pop33 i32.const $push32=, .L.str.1 i32.call $drop=, printf@FUNCTION, $pop32, $13 i32.const $push31=, 0 @@ -1059,7 +1059,7 @@ varargs9: # @varargs9 i32.load $push9=, errors($pop30) i32.const $push29=, 1 i32.add $push10=, $pop9, $pop29 - i32.store $drop=, errors($pop31), $pop10 + i32.store errors($pop31), $pop10 .LBB10_3: # %for.inc.i # in Loop: Header=BB10_1 Depth=1 end_block # label30: @@ -1080,7 +1080,7 @@ varargs9: # @varargs9 i32.const $push18=, 0 i32.const $push16=, 64 i32.add $push17=, $13, $pop16 - i32.store $drop=, __stack_pointer($pop18), $pop17 + i32.store __stack_pointer($pop18), $pop17 # fallthrough-return .endfunc .Lfunc_end10: @@ -1150,7 +1150,7 @@ errors: .size .L.str.10, 9 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 .functype printf, i32, i32 diff --git a/test/torture-s/va-arg-26.c.s b/test/torture-s/va-arg-26.c.s index d4f320766..9ed805342 100644 --- a/test/torture-s/va-arg-26.c.s +++ b/test/torture-s/va-arg-26.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-26.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-26.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push8=, 16 i32.sub $push12=, $pop7, $pop8 tee_local $push11=, $7=, $pop12 - i32.store $drop=, 12($pop11), $6 + i32.store 12($pop11), $6 i32.const $push0=, 7 i32.add $push1=, $6, $pop0 i32.const $push2=, -8 @@ -22,7 +22,7 @@ f: # @f tee_local $push9=, $6=, $pop10 i32.const $push3=, 8 i32.add $push4=, $pop9, $pop3 - i32.store $drop=, 12($7), $pop4 + i32.store 12($7), $pop4 f64.load $push5=, 0($6) # fallthrough-return: $pop5 .endfunc @@ -43,9 +43,9 @@ main: # @main i32.const $push7=, 16 i32.sub $push10=, $pop6, $pop7 tee_local $push9=, $1=, $pop10 - i32.store $drop=, __stack_pointer($pop8), $pop9 + i32.store __stack_pointer($pop8), $pop9 i64.const $push0=, 4619567317775286272 - i64.store $drop=, 0($1), $pop0 + i64.store 0($1), $pop0 block f64.call $push1=, f@FUNCTION, $0, $0, $0, $0, $0, $0, $1 f64.const $push2=, 0x1.cp2 @@ -64,6 +64,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-4.c.s b/test/torture-s/va-arg-4.c.s index a392257f1..90b12b90c 100644 --- a/test/torture-s/va-arg-4.c.s +++ b/test/torture-s/va-arg-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-4.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -14,7 +14,7 @@ f: # @f i32.const $push22=, 16 i32.sub $push28=, $pop21, $pop22 tee_local $push27=, $4=, $pop28 - i32.store $drop=, __stack_pointer($pop23), $pop27 + i32.store __stack_pointer($pop23), $pop27 block i32.load8_u $push0=, 0($0) i32.const $push1=, 97 @@ -31,11 +31,11 @@ f: # @f i32.ne $push8=, $pop6, $pop7 br_if 0, $pop8 # 0: down to label0 # BB#3: # %if.end - i32.store $drop=, 12($4), $2 + i32.store 12($4), $2 i32.const $push9=, 4 i32.add $push30=, $2, $pop9 tee_local $push29=, $0=, $pop30 - i32.store $drop=, 12($4), $pop29 + i32.store 12($4), $pop29 i32.load $push10=, 0($2) i32.const $push11=, 42 i32.ne $push12=, $pop10, $pop11 @@ -44,7 +44,7 @@ f: # @f i32.const $push13=, 8 i32.add $push32=, $2, $pop13 tee_local $push31=, $3=, $pop32 - i32.store $drop=, 12($4), $pop31 + i32.store 12($4), $pop31 i32.load $push14=, 0($0) i32.const $push15=, 120 i32.ne $push16=, $pop14, $pop15 @@ -52,14 +52,14 @@ f: # @f # BB#5: # %if.end23 i32.const $push17=, 12 i32.add $push18=, $2, $pop17 - i32.store $drop=, 12($4), $pop18 + i32.store 12($4), $pop18 i32.load $push19=, 0($3) br_if 0, $pop19 # 0: down to label0 # BB#6: # %if.end29 i32.const $push26=, 0 i32.const $push24=, 16 i32.add $push25=, $4, $pop24 - i32.store $drop=, __stack_pointer($pop26), $pop25 + i32.store __stack_pointer($pop26), $pop25 return .LBB0_7: # %if.then28 end_block # label0: @@ -83,29 +83,29 @@ main: # @main i32.const $push14=, 48 i32.sub $push24=, $pop13, $pop14 tee_local $push23=, $0=, $pop24 - i32.store $drop=, __stack_pointer($pop15), $pop23 + i32.store __stack_pointer($pop15), $pop23 i32.const $push2=, 40 i32.add $push3=, $0, $pop2 i32.const $push0=, 0 i64.load $push1=, main.x+24($pop0):p2align=0 - i64.store $drop=, 0($pop3):p2align=2, $pop1 + i64.store 0($pop3):p2align=2, $pop1 i32.const $push5=, 32 i32.add $push6=, $0, $pop5 i32.const $push22=, 0 i64.load $push4=, main.x+16($pop22):p2align=0 - i64.store $drop=, 0($pop6):p2align=2, $pop4 + i64.store 0($pop6):p2align=2, $pop4 i32.const $push8=, 24 i32.add $push9=, $0, $pop8 i32.const $push21=, 0 i64.load $push7=, main.x+8($pop21):p2align=0 - i64.store $drop=, 0($pop9):p2align=2, $pop7 + i64.store 0($pop9):p2align=2, $pop7 i32.const $push20=, 0 i64.load $push10=, main.x($pop20):p2align=0 - i64.store $drop=, 16($0):p2align=2, $pop10 + i64.store 16($0):p2align=2, $pop10 i64.const $push11=, 515396075562 - i64.store $drop=, 0($0), $pop11 + i64.store 0($0), $pop11 i32.const $push19=, 0 - i32.store $drop=, 8($0), $pop19 + i32.store 8($0), $pop19 i32.const $push16=, 16 i32.add $push17=, $0, $pop16 call f@FUNCTION, $pop17, $0, $0 @@ -123,6 +123,6 @@ main.x: .size main.x, 32 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-5.c.s b/test/torture-s/va-arg-5.c.s index ca0b195dd..e8b9239a5 100644 --- a/test/torture-s/va-arg-5.c.s +++ b/test/torture-s/va-arg-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-5.c" .section .text.va_double,"ax",@progbits .hidden va_double .globl va_double @@ -15,8 +15,8 @@ va_double: # @va_double i32.const $push22=, 16 i32.sub $push32=, $pop21, $pop22 tee_local $push31=, $4=, $pop32 - i32.store $drop=, __stack_pointer($pop23), $pop31 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop23), $pop31 + i32.store 12($4), $1 i32.const $push0=, 7 i32.add $push1=, $1, $pop0 i32.const $push2=, -8 @@ -25,7 +25,7 @@ va_double: # @va_double i32.const $push3=, 8 i32.add $push28=, $pop29, $pop3 tee_local $push27=, $2=, $pop28 - i32.store $drop=, 12($4), $pop27 + i32.store 12($4), $pop27 block f64.load $push4=, 0($1) f64.const $push5=, 0x1.921fafc8b007ap1 @@ -35,7 +35,7 @@ va_double: # @va_double i32.const $push7=, 16 i32.add $push34=, $1, $pop7 tee_local $push33=, $3=, $pop34 - i32.store $drop=, 12($4), $pop33 + i32.store 12($4), $pop33 f64.load $push8=, 0($2) f64.const $push9=, 0x1.5bf04577d9557p1 f64.ne $push10=, $pop8, $pop9 @@ -44,7 +44,7 @@ va_double: # @va_double i32.const $push11=, 24 i32.add $push36=, $1, $pop11 tee_local $push35=, $2=, $pop36 - i32.store $drop=, 12($4), $pop35 + i32.store 12($4), $pop35 f64.load $push12=, 0($3) f64.const $push13=, 0x1.1e3779131154cp1 f64.ne $push14=, $pop12, $pop13 @@ -52,7 +52,7 @@ va_double: # @va_double # BB#3: # %if.end11 i32.const $push15=, 32 i32.add $push16=, $1, $pop15 - i32.store $drop=, 12($4), $pop16 + i32.store 12($4), $pop16 f64.load $push17=, 0($2) f64.const $push18=, 0x1.12e0be1b5921ep1 f64.ne $push19=, $pop17, $pop18 @@ -61,7 +61,7 @@ va_double: # @va_double i32.const $push26=, 0 i32.const $push24=, 16 i32.add $push25=, $4, $pop24 - i32.store $drop=, __stack_pointer($pop26), $pop25 + i32.store __stack_pointer($pop26), $pop25 return $4 .LBB0_5: # %if.then15 end_block # label0: @@ -86,8 +86,8 @@ va_long_double: # @va_long_double i32.const $push36=, 16 i32.sub $push46=, $pop35, $pop36 tee_local $push45=, $4=, $pop46 - i32.store $drop=, __stack_pointer($pop37), $pop45 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop37), $pop45 + i32.store 12($4), $1 i32.const $push0=, 15 i32.add $push1=, $1, $pop0 i32.const $push2=, -16 @@ -96,7 +96,7 @@ va_long_double: # @va_long_double i32.const $push3=, 16 i32.add $push42=, $pop43, $pop3 tee_local $push41=, $2=, $pop42 - i32.store $drop=, 12($4), $pop41 + i32.store 12($4), $pop41 block i64.load $push5=, 0($1) i64.load $push4=, 8($1) @@ -108,7 +108,7 @@ va_long_double: # @va_long_double i32.const $push9=, 32 i32.add $push48=, $1, $pop9 tee_local $push47=, $3=, $pop48 - i32.store $drop=, 12($4), $pop47 + i32.store 12($4), $pop47 i64.load $push13=, 0($2) i32.const $push10=, 24 i32.add $push11=, $1, $pop10 @@ -121,7 +121,7 @@ va_long_double: # @va_long_double i32.const $push17=, 48 i32.add $push50=, $1, $pop17 tee_local $push49=, $2=, $pop50 - i32.store $drop=, 12($4), $pop49 + i32.store 12($4), $pop49 i64.load $push21=, 0($3) i32.const $push18=, 40 i32.add $push19=, $1, $pop18 @@ -133,7 +133,7 @@ va_long_double: # @va_long_double # BB#3: # %if.end11 i32.const $push25=, 64 i32.add $push26=, $1, $pop25 - i32.store $drop=, 12($4), $pop26 + i32.store 12($4), $pop26 i64.load $push30=, 0($2) i32.const $push27=, 56 i32.add $push28=, $1, $pop27 @@ -146,7 +146,7 @@ va_long_double: # @va_long_double i32.const $push40=, 0 i32.const $push38=, 16 i32.add $push39=, $4, $pop38 - i32.store $drop=, __stack_pointer($pop40), $pop39 + i32.store __stack_pointer($pop40), $pop39 return $1 .LBB1_5: # %if.then15 end_block # label1: @@ -170,54 +170,54 @@ main: # @main i32.const $push29=, 96 i32.sub $push40=, $pop28, $pop29 tee_local $push39=, $0=, $pop40 - i32.store $drop=, __stack_pointer($pop30), $pop39 + i32.store __stack_pointer($pop30), $pop39 i32.const $push31=, 64 i32.add $push32=, $0, $pop31 i32.const $push0=, 24 i32.add $push1=, $pop32, $pop0 i64.const $push2=, 4612018121970389534 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push33=, 64 i32.add $push34=, $0, $pop33 i32.const $push3=, 16 i32.add $push4=, $pop34, $pop3 i64.const $push5=, 4612217596080624972 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i64.const $push6=, 4613303418679563607 - i64.store $drop=, 72($0), $pop6 + i64.store 72($0), $pop6 i64.const $push7=, 4614256655080292474 - i64.store $drop=, 64($0), $pop7 + i64.store 64($0), $pop7 i32.const $push35=, 64 i32.add $push36=, $0, $pop35 i32.call $drop=, va_double@FUNCTION, $0, $pop36 i32.const $push8=, 56 i32.add $push9=, $0, $pop8 i64.const $push10=, 4611706774898825505 - i64.store $drop=, 0($pop9), $pop10 + i64.store 0($pop9), $pop10 i32.const $push11=, 48 i32.add $push12=, $0, $pop11 i64.const $push13=, -2718666384188054750 - i64.store $drop=, 0($pop12), $pop13 + i64.store 0($pop12), $pop13 i32.const $push14=, 40 i32.add $push15=, $0, $pop14 i64.const $push16=, 4611719242030715220 - i64.store $drop=, 0($pop15), $pop16 + i64.store 0($pop15), $pop16 i32.const $push17=, 32 i32.add $push18=, $0, $pop17 i64.const $push19=, -4892607794577095924 - i64.store $drop=, 0($pop18), $pop19 + i64.store 0($pop18), $pop19 i32.const $push38=, 24 i32.add $push20=, $0, $pop38 i64.const $push21=, 4611787105943148885 - i64.store $drop=, 0($pop20), $pop21 + i64.store 0($pop20), $pop21 i32.const $push37=, 16 i32.add $push22=, $0, $pop37 i64.const $push23=, 8163791057260899163 - i64.store $drop=, 0($pop22), $pop23 + i64.store 0($pop22), $pop23 i64.const $push24=, 4611846683218194439 - i64.store $drop=, 8($0), $pop24 + i64.store 8($0), $pop24 i64.const $push25=, -7338557514379428662 - i64.store $drop=, 0($0), $pop25 + i64.store 0($0), $pop25 i32.call $drop=, va_long_double@FUNCTION, $0, $0 i32.const $push26=, 0 call exit@FUNCTION, $pop26 @@ -227,6 +227,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-6.c.s b/test/torture-s/va-arg-6.c.s index fafc7d377..c10d8e00c 100644 --- a/test/torture-s/va-arg-6.c.s +++ b/test/torture-s/va-arg-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-6.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -15,12 +15,12 @@ f: # @f i32.const $push50=, 16 i32.sub $push58=, $pop49, $pop50 tee_local $push57=, $4=, $pop58 - i32.store $drop=, __stack_pointer($pop51), $pop57 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop51), $pop57 + i32.store 12($4), $1 i32.const $push0=, 4 i32.add $push56=, $1, $pop0 tee_local $push55=, $2=, $pop56 - i32.store $drop=, 12($4), $pop55 + i32.store 12($4), $pop55 block i32.load $push1=, 0($1) i32.const $push2=, 10 @@ -35,7 +35,7 @@ f: # @f i32.const $push7=, 8 i32.add $push60=, $pop61, $pop7 tee_local $push59=, $2=, $pop60 - i32.store $drop=, 12($4), $pop59 + i32.store 12($4), $pop59 i64.load $push8=, 0($1) i64.const $push9=, 10000000000 i64.ne $push10=, $pop8, $pop9 @@ -44,7 +44,7 @@ f: # @f i32.const $push11=, 12 i32.add $push64=, $1, $pop11 tee_local $push63=, $1=, $pop64 - i32.store $drop=, 12($4), $pop63 + i32.store 12($4), $pop63 i32.load $push12=, 0($2) i32.const $push13=, 11 i32.ne $push14=, $pop12, $pop13 @@ -58,7 +58,7 @@ f: # @f i32.const $push18=, 16 i32.add $push66=, $pop67, $pop18 tee_local $push65=, $2=, $pop66 - i32.store $drop=, 12($4), $pop65 + i32.store 12($4), $pop65 i64.load $push20=, 0($1) i64.load $push19=, 8($1) i64.const $push22=, -1475739525896764129 @@ -69,7 +69,7 @@ f: # @f i32.const $push24=, 20 i32.add $push70=, $1, $pop24 tee_local $push69=, $3=, $pop70 - i32.store $drop=, 12($4), $pop69 + i32.store 12($4), $pop69 i32.load $push25=, 0($2) i32.const $push26=, 12 i32.ne $push27=, $pop25, $pop26 @@ -78,7 +78,7 @@ f: # @f i32.const $push28=, 24 i32.add $push72=, $1, $pop28 tee_local $push71=, $2=, $pop72 - i32.store $drop=, 12($4), $pop71 + i32.store 12($4), $pop71 i32.load $push29=, 0($3) i32.const $push30=, 13 i32.ne $push31=, $pop29, $pop30 @@ -87,7 +87,7 @@ f: # @f i32.const $push32=, 32 i32.add $push74=, $1, $pop32 tee_local $push73=, $3=, $pop74 - i32.store $drop=, 12($4), $pop73 + i32.store 12($4), $pop73 i64.load $push33=, 0($2) i64.const $push34=, 20000000000 i64.ne $push35=, $pop33, $pop34 @@ -96,7 +96,7 @@ f: # @f i32.const $push36=, 36 i32.add $push76=, $1, $pop36 tee_local $push75=, $1=, $pop76 - i32.store $drop=, 12($4), $pop75 + i32.store 12($4), $pop75 i32.load $push37=, 0($3) i32.const $push38=, 14 i32.ne $push39=, $pop37, $pop38 @@ -109,7 +109,7 @@ f: # @f tee_local $push77=, $1=, $pop78 i32.const $push43=, 8 i32.add $push44=, $pop77, $pop43 - i32.store $drop=, 12($4), $pop44 + i32.store 12($4), $pop44 f64.load $push45=, 0($1) f64.const $push46=, 0x1.5c28f5c28f5c3p1 f64.ne $push47=, $pop45, $pop46 @@ -118,7 +118,7 @@ f: # @f i32.const $push54=, 0 i32.const $push52=, 16 i32.add $push53=, $4, $pop52 - i32.store $drop=, __stack_pointer($pop54), $pop53 + i32.store __stack_pointer($pop54), $pop53 return $4 .LBB0_10: # %if.then40 end_block # label0: @@ -142,43 +142,43 @@ main: # @main i32.const $push29=, 80 i32.sub $push32=, $pop28, $pop29 tee_local $push31=, $0=, $pop32 - i32.store $drop=, __stack_pointer($pop30), $pop31 + i32.store __stack_pointer($pop30), $pop31 i32.const $push0=, 64 i32.add $push1=, $0, $pop0 i64.const $push2=, 4613307314293241283 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push3=, 56 i32.add $push4=, $0, $pop3 i32.const $push5=, 14 - i32.store $drop=, 0($pop4), $pop5 + i32.store 0($pop4), $pop5 i32.const $push6=, 48 i32.add $push7=, $0, $pop6 i64.const $push8=, 20000000000 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push9=, 44 i32.add $push10=, $0, $pop9 i32.const $push11=, 13 - i32.store $drop=, 0($pop10), $pop11 + i32.store 0($pop10), $pop11 i32.const $push12=, 40 i32.add $push13=, $0, $pop12 i32.const $push14=, 12 - i32.store $drop=, 0($pop13), $pop14 + i32.store 0($pop13), $pop14 i32.const $push15=, 32 i32.add $push16=, $0, $pop15 i64.const $push17=, 4611846459164112977 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i32.const $push18=, 24 i32.add $push19=, $0, $pop18 i64.const $push20=, -1475739525896764129 - i64.store $drop=, 0($pop19), $pop20 + i64.store 0($pop19), $pop20 i32.const $push21=, 16 i32.add $push22=, $0, $pop21 i32.const $push23=, 11 - i32.store $drop=, 0($pop22), $pop23 + i32.store 0($pop22), $pop23 i64.const $push24=, 10000000000 - i64.store $drop=, 8($0), $pop24 + i64.store 8($0), $pop24 i32.const $push25=, 10 - i32.store $drop=, 0($0), $pop25 + i32.store 0($0), $pop25 i32.call $drop=, f@FUNCTION, $0, $0 i32.const $push26=, 0 call exit@FUNCTION, $pop26 @@ -188,6 +188,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-7.c.s b/test/torture-s/va-arg-7.c.s index fc5eec6e9..007e9c9c1 100644 --- a/test/torture-s/va-arg-7.c.s +++ b/test/torture-s/va-arg-7.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-7.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-7.c" .section .text.debug,"ax",@progbits .hidden debug .globl debug @@ -14,12 +14,12 @@ debug: # @debug i32.const $push16=, 16 i32.sub $push25=, $pop15, $pop16 tee_local $push24=, $18=, $pop25 - i32.store $drop=, __stack_pointer($pop17), $pop24 - i32.store $drop=, 12($18), $16 + i32.store __stack_pointer($pop17), $pop24 + i32.store 12($18), $16 i32.const $push0=, 4 i32.add $push23=, $16, $pop0 tee_local $push22=, $17=, $pop23 - i32.store $drop=, 12($18), $pop22 + i32.store 12($18), $pop22 block i32.load $push1=, 0($16) i32.const $push21=, 8 @@ -28,7 +28,7 @@ debug: # @debug # BB#1: # %if.end i32.const $push26=, 8 i32.add $push3=, $16, $pop26 - i32.store $drop=, 12($18), $pop3 + i32.store 12($18), $pop3 i32.load $push4=, 0($17) i32.const $push5=, 9 i32.ne $push6=, $pop4, $pop5 @@ -36,7 +36,7 @@ debug: # @debug # BB#2: # %if.end6 i32.const $push7=, 12 i32.add $push8=, $16, $pop7 - i32.store $drop=, 12($18), $pop8 + i32.store 12($18), $pop8 i32.const $push9=, 8 i32.add $push10=, $16, $pop9 i32.load $push11=, 0($pop10) @@ -47,7 +47,7 @@ debug: # @debug i32.const $push20=, 0 i32.const $push18=, 16 i32.add $push19=, $18, $pop18 - i32.store $drop=, __stack_pointer($pop20), $pop19 + i32.store __stack_pointer($pop20), $pop19 return .LBB0_4: # %if.then10 end_block # label0: @@ -71,11 +71,11 @@ main: # @main i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $1=, $pop8 - i32.store $drop=, __stack_pointer($pop6), $pop7 + i32.store __stack_pointer($pop6), $pop7 i32.const $push0=, 10 - i32.store $drop=, 8($1), $pop0 + i32.store 8($1), $pop0 i64.const $push1=, 38654705672 - i64.store $drop=, 0($1), $pop1 + i64.store 0($1), $pop1 call debug@FUNCTION, $1, $1, $1, $1, $1, $1, $1, $0, $0, $0, $0, $0, $0, $0, $0, $0, $1 i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -85,6 +85,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-8.c.s b/test/torture-s/va-arg-8.c.s index c961b1c4c..af7223c75 100644 --- a/test/torture-s/va-arg-8.c.s +++ b/test/torture-s/va-arg-8.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-8.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-8.c" .section .text.debug,"ax",@progbits .hidden debug .globl debug @@ -14,12 +14,12 @@ debug: # @debug i32.const $push14=, 16 i32.sub $push22=, $pop13, $pop14 tee_local $push21=, $11=, $pop22 - i32.store $drop=, __stack_pointer($pop15), $pop21 - i32.store $drop=, 12($11), $9 + i32.store __stack_pointer($pop15), $pop21 + i32.store 12($11), $9 i32.const $push0=, 4 i32.add $push20=, $9, $pop0 tee_local $push19=, $10=, $pop20 - i32.store $drop=, 12($11), $pop19 + i32.store 12($11), $pop19 block i32.load $push1=, 0($9) i32.const $push2=, 10 @@ -33,7 +33,7 @@ debug: # @debug tee_local $push23=, $9=, $pop24 i32.const $push7=, 8 i32.add $push8=, $pop23, $pop7 - i32.store $drop=, 12($11), $pop8 + i32.store 12($11), $pop8 i64.load $push9=, 0($9) i64.const $push10=, 20014547621496 i64.ne $push11=, $pop9, $pop10 @@ -42,7 +42,7 @@ debug: # @debug i32.const $push18=, 0 i32.const $push16=, 16 i32.add $push17=, $11, $pop16 - i32.store $drop=, __stack_pointer($pop18), $pop17 + i32.store __stack_pointer($pop18), $pop17 return .LBB0_3: # %if.then5 end_block # label0: @@ -66,11 +66,11 @@ main: # @main i32.const $push5=, 16 i32.sub $push8=, $pop4, $pop5 tee_local $push7=, $0=, $pop8 - i32.store $drop=, __stack_pointer($pop6), $pop7 + i32.store __stack_pointer($pop6), $pop7 i64.const $push0=, 20014547621496 - i64.store $drop=, 8($0), $pop0 + i64.store 8($0), $pop0 i32.const $push1=, 10 - i32.store $drop=, 0($0), $pop1 + i32.store 0($0), $pop1 call debug@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 @@ -80,6 +80,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/va-arg-9.c.s b/test/torture-s/va-arg-9.c.s index 056fb24a1..4c7104f6e 100644 --- a/test/torture-s/va-arg-9.c.s +++ b/test/torture-s/va-arg-9.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-9.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-9.c" .section .text.to_hex,"ax",@progbits .hidden to_hex .globl to_hex @@ -95,8 +95,8 @@ f0: # @f0 i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $4=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 - i32.store $drop=, 12($4), $1 + i32.store __stack_pointer($pop9), $pop14 + i32.store 12($4), $1 block i32.call $push0=, strlen@FUNCTION, $0 i32.const $push13=, 16 @@ -139,7 +139,7 @@ f0: # @f0 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $4, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 return .LBB2_7: # %if.then.i.i end_block # label5: @@ -163,8 +163,8 @@ f1: # @f1 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $5=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($5), $2 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($5), $2 block i32.call $push0=, strlen@FUNCTION, $1 i32.const $push1=, 15 @@ -207,7 +207,7 @@ f1: # @f1 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $5, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB3_7: # %if.then.i.i end_block # label9: @@ -231,8 +231,8 @@ f2: # @f2 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $6=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($6), $3 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($6), $3 block i32.call $push0=, strlen@FUNCTION, $2 i32.const $push1=, 14 @@ -275,7 +275,7 @@ f2: # @f2 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $6, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB4_7: # %if.then.i.i end_block # label13: @@ -299,8 +299,8 @@ f3: # @f3 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $7=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($7), $4 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($7), $4 block i32.call $push0=, strlen@FUNCTION, $3 i32.const $push1=, 13 @@ -343,7 +343,7 @@ f3: # @f3 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $7, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB5_7: # %if.then.i.i end_block # label17: @@ -367,8 +367,8 @@ f4: # @f4 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $8=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($8), $5 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($8), $5 block i32.call $push0=, strlen@FUNCTION, $4 i32.const $push1=, 12 @@ -411,7 +411,7 @@ f4: # @f4 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $8, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB6_7: # %if.then.i.i end_block # label21: @@ -435,8 +435,8 @@ f5: # @f5 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $9=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($9), $6 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($9), $6 block i32.call $push0=, strlen@FUNCTION, $5 i32.const $push1=, 11 @@ -479,7 +479,7 @@ f5: # @f5 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $9, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB7_7: # %if.then.i.i end_block # label25: @@ -503,8 +503,8 @@ f6: # @f6 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $10=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($10), $7 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($10), $7 block i32.call $push0=, strlen@FUNCTION, $6 i32.const $push1=, 10 @@ -547,7 +547,7 @@ f6: # @f6 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $10, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB8_7: # %if.then.i.i end_block # label29: @@ -571,8 +571,8 @@ f7: # @f7 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $11=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($11), $8 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($11), $8 block i32.call $push0=, strlen@FUNCTION, $7 i32.const $push1=, 9 @@ -615,7 +615,7 @@ f7: # @f7 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $11, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB9_7: # %if.then.i.i end_block # label33: @@ -639,8 +639,8 @@ f8: # @f8 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $12=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($12), $9 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($12), $9 block i32.call $push0=, strlen@FUNCTION, $8 i32.const $push1=, 8 @@ -683,7 +683,7 @@ f8: # @f8 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $12, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB10_7: # %if.then.i.i end_block # label37: @@ -707,8 +707,8 @@ f9: # @f9 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $13=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($13), $10 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($13), $10 block i32.call $push0=, strlen@FUNCTION, $9 i32.const $push1=, 7 @@ -751,7 +751,7 @@ f9: # @f9 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $13, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB11_7: # %if.then.i.i end_block # label41: @@ -775,8 +775,8 @@ f10: # @f10 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $14=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($14), $11 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($14), $11 block i32.call $push0=, strlen@FUNCTION, $10 i32.const $push1=, 6 @@ -819,7 +819,7 @@ f10: # @f10 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $14, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB12_7: # %if.then.i.i end_block # label45: @@ -843,8 +843,8 @@ f11: # @f11 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $15=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($15), $12 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($15), $12 block i32.call $push0=, strlen@FUNCTION, $11 i32.const $push1=, 5 @@ -887,7 +887,7 @@ f11: # @f11 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $15, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB13_7: # %if.then.i.i end_block # label49: @@ -911,8 +911,8 @@ f12: # @f12 i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $16=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 - i32.store $drop=, 12($16), $13 + i32.store __stack_pointer($pop9), $pop14 + i32.store 12($16), $13 block i32.call $push0=, strlen@FUNCTION, $12 i32.const $push13=, 4 @@ -955,7 +955,7 @@ f12: # @f12 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $16, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 return .LBB14_7: # %if.then.i.i end_block # label53: @@ -979,8 +979,8 @@ f13: # @f13 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $17=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($17), $14 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($17), $14 block i32.call $push0=, strlen@FUNCTION, $13 i32.const $push1=, 3 @@ -1023,7 +1023,7 @@ f13: # @f13 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $17, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB15_7: # %if.then.i.i end_block # label57: @@ -1047,8 +1047,8 @@ f14: # @f14 i32.const $push9=, 16 i32.sub $push15=, $pop8, $pop9 tee_local $push14=, $18=, $pop15 - i32.store $drop=, __stack_pointer($pop10), $pop14 - i32.store $drop=, 12($18), $15 + i32.store __stack_pointer($pop10), $pop14 + i32.store 12($18), $15 block i32.call $push0=, strlen@FUNCTION, $14 i32.const $push1=, 2 @@ -1091,7 +1091,7 @@ f14: # @f14 i32.const $push13=, 0 i32.const $push11=, 16 i32.add $push12=, $18, $pop11 - i32.store $drop=, __stack_pointer($pop13), $pop12 + i32.store __stack_pointer($pop13), $pop12 return .LBB16_7: # %if.then.i.i end_block # label61: @@ -1115,8 +1115,8 @@ f15: # @f15 i32.const $push8=, 16 i32.sub $push15=, $pop7, $pop8 tee_local $push14=, $19=, $pop15 - i32.store $drop=, __stack_pointer($pop9), $pop14 - i32.store $drop=, 12($19), $16 + i32.store __stack_pointer($pop9), $pop14 + i32.store 12($19), $16 block i32.call $push0=, strlen@FUNCTION, $15 i32.const $push13=, 1 @@ -1159,7 +1159,7 @@ f15: # @f15 i32.const $push12=, 0 i32.const $push10=, 16 i32.add $push11=, $19, $pop10 - i32.store $drop=, __stack_pointer($pop12), $pop11 + i32.store __stack_pointer($pop12), $pop11 return .LBB17_7: # %if.then.i.i end_block # label65: @@ -1183,47 +1183,47 @@ main: # @main i32.const $push83=, 640 i32.sub $push292=, $pop82, $pop83 tee_local $push291=, $0=, $pop292 - i32.store $drop=, __stack_pointer($pop84), $pop291 + i32.store __stack_pointer($pop84), $pop291 i32.const $push85=, 576 i32.add $push86=, $0, $pop85 i32.const $push0=, 56 i32.add $push1=, $pop86, $pop0 i64.const $push2=, 64424509454 - i64.store $drop=, 0($pop1), $pop2 + i64.store 0($pop1), $pop2 i32.const $push87=, 576 i32.add $push88=, $0, $pop87 i32.const $push3=, 48 i32.add $push4=, $pop88, $pop3 i64.const $push5=, 55834574860 - i64.store $drop=, 0($pop4), $pop5 + i64.store 0($pop4), $pop5 i32.const $push89=, 576 i32.add $push90=, $0, $pop89 i32.const $push6=, 40 i32.add $push7=, $pop90, $pop6 i64.const $push8=, 47244640266 - i64.store $drop=, 0($pop7), $pop8 + i64.store 0($pop7), $pop8 i32.const $push91=, 576 i32.add $push92=, $0, $pop91 i32.const $push9=, 32 i32.add $push10=, $pop92, $pop9 i64.const $push11=, 38654705672 - i64.store $drop=, 0($pop10), $pop11 + i64.store 0($pop10), $pop11 i32.const $push93=, 576 i32.add $push94=, $0, $pop93 i32.const $push12=, 24 i32.add $push13=, $pop94, $pop12 i64.const $push14=, 30064771078 - i64.store $drop=, 0($pop13), $pop14 + i64.store 0($pop13), $pop14 i32.const $push95=, 576 i32.add $push96=, $0, $pop95 i32.const $push15=, 16 i32.add $push16=, $pop96, $pop15 i64.const $push17=, 21474836484 - i64.store $drop=, 0($pop16), $pop17 + i64.store 0($pop16), $pop17 i64.const $push18=, 12884901890 - i64.store $drop=, 584($0), $pop18 + i64.store 584($0), $pop18 i64.const $push19=, 4294967296 - i64.store $drop=, 576($0), $pop19 + i64.store 576($0), $pop19 i32.const $push20=, .L.str i32.const $push97=, 576 i32.add $push98=, $0, $pop97 @@ -1233,41 +1233,41 @@ main: # @main i32.const $push290=, 56 i32.add $push21=, $pop100, $pop290 i32.const $push22=, 15 - i32.store $drop=, 0($pop21), $pop22 + i32.store 0($pop21), $pop22 i32.const $push101=, 512 i32.add $push102=, $0, $pop101 i32.const $push289=, 48 i32.add $push23=, $pop102, $pop289 i64.const $push24=, 60129542157 - i64.store $drop=, 0($pop23), $pop24 + i64.store 0($pop23), $pop24 i32.const $push103=, 512 i32.add $push104=, $0, $pop103 i32.const $push288=, 40 i32.add $push25=, $pop104, $pop288 i64.const $push26=, 51539607563 - i64.store $drop=, 0($pop25), $pop26 + i64.store 0($pop25), $pop26 i32.const $push105=, 512 i32.add $push106=, $0, $pop105 i32.const $push287=, 32 i32.add $push27=, $pop106, $pop287 i64.const $push28=, 42949672969 - i64.store $drop=, 0($pop27), $pop28 + i64.store 0($pop27), $pop28 i32.const $push107=, 512 i32.add $push108=, $0, $pop107 i32.const $push286=, 24 i32.add $push29=, $pop108, $pop286 i64.const $push30=, 34359738375 - i64.store $drop=, 0($pop29), $pop30 + i64.store 0($pop29), $pop30 i32.const $push109=, 512 i32.add $push110=, $0, $pop109 i32.const $push285=, 16 i32.add $push31=, $pop110, $pop285 i64.const $push32=, 25769803781 - i64.store $drop=, 0($pop31), $pop32 + i64.store 0($pop31), $pop32 i64.const $push33=, 17179869187 - i64.store $drop=, 520($0), $pop33 + i64.store 520($0), $pop33 i64.const $push34=, 8589934593 - i64.store $drop=, 512($0), $pop34 + i64.store 512($0), $pop34 i32.const $push35=, .L.str+1 i32.const $push111=, 512 i32.add $push112=, $0, $pop111 @@ -1277,35 +1277,35 @@ main: # @main i32.const $push284=, 48 i32.add $push36=, $pop114, $pop284 i64.const $push283=, 64424509454 - i64.store $drop=, 0($pop36), $pop283 + i64.store 0($pop36), $pop283 i32.const $push115=, 448 i32.add $push116=, $0, $pop115 i32.const $push282=, 40 i32.add $push37=, $pop116, $pop282 i64.const $push281=, 55834574860 - i64.store $drop=, 0($pop37), $pop281 + i64.store 0($pop37), $pop281 i32.const $push117=, 448 i32.add $push118=, $0, $pop117 i32.const $push280=, 32 i32.add $push38=, $pop118, $pop280 i64.const $push279=, 47244640266 - i64.store $drop=, 0($pop38), $pop279 + i64.store 0($pop38), $pop279 i32.const $push119=, 448 i32.add $push120=, $0, $pop119 i32.const $push278=, 24 i32.add $push39=, $pop120, $pop278 i64.const $push277=, 38654705672 - i64.store $drop=, 0($pop39), $pop277 + i64.store 0($pop39), $pop277 i32.const $push121=, 448 i32.add $push122=, $0, $pop121 i32.const $push276=, 16 i32.add $push40=, $pop122, $pop276 i64.const $push275=, 30064771078 - i64.store $drop=, 0($pop40), $pop275 + i64.store 0($pop40), $pop275 i64.const $push274=, 21474836484 - i64.store $drop=, 456($0), $pop274 + i64.store 456($0), $pop274 i64.const $push273=, 12884901890 - i64.store $drop=, 448($0), $pop273 + i64.store 448($0), $pop273 i32.const $push41=, .L.str+2 i32.const $push123=, 448 i32.add $push124=, $0, $pop123 @@ -1315,35 +1315,35 @@ main: # @main i32.const $push272=, 48 i32.add $push42=, $pop126, $pop272 i32.const $push271=, 15 - i32.store $drop=, 0($pop42), $pop271 + i32.store 0($pop42), $pop271 i32.const $push127=, 384 i32.add $push128=, $0, $pop127 i32.const $push270=, 40 i32.add $push43=, $pop128, $pop270 i64.const $push269=, 60129542157 - i64.store $drop=, 0($pop43), $pop269 + i64.store 0($pop43), $pop269 i32.const $push129=, 384 i32.add $push130=, $0, $pop129 i32.const $push268=, 32 i32.add $push44=, $pop130, $pop268 i64.const $push267=, 51539607563 - i64.store $drop=, 0($pop44), $pop267 + i64.store 0($pop44), $pop267 i32.const $push131=, 384 i32.add $push132=, $0, $pop131 i32.const $push266=, 24 i32.add $push45=, $pop132, $pop266 i64.const $push265=, 42949672969 - i64.store $drop=, 0($pop45), $pop265 + i64.store 0($pop45), $pop265 i32.const $push133=, 384 i32.add $push134=, $0, $pop133 i32.const $push264=, 16 i32.add $push46=, $pop134, $pop264 i64.const $push263=, 34359738375 - i64.store $drop=, 0($pop46), $pop263 + i64.store 0($pop46), $pop263 i64.const $push262=, 25769803781 - i64.store $drop=, 392($0), $pop262 + i64.store 392($0), $pop262 i64.const $push261=, 17179869187 - i64.store $drop=, 384($0), $pop261 + i64.store 384($0), $pop261 i32.const $push47=, .L.str+3 i32.const $push135=, 384 i32.add $push136=, $0, $pop135 @@ -1353,29 +1353,29 @@ main: # @main i32.const $push260=, 40 i32.add $push48=, $pop138, $pop260 i64.const $push259=, 64424509454 - i64.store $drop=, 0($pop48), $pop259 + i64.store 0($pop48), $pop259 i32.const $push139=, 336 i32.add $push140=, $0, $pop139 i32.const $push258=, 32 i32.add $push49=, $pop140, $pop258 i64.const $push257=, 55834574860 - i64.store $drop=, 0($pop49), $pop257 + i64.store 0($pop49), $pop257 i32.const $push141=, 336 i32.add $push142=, $0, $pop141 i32.const $push256=, 24 i32.add $push50=, $pop142, $pop256 i64.const $push255=, 47244640266 - i64.store $drop=, 0($pop50), $pop255 + i64.store 0($pop50), $pop255 i32.const $push143=, 336 i32.add $push144=, $0, $pop143 i32.const $push254=, 16 i32.add $push51=, $pop144, $pop254 i64.const $push253=, 38654705672 - i64.store $drop=, 0($pop51), $pop253 + i64.store 0($pop51), $pop253 i64.const $push252=, 30064771078 - i64.store $drop=, 344($0), $pop252 + i64.store 344($0), $pop252 i64.const $push251=, 21474836484 - i64.store $drop=, 336($0), $pop251 + i64.store 336($0), $pop251 i32.const $push52=, .L.str+4 i32.const $push145=, 336 i32.add $push146=, $0, $pop145 @@ -1385,29 +1385,29 @@ main: # @main i32.const $push250=, 40 i32.add $push53=, $pop148, $pop250 i32.const $push249=, 15 - i32.store $drop=, 0($pop53), $pop249 + i32.store 0($pop53), $pop249 i32.const $push149=, 288 i32.add $push150=, $0, $pop149 i32.const $push248=, 32 i32.add $push54=, $pop150, $pop248 i64.const $push247=, 60129542157 - i64.store $drop=, 0($pop54), $pop247 + i64.store 0($pop54), $pop247 i32.const $push151=, 288 i32.add $push152=, $0, $pop151 i32.const $push246=, 24 i32.add $push55=, $pop152, $pop246 i64.const $push245=, 51539607563 - i64.store $drop=, 0($pop55), $pop245 + i64.store 0($pop55), $pop245 i32.const $push153=, 288 i32.add $push154=, $0, $pop153 i32.const $push244=, 16 i32.add $push56=, $pop154, $pop244 i64.const $push243=, 42949672969 - i64.store $drop=, 0($pop56), $pop243 + i64.store 0($pop56), $pop243 i64.const $push242=, 34359738375 - i64.store $drop=, 296($0), $pop242 + i64.store 296($0), $pop242 i64.const $push241=, 25769803781 - i64.store $drop=, 288($0), $pop241 + i64.store 288($0), $pop241 i32.const $push57=, .L.str+5 i32.const $push155=, 288 i32.add $push156=, $0, $pop155 @@ -1417,23 +1417,23 @@ main: # @main i32.const $push240=, 32 i32.add $push58=, $pop158, $pop240 i64.const $push239=, 64424509454 - i64.store $drop=, 0($pop58), $pop239 + i64.store 0($pop58), $pop239 i32.const $push159=, 240 i32.add $push160=, $0, $pop159 i32.const $push238=, 24 i32.add $push59=, $pop160, $pop238 i64.const $push237=, 55834574860 - i64.store $drop=, 0($pop59), $pop237 + i64.store 0($pop59), $pop237 i32.const $push161=, 240 i32.add $push162=, $0, $pop161 i32.const $push236=, 16 i32.add $push60=, $pop162, $pop236 i64.const $push235=, 47244640266 - i64.store $drop=, 0($pop60), $pop235 + i64.store 0($pop60), $pop235 i64.const $push234=, 38654705672 - i64.store $drop=, 248($0), $pop234 + i64.store 248($0), $pop234 i64.const $push233=, 30064771078 - i64.store $drop=, 240($0), $pop233 + i64.store 240($0), $pop233 i32.const $push61=, .L.str+6 i32.const $push163=, 240 i32.add $push164=, $0, $pop163 @@ -1443,23 +1443,23 @@ main: # @main i32.const $push232=, 32 i32.add $push62=, $pop166, $pop232 i32.const $push231=, 15 - i32.store $drop=, 0($pop62), $pop231 + i32.store 0($pop62), $pop231 i32.const $push167=, 192 i32.add $push168=, $0, $pop167 i32.const $push230=, 24 i32.add $push63=, $pop168, $pop230 i64.const $push229=, 60129542157 - i64.store $drop=, 0($pop63), $pop229 + i64.store 0($pop63), $pop229 i32.const $push169=, 192 i32.add $push170=, $0, $pop169 i32.const $push228=, 16 i32.add $push64=, $pop170, $pop228 i64.const $push227=, 51539607563 - i64.store $drop=, 0($pop64), $pop227 + i64.store 0($pop64), $pop227 i64.const $push226=, 42949672969 - i64.store $drop=, 200($0), $pop226 + i64.store 200($0), $pop226 i64.const $push225=, 34359738375 - i64.store $drop=, 192($0), $pop225 + i64.store 192($0), $pop225 i32.const $push65=, .L.str+7 i32.const $push171=, 192 i32.add $push172=, $0, $pop171 @@ -1469,17 +1469,17 @@ main: # @main i32.const $push224=, 24 i32.add $push66=, $pop174, $pop224 i64.const $push223=, 64424509454 - i64.store $drop=, 0($pop66), $pop223 + i64.store 0($pop66), $pop223 i32.const $push175=, 160 i32.add $push176=, $0, $pop175 i32.const $push222=, 16 i32.add $push67=, $pop176, $pop222 i64.const $push221=, 55834574860 - i64.store $drop=, 0($pop67), $pop221 + i64.store 0($pop67), $pop221 i64.const $push220=, 47244640266 - i64.store $drop=, 168($0), $pop220 + i64.store 168($0), $pop220 i64.const $push219=, 38654705672 - i64.store $drop=, 160($0), $pop219 + i64.store 160($0), $pop219 i32.const $push68=, .L.str+8 i32.const $push177=, 160 i32.add $push178=, $0, $pop177 @@ -1489,17 +1489,17 @@ main: # @main i32.const $push218=, 24 i32.add $push69=, $pop180, $pop218 i32.const $push217=, 15 - i32.store $drop=, 0($pop69), $pop217 + i32.store 0($pop69), $pop217 i32.const $push181=, 128 i32.add $push182=, $0, $pop181 i32.const $push216=, 16 i32.add $push70=, $pop182, $pop216 i64.const $push215=, 60129542157 - i64.store $drop=, 0($pop70), $pop215 + i64.store 0($pop70), $pop215 i64.const $push214=, 51539607563 - i64.store $drop=, 136($0), $pop214 + i64.store 136($0), $pop214 i64.const $push213=, 42949672969 - i64.store $drop=, 128($0), $pop213 + i64.store 128($0), $pop213 i32.const $push71=, .L.str+9 i32.const $push183=, 128 i32.add $push184=, $0, $pop183 @@ -1509,11 +1509,11 @@ main: # @main i32.const $push212=, 16 i32.add $push72=, $pop186, $pop212 i64.const $push211=, 64424509454 - i64.store $drop=, 0($pop72), $pop211 + i64.store 0($pop72), $pop211 i64.const $push210=, 55834574860 - i64.store $drop=, 104($0), $pop210 + i64.store 104($0), $pop210 i64.const $push209=, 47244640266 - i64.store $drop=, 96($0), $pop209 + i64.store 96($0), $pop209 i32.const $push73=, .L.str+10 i32.const $push187=, 96 i32.add $push188=, $0, $pop187 @@ -1523,39 +1523,39 @@ main: # @main i32.const $push208=, 16 i32.add $push74=, $pop190, $pop208 i32.const $push207=, 15 - i32.store $drop=, 0($pop74), $pop207 + i32.store 0($pop74), $pop207 i64.const $push206=, 60129542157 - i64.store $drop=, 72($0), $pop206 + i64.store 72($0), $pop206 i64.const $push205=, 51539607563 - i64.store $drop=, 64($0), $pop205 + i64.store 64($0), $pop205 i32.const $push75=, .L.str+11 i32.const $push191=, 64 i32.add $push192=, $0, $pop191 call f11@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop75, $pop192 i64.const $push204=, 64424509454 - i64.store $drop=, 56($0), $pop204 + i64.store 56($0), $pop204 i64.const $push203=, 55834574860 - i64.store $drop=, 48($0), $pop203 + i64.store 48($0), $pop203 i32.const $push76=, .L.str+12 i32.const $push193=, 48 i32.add $push194=, $0, $pop193 call f12@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop76, $pop194 i32.const $push202=, 15 - i32.store $drop=, 40($0), $pop202 + i32.store 40($0), $pop202 i64.const $push201=, 60129542157 - i64.store $drop=, 32($0), $pop201 + i64.store 32($0), $pop201 i32.const $push77=, .L.str+13 i32.const $push195=, 32 i32.add $push196=, $0, $pop195 call f13@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop77, $pop196 i64.const $push200=, 64424509454 - i64.store $drop=, 16($0), $pop200 + i64.store 16($0), $pop200 i32.const $push78=, .L.str+14 i32.const $push197=, 16 i32.add $push198=, $0, $pop197 call f14@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop78, $pop198 i32.const $push199=, 15 - i32.store $drop=, 0($0), $pop199 + i32.store 0($0), $pop199 i32.const $push79=, .L.str+15 call f15@FUNCTION, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $0, $pop79, $0 i32.const $push80=, 0 @@ -1573,7 +1573,7 @@ main: # @main .size .L.str, 17 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype strlen, i32, i32 .functype exit, void, i32 diff --git a/test/torture-s/va-arg-pack-1.c.s b/test/torture-s/va-arg-pack-1.c.s index aaee79785..c927b5722 100644 --- a/test/torture-s/va-arg-pack-1.c.s +++ b/test/torture-s/va-arg-pack-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-pack-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-pack-1.c" .section .text.foo1,"ax",@progbits .hidden foo1 .globl foo1 @@ -15,8 +15,8 @@ foo1: # @foo1 i32.const $push77=, 32 i32.sub $push89=, $pop76, $pop77 tee_local $push88=, $6=, $pop89 - i32.store $drop=, __stack_pointer($pop78), $pop88 - i32.store $drop=, 12($6), $2 + i32.store __stack_pointer($pop78), $pop88 + i32.store 12($6), $2 block i32.const $push0=, 19 i32.gt_u $push1=, $0, $pop0 @@ -33,9 +33,9 @@ foo1: # @foo1 i32.const $push6=, 1 i32.add $push94=, $pop5, $pop6 tee_local $push93=, $3=, $pop94 - i32.store8 $drop=, 0($2), $pop93 + i32.store8 0($2), $pop93 i32.const $push92=, 0 - i32.store $drop=, cnt($pop92), $3 + i32.store cnt($pop92), $3 i32.const $push7=, 6 i32.ne $push8=, $1, $pop7 br_if 0, $pop8 # 0: down to label0 @@ -45,7 +45,7 @@ foo1: # @foo1 i32.const $push9=, 4 i32.add $push96=, $pop97, $pop9 tee_local $push95=, $1=, $pop96 - i32.store $drop=, 12($6), $pop95 + i32.store 12($6), $pop95 i32.load $push10=, 0($2) i32.const $push11=, 5 i32.ne $push12=, $pop10, $pop11 @@ -66,7 +66,7 @@ foo1: # @foo1 i32.const $push41=, 8 i32.add $push101=, $2, $pop41 tee_local $push100=, $1=, $pop101 - i32.store $drop=, 12($6), $pop100 + i32.store 12($6), $pop100 i32.const $push42=, 4 i32.add $push43=, $2, $pop42 i32.load $push44=, 0($pop43) @@ -87,7 +87,7 @@ foo1: # @foo1 i32.const $push107=, 12 i32.add $push49=, $1, $pop107 i32.load $push50=, 0($pop49):p2align=0 - i32.store $drop=, 0($pop51), $pop50 + i32.store 0($pop51), $pop50 i32.const $push84=, 16 i32.add $push85=, $6, $pop84 i32.const $push52=, 8 @@ -95,17 +95,17 @@ foo1: # @foo1 i32.const $push106=, 8 i32.add $push53=, $1, $pop106 i32.load $push54=, 0($pop53):p2align=0 - i32.store $drop=, 0($pop55), $pop54 + i32.store 0($pop55), $pop54 i32.const $push56=, 24 i32.add $push105=, $2, $pop56 tee_local $push104=, $3=, $pop105 - i32.store $drop=, 12($6), $pop104 + i32.store 12($6), $pop104 i32.const $push57=, 4 i32.add $push58=, $1, $pop57 i32.load $push59=, 0($pop58):p2align=0 - i32.store $drop=, 20($6), $pop59 + i32.store 20($6), $pop59 i32.load $push60=, 0($1):p2align=0 - i32.store $drop=, 16($6), $pop60 + i32.store 16($6), $pop60 i32.const $push86=, 16 i32.add $push87=, $6, $pop86 i32.const $push103=, v4 @@ -116,7 +116,7 @@ foo1: # @foo1 i32.const $push63=, 28 i32.add $push110=, $2, $pop63 tee_local $push109=, $1=, $pop110 - i32.store $drop=, 12($6), $pop109 + i32.store 12($6), $pop109 i32.load $push64=, 0($3) i32.const $push108=, v4 i32.ne $push65=, $pop64, $pop108 @@ -124,7 +124,7 @@ foo1: # @foo1 # BB#11: # %if.end34 i32.const $push67=, 32 i32.add $push68=, $2, $pop67 - i32.store $drop=, 12($6), $pop68 + i32.store 12($6), $pop68 block i32.load $push69=, 0($1) i32.const $push70=, 3 @@ -149,7 +149,7 @@ foo1: # @foo1 tee_local $push115=, $2=, $pop116 i32.const $push22=, 16 i32.add $push23=, $pop115, $pop22 - i32.store $drop=, 12($6), $pop23 + i32.store 12($6), $pop23 i64.load $push114=, 0($2) tee_local $push113=, $4=, $pop114 i64.load $push112=, 8($2) @@ -169,7 +169,7 @@ foo1: # @foo1 i32.const $push29=, 20 i32.add $push119=, $2, $pop29 tee_local $push118=, $1=, $pop119 - i32.store $drop=, 12($6), $pop118 + i32.store 12($6), $pop118 i32.const $push30=, 16 i32.add $push31=, $2, $pop30 i32.load $push32=, 0($pop31) @@ -179,7 +179,7 @@ foo1: # @foo1 # BB#17: # %if.end59 i32.const $push35=, 24 i32.add $push36=, $2, $pop35 - i32.store $drop=, 12($6), $pop36 + i32.store 12($6), $pop36 i32.load $push37=, 0($1) i32.const $push38=, v2 i32.ne $push39=, $pop37, $pop38 @@ -189,7 +189,7 @@ foo1: # @foo1 i32.const $push81=, 0 i32.const $push79=, 32 i32.add $push80=, $6, $pop79 - i32.store $drop=, __stack_pointer($pop81), $pop80 + i32.store __stack_pointer($pop81), $pop80 return $0 .LBB0_19: # %sw.default end_block # label0: @@ -214,8 +214,8 @@ foo2: # @foo2 i32.const $push69=, 48 i32.sub $push87=, $pop68, $pop69 tee_local $push86=, $4=, $pop87 - i32.store $drop=, __stack_pointer($pop70), $pop86 - i32.store $drop=, 12($4), $2 + i32.store __stack_pointer($pop70), $pop86 + i32.store 12($4), $2 block i32.const $push0=, 19 i32.gt_u $push1=, $0, $pop0 @@ -233,10 +233,10 @@ foo2: # @foo2 i32.const $push6=, 1 i32.add $push91=, $pop5, $pop6 tee_local $push90=, $3=, $pop91 - i32.store $drop=, cnt($pop4), $pop90 + i32.store cnt($pop4), $pop90 i32.const $push7=, 64 i32.or $push8=, $3, $pop7 - i32.store8 $drop=, 0($2), $pop8 + i32.store8 0($2), $pop8 i32.const $push9=, 10 i32.ne $push10=, $1, $pop9 br_if 0, $pop10 # 0: down to label4 @@ -263,7 +263,7 @@ foo2: # @foo2 i32.const $push23=, 16 i32.add $push95=, $pop96, $pop23 tee_local $push94=, $1=, $pop95 - i32.store $drop=, 12($4), $pop94 + i32.store 12($4), $pop94 i64.load $push25=, 0($2) i64.load $push24=, 8($2) i64.const $push93=, 0 @@ -287,7 +287,7 @@ foo2: # @foo2 i32.const $push107=, 12 i32.add $push31=, $1, $pop107 i32.load $push32=, 0($pop31):p2align=0 - i32.store $drop=, 0($pop33), $pop32 + i32.store 0($pop33), $pop32 i32.const $push76=, 32 i32.add $push77=, $4, $pop76 i32.const $push106=, 8 @@ -295,17 +295,17 @@ foo2: # @foo2 i32.const $push105=, 8 i32.add $push34=, $1, $pop105 i32.load $push35=, 0($pop34):p2align=0 - i32.store $drop=, 0($pop36), $pop35 + i32.store 0($pop36), $pop35 i32.const $push37=, 32 i32.add $push104=, $2, $pop37 tee_local $push103=, $3=, $pop104 - i32.store $drop=, 12($4), $pop103 + i32.store 12($4), $pop103 i32.const $push102=, 4 i32.add $push38=, $1, $pop102 i32.load $push39=, 0($pop38):p2align=0 - i32.store $drop=, 36($4), $pop39 + i32.store 36($4), $pop39 i32.load $push40=, 0($1):p2align=0 - i32.store $drop=, 32($4), $pop40 + i32.store 32($4), $pop40 i32.const $push78=, 32 i32.add $push79=, $4, $pop78 i32.const $push101=, v4 @@ -320,7 +320,7 @@ foo2: # @foo2 i32.const $push116=, 12 i32.add $push42=, $3, $pop116 i32.load $push43=, 0($pop42):p2align=0 - i32.store $drop=, 0($pop44), $pop43 + i32.store 0($pop44), $pop43 i32.const $push82=, 16 i32.add $push83=, $4, $pop82 i32.const $push115=, 8 @@ -328,17 +328,17 @@ foo2: # @foo2 i32.const $push114=, 8 i32.add $push45=, $3, $pop114 i32.load $push46=, 0($pop45):p2align=0 - i32.store $drop=, 0($pop47), $pop46 + i32.store 0($pop47), $pop46 i32.const $push48=, 48 i32.add $push113=, $2, $pop48 tee_local $push112=, $1=, $pop113 - i32.store $drop=, 12($4), $pop112 + i32.store 12($4), $pop112 i32.const $push111=, 4 i32.add $push49=, $3, $pop111 i32.load $push50=, 0($pop49):p2align=0 - i32.store $drop=, 20($4), $pop50 + i32.store 20($4), $pop50 i32.load $push51=, 0($3):p2align=0 - i32.store $drop=, 16($4), $pop51 + i32.store 16($4), $pop51 i32.const $push84=, 16 i32.add $push85=, $4, $pop84 i32.const $push110=, v4 @@ -349,7 +349,7 @@ foo2: # @foo2 i32.const $push53=, 52 i32.add $push119=, $2, $pop53 tee_local $push118=, $2=, $pop119 - i32.store $drop=, 12($4), $pop118 + i32.store 12($4), $pop118 i32.load $push54=, 0($1) i32.const $push55=, v2 i32.ne $push56=, $pop54, $pop55 @@ -362,7 +362,7 @@ foo2: # @foo2 tee_local $push120=, $2=, $pop121 i32.const $push60=, 8 i32.add $push61=, $pop120, $pop60 - i32.store $drop=, 12($4), $pop61 + i32.store 12($4), $pop61 i64.load $push62=, 0($2) i64.const $push63=, 16 i64.ne $push64=, $pop62, $pop63 @@ -372,7 +372,7 @@ foo2: # @foo2 i32.const $push73=, 0 i32.const $push71=, 48 i32.add $push72=, $4, $pop71 - i32.store $drop=, __stack_pointer($pop73), $pop72 + i32.store __stack_pointer($pop73), $pop72 i32.const $push65=, 8 i32.add $push66=, $0, $pop65 return $pop66 @@ -411,48 +411,48 @@ main: # @main i32.const $push65=, 176 i32.sub $push111=, $pop64, $pop65 tee_local $push110=, $4=, $pop111 - i32.store $drop=, __stack_pointer($pop66), $pop110 + i32.store __stack_pointer($pop66), $pop110 i32.const $push109=, 0 i32.const $push108=, 0 i32.load $push0=, v1($pop108) i32.const $push107=, 1 i32.add $push106=, $pop0, $pop107 tee_local $push105=, $0=, $pop106 - i32.store $drop=, v1($pop109), $pop105 + i32.store v1($pop109), $pop105 i32.const $push104=, 0 i32.const $push103=, 0 i32.load $push102=, v2($pop103) tee_local $push101=, $1=, $pop102 i32.const $push100=, 1 i32.add $push1=, $pop101, $pop100 - i32.store $drop=, v2($pop104), $pop1 + i32.store v2($pop104), $pop1 i32.const $push3=, 172 i32.add $push4=, $4, $pop3 i32.const $push99=, 0 i32.load $push2=, v4+12($pop99):p2align=0 - i32.store $drop=, 0($pop4), $pop2 + i32.store 0($pop4), $pop2 i32.const $push70=, 160 i32.add $push71=, $4, $pop70 i32.const $push98=, 8 i32.add $push6=, $pop71, $pop98 i32.const $push97=, 0 i32.load $push5=, v4+8($pop97):p2align=0 - i32.store $drop=, 0($pop6), $pop5 + i32.store 0($pop6), $pop5 i32.const $push8=, 164 i32.add $push9=, $4, $pop8 i32.const $push96=, 0 i32.load $push7=, v4+4($pop96):p2align=0 - i32.store $drop=, 0($pop9), $pop7 + i32.store 0($pop9), $pop7 i32.const $push95=, 0 i32.load $push10=, v4($pop95):p2align=0 - i32.store $drop=, 160($4), $pop10 - i32.store $drop=, 144($4), $0 - i32.store $drop=, 156($4), $1 + i32.store 160($4), $pop10 + i32.store 144($4), $0 + i32.store 156($4), $1 i32.const $push11=, v4 - i32.store $drop=, 152($4), $pop11 + i32.store 152($4), $pop11 i32.const $push72=, 160 i32.add $push73=, $4, $pop72 - i32.store $drop=, 148($4), $pop73 + i32.store 148($4), $pop73 block i32.const $push94=, 0 i32.const $push74=, 144 @@ -473,11 +473,11 @@ main: # @main i32.add $push19=, $4, $pop18 i32.const $push122=, 0 i32.load $push17=, v3($pop122) - i32.store $drop=, 0($pop19), $pop17 + i32.store 0($pop19), $pop17 i32.const $push20=, 128 i32.add $push21=, $4, $pop20 i32.const $push121=, 8 - i32.store $drop=, 0($pop21), $pop121 + i32.store 0($pop21), $pop121 i32.const $push120=, 0 i32.const $push78=, 96 i32.add $push79=, $4, $pop78 @@ -485,13 +485,13 @@ main: # @main i32.add $push22=, $pop79, $pop119 i64.load $push118=, 0($pop22) tee_local $push117=, $2=, $pop118 - i64.store $drop=, v5+8($pop120), $pop117 + i64.store v5+8($pop120), $pop117 i32.const $push116=, 0 i64.load $push115=, 96($4) tee_local $push114=, $3=, $pop115 - i64.store $drop=, v5($pop116), $pop114 - i64.store $drop=, 120($4), $2 - i64.store $drop=, 112($4), $3 + i64.store v5($pop116), $pop114 + i64.store 120($4), $2 + i64.store 112($4), $3 i32.const $push113=, 1 i32.const $push80=, 112 i32.add $push81=, $4, $pop80 @@ -530,30 +530,30 @@ main: # @main i32.add $push36=, $4, $pop35 i32.const $push143=, 0 i32.load $push34=, v4+12($pop143):p2align=0 - i32.store $drop=, 0($pop36), $pop34 + i32.store 0($pop36), $pop34 i32.const $push82=, 80 i32.add $push83=, $4, $pop82 i32.const $push38=, 8 i32.add $push39=, $pop83, $pop38 i32.const $push142=, 0 i32.load $push37=, v4+8($pop142):p2align=0 - i32.store $drop=, 0($pop39), $pop37 + i32.store 0($pop39), $pop37 i32.const $push41=, 84 i32.add $push42=, $4, $pop41 i32.const $push141=, 0 i32.load $push40=, v4+4($pop141):p2align=0 - i32.store $drop=, 0($pop42), $pop40 + i32.store 0($pop42), $pop40 i32.const $push140=, 0 i32.const $push139=, 8 i32.add $push43=, $4, $pop139 i64.load $push44=, 0($pop43) - i64.store $drop=, v5+8($pop140), $pop44 + i64.store v5+8($pop140), $pop44 i32.const $push138=, 0 i64.load $push45=, 0($4) - i64.store $drop=, v5($pop138), $pop45 + i64.store v5($pop138), $pop45 i32.const $push137=, 0 i32.load $push46=, v4($pop137):p2align=0 - i32.store $drop=, 80($4), $pop46 + i32.store 80($4), $pop46 i32.const $push136=, 0 i32.load $0=, v1($pop136) i32.const $push135=, 0 @@ -564,31 +564,31 @@ main: # @main i32.add $push47=, $pop85, $pop134 i32.const $push133=, 0 i64.load $push48=, v4+8($pop133):p2align=0 - i64.store $drop=, 0($pop47):p2align=2, $pop48 + i64.store 0($pop47):p2align=2, $pop48 i32.const $push132=, 0 i64.load $push49=, v4($pop132):p2align=0 - i64.store $drop=, 64($4):p2align=2, $pop49 + i64.store 64($4):p2align=2, $pop49 i32.const $push50=, 48 i32.add $push51=, $4, $pop50 i64.const $push52=, 16 - i64.store $drop=, 0($pop51), $pop52 + i64.store 0($pop51), $pop52 i32.const $push53=, 40 i32.add $push54=, $4, $pop53 - i32.store $drop=, 0($pop54), $1 - i64.store $drop=, 16($4), $2 + i32.store 0($pop54), $1 + i64.store 16($4), $2 i32.const $push86=, 16 i32.add $push87=, $4, $pop86 i32.const $push55=, 20 i32.add $push56=, $pop87, $pop55 i32.const $push88=, 64 i32.add $push89=, $4, $pop88 - i32.store $drop=, 0($pop56), $pop89 + i32.store 0($pop56), $pop89 i32.const $push57=, 32 i32.add $push58=, $4, $pop57 i32.const $push90=, 80 i32.add $push91=, $4, $pop90 - i32.store $drop=, 0($pop58), $pop91 - i64.store $drop=, 24($4), $3 + i32.store 0($pop58), $pop91 + i64.store 24($4), $3 i32.const $push59=, 3 i32.add $push60=, $0, $pop59 i32.const $push92=, 16 @@ -601,7 +601,7 @@ main: # @main i32.const $push69=, 0 i32.const $push67=, 176 i32.add $push68=, $4, $pop67 - i32.store $drop=, __stack_pointer($pop69), $pop68 + i32.store __stack_pointer($pop69), $pop68 i32.const $push150=, 0 return $pop150 .LBB3_6: # %if.then18 @@ -676,7 +676,7 @@ cnt: .size cnt, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype memcmp, i32, i32, i32, i32 .functype bar, i32, i32 diff --git a/test/torture-s/va-arg-trap-1.c.s b/test/torture-s/va-arg-trap-1.c.s index b083d7ec7..f7d70af9f 100644 --- a/test/torture-s/va-arg-trap-1.c.s +++ b/test/torture-s/va-arg-trap-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-trap-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/va-arg-trap-1.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -22,7 +22,7 @@ bar: # @bar .param i32, i32 # BB#0: # %entry i32.const $push0=, 0 - i32.store $drop=, ap($pop0), $1 + i32.store ap($pop0), $1 i32.call $drop=, foo@FUNCTION unreachable .endfunc @@ -43,9 +43,9 @@ main: # @main i32.const $push3=, 16 i32.sub $push6=, $pop2, $pop3 tee_local $push5=, $0=, $pop6 - i32.store $drop=, __stack_pointer($pop4), $pop5 + i32.store __stack_pointer($pop4), $pop5 i32.const $push0=, 0 - i32.store $drop=, 0($0), $pop0 + i32.store 0($0), $pop0 call bar@FUNCTION, $0, $0 unreachable .endfunc @@ -71,5 +71,5 @@ f: .size f, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/vfprintf-1.c.s b/test/torture-s/vfprintf-1.c.s index 60d2b3ab8..f699700a3 100644 --- a/test/torture-s/vfprintf-1.c.s +++ b/test/torture-s/vfprintf-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vfprintf-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vfprintf-1.c" .section .text.inner,"ax",@progbits .hidden inner .globl inner @@ -14,9 +14,9 @@ inner: # @inner i32.const $push77=, 16 i32.sub $push83=, $pop76, $pop77 tee_local $push82=, $2=, $pop83 - i32.store $drop=, __stack_pointer($pop78), $pop82 - i32.store $drop=, 12($2), $1 - i32.store $drop=, 8($2), $1 + i32.store __stack_pointer($pop78), $pop82 + i32.store 12($2), $1 + i32.store 8($2), $1 block block block @@ -234,7 +234,7 @@ inner: # @inner i32.const $push81=, 0 i32.const $push79=, 16 i32.add $push80=, $2, $pop79 - i32.store $drop=, __stack_pointer($pop81), $pop80 + i32.store __stack_pointer($pop81), $pop80 return .LBB0_24: # %if.then50 end_block # label0: @@ -258,7 +258,7 @@ main: # @main i32.const $push18=, 112 i32.sub $push43=, $pop17, $pop18 tee_local $push42=, $0=, $pop43 - i32.store $drop=, __stack_pointer($pop19), $pop42 + i32.store __stack_pointer($pop19), $pop42 i32.const $push0=, 0 i32.const $push41=, 0 call inner@FUNCTION, $pop0, $pop41 @@ -272,49 +272,49 @@ main: # @main i32.const $push38=, 0 call inner@FUNCTION, $pop3, $pop38 i32.const $push4=, .L.str - i32.store $drop=, 96($0), $pop4 + i32.store 96($0), $pop4 i32.const $push5=, 4 i32.const $push23=, 96 i32.add $push24=, $0, $pop23 call inner@FUNCTION, $pop5, $pop24 i32.const $push6=, .L.str.1 - i32.store $drop=, 80($0), $pop6 + i32.store 80($0), $pop6 i32.const $push7=, 5 i32.const $push25=, 80 i32.add $push26=, $0, $pop25 call inner@FUNCTION, $pop7, $pop26 i32.const $push8=, .L.str.2 - i32.store $drop=, 64($0), $pop8 + i32.store 64($0), $pop8 i32.const $push9=, 6 i32.const $push27=, 64 i32.add $push28=, $0, $pop27 call inner@FUNCTION, $pop9, $pop28 i32.const $push10=, .L.str.3 - i32.store $drop=, 48($0), $pop10 + i32.store 48($0), $pop10 i32.const $push11=, 7 i32.const $push29=, 48 i32.add $push30=, $0, $pop29 call inner@FUNCTION, $pop11, $pop30 i32.const $push12=, 120 - i32.store $drop=, 32($0), $pop12 + i32.store 32($0), $pop12 i32.const $push13=, 8 i32.const $push31=, 32 i32.add $push32=, $0, $pop31 call inner@FUNCTION, $pop13, $pop32 i32.const $push37=, .L.str.1 - i32.store $drop=, 16($0), $pop37 + i32.store 16($0), $pop37 i32.const $push14=, 9 i32.const $push33=, 16 i32.add $push34=, $0, $pop33 call inner@FUNCTION, $pop14, $pop34 i32.const $push36=, 0 - i32.store $drop=, 0($0), $pop36 + i32.store 0($0), $pop36 i32.const $push15=, 10 call inner@FUNCTION, $pop15, $0 i32.const $push22=, 0 i32.const $push20=, 112 i32.add $push21=, $0, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push35=, 0 # fallthrough-return: $pop35 .endfunc @@ -363,6 +363,6 @@ main: # @main .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype vfprintf, i32, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/vfprintf-chk-1.c.s b/test/torture-s/vfprintf-chk-1.c.s index c3bad9cc1..2354107b7 100644 --- a/test/torture-s/vfprintf-chk-1.c.s +++ b/test/torture-s/vfprintf-chk-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vfprintf-chk-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vfprintf-chk-1.c" .section .text.__vfprintf_chk,"ax",@progbits .hidden __vfprintf_chk .globl __vfprintf_chk @@ -15,7 +15,7 @@ __vfprintf_chk: # @__vfprintf_chk # BB#1: # %if.end i32.const $push4=, 0 i32.const $push1=, 1 - i32.store $drop=, should_optimize($pop4), $pop1 + i32.store should_optimize($pop4), $pop1 i32.call $push2=, vfprintf@FUNCTION, $0, $2, $3 return $pop2 .LBB0_2: # %if.then @@ -40,9 +40,9 @@ inner: # @inner i32.const $push90=, 16 i32.sub $push96=, $pop89, $pop90 tee_local $push95=, $2=, $pop96 - i32.store $drop=, __stack_pointer($pop91), $pop95 - i32.store $drop=, 12($2), $1 - i32.store $drop=, 8($2), $1 + i32.store __stack_pointer($pop91), $pop95 + i32.store 12($2), $1 + i32.store 8($2), $1 block i32.const $push0=, 10 i32.gt_u $push1=, $0, $pop0 @@ -75,7 +75,7 @@ inner: # @inner end_block # label13: i32.const $push102=, 0 i32.const $push79=, 1 - i32.store $drop=, should_optimize($pop102), $pop79 + i32.store should_optimize($pop102), $pop79 i32.const $push101=, 0 i32.load $push100=, stdout($pop101) tee_local $push99=, $1=, $pop100 @@ -89,7 +89,7 @@ inner: # @inner # BB#3: # %if.end i32.const $push105=, 0 i32.const $push104=, 0 - i32.store $drop=, should_optimize($pop105), $pop104 + i32.store should_optimize($pop105), $pop104 i32.const $push103=, .L.str i32.load $push82=, 8($2) i32.call $push83=, __vfprintf_chk@FUNCTION, $1, $2, $pop103, $pop82 @@ -107,7 +107,7 @@ inner: # @inner end_block # label12: i32.const $push111=, 0 i32.const $push70=, 1 - i32.store $drop=, should_optimize($pop111), $pop70 + i32.store should_optimize($pop111), $pop70 i32.const $push110=, 0 i32.load $push109=, stdout($pop110) tee_local $push108=, $1=, $pop109 @@ -121,7 +121,7 @@ inner: # @inner # BB#7: # %if.end13 i32.const $push114=, 0 i32.const $push113=, 0 - i32.store $drop=, should_optimize($pop114), $pop113 + i32.store should_optimize($pop114), $pop113 i32.const $push112=, .L.str.1 i32.load $push73=, 8($2) i32.call $push74=, __vfprintf_chk@FUNCTION, $1, $2, $pop112, $pop73 @@ -139,7 +139,7 @@ inner: # @inner end_block # label11: i32.const $push121=, 0 i32.const $push120=, 1 - i32.store $drop=, should_optimize($pop121), $pop120 + i32.store should_optimize($pop121), $pop120 i32.const $push119=, 0 i32.load $push118=, stdout($pop119) tee_local $push117=, $1=, $pop118 @@ -153,7 +153,7 @@ inner: # @inner # BB#11: # %if.end25 i32.const $push125=, 0 i32.const $push124=, 0 - i32.store $drop=, should_optimize($pop125), $pop124 + i32.store should_optimize($pop125), $pop124 i32.const $push123=, .L.str.2 i32.load $push65=, 8($2) i32.call $push66=, __vfprintf_chk@FUNCTION, $1, $2, $pop123, $pop65 @@ -171,7 +171,7 @@ inner: # @inner end_block # label10: i32.const $push131=, 0 i32.const $push56=, 1 - i32.store $drop=, should_optimize($pop131), $pop56 + i32.store should_optimize($pop131), $pop56 i32.const $push130=, 0 i32.load $push129=, stdout($pop130) tee_local $push128=, $1=, $pop129 @@ -185,7 +185,7 @@ inner: # @inner # BB#15: # %if.end37 i32.const $push134=, 0 i32.const $push133=, 0 - i32.store $drop=, should_optimize($pop134), $pop133 + i32.store should_optimize($pop134), $pop133 i32.const $push132=, .L.str.3 i32.load $push59=, 8($2) i32.call $push60=, __vfprintf_chk@FUNCTION, $1, $2, $pop132, $pop59 @@ -201,7 +201,7 @@ inner: # @inner end_block # label9: i32.const $push141=, 0 i32.const $push140=, 0 - i32.store $drop=, should_optimize($pop141), $pop140 + i32.store should_optimize($pop141), $pop140 i32.const $push139=, 0 i32.load $push138=, stdout($pop139) tee_local $push137=, $1=, $pop138 @@ -215,7 +215,7 @@ inner: # @inner # BB#19: # %if.end49 i32.const $push144=, 0 i32.const $push143=, 0 - i32.store $drop=, should_optimize($pop144), $pop143 + i32.store should_optimize($pop144), $pop143 i32.const $push142=, .L.str.4 i32.load $push50=, 8($2) i32.call $push51=, __vfprintf_chk@FUNCTION, $1, $2, $pop142, $pop50 @@ -233,7 +233,7 @@ inner: # @inner end_block # label8: i32.const $push151=, 0 i32.const $push150=, 0 - i32.store $drop=, should_optimize($pop151), $pop150 + i32.store should_optimize($pop151), $pop150 i32.const $push149=, 0 i32.load $push148=, stdout($pop149) tee_local $push147=, $1=, $pop148 @@ -247,7 +247,7 @@ inner: # @inner # BB#23: # %if.end61 i32.const $push154=, 0 i32.const $push153=, 0 - i32.store $drop=, should_optimize($pop154), $pop153 + i32.store should_optimize($pop154), $pop153 i32.const $push152=, .L.str.4 i32.load $push42=, 8($2) i32.call $push43=, __vfprintf_chk@FUNCTION, $1, $2, $pop152, $pop42 @@ -265,7 +265,7 @@ inner: # @inner end_block # label7: i32.const $push161=, 0 i32.const $push160=, 0 - i32.store $drop=, should_optimize($pop161), $pop160 + i32.store should_optimize($pop161), $pop160 i32.const $push159=, 0 i32.load $push158=, stdout($pop159) tee_local $push157=, $1=, $pop158 @@ -279,7 +279,7 @@ inner: # @inner # BB#27: # %if.end73 i32.const $push164=, 0 i32.const $push163=, 0 - i32.store $drop=, should_optimize($pop164), $pop163 + i32.store should_optimize($pop164), $pop163 i32.const $push162=, .L.str.4 i32.load $push34=, 8($2) i32.call $push35=, __vfprintf_chk@FUNCTION, $1, $2, $pop162, $pop34 @@ -297,7 +297,7 @@ inner: # @inner end_block # label6: i32.const $push171=, 0 i32.const $push170=, 0 - i32.store $drop=, should_optimize($pop171), $pop170 + i32.store should_optimize($pop171), $pop170 i32.const $push169=, 0 i32.load $push168=, stdout($pop169) tee_local $push167=, $1=, $pop168 @@ -311,7 +311,7 @@ inner: # @inner # BB#31: # %if.end85 i32.const $push174=, 0 i32.const $push173=, 0 - i32.store $drop=, should_optimize($pop174), $pop173 + i32.store should_optimize($pop174), $pop173 i32.const $push172=, .L.str.4 i32.load $push28=, 8($2) i32.call $push29=, __vfprintf_chk@FUNCTION, $1, $2, $pop172, $pop28 @@ -327,7 +327,7 @@ inner: # @inner end_block # label5: i32.const $push181=, 0 i32.const $push180=, 0 - i32.store $drop=, should_optimize($pop181), $pop180 + i32.store should_optimize($pop181), $pop180 i32.const $push179=, 0 i32.load $push178=, stdout($pop179) tee_local $push177=, $1=, $pop178 @@ -341,7 +341,7 @@ inner: # @inner # BB#35: # %if.end97 i32.const $push184=, 0 i32.const $push183=, 0 - i32.store $drop=, should_optimize($pop184), $pop183 + i32.store should_optimize($pop184), $pop183 i32.const $push182=, .L.str.5 i32.load $push20=, 8($2) i32.call $push21=, __vfprintf_chk@FUNCTION, $1, $2, $pop182, $pop20 @@ -359,7 +359,7 @@ inner: # @inner end_block # label4: i32.const $push191=, 0 i32.const $push190=, 0 - i32.store $drop=, should_optimize($pop191), $pop190 + i32.store should_optimize($pop191), $pop190 i32.const $push189=, 0 i32.load $push188=, stdout($pop189) tee_local $push187=, $1=, $pop188 @@ -373,7 +373,7 @@ inner: # @inner # BB#39: # %if.end109 i32.const $push194=, 0 i32.const $push193=, 0 - i32.store $drop=, should_optimize($pop194), $pop193 + i32.store should_optimize($pop194), $pop193 i32.const $push192=, .L.str.6 i32.load $push12=, 8($2) i32.call $push13=, __vfprintf_chk@FUNCTION, $1, $2, $pop192, $pop12 @@ -391,7 +391,7 @@ inner: # @inner end_block # label3: i32.const $push201=, 0 i32.const $push200=, 0 - i32.store $drop=, should_optimize($pop201), $pop200 + i32.store should_optimize($pop201), $pop200 i32.const $push199=, 0 i32.load $push198=, stdout($pop199) tee_local $push197=, $1=, $pop198 @@ -405,7 +405,7 @@ inner: # @inner # BB#43: # %if.end121 i32.const $push204=, 0 i32.const $push203=, 0 - i32.store $drop=, should_optimize($pop204), $pop203 + i32.store should_optimize($pop204), $pop203 i32.const $push202=, .L.str.7 i32.load $push4=, 8($2) i32.call $push5=, __vfprintf_chk@FUNCTION, $1, $2, $pop202, $pop4 @@ -422,7 +422,7 @@ inner: # @inner i32.const $push94=, 0 i32.const $push92=, 16 i32.add $push93=, $2, $pop92 - i32.store $drop=, __stack_pointer($pop94), $pop93 + i32.store __stack_pointer($pop94), $pop93 return .LBB1_46: # %sw.default end_block # label1: @@ -446,7 +446,7 @@ main: # @main i32.const $push18=, 112 i32.sub $push43=, $pop17, $pop18 tee_local $push42=, $0=, $pop43 - i32.store $drop=, __stack_pointer($pop19), $pop42 + i32.store __stack_pointer($pop19), $pop42 i32.const $push0=, 0 i32.const $push41=, 0 call inner@FUNCTION, $pop0, $pop41 @@ -460,49 +460,49 @@ main: # @main i32.const $push38=, 0 call inner@FUNCTION, $pop3, $pop38 i32.const $push4=, .L.str - i32.store $drop=, 96($0), $pop4 + i32.store 96($0), $pop4 i32.const $push5=, 4 i32.const $push23=, 96 i32.add $push24=, $0, $pop23 call inner@FUNCTION, $pop5, $pop24 i32.const $push6=, .L.str.1 - i32.store $drop=, 80($0), $pop6 + i32.store 80($0), $pop6 i32.const $push7=, 5 i32.const $push25=, 80 i32.add $push26=, $0, $pop25 call inner@FUNCTION, $pop7, $pop26 i32.const $push8=, .L.str.2 - i32.store $drop=, 64($0), $pop8 + i32.store 64($0), $pop8 i32.const $push9=, 6 i32.const $push27=, 64 i32.add $push28=, $0, $pop27 call inner@FUNCTION, $pop9, $pop28 i32.const $push10=, .L.str.3 - i32.store $drop=, 48($0), $pop10 + i32.store 48($0), $pop10 i32.const $push11=, 7 i32.const $push29=, 48 i32.add $push30=, $0, $pop29 call inner@FUNCTION, $pop11, $pop30 i32.const $push12=, 120 - i32.store $drop=, 32($0), $pop12 + i32.store 32($0), $pop12 i32.const $push13=, 8 i32.const $push31=, 32 i32.add $push32=, $0, $pop31 call inner@FUNCTION, $pop13, $pop32 i32.const $push37=, .L.str.1 - i32.store $drop=, 16($0), $pop37 + i32.store 16($0), $pop37 i32.const $push14=, 9 i32.const $push33=, 16 i32.add $push34=, $0, $pop33 call inner@FUNCTION, $pop14, $pop34 i32.const $push36=, 0 - i32.store $drop=, 0($0), $pop36 + i32.store 0($0), $pop36 i32.const $push15=, 10 call inner@FUNCTION, $pop15, $0 i32.const $push22=, 0 i32.const $push20=, 112 i32.add $push21=, $0, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push35=, 0 # fallthrough-return: $pop35 .endfunc @@ -560,6 +560,6 @@ should_optimize: .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype vfprintf, i32, i32, i32, i32 diff --git a/test/torture-s/vla-dealloc-1.c.s b/test/torture-s/vla-dealloc-1.c.s index a251b6734..7b66742d4 100644 --- a/test/torture-s/vla-dealloc-1.c.s +++ b/test/torture-s/vla-dealloc-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vla-dealloc-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vla-dealloc-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -29,12 +29,12 @@ main: # @main tee_local $push17=, $1=, $pop18 copy_local $drop=, $pop17 i32.const $push16=, 1 - i32.store $drop=, 0($1), $pop16 + i32.store 0($1), $pop16 i32.const $push15=, 0 - i32.store $drop=, p($pop15), $1 + i32.store p($pop15), $1 i32.add $push4=, $1, $0 i32.const $push14=, 2 - i32.store $drop=, 0($pop4), $pop14 + i32.store 0($pop4), $pop14 copy_local $push3=, $3 copy_local $3=, $pop3 i32.const $push13=, 1 @@ -61,4 +61,4 @@ p: .size p, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" diff --git a/test/torture-s/vprintf-1.c.s b/test/torture-s/vprintf-1.c.s index 28a5b1600..03a94351e 100644 --- a/test/torture-s/vprintf-1.c.s +++ b/test/torture-s/vprintf-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vprintf-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vprintf-1.c" .section .text.inner,"ax",@progbits .hidden inner .globl inner @@ -14,9 +14,9 @@ inner: # @inner i32.const $push66=, 16 i32.sub $push72=, $pop65, $pop66 tee_local $push71=, $2=, $pop72 - i32.store $drop=, __stack_pointer($pop67), $pop71 - i32.store $drop=, 12($2), $1 - i32.store $drop=, 8($2), $1 + i32.store __stack_pointer($pop67), $pop71 + i32.store 12($2), $1 + i32.store 8($2), $1 block block block @@ -201,7 +201,7 @@ inner: # @inner i32.const $push70=, 0 i32.const $push68=, 16 i32.add $push69=, $2, $pop68 - i32.store $drop=, __stack_pointer($pop70), $pop69 + i32.store __stack_pointer($pop70), $pop69 return .LBB0_24: # %if.then50 end_block # label0: @@ -225,7 +225,7 @@ main: # @main i32.const $push18=, 112 i32.sub $push43=, $pop17, $pop18 tee_local $push42=, $0=, $pop43 - i32.store $drop=, __stack_pointer($pop19), $pop42 + i32.store __stack_pointer($pop19), $pop42 i32.const $push0=, 0 i32.const $push41=, 0 call inner@FUNCTION, $pop0, $pop41 @@ -239,49 +239,49 @@ main: # @main i32.const $push38=, 0 call inner@FUNCTION, $pop3, $pop38 i32.const $push4=, .L.str - i32.store $drop=, 96($0), $pop4 + i32.store 96($0), $pop4 i32.const $push5=, 4 i32.const $push23=, 96 i32.add $push24=, $0, $pop23 call inner@FUNCTION, $pop5, $pop24 i32.const $push6=, .L.str.1 - i32.store $drop=, 80($0), $pop6 + i32.store 80($0), $pop6 i32.const $push7=, 5 i32.const $push25=, 80 i32.add $push26=, $0, $pop25 call inner@FUNCTION, $pop7, $pop26 i32.const $push8=, .L.str.2 - i32.store $drop=, 64($0), $pop8 + i32.store 64($0), $pop8 i32.const $push9=, 6 i32.const $push27=, 64 i32.add $push28=, $0, $pop27 call inner@FUNCTION, $pop9, $pop28 i32.const $push10=, .L.str.3 - i32.store $drop=, 48($0), $pop10 + i32.store 48($0), $pop10 i32.const $push11=, 7 i32.const $push29=, 48 i32.add $push30=, $0, $pop29 call inner@FUNCTION, $pop11, $pop30 i32.const $push12=, 120 - i32.store $drop=, 32($0), $pop12 + i32.store 32($0), $pop12 i32.const $push13=, 8 i32.const $push31=, 32 i32.add $push32=, $0, $pop31 call inner@FUNCTION, $pop13, $pop32 i32.const $push37=, .L.str.1 - i32.store $drop=, 16($0), $pop37 + i32.store 16($0), $pop37 i32.const $push14=, 9 i32.const $push33=, 16 i32.add $push34=, $0, $pop33 call inner@FUNCTION, $pop14, $pop34 i32.const $push36=, 0 - i32.store $drop=, 0($0), $pop36 + i32.store 0($0), $pop36 i32.const $push15=, 10 call inner@FUNCTION, $pop15, $0 i32.const $push22=, 0 i32.const $push20=, 112 i32.add $push21=, $0, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push35=, 0 # fallthrough-return: $pop35 .endfunc @@ -330,6 +330,6 @@ main: # @main .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype vprintf, i32, i32, i32 .functype abort, void diff --git a/test/torture-s/vprintf-chk-1.c.s b/test/torture-s/vprintf-chk-1.c.s index c5cf547a8..2950842d3 100644 --- a/test/torture-s/vprintf-chk-1.c.s +++ b/test/torture-s/vprintf-chk-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vprintf-chk-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vprintf-chk-1.c" .section .text.__vprintf_chk,"ax",@progbits .hidden __vprintf_chk .globl __vprintf_chk @@ -15,7 +15,7 @@ __vprintf_chk: # @__vprintf_chk # BB#1: # %if.end i32.const $push4=, 0 i32.const $push1=, 1 - i32.store $drop=, should_optimize($pop4), $pop1 + i32.store should_optimize($pop4), $pop1 i32.call $push2=, vprintf@FUNCTION, $1, $2 return $pop2 .LBB0_2: # %if.then @@ -40,9 +40,9 @@ inner: # @inner i32.const $push89=, 16 i32.sub $push95=, $pop88, $pop89 tee_local $push94=, $2=, $pop95 - i32.store $drop=, __stack_pointer($pop90), $pop94 - i32.store $drop=, 12($2), $1 - i32.store $drop=, 8($2), $1 + i32.store __stack_pointer($pop90), $pop94 + i32.store 12($2), $1 + i32.store 8($2), $1 block i32.const $push0=, 10 i32.gt_u $push1=, $0, $pop0 @@ -75,7 +75,7 @@ inner: # @inner end_block # label13: i32.const $push99=, 0 i32.const $push98=, 0 - i32.store $drop=, should_optimize($pop99), $pop98 + i32.store should_optimize($pop99), $pop98 i32.const $push97=, .L.str i32.load $push79=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop97, $pop79 @@ -86,7 +86,7 @@ inner: # @inner # BB#3: # %if.end i32.const $push102=, 0 i32.const $push101=, 0 - i32.store $drop=, should_optimize($pop102), $pop101 + i32.store should_optimize($pop102), $pop101 i32.const $push100=, .L.str i32.load $push81=, 8($2) i32.call $push82=, __vprintf_chk@FUNCTION, $2, $pop100, $pop81 @@ -104,7 +104,7 @@ inner: # @inner end_block # label12: i32.const $push105=, 0 i32.const $push70=, 1 - i32.store $drop=, should_optimize($pop105), $pop70 + i32.store should_optimize($pop105), $pop70 i32.const $push104=, .L.str.1 i32.load $push71=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop104, $pop71 @@ -115,7 +115,7 @@ inner: # @inner # BB#7: # %if.end13 i32.const $push108=, 0 i32.const $push107=, 0 - i32.store $drop=, should_optimize($pop108), $pop107 + i32.store should_optimize($pop108), $pop107 i32.const $push106=, .L.str.1 i32.load $push73=, 8($2) i32.call $push74=, __vprintf_chk@FUNCTION, $2, $pop106, $pop73 @@ -133,7 +133,7 @@ inner: # @inner end_block # label11: i32.const $push112=, 0 i32.const $push111=, 1 - i32.store $drop=, should_optimize($pop112), $pop111 + i32.store should_optimize($pop112), $pop111 i32.const $push110=, .L.str.2 i32.load $push63=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop110, $pop63 @@ -144,7 +144,7 @@ inner: # @inner # BB#11: # %if.end25 i32.const $push116=, 0 i32.const $push115=, 0 - i32.store $drop=, should_optimize($pop116), $pop115 + i32.store should_optimize($pop116), $pop115 i32.const $push114=, .L.str.2 i32.load $push65=, 8($2) i32.call $push66=, __vprintf_chk@FUNCTION, $2, $pop114, $pop65 @@ -162,7 +162,7 @@ inner: # @inner end_block # label10: i32.const $push119=, 0 i32.const $push56=, 1 - i32.store $drop=, should_optimize($pop119), $pop56 + i32.store should_optimize($pop119), $pop56 i32.const $push118=, .L.str.3 i32.load $push57=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop118, $pop57 @@ -173,7 +173,7 @@ inner: # @inner # BB#15: # %if.end37 i32.const $push122=, 0 i32.const $push121=, 0 - i32.store $drop=, should_optimize($pop122), $pop121 + i32.store should_optimize($pop122), $pop121 i32.const $push120=, .L.str.3 i32.load $push59=, 8($2) i32.call $push60=, __vprintf_chk@FUNCTION, $2, $pop120, $pop59 @@ -189,7 +189,7 @@ inner: # @inner end_block # label9: i32.const $push126=, 0 i32.const $push125=, 0 - i32.store $drop=, should_optimize($pop126), $pop125 + i32.store should_optimize($pop126), $pop125 i32.const $push124=, .L.str.4 i32.load $push48=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop124, $pop48 @@ -200,7 +200,7 @@ inner: # @inner # BB#19: # %if.end49 i32.const $push129=, 0 i32.const $push128=, 0 - i32.store $drop=, should_optimize($pop129), $pop128 + i32.store should_optimize($pop129), $pop128 i32.const $push127=, .L.str.4 i32.load $push50=, 8($2) i32.call $push51=, __vprintf_chk@FUNCTION, $2, $pop127, $pop50 @@ -218,7 +218,7 @@ inner: # @inner end_block # label8: i32.const $push133=, 0 i32.const $push132=, 0 - i32.store $drop=, should_optimize($pop133), $pop132 + i32.store should_optimize($pop133), $pop132 i32.const $push131=, .L.str.4 i32.load $push40=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop131, $pop40 @@ -229,7 +229,7 @@ inner: # @inner # BB#23: # %if.end61 i32.const $push136=, 0 i32.const $push135=, 0 - i32.store $drop=, should_optimize($pop136), $pop135 + i32.store should_optimize($pop136), $pop135 i32.const $push134=, .L.str.4 i32.load $push42=, 8($2) i32.call $push43=, __vprintf_chk@FUNCTION, $2, $pop134, $pop42 @@ -247,7 +247,7 @@ inner: # @inner end_block # label7: i32.const $push140=, 0 i32.const $push139=, 0 - i32.store $drop=, should_optimize($pop140), $pop139 + i32.store should_optimize($pop140), $pop139 i32.const $push138=, .L.str.4 i32.load $push32=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop138, $pop32 @@ -258,7 +258,7 @@ inner: # @inner # BB#27: # %if.end73 i32.const $push143=, 0 i32.const $push142=, 0 - i32.store $drop=, should_optimize($pop143), $pop142 + i32.store should_optimize($pop143), $pop142 i32.const $push141=, .L.str.4 i32.load $push34=, 8($2) i32.call $push35=, __vprintf_chk@FUNCTION, $2, $pop141, $pop34 @@ -276,7 +276,7 @@ inner: # @inner end_block # label6: i32.const $push147=, 0 i32.const $push146=, 0 - i32.store $drop=, should_optimize($pop147), $pop146 + i32.store should_optimize($pop147), $pop146 i32.const $push145=, .L.str.4 i32.load $push26=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop145, $pop26 @@ -287,7 +287,7 @@ inner: # @inner # BB#31: # %if.end85 i32.const $push150=, 0 i32.const $push149=, 0 - i32.store $drop=, should_optimize($pop150), $pop149 + i32.store should_optimize($pop150), $pop149 i32.const $push148=, .L.str.4 i32.load $push28=, 8($2) i32.call $push29=, __vprintf_chk@FUNCTION, $2, $pop148, $pop28 @@ -303,7 +303,7 @@ inner: # @inner end_block # label5: i32.const $push154=, 0 i32.const $push153=, 0 - i32.store $drop=, should_optimize($pop154), $pop153 + i32.store should_optimize($pop154), $pop153 i32.const $push152=, .L.str.5 i32.load $push18=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop152, $pop18 @@ -314,7 +314,7 @@ inner: # @inner # BB#35: # %if.end97 i32.const $push157=, 0 i32.const $push156=, 0 - i32.store $drop=, should_optimize($pop157), $pop156 + i32.store should_optimize($pop157), $pop156 i32.const $push155=, .L.str.5 i32.load $push20=, 8($2) i32.call $push21=, __vprintf_chk@FUNCTION, $2, $pop155, $pop20 @@ -332,7 +332,7 @@ inner: # @inner end_block # label4: i32.const $push161=, 0 i32.const $push160=, 0 - i32.store $drop=, should_optimize($pop161), $pop160 + i32.store should_optimize($pop161), $pop160 i32.const $push159=, .L.str.6 i32.load $push10=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop159, $pop10 @@ -343,7 +343,7 @@ inner: # @inner # BB#39: # %if.end109 i32.const $push164=, 0 i32.const $push163=, 0 - i32.store $drop=, should_optimize($pop164), $pop163 + i32.store should_optimize($pop164), $pop163 i32.const $push162=, .L.str.6 i32.load $push12=, 8($2) i32.call $push13=, __vprintf_chk@FUNCTION, $2, $pop162, $pop12 @@ -361,7 +361,7 @@ inner: # @inner end_block # label3: i32.const $push168=, 0 i32.const $push167=, 0 - i32.store $drop=, should_optimize($pop168), $pop167 + i32.store should_optimize($pop168), $pop167 i32.const $push166=, .L.str.7 i32.load $push2=, 12($2) i32.call $drop=, __vprintf_chk@FUNCTION, $2, $pop166, $pop2 @@ -372,7 +372,7 @@ inner: # @inner # BB#43: # %if.end121 i32.const $push171=, 0 i32.const $push170=, 0 - i32.store $drop=, should_optimize($pop171), $pop170 + i32.store should_optimize($pop171), $pop170 i32.const $push169=, .L.str.7 i32.load $push4=, 8($2) i32.call $push5=, __vprintf_chk@FUNCTION, $2, $pop169, $pop4 @@ -389,7 +389,7 @@ inner: # @inner i32.const $push93=, 0 i32.const $push91=, 16 i32.add $push92=, $2, $pop91 - i32.store $drop=, __stack_pointer($pop93), $pop92 + i32.store __stack_pointer($pop93), $pop92 return .LBB1_46: # %sw.default end_block # label1: @@ -413,7 +413,7 @@ main: # @main i32.const $push18=, 112 i32.sub $push43=, $pop17, $pop18 tee_local $push42=, $0=, $pop43 - i32.store $drop=, __stack_pointer($pop19), $pop42 + i32.store __stack_pointer($pop19), $pop42 i32.const $push0=, 0 i32.const $push41=, 0 call inner@FUNCTION, $pop0, $pop41 @@ -427,49 +427,49 @@ main: # @main i32.const $push38=, 0 call inner@FUNCTION, $pop3, $pop38 i32.const $push4=, .L.str - i32.store $drop=, 96($0), $pop4 + i32.store 96($0), $pop4 i32.const $push5=, 4 i32.const $push23=, 96 i32.add $push24=, $0, $pop23 call inner@FUNCTION, $pop5, $pop24 i32.const $push6=, .L.str.1 - i32.store $drop=, 80($0), $pop6 + i32.store 80($0), $pop6 i32.const $push7=, 5 i32.const $push25=, 80 i32.add $push26=, $0, $pop25 call inner@FUNCTION, $pop7, $pop26 i32.const $push8=, .L.str.2 - i32.store $drop=, 64($0), $pop8 + i32.store 64($0), $pop8 i32.const $push9=, 6 i32.const $push27=, 64 i32.add $push28=, $0, $pop27 call inner@FUNCTION, $pop9, $pop28 i32.const $push10=, .L.str.3 - i32.store $drop=, 48($0), $pop10 + i32.store 48($0), $pop10 i32.const $push11=, 7 i32.const $push29=, 48 i32.add $push30=, $0, $pop29 call inner@FUNCTION, $pop11, $pop30 i32.const $push12=, 120 - i32.store $drop=, 32($0), $pop12 + i32.store 32($0), $pop12 i32.const $push13=, 8 i32.const $push31=, 32 i32.add $push32=, $0, $pop31 call inner@FUNCTION, $pop13, $pop32 i32.const $push37=, .L.str.1 - i32.store $drop=, 16($0), $pop37 + i32.store 16($0), $pop37 i32.const $push14=, 9 i32.const $push33=, 16 i32.add $push34=, $0, $pop33 call inner@FUNCTION, $pop14, $pop34 i32.const $push36=, 0 - i32.store $drop=, 0($0), $pop36 + i32.store 0($0), $pop36 i32.const $push15=, 10 call inner@FUNCTION, $pop15, $0 i32.const $push22=, 0 i32.const $push20=, 112 i32.add $push21=, $0, $pop20 - i32.store $drop=, __stack_pointer($pop22), $pop21 + i32.store __stack_pointer($pop22), $pop21 i32.const $push35=, 0 # fallthrough-return: $pop35 .endfunc @@ -527,6 +527,6 @@ should_optimize: .size .L.str.7, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype vprintf, i32, i32, i32 diff --git a/test/torture-s/vrp-1.c.s b/test/torture-s/vrp-1.c.s index dbf9a141e..7a7f21643 100644 --- a/test/torture-s/vrp-1.c.s +++ b/test/torture-s/vrp-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-1.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -31,5 +31,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/vrp-2.c.s b/test/torture-s/vrp-2.c.s index 296a6c30a..2dbb903af 100644 --- a/test/torture-s/vrp-2.c.s +++ b/test/torture-s/vrp-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-2.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -46,5 +46,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/vrp-3.c.s b/test/torture-s/vrp-3.c.s index d01280a44..6ee497b3d 100644 --- a/test/torture-s/vrp-3.c.s +++ b/test/torture-s/vrp-3.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-3.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-3.c" .section .text.f,"ax",@progbits .hidden f .globl f @@ -48,5 +48,5 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/vrp-4.c.s b/test/torture-s/vrp-4.c.s index 6852d639d..1bb10b8b8 100644 --- a/test/torture-s/vrp-4.c.s +++ b/test/torture-s/vrp-4.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-4.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-4.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -45,6 +45,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/vrp-5.c.s b/test/torture-s/vrp-5.c.s index caf944aa9..e4bfd2354 100644 --- a/test/torture-s/vrp-5.c.s +++ b/test/torture-s/vrp-5.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-5.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-5.c" .section .text.test,"ax",@progbits .hidden test .globl test @@ -46,6 +46,6 @@ main: # @main .size main, .Lfunc_end1-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/vrp-6.c.s b/test/torture-s/vrp-6.c.s index 8b96efb8f..031d7844a 100644 --- a/test/torture-s/vrp-6.c.s +++ b/test/torture-s/vrp-6.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-6.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-6.c" .section .text.test01,"ax",@progbits .hidden test01 .globl test01 @@ -78,6 +78,6 @@ main: # @main .size main, .Lfunc_end2-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/vrp-7.c.s b/test/torture-s/vrp-7.c.s index 950cf1ef5..ddbae4067 100644 --- a/test/torture-s/vrp-7.c.s +++ b/test/torture-s/vrp-7.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-7.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/vrp-7.c" .section .text.foo,"ax",@progbits .hidden foo .globl foo @@ -17,7 +17,7 @@ foo: # @foo i32.const $push2=, 1 i32.and $push3=, $pop1, $pop2 i32.or $push8=, $pop7, $pop3 - i32.store8 $drop=, t($pop4), $pop8 + i32.store8 t($pop4), $pop8 # fallthrough-return .endfunc .Lfunc_end0: @@ -60,5 +60,5 @@ t: .size t, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/wchar_t-1.c.s b/test/torture-s/wchar_t-1.c.s index c651cccf8..82f78d94f 100644 --- a/test/torture-s/wchar_t-1.c.s +++ b/test/torture-s/wchar_t-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/wchar_t-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/wchar_t-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -55,6 +55,6 @@ y: .size y, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void .functype exit, void, i32 diff --git a/test/torture-s/widechar-1.c.s b/test/torture-s/widechar-1.c.s index 4dc4eca18..4433885cc 100644 --- a/test/torture-s/widechar-1.c.s +++ b/test/torture-s/widechar-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/widechar-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/widechar-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -15,5 +15,5 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/zero-struct-1.c.s b/test/torture-s/zero-struct-1.c.s index d56e2ece0..bba6c34f8 100644 --- a/test/torture-s/zero-struct-1.c.s +++ b/test/torture-s/zero-struct-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zero-struct-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zero-struct-1.c" .section .text.h,"ax",@progbits .hidden h .globl h @@ -11,13 +11,13 @@ h: # @h i32.load $push1=, f($pop9) i32.const $push2=, 2 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, f($pop0), $pop3 + i32.store f($pop0), $pop3 i32.const $push8=, 0 i32.const $push7=, 0 i32.load $push4=, ff($pop7) i32.const $push6=, 2 i32.add $push5=, $pop4, $pop6 - i32.store $drop=, ff($pop8), $pop5 + i32.store ff($pop8), $pop5 # fallthrough-return .endfunc .Lfunc_end0: @@ -37,14 +37,14 @@ main: # @main i32.const $push2=, 2 i32.add $push14=, $pop1, $pop2 tee_local $push13=, $1=, $pop14 - i32.store $drop=, f($pop0), $pop13 + i32.store f($pop0), $pop13 i32.const $push12=, 0 i32.const $push11=, 0 i32.load $push3=, ff($pop11) i32.const $push10=, 2 i32.add $push9=, $pop3, $pop10 tee_local $push8=, $0=, $pop9 - i32.store $drop=, ff($pop12), $pop8 + i32.store ff($pop12), $pop8 block i32.const $push7=, y+2 i32.ne $push4=, $1, $pop7 @@ -91,5 +91,5 @@ ff: .size ff, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/zero-struct-2.c.s b/test/torture-s/zero-struct-2.c.s index 44e68ce0c..b50f1cad3 100644 --- a/test/torture-s/zero-struct-2.c.s +++ b/test/torture-s/zero-struct-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zero-struct-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zero-struct-2.c" .section .text.one_raw_spinlock,"ax",@progbits .hidden one_raw_spinlock .globl one_raw_spinlock @@ -11,7 +11,7 @@ one_raw_spinlock: # @one_raw_spinlock i32.load $push1=, ii($pop4) i32.const $push2=, 1 i32.add $push3=, $pop1, $pop2 - i32.store $drop=, ii($pop0), $pop3 + i32.store ii($pop0), $pop3 # fallthrough-return .endfunc .Lfunc_end0: @@ -31,7 +31,7 @@ main: # @main tee_local $push2=, $0=, $pop3 i32.const $push0=, 1 i32.add $push1=, $pop2, $pop0 - i32.store $drop=, ii($pop5), $pop1 + i32.store ii($pop5), $pop1 block br_if 0, $0 # 0: down to label0 # BB#1: # %if.end @@ -55,5 +55,5 @@ ii: .size ii, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype abort, void diff --git a/test/torture-s/zerolen-1.c.s b/test/torture-s/zerolen-1.c.s index 8961ae33b..ee2a2959e 100644 --- a/test/torture-s/zerolen-1.c.s +++ b/test/torture-s/zerolen-1.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zerolen-1.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zerolen-1.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -9,7 +9,7 @@ main: # @main # BB#0: # %entry i32.const $push1=, 0 i32.const $push0=, 1 - i32.store16 $drop=, entry($pop1):p2align=0, $pop0 + i32.store16 entry($pop1):p2align=0, $pop0 i32.const $push2=, 0 call exit@FUNCTION, $pop2 unreachable @@ -25,7 +25,7 @@ set: # @set .param i32 # BB#0: # %entry i32.const $push0=, 1 - i32.store16 $drop=, 0($0):p2align=0, $pop0 + i32.store16 0($0):p2align=0, $pop0 # fallthrough-return .endfunc .Lfunc_end1: @@ -40,5 +40,5 @@ entry: .size entry, 4 - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" .functype exit, void, i32 diff --git a/test/torture-s/zerolen-2.c.s b/test/torture-s/zerolen-2.c.s index bbf0c886e..9bdf0faa4 100644 --- a/test/torture-s/zerolen-2.c.s +++ b/test/torture-s/zerolen-2.c.s @@ -1,5 +1,5 @@ .text - .file "/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zerolen-2.c" + .file "/usr/local/google/home/dschuff/s/wasm-waterfall/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/zerolen-2.c" .section .text.main,"ax",@progbits .hidden main .globl main @@ -14,4 +14,4 @@ main: # @main .size main, .Lfunc_end0-main - .ident "clang version 4.0.0 " + .ident "clang version 4.0.0 (trunk 283460) (llvm/trunk 283501)" |