summaryrefslogtreecommitdiffstats
path: root/tests/test_data_flow_sparse.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-19/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-6/+6
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* opt: Track data flow information about predicatesTavian Barnes2020-05-221-0/+19
This allows us to optimize things like -sparse -o -not -sparse <==> -true and -sparse -a -not -sparse <==> -false