[gcc(refs/users/guojiufu/heads/personal-branch)] Adjust typo in testcase of my last commit
Jiu Fu Guo
guojiufu@gcc.gnu.org
Wed Jun 10 03:06:31 GMT 2020
https://gcc.gnu.org/g:33e09fc5051f70daaad690b8583aab76902cce9c
commit 33e09fc5051f70daaad690b8583aab76902cce9c
Author: liuhongt <hongtao.liu@intel.com>
Date: Sat May 23 11:45:28 2020 +0800
Adjust typo in testcase of my last commit
gcc/testsuite/ChangeLog
* gcc.target/i386/pr92658-avx512vl.c: Fix typo.
Diff:
---
gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c b/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c
index 50b32f968ac..dc50084119b 100644
--- a/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c
+++ b/gcc/testsuite/gcc.target/i386/pr92658-avx512vl.c
@@ -121,7 +121,7 @@ truncdb_128 (v16qi * dst, v4si * __restrict src)
dst[0] = *(v16qi *) tem;
}
-/* { dg-final { scan-assembler-times "vpmovqd" 2 } } } */
+/* { dg-final { scan-assembler-times "vpmovqd" 2 } } */
/* { dg-final { scan-assembler-times "vpmovqw" 2 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times "vpmovqb" 2 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times "vpmovdw" 1 } } */
More information about the Gcc-cvs
mailing list