[InstCombine] Use disjoint flag in add of or fold
Use disjoint instead of haveNoCommonBitsSet(), which is slightly stronger in case the information used to infer disjoint has been lost. Introduce the m_DisjointOr() matcher to make handling cases like this cleaner.
parent
18669592
Please register or sign in to comment