summaryrefslogtreecommitdiff
path: root/src/wasm-debug.h
diff options
context:
space:
mode:
authorMax Graey <maxgraey@gmail.com>2021-11-17 00:58:13 +0200
committerGitHub <noreply@github.com>2021-11-16 14:58:13 -0800
commit62c5209be6482836175a236f946b3a7261a47856 (patch)
tree0a479520c4479647506766b29424e7c9d418a92e /src/wasm-debug.h
parent4b3d5be999baac642e7664da39c37c6012c11513 (diff)
downloadbinaryen-62c5209be6482836175a236f946b3a7261a47856.tar.gz
binaryen-62c5209be6482836175a236f946b3a7261a47856.tar.bz2
binaryen-62c5209be6482836175a236f946b3a7261a47856.zip
[OptimizeInstructions] Combine some relational ops joined Or/And (Part 1) (#4333)
(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-debug.h')
0 files changed, 0 insertions, 0 deletions