comparison gcc/testsuite/gcc.dg/tree-ssa/loop-23.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
22 sum += bla (8*i); 22 sum += bla (8*i);
23 } 23 }
24 return sum; 24 return sum;
25 } 25 }
26 26
27 /* { dg-final { scan-tree-dump-times "loop with 4 iterations completely unrolled" 1 "cunroll" } } */ 27 /* { dg-final { scan-tree-dump-times "loop with 3 iterations completely unrolled" 1 "cunroll" } } */
28