Skip to content
Snippets Groups Projects

Large benches

Merged rarbore2 requested to merge large-benches into main
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
@@ -48,8 +48,11 @@ let traverse_body = outline(inner);
@@ -48,8 +48,11 @@ 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@cost_init, bfs@loop1, bfs@loop2);
 
delete-uncalled(*);
const-inline(*);
const-inline(*);
simpl!(*);
unforkify(init_body, traverse_body, collect_body);
unforkify(init_body, traverse_body, collect_body);
gcm(*);
simpl!(*);
\ No newline at end of file
gcm(*);
 
xdot[true](bfs);
Loading