Skip to content
Snippets Groups Projects

add alternate order to fork tilling

Merged Xavier Routh requested to merge alternate-fork-tile into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -42,8 +42,8 @@ impl Pass {
pub fn num_args(&self) -> usize {
match self {
Pass::Xdot => 1,
Pass::ForkChunk => 3,
Pass::ForkFissionBufferize => 4,
Pass::ForkChunk => 4,
Pass::ForkFissionBufferize => 2,
Pass::ForkInterchange => 2,
_ => 0,
}
Loading