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: Always consider empty remainders to be dying in physical promotion #88665

Merged

Commits on Jul 11, 2023

  1. JIT: Always consider empty remainders to be dying

    Liveness takes a few shortcuts that means it doesn't always handle the
    case where there is no remainder as the remainder dying, so add a
    special case in StructDeaths::IsRemainderDying to take care of this
    case.
    
    Some minor improvements from more last-use copy omission are expected.
    jakobbotsch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d860087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875bd5d View commit details
    Browse the repository at this point in the history