diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-05-22 12:20:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-05-22 12:49:18 -0400 |
commit | 305ee902874b49351f4916e303c293523f11570b (patch) | |
tree | bd3e3d479d855cd0cad7fab1ff23b53ad7481b44 /tests/test_data_flow_group.out | |
parent | a3a9a2ed41394c7ae9a1e5f57b0379b2c3a564d0 (diff) | |
download | bfs-305ee902874b49351f4916e303c293523f11570b.tar.xz |
opt: Track data flow information about predicates
This allows us to optimize things like
-sparse -o -not -sparse <==> -true
and
-sparse -a -not -sparse <==> -false
Diffstat (limited to 'tests/test_data_flow_group.out')
-rw-r--r-- | tests/test_data_flow_group.out | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test_data_flow_group.out b/tests/test_data_flow_group.out new file mode 100644 index 0000000..bb3cd8d --- /dev/null +++ b/tests/test_data_flow_group.out @@ -0,0 +1,19 @@ +basic +basic/a +basic/b +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/c/d +basic/e/f +basic/g/h +basic/j/foo +basic/k/foo +basic/l/foo +basic/k/foo/bar +basic/l/foo/bar +basic/l/foo/bar/baz |