summaryrefslogtreecommitdiff
path: root/test/lit/passes/merge-blocks.wast
Commit message (Expand)AuthorAgeFilesLines
* ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...Alon Zakai2024-10-101-5/+4
* Fix a fuzz issue with #6984 (#6988)Alon Zakai2024-10-071-4/+5
* MergeBlocks: Optimize all dropped blocks (#6984)Alon Zakai2024-10-041-6/+5
* [NFC] Refactor out the dropped-block optimization code in MergeBlocks (#6982)Alon Zakai2024-10-031-3/+24
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-8/+12
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-13/+13
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-1/+1
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-1/+1
* [Wasm GC] Stop printing deprecated cast etc. instructions (#5852)Thomas Lively2023-08-021-1/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-13/+13
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-10/+10
* Simplify and fix heap type counting (#5110)Thomas Lively2022-10-041-1/+2
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-1/+1
* MergeBlocks: Rewrite to use a generic algorithm (#4323)Alon Zakai2021-11-121-14/+193
* MergeBlocks: optimize If conditions (#4260)Alon Zakai2021-10-191-0/+38
* MergeBlocks: Allow side effects in a ternary's first element (#4238)Alon Zakai2021-10-131-0/+98
* Refactor MergeBlocks to use iteration; adds Wasm GC support (#4137)Alon Zakai2021-09-091-1/+60
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-1/+4
* [Wasm GC] Fix MergeBlocks on BrOn (#3702)Alon Zakai2021-03-181-0/+31