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 shifts and extends to fuzzer #4700

Merged
merged 3 commits into from
Aug 12, 2022

Conversation

afonso360
Copy link
Contributor

👋 Hey,

This adds shifts and extends to the fuzzer's op list.

It also de-duplicates some tests (shifts-small-types.clif) that were accidentally left in tree on #4519.

Additionally we had a test (sshr_i8_i8), that had the wrong signature and results (probably from me copy pasting a bit too much!).

cc: @jameysharp

@afonso360 afonso360 changed the title Fuzz shift ext cranelift: Add shifts and extends to fuzzer Aug 11, 2022
These were moved to the main shifts file in bytecodealliance#4519 but this file was accidentaly left in tree.

It also fixes the missing sshr_i8_i8 testcase
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Aug 12, 2022
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

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

Ah, all good fixes then!

@jameysharp jameysharp merged commit ac97258 into bytecodealliance:main Aug 12, 2022
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