summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
authorMax Graey <maxgraey@gmail.com>2022-07-26 18:42:45 +0300
committerGitHub <noreply@github.com>2022-07-26 08:42:45 -0700
commite95d6592d5a89485200f4822198ec13993a3e302 (patch)
tree0472f9fa904a7b4a8c5257a1222d095b3cac36c5 /src/wasm-binary.h
parenta1464d9e004a43ef6d3f2fa83444e7906d9b620f (diff)
downloadbinaryen-e95d6592d5a89485200f4822198ec13993a3e302.tar.gz
binaryen-e95d6592d5a89485200f4822198ec13993a3e302.tar.bz2
binaryen-e95d6592d5a89485200f4822198ec13993a3e302.zip
[OptimizeInstructions] Add folding for mixed left shift and mul with constants on RHS (#4808)
(x * C1) << C2 -> x * (C1 << C2) (x << C1) * C2 -> x * (C2 << C1)
Diffstat (limited to 'src/wasm-binary.h')
0 files changed, 0 insertions, 0 deletions