1 /* { dg-do compile } */
2 /* { dg-options "-O2 -floop-interchange -fdump-tree-linterchange-details" } */
3 /* { dg-require-effective-target size20plus } */
4 /* { dg-skip-if "too big data segment" { visium-*-* } } */
10 simple_reduc_1 (int n
, int *p
)
12 for (int j
= 0; j
< n
; j
++)
15 for (int i
= 0; i
< n
; i
++)
24 /* { dg-final { scan-tree-dump-not "Loop_pair<outer:., inner:.> is interchanged" "linterchange" } } */