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

Disable RemoveZsts in generators to avoid query cycles #88979

Merged
merged 1 commit into from
Sep 16, 2021

Commits on Sep 15, 2021

  1. Disable RemoveZsts in generators to avoid query cycles

    Querying layout of a generator requires its optimized MIR. Thus
    computing layout during MIR optimization of a generator might create a
    query cycle. Disable RemoveZsts in generators to avoid the issue
    (similar approach is used in ConstProp transform already).
    tmiasko committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c39d759 View commit details
    Browse the repository at this point in the history