summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2022-05-03 14:05:39 -0700
committerGitHub <noreply@github.com>2022-05-03 14:05:39 -0700
commit737f65a593226119d085e34393592e7462f60cba (patch)
treefb8b3b2455a544cd20cc2cb25162424174711ce6
parent99414ec6b057301f5b53c6fc7b02f134895116cb (diff)
downloadbinaryen-737f65a593226119d085e34393592e7462f60cba.tar.gz
binaryen-737f65a593226119d085e34393592e7462f60cba.tar.bz2
binaryen-737f65a593226119d085e34393592e7462f60cba.zip
Replace 64K sparse matrix testcase with 8K (#4635)
Helps #4632: This makes it take 4 seconds instead of 5 minutes.
-rw-r--r--test/passes/sparse_matrix_liveness.bin.txt (renamed from test/passes/65536_locals_for_liveness.bin.txt)4
-rw-r--r--test/passes/sparse_matrix_liveness.passes (renamed from test/passes/65536_locals_for_liveness.passes)0
-rw-r--r--test/passes/sparse_matrix_liveness.wasm (renamed from test/passes/65536_locals_for_liveness.wasm)bin44 -> 43 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/65536_locals_for_liveness.bin.txt b/test/passes/sparse_matrix_liveness.bin.txt
index 0fc7f873a..b55f1023a 100644
--- a/test/passes/65536_locals_for_liveness.bin.txt
+++ b/test/passes/sparse_matrix_liveness.bin.txt
@@ -6,7 +6,7 @@ total
[tables] : 0
[tags] : 0
[total] : 4
- [vars] : 65536
+ [vars] : 8194
Block : 1
Const : 1
LocalGet : 1
@@ -19,7 +19,7 @@ total
[tables] : 0
[tags] : 0
[total] : 4
- [vars] : 1 -65535
+ [vars] : 1 -8193
Block : 1
Const : 1
LocalGet : 1
diff --git a/test/passes/65536_locals_for_liveness.passes b/test/passes/sparse_matrix_liveness.passes
index 719d0bbcd..719d0bbcd 100644
--- a/test/passes/65536_locals_for_liveness.passes
+++ b/test/passes/sparse_matrix_liveness.passes
diff --git a/test/passes/65536_locals_for_liveness.wasm b/test/passes/sparse_matrix_liveness.wasm
index 88929243d..91bd848bc 100644
--- a/test/passes/65536_locals_for_liveness.wasm
+++ b/test/passes/sparse_matrix_liveness.wasm
Binary files differ