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]

r242205 - in /branches/ARM/sve-branch/gcc: gimp...


Author: rsandifo
Date: Fri Nov 11 17:18:29 2016
New Revision: 242205

URL: https://gcc.gnu.org/viewcvs?rev=242205&root=gcc&view=rev
Log:
Add gimple_build_vector* helpers

This patch adds gimple-fold.h equivalents of build_vector and
build_vector_from_val.  Like the other gimple-fold.h routines
they always return a valid gimple value and add any new
statements to a given gimple_seq.  In combination with later
patches this reduces the number of force_gimple_operands.

Modified:
    branches/ARM/sve-branch/gcc/gimple-fold.c
    branches/ARM/sve-branch/gcc/gimple-fold.h
    branches/ARM/sve-branch/gcc/tree-vect-loop.c


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