altivec-7.c (main): Remove tests vec_unpackh(vecubi[0]) and vec_unpackl(vecubi[0...
authorCarl Love <cel@us.ibm.com>
Mon, 11 Jun 2018 16:38:42 +0000 (16:38 +0000)
committerCarl Love <carll@gcc.gnu.org>
Mon, 11 Jun 2018 16:38:42 +0000 (16:38 +0000)
commit26029dbef7ee86c41de966163481b29c0d578bdc
tree2e386c04aa072175b8c3d5fbbfc94733e1ca868c
parentee6760c2917461ff7dd0f49d80a594fecd476f38
altivec-7.c (main): Remove tests vec_unpackh(vecubi[0]) and vec_unpackl(vecubi[0]) returning long...

gcc/testsuite/ChangeLog:

2018-06-11  Carl Love  <cel@us.ibm.com>
* gcc.target/powerpc/altivec-7.c (main): Remove tests
vec_unpackh(vecubi[0]) and vec_unpackl(vecubi[0]) returning
long long bool.  Remove duplicate dg-final for xxlxor.  Update
dg-final instruction counts.
* gcc.target/powerpc/altivec-37.c (main): New file for
tests vec_unpackh and vec_unpackl returning long long bool and
long long int.

From-SVN: r261438
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/altivec-37.c [new file with mode: 0644]
gcc/testsuite/gcc.target/powerpc/altivec-7.c