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]

r242173 - in /branches/ARM/sve-branch/gcc: call...


Author: rsandifo
Date: Fri Nov 11 17:12:53 2016
New Revision: 242173

URL: https://gcc.gnu.org/viewcvs?rev=242173&root=gcc&view=rev
Log:
Make more use of subreg_lowpart_offset

This patch uses subreg_lowpart_offset in places that open-coded
the calculation.  It also uses it in regcprop.c to test whether,
after a mode change, the first register in a multi-register group
is still the right one.

Modified:
    branches/ARM/sve-branch/gcc/calls.c
    branches/ARM/sve-branch/gcc/cse.c
    branches/ARM/sve-branch/gcc/regcprop.c


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