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

[InstCombine] Allow overflowing selects to work on commutative arguments #90812

Closed
wants to merge 2 commits into from

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    79407e3 View commit details
    Browse the repository at this point in the history
  2. [InstCombine] Allow overflowing selects to work on [InstCombine] Allo…

    …w overflowing selects to work on commutative arguments
    
    This came up when working on a patch for systemd, where the code would not simplify because instead of using the actual result, someone decided to instead put "return x + y"
    AreaZR committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2e986c3 View commit details
    Browse the repository at this point in the history