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]

r242127 - /branches/ARM/sve-branch/gcc/postrelo...


Author: rsandifo
Date: Fri Nov 11 17:04:41 2016
New Revision: 242127

URL: https://gcc.gnu.org/viewcvs?rev=242127&root=gcc&view=rev
Log:
Use scalar_int_mode for move2add

The postreload move2add optimisations are specific to
scalar integers.  This patch adds an explicit check
to the main guarding "if" and propagates the information
through subroutines.

Modified:
    branches/ARM/sve-branch/gcc/postreload.c


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