1 /* Disabling epilogues until we find a better way to deal with scans. */
2 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
3 /* { dg-require-effective-target vect_condition } */
7 extern void abort (void) __attribute__ ((noreturn
));
11 /* Simple condition reduction with a reversed loop. */
14 condition_reduction (int *a
, int min_v
)
18 for (int i
= N
-1; i
>=0; i
--)
29 17, 28, 13, 14, 15, 16, 17, 18, 19, 20,
30 1, 2, -3, 4, 5, 6, 7, -8, 9, 10,
31 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
37 int ret
= condition_reduction (a
, 16);
45 /* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 2 "vect" } } */
46 /* { dg-final { scan-tree-dump-times "condition expression based on integer induction." 2 "vect" { xfail vect_fold_extract_last } } } */
47 /* { dg-final { scan-tree-dump-times "optimizing condition reduction with FOLD_EXTRACT_LAST" 2 "vect" { target { vect_fold_extract_last && { ! vect_multiple_sizes } } } } } */
48 /* { dg-final { scan-tree-dump "optimizing condition reduction with FOLD_EXTRACT_LAST" "vect" { target { vect_fold_extract_last && vect_multiple_sizes } } } } */