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: Fix C ABI integer promotion for loongarch64. #22980

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented Feb 22, 2025

It appears to just be a 1:1 copy of riscv64, including the super weird sign extension quirk for u32.

Contributes to #21671.

It appears to just be a 1:1 copy of riscv64, including the super weird sign
extension quirk for u32.

Contributes to ziglang#21671.
@alexrp alexrp enabled auto-merge (rebase) February 22, 2025 23:10
@andrewrk
Copy link
Member

Nice find. You should be able to add C ABI test coverage for this fairly easily I think.

@alexrp alexrp added this to the 0.14.0 milestone Feb 23, 2025
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