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

x64: Fix encoding of adc/sbb with immediate operands #8976

Merged
merged 1 commit into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. x64: Fix encoding of adc/sbb with immediate operands

    This isn't reachable from Cranelift today but in some various testing
    this is one of the issues I encountered. This fixes apparent copy/paste
    bugs with the `Adc` and `Sbb` instructions with immediate operands.
    alexcrichton committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    32798cf View commit details
    Browse the repository at this point in the history