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
This commit is part of merge request !214. Comments created here will be created in the context of that merge request.
...@@ -48,10 +48,8 @@ let traverse_body = outline(inner); ...@@ -48,10 +48,8 @@ let traverse_body = outline(inner);
let (outer, inner) = fork-reshape[[1], [0]](collect); let (outer, inner) = fork-reshape[[1], [0]](collect);
let collect_body = outline(inner); let collect_body = outline(inner);
inline(bfs);
delete-uncalled(*);
const-inline(*); const-inline(*);
simpl!(*); simpl!(*);
unforkify(init_body, traverse_body, collect_body); 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