1 /* { dg-do compile } */
2 /* { dg-options "-c -O2 -ftree-vectorize -fdump-tree-ifcvt-stats" { target *-*-* } } */
9 int A
[N
] = {36,39,42,45,43,32,21,12,23,34,45,56,67,78,89,11};
11 extern void abort(void);
17 for (i
= 0; i
< N
; i
++)
20 A
[i
] = ( j
>= MAX
? MAX
: 0);
24 for (i
= 0; i
< N
; i
++)
35 /* { dg-final { scan-tree-dump-times "Applying if-conversion" 1 "ifcvt" } } */