blob: 5378d02c269754585a2ba5b0373f76e1e13d1074 (
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" } */
/* { dg-additional-options "--param=vect-partial-vector-usage=1" } */
/* Check whether it runs successfully if we only vectorize the epilogue
with vector access with length. */
#include "p9-vec-length-run-3.h"
|