r251474 - in /trunk/gcc: ChangeLog simplify-rtx.c
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Wed Aug 30 11:11:00 GMT 2017
Author: rsandifo
Date: Wed Aug 30 11:11:09 2017
New Revision: 251474
URL: https://gcc.gnu.org/viewcvs?rev=251474&root=gcc&view=rev
Log:
[22/77] Replace !VECTOR_MODE_P with is_a <scalar_int_mode>
This patch replaces some checks of !VECTOR_MODE_P with checks
of is_a <scalar_int_mode>, in cases where the scalar integer
modes were the only useful alternatives left.
2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
gcc/
* simplify-rtx.c (simplify_binary_operation_1): Use
is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/simplify-rtx.c
More information about the Gcc-cvs
mailing list