-
Notifications
You must be signed in to change notification settings - Fork 56
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
Improvements to lower-spill #836
Conversation
I have small improvements to push too. Give me 3 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is everybody satisfied with the current state of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok for me.
Ok with me, thank for all the improvements |
- The lower-spill transformation only skips functions in which no `#spill` or `#unspill` operation appear (fixes #719) - This transformation introduces assignment without a flag: this allows the following passes (in particular dead-code-elimination) to remove them when appropriate. Co-authored-by: Vincent Laporte <Vincent.Laporte@inria.fr> Co-authored-by: Jean-Christophe Léchenet <jean-christophe.lechenet@inria.fr>
#spill
or#unspill
operation appear (fixes Unexpected operator unspill #719)