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

Fix insert_node_here! if called at the end of the IR #39021

Merged
merged 1 commit into from
Dec 29, 2020

Commits on Dec 29, 2020

  1. Fix insert_node_here! if called at the end of the IR

    This method was throwing an error when called after the compaction
    had processes the last instruction in the IR (with reverse affinity).
    This currently can't, because we never use this method after compacting
    a terminal instruction (inlining uses it to split BBs), but can after
    the new code in #37849, so fix the bug now. Forward port from #37849.
    Keno committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    e73d222 View commit details
    Browse the repository at this point in the history