Re: [3/4] Using gen_int_mode instead of GEN_INT

2013-09-09 Thread Richard Biener
On Mon, Sep 9, 2013 at 12:27 PM, Richard Sandiford wrote: > Similar to patch 1, but here the calls are all to simplify_* routines. > In the 7414 combine.c hunk, the code is PLUS, AND, IOR or XOR. > In the hunk after that, the "cval |= ..." stuff is effectively doing > a trunc_int_for_mode by hand.

[3/4] Using gen_int_mode instead of GEN_INT

2013-09-09 Thread Richard Sandiford
Similar to patch 1, but here the calls are all to simplify_* routines. In the 7414 combine.c hunk, the code is PLUS, AND, IOR or XOR. In the hunk after that, the "cval |= ..." stuff is effectively doing a trunc_int_for_mode by hand. Tested in the same way as before. OK to install? Thanks, Richar