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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -43,7 +43,7 @@ impl Pass {
match self {
Pass::Xdot => 1,
Pass::ForkChunk => 3,
Pass::ForkFissionBufferize => 2,
Pass::ForkFissionBufferize => 4,
Pass::ForkInterchange => 2,
_ => 0,
}
Loading