aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/p9-vec-length-full-run-4.c
blob: 029454afd27bfb1015612c80ed35e4f41291d3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do run { target { lp64 && p9vector_hw } } } */
/* { dg-options "-mdejagnu-cpu=power9 -O2 -ftree-vectorize -fno-vect-cost-model" } */

/* { dg-additional-options "--param=vect-partial-vector-usage=2" } */

/* { dg-additional-options "-mno-strict-align" { target opt_mstrict_align } } */

/* Check whether it runs successfully if we vectorize the loop fully
   with vector access with length.  */

#include "p9-vec-length-run-4.h"