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
This commit is contained in:
parent
9d1d9fc8b4
commit
d56607c16d
@ -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} } } */
|
||||
|
Loading…
Reference in New Issue
Block a user