improved MERGE_ARRAYS

This commit is contained in:
ALEXks
2026-05-03 21:00:07 +03:00
parent 51f97e2be9
commit 5a3c936b5c
8 changed files with 77 additions and 75 deletions

View File

@@ -52,4 +52,7 @@ void fillShrinkFromComment(Statement *stIn, std::vector<std::pair<fillType, std:
template<typename fillType>
void fillCheckpointFromComment(Statement *stIn, std::map<int, Expression*> &clauses, std::set<fillType> &vars, std::set<fillType> &expt);
template<typename fillType>
void fillMergeArraysFromComment(Statement* stIn, std::pair<fillType, fillType>& toReplace);
int getCoverPropertyFromComment(Statement* stIn);