Skip to content
Snippets Groups Projects

More misc. rodinia opts

Merged rarbore2 requested to merge rodinia_opt3 into main
2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -883,6 +883,13 @@ fn spill_clones(
init == *b
&& editor.func().schedules[a.idx()].contains(&Schedule::ParallelReduce)
})
.unwrap_or(false)
&& !editor.func().nodes[a.idx()]
.try_phi()
.map(|(_, data)| {
data.contains(b)
&& editor.func().schedules[a.idx()].contains(&Schedule::ParallelReduce)
})
.unwrap_or(false))
});
Loading