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

cranelift: Add SIMD icmp to interpreter #3332

Merged
merged 3 commits into from
Sep 17, 2021

Conversation

afonso360
Copy link
Contributor

Adds tests for scalar icmp and adds SIMD icmp.

I found it easier to separate the test files into each comparison type, but let me know if you prefer them all in a single file.

Add `icmp` tests for all scalar types and condition codes.

AArch64 (no)overflow tests are disabled because they are currently failing.
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Sep 11, 2021
@afonso360 afonso360 changed the title cranelift: Add SMD icmp to interpreter cranelift: Add SIMD icmp to interpreter Sep 11, 2021
Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

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

LGTM modulo one small argument-naming nit below. Thanks!

cranelift/interpreter/src/step.rs Outdated Show resolved Hide resolved
@cfallin cfallin merged commit 6a98fe2 into bytecodealliance:main Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants