diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-06-18 18:27:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-18 18:27:03 +0100 |
commit | b06555e330e48a42918492086cbf4b24353ed62d (patch) | |
tree | cbf6b14611a501d0775c62aa5791ccf071a7fc2c /test/emcc_O2_hello_world.fromasm.imprecise | |
parent | ec931e717a07dc21f22ac543ab0fe5af78879cc8 (diff) | |
parent | d6bda73f13fe17434f3bd78b58da6961d297361a (diff) | |
download | binaryen-b06555e330e48a42918492086cbf4b24353ed62d.tar.gz binaryen-b06555e330e48a42918492086cbf4b24353ed62d.tar.bz2 binaryen-b06555e330e48a42918492086cbf4b24353ed62d.zip |
Merge pull request #590 from WebAssembly/precompute
Precompute expressions at compile time when possible
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index acbeb2a0b..be4324f2c 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -9223,10 +9223,7 @@ (set_local $6 (i32.and (get_local $4) - (i32.xor - (i32.const 3) - (i32.const -1) - ) + (i32.const -4) ) ) (if |