1 /* { dg-do compile } */
2 /* { dg-additional-options "-fgimple -fopenmp-simd -Ofast -fdump-tree-ifcvt-raw" } */
4 void foo (int * restrict p
, int * restrict q
, int * restrict r
, int * restrict s
, int * restrict t
, int * restrict u
)
7 for (int i
= 0; i
< 1024; i
++)
61 /* { dg-final { scan-tree-dump-times {<cond_expr,} 12 ifcvt { target vect_float } } } */
62 /* { dg-final { scan-tree-dump-times {<bit_and_expr,} 20 ifcvt { target vect_float } } } */