[RS6000] Tests that use int128_t and -m32
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / p9-vec-length-epil-2.c
blob9f78a447ec7ae50b2a98409c4e7e874db34f4cb1
1 /* { dg-do compile { target { lp64 && powerpc_p9vector_ok } } } */
2 /* { dg-options "-mdejagnu-cpu=power9 -O2 -ftree-vectorize -fno-vect-cost-model -fno-unroll-loops" } */
4 /* { dg-additional-options "--param=vect-partial-vector-usage=1" } */
6 /* Test for that only vectorize the epilogue with vector access with length,
7 the main body still use normal vector load/store. */
9 #include "p9-vec-length-2.h"
11 /* { dg-final { scan-assembler-times {\mlxvx?\M} 20 } } */
12 /* { dg-final { scan-assembler-times {\mstxvx?\M} 10 } } */
13 /* { dg-final { scan-assembler-times {\mlxvl\M} 20 } } */
14 /* { dg-final { scan-assembler-times {\mstxvl\M} 10 } } */