Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
if C1 and C2 differ only with one bit. Fixes PR14708. llvm-svn: 171270
Loading
Please register or sign in to comment
if C1 and C2 differ only with one bit. Fixes PR14708. llvm-svn: 171270