On Mon, 8 Aug 2016, Prathamesh Kulkarni wrote:
> Hi Richard,
> In the attached version, I tried to address your suggestions from:
> https://gcc.gnu.org/ml/gcc-patches/2016-08/msg00279.html
>
> In ccp_finalize we do:
> wide_int nonzero_bits = wide_int::from (val->mask, precision,
>
Hi Richard,
In the attached version, I tried to address your suggestions from:
https://gcc.gnu.org/ml/gcc-patches/2016-08/msg00279.html
In ccp_finalize we do:
wide_int nonzero_bits = wide_int::from (val->mask, precision,
UNSIGNED) | val->value;
Si