remove select_dim_conf pass #50

Merged
Alexander_KS merged 2 commits from remove_select_dim_pass into master 2024-07-18 15:02:55 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit bb4c9a8606 - Show all commits

View File

@@ -911,7 +911,8 @@ extern int PASSES_DONE[EMPTY_PASS];
static void printToBuffer(const LoopGraph *currLoop, const int childSize, char buf[512])
{
int loopState = 0; // 0 - unknown, 1 - good, 2 - bad
if (PASSES_DONE[CREATE_TEMPLATE_LINKS])
if (PASSES_DONE[CREATE_TEMPLATE_LINKS] ||
PASSES_DONE[LOOP_ANALYZER_NODIST])
{
if (currLoop->hasLimitsToParallel())
loopState = 2;

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2351"
#define VERSION_SPF "2352"