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

Upgraded UCE transformation. #300

Merged
merged 4 commits into from Oct 22, 2020
Merged

Upgraded UCE transformation. #300

merged 4 commits into from Oct 22, 2020

Conversation

m4rs-mt
Copy link
Owner

@m4rs-mt m4rs-mt commented Oct 21, 2020

This PR updates the currently implemented (but disabled) UnreachableCodeElimination transformation and adds it to the O2 pipeline. Applying UCE can improve runtime performance of the generated kernel programs by removing unnecessary parts of the program and simplifying control-flow patterns. Moreover, this PR enhances the simplification of PhiValues that can be trivially removed on-the-fly.

@m4rs-mt m4rs-mt added this to the v0.9.2 milestone Oct 21, 2020
@m4rs-mt m4rs-mt merged commit bbfa9b3 into master Oct 22, 2020
@m4rs-mt m4rs-mt deleted the uce branch October 22, 2020 16:31
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

2 participants