diff options
author | Alon Zakai <azakai@google.com> | 2024-09-03 16:09:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 16:09:08 -0700 |
commit | 952286421a19fb8358d645f49d455b75bfbd1d19 (patch) | |
tree | 4bac2b625f335226cd322657def442b628a65079 /src/passes/SSAify.cpp | |
parent | eac1c86562ef76e98724018534135afa1b3239c0 (diff) | |
download | binaryen-952286421a19fb8358d645f49d455b75bfbd1d19.tar.gz binaryen-952286421a19fb8358d645f49d455b75bfbd1d19.tar.bz2 binaryen-952286421a19fb8358d645f49d455b75bfbd1d19.zip |
[NFC] Convert HeapStoreOptimization to use a CFG (#6896)
This does not use the CFG yet, so there is no benefit (and likely some small
slowdown). The next PR will actually use it to fix a correctness bug. This PR
only sets up the CFG and converts the pass to operate on it, without changing
any behavior or tests.
Followup to #6882
Diffstat (limited to 'src/passes/SSAify.cpp')
0 files changed, 0 insertions, 0 deletions