Skip to content

Use Type Deduction Analysis to enhance consistency check creations#28

Merged
EmilioCorigliano merged 11 commits into
masterfrom
dev-tda
May 18, 2026
Merged

Use Type Deduction Analysis to enhance consistency check creations#28
EmilioCorigliano merged 11 commits into
masterfrom
dev-tda

Conversation

@EmilioCorigliano
Copy link
Copy Markdown
Collaborator

No description provided.

EmilioCorigliano added 11 commits May 18, 2026 17:26
- Enhance pointer comparison using TDA
- Try following the pointers to reach the final value with loads and finally call compareValues
- created isLocalValueInitializedBefore to check if a value is initialized before a certain instruction in all the possible paths (if not, avoid creating a consistency check on an uninitialized value)
- checks on stores are done only on valueOperands
- Tried to update TDA transparent types during duplicates creation
@EmilioCorigliano EmilioCorigliano merged commit 423e3dd into master May 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant