(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
powerpc/
p9-vec-length-epil-7.c
       1  /* { dg-do compile { target { lp64 && powerpc_p9vector_ok } } } */
       2  /* Pass cunroll isn't disabled by -fno-unroll-loops, so use explicit
       3     disabling option for it.  */
       4  /* { dg-options "-mdejagnu-cpu=power9 -O2 -ftree-vectorize -fno-vect-cost-model -fno-unroll-loops -ffast-math -fdisable-tree-cunroll" } */
       5  
       6  /* { dg-additional-options "--param=vect-partial-vector-usage=1" } */
       7  
       8  /* Test for that only vectorize the epilogue with vector access with length,
       9     the main body still use normal vector load/store.  */
      10  
      11  #include "p9-vec-length-7.h"
      12  
      13  /* { dg-final { scan-assembler-times {\mstxvl\M} 7 } } */