Skip to content
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

LLVM lowering of union types discards alignment #1650

Open
dabrahams opened this issue Jan 28, 2025 · 1 comment
Open

LLVM lowering of union types discards alignment #1650

dabrahams opened this issue Jan 28, 2025 · 1 comment

Comments

@dabrahams
Copy link
Collaborator

A larger payload element with smaller alignment could cause the higher alignment of another element to be disregarded

@kyouko-taiga
Copy link
Contributor

The bug is in TypeLowering.swift, in the function handling union types.

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

No branches or pull requests

2 participants