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

Inline stslice if possible #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

akiramenai
Copy link
Contributor

If stslice store a slice which is made of a cell that has one use and
was entiraly made of stores via a builder, the pass replaces the slice
with correspondin strore instructions. The pass relies on DCE to cleanup
unused values.

@akiramenai akiramenai requested a review from azhogin November 26, 2020 16:31
@akiramenai akiramenai force-pushed the dborisenov/stslice-inline branch 2 times, most recently from 9bf29cc to 5eb218d Compare December 2, 2020 21:05
If stslice store a slice which is made of a cell that has one use and
was entiraly made of stores via a builder, the pass replaces the slice
with correspondin strore instructions. The pass relies on DCE to cleanup
unused values.
@akiramenai akiramenai force-pushed the dborisenov/stslice-inline branch from 5eb218d to 4d3dfe9 Compare December 15, 2020 20:34
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.

1 participant