Re: [47/77] Make subroutines of nonzero_bits operate on scalar_int_mode

2017-08-23 Thread Jeff Law
On 07/13/2017 02:55 AM, Richard Sandiford wrote: > nonzero_bits1 assumed that all bits of a floating-point or vector mode > were needed. It seems likely that fixed-point modes should have been > handled in the same way. After excluding those, the only remaining > modes that are likely to be usefu

[47/77] Make subroutines of nonzero_bits operate on scalar_int_mode

2017-07-13 Thread Richard Sandiford
nonzero_bits1 assumed that all bits of a floating-point or vector mode were needed. It seems likely that fixed-point modes should have been handled in the same way. After excluding those, the only remaining modes that are likely to be useful are scalar integer ones. This patch moves the mode cla