save prev logic

This commit is contained in:
ALEXks
2024-07-18 18:02:01 +03:00
parent 517f5d2b6c
commit bb4c9a8606
2 changed files with 3 additions and 2 deletions

View File

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

View File

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