Skip to content
Commit e29b112f authored by Craig Topper's avatar Craig Topper
Browse files

[InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is an...

[InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is an inverted compare. NFC

Do the same for (X | (Y & ~X)) -> (X | Y)

llvm-svn: 308104
parent 860e0ba5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment