Skip to content

[NFC] Simplify DenseMapInfo<SimpleValue>::isEqual in CSE #35254

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 1 commit into from
Jan 5, 2021

Conversation

meg-gupta
Copy link
Contributor

It is not correct to check if we support ownership rauwing of values in
the isEqual method. Move it to a later point in CSE

It is not correct to check if we support ownership rauwing of values in
the isEqual method. Move it to a later point in CSE
@meg-gupta
Copy link
Contributor Author

@swift-ci smoke test

// TODO: Support MultipleValueInstructionResult in OSSA RAUW utility and
// extend it here as well
if (!isa<SingleValueInstruction>(Inst))
continue;
if (!OwnershipFixupContext::canFixUpOwnershipForRAUW(
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

@gottesmm gottesmm merged commit 3361aff into swiftlang:main Jan 5, 2021
@gottesmm
Copy link
Contributor

gottesmm commented Jan 5, 2021

@meg-gupta thanks again!

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.

2 participants