diff options
author | Alon Zakai <azakai@google.com> | 2024-10-16 09:51:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 09:51:50 -0700 |
commit | 33abf08976264700e6ab5815a73537a5fb6b7dcf (patch) | |
tree | 916c344c4395b1b80c84b1994061323aca2a27b6 /test/passes | |
parent | c7e42ae04ffd45b0da3e281be03d753516083803 (diff) | |
download | binaryen-33abf08976264700e6ab5815a73537a5fb6b7dcf.tar.gz binaryen-33abf08976264700e6ab5815a73537a5fb6b7dcf.tar.bz2 binaryen-33abf08976264700e6ab5815a73537a5fb6b7dcf.zip |
[Wasm GC] Fuzz BrOn (#7006)
Diffstat (limited to 'test/passes')
-rw-r--r-- | test/passes/translate-to-fuzz_all-features_metrics_noprint.txt | 80 |
1 files changed, 39 insertions, 41 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 e58a50830..3cc841610 100644 --- a/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt +++ b/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt @@ -1,53 +1,51 @@ Metrics total - [exports] : 3 - [funcs] : 5 + [exports] : 4 + [funcs] : 7 [globals] : 26 [imports] : 5 [memories] : 1 [memory-data] : 20 - [table-data] : 0 + [table-data] : 2 [tables] : 1 [tags] : 2 - [total] : 499 - [vars] : 20 + [total] : 510 + [vars] : 15 ArrayNew : 14 ArrayNewFixed : 2 - AtomicCmpxchg : 1 - AtomicNotify : 1 - AtomicRMW : 1 - Binary : 69 - Block : 42 - Break : 8 - Call : 6 - Const : 126 - Drop : 2 - GlobalGet : 27 + AtomicFence : 1 + Binary : 64 + Block : 45 + Break : 2 + Call : 8 + CallRef : 2 + Const : 127 + Drop : 5 + GlobalGet : 28 GlobalSet : 16 - I31Get : 1 - If : 10 + If : 12 Load : 18 - LocalGet : 43 - LocalSet : 22 - Loop : 5 - Nop : 3 - Pop : 3 - RefAs : 2 - RefFunc : 2 - RefI31 : 1 - RefNull : 8 - RefTest : 1 - Return : 1 - Select : 1 - Store : 3 - StringConst : 9 - StringEncode : 1 - StringEq : 3 - StructNew : 12 - StructSet : 1 - Try : 3 - TryTable : 2 - TupleExtract : 1 - TupleMake : 4 - Unary : 13 - Unreachable : 11 + LocalGet : 46 + LocalSet : 29 + Loop : 3 + MemoryCopy : 1 + MemoryInit : 1 + Nop : 4 + Pop : 2 + RefCast : 1 + RefFunc : 7 + RefNull : 6 + Return : 9 + SIMDExtract : 1 + Store : 1 + StringConst : 7 + StringEq : 1 + StringMeasure : 1 + StringSliceWTF : 1 + StructNew : 14 + Try : 2 + TryTable : 1 + TupleExtract : 3 + TupleMake : 6 + Unary : 9 + Unreachable : 10 |