summaryrefslogtreecommitdiff
path: root/test/wasm-only.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm-only.fromasm.imprecise.no-opts')
-rw-r--r--test/wasm-only.fromasm.imprecise.no-opts56
1 files changed, 28 insertions, 28 deletions
diff --git a/test/wasm-only.fromasm.imprecise.no-opts b/test/wasm-only.fromasm.imprecise.no-opts
index 06935c945..d994b553f 100644
--- a/test/wasm-only.fromasm.imprecise.no-opts
+++ b/test/wasm-only.fromasm.imprecise.no-opts
@@ -28,7 +28,7 @@
(export "illegalParam" (func $legalstub$illegalParam))
(export "illegalResult" (func $legalstub$illegalResult))
(export "keepAlive" (func $keepAlive))
- (func $loads
+ (func $loads (; 9 ;)
(local $i i32)
(local $f f32)
(local $d f64)
@@ -143,7 +143,7 @@
)
)
)
- (func $stores
+ (func $stores (; 10 ;)
(local $i i32)
(local $f f32)
(local $d f64)
@@ -236,7 +236,7 @@
(get_local $d)
)
)
- (func $test
+ (func $test (; 11 ;)
(local $i i32)
(local $j i64)
(local $f f32)
@@ -282,7 +282,7 @@
)
)
)
- (func $test64
+ (func $test64 (; 12 ;)
(local $x i64)
(local $y i64)
(local $z i32)
@@ -554,7 +554,7 @@
)
)
)
- (func $imports (result i64)
+ (func $imports (; 13 ;) (result i64)
(call $legalfunc$illegalImport
(f64.const -3.13159)
(i64.const 94489280523)
@@ -564,7 +564,7 @@
(call $legalfunc$illegalImportResult)
)
)
- (func $arg (param $x i64)
+ (func $arg (; 14 ;) (param $x i64)
(i64.store
(i32.const 100)
(get_local $x)
@@ -573,7 +573,7 @@
(get_local $x)
)
)
- (func $illegalParam (param $a i32) (param $x i64) (param $b f64)
+ (func $illegalParam (; 15 ;) (param $a i32) (param $x i64) (param $b f64)
(i64.store
(i32.const 100)
(get_local $x)
@@ -584,17 +584,17 @@
(f64.const 12.34)
)
)
- (func $result (result i64)
+ (func $result (; 16 ;) (result i64)
(return
(i64.const 8589934593)
)
)
- (func $illegalResult (result i64)
+ (func $illegalResult (; 17 ;) (result i64)
(return
(i64.const 8589934593)
)
)
- (func $call1 (param $x i64) (result i64)
+ (func $call1 (; 18 ;) (param $x i64) (result i64)
(local $y i64)
(set_local $y
(call $call1
@@ -605,7 +605,7 @@
(get_local $y)
)
)
- (func $call2 (param $x i64) (result i64)
+ (func $call2 (; 19 ;) (param $x i64) (result i64)
(drop
(call $call2
(call $call2
@@ -617,12 +617,12 @@
(i64.const 245127260211081)
)
)
- (func $returnCastConst (result i64)
+ (func $returnCastConst (; 20 ;) (result i64)
(return
(i64.const 0)
)
)
- (func $ifValue64 (param $$4 i64) (param $$6 i64) (result i64)
+ (func $ifValue64 (; 21 ;) (param $$4 i64) (param $$6 i64) (result i64)
(local $$$0 i64)
(local $$9 i64)
(local $$10 i64)
@@ -655,7 +655,7 @@
(get_local $$$0)
)
)
- (func $ifValue32 (param $$4 i32) (param $$6 i32) (result i32)
+ (func $ifValue32 (; 22 ;) (param $$4 i32) (param $$6 i32) (result i32)
(local $$$0 i32)
(local $$9 i32)
(local $$10 i32)
@@ -688,7 +688,7 @@
(get_local $$$0)
)
)
- (func $switch64 (param $$a444 i64) (result i32)
+ (func $switch64 (; 23 ;) (param $$a444 i64) (result i32)
(local $$waka i32)
(local $2 i64)
(block $switch
@@ -739,7 +739,7 @@
(get_local $$waka)
)
)
- (func $unreachable_leftovers (param $$0 i32) (param $$1 i32) (param $$2 i32)
+ (func $unreachable_leftovers (; 24 ;) (param $$0 i32) (param $$1 i32) (param $$2 i32)
(local $label i32)
(block $label$break$L1
(if
@@ -775,7 +775,7 @@
)
(return)
)
- (func $switch64TOOMUCH (param $$a444 i64) (result i32)
+ (func $switch64TOOMUCH (; 25 ;) (param $$a444 i64) (result i32)
(local $$waka i32)
(local $2 i64)
(local $3 i32)
@@ -907,7 +907,7 @@
(i32.const 44)
)
)
- (func $_memchr (param $$src i32) (param $$c i32) (param $$n i32) (result i32)
+ (func $_memchr (; 26 ;) (param $$src i32) (param $$c i32) (param $$n i32) (result i32)
(local $$0 i32)
(local $$1 i32)
(local $$2 i32)
@@ -1485,7 +1485,7 @@
(get_local $$cond)
)
)
- (func $switch64_big_condition1 (param $$x i64)
+ (func $switch64_big_condition1 (; 27 ;) (param $$x i64)
(local $1 i64)
(block $switch
(block $switch-default
@@ -1520,7 +1520,7 @@
(return)
)
)
- (func $switch64_big_condition2 (param $$x i64)
+ (func $switch64_big_condition2 (; 28 ;) (param $$x i64)
(local $1 i64)
(block $switch
(block $switch-case
@@ -1552,7 +1552,7 @@
)
)
)
- (func $keepAlive
+ (func $keepAlive (; 29 ;)
(call $loads)
(call $loads)
(call $stores)
@@ -1660,7 +1660,7 @@
(i64.const 0)
)
)
- (func $__emscripten_dceable_type_decls
+ (func $__emscripten_dceable_type_decls (; 30 ;)
(drop
(call $legalfunc$_fabsf
(f32.const 0)
@@ -1670,7 +1670,7 @@
(call $legalfunc$do_i64)
)
)
- (func $legalstub$illegalParam (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
+ (func $legalstub$illegalParam (; 31 ;) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 f64)
(call $illegalParam
(get_local $0)
(i64.or
@@ -1687,7 +1687,7 @@
(get_local $3)
)
)
- (func $legalstub$illegalResult (result i32)
+ (func $legalstub$illegalResult (; 32 ;) (result i32)
(local $0 i64)
(set_local $0
(call $illegalResult)
@@ -1704,7 +1704,7 @@
(get_local $0)
)
)
- (func $legalfunc$illegalImport (param $0 f64) (param $1 i64) (param $2 i32)
+ (func $legalfunc$illegalImport (; 33 ;) (param $0 f64) (param $1 i64) (param $2 i32)
(call $legalimport$illegalImport
(get_local $0)
(i32.wrap/i64
@@ -1719,7 +1719,7 @@
(get_local $2)
)
)
- (func $legalfunc$illegalImportResult (result i64)
+ (func $legalfunc$illegalImportResult (; 34 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$illegalImportResult)
@@ -1732,7 +1732,7 @@
)
)
)
- (func $legalfunc$_fabsf (param $0 f32) (result f32)
+ (func $legalfunc$_fabsf (; 35 ;) (param $0 f32) (result f32)
(f32.demote/f64
(call $legalimport$_fabsf
(f64.promote/f32
@@ -1741,7 +1741,7 @@
)
)
)
- (func $legalfunc$do_i64 (result i64)
+ (func $legalfunc$do_i64 (; 36 ;) (result i64)
(i64.or
(i64.extend_u/i32
(call $legalimport$do_i64)