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

[mono][interp] Add some missing opcodes for cfold #99055

Merged
merged 1 commit into from
Feb 29, 2024

Commits on Feb 28, 2024

  1. [mono][interp] Add some missing opcodes for cfold

    This regression was introduced by SSA change. Before SSA change we were adding superinstructions at the very end of the compilation process, we would never encounter super instructions during cprop phase when cfolding takes place. This is no longer the case so we need to be able to fold patterns like `ct + add.imm`.
    
    Fixes Normalize ASCII regression from wasm bench suite
    BrzVlad committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5e5450c View commit details
    Browse the repository at this point in the history