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

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


Author: rsandifo
Date: Fri Nov 11 17:39:02 2016
New Revision: 242312

URL: https://gcc.gnu.org/viewcvs?rev=242312&root=gcc&view=rev
Log:
Add optabs for common types of permutation

...so that we can use them even with variable-length vectors.
The vector optabs are inconsistent about whether there should be
an underscore before the mode part of the name, but the other hi/lo
optabs have one.

Added:
    branches/ARM/sve-branch/gcc/testsuite/gcc.target/aarch64/sve_vec_perm_2.c
    branches/ARM/sve-branch/gcc/testsuite/gcc.target/aarch64/sve_vec_perm_2_run.c
    branches/ARM/sve-branch/gcc/testsuite/gcc.target/aarch64/sve_vec_perm_3.c
    branches/ARM/sve-branch/gcc/testsuite/gcc.target/aarch64/sve_vec_perm_3_run.c
Modified:
    branches/ARM/sve-branch/gcc/config/aarch64/aarch64-sve.md
    branches/ARM/sve-branch/gcc/config/aarch64/aarch64.md
    branches/ARM/sve-branch/gcc/config/aarch64/iterators.md
    branches/ARM/sve-branch/gcc/doc/md.texi
    branches/ARM/sve-branch/gcc/internal-fn.def
    branches/ARM/sve-branch/gcc/optabs.def
    branches/ARM/sve-branch/gcc/tree-vect-data-refs.c
    branches/ARM/sve-branch/gcc/tree-vect-stmts.c



More information about the Gcc-cvs mailing list