1/* { dg-do compile } */
2/* { dg-options "-O3 -mavx2 -fdump-tree-vect-details" } */
3
4#include "avx2-gather-1.c"
5
6/* { dg-final { scan-tree-dump-times "note: vectorized 1 loops in function" 16 "vect" } } */
7/* { dg-final { cleanup-tree-dump "vect" } } */
8