Andrew MacLeod <amacl...@redhat.com> writes:

> -  // See if we can exclude CST based on the known 0 bits.
> -  if (!m_bitmask.unknown_p ()
> -      && cst != 0
> -      && wi::bit_and (m_bitmask.get_nonzero_bits (), cst) == 0)
> +  // Check is the known bits in bitmask exclude CST.
> +  if (!m_bitmask.member_p (cst))
>      return false;

Check *if*

Aldy

Reply via email to