Re: [wide-int 6/8] Avoid redundant extensions

2014-04-23 Thread Richard Biener
On Tue, Apr 22, 2014 at 10:04 PM, Richard Sandiford rdsandif...@googlemail.com wrote: register_edge_assert_for_2 operates on wide_ints of precision nprec so a lot of the extensions are redundant. Tested on x86_64-linux-gnu. OK to install? Ok. Thanks, Richard. Thanks, Richard Index:

[wide-int 6/8] Avoid redundant extensions

2014-04-22 Thread Richard Sandiford
register_edge_assert_for_2 operates on wide_ints of precision nprec so a lot of the extensions are redundant. Tested on x86_64-linux-gnu. OK to install? Thanks, Richard Index: gcc/tree-vrp.c === --- gcc/tree-vrp.c 2014-04-22