diff options
author | Alon Zakai <azakai@google.com> | 2023-03-08 12:11:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 12:11:50 -0800 |
commit | e03aa8931bc36fdf1f249e78d77cc14b4929c559 (patch) | |
tree | 0c589c538815ef7517729066c094f0688c71e292 /test | |
parent | 88b45a5a711678e789785f47701f9ae66131261f (diff) | |
download | binaryen-e03aa8931bc36fdf1f249e78d77cc14b4929c559.tar.gz binaryen-e03aa8931bc36fdf1f249e78d77cc14b4929c559.tar.bz2 binaryen-e03aa8931bc36fdf1f249e78d77cc14b4929c559.zip |
Fuzzer: Pick from existing heap types in the module (#5539)
Diffstat (limited to 'test')
-rw-r--r-- | test/passes/translate-to-fuzz_all-features_metrics_noprint.txt | 64 |
1 files changed, 31 insertions, 33 deletions
diff --git a/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt b/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt index 4fa1549f3..80922d954 100644 --- a/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt +++ b/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt @@ -1,42 +1,40 @@ total - [exports] : 11 - [funcs] : 25 + [exports] : 8 + [funcs] : 15 [globals] : 11 [imports] : 5 [memories] : 1 [memory-data] : 20 - [table-data] : 7 + [table-data] : 5 [tables] : 1 [tags] : 1 - [total] : 877 - [vars] : 40 - ArrayNewFixed : 11 - AtomicFence : 1 - Binary : 85 - Block : 139 - Break : 9 - Call : 49 + [total] : 538 + [vars] : 43 + ArrayNewFixed : 1 + AtomicFence : 2 + Binary : 67 + Block : 70 + Break : 1 + Call : 23 CallRef : 1 - Const : 169 - Drop : 17 - GlobalGet : 70 - GlobalSet : 66 - I31Get : 1 - I31New : 3 - If : 41 - Load : 18 - LocalGet : 43 - LocalSet : 26 - Loop : 7 - Nop : 2 - RefAs : 2 - RefFunc : 11 - RefNull : 7 + Const : 116 + Drop : 11 + GlobalGet : 36 + GlobalSet : 34 + I31New : 4 + If : 19 + Load : 16 + LocalGet : 35 + LocalSet : 17 + Loop : 2 + MemoryInit : 1 + Nop : 5 + RefFunc : 17 + RefNull : 5 Return : 4 - SIMDExtract : 3 - Store : 3 - StructNew : 9 - TupleExtract : 4 - TupleMake : 8 - Unary : 36 - Unreachable : 32 + SIMDExtract : 1 + Store : 1 + StructNew : 5 + TupleMake : 9 + Unary : 18 + Unreachable : 17 |