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]

r243074 - in /branches/ARM/sve-branch/gcc: conf...


Author: rsandifo
Date: Wed Nov 30 19:09:21 2016
New Revision: 243074

URL: https://gcc.gnu.org/viewcvs?rev=243074&root=gcc&view=rev
Log:
Add a define_simplification construct

[Branch only patch -- not intended for trunk in its current state]

This patch adds a way for targets to define their own simplification
rules and uses it to optimise vector selects for SVE.

I thought at one point we might use this more often, but we never did.
It's debatable whether it's worth submitting for trunk for just this
one case.

Modified:
    branches/ARM/sve-branch/gcc/config/aarch64/aarch64-sve.md
    branches/ARM/sve-branch/gcc/config/aarch64/iterators.md
    branches/ARM/sve-branch/gcc/doc/md.texi
    branches/ARM/sve-branch/gcc/genemit.c
    branches/ARM/sve-branch/gcc/genrecog.c
    branches/ARM/sve-branch/gcc/gensupport.c
    branches/ARM/sve-branch/gcc/gensupport.h
    branches/ARM/sve-branch/gcc/read-rtl.c
    branches/ARM/sve-branch/gcc/rtl.def
    branches/ARM/sve-branch/gcc/rtl.h
    branches/ARM/sve-branch/gcc/simplify-rtx.c


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