r242117 - /branches/ARM/sve-branch/gcc/simplify...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:03:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:03:14 2016
New Revision: 242117

URL: https://gcc.gnu.org/viewcvs?rev=242117&root=gcc&view=rev
Log:
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.

Modified:
    branches/ARM/sve-branch/gcc/simplify-rtx.c



More information about the Gcc-cvs mailing list