New InstCombine pattern: (icmp ult/ule (A + C1), C3) | (icmp ult/ule (A + C2),...
New InstCombine pattern: (icmp ult/ule (A + C1), C3) | (icmp ult/ule (A + C2), C3) to (icmp ult/ule ((A & ~(C1 ^ C2)) + max(C1, C2)), C3) under certain condition llvm-svn: 216135
Loading
Please register or sign in to comment