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

winch(aarch64): Handle division signedness #9784

Merged

Conversation

saulecabrera
Copy link
Member

This commit fixes how signedness division is hanlded in aarch64. Prior to this commit, sign-extension was emitted unconditionally.

This commit ensures that the correct extension is emitted depending on the division kind.

Additionally this commit prefers making use of existing assembler helpers.

This commit fixes how signedness division is hanlded in aarch64.
Prior to this commit, sign-extension was emitted unconditionally.

This commit ensures that the correct extension is emitted depending on
the division kind.

Additionally this commit prefers making use of existing assembler
helpers.
@saulecabrera saulecabrera requested review from a team as code owners December 11, 2024 15:28
@saulecabrera saulecabrera requested review from cfallin and fitzgen and removed request for a team December 11, 2024 15:28
Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

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

👍

@saulecabrera saulecabrera added this pull request to the merge queue Dec 11, 2024
Merged via the queue into bytecodealliance:main with commit d2a22d4 Dec 11, 2024
42 checks passed
@saulecabrera saulecabrera deleted the winch-arm64-fix-div-sign branch December 11, 2024 16:21
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