r242135 - in /branches/ARM/sve-branch/gcc: expm...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:06:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:06:14 2016
New Revision: 242135
URL: https://gcc.gnu.org/viewcvs?rev=242135&root=gcc&view=rev
Log:
Two changes to the get_best_mode interface
get_best_mode always returns a scalar_int_mode on success,
so this patch makes that explicit in the type system. Also,
the "largest_mode" argument is used simply to provide a maximum
size, and in practice that size is always a compile-time constant,
even when the concept of variable-sized modes is added later.
The patch therefore passes the size directly.
Modified:
branches/ARM/sve-branch/gcc/expmed.c
branches/ARM/sve-branch/gcc/expr.c
branches/ARM/sve-branch/gcc/fold-const.c
branches/ARM/sve-branch/gcc/machmode.h
branches/ARM/sve-branch/gcc/stor-layout.c
More information about the Gcc-cvs
mailing list