diff options
author | Alon Zakai <azakai@google.com> | 2022-10-31 14:17:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 14:17:40 -0700 |
commit | 8c3ebda4d79383aed4c9e8c83f59f53363d1067a (patch) | |
tree | 55559ff21c9112c1aba040ade30f06b035f1eb7f /src/passes/CodePushing.cpp | |
parent | 91ecf5088944de356b514641d99051244c20eec4 (diff) | |
download | binaryen-8c3ebda4d79383aed4c9e8c83f59f53363d1067a.tar.gz binaryen-8c3ebda4d79383aed4c9e8c83f59f53363d1067a.tar.bz2 binaryen-8c3ebda4d79383aed4c9e8c83f59f53363d1067a.zip |
Fix br_if fallthrough value (#5200)
The fallthrough there is trickier because the value is evaluated before the condition.
Unlike other fallthroughs, the value is not last, so we need to check if the condition
(which is after it) interferes with it.
Diffstat (limited to 'src/passes/CodePushing.cpp')
0 files changed, 0 insertions, 0 deletions