libpredict_integration: init

This commit is contained in:
2025-10-05 17:28:15 +03:00
parent 47e2b961e2
commit d1a9113072
12 changed files with 467 additions and 105 deletions

View File

@@ -122,6 +122,7 @@ static LoopGraph* createDirectiveForLoop(LoopGraph *currentLoop, MapToArray &mai
if (found == false)
{
directive->shadowRenew.push_back(make_pair(key, vector<pair<int, int>>()));
directive->shadowRenewCorner.push_back(false);
const DIST::Array *arrayRef = read;
for (int i = 0; i < arrayRef->GetDimSize(); ++i)