summaryrefslogtreecommitdiff
path: root/test/lit/passes/coalesce-locals.wast
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-2/+2
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-161-4/+4
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-1/+3
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-6/+3
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-684/+964
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-5/+5
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-6/+4
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* CoalesceLocals: Use ValueNumbering (#4355)Alon Zakai2021-11-241-10/+152
* CoalesceLocals: Remove a redundant tee of the same local as a parent set (#4318)Alon Zakai2021-11-091-8/+2
* CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)Alon Zakai2021-11-101-21/+440
* Port test/passes/c* to lit (#3988)Thomas Lively2021-07-151-0/+2511