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

Revert Visitor Interface #295

Merged
merged 13 commits into from
Dec 16, 2020
Merged

Revert Visitor Interface #295

merged 13 commits into from
Dec 16, 2020

Conversation

rachitnigam
Copy link
Contributor

Fixes #293.

  • Implement analysis::LiveRangeAnalysis.
  • Revert interface of Visitor to disallow data passing.

@rachitnigam rachitnigam requested a review from sgpthomas December 5, 2020 22:38
Copy link
Collaborator

@sgpthomas sgpthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@rachitnigam
Copy link
Contributor Author

@sgpthomas will take a look at this before merging. Some of the code, specifically the two pass approach to par is broken by this version.

Copy link
Collaborator

@sgpthomas sgpthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

par doesn't deal with local register correctly

@rachitnigam rachitnigam mentioned this pull request Dec 10, 2020
2 tasks
@sgpthomas
Copy link
Collaborator

I haven't fixed #314 yet. but the analysis handles the other problems correctly now. I think that we should merge this and then improve the live range analysis because other things depend upon this. @rachitnigam

@rachitnigam
Copy link
Contributor Author

Sounds good to me.

@sgpthomas sgpthomas merged commit 81ea63e into master Dec 16, 2020
@sgpthomas sgpthomas deleted the visitor-revert branch December 16, 2020 21:46
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.

Revert to the simpler Visitor interface
2 participants