comparison gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
23 a[i] %= n; 23 a[i] %= n;
24 } 24 }
25 return 0; 25 return 0;
26 } 26 }
27 /* autofdo does not do value profiling so far */ 27 /* autofdo does not do value profiling so far */
28 /* { dg-final-use-not-autofdo { scan-ipa-dump "Mod subtract transformation on insn" "profile" } } */ 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 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. */ 30 didn't get optimized out. */
31 /* { dg-final-use-not-autofdo { scan-tree-dump "if \\(_\[0-9\]* \\< n_\[0-9\]*" "optimized"} } */ 31 /* { dg-final-use-not-autofdo { scan-tree-dump "if \\(_\[0-9\]* \\< n_\[0-9\]*" "optimized"} } */
32 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */ 32 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */