diff options
author | Sam Clegg <sbc@chromium.org> | 2022-11-03 15:06:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 22:06:32 +0000 |
commit | 8388a33e84c0730f5a7c7e89bd089ad7c9db9455 (patch) | |
tree | a4991df7be22c02204208704af25172c2932bfa0 /test/passes/fuzz_metrics_noprint.bin.txt | |
parent | bf1782368dc6fee2d5fb9f4dd0cada2ca04ccb30 (diff) | |
download | binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.tar.gz binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.tar.bz2 binaryen-8388a33e84c0730f5a7c7e89bd089ad7c9db9455.zip |
Update default features to match new llvm defaults (#5212)
See: https://reviews.llvm.org/D125728
Diffstat (limited to 'test/passes/fuzz_metrics_noprint.bin.txt')
-rw-r--r-- | test/passes/fuzz_metrics_noprint.bin.txt | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/test/passes/fuzz_metrics_noprint.bin.txt b/test/passes/fuzz_metrics_noprint.bin.txt index 2df80ff72..cf94c2f3d 100644 --- a/test/passes/fuzz_metrics_noprint.bin.txt +++ b/test/passes/fuzz_metrics_noprint.bin.txt @@ -1,33 +1,33 @@ total - [exports] : 39 - [funcs] : 50 + [exports] : 15 + [funcs] : 21 [globals] : 7 [imports] : 4 [memories] : 1 [memory-data] : 4 - [table-data] : 17 + [table-data] : 7 [tables] : 1 [tags] : 0 - [total] : 3442 - [vars] : 108 - Binary : 299 - Block : 495 - Break : 110 - Call : 193 - CallIndirect : 29 - Const : 650 - Drop : 48 - GlobalGet : 295 - GlobalSet : 131 - If : 183 - Load : 79 - LocalGet : 199 - LocalSet : 153 - Loop : 71 - Nop : 45 - RefFunc : 17 - Return : 155 - Select : 25 - Store : 29 - Unary : 235 + [total] : 2012 + [vars] : 60 + Binary : 195 + Block : 269 + Break : 80 + Call : 67 + CallIndirect : 14 + Const : 373 + Drop : 12 + GlobalGet : 164 + GlobalSet : 65 + If : 110 + Load : 47 + LocalGet : 176 + LocalSet : 116 + Loop : 39 + Nop : 24 + RefFunc : 7 + Return : 74 + Select : 18 + Store : 26 + Unary : 135 Unreachable : 1 |