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

[SCEV] Extend isImpliedCondOperandsViaRanges to independent predicates #71110

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Nov 3, 2023

  1. [SCEV] Extend isImpliedCondOperandsViaRanges to independent predicates

    As far as I can tell, there's nothing in this code which actually assumes
    the two predicates in (FoundLHS FoundPred FoundRHS) => (LHS Pred RHS) are
    the same.
    
    Noticed while investigating something else, this is purely an oppurtunistic
    optimization while I'm looking at the code.  Unfortunately, this doesn't
    solve my original problem.  :)
    preames committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    af6a9d6 View commit details
    Browse the repository at this point in the history