On Fri, Oct 26, 2018 at 9:20 AM Martin Liška wrote:
>
> Hi.
>
> The patch aligns ipa_vr_ggc_hash_traits::hash function what actual
> ipa_vr_ggc_hash_traits::equals
> operator does. Currently, the hash function is pointer based, which the real
> equal operator
> does internally operand_equal_p, w
Hi.
The patch aligns ipa_vr_ggc_hash_traits::hash function what actual
ipa_vr_ggc_hash_traits::equals
operator does. Currently, the hash function is pointer based, which the real
equal operator
does internally operand_equal_p, which works fine for equal constants (with
different addresses).
It