r252680 - in /branches/range-gen2/gcc: ChangeLo...

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Sep 13 17:53:00 GMT 2017


Author: aldyh
Date: Wed Sep 13 17:53:12 2017
New Revision: 252680

URL: https://gcc.gnu.org/viewcvs?rev=252680&root=gcc&view=rev
Log:
[44/77] Make simplify_and_const_int take a scalar_int_mode

After previous patches, top-level calls to simplify_and_const_int
always pass a scalar_int_mode.  The only call site that needs to
be updated is the recursive one in simplify_and_const_int_1,
at which point we know "varop" has a scalar integer mode.

2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

gcc/
	* combine.c (simplify_and_const_int): Change the type of the mode
	parameter to scalar_int_mode.
	(simplify_and_const_int_1): Likewise.  Update recursive call.

Modified:
    branches/range-gen2/gcc/ChangeLog
    branches/range-gen2/gcc/combine.c



More information about the Gcc-cvs mailing list