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]

r242122 - in /branches/ARM/sve-branch/gcc: cse....


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

URL: https://gcc.gnu.org/viewcvs?rev=242122&root=gcc&view=rev
Log:
Use is_a <scalar_int_mode> before LOAD_EXTEND_OP

Add is_a <scalar_int_mode> checks before load_extend_op/
LOAD_EXTEND_OP calls, if that becomes useful for later patches.
(load_extend_op will return UNKNOWN for any other type of mode.)

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


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