diff options
author | Max Graey <maxgraey@gmail.com> | 2021-11-17 02:08:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 16:08:30 -0800 |
commit | 87fce24735f7fb1815fc6d0fa7fda8a33bcaeefd (patch) | |
tree | 36f2aa453fb8d8fa01929db0714eac164a577319 /src/passes/LocalSubtyping.cpp | |
parent | a3ad58215d054db36da7596ec7d082c029e0affa (diff) | |
download | binaryen-87fce24735f7fb1815fc6d0fa7fda8a33bcaeefd.tar.gz binaryen-87fce24735f7fb1815fc6d0fa7fda8a33bcaeefd.tar.bz2 binaryen-87fce24735f7fb1815fc6d0fa7fda8a33bcaeefd.zip |
[OptimizeInstructions] Combine some relational ops joined Or/And (Part 2) (#4336)
(i32(x) != 0) | (i32(y) != 0) ==> i32(x | y) != 0
(i64(x) != 0) | (i64(y) != 0) ==> i64(x | y) != 0
Diffstat (limited to 'src/passes/LocalSubtyping.cpp')
0 files changed, 0 insertions, 0 deletions