Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize Asyncify to not flatten/optimize unnecessarily (#5293) | Alexander Guryanov | 2022-12-06 | 1 | -5/+1 |
| | | | | | | | | | Add a way to proxy passes and the addition of passes in pass runners. With that we can make Asyncify only modify functions it actually needs to. On a project that Asyncify only needs to modify a few functions on, this can save a huge amount of time as it avoids flattening+optimizing the majority of the module. Fixes #4822 | ||||
* | Fix name of port_passes_tests_to_lit.py script. NFC (#4902) | Sam Clegg | 2022-08-12 | 1 | -1/+1 |
| | | | I was reading these tests and failing to find the names script. | ||||
* | Port test/passes/asyncify* to lit (#3970) | Thomas Lively | 2021-07-08 | 1 | -0/+508 |