comparison gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
18 /* We insert into code 18 /* We insert into code
19 if (LOOP_VECTORIZED (...)) 19 if (LOOP_VECTORIZED (...))
20 which is folded by vectorizer. Both outgoing edges must have probability 20 which is folded by vectorizer. Both outgoing edges must have probability
21 100% so the resulting profile match after folding. */ 21 100% so the resulting profile match after folding. */
22 /* { dg-final { scan-tree-dump-times "Invalid sum of outgoing probabilities 200.0" 1 "ifcvt" } } */ 22 /* { dg-final { scan-tree-dump-times "Invalid sum of outgoing probabilities 200.0" 1 "ifcvt" } } */
23 /* Sum is wrong here, but not enough for error to be reported. */ 23 /* { dg-final { scan-tree-dump-times "Invalid sum of incoming counts" 1 "ifcvt" } } */
24 /* { dg-final { scan-tree-dump-times "Invalid sum of incoming frequencies" 0 "ifcvt" } } */