Some actions simplify analyzing IR

This commit is contained in:
Egor Mayorov
2025-05-13 00:46:32 +03:00
committed by Alexander
parent d3e3996349
commit 4944dd516d
3 changed files with 94 additions and 6 deletions

View File

@@ -952,7 +952,7 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
}
else if (curr_regime == SWAP_OPERATORS)
{
runSwapOperators(loopGraph, fullIR, countOfTransform);
runSwapOperators(file, loopGraph, fullIR, countOfTransform);
}
else if (curr_regime == PRIVATE_REMOVING_ANALYSIS)
{