diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-08-18 12:23:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-08-18 12:23:41 -0400 |
commit | 5529a7006ae22df4ea69e06121bd0111fa52e45c (patch) | |
tree | b6d77b6a7998ee93e88646fbcf801083a90ce740 /tests/test_data_flow_and_swap.out | |
parent | 94740c610143ac26a2c0fa11998db8f0cb76af1a (diff) | |
download | bfs-5529a7006ae22df4ea69e06121bd0111fa52e45c.tar.xz |
opt: Re-run optimizations after reordering expressions
This catches new data flow inferences that can be made after swapping
the children of an expression.
Diffstat (limited to 'tests/test_data_flow_and_swap.out')
-rw-r--r-- | tests/test_data_flow_and_swap.out | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test_data_flow_and_swap.out b/tests/test_data_flow_and_swap.out new file mode 100644 index 0000000..1e72fd9 --- /dev/null +++ b/tests/test_data_flow_and_swap.out @@ -0,0 +1,12 @@ +basic +basic/c +basic/e +basic/g +basic/i +basic/j +basic/k +basic/l +basic/g/h +basic/k/foo +basic/l/foo +basic/l/foo/bar |