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

Various rustc_codegen_ssa cleanups #123237

Merged
merged 8 commits into from
Jun 30, 2024
Merged

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    e9ea578 View commit details
    Browse the repository at this point in the history
  2. Remove PrintBackendInfo trait

    It is only implemented for a single type. Directly passing this type is
    simpler and avoids overhead from indirect calls.
    bjorn3 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7f44532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e8601 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e32eb4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b3243 View commit details
    Browse the repository at this point in the history
  6. Remove check_overflow method from MiscMethods

    It can be retrieved from the Session too.
    bjorn3 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aacdce3 View commit details
    Browse the repository at this point in the history
  7. Remove type_i1 and type_struct from cg_ssa

    They are not representable by Cranelift
    bjorn3 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    887f57f View commit details
    Browse the repository at this point in the history
  8. Fix doc comment

    bjorn3 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    84f45bb View commit details
    Browse the repository at this point in the history