Skip to content
Snippets Groups Projects

Basic IR schedules framework

Merged rarbore2 requested to merge schedules into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -62,7 +62,7 @@ pub fn default_plan(function: &Function, fork_join_map: &HashMap<NodeID, NodeID>
control,
init: _,
reduct,
} = function.nodes[id.idx()]
} = function.nodes[chain_id.idx()]
{
if first_control.is_none() {
first_control = Some(control);
Loading