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: update to latest regalloc2 for better clobber and splitting handling. #4324

Merged

Commits on Jun 27, 2022

  1. Cranelift: update to latest regalloc2:

    - Handle call instructions' clobbers with the clobbers API, using RA2's
      clobbers bitmask (bytecodealliance/regalloc2#58) rather than clobbers
      list;
    
    - Pull in changes from bytecodealliance/regalloc2#59 for much more sane
      edge-case behavior w.r.t. liverange splitting.
    cfallin committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c2d2ff9 View commit details
    Browse the repository at this point in the history