Skip to content

[semantic-arc] Wire up Parsing/Printing/IRGen/Serialization/Deserialization for copy_value, destroy_value. #5416

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
Oct 23, 2016

Conversation

gottesmm
Copy link
Contributor

[semantic-arc] Wire up Parsing/Printing/IRGen/Serialization/Deserialization for copy_value, destroy_value.

Nothing crazy here, just implementing the instructions and basic support.

rdar://28851920

…tialized_behavior.

Noticed this while preparing copy_value, destroy_value. The problem was that we
were not parsing the SIL Debug Location at the end of
mark_uninitialized_behavior.
…zation for copy_value, destroy_value.

rdar://28851920
@gottesmm
Copy link
Contributor Author

@swift-ci Please smoke test and merge

@swift-ci swift-ci merged commit de69652 into swiftlang:master Oct 23, 2016
@gottesmm gottesmm deleted the copy_value_destroy_value branch October 23, 2016 07:25
@@ -992,6 +992,8 @@ void SILSerializer::writeSILInstruction(const SILInstruction &SI) {
}
case ValueKind::CondFailInst:
case ValueKind::RetainValueInst:
case ValueKind::CopyValueInst:
case ValueKind::DestroyValueInst:
Copy link
Contributor

Choose a reason for hiding this comment

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

Please bump the module format version number!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought I did. I guess I did it in an earlier version of the patch. Sorry!

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