InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1
Adapted from a patch by Richard Smith, test-case written by me. llvm-svn: 216157
Loading
Please register or sign in to comment
Adapted from a patch by Richard Smith, test-case written by me. llvm-svn: 216157