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

[CodeGen] Preserved additional analyses in StackSlotColoring pass. #93779

Merged

Commits on May 30, 2024

  1. [CodeGen] Preserved additional analyses in StackSlotColoring pass.

    The pass pipeline of some architecture splits register allocation
    phase based on different register classes. As some analyses need to
    be computed at the beginning of the register allocation and kept
    alive till all values are assigned to some physical registers.
    
    This poses challenge with objective of introducing StackSlotColoring
    after partial virtual registers are assigned to physical registers,
    in order to optimize stack slots usage.As this pass doesn't preserve
    few analysis yet to be needed by the register allocation of the
    remaining virtual registers, necessiating them to be kept preserved.
    vg0204 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dc21436 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c56007d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb410b8 View commit details
    Browse the repository at this point in the history