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

feat(optim)!: add a new param toAvoid to the constant folding pass #36

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

EmileRolley
Copy link
Collaborator

Add a new param toAvoid for the constantFolding and move the toKeep arguments in the params as well.

Important

toAvoid will be used to not to fold a rule where toKeep is used to no to remove a rule without parent refs after the folding pass.

@EmileRolley EmileRolley merged commit 53f9319 into main Feb 14, 2024
6 checks passed
@EmileRolley EmileRolley deleted the optim-add-toAvoid-params branch February 14, 2024 11:14
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.

None yet

1 participant