comparison gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-2.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
19 /* We insert into code 19 /* We insert into code
20 if (LOOP_VECTORIZED (...)) 20 if (LOOP_VECTORIZED (...))
21 which is folded by vectorizer. Both outgoing edges must have probability 21 which is folded by vectorizer. Both outgoing edges must have probability
22 100% so the resulting profile match after folding. */ 22 100% so the resulting profile match after folding. */
23 /* { dg-final { scan-tree-dump-times "Invalid sum of outgoing probabilities 200.0" 1 "ifcvt" } } */ 23 /* { dg-final { scan-tree-dump-times "Invalid sum of outgoing probabilities 200.0" 1 "ifcvt" } } */
24 /* { dg-final { scan-tree-dump-times "Invalid sum of incoming frequencies" 1 "ifcvt" } } */ 24 /* { dg-final { scan-tree-dump-times "Invalid sum of incoming counts" 1 "ifcvt" } } */