add restore pass
This commit is contained in:
@@ -1910,6 +1910,8 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
||||
mergeRegions(parallelRegions, allFuncInfo);
|
||||
else if (curr_regime == ARRAY_PROPAGATION)
|
||||
arrayConstantPropagation(project);
|
||||
else if (curr_regime == ARRAY_PROPAGATION_RESTORE)
|
||||
restoreArrays();
|
||||
|
||||
const float elapsed = duration_cast<milliseconds>(high_resolution_clock::now() - timeForPass).count() / 1000.;
|
||||
const float elapsedGlobal = duration_cast<milliseconds>(high_resolution_clock::now() - globalTime).count() / 1000.;
|
||||
|
||||
Reference in New Issue
Block a user