Rangeanalysis: Parameterise shared modulus analysis.

This commit is contained in:
Anders Schack-Mulligen
2023-10-27 15:37:02 +02:00
parent 8e2b17cd86
commit a7f3ef1a6c
4 changed files with 107 additions and 100 deletions

View File

@@ -78,6 +78,8 @@ module Sem implements Semantic {
predicate guardDirectlyControlsSsaRead = semGuardDirectlyControlsSsaRead/3;
predicate guardControlsSsaRead = semGuardControlsSsaRead/3;
class Type = SemType;
class IntegerType = SemIntegerType;