summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-brs_enable-multivalue.txt
Commit message (Expand)AuthorAgeFilesLines
* Do not sink blocks into ifs with unreachable conditions (#7129)Thomas Lively2024-12-021-13/+13
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-3/+3
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-84/+84
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-307/+553
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-4/+4
* RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...Alon Zakai2023-10-031-4/+3
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-10/+10
* RemoveUnusedBrs: Remove final block nops in all cases (#4954)Alon Zakai2022-08-221-13/+0
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-46/+51
* [Selectify] Increase TooCostlyToRunUnconditionally from 7 to 9 (#4228)Max Graey2021-10-131-5/+5
* RemoveUnusedBrs::tablify() improvements: handle EqZ and tee (#4144)Alon Zakai2021-09-131-0/+103
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Implement missing if restructuring (#3819)Alon Zakai2021-04-201-10/+9
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-3/+3
* RemoveUnusedBrs: Properly check for effects in selectify() (#3310)Alon Zakai2020-11-011-1/+89
* Improve CostAnalyzer (#3309)Max Graey2020-10-311-3/+4
* RemoveUnusedBrs fuzz fix for switches with a single target and with a value (...Alon Zakai2020-10-091-0/+22
* Remove function index printing (#2742)Thomas Lively2020-04-091-117/+117
* Handle tuples in RemoveUnusedBrs (#2693)Thomas Lively2020-03-161-0/+2505