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

Some unwinding related cg_ssa cleanups #93261

Merged
merged 4 commits into from
Jan 29, 2022
Merged

Commits on Jan 24, 2022

  1. Reorder unwinding related builder methods to differentiate between dw…

    …arf and msvc instructions
    bjorn3 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    19dd2ec View commit details
    Browse the repository at this point in the history
  2. Remove unused return values from resume and cleanup_ret

    Given that these instructions are diverging, not every codegen backend
    may be able to produce a return value for them.
    bjorn3 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e9646fa View commit details
    Browse the repository at this point in the history
  3. Merge add_handler into catch_switch

    Some codegen backends may require all handlers to be immediately known
    bjorn3 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    7a16450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ce771 View commit details
    Browse the repository at this point in the history