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

Simplify only required functions and not the whole program #25

Open
harendra-kumar opened this issue Jul 6, 2020 · 1 comment
Open

Comments

@harendra-kumar
Copy link
Member

Currently, after the mark inline phase we run the simplifier on the whole program. Can it have some undesired consequences and slow down the code? Can we run the simplifier only on those functions that we want to fuse instead of running it on the whole program?

@harendra-kumar
Copy link
Member Author

Currently, the fileio benchmark shows some regressions when run with fusion-plugin. The larger goal is to make sure that fusion-plugin does not cause any regressions at all so that we can run it without any caution/warning.

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