From a3acdae356fc53eecdb52338d9bdd82310afa8a7 Mon Sep 17 00:00:00 2001 From: Max Graey Date: Mon, 22 Jun 2020 22:15:53 +0300 Subject: More optimizations for pow of two and pos/neg one const on the right (#2870) --- test/binaryen.js/sieve.js.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/binaryen.js') diff --git a/test/binaryen.js/sieve.js.txt b/test/binaryen.js/sieve.js.txt index 7a4223cd8..1da65a09f 100644 --- a/test/binaryen.js/sieve.js.txt +++ b/test/binaryen.js/sieve.js.txt @@ -73,12 +73,12 @@ optimized: (drop (memory.grow (i32.sub - (i32.div_u + (i32.shr_u (i32.add (local.get $0) (i32.const 65535) ) - (i32.const 65536) + (i32.const 16) ) (memory.size) ) -- cgit v1.2.3