summaryrefslogtreecommitdiff
path: root/src/passes/MemoryPacking.cpp
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2021-04-22 13:47:21 -0700
committerGitHub <noreply@github.com>2021-04-22 13:47:21 -0700
commit23a26c75c6d737d6f97ed1048639b41e948fdd58 (patch)
treee3110280f6a774f64a43ce5e4694652a152955f1 /src/passes/MemoryPacking.cpp
parentba8955f80b58e9a18b675c399b39a547d96facc2 (diff)
downloadbinaryen-23a26c75c6d737d6f97ed1048639b41e948fdd58.tar.gz
binaryen-23a26c75c6d737d6f97ed1048639b41e948fdd58.tar.bz2
binaryen-23a26c75c6d737d6f97ed1048639b41e948fdd58.zip
OptimizeInstructions: Fix/ignore eqz hoisting of if with unreachable arm (#3835)
We tried to ignore unreachable code, but only checked the type of the entire node. But an arm might be unreachable, and after moving code around that requires more work to update the type. But such cases are best left to DCE anyhow, so just check for any unreachability and stop there.
Diffstat (limited to 'src/passes/MemoryPacking.cpp')
0 files changed, 0 insertions, 0 deletions