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

aarch64: Add special-case for widening multiplication #9201

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

alexcrichton
Copy link
Member

This commit adds a special case to the lowering of 128-bit multiplication on the aarch64 backend along the same lines as was done in #9136 for the x64 backend. Notably zero and sign-extended values which are multiplied to produce a 128-bit result can skip some of the arithmetic of the fully general 128-bit lowering.

This commit adds a special case to the lowering of 128-bit
multiplication on the aarch64 backend along the same lines as was done
in bytecodealliance#9136 for the x64 backend. Notably zero and sign-extended values
which are multiplied to produce a 128-bit result can skip some of the
arithmetic of the fully general 128-bit lowering.
@alexcrichton alexcrichton requested a review from a team as a code owner September 5, 2024 15:33
@alexcrichton alexcrichton requested review from abrown and removed request for a team September 5, 2024 15:33
@cfallin cfallin added this pull request to the merge queue Sep 6, 2024
Merged via the queue into bytecodealliance:main with commit 53a909c Sep 6, 2024
37 checks passed
@alexcrichton alexcrichton deleted the aarch64-wide-mul branch September 6, 2024 18:48
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