Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use plain sort, not bfs_sort | Tavian Barnes | 2022-03-13 | 1 | -2/+2 |
| | | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes. | ||||
* | opt: Re-run optimizations after reordering expressions | Tavian Barnes | 2018-08-18 | 1 | -0/+12 |
This catches new data flow inferences that can be made after swapping the children of an expression. |