Skip to content

Fix an ssa bug#1423

Merged
kripken merged 1 commit into
masterfrom
ssafix
Feb 22, 2018
Merged

Fix an ssa bug#1423
kripken merged 1 commit into
masterfrom
ssafix

Conversation

@kripken

@kripken kripken commented Feb 14, 2018

Copy link
Copy Markdown
Member

We can't assume that even if all set locations assign to the same local that it is ok to read that local, as locals may also be written elsewhere.

This basically just removes an optimization that was not valid.

… to the same local that it is ok to read that local, as locals may also be written elsewhere
@kripken kripken merged commit a8538a4 into master Feb 22, 2018
@kripken kripken deleted the ssafix branch February 22, 2018 19:10
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