diff options
author | Alon Zakai <azakai@google.com> | 2024-04-11 14:17:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:17:56 -0700 |
commit | 81f72e8e77e9c67f1ebf178f26edce3b6ebbd9d5 (patch) | |
tree | 405872e4f86b3aef55e51d73e196433e0fb48a80 /test/passes/translate-to-fuzz_all-features_metrics_noprint.txt | |
parent | d662d732ff471ea40eacc68cf62391acf27eec4e (diff) | |
download | binaryen-81f72e8e77e9c67f1ebf178f26edce3b6ebbd9d5.tar.gz binaryen-81f72e8e77e9c67f1ebf178f26edce3b6ebbd9d5.tar.bz2 binaryen-81f72e8e77e9c67f1ebf178f26edce3b6ebbd9d5.zip |
Fuzzer: Emit signed Struct/ArrayGet operations (#6486)
Diffstat (limited to 'test/passes/translate-to-fuzz_all-features_metrics_noprint.txt')
-rw-r--r-- | test/passes/translate-to-fuzz_all-features_metrics_noprint.txt | 87 |
1 files changed, 44 insertions, 43 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 241d84718..ebba83a48 100644 --- a/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt +++ b/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt @@ -1,6 +1,6 @@ total - [exports] : 3 - [funcs] : 5 + [exports] : 4 + [funcs] : 7 [globals] : 1 [imports] : 5 [memories] : 1 @@ -8,49 +8,50 @@ total [table-data] : 1 [tables] : 1 [tags] : 2 - [total] : 661 - [vars] : 21 - ArrayGet : 1 - ArrayLen : 1 + [total] : 674 + [vars] : 37 + ArrayCopy : 1 + ArrayGet : 3 + ArrayLen : 3 ArrayNew : 4 - ArrayNewFixed : 6 - AtomicFence : 1 + ArraySet : 1 + AtomicCmpxchg : 1 + AtomicNotify : 3 AtomicRMW : 1 - Binary : 87 - Block : 78 - Break : 17 - Call : 11 - Const : 125 - DataDrop : 1 - Drop : 7 - GlobalGet : 26 - GlobalSet : 26 - I31Get : 1 - If : 24 - Load : 22 - LocalGet : 65 - LocalSet : 38 - Loop : 9 - MemoryCopy : 1 - Nop : 9 - RefAs : 8 - RefCast : 1 + Binary : 81 + Block : 75 + Break : 12 + Call : 25 + CallRef : 1 + Const : 121 + Drop : 5 + GlobalGet : 24 + GlobalSet : 24 + I31Get : 2 + If : 23 + Load : 19 + LocalGet : 75 + LocalSet : 50 + Loop : 7 + MemoryFill : 1 + Nop : 4 + Pop : 6 + RefAs : 9 + RefCast : 5 RefEq : 2 - RefFunc : 1 - RefI31 : 3 + RefFunc : 3 + RefI31 : 6 RefIsNull : 2 - RefNull : 13 - RefTest : 1 - Return : 4 - SIMDExtract : 3 - SIMDLoad : 1 - Select : 2 - Store : 4 - StructGet : 2 - StructNew : 3 - Throw : 1 - Try : 1 - TupleExtract : 2 - TupleMake : 5 - Unary : 28 + RefNull : 12 + RefTest : 3 + Return : 6 + SIMDExtract : 2 + Select : 4 + StructGet : 1 + StructNew : 1 + StructSet : 1 + Try : 5 + TupleExtract : 3 + TupleMake : 4 + Unary : 20 Unreachable : 13 |