Re: [RFC] [ipa bitwise cp] tree-ssa-ccp changes

2016-08-09 Thread Richard Biener
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, >

[RFC] [ipa bitwise cp] tree-ssa-ccp changes

2016-08-07 Thread Prathamesh Kulkarni
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