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/riscv64: Fix mv instruction pretty-printing #8494

Merged
merged 1 commit into from Apr 27, 2024

Commits on Apr 27, 2024

  1. cranelift/riscv64: Fix mv instruction pretty-printing

    The operand collector and the instruction emitter for Inst::Mov both
    placed the `rm` register before `rd`, so the emitted code was correct,
    but the pretty-printer used the opposite order and so printed the
    operands backwards. Note that the VCode disassembly disagreed with
    Capstone's disassembly of the emitted machine code.
    jameysharp committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c189763 View commit details
    Browse the repository at this point in the history