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

JIT: Refactor physical promotion in preparation of generalized assignment decomposition #85728

Merged
merged 1 commit into from
May 4, 2023

Commits on May 3, 2023

  1. JIT: Refactor physical promotion in preparation of generalized assign…

    …ment decomposition
    
    This refactors the physical promotion to make the generalized assignment
    decomposition PR more manageable to review.
    
    * Pull Replacement and ReplaceVisitor into the header
    * Introduce promotiondecomposition.cpp that deals with handling
      assignments
    * Rename StatementList -> DecompositionStatementList and unnest it
    
    Also adds some more JITDUMPs when picking promotions, but otherwise
    should not affect behavior.
    jakobbotsch committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9bf463a View commit details
    Browse the repository at this point in the history