summaryrefslogtreecommitdiff
path: root/test/lit/passes/optimize-instructions-mvp.wast
Commit message (Expand)AuthorAgeFilesLines
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-17/+13
* 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-7/+7
* Do not repeat types names in text output (#6499)Thomas Lively2024-04-161-3/+1
* Fix isGenerative on calls and test via improving OptimizeInstructions::areCon...Alon Zakai2024-04-111-1/+330
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-1/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-162/+414
* OptimizeAddedConstants: Handle a final added constant properly (#6115)Alon Zakai2023-11-131-0/+25
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-1/+3
* OptimizeInstructions: Handle signed overflow properly in canOverflow() (#5467)Alon Zakai2023-01-311-13/+67
* OptimizeInstructions: Check for possible added-constant overflows (#5227)Alon Zakai2022-12-201-0/+299
* Update default features to match new llvm defaults (#5212)Sam Clegg2022-11-031-0/+16597