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

Draft: Improve compliance with AAPCS ABI for ARM32 #4582

Closed
wants to merge 1 commit into from

Conversation

tf2spi
Copy link
Contributor

@tf2spi tf2spi commented Dec 14, 2024

Closes #4576 by improving ABI compliance with AAPCS for ARM32

All aggregate types have been encoded as int arrays rather than deconstructing their underlying types to get the type that should be passed for the C calling convention.

@tf2spi
Copy link
Contributor Author

tf2spi commented Dec 14, 2024

Oops. Already dealt with in #4579. Closing.

@tf2spi tf2spi closed this Dec 14, 2024
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.

Vector2 gets incorrect type in LLVM IR for arm32
1 participant