1 /* { dg-options "-O2 -fdump-tree-optimized-details-blocks -fdump-ipa-profile-optimized" } */
11 for (i
= 0; i
< 1000; i
++)
15 for (i
= 0; i
< 1000; i
++)
27 /* autofdo does not do value profiling so far */
28 /* { dg-final-use-not-autofdo { scan-ipa-dump "Transformation done: mod subtract" "profile" } } */
29 /* This is part of code checking that n is greater than the divisor so we are sure that it
30 didn't get optimized out. */
31 /* { dg-final-use-not-autofdo { scan-tree-dump "if \\(n_\[0-9\]* \\>" "optimized"} } */
32 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */