[InstCombine] Remove one-use check if other logic operand is constant (#77973)
By using `match(W, m_ImmConstant())`, we do not need to worry about one-time use anymore.
parent
74cb09ff
Please register or sign in to comment
By using `match(W, m_ImmConstant())`, we do not need to worry about one-time use anymore.