Skip to content
Snippets Groups Projects

Constant scheduling

Merged rarbore2 requested to merge constant_gcm into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -199,8 +199,6 @@ fn basic_blocks(
args: _,
} => bbs[idx] = Some(control),
Node::Parameter { index: _ } => bbs[idx] = Some(NodeID::new(0)),
Node::Constant { id: _ } => bbs[idx] = Some(NodeID::new(0)),
Node::DynamicConstant { id: _ } => bbs[idx] = Some(NodeID::new(0)),
_ if function.nodes[idx].is_control() => bbs[idx] = Some(NodeID::new(idx)),
_ => {}
}
Loading