1 /* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model -fno-tree-scev-cprop -fgraphite-identity" } */
2 /* { dg-require-effective-target vect_int } */
4 /* gcc.dg/vect/no-scevccp-outer-4.c was miscompiled by Graphite.
5 Adding it here to always test it with Graphite. */
14 /* induction variable k advances through inner and outer loops. */
16 __attribute__ ((noinline
)) int
24 for (i
= 0; i
< N
; i
++) {
26 for (j
= 0; j
< n
; j
+=2) {
47 for (j
= 0; j
< N
; j
+=2)