diff options
author | Max Graey <maxgraey@gmail.com> | 2021-12-14 22:09:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 12:09:09 -0800 |
commit | de3847140bce792a75a2f167b9c4e2aa107719c5 (patch) | |
tree | a7e0302b8f107411393c75e05d63ea135b57350e /src/wasm/wasm-binary.cpp | |
parent | b1f6298ed8756bdc3336429c04b92ba58d000b49 (diff) | |
download | binaryen-de3847140bce792a75a2f167b9c4e2aa107719c5.tar.gz binaryen-de3847140bce792a75a2f167b9c4e2aa107719c5.tar.bz2 binaryen-de3847140bce792a75a2f167b9c4e2aa107719c5.zip |
[OptimizeInstructions] Combine some relational ops joined Or/And (Part 4) (#4339)
(i32(x) < 0) & (i32(y) < 0) ==> i32(x & y) < 0
(i64(x) < 0) & (i64(y) < 0) ==> i64(x & y) < 0
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
0 files changed, 0 insertions, 0 deletions