Skip to content

[SIL] Extracted SILInstructionWorklist from SILCombine. #27020

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

Merged
merged 2 commits into from
Sep 4, 2019

Conversation

nate-chandler
Copy link
Contributor

SILCombine had a dedicated worklist type that is generally useful. Here that type is extracted into SIL as SILInstructionWorklist so that it can be reused. Minor style changes were made as well.

In a second commit, SILCombine is moved over to using that renamed type.

@nate-chandler
Copy link
Contributor Author

@swift-ci please test

@nate-chandler nate-chandler force-pushed the instruction-worklist branch 2 times, most recently from 1c73855 to d80eede Compare September 4, 2019 18:14
@nate-chandler
Copy link
Contributor Author

@swift-ci please test and merge

SILCombine had a dedicated worklist type that is generally useful.  Here
that type is extracted into SIL as SILInstructionWorklist so that it can
be reused.  Minor style changes were made as well.
In the previous commit, SILInstructionWorklist was added as a verbatim
extraction (modulo some minor style tweaks) of SILCombineWorklist.
Here, SILCombine is moved over to using that renamed type.
@nate-chandler
Copy link
Contributor Author

@swift-ci please test and merge

1 similar comment
@nate-chandler
Copy link
Contributor Author

@swift-ci please test and merge

@swift-ci swift-ci merged commit c8a4125 into swiftlang:master Sep 4, 2019
@nate-chandler nate-chandler deleted the instruction-worklist branch September 4, 2019 20:44
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.

3 participants