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

Fix optIsLoopEntry to skip removed loops #61527

Merged
merged 1 commit into from
Nov 12, 2021

Commits on Nov 12, 2021

  1. Fix optIsLoopEntry to skip removed loops

    This was preventing block compaction with loop entry blocks in loops
    that had been previously optimized away (and thus removed from the
    loop table).
    
    There are a few cases where we now delete dead code that was previously
    left in the function. There are a number of spurious local weighting
    and IG textual asm diffs changes, possibly due to how PerfScore is implemented
    (there are some surprisingly large PerfScore changes in a few cases,
    despite no change in (most) generated code).
    BruceForstall committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3c4d024 View commit details
    Browse the repository at this point in the history