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

[Code Generator] Simplify Expressions #318

Merged
merged 49 commits into from
Sep 21, 2023

Conversation

github-actions[bot]
Copy link
Contributor

closes #25

@github-actions github-actions bot added feature-request New feature or request priority-low Low priority issue labels Aug 17, 2023
@steffenenders steffenenders requested a review from blattm August 24, 2023 08:54
@rihi rihi force-pushed the issue-25-_Code_Generator_Simplify_Expressions branch from 721a962 to 58ef1af Compare August 24, 2023 11:20
@rihi rihi marked this pull request as ready for review August 24, 2023 11:29
Copy link
Collaborator

@blattm blattm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! Here is the first part of the review.

rihi and others added 19 commits September 6, 2023 18:22
- Assignment lhs
- UnaryOperation
- UnaryOperation ArrayInfo
- Phi
…f the dataflow tree

Lift some constraints of what can be substituted. These constraints where in place in an attempt to prevent erroneous modifications to the dataflow tree, resulting in invalid states.
This commit shifts the responsibility of keeping the dataflow graph in a valid state to the user allowing for a more flexible implementation.
Copy link
Collaborator

@blattm blattm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@blattm blattm enabled auto-merge (squash) September 21, 2023 09:09
@blattm blattm merged commit a7d49d2 into main Sep 21, 2023
1 check passed
@blattm blattm deleted the issue-25-_Code_Generator_Simplify_Expressions branch September 21, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request priority-low Low priority issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Code Generator] Simplify Expressions
2 participants