r242211 - in /branches/ARM/sve-branch/gcc: comm...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:19:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:19:33 2016
New Revision: 242211
URL: https://gcc.gnu.org/viewcvs?rev=242211&root=gcc&view=rev
Log:
Allow vector CONSTs
This patch allows (const ...) wrappers to be used for rtx vector
constants, as an alternative to const_vector. This is useful
for SVE, where the number of elements isn't known until runtime.
It could also be useful in future for fixed-length vectors, to
reduce the amount of memory needed to represent simple constants
with high element counts.
Modified:
branches/ARM/sve-branch/gcc/common.md
branches/ARM/sve-branch/gcc/emit-rtl.c
branches/ARM/sve-branch/gcc/emit-rtl.h
branches/ARM/sve-branch/gcc/expmed.c
branches/ARM/sve-branch/gcc/expr.c
branches/ARM/sve-branch/gcc/simplify-rtx.c
More information about the Gcc-cvs
mailing list