r207415 - in /trunk/gcc: ChangeLog config/rs600...
wschmidt@gcc.gnu.org
wschmidt@gcc.gnu.org
Mon Feb 3 01:26:00 GMT 2014
Author: wschmidt
Date: Mon Feb 3 01:26:34 2014
New Revision: 207415
URL: http://gcc.gnu.org/viewcvs?rev=207415&root=gcc&view=rev
Log:
gcc:
2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
for vector types other than V16QImode.
* config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
define_expand, and call altivec_expand_vec_perm_le when producing
code with little endian element order.
(*altivec_vperm_<mode>_internal): New insn having previous
behavior of altivec_vperm_<mode>.
(altivec_vperm_<mode>_uns): Change to a define_expand, and call
altivec_expand_vec_perm_le when producing code with little endian
element order.
(*altivec_vperm_<mode>_uns_internal): New insn having previous
behavior of altivec_vperm_<mode>_uns.
gcc/testsuite:
2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* gcc.dg/vmx/3b-15.c: Remove special handling for little endian.
* gcc.dg/vmx/perm.c: New.
* gcc.dg/vmx/perm-be-order.c: New.
Added:
trunk/gcc/testsuite/gcc.dg/vmx/perm-be-order.c
trunk/gcc/testsuite/gcc.dg/vmx/perm.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/rs6000/altivec.md
trunk/gcc/config/rs6000/rs6000.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/vmx/3b-15.c
More information about the Gcc-cvs
mailing list