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

x64: Add test for a fixed issue #3550

Merged
merged 2 commits into from
Nov 19, 2021

Conversation

alexcrichton
Copy link
Member

This commit adds a test from #3337 which is an issue that was fixed
in #3506 due to moving imul lowering rules to ISLE which fixed the
underlying issue of accidentally not falling through to the necessary
case for general i64x2.mul multiplication.

Closes #3337

This commit adds a test from bytecodealliance#3337 which is an issue that was fixed
in bytecodealliance#3506 due to moving `imul` lowering rules to ISLE which fixed the
underlying issue of accidentally not falling through to the necessary
case for general `i64x2.mul` multiplication.

Closes bytecodealliance#3337
@cfallin cfallin merged commit a947c89 into bytecodealliance:main Nov 19, 2021
@alexcrichton alexcrichton deleted the close-simd-fuzz branch March 21, 2022 20:59
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.

x64: Register allocation failure with simd instructions
2 participants