testsuite: Update powerpc test fold-vec-extract-int.p8.c

Update powerpc tests with extra zero_extend removal with default ree pass.

2023-06-13  Ajit Kumar Agarwal  <aagarwa1@linux.ibm.com>

gcc/testsuite/ChangeLog:

	PR testsuite/109880
	* gcc.target/powerpc/fold-vec-extract-int.p8.c: Update test.
This commit is contained in:
“Ajit Kumar Agarwal” 2023-05-19 02:30:44 -05:00
parent 16eb9d6907
commit 17714c08e9

View file

@ -13,8 +13,8 @@
/* { dg-final { scan-assembler-times {\mvspltw\M} 3 { target lp64 } } } */
/* { dg-final { scan-assembler-times {\mmfvsrwz\M} 3 { target lp64 } } } */
/* { dg-final { scan-assembler-times {\mrldicl\M} 7 { target { le } } } } */
/* { dg-final { scan-assembler-times {\mrldicl\M} 4 { target { lp64 && be } } } } */
/* { dg-final { scan-assembler-times {\mrldicl\M} 5 { target { le } } } } */
/* { dg-final { scan-assembler-times {\mrldicl\M} 2 { target { lp64 && be } } } } */
/* { dg-final { scan-assembler-times {\msubfic\M} 3 { target { le } } } } */
/* { dg-final { scan-assembler-times {\msldi\M} 3 { target lp64 } } } */
/* { dg-final { scan-assembler-times {\mmtvsrd\M} 3 { target lp64 } } } */