add directives

This commit is contained in:
2025-12-04 08:54:09 +03:00
committed by Egor Mayorov
parent 24f261961d
commit 13e4b6dff6
4 changed files with 77 additions and 13 deletions

View File

@@ -6,9 +6,12 @@
#include <string>
#include <cstdint>
#include "SgUtils.h"
struct ArrayDimension
{
uint64_t start, step, tripCount;
SgArrayRefExp* array;
};
class AccessingSet {