Skip to content

x64: Add test for a fixed issue#3550

Merged
cfallin merged 2 commits intobytecodealliance:mainfrom
alexcrichton:close-simd-fuzz
Nov 19, 2021
Merged

x64: Add test for a fixed issue#3550
cfallin merged 2 commits intobytecodealliance:mainfrom
alexcrichton:close-simd-fuzz

Conversation

@alexcrichton
Copy link
Copy Markdown
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