Skip to content
Snippets Groups Projects

More misc. rodinia opts

Merged rarbore2 requested to merge rodinia_opt3 into main
Files
2
+ 2
2
@@ -879,8 +879,8 @@ fn spill_clones(
|| editor.func().nodes[a.idx()].is_reduce())
&& !editor.func().nodes[a.idx()]
.try_reduce()
.map(|(_, init, _)| {
init == *b
.map(|(_, init, reduct)| {
(init == *b || reduct == *b)
&& editor.func().schedules[a.idx()].contains(&Schedule::ParallelReduce)
})
.unwrap_or(false)
Loading