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

[mir-opt] Fix mis-optimization and other issues with the SimplifyArmIdentity pass #73949

Merged
merged 4 commits into from
Jul 4, 2020

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    e3f599c View commit details
    Browse the repository at this point in the history
  2. [mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs

    If temporaries are used beyond just the temporary chain, then we can't
    optimize out the reads and writes.
    wesleywiser committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    9248d90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24bfdc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e16d6a6 View commit details
    Browse the repository at this point in the history