Remove xfail for pr92658-avx512vl.c
authorliuhongt <hongtao.liu@intel.com>
Mon, 5 Jul 2021 04:55:57 +0000 (12:55 +0800)
committerliuhongt <hongtao.liu@intel.com>
Mon, 5 Jul 2021 05:05:51 +0000 (13:05 +0800)
Typo of standard pattern name has been fixed by r12-1970, remove those
xfails.

gcc/testsuite/ChangeLog

* gcc.target/i386/pr92658-avx512vl.c: Refine testcase.

gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c

index a9f7d7e6499ee534757c8a7fb5df56268c215ffe..7ff9c19ee36553495f2df86528c756fbda432b5a 100644 (file)
@@ -122,8 +122,7 @@ truncdb_128 (v16qi * dst, v4si * __restrict src)
 }
 
 /* { dg-final { scan-assembler-times "vpmovqd" 2 } } */
-/* { dg-final { scan-assembler-times "vpmovqw" 2 { xfail *-*-* } } } */
+/* { dg-final { scan-assembler-times "vpmovqw" 2 } } */
 /* { dg-final { scan-assembler-times "vpmovqb" 2 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times "vpmovdw" 1 } } */
-/* { dg-final { scan-assembler-times "vpmovdw" 2 { xfail *-*-* } } } */
+/* { dg-final { scan-assembler-times "vpmovdw" 2 } } */
 /* { dg-final { scan-assembler-times "vpmovdb" 2 } } */