summaryrefslogtreecommitdiffstats
path: root/tests/test_data_flow_or_swap.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-12/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-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 expressionsTavian Barnes2018-08-181-0/+12
This catches new data flow inferences that can be made after swapping the children of an expression.