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: extend redundant relop to handle side effects #61275

Merged
merged 2 commits into from
Nov 9, 2021

Commits on Nov 6, 2021

  1. JIT: extend redundant relop to handle side effects

    Handle the case where the side-effecting redundant relop appears
    just before the jump tree relop.
    
    Also revamp how we search for related VNs so it can be done as a
    search loop.
    AndyAyersMS committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    a954ea6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. verify exception set

    AndyAyersMS committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    abc92ea View commit details
    Browse the repository at this point in the history