Skip to content

[IRGen] Properly compute bit mask for extra tag bits in CVW #75514

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
Jul 27, 2024

Conversation

drexin
Copy link
Contributor

@drexin drexin commented Jul 26, 2024

rdar://132501359

PowerOf2Ceil is not the correct function to use, because we end up with an empty mask if there is only one value stored in the extra tag bits

rdar://132501359

PowerOf2Ceil is not the correct function to use, because we end up with an empty mask if there is only one value stored in the extra tag bits
@drexin drexin requested a review from rjmccall as a code owner July 26, 2024 21:52
@drexin drexin requested review from mikeash and tbkka July 26, 2024 21:52
@drexin
Copy link
Contributor Author

drexin commented Jul 26, 2024

@swift-ci smoke test

Copy link
Contributor

@mikeash mikeash left a comment

Choose a reason for hiding this comment

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

Ow.

@drexin drexin merged commit d141404 into swiftlang:main Jul 27, 2024
3 checks passed
@drexin drexin deleted the wip-132501359 branch July 27, 2024 02:31
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