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

Move CSE to plan time (for native) #24266

Open
kaikalur opened this issue Dec 16, 2024 · 0 comments
Open

Move CSE to plan time (for native) #24266

kaikalur opened this issue Dec 16, 2024 · 0 comments

Comments

@kaikalur
Copy link
Contributor

kaikalur commented Dec 16, 2024

Currently, common subexpression elimination (CSE) happens at codegen time in Java. But with native coming along, we should see if we can do it as the last step of the optimization so we can get the cool bottom up max prefix optimization we do there in native as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Status: 🆕 Unprioritized
Development

No branches or pull requests

1 participant