1 /* { dg-do compile { target { lp64 && powerpc_vsx_ok } } } */
2 /* { dg-options "-mdejagnu-cpu=power9 -mvsx -O2 -ftree-vectorize -fno-vect-cost-model -fno-unroll-loops -fno-trapping-math" } */
4 /* { dg-additional-options "--param=vect-partial-vector-usage=2" } */
6 /* { dg-additional-options "-mno-strict-align" { target opt_mstrict_align } } */
8 /* Test for fully with length, the loop body uses vector access with length,
9 there should not be any epilogues. */
11 #include "p9-vec-length-8.h"
13 /* { dg-final { scan-assembler-times {\mlxvl\M} 30 } } */
14 /* { dg-final { scan-assembler-times {\mstxvl\M} 10 } } */