diff options
Diffstat (limited to 'test/llvm_autogenerated/conv.wast')
-rw-r--r-- | test/llvm_autogenerated/conv.wast | 264 |
1 files changed, 80 insertions, 184 deletions
diff --git a/test/llvm_autogenerated/conv.wast b/test/llvm_autogenerated/conv.wast index 266f72c4f..4cc7ea0d3 100644 --- a/test/llvm_autogenerated/conv.wast +++ b/test/llvm_autogenerated/conv.wast @@ -27,291 +27,187 @@ (export "bitcast_i64_to_double" $bitcast_i64_to_double) (export "bitcast_double_to_i64" $bitcast_double_to_i64) (func $i32_wrap_i64 (param $$0 i64) (result i32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i32.wrap/i64 - (get_local $$0) - ) - ) + (return + (i32.wrap/i64 + (get_local $$0) ) ) ) (func $i64_extend_s_i32 (param $$0 i32) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.extend_s/i32 - (get_local $$0) - ) - ) + (return + (i64.extend_s/i32 + (get_local $$0) ) ) ) (func $i64_extend_u_i32 (param $$0 i32) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.extend_u/i32 - (get_local $$0) - ) - ) + (return + (i64.extend_u/i32 + (get_local $$0) ) ) ) (func $i32_trunc_s_f32 (param $$0 f32) (result i32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i32.trunc_s/f32 - (get_local $$0) - ) - ) + (return + (i32.trunc_s/f32 + (get_local $$0) ) ) ) (func $i32_trunc_u_f32 (param $$0 f32) (result i32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i32.trunc_u/f32 - (get_local $$0) - ) - ) + (return + (i32.trunc_u/f32 + (get_local $$0) ) ) ) (func $i32_trunc_s_f64 (param $$0 f64) (result i32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i32.trunc_s/f64 - (get_local $$0) - ) - ) + (return + (i32.trunc_s/f64 + (get_local $$0) ) ) ) (func $i32_trunc_u_f64 (param $$0 f64) (result i32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i32.trunc_u/f64 - (get_local $$0) - ) - ) + (return + (i32.trunc_u/f64 + (get_local $$0) ) ) ) (func $i64_trunc_s_f32 (param $$0 f32) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.trunc_s/f32 - (get_local $$0) - ) - ) + (return + (i64.trunc_s/f32 + (get_local $$0) ) ) ) (func $i64_trunc_u_f32 (param $$0 f32) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.trunc_u/f32 - (get_local $$0) - ) - ) + (return + (i64.trunc_u/f32 + (get_local $$0) ) ) ) (func $i64_trunc_s_f64 (param $$0 f64) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.trunc_s/f64 - (get_local $$0) - ) - ) + (return + (i64.trunc_s/f64 + (get_local $$0) ) ) ) (func $i64_trunc_u_f64 (param $$0 f64) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.trunc_u/f64 - (get_local $$0) - ) - ) + (return + (i64.trunc_u/f64 + (get_local $$0) ) ) ) (func $f32_convert_s_i32 (param $$0 i32) (result f32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f32.convert_s/i32 - (get_local $$0) - ) - ) + (return + (f32.convert_s/i32 + (get_local $$0) ) ) ) (func $f32_convert_u_i32 (param $$0 i32) (result f32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f32.convert_u/i32 - (get_local $$0) - ) - ) + (return + (f32.convert_u/i32 + (get_local $$0) ) ) ) (func $f64_convert_s_i32 (param $$0 i32) (result f64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f64.convert_s/i32 - (get_local $$0) - ) - ) + (return + (f64.convert_s/i32 + (get_local $$0) ) ) ) (func $f64_convert_u_i32 (param $$0 i32) (result f64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f64.convert_u/i32 - (get_local $$0) - ) - ) + (return + (f64.convert_u/i32 + (get_local $$0) ) ) ) (func $f32_convert_s_i64 (param $$0 i64) (result f32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f32.convert_s/i64 - (get_local $$0) - ) - ) + (return + (f32.convert_s/i64 + (get_local $$0) ) ) ) (func $f32_convert_u_i64 (param $$0 i64) (result f32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f32.convert_u/i64 - (get_local $$0) - ) - ) + (return + (f32.convert_u/i64 + (get_local $$0) ) ) ) (func $f64_convert_s_i64 (param $$0 i64) (result f64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f64.convert_s/i64 - (get_local $$0) - ) - ) + (return + (f64.convert_s/i64 + (get_local $$0) ) ) ) (func $f64_convert_u_i64 (param $$0 i64) (result f64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f64.convert_u/i64 - (get_local $$0) - ) - ) + (return + (f64.convert_u/i64 + (get_local $$0) ) ) ) (func $f64_promote_f32 (param $$0 f32) (result f64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f64.promote/f32 - (get_local $$0) - ) - ) + (return + (f64.promote/f32 + (get_local $$0) ) ) ) (func $f32_demote_f64 (param $$0 f64) (result f32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f32.demote/f64 - (get_local $$0) - ) - ) + (return + (f32.demote/f64 + (get_local $$0) ) ) ) (func $anyext (param $$0 i32) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.shl - (i64.extend_u/i32 - (get_local $$0) - ) - (i64.const 32) - ) + (return + (i64.shl + (i64.extend_u/i32 + (get_local $$0) ) + (i64.const 32) ) ) ) (func $bitcast_i32_to_float (param $$0 i32) (result f32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f32.reinterpret/i32 - (get_local $$0) - ) - ) + (return + (f32.reinterpret/i32 + (get_local $$0) ) ) ) (func $bitcast_float_to_i32 (param $$0 f32) (result i32) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i32.reinterpret/f32 - (get_local $$0) - ) - ) + (return + (i32.reinterpret/f32 + (get_local $$0) ) ) ) (func $bitcast_i64_to_double (param $$0 i64) (result f64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (f64.reinterpret/i64 - (get_local $$0) - ) - ) + (return + (f64.reinterpret/i64 + (get_local $$0) ) ) ) (func $bitcast_double_to_i64 (param $$0 f64) (result i64) - (block $fake_return_waka123 - (block - (br $fake_return_waka123 - (i64.reinterpret/f64 - (get_local $$0) - ) - ) + (return + (i64.reinterpret/f64 + (get_local $$0) ) ) ) |