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

FilterX operator optimization for literals #390

Merged
merged 9 commits into from
Nov 29, 2024

Conversation

MrAnno
Copy link
Member

@MrAnno MrAnno commented Nov 23, 2024

Can be useful when FilterX code is extracted into SCL blocks with parameters, or when the configuration is generated.

For example:

optimized_away_to_literal = `from_scl` && !`from_scl2` ? (`from_scl3`) ?? "ok" : "not " + "ok"

Depends on #387 (CI)

@MrAnno MrAnno force-pushed the literal-expr-prop-optimization branch from 09493e2 to 7426e9a Compare November 23, 2024 12:23
@MrAnno MrAnno force-pushed the literal-expr-prop-optimization branch from 7426e9a to adf1cd2 Compare November 28, 2024 14:11
@alltilla alltilla merged commit b8f7853 into axoflow:main Nov 29, 2024
22 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