Skip to content

cranelift: Add shifts and extends to fuzzer - #4700

Merged
jameysharp merged 3 commits into
bytecodealliance:mainfrom
afonso360:fuzz-shift-ext
Aug 12, 2022
Merged

cranelift: Add shifts and extends to fuzzer#4700
jameysharp merged 3 commits into
bytecodealliance:mainfrom
afonso360:fuzz-shift-ext

Conversation

@afonso360

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

@jameysharp jameysharp left a comment

Copy link
Copy Markdown
Contributor

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