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

Limit CSE to generating bitvec temps #58

Merged
merged 2 commits into from
Mar 22, 2024
Merged

Limit CSE to generating bitvec temps #58

merged 2 commits into from
Mar 22, 2024

Conversation

ncough
Copy link
Collaborator

@ncough ncough commented Mar 18, 2024

We want to avoid the introduction of integer/boolean temporaries in CSE, as these are not expected in the reduced ASL structures we produce. Also prevents CSE from commoning impure operations. Should address #46.

@ncough ncough merged commit 77efd8e into partial_eval Mar 22, 2024
1 check passed
@ncough ncough deleted the csebv branch March 25, 2024 21:51
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