[InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a |...
[InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and its commuted variants. llvm-svn: 306801
Loading
Please register or sign in to comment