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

optimizer: allow multiple inlining again #53911

Merged
merged 1 commit into from
Apr 1, 2024
Merged

optimizer: allow multiple inlining again #53911

merged 1 commit into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. allow multiple inlining again

    Before #52415 we could do multiple rounds of inlining on
    IR that had already been inlined, but this was no longer possible. By
    removing the assertion that was introduced in #52415,
    this commit makes it possible to do multi-inlining once more. Note that
    to fully solve this, though, we need to enhance `ir_inline_linetable!`
    so it can add new linetables to an inner linetable that's already been
    inlined. This commit notes that enhancement as something we need to do
    later, leaving it with a TODO comment.
    aviatesk committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    97c3717 View commit details
    Browse the repository at this point in the history