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]

r242174 - in /branches/ARM/sve-branch/gcc: lra-...


Author: rsandifo
Date: Fri Nov 11 17:13:02 2016
New Revision: 242174

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

This patch uses subreg_size_lowpart_offset in places that
open-coded the calculation.  The reload use (and the LRA
one that was based on it) seemed to ignore the BYTES_BIG_ENDIAN
!= WORDS_BIG_ENDIAN case; it's not obvious whether that was
deliberate or an oversight.

Modified:
    branches/ARM/sve-branch/gcc/lra-spills.c
    branches/ARM/sve-branch/gcc/regcprop.c
    branches/ARM/sve-branch/gcc/reload1.c


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