diff options
author | Alon Zakai <azakai@google.com> | 2023-03-15 10:51:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 10:51:11 -0700 |
commit | f093fce14259d5f73c61d8efe79086f2da57ed78 (patch) | |
tree | 3e85a0569cd8b517a3cf2050f6e257454e76eed8 /test | |
parent | ecd13fa043bc9b54cfce6026ee72498d13d0cc87 (diff) | |
download | binaryen-f093fce14259d5f73c61d8efe79086f2da57ed78.tar.gz binaryen-f093fce14259d5f73c61d8efe79086f2da57ed78.tar.bz2 binaryen-f093fce14259d5f73c61d8efe79086f2da57ed78.zip |
Fuzzer: Pick interesting subtypes in getSubType(HeapType) (#5573)
Diffstat (limited to 'test')
-rw-r--r-- | test/passes/translate-to-fuzz_all-features_metrics_noprint.txt | 66 |
1 files changed, 35 insertions, 31 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 04f0f6405..595dff648 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,46 @@ total - [exports] : 5 - [funcs] : 13 + [exports] : 9 + [funcs] : 21 [globals] : 5 [imports] : 5 [memories] : 1 [memory-data] : 20 - [table-data] : 0 + [table-data] : 5 [tables] : 1 [tags] : 1 - [total] : 460 - [vars] : 23 - ArrayNewFixed : 1 - AtomicCmpxchg : 1 - AtomicRMW : 1 - Binary : 66 - Block : 56 - Break : 3 - Call : 15 - Const : 98 - Drop : 8 - GlobalGet : 26 - GlobalSet : 26 + [total] : 738 + [vars] : 16 + ArrayNew : 8 + ArrayNewFixed : 3 + Binary : 82 + Block : 89 + Break : 7 + Call : 25 + CallIndirect : 1 + CallRef : 1 + Const : 168 + Drop : 10 + GlobalGet : 40 + GlobalSet : 40 I31New : 2 - If : 16 - Load : 17 - LocalGet : 33 - LocalSet : 21 + If : 29 + Load : 19 + LocalGet : 48 + LocalSet : 29 Loop : 3 - Nop : 9 + MemoryCopy : 1 + MemoryInit : 2 + Nop : 11 RefAs : 2 - RefFunc : 2 - RefNull : 5 - Return : 3 - SIMDExtract : 1 - Select : 1 + RefFunc : 21 + RefIsNull : 1 + RefNull : 6 + Return : 8 + SIMDExtract : 2 + Select : 2 Store : 1 - StructNew : 4 - TupleExtract : 2 - TupleMake : 4 - Unary : 17 - Unreachable : 16 + StructNew : 7 + TupleExtract : 5 + TupleMake : 10 + Unary : 31 + Unreachable : 24 |