-
Notifications
You must be signed in to change notification settings - Fork 52
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
Conversation
393c531
to
04cc560
Compare
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.
lgtm!
@sgpthomas will take a look at this before merging. Some of the code, specifically the two pass approach to |
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.
par doesn't deal with local register correctly
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 |
Sounds good to me. |
Fixes #293.
analysis::LiveRangeAnalysis
.