summaryrefslogtreecommitdiff
path: root/test/lit/passes/remove-unused-brs.wast
Commit message (Expand)AuthorAgeFilesLines
* RemoveUnusedBrs: Avoid an error on loops with unreachable ifs (#7156)Alon Zakai2024-12-171-16/+50
* Do not sink blocks into ifs with unreachable conditions (#7129)Thomas Lively2024-12-021-0/+30
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-59/+121
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-4/+4
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-4/+4
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-3/+3
* RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...Alon Zakai2023-10-031-8/+2
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-17/+17
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-4/+6
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-17/+17
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-3/+3
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-10/+5
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-9/+9
* [Selectify] Increase TooCostlyToRunUnconditionally from 7 to 9 (#4228)Max Graey2021-10-131-3/+50
* RemoveUnusedBrs: Optimize if-of-if pattern (#4180)Alon Zakai2021-09-231-0/+160
* RemoveUnusedBrs: Do not create a select with a multivalue result (#4005)Alon Zakai2021-07-191-0/+47
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+6
* Implement missing if restructuring (#3819)Alon Zakai2021-04-201-0/+256
* LUBs (#3731)Thomas Lively2021-03-291-0/+29