This is the mail archive of the gcc-patches@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]

Re: [PATCH, rs6000] Add missing test cases, fix arguments to match specifications.


Hi!

On Wed, Jun 06, 2018 at 04:45:03PM -0700, Carl Love wrote:
>  	* gcc.target/powerpc/vec-cmp.c: Add vec_cmple, vec_cmpge tests. Update,
> 	 vcmpgtsb, vcmpgtub, vcmpgtsh, vcmpgtuh, vcmpgtsw, vcmpgtsw, vcmpgtuw,
> 	vcmpgtsd,
>  	vcmpgtud.

Put these last two on one line?  :-)

> @@ -100,7 +152,6 @@ extract_uchar_15 (vector unsigned char a)
>  /* { dg-final { scan-assembler     "extsb "         } } */
>  /* { dg-final { scan-assembler     "extsh "         } } */
>  /* { dg-final { scan-assembler     "extsw "         } } */
> -/* { dg-final { scan-assembler-not "m\[ft\]vsr"     } } */
>  /* { dg-final { scan-assembler-not "stxvd2x "       } } */
>  /* { dg-final { scan-assembler-not "stxv "          } } */
>  /* { dg-final { scan-assembler-not "lwa "           } } */

Why delete this?  The changelog doesn't mention it either.

Otherwise okay for trunk.  Thanks!


Segher


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