public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2937] Adjust testcase.
@ 2021-08-17  1:49 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2021-08-17  1:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d56607c16deb278918cf0febba62263c39041039

commit r12-2937-gd56607c16deb278918cf0febba62263c39041039
Author: liuhongt <hongtao.liu@intel.com>
Date:   Tue Aug 17 09:32:35 2021 +0800

    Adjust testcase.
    
    This testcase is used to detect reuse of perm mask in the main loop,
    in epilog, vpermi2b can still be used, so add the option
    --param=vect-epilogues-nomask=0.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/i386/pr82460-2.c: Adjust testcase by adding
            --param=vect-epilogues-nomask=0

Diff:
---
 gcc/testsuite/gcc.target/i386/pr82460-2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr82460-2.c b/gcc/testsuite/gcc.target/i386/pr82460-2.c
index 4a45beed715..8cdfb54f56a 100644
--- a/gcc/testsuite/gcc.target/i386/pr82460-2.c
+++ b/gcc/testsuite/gcc.target/i386/pr82460-2.c
@@ -1,6 +1,6 @@
 /* PR target/82460 */
 /* { dg-do compile } */
-/* { dg-options "-O2 -ftree-vectorize -mavx512vbmi -mprefer-vector-width=none" } */
+/* { dg-options "-O2 -ftree-vectorize -mavx512vbmi -mprefer-vector-width=none --param=vect-epilogues-nomask=0" } */
 /* We want to reuse the permutation mask in the loop, so use vpermt2b rather
    than vpermi2b.  */
 /* { dg-final { scan-assembler-not {\mvpermi2b\M} } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-17  1:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  1:49 [gcc r12-2937] Adjust testcase hongtao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).