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

fuzzgen: Use the generic insert for select_spectre_guard #5458

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

afonso360
Copy link
Contributor

👋 Hey,

Now that we have a generic version of select_spectre_guard we don't need to always preceed it with an icmp.

This PR switches the fuzzer to the regular insert_opcode inserter so that it can cover both lowerings.

The general case for this instruction was added in #5420.

Now that we have a generic version of select_spectre_guard we don't
need to always preced it with an `icmp`.
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Dec 16, 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.

I forgot we did this, so thanks for catching it!

@jameysharp jameysharp merged commit 6323b0f into bytecodealliance:main Dec 16, 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