[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
Loading
Please sign in to comment