Skip to content
Snippets Groups Projects
Commit bcd279ad authored by Russel Arbore's avatar Russel Arbore
Browse files

Fix bfs

parent 53b31022
No related branches found
No related tags found
2 merge requests!215Large benches,!214More optimizations
Pipeline #202035 passed
......@@ -48,10 +48,8 @@ let traverse_body = outline(inner);
let (outer, inner) = fork-reshape[[1], [0]](collect);
let collect_body = outline(inner);
inline(bfs);
delete-uncalled(*);
const-inline(*);
simpl!(*);
unforkify(init_body, traverse_body, collect_body);
gcm(*);
gcm(*);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment