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]

r242248 - in /branches/ARM/sve-branch/gcc: relo...


Author: rsandifo
Date: Fri Nov 11 17:27:07 2016
New Revision: 242248

URL: https://gcc.gnu.org/viewcvs?rev=242248&root=gcc&view=rev
Log:
poly_int: reload.c

This patch makes a few small poly_int64 changes to reload.c,
such as in the "decomposition" structure.  In practice, any
port with polynomial-sized modes should be using LRA rather
than reload, but it's easier to convert reload anyway than
to sprinkle to_constants everywhere.

Modified:
    branches/ARM/sve-branch/gcc/reload.c
    branches/ARM/sve-branch/gcc/reload.h
    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]