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

CSE leaving a lot on the table due to variadic *, + etc #135

Closed
sritchie opened this issue Apr 23, 2023 · 1 comment
Closed

CSE leaving a lot on the table due to variadic *, + etc #135

sritchie opened this issue Apr 23, 2023 · 1 comment

Comments

@sritchie
Copy link
Member

For example, look at all of the duplicate multiplications not getting extracted:

image

any thoughts @littleredcomputer ?

@sritchie sritchie changed the title CSE leaving a lot on the table due to variadic * CSE leaving a lot on the table due to variadic *, + etc Apr 23, 2023
@sritchie
Copy link
Member Author

This is no longer an issue, due to #143 .

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

No branches or pull requests

1 participant