Unverified Commit 71c06bbb authored by Dávid Ferenc Szabó's avatar Dávid Ferenc Szabó Committed by GitHub
Browse files

[GlobalISel] Combine (X == 0) & (Y == 0) -> (X | Y) == 0 (#71949)

Also combine (X != 0) | (Y != 0) -> (X | Y) != 0
parent 81d94cad
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment