fix select_array_conf pass for nested loops

This commit is contained in:
2024-03-26 13:58:00 +03:00
parent 8a689b5ee3
commit 83f4e1289c

View File

@@ -121,11 +121,9 @@ static void preventLoopsFromParallelizations(LoopGraph* loop, const set<DIST::Ar
}
}
}
else
{
for (LoopGraph* child : loop->children)
preventLoopsFromParallelizations(child, prevent, createdDirectives, messagesForFile);
}
}
struct DimConf