Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Phi::setValue and Phi::setSource #1092

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

can-leh-emmtrix
Copy link
Contributor

@can-leh-emmtrix can-leh-emmtrix commented Sep 24, 2024

This PR adds Phi::setValue and Phi::setSource methods, that allow setting the incoming value / basic block for a specific index. In contrast to replaceSourceWith and replace to they run in $O(1)$ instead of $O(n)$.

Related: #1075

@nunoplopes nunoplopes merged commit b4b59bc into AliveToolkit:master Sep 24, 2024
12 checks 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.

2 participants