This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r242132 - in /branches/ARM/sve-branch/gcc: cfgl...


Author: rsandifo
Date: Fri Nov 11 17:05:43 2016
New Revision: 242132

URL: https://gcc.gnu.org/viewcvs?rev=242132&root=gcc&view=rev
Log:
Use scalar_int_mode in the RTL iv routines

This patch changes the iv modes in rtx_iv from machine_mode
to scalar_int_mode.  It also passes the mode of the iv down
to subroutines; this avoids the previous situation in which
the mode information was sometimes lost and had to be added
by the caller on return.

Some routines already took a mode argument, but the patch
tries to standardise on passing it immediately before the
argument it describes.

Modified:
    branches/ARM/sve-branch/gcc/cfgloop.h
    branches/ARM/sve-branch/gcc/loop-iv.c
    branches/ARM/sve-branch/gcc/loop-unroll.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]