r242112 - in /branches/ARM/sve-branch/gcc: ada/...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:02:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:02:15 2016
New Revision: 242112

URL: https://gcc.gnu.org/viewcvs?rev=242112&root=gcc&view=rev
Log:
Add an int_mode_for_size helper function

This patch adds a wrapper around mode_for_size for cases in which
the mode class is MODE_INT (the commonest case).  The return type
can then be an opt_scalar_int_mode instead of a machine_mode.

Modified:
    branches/ARM/sve-branch/gcc/ada/gcc-interface/decl.c
    branches/ARM/sve-branch/gcc/ada/gcc-interface/utils.c
    branches/ARM/sve-branch/gcc/builtins.c
    branches/ARM/sve-branch/gcc/calls.c
    branches/ARM/sve-branch/gcc/combine.c
    branches/ARM/sve-branch/gcc/dojump.c
    branches/ARM/sve-branch/gcc/dwarf2out.c
    branches/ARM/sve-branch/gcc/emit-rtl.c
    branches/ARM/sve-branch/gcc/expmed.c
    branches/ARM/sve-branch/gcc/expr.c
    branches/ARM/sve-branch/gcc/graphite-isl-ast-to-gimple.c
    branches/ARM/sve-branch/gcc/internal-fn.c
    branches/ARM/sve-branch/gcc/lower-subreg.c
    branches/ARM/sve-branch/gcc/machmode.h
    branches/ARM/sve-branch/gcc/optabs-libfuncs.c
    branches/ARM/sve-branch/gcc/simplify-rtx.c
    branches/ARM/sve-branch/gcc/stor-layout.c
    branches/ARM/sve-branch/gcc/tree-ssa-strlen.c
    branches/ARM/sve-branch/gcc/tree-vect-data-refs.c
    branches/ARM/sve-branch/gcc/tree-vect-generic.c
    branches/ARM/sve-branch/gcc/tree-vect-stmts.c



More information about the Gcc-cvs mailing list