Skip to content

[sil] Add a run of ome into the lowering pass pipeline. #21716

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

Conversation

gottesmm
Copy link
Contributor

@gottesmm gottesmm commented Jan 8, 2019

The reason why I am doing this is I am in the process of trying to have the
entire -Onone pipeline run with ownership. As part of this the question comes
up: when do we strip out ownership if at all? IRGen really doesn't have any need
to know about ossa, so it makes sense to strip it always at this point. This
conveniently also ensures that the SILModule before IRGen time (i.e. when we
serialize at -Onone) is always in ownership.

The reason why I am doing this is I am in the process of trying to have the
entire -Onone pipeline run with ownership. As part of this the question comes
up: when do we strip out ownership if at all? IRGen really doesn't have any need
to know about ossa, so it makes sense to strip it always at this point. This
conveniently also ensures that the SILModule before IRGen time (i.e. when we
serialize at -Onone) is always in ownership.
@gottesmm gottesmm requested a review from atrick January 8, 2019 20:53
@gottesmm
Copy link
Contributor Author

gottesmm commented Jan 8, 2019

@swift-ci smoke test

@gottesmm
Copy link
Contributor Author

gottesmm commented Jan 8, 2019

This wont land before: #21713

@gottesmm
Copy link
Contributor Author

This is no longer needed. I am doing this in other PRs.

@gottesmm gottesmm closed this Feb 11, 2019
@gottesmm gottesmm deleted the pr-df083bbdb4316856bf543611d62cfe02afcb4ea0 branch February 11, 2019 20:54
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