Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Determinism fix for SSA pass (#1841) | Alon Zakai | 2019-01-02 | 1 | -0/+4 | |
| | | | We iterated over a set. Instead, iterate over the relevant items in their order in the IR. | |||||
* | wasm-opt fuzz script (#1682) [ci skip] | Alon Zakai | 2018-09-19 | 1 | -0/+226 | |
A small fuzz script I've been using locally. Runs wasm-opt on random inputs and random passes, looking for breakage or the passes changing something. Can also run VMs before and after the passes, and compare the VMs. |