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

Assorted improvements for rustc_middle::mir::traversal #116254

Merged
merged 9 commits into from
Sep 30, 2023

Commits on Sep 28, 2023

  1. Remove outdated comment

    There is no `reset` anymore
    WaffleLapkin committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f040210 View commit details
    Browse the repository at this point in the history
  2. Remove ReversePostorder altogether

    It was not used anywhere, instead we directly reverse postorder.
    WaffleLapkin committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    82e251b View commit details
    Browse the repository at this point in the history
  3. Simplify Postorder::next

    WaffleLapkin committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fb0e585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d8a458 View commit details
    Browse the repository at this point in the history
  5. Don't resolve basic block data in Postorder

    The only usage immediately throws out the data, so.
    WaffleLapkin committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a7f3c4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0abb98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e0dc59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2724243 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    814fbd8 View commit details
    Browse the repository at this point in the history