Skip to content

[6.2] LargeTypesReg2Mem: Add unchecked_bitwise_cast to the projections we need to propagate largeness from destination to source operand #80907

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

Open
wants to merge 1 commit into
base: release/6.2
Choose a base branch
from

Conversation

aschwaighofer
Copy link
Contributor

Scope: Fixes a compiler crash in some version of swift-collections Issue: An instruction whose result type address'ness needs to be propagated to its operand was not handled.
Risk: Low, this case would have crashed without the change. Testing: Unit test added. The compiler successfully compiled the project after this change.
Original PR: #80888

rdar://148545382
(cherry picked from commit 370b7e8)

…s we need to propagate largeness from destination to source operand

Scope: Fixes a compiler crash in some version of swift-collections
Issue: An instruction whose result type address'ness needs to be
propagated to its operand was not handled.
Risk: Low, this case would have crashed without the change.
Testing: Unit test added. The compiler successfully compiled the project
after this change.
Original PR: swiftlang#80888

rdar://148545382
(cherry picked from commit 370b7e8)
@aschwaighofer aschwaighofer requested a review from a team as a code owner April 18, 2025 14:36
@aschwaighofer
Copy link
Contributor Author

@swift-ci tes

@aschwaighofer
Copy link
Contributor Author

@swift-ci test

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