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

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

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

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