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

Apply Constant Propagation on Lowering to AIR #216

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

DavePearce
Copy link
Collaborator

This puts in place a (reasonably simplistic) constant propagation phase which applies during the lowering phase to AIR. A number of tests have been added which helped to smoke out a few obvious mistakes.

This puts in place a (reasonably simplistic) constant propagation phase
which applies during the lowering phase to AIR.  A number of tests have
been added which helped to smoke out a few obvious mistakes.
@DavePearce DavePearce linked an issue Jul 9, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 0a42fe6 into main Jul 9, 2024
2 checks passed
@DavePearce DavePearce deleted the 43-implement-constant-propagation branch July 9, 2024 04:22
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.

Implement Constant Propagation
1 participant